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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8f426ae1882cd5b192ccff88ca6985e7f356214b | 37,134,287,254,973 | 5d35858bfa1baeef80f1e2bc790f71eb86547ddf | /src/main/java/com/company/domain/Contribution.java | 3226e2fd1d5bf2a271c873d635d0ac9708d39822 | [] | no_license | roy-shantanu/domain-model | https://github.com/roy-shantanu/domain-model | 2985a2c7bd4773446e5bdf97b497fbe21fce4295 | aa4654027411b4d978f639b5251645aec81e4946 | refs/heads/master | 2021-08-12T08:18:09.543000 | 2017-11-14T15:30:44 | 2017-11-14T15:30:44 | 110,708,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.domain;
public abstract class Contribution extends BaseEntity {
private static final long serialVersionUID = -3507339722743065342L;
private User user;
public Contribution(User user) {
this.user = user;
}
public User getUser() {
return user;
}
public v... | UTF-8 | Java | 378 | java | Contribution.java | Java | [] | null | [] | package com.company.domain;
public abstract class Contribution extends BaseEntity {
private static final long serialVersionUID = -3507339722743065342L;
private User user;
public Contribution(User user) {
this.user = user;
}
public User getUser() {
return user;
}
public v... | 378 | 0.650794 | 0.600529 | 19 | 18.947369 | 19.874537 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 5 |
70cbeb3e8e4e8d206bd7625f520b09af21401098 | 34,411,278,016,245 | 23df8b64f6d162963a623f41b8300daadd40cc78 | /src/test/java/com/liuqi/v13/ClientTest.java | 5046af5f49f2fccca3a075bac7f7b66bf0f65e8f | [] | no_license | LiuQiV5/java-design-pattern | https://github.com/LiuQiV5/java-design-pattern | 3691892af2d7fe6bb19c2e9dede81d5c50865e32 | 868564a43f8ae6e9ad194bcab13315435305931d | refs/heads/master | 2020-04-18T21:40:40.530000 | 2019-02-08T11:22:38 | 2019-02-08T11:22:38 | 167,771,420 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.liuqi.v13;
import org.junit.Test;
public class ClientTest {
@Test
public void clientTestV1(){
ActorController actorController = new ActorController();
Actor actor = actorController.construct(new DevilBuilder());
System.out.println(actor.getSex());
System.out.print... | UTF-8 | Java | 492 | java | ClientTest.java | Java | [] | null | [] | package com.liuqi.v13;
import org.junit.Test;
public class ClientTest {
@Test
public void clientTestV1(){
ActorController actorController = new ActorController();
Actor actor = actorController.construct(new DevilBuilder());
System.out.println(actor.getSex());
System.out.print... | 492 | 0.664634 | 0.658537 | 17 | 27.941177 | 22.451178 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 5 |
f60049c05f3c4588e6efa7cbaa876dce16e8e847 | 23,656,679,914,096 | 0dac78154f1a5df87cd0da359ef1bc41f530bdbe | /edu-web/src/main/java/com/yunzhi/edu/web/service/NoticeService.java | 5dc4df1dd71e03666714ba2cb7d9554f0af7d58d | [] | no_license | 0top/edu-yunzhi | https://github.com/0top/edu-yunzhi | 9218ea2487a925bdb5932733a98c290a7abdf7a9 | bc23accaab93e75da30e77e66b728969be5c9854 | refs/heads/master | 2020-03-23T09:56:27.188000 | 2018-08-22T13:57:26 | 2018-08-22T13:57:26 | 141,415,962 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yunzhi.edu.web.service;
import java.util.List;
import com.yunzhi.edu.entity.EduNotice;
import com.yunzhi.edu.entity.SchoolNotice;
import com.yunzhi.edu.entity.User;
public interface NoticeService {
//给用户发通知
public int insertNoticeToUser(EduNotice notice);
public int insertNoticeToSchoolStaff(Stri... | UTF-8 | Java | 657 | java | NoticeService.java | Java | [] | null | [] | package com.yunzhi.edu.web.service;
import java.util.List;
import com.yunzhi.edu.entity.EduNotice;
import com.yunzhi.edu.entity.SchoolNotice;
import com.yunzhi.edu.entity.User;
public interface NoticeService {
//给用户发通知
public int insertNoticeToUser(EduNotice notice);
public int insertNoticeToSchoolStaff(Stri... | 657 | 0.809302 | 0.809302 | 23 | 27.043478 | 33.765789 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.26087 | false | false | 5 |
ea8f6c2b8e92790e934d7b339d978b94a7c6508b | 34,866,544,547,953 | 5ec4ca4c59743a603470d7d447724ad3011e48f7 | /slowlife/src/main/java/com/slowlife/table/LoveAuditTable.java | bbd337df8357c12e8b78f8f65ccea8f97bab5fa5 | [] | no_license | LongYunLiMing/love | https://github.com/LongYunLiMing/love | c03f9bb8e33d7a0fb754f1bc2a7dd14da966c277 | 1fbebf4e545427d76b393ba687da494b3b3c391b | refs/heads/master | 2020-03-31T12:16:56.353000 | 2018-10-09T08:48:26 | 2018-10-09T08:48:26 | 152,209,950 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.slowlife.table;
import io.github.biezhi.anima.Model;
import io.github.biezhi.anima.annotation.Table;
@Table(name = "love_audit_table")
public class LoveAuditTable extends Model {
private String id;
private String loveId;
private String administratorId;
private String time;
public voi... | UTF-8 | Java | 893 | java | LoveAuditTable.java | Java | [] | null | [] | package com.slowlife.table;
import io.github.biezhi.anima.Model;
import io.github.biezhi.anima.annotation.Table;
@Table(name = "love_audit_table")
public class LoveAuditTable extends Model {
private String id;
private String loveId;
private String administratorId;
private String time;
public voi... | 893 | 0.638298 | 0.638298 | 45 | 18.844444 | 16.821884 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
cfcbe2fc62bd85a02c6668d33d6307f57908b194 | 34,041,910,832,775 | 708cc1a44c5a097fc937d0c7d5a55f347d973a03 | /java/mr/src/main/java/com/cloudera/recordservice/mapreduce/RecordServiceInputFormatBase.java | 4c6166c0a186b603efb84d62b2be7c6b97a43727 | [
"Apache-2.0"
] | permissive | Eevee33/RecordServiceClient | https://github.com/Eevee33/RecordServiceClient | 756ce346cb1b903800ac8ad6ff4a32a257dc1803 | c08931a5ec3873a818531fb905ce8b1a99a65c21 | refs/heads/master | 2021-01-23T04:19:34.239000 | 2016-03-16T21:53:56 | 2016-03-22T01:39:48 | 54,481,147 | 1 | 0 | null | true | 2016-03-22T14:21:29 | 2016-03-22T14:21:29 | 2016-02-23T18:29:55 | 2016-03-22T01:40:09 | 4,692 | 0 | 0 | 0 | null | null | null | // Copyright 2012 Cloudera Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in wr... | UTF-8 | Java | 4,419 | java | RecordServiceInputFormatBase.java | Java | [] | null | [] | // Copyright 2012 Cloudera Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in wr... | 4,419 | 0.712152 | 0.707852 | 122 | 35.22131 | 26.412401 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52459 | false | false | 5 |
3927b2deae087db0f57b5b37d5ef00dac318a865 | 8,727,373,596,204 | fa04a9f8b10f58049b6676fc5f57e0786850350c | / linjianglou-project1 --username yzh8609@gmail.com/TroopsSystem/src/org/troops/xueji/action/StuGraduateAdmitAction.java | 9e0cb2dc5011c74212aae211c091ff3bfc1c4b04 | [] | no_license | dalinhuang/linjianglou-project1 | https://github.com/dalinhuang/linjianglou-project1 | cc03f5910938cf148502876b47402edb227e83e9 | c987fb1345478c7814bd9b2f32ff015dd21980ae | refs/heads/master | 2018-01-08T22:05:34.751000 | 2009-11-01T08:11:27 | 2009-11-01T08:11:27 | 46,656,818 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.troops.xueji.action;
import java.util.List;
import org.troops.model.User;
import org.troops.xueji.service.UserService;
import com.opensymphony.xwork2.ActionSupport;
public class StuGraduateAdmitAction extends ActionSupport {
private List<User> unGraduatedStu;
private UserService userSer;
... | UTF-8 | Java | 785 | java | StuGraduateAdmitAction.java | Java | [] | null | [] | package org.troops.xueji.action;
import java.util.List;
import org.troops.model.User;
import org.troops.xueji.service.UserService;
import com.opensymphony.xwork2.ActionSupport;
public class StuGraduateAdmitAction extends ActionSupport {
private List<User> unGraduatedStu;
private UserService userSer;
... | 785 | 0.732484 | 0.73121 | 38 | 18.657894 | 19.508806 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.052632 | false | false | 5 |
4cfd1aa550b4af1733f8712b19b5ace9b3ad0344 | 35,167,192,254,848 | 571b0477a28d4648d999a56d4c8720bc4d8e7ae2 | /common-lib-web/src/main/java/net/geektop/web/handler/ApiExceptionHandler.java | 61b7519a5cb157ae6669c3f7db3fdd18041eb4f0 | [] | no_license | springwindyike/OneStack | https://github.com/springwindyike/OneStack | 5cb0e3014ef9ee5fe5dfb4ffe9bd692513e4dfbc | 9f4228a22945d5d29eb1d142a48a2552b10f78a0 | refs/heads/master | 2023-07-18T21:31:22.088000 | 2021-09-08T08:39:40 | 2021-09-08T08:39:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.geektop.web.handler;
import lombok.extern.slf4j.Slf4j;
import net.geektop.web.exception.CommonException;
import net.geektop.web.model.BaseResponse;
import org.hibernate.validator.internal.engine.path.PathImpl;
import org.springframework.dao.DuplicateKeyException;
import org.springframework.http.HttpStatus;... | UTF-8 | Java | 7,035 | java | ApiExceptionHandler.java | Java | [
{
"context": "ion;\nimport java.sql.SQLException;\n\n/**\n * @author Alex\n * @version V1.0\n * @Package net.geektop.common.h",
"end": 1378,
"score": 0.9987196922302246,
"start": 1374,
"tag": "NAME",
"value": "Alex"
}
] | null | [] | package net.geektop.web.handler;
import lombok.extern.slf4j.Slf4j;
import net.geektop.web.exception.CommonException;
import net.geektop.web.model.BaseResponse;
import org.hibernate.validator.internal.engine.path.PathImpl;
import org.springframework.dao.DuplicateKeyException;
import org.springframework.http.HttpStatus;... | 7,035 | 0.743284 | 0.740583 | 200 | 34.174999 | 23.44215 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415 | false | false | 5 |
5eb678cc28825c7072673c76cd9a0dd65e0ca460 | 37,099,927,521,252 | caa125234a3c3e8fff496a9d4e11f49ac7701309 | /main/java/com/maywide/test/BossInterTest.java | fd01851718c95c165c78b1bc721430d0b7427ea7 | [] | no_license | lisongkang/my-first-project-for-revcocomcmms | https://github.com/lisongkang/my-first-project-for-revcocomcmms | 1885f49fa1a7ef8686c3d8b7d9b5a50585bb3b8d | 6079a3d9d24bd44ae3af24dc603846d460910f3b | refs/heads/master | 2022-05-01T16:34:20.261000 | 2022-04-18T13:55:04 | 2022-04-18T13:55:04 | 207,246,589 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maywide.test;
import com.maywide.biz.pay.weixin.PayCallbackNotify;
import com.maywide.biz.pay.weixin.Util;
import com.maywide.core.util.PinYinUtils;
public class BossInterTest {
public static void main(String[] args) {
try {
/*JSONObject requestContent = new JSONObject();
requestContent.pu... | UTF-8 | Java | 2,958 | java | BossInterTest.java | Java | [
{
"context": "NObject(); \n\t requestContent.put(\"keyno\", \"8440710109083803\");\n\t requestContent.put(\"pagesize\", \"20\");",
"end": 348,
"score": 0.999699056148529,
"start": 332,
"tag": "KEY",
"value": "8440710109083803"
},
{
"context": "mpareTo(pinyin2));*/\n\t\t... | null | [] | package com.maywide.test;
import com.maywide.biz.pay.weixin.PayCallbackNotify;
import com.maywide.biz.pay.weixin.Util;
import com.maywide.core.util.PinYinUtils;
public class BossInterTest {
public static void main(String[] args) {
try {
/*JSONObject requestContent = new JSONObject();
requestContent.pu... | 2,958 | 0.68678 | 0.627119 | 60 | 48.166668 | 103.79084 | 814 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.916667 | false | false | 5 |
72e01d4fa2151c9fcfcc3d6677b4b69543c083c6 | 38,482,906,974,857 | ebbb9ffa448d4e67f64ab3baa34ec84caa3712f9 | /src/main/java/com/test/controllers/MainController.java | 8e204567d09412bc0ec204ce1680eb468b00e6dc | [
"MIT"
] | permissive | Ssstlis/TestProj | https://github.com/Ssstlis/TestProj | 85a3d74a410c7ae4226a4b51489c458fccbaa197 | 6670878a0f408212c3da4e1795f47c533b0aea7c | refs/heads/master | 2020-03-19T10:30:38.216000 | 2018-06-06T19:39:42 | 2018-06-06T19:39:42 | 136,377,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.test.controllers;
import com.test.entyties.*;
import com.test.repos.AuthorsRepository;
import com.test.repos.BooksAuthorsRepository;
import com.test.repos.BooksRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframe... | UTF-8 | Java | 6,854 | java | MainController.java | Java | [] | null | [] | package com.test.controllers;
import com.test.entyties.*;
import com.test.repos.AuthorsRepository;
import com.test.repos.BooksAuthorsRepository;
import com.test.repos.BooksRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframe... | 6,854 | 0.548585 | 0.54377 | 193 | 34.512955 | 27.250729 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512953 | false | false | 5 |
fc292cdc407473d8a96e7c94d47e0045026cab35 | 20,864,951,138,323 | b0c0af7e6da28f7a991bb63fb31a39aae3a27fd9 | /app/src/main/java/com/ske/minitrello/views/adapters/CommentAdapter.java | 39da1de55e50fa19da0b97b86f83272299357bd8 | [] | no_license | chinnonae/SW-spec-mini-trello | https://github.com/chinnonae/SW-spec-mini-trello | 22b358e8eacdffa620b96975fc823b0997763cf4 | 3474ed3469d6e328a6e6ab455e708391df3080ae | refs/heads/master | 2021-01-10T13:03:58.047000 | 2016-04-02T08:51:23 | 2016-04-02T08:51:23 | 52,772,382 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ske.minitrello.views.adapters;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.ske.minitrello.R;
import com.ske.minitrello.models.Comment;
import java.util.List;
public ... | UTF-8 | Java | 1,929 | java | CommentAdapter.java | Java | [] | null | [] | package com.ske.minitrello.views.adapters;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.ske.minitrello.R;
import com.ske.minitrello.models.Comment;
import java.util.List;
public ... | 1,929 | 0.669777 | 0.669259 | 69 | 26.971014 | 25.485416 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507246 | false | false | 5 |
aa34ae7e322dfc967456dfd69de1e3b7e30ebba3 | 5,102,421,206,353 | cbe8f798fefe7409552a295362d2cb850d3929c5 | /app/src/main/java/arnoabomo/appalbums/pages/pages_accueil/HomePage.java | e32384acdba565da63acfe1d737ef6ab636b9c42 | [] | no_license | abomoarno/appAlbums | https://github.com/abomoarno/appAlbums | 5481dd82fd209f36f5d881e0ae066e8f31ed8137 | baddf141f73fd56a1505c5a04d5996e4e8af9363 | refs/heads/master | 2020-11-23T20:50:32.436000 | 2019-12-13T10:34:31 | 2019-12-13T10:34:31 | 227,815,636 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package arnoabomo.appalbums.pages.pages_accueil;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.ann... | UTF-8 | Java | 3,399 | java | HomePage.java | Java | [] | null | [] | package arnoabomo.appalbums.pages.pages_accueil;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.ann... | 3,399 | 0.64744 | 0.64744 | 103 | 31.990292 | 26.377945 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679612 | false | false | 5 |
e1954ee66b076f54321266b7357b060eae8bf47c | 15,659,450,825,960 | b9e2007f7ca5de37a47d5ad2ea3b4d28386f7303 | /d2cmall-main/d2cmall-main-rest/src/main/java/com/d2c/flame/controller/member/PartnerController.java | 873233b486fa6566382973e39be51c19ac45bbf4 | [] | no_license | bellmit/d2cmall | https://github.com/bellmit/d2cmall | da3711f282f9c6a8d7a6714fc329bd82758bb724 | ab9668932c17559b5900f3f24eb06971a10de2d1 | refs/heads/master | 2022-10-13T17:25:08.005000 | 2020-06-11T06:08:47 | 2020-06-11T06:08:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.d2c.flame.controller.member;
import com.alibaba.dubbo.config.annotation.Reference;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.d2c.common.api.page.PageModel;
import com.d2c.common.api.page.PageResult;
import com.d2c.common.api.response.ResponseResult;
import co... | UTF-8 | Java | 38,492 | java | PartnerController.java | Java | [
{
"context": "r;\nimport java.util.*;\n\n/**\n * 无人买手店\n *\n * @author Cai\n * @version 3.0\n */\n@RestController\n@RequestMappi",
"end": 2435,
"score": 0.9982250928878784,
"start": 2432,
"tag": "NAME",
"value": "Cai"
},
{
"context": "tyCard(identityCard);\n partner.setRealNam... | null | [] | package com.d2c.flame.controller.member;
import com.alibaba.dubbo.config.annotation.Reference;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import com.d2c.common.api.page.PageModel;
import com.d2c.common.api.page.PageResult;
import com.d2c.common.api.response.ResponseResult;
import co... | 38,492 | 0.630418 | 0.627629 | 955 | 38.036648 | 27.983536 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660733 | false | false | 5 |
13efe95c92b90d83eb040ba9e0c561880970dbb3 | 31,516,470,069,165 | af09aba983422f1b7c2ddc9acdfd865dd8e54d5b | /PriceDetails.java | 31395249068e2001ce18757d048470c1c3b2b84b | [] | no_license | ManivannaBalaji/movie_booking_app | https://github.com/ManivannaBalaji/movie_booking_app | 3dd0629879004757e7fe6fdc87305c2a7c607c90 | 67c0bcb0557770921d2cf0007e932635120e287f | refs/heads/main | 2023-04-03T17:04:20.740000 | 2021-04-16T12:16:43 | 2021-04-16T12:16:43 | 358,588,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.manivannabalaji.moviebookingapp;
import java.time.LocalDate;
import java.time.LocalTime;
public class PriceDetails {
/**
* This method prints the movie ticket fare details
* @param categoryName
* @param noOfTickets
* @param price
* @param gst
* @param seniorCitizen
* @param boo... | UTF-8 | Java | 1,488 | java | PriceDetails.java | Java | [
{
"context": "package com.manivannabalaji.moviebookingapp;\r\n\r\nimport java.time.LocalDate;\r\n",
"end": 27,
"score": 0.6689332723617554,
"start": 15,
"tag": "USERNAME",
"value": "ivannabalaji"
}
] | null | [] | package com.manivannabalaji.moviebookingapp;
import java.time.LocalDate;
import java.time.LocalTime;
public class PriceDetails {
/**
* This method prints the movie ticket fare details
* @param categoryName
* @param noOfTickets
* @param price
* @param gst
* @param seniorCitizen
* @param boo... | 1,488 | 0.606183 | 0.606183 | 40 | 35.200001 | 26.394318 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.025 | false | false | 5 |
482e6b05e7a3c1a2b0d18226b352812613328e83 | 26,740,466,402,939 | 57ee3bae6afcd94f0d468cb2a9cbe872e50e020b | /src/main/java/hex/gbm/DHistogram.java | 860d8d3a10e11fd98fe38078d8c1ccce7b57d7a5 | [
"Apache-2.0"
] | permissive | woobe/h2o | https://github.com/woobe/h2o | 626b3595251c75ed6d72469b442c467b21cbdeaa | 5a7bbb6d82f6dcc1384dc51dcde227665ce1baf6 | refs/heads/master | 2021-01-24T16:47:36.786000 | 2014-07-28T04:48:02 | 2014-07-28T04:48:02 | 22,338,992 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hex.gbm;
import sun.misc.Unsafe;
import water.*;
import water.fvec.Frame;
import water.fvec.Vec;
import water.nbhm.UtilUnsafe;
import water.util.Utils;
/**
A Histogram, computed in parallel over a Vec.
<p>
A {@code DHistogram} bins every value added to it, and computes a the vec
min and max (for u... | UTF-8 | Java | 9,934 | java | DHistogram.java | Java | [
{
"context": "but fixed-size binning strategy.\n <p>\n @author Cliff Click\n*/\npublic abstract class DHistogram<TDH extends D",
"end": 1704,
"score": 0.9995386004447937,
"start": 1693,
"tag": "NAME",
"value": "Cliff Click"
}
] | null | [] | package hex.gbm;
import sun.misc.Unsafe;
import water.*;
import water.fvec.Frame;
import water.fvec.Vec;
import water.nbhm.UtilUnsafe;
import water.util.Utils;
/**
A Histogram, computed in parallel over a Vec.
<p>
A {@code DHistogram} bins every value added to it, and computes a the vec
min and max (for u... | 9,929 | 0.634588 | 0.624421 | 238 | 40.739494 | 31.59791 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.92437 | false | false | 5 |
b057c74c95fffea1eee640a5949bc4edaffb8faa | 14,903,536,535,218 | 1063d3492bc031ddf2b9f6206d89f9c6d787c23f | /platform-ui/plugins/org.eclipse.ui.ide.markers.compatibility/src/org/eclipse/ui/ide/markers/compatibility/internal/AddTaskHandler.java | a26764d7da837dbf2c8aaf8742431eb71e8ea9f0 | [] | no_license | eclipse/eclipse | https://github.com/eclipse/eclipse | db61562e0c46ad140cef0fa07edc54c607466997 | 7932fc75c64ee4e5b4a154abbeb8ea0a9f40d1c3 | refs/heads/master | 2021-05-22T03:16:48.688000 | 2021-05-18T10:10:16 | 2021-05-18T10:10:16 | 7,426,465 | 328 | 188 | null | false | 2021-02-25T15:06:32 | 2013-01-03T16:56:31 | 2021-02-24T18:15:54 | 2021-02-25T14:58:57 | 58,159 | 249 | 151 | 4 | HTML | false | false | package org.eclipse.ui.ide.markers.compatibility.internal;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.ui.ide.markers.compatibility.api.MarkerViewHandler;
import org.eclipse.ui.views.markers.internal.DialogTaskProperties;
import org.eclipse.ui.views.markers.internal.MarkerMessages;
/**
* AddT... | UTF-8 | Java | 948 | java | AddTaskHandler.java | Java | [] | null | [] | package org.eclipse.ui.ide.markers.compatibility.internal;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.ui.ide.markers.compatibility.api.MarkerViewHandler;
import org.eclipse.ui.views.markers.internal.DialogTaskProperties;
import org.eclipse.ui.views.markers.internal.MarkerMessages;
/**
* AddT... | 948 | 0.757384 | 0.755274 | 34 | 26.882353 | 28.470589 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.176471 | false | false | 5 |
3196d9831df475b4fef2793d91c680c88c01d697 | 4,724,464,031,153 | 1673ee346121c80fce44814e55963552cf37c4d0 | /note/in_action/back_end/group_buy/by_spring_in_mooc/my_source/source_code/Service/src/main/java/com/tortuousroad/groupon/deal/dao/DealCategoryDAO.java | ad614fde04182982b2f93daba5f43c498b0bb5ad | [] | no_license | zoy2control/computer-science | https://github.com/zoy2control/computer-science | d271e5b85595c2d01a01c431d440ba83f2693f96 | 882a2ef3ab9041693bf12ad7343f349319d02634 | refs/heads/master | 2020-05-19T07:43:44.341000 | 2020-05-17T11:40:38 | 2020-05-17T11:40:38 | 184,901,487 | 1 | 0 | null | false | 2020-07-02T03:40:45 | 2019-05-04T13:55:28 | 2020-06-29T09:05:18 | 2020-07-02T03:40:43 | 377,403 | 1 | 0 | 7 | TSQL | false | false | package com.tortuousroad.groupon.deal.dao;
import com.tortuousroad.groupon.deal.constant.DealConstant;
import com.tortuousroad.groupon.deal.entity.DealCategory;
import com.tortuousroad.framework.common.page.PagingResult;
import com.tortuousroad.framework.common.persistence.BaseMybatisDAO;
import com.tortuousroad.frame... | UTF-8 | Java | 3,896 | java | DealCategoryDAO.java | Java | [] | null | [] | package com.tortuousroad.groupon.deal.dao;
import com.tortuousroad.groupon.deal.constant.DealConstant;
import com.tortuousroad.groupon.deal.entity.DealCategory;
import com.tortuousroad.framework.common.page.PagingResult;
import com.tortuousroad.framework.common.persistence.BaseMybatisDAO;
import com.tortuousroad.frame... | 3,896 | 0.619914 | 0.61697 | 138 | 26.072464 | 27.466618 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.449275 | false | false | 5 |
0f137b6245ec281faa0c79c1c510825f4eb6789f | 27,986,006,923,650 | d88d374a8ed393a11a83fd0fe590c5dd9713d91c | /gwtTest/gwtTest-server/src/main/java/com/ajs/service/payment/LoadPaymentDetailService.java | 5976c6a07d7529d31c661f00cdad9b513b734e58 | [] | no_license | andyuser727/blah | https://github.com/andyuser727/blah | 81cfd82402b6bdb8566c23524c743a0a0ae33f1f | 877946dfe2ee2bb0af9d53746198acb64bd62fda | refs/heads/master | 2021-01-22T22:56:58.129000 | 2014-10-11T12:17:59 | 2014-10-11T12:17:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ajs.service.payment;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import com.ajs.dao.PaymentDao;
import com.ajs.dao.PaymentInvoiceAllocationDao;
import com.ajs.domain.Payment;... | UTF-8 | Java | 2,716 | java | LoadPaymentDetailService.java | Java | [] | null | [] | package com.ajs.service.payment;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import com.ajs.dao.PaymentDao;
import com.ajs.dao.PaymentInvoiceAllocationDao;
import com.ajs.domain.Payment;... | 2,716 | 0.755155 | 0.754418 | 73 | 36.19178 | 34.77586 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506849 | false | false | 5 |
173675fa5168ad8b12a5676e693fdadc5420a56e | 16,638,703,371,413 | 9a58af6bbc99b7e9a663ed24697a98a397eb9b69 | /src/superkeyword_uses/Child.java | 5d8091a9dfdfc1b217b8209e051848c0b09b70a4 | [] | no_license | vasantidatta/JavaProject | https://github.com/vasantidatta/JavaProject | e8c0caa240b2bbafd420cabb5da13e0694e3c4e2 | cfd708bf95ba3ef744ce064e1a1514c0982d718c | refs/heads/master | 2023-03-29T15:48:21.934000 | 2021-03-27T20:22:00 | 2021-03-27T20:22:00 | 351,219,323 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package superkeyword_uses;
public class Child extends Mom {
int num = 110;
public void display() {
//System.out.println("Num value = "+num);
System.out.println("Num value = "+super.num);
}
public static void main(String[] args) {
Child kid = new Child();
kid.display();
}
}
| UTF-8 | Java | 312 | java | Child.java | Java | [] | null | [] | package superkeyword_uses;
public class Child extends Mom {
int num = 110;
public void display() {
//System.out.println("Num value = "+num);
System.out.println("Num value = "+super.num);
}
public static void main(String[] args) {
Child kid = new Child();
kid.display();
}
}
| 312 | 0.608974 | 0.599359 | 22 | 13.136364 | 15.96102 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.409091 | false | false | 5 |
bc35f6ed057186b23410613207448fec8a50d2eb | 28,338,194,224,163 | f34379a5c6a57c086b6213ed3490d658b916f6d0 | /src/main/java/com/springmvc/imp/MyTimerService.java | a7078430d9d16d5859276b88469aa914fab1d0dd | [] | no_license | xzm1102207843/JavaSSMDemo | https://github.com/xzm1102207843/JavaSSMDemo | 8e8736b8823481f495c1cf2cb3d2553a50c4a1f6 | 86e3009152d20830f3ef7664c5deb7a224374bc4 | refs/heads/master | 2018-02-08T18:09:48.283000 | 2017-08-18T05:18:00 | 2017-08-18T05:18:00 | 95,101,374 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springmvc.imp;
/**
* Created by xuzongmeng on 2017/7/13.
*/
public interface MyTimerService {
void runTime();
}
| UTF-8 | Java | 135 | java | MyTimerService.java | Java | [
{
"context": "package com.springmvc.imp;\n\n/**\n * Created by xuzongmeng on 2017/7/13.\n */\npublic interface MyTimerService",
"end": 56,
"score": 0.9994639158248901,
"start": 46,
"tag": "USERNAME",
"value": "xuzongmeng"
}
] | null | [] | package com.springmvc.imp;
/**
* Created by xuzongmeng on 2017/7/13.
*/
public interface MyTimerService {
void runTime();
}
| 135 | 0.666667 | 0.614815 | 8 | 15.875 | 14.751589 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
9159b1e541a84771bea95e1e1d8a0185a4934608 | 4,294,967,345,095 | ab21bfa35db1295d5fceb438f933125faef27c43 | /app/src/main/java/com/example/seecloud/RankActivity.java | 8adc68a3cd781041a0029aa282ec89bc2050ba61 | [
"Apache-2.0"
] | permissive | Edward-Chow/SeeCloud | https://github.com/Edward-Chow/SeeCloud | 52273e8de5ffbfb965c1811ff8b27cfb6c116b28 | 95b39c69489990456d3d6f6485a689c3f87d6343 | refs/heads/master | 2021-06-13T05:13:19.285000 | 2017-04-15T00:57:24 | 2017-04-15T00:57:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.seecloud;
import android.content.Intent;
import android.os.Build;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import andro... | UTF-8 | Java | 13,328 | java | RankActivity.java | Java | [] | null | [] | package com.example.seecloud;
import android.content.Intent;
import android.os.Build;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import andro... | 13,328 | 0.5043 | 0.501485 | 283 | 44.201412 | 23.692339 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.038869 | false | false | 5 |
e11c4656340407dd52972761db42f20105c22168 | 28,037,546,512,350 | c61d0f5990151af824d92697c0b03bec44ba25dc | /src/main/java/cn/com/qiqi/order/web/system/service/ConfigurationService.java | 0a4484981da74547e482871e0325a37cbd8fb538 | [] | no_license | home45006/order-web | https://github.com/home45006/order-web | 930c0dee7ba852669b3b877d1ebe176ce4474a09 | 1f7e43e4e87871d205f4456e1dc80e6117d58ef3 | refs/heads/master | 2016-09-05T10:06:53.174000 | 2015-03-17T16:50:19 | 2015-03-17T16:50:40 | 32,406,066 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package cn.com.qiqi.order.web.system.service;
import java.util.List;
import cn.com.qiqi.order.entity.common.Configuration;
import cn.com.qiqi.order.service.EntityService;
/**
* @Description TODO
* @author wuhui
* @date 2013-5-2下午1:42:29
*
*/
public interface ConfigurationService exte... | UTF-8 | Java | 591 | java | ConfigurationService.java | Java | [
{
"context": "yService;\r\n\r\n/**\r\n * @Description TODO\r\n * @author wuhui\r\n * @date 2013-5-2下午1:42:29\r\n *\r\n */\r\npublic inte",
"end": 239,
"score": 0.9993865489959717,
"start": 234,
"tag": "USERNAME",
"value": "wuhui"
}
] | null | [] | /**
*
*/
package cn.com.qiqi.order.web.system.service;
import java.util.List;
import cn.com.qiqi.order.entity.common.Configuration;
import cn.com.qiqi.order.service.EntityService;
/**
* @Description TODO
* @author wuhui
* @date 2013-5-2下午1:42:29
*
*/
public interface ConfigurationService exte... | 591 | 0.725724 | 0.706985 | 29 | 18.241379 | 23.822121 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 5 |
75b0e11f2ced2625600b66be75d3c5f8f72d7bf3 | 23,742,579,271,266 | 1aafa630a9c37d41a1e9101597811fba63d0fb29 | /FileReadTask5.java | e315713f6ddae0b6865124d2ab463f2fc6d9c75f | [] | no_license | arjun541/Assignment-3.2 | https://github.com/arjun541/Assignment-3.2 | f1fddbf435223e044bfe43e391bffe4e0c9763c7 | 4c1915cff2f13902ca48e0a82fc5a4011288e67a | refs/heads/master | 2020-04-06T04:07:04.511000 | 2017-02-25T08:02:34 | 2017-02-25T08:02:34 | 83,040,913 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FSDataInputStream;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IOUtils;
public class FileReadTask5 {
public static void main(String[] args) {
... | UTF-8 | Java | 1,340 | java | FileReadTask5.java | Java | [] | null | [] | package com.demo;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FSDataInputStream;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IOUtils;
public class FileReadTask5 {
public static void main(String[] args) {
... | 1,340 | 0.5 | 0.49403 | 56 | 22.928572 | 20.928328 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 5 |
7ca1d93f2da93241619bc6a647e9c821f131058a | 30,296,699,355,529 | 389eecc3b23abbbc8b689b2e9ecba8cec6921969 | /app/src/main/java/com/bayer/bayerreward/GetterSetter/FolderList.java | 6b4f9448de08fef570fe8fe11bb6d6e911239428 | [] | no_license | JGSPL/BayerRewards | https://github.com/JGSPL/BayerRewards | 7bbb9c59d8866107928742a37f68f387f4b0af8a | 998125fee21b603759b1f86a7673a494335f46ee | refs/heads/master | 2023-03-03T19:32:51.763000 | 2021-02-16T09:53:50 | 2021-02-16T09:53:50 | 322,269,108 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bayer.bayerreward.GetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
/**
* Created by Naushad on 12/27/2017.
*/
public class FolderList implements Serializable {
@SerializedName("folder_name")
@Expose
pri... | UTF-8 | Java | 765 | java | FolderList.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by Naushad on 12/27/2017.\n */\n\npublic class FolderList imple",
"end": 195,
"score": 0.9775241017341614,
"start": 188,
"tag": "USERNAME",
"value": "Naushad"
}
] | null | [] | package com.bayer.bayerreward.GetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
/**
* Created by Naushad on 12/27/2017.
*/
public class FolderList implements Serializable {
@SerializedName("folder_name")
@Expose
pri... | 765 | 0.696732 | 0.686275 | 36 | 20.25 | 18.600142 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 5 |
caa5508579112f5d3f221de400646ff7d0e6dc7b | 22,419,729,345,671 | c1e91087fb685aa0a86d3a9f0e83eb61da28002f | /robot/src/application/Dictionary.java | fec087720f846cf142b11119b17d8316480723da | [] | no_license | myomyintaung3535/fx-projects | https://github.com/myomyintaung3535/fx-projects | b4a066935684eb0127e01a1600e2d0ceb72c7175 | 25e8223c60e677192fb7f1a02a073b1f68367ebd | refs/heads/master | 2022-11-05T15:59:40.780000 | 2020-06-17T09:50:06 | 2020-06-17T09:50:06 | 271,249,721 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.HashMap;
import java.util.Map;
public class Dictionary {
private Map<String, String> database;
private static final String FILE = "data.obj";
... | UTF-8 | Java | 946 | java | Dictionary.java | Java | [] | null | [] | package application;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.HashMap;
import java.util.Map;
public class Dictionary {
private Map<String, String> database;
private static final String FILE = "data.obj";
... | 946 | 0.734672 | 0.734672 | 39 | 23.256411 | 21.549845 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.51282 | false | false | 5 |
066d1233c7f97c097796951f3295d668c8efaffa | 21,973,052,687,000 | fb58953a05c8a4ad6d9810aa71f7317c367a1cf3 | /app/src/main/java/in/anukool/dagger2app/di/component/ActivityComponent.java | 578fa75e9956ff996b1bd9dfbf66d6cb8b69f364 | [] | no_license | anukools/Dagger2App | https://github.com/anukools/Dagger2App | 38eb9ead946ce4a77cbe246b3ba547ded17b1750 | 4d6870ee56c6de3b58c963fe88ee23d81df6e47a | refs/heads/master | 2020-03-11T19:13:50.819000 | 2018-04-19T10:43:03 | 2018-04-19T10:43:03 | 130,200,999 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package in.anukool.dagger2app.di.component;
import dagger.Component;
import in.anukool.dagger2app.MainActivity;
import in.anukool.dagger2app.di.PerActivity;
import in.anukool.dagger2app.di.module.ActivityModule;
/**
* Created by Anukool Srivastav on 30/03/18.
*/
@PerActivity
@Component(dependencies = ApplicationCo... | UTF-8 | Java | 452 | java | ActivityComponent.java | Java | [
{
"context": "r2app.di.module.ActivityModule;\n\n/**\n * Created by Anukool Srivastav on 30/03/18.\n */\n\n@PerActivity\n@Component(depende",
"end": 249,
"score": 0.999870240688324,
"start": 232,
"tag": "NAME",
"value": "Anukool Srivastav"
}
] | null | [] | package in.anukool.dagger2app.di.component;
import dagger.Component;
import in.anukool.dagger2app.MainActivity;
import in.anukool.dagger2app.di.PerActivity;
import in.anukool.dagger2app.di.module.ActivityModule;
/**
* Created by <NAME> on 30/03/18.
*/
@PerActivity
@Component(dependencies = ApplicationComponent.cla... | 441 | 0.800885 | 0.778761 | 18 | 24.111111 | 24.772047 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 5 |
3895a6a3e58135cf79c984258e9ba4f9eca44c99 | 7,361,574,012,095 | 93c213af1c018d8d0522eaedc6df8f953655796b | /web/src/test/java/com/lemosen/web/WebApplicationTests.java | 137ca1ea7d75ad7c5a1e413cfda8fd67c462b9ec | [] | no_license | lemosen/lemosen | https://github.com/lemosen/lemosen | 6efc8c99b02e7df5e3960caea2c9e846b0657c89 | 8e8437d9df1b23caf4c2dfbcd7ccdbb624b9183a | refs/heads/master | 2018-10-08T05:00:29.623000 | 2018-08-23T10:24:02 | 2018-08-23T10:24:03 | 115,318,011 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lemosen.web;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import java.util.ArrayList;
import java.util.Arrays;
//@RunWith(SpringRunner.class)
//@SpringBootTest
//public cla... | UTF-8 | Java | 2,553 | java | WebApplicationTests.java | Java | [] | null | [] | package com.lemosen.web;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
import java.util.ArrayList;
import java.util.Arrays;
//@RunWith(SpringRunner.class)
//@SpringBootTest
//public cla... | 2,553 | 0.380517 | 0.369781 | 76 | 32.078949 | 31.37958 | 232 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.078947 | false | false | 5 |
cb6b6c4938177895a9d7f3173df2da941964c002 | 16,054,587,822,738 | e54922cc3ef1b464f3589a65ca12f28d5768151b | /src/main/java/com/github/jmnarloch/spring/jaxrs/client/resteasy/RestEasyClientProxyFactory.java | a569978738257fae742534979e7802f22f6254d1 | [
"Apache-2.0"
] | permissive | SathishkumarKS/spring-jax-rs-client-proxy | https://github.com/SathishkumarKS/spring-jax-rs-client-proxy | a79a6c699f42cfbaaa5d226411504a20ad07f80b | e3eba297ea4724170793c026157699711e0143d4 | refs/heads/master | 2021-01-17T11:24:32.646000 | 2015-08-23T06:18:04 | 2015-08-23T06:18:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2015 the original author or authors
*
* 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 appli... | UTF-8 | Java | 3,469 | java | RestEasyClientProxyFactory.java | Java | [
{
"context": "Builder} create the proxy instances.\n *\n * @author Jakub Narloch\n */\nclass RestEasyClientProxyFactory extends JaxR",
"end": 1425,
"score": 0.9998685121536255,
"start": 1412,
"tag": "NAME",
"value": "Jakub Narloch"
}
] | null | [] | /**
* Copyright (c) 2015 the original author or authors
*
* 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 appli... | 3,462 | 0.698472 | 0.696166 | 107 | 31.420561 | 28.424038 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.308411 | false | false | 5 |
aa66f962704333ff7bd53553e649e4c139c1a521 | 25,838,523,317,210 | 0008835388b7a542f4782d99b9d86a2bd5f2e571 | /PixelCombat/app/src/main/java/com/example/pixelcombat/character/chars/ruffy/attacks/RuffyAttack1.java | 6ffa6a468cc2ced7932dc208e63399e05b4bea19 | [] | no_license | BillyTheG/pixelCombatSmartPhone | https://github.com/BillyTheG/pixelCombatSmartPhone | 8532d286d94af5f72e4c5efed6ec375d176db2bd | 571250e6814b25d84ab3605488c60c1347fe35b7 | refs/heads/master | 2023-01-08T03:06:26.418000 | 2020-11-07T21:03:20 | 2020-11-07T21:03:20 | 296,892,939 | 0 | 0 | null | false | 2020-11-07T21:03:21 | 2020-09-19T15:02:29 | 2020-10-30T19:24:51 | 2020-11-07T21:03:21 | 12,115 | 1 | 0 | 0 | Java | false | false | package com.example.pixelcombat.character.chars.ruffy.attacks;
import android.util.Log;
import com.example.pixelcombat.GameCharacter;
import com.example.pixelcombat.character.attack.Attack;
import com.example.pixelcombat.core.config.SparkConfig;
import com.example.pixelcombat.core.message.GameMessage;
import com.exam... | UTF-8 | Java | 3,741 | java | RuffyAttack1.java | Java | [] | null | [] | package com.example.pixelcombat.character.chars.ruffy.attacks;
import android.util.Log;
import com.example.pixelcombat.GameCharacter;
import com.example.pixelcombat.character.attack.Attack;
import com.example.pixelcombat.core.config.SparkConfig;
import com.example.pixelcombat.core.message.GameMessage;
import com.exam... | 3,741 | 0.601711 | 0.595563 | 109 | 33.321102 | 31.29114 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541284 | false | false | 5 |
7542cb08f61605fb81cc90d2286f4506bb95e89f | 28,123,445,912,644 | 3542b11aed676cebbb44d02850f38795fbbdeda4 | /app/src/main/java/com/fdmkst/ltl_pc/brain/MainMenu.java | d52009c834e8578e05136e5cb9eac71ea512b41a | [] | no_license | yacine902/Brain | https://github.com/yacine902/Brain | 6a73978371ad63b6902e02a1b7cc7111b71b712b | 066324fd1009c8fb17e9a6b0b57a6e6adedb098a | refs/heads/master | 2021-01-10T01:11:49.113000 | 2016-01-03T21:43:51 | 2016-01-03T21:43:51 | 48,133,427 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fdmkst.ltl_pc.brain;
import android.app.Activity;
import android.app.Fragment;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.LayoutInflater;
import android.... | UTF-8 | Java | 3,461 | java | MainMenu.java | Java | [] | null | [] | package com.fdmkst.ltl_pc.brain;
import android.app.Activity;
import android.app.Fragment;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.LayoutInflater;
import android.... | 3,461 | 0.628431 | 0.628142 | 105 | 31.961905 | 22.411274 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 5 |
625ed33d03d8d326731472eb61cba6b67ab6e132 | 1,297,080,123,691 | c2458031530f5eb601e7ba126ed31b63f75b0756 | /src/de/dhbwka/java/exercise/classes/Complex.java | 592cab6617b772127b6f6d3efddda43a286874fc | [] | no_license | fidsusj/JavaProgramming | https://github.com/fidsusj/JavaProgramming | ea5acb1b5faede11ed5af722eae7e05106d584e8 | a8fbce0249c2955b2c5ec20efd71b8627f69cd62 | refs/heads/master | 2021-01-06T11:26:20.330000 | 2020-02-18T09:02:50 | 2020-02-18T09:02:50 | 241,308,584 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.dhbwka.java.exercise.classes;
public class Complex {
private double a;
private double b;
public Complex(double a, double b) {
this.a = a;
this.b = b;
}
public Complex add(Complex comp) {
return new Complex(a + comp.getReal(), b + comp.getImag());
}
public Complex sub(Complex comp) {
re... | UTF-8 | Java | 1,238 | java | Complex.java | Java | [] | null | [] | package de.dhbwka.java.exercise.classes;
public class Complex {
private double a;
private double b;
public Complex(double a, double b) {
this.a = a;
this.b = b;
}
public Complex add(Complex comp) {
return new Complex(a + comp.getReal(), b + comp.getImag());
}
public Complex sub(Complex comp) {
re... | 1,238 | 0.630856 | 0.625202 | 53 | 22.377359 | 34.621525 | 217 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.622642 | false | false | 5 |
68cff7615b37248b829bdaa315c037fc7d799907 | 33,724,083,229,121 | 255f82aabd067a531d31126f12c1727760bb8273 | /Provectus_Java/lessons/lesson6/src/com/company/Employee.java | a3c89ee8912f86ab32396a29c336cf788a3e5317 | [] | no_license | gbelonog/java | https://github.com/gbelonog/java | af927c4059abc1865ac50df50cba4249c7f6e2dd | 274375e6b66ab07fbeafcb57129a4d988c14e545 | refs/heads/master | 2021-01-12T05:19:07.617000 | 2017-02-02T11:13:32 | 2017-02-02T11:13:32 | 77,910,386 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
/**
* Created by galina on 21.12.16.
*/
public class Employee extends Person{
String Company;
//Employee(){ this.Company = "olx";}
//super(){}
public Employee(String name, String LastName, String company)
{
super(name, LastName);
this.Company = company;
}... | UTF-8 | Java | 404 | java | Employee.java | Java | [
{
"context": "package com.company;\n\n/**\n * Created by galina on 21.12.16.\n */\npublic class Employee extends Pe",
"end": 46,
"score": 0.8562997579574585,
"start": 40,
"tag": "USERNAME",
"value": "galina"
}
] | null | [] | package com.company;
/**
* Created by galina on 21.12.16.
*/
public class Employee extends Person{
String Company;
//Employee(){ this.Company = "olx";}
//super(){}
public Employee(String name, String LastName, String company)
{
super(name, LastName);
this.Company = company;
}... | 404 | 0.594059 | 0.579208 | 21 | 18.238094 | 17.254137 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
99ffbc12436ed2f0a7052dd289a8c63ce0e9d97a | 5,763,846,137,693 | bbc82450538ee3d112c3ffb3d3332be9e7c32aff | /app/src/main/java/com/alam_kanak/FragmentOne.java | 3a02ef8bd30ea65ce2f238b60c405b5856dac5fa | [] | no_license | MehmetCanAkayy/SchoolManagement | https://github.com/MehmetCanAkayy/SchoolManagement | c290c912725e004598e1c9191b91f0e5d5a0b6a9 | ef10175ecab95483af91b05f7318ff2b673e08bc | refs/heads/master | 2020-04-28T02:09:36.933000 | 2018-10-02T22:38:49 | 2018-10-02T22:38:49 | 174,888,007 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alam_kanak;
import android.app.Activity;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.RectF;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import androi... | UTF-8 | Java | 34,492 | java | FragmentOne.java | Java | [] | null | [] | package com.alam_kanak;
import android.app.Activity;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.RectF;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import androi... | 34,492 | 0.588408 | 0.582348 | 810 | 41.579014 | 38.889545 | 238 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730864 | false | false | 5 |
b642186a04f38eb067175cfc91912e3ab699ca44 | 15,393,162,815,966 | b6a3c5c4e778f5818e423995f5bae57f475d8a87 | /src/main/java/com/codeshare/codeexecutor/commandbox/CommadBoxContainerTest.java | 9a11abe561c01bb032223f71ee50d0aefa9db3ce | [] | no_license | vibhorrastogi-github/src-code-executor | https://github.com/vibhorrastogi-github/src-code-executor | ffeb475e0494df7f0264a12610cd33649c9e702a | b8e3869693d4722014d1a5fee8a95b471e2f630b | refs/heads/master | 2020-05-25T11:20:10.349000 | 2015-09-04T10:12:32 | 2015-09-04T10:12:32 | 41,908,737 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.codeshare.codeexecutor.commandbox;
import java.io.File;
import java.util.HashSet;
import java.util.Set;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import com.codeshare.codeexecutor.common.CommandType;
/**
* @auth... | UTF-8 | Java | 1,474 | java | CommadBoxContainerTest.java | Java | [
{
"context": "odeexecutor.common.CommandType;\r\n\r\n/**\r\n * @author vibhor\r\n * \r\n */\r\npublic class CommadBoxContainerTest {\r",
"end": 329,
"score": 0.9990382194519043,
"start": 323,
"tag": "USERNAME",
"value": "vibhor"
}
] | null | [] | /**
*
*/
package com.codeshare.codeexecutor.commandbox;
import java.io.File;
import java.util.HashSet;
import java.util.Set;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Marshaller;
import com.codeshare.codeexecutor.common.CommandType;
/**
* @auth... | 1,474 | 0.6981 | 0.6981 | 59 | 22.983051 | 21.038698 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.542373 | false | false | 5 |
52430f1ac68244d94e6ce9c451be5f7cb024f3bd | 773,094,143,123 | 51b09cbd4efde7d8617a8784260b9f7487ec2fea | /app/src/main/java/com/lynx/formi/ulsucanteen/presentation/menu/eat/EatView.java | cb4e995214e149911b6b41bb8eb9159ab6508d23 | [] | no_license | AlexUndeRSV/UlsuCanteen | https://github.com/AlexUndeRSV/UlsuCanteen | 92f2a9c4b5f10492ee839efe06164799ea6e2436 | e1b7ca772f00f267ab761f77a14eb8de70a40afe | refs/heads/master | 2020-03-29T13:59:15.256000 | 2018-12-03T17:11:36 | 2018-12-03T17:11:36 | 149,993,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lynx.formi.ulsucanteen.presentation.menu.eat;
import com.arellomobile.mvp.MvpView;
import com.arellomobile.mvp.viewstate.strategy.AddToEndSingleStrategy;
import com.arellomobile.mvp.viewstate.strategy.StateStrategyType;
import com.lynx.formi.ulsucanteen.domain.dataclass.Food;
import java.util.List;
publi... | UTF-8 | Java | 456 | java | EatView.java | Java | [] | null | [] | package com.lynx.formi.ulsucanteen.presentation.menu.eat;
import com.arellomobile.mvp.MvpView;
import com.arellomobile.mvp.viewstate.strategy.AddToEndSingleStrategy;
import com.arellomobile.mvp.viewstate.strategy.StateStrategyType;
import com.lynx.formi.ulsucanteen.domain.dataclass.Food;
import java.util.List;
publi... | 456 | 0.828947 | 0.828947 | 13 | 34.076923 | 25.46026 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 5 |
4035a1597876845109d7c8bd7cc4940f25ecbc9a | 5,695,126,664,308 | 9a3ea51139778b78f2876249c3e3c1d0d0957650 | /app/src/main/java/sdk/grayweb/com/slientsdk/util/SDKUtils.java | 52e77f1f5ba8bb850646001ce282a85374fe343a | [] | no_license | lovekill/androidsdk | https://github.com/lovekill/androidsdk | 0c9e9f0d40fc340e355b419248fdbe6b1106415e | ebd253b987e2d1722d1b41fe7658c830178be7f2 | refs/heads/master | 2021-01-01T04:57:04.680000 | 2016-05-25T03:24:43 | 2016-05-25T03:24:43 | 58,727,732 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sdk.grayweb.com.slientsdk.util;
import java.util.Map;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoun... | UTF-8 | Java | 2,344 | java | SDKUtils.java | Java | [] | null | [] | package sdk.grayweb.com.slientsdk.util;
import java.util.Map;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoun... | 2,344 | 0.689846 | 0.688993 | 96 | 23.416666 | 19.71287 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.447917 | false | false | 5 |
6f2e2b77eaae7abe93da39eb4195a15ba7fa5036 | 16,149,077,068,235 | ca79d0435ab82540b0d34ca30f267f747e2ffbdb | /src/main/java/scorpio/scorpioblog/mBlog/web/FileController.java | cd63045b6dc037c1f3adddada605f3b5c9de9eed | [] | no_license | fishlikewater/scorpio-blog | https://github.com/fishlikewater/scorpio-blog | 82087201a9a0d0c1fc192552bccb4840603af20e | 7fdd7becb69b7f533f680ebefac6edbce85d36d2 | refs/heads/master | 2021-08-28T14:59:10.385000 | 2017-12-12T14:17:20 | 2017-12-12T14:17:20 | 110,125,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package scorpio.scorpioblog.mBlog.web;
import com.alibaba.fastjson.JSONObject;
import com.fasterxml.jackson.core.JsonGenerationException;
import com.fasterxml.jackson.databind.JsonMappingException;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annota... | UTF-8 | Java | 4,363 | java | FileController.java | Java | [] | null | [] | package scorpio.scorpioblog.mBlog.web;
import com.alibaba.fastjson.JSONObject;
import com.fasterxml.jackson.core.JsonGenerationException;
import com.fasterxml.jackson.databind.JsonMappingException;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annota... | 4,363 | 0.622571 | 0.619293 | 128 | 32.367188 | 26.379108 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.601563 | false | false | 5 |
4678329e8b349da55dbe70f53bd3b62891daf21c | 7,687,991,489,272 | abd2ca521d4f18df18f3013d05913972ccf5a193 | /rpc-client/src/main/java/com/tang/rpc_client/App.java | 48cb50535e0d0b3a8bba614d9afaedf8bf074896 | [] | no_license | tangbiao0321/rpc-demo | https://github.com/tangbiao0321/rpc-demo | 6464ec90baa4b0dba4a02356de51d93fe6008b65 | 25ef7de4c5079441ed7add4df0d4f1c0f5c04df0 | refs/heads/master | 2021-09-06T20:17:38.521000 | 2018-02-11T01:29:52 | 2018-02-11T01:29:52 | 119,798,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tang.rpc_client;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import com.tang.rpc_clie... | UTF-8 | Java | 1,048 | java | App.java | Java | [] | null | [] | package com.tang.rpc_client;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import com.tang.rpc_clie... | 1,048 | 0.76813 | 0.76813 | 35 | 28.942858 | 27.407969 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742857 | false | false | 5 |
d4807fd0cef1e3670e5e0f653b3907b83e950ac0 | 24,120,536,361,593 | 276745f5e2581ddc9632aefecb2551a64da8054f | /core/src/main/java/lingvo/movie/core/entity/PhysicalStorage.java | bdc30502f372be4bdd6511de241890afcbecf65c | [] | no_license | yaroslav-nikolaiko/LingvoMovie | https://github.com/yaroslav-nikolaiko/LingvoMovie | 57cc9b32752b5bb99a4c0f660a3a96df99027d07 | 1b66e600736b7ef36b088562f2c2167a8a65d0dd | refs/heads/master | 2021-01-15T11:18:44.706000 | 2015-12-03T18:11:24 | 2015-12-03T18:11:24 | 31,180,069 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lingvo.movie.core.entity;
import lombok.Data;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Created by yaroslav on 01.03.15.
*/
@Entity
@Table(name = "PHYSICAL_STORAGE")
@Data
public class PhysicalStorage {
@... | UTF-8 | Java | 354 | java | PhysicalStorage.java | Java | [
{
"context": "import javax.persistence.Table;\n\n/**\n * Created by yaroslav on 01.03.15.\n */\n@Entity\n@Table(name = \"PH",
"end": 211,
"score": 0.5127601623535156,
"start": 210,
"tag": "USERNAME",
"value": "y"
},
{
"context": "port javax.persistence.Table;\n\n/**\n * Created by ya... | null | [] | package lingvo.movie.core.entity;
import lombok.Data;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Created by yaroslav on 01.03.15.
*/
@Entity
@Table(name = "PHYSICAL_STORAGE")
@Data
public class PhysicalStorage {
@... | 354 | 0.751412 | 0.734463 | 19 | 17.631578 | 14.31308 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 5 |
8a0b1f28a252f8cf1130bc5ca85cbea05627fe6b | 24,120,536,360,224 | 4b5d2d4427681192840bde9adc08c0bbad6910a6 | /app/src/main/java/com/hashtags/usman/youtubehashtag/Database_Objects/Realm_Object_History.java | d8daa75d1f2c9a2f9392217e55dd63a966128b4c | [] | no_license | usman14/HashTagVideo | https://github.com/usman14/HashTagVideo | 7cc5436ffac8bfa04f12b5d9b34deb6e759555ac | 3b56d22d7af6213030164b61278b835221cb86fa | refs/heads/master | 2021-01-22T04:01:20.240000 | 2018-09-01T00:19:22 | 2018-09-01T00:19:22 | 92,421,296 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hashtags.usman.youtubehashtag.Database_Objects;
import io.realm.RealmObject;
/**
* Created by usman on three/17/2017.
*/
public class Realm_Object_History extends RealmObject {
String title;
String thumbnailurl;
String Videoid;
public int getId() {
return id;
}
public ... | UTF-8 | Java | 843 | java | Realm_Object_History.java | Java | [
{
"context": ";\n\nimport io.realm.RealmObject;\n\n/**\n * Created by usman on three/17/2017.\n */\n\npublic class Realm_Object_",
"end": 114,
"score": 0.9995162487030029,
"start": 109,
"tag": "USERNAME",
"value": "usman"
}
] | null | [] | package com.hashtags.usman.youtubehashtag.Database_Objects;
import io.realm.RealmObject;
/**
* Created by usman on three/17/2017.
*/
public class Realm_Object_History extends RealmObject {
String title;
String thumbnailurl;
String Videoid;
public int getId() {
return id;
}
public ... | 843 | 0.615658 | 0.608541 | 49 | 16.204082 | 17.05092 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 5 |
a486404e641d114728d4b384967393160a0c9433 | 2,894,807,993,525 | 05116064ddc0c2f6f540f66626b51c4248c30b07 | /src/main/java/io/github/jhipster/sample/web/rest/errors/EmailNotFoundException.java | 97d4890bceda13b0756e1002f19e9c507f699316 | [] | no_license | jhipster/jhipster-sample-app-quarkus | https://github.com/jhipster/jhipster-sample-app-quarkus | e25d1c438c762ac109ba2c0f3fed8da69e2bf88b | ac0fc3050f953330ace4e1ae43194b8aa87b5ef5 | refs/heads/main | 2023-08-10T08:20:46.360000 | 2023-04-01T12:49:33 | 2023-04-01T12:49:33 | 185,751,542 | 28 | 15 | null | false | 2023-07-22T05:13:37 | 2019-05-09T07:46:57 | 2023-06-02T17:25:00 | 2023-07-22T05:13:33 | 5,014 | 27 | 17 | 7 | TypeScript | false | false | package io.github.jhipster.sample.web.rest.errors;
import static javax.ws.rs.core.Response.Status.BAD_REQUEST;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.Response;
public class EmailNotFoundException extends BadRequestAlertException {
public EmailNotFoundException() {
super("Ema... | UTF-8 | Java | 392 | java | EmailNotFoundException.java | Java | [
{
"context": "package io.github.jhipster.sample.web.rest.errors;\n\nimport static javax.ws.r",
"end": 26,
"score": 0.9625184535980225,
"start": 18,
"tag": "USERNAME",
"value": "jhipster"
}
] | null | [] | package io.github.jhipster.sample.web.rest.errors;
import static javax.ws.rs.core.Response.Status.BAD_REQUEST;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.Response;
public class EmailNotFoundException extends BadRequestAlertException {
public EmailNotFoundException() {
super("Ema... | 392 | 0.778061 | 0.778061 | 13 | 29.153847 | 28.72374 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 5 |
6a75f5b95e7aeef73a8718d634c91058847c1c35 | 2,061,584,337,122 | 8ae6f46f0e2d5b7c056edc1e078eb1d183aff06d | /Lab 7/Connection.java | aef790cff79a58fad1059a6eb133349c77745344 | [] | no_license | joego2124/1140 | https://github.com/joego2124/1140 | 7cb210ca0ece5515c51bf7ed03c720c2a7491511 | 612f508f05b76fd20d9234b10fee46a0e366dbbf | refs/heads/main | 2023-07-12T18:59:15.208000 | 2021-08-17T04:12:44 | 2021-08-17T04:12:44 | 371,821,813 | 1 | 1 | null | false | 2021-08-05T21:17:22 | 2021-05-28T21:26:44 | 2021-08-05T20:33:51 | 2021-08-05T21:17:21 | 25,067 | 1 | 1 | 0 | JavaScript | false | false | /**
Connects a phone to the mail system. The purpose of this
class is to keep track of the state of a connection, since
the phone itself is just a source of individual key presses.
*/
public class Connection
{
/**
Construct a Connection object.
@param s a MailSystem object
@param p a Telep... | UTF-8 | Java | 5,997 | java | Connection.java | Java | [] | null | [] | /**
Connects a phone to the mail system. The purpose of this
class is to keep track of the state of a connection, since
the phone itself is just a source of individual key presses.
*/
public class Connection
{
/**
Construct a Connection object.
@param s a MailSystem object
@param p a Telep... | 5,997 | 0.578456 | 0.574954 | 228 | 25.302631 | 19.222853 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328947 | false | false | 5 |
e2346139b568316da3575fcc3c5447b6bcb6bc6b | 1,254,130,487,696 | a4cdeb5ac0f1dd545e6ab7da5e1c4d0459e445c5 | /springboot/springboot-04-data/src/main/java/com/joker/controller/JdbcController.java | 9ccfd5001b74c9b8d31573bf3babd6b895e390f2 | [
"Apache-2.0"
] | permissive | jokerzzccc/joker_FromKuangS | https://github.com/jokerzzccc/joker_FromKuangS | c5bdba794e0065e99e3cc49b09c5bda7fadce32d | 6456ce75883eda2b194fd8c39ed1c2ddb026fbf1 | refs/heads/master | 2023-06-15T02:07:18.768000 | 2021-06-24T05:21:59 | 2021-06-24T05:21:59 | 379,807,589 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.joker.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestCont... | UTF-8 | Java | 1,613 | java | JdbcController.java | Java | [
{
"context": " String sql=\"insert into mybatis.user values(10,'小明','111111')\";\n int update = jdbcTemplate.update",
"end": 933,
"score": 0.9973658323287964,
"start": 931,
"tag": "NAME",
"value": "小明"
}
] | null | [] | package com.joker.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestCont... | 1,613 | 0.675828 | 0.665209 | 51 | 29.843138 | 22.279308 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 5 |
97a7e2d633e3a69ee6c6d640399879e889d93f42 | 27,462,020,926,599 | 1e8fd404957cce2f112a9c4a5ca28dc8e5cc9f04 | /hrms/src/main/java/kodlamaio/hrms/business/abstracts/ConfirmationCodeService.java | a4d87ae59985ccd5b29962730c00dc970f9af92d | [] | no_license | ahmetburakfirat/Human-Resources-Management-System | https://github.com/ahmetburakfirat/Human-Resources-Management-System | 98083363e83d1a155cd2cdd3b8a1b48db35f393f | 3393aa6def40fb0b1c4457db2b290f5001e5bdff | refs/heads/master | 2023-05-18T21:32:13.313000 | 2021-06-11T00:34:00 | 2021-06-11T00:34:00 | 375,838,299 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kodlamaio.hrms.business.abstracts;
import java.util.List;
import kodlamaio.hrms.core.utilities.DataResult;
import kodlamaio.hrms.core.utilities.Result;
import kodlamaio.hrms.entities.abstracts.User;
import kodlamaio.hrms.entities.concretes.ConfirmationCode;
public interface ConfirmationCodeService {... | UTF-8 | Java | 412 | java | ConfirmationCodeService.java | Java | [] | null | [] | package kodlamaio.hrms.business.abstracts;
import java.util.List;
import kodlamaio.hrms.core.utilities.DataResult;
import kodlamaio.hrms.core.utilities.Result;
import kodlamaio.hrms.entities.abstracts.User;
import kodlamaio.hrms.entities.concretes.ConfirmationCode;
public interface ConfirmationCodeService {... | 412 | 0.808252 | 0.808252 | 13 | 29.692308 | 21.014225 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 5 |
172f3b7ba59ea065d0d56f4fc5fc0cd0486159d2 | 8,701,603,770,423 | e4d15cb01c8cb03737776ebba14f41837e5f0101 | /src/main/java/com/lx/service/ShareService.java | 933b9ea332217c73951e0f4b156788c7e077141b | [] | no_license | LinRuiiXin/ClubSystem | https://github.com/LinRuiiXin/ClubSystem | 6d914e310a9e04d6d226b7c7e06af077f57775cb | 5b4174716883bcc00c613b55304b18b5134c258e | refs/heads/master | 2022-12-20T23:00:01.263000 | 2019-12-09T12:12:05 | 2019-12-09T12:12:05 | 226,629,614 | 4 | 0 | null | false | 2022-12-16T14:51:12 | 2019-12-08T07:16:42 | 2022-10-07T02:29:29 | 2022-12-16T14:51:09 | 415 | 4 | 0 | 8 | HTML | false | false | package com.lx.service;
import com.lx.POJO.Share;
import java.util.List;
public interface ShareService {
void insertShare(String userName,String fileName,int clubId);
List<Share> queryByClubId(int clubId);
void deleteLostFile(String fileName);
}
| UTF-8 | Java | 261 | java | ShareService.java | Java | [
{
"context": "terface ShareService {\n void insertShare(String userName,String fileName,int clubId);\n List<Share> quer",
"end": 144,
"score": 0.9855615496635437,
"start": 136,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package com.lx.service;
import com.lx.POJO.Share;
import java.util.List;
public interface ShareService {
void insertShare(String userName,String fileName,int clubId);
List<Share> queryByClubId(int clubId);
void deleteLostFile(String fileName);
}
| 261 | 0.762452 | 0.762452 | 11 | 22.727272 | 20.423208 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 5 |
94e8d2defc44f5816a4d703e03aacc2ce7778ce8 | 18,966,575,615,189 | f905f1252ca55db99bb30890ffd0a5e1bef90538 | /src/test/java/com/stackroute/testcases/UserLoginValidationTest.java | 110a572c7d7105dfcaff16c21b1d992aa060e5e6 | [] | no_license | DeepanRamalingam/selenium-complete-testing-framework-demo | https://github.com/DeepanRamalingam/selenium-complete-testing-framework-demo | 6d44656af2c60578ab878bd19af940a9312c6630 | 18fc10ddb380e61ec91366985637a6786ef19fbb | refs/heads/master | 2023-05-11T10:54:50.113000 | 2019-10-29T18:12:08 | 2019-10-29T18:12:08 | 218,352,677 | 0 | 0 | null | false | 2023-05-09T18:35:11 | 2019-10-29T18:10:54 | 2019-10-29T18:12:42 | 2023-05-09T18:35:07 | 221 | 0 | 0 | 2 | HTML | false | false | package com.stackroute.testcases;
import java.io.IOException;
import java.util.Iterator;
import org.openqa.selenium.By;
import org.openqa.selenium.support.PageFactory;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Ignore;
import org.testng.annotations.Test;
impor... | UTF-8 | Java | 2,328 | java | UserLoginValidationTest.java | Java | [
{
"context": "ials() {\n\t\tObject[][] credentials = \n\t\t\t\t\t\t\t\t{ \t{\"deepan\",\"pass123\",false},\n\t\t\t\t\t\t\t\t\t{\"sachin\",\"pass234\",f",
"end": 663,
"score": 0.9911391735076904,
"start": 657,
"tag": "USERNAME",
"value": "deepan"
},
{
"context": "\t\tObject[][] creden... | null | [] | package com.stackroute.testcases;
import java.io.IOException;
import java.util.Iterator;
import org.openqa.selenium.By;
import org.openqa.selenium.support.PageFactory;
import org.testng.Assert;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Ignore;
import org.testng.annotations.Test;
impor... | 2,346 | 0.731959 | 0.722509 | 80 | 28.1 | 24.857393 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.3625 | false | false | 5 |
8d2718cfbe699611b7414b283cc2b26aa03f11c0 | 14,018,773,284,840 | 6384d3199811af7c8a0ed74450772e437cde334c | /appsearch/appsearch/src/androidTest/java/androidx/appsearch/app/GenericDocumentInternalTest.java | b514854ba5e4ac54a9659272717045a2810fa3c4 | [
"Apache-2.0"
] | permissive | androidx/androidx | https://github.com/androidx/androidx | 1cf2c063d530d2c6cf63899af796c44005ba38f4 | 7c7be981f7b980738c571998db1128f7a9a1195a | refs/heads/androidx-main | 2023-09-06T07:55:17.232000 | 2023-09-06T06:22:19 | 2023-09-06T06:22:19 | 256,589,781 | 5,035 | 940 | Apache-2.0 | false | 2023-09-14T17:59:59 | 2020-04-17T19:17:41 | 2023-09-14T14:50:43 | 2023-09-14T17:59:55 | 761,760 | 4,735 | 836 | 22 | Kotlin | false | false | /*
* Copyright 2020 The Android Open Source 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 applica... | UTF-8 | Java | 6,864 | java | GenericDocumentInternalTest.java | Java | [
{
"context": " .setPropertyString(\"propString\", \"Goodbye\")\n .setProperty",
"end": 3365,
"score": 0.6137394905090332,
"start": 3361,
"tag": "NAME",
"value": "Good"
}
] | null | [] | /*
* Copyright 2020 The Android Open Source 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 applica... | 6,864 | 0.622232 | 0.61451 | 154 | 43.57143 | 28.019672 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701299 | false | false | 5 |
f635026bfab5c8a825357b2d141483157d62cd6e | 29,102,698,435,428 | e61f175080419b19793711c6975f5a898aae3d95 | /bitbox/src/main/java/unimelb/bitbox/util/PublicKeyNotFoundException.java | f106cc75a4289eec784b415ee191431640ae9c8f | [] | no_license | MarsXue/DS_BitBox | https://github.com/MarsXue/DS_BitBox | 926e596d891e838d041af61033a5e92812b56c25 | 79c25ddf4024b33bbab1855d1b9435c8db9d50f0 | refs/heads/master | 2021-03-06T13:13:08.074000 | 2019-06-01T06:28:12 | 2019-06-01T06:28:12 | 246,202,141 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package unimelb.bitbox.util;
/**
* Exception Wrapper for using Public Key to encrypt AES key
*
* @author Weizhi Xu (752454)
* @author Wenqing Xue (813044)
* @author Zijie Shen (741404)
* @author Zijun Chen (813190)
*/
public class PublicKeyNotFoundException extends Exception {
public PublicKeyNotFoundExcept... | UTF-8 | Java | 404 | java | PublicKeyNotFoundException.java | Java | [
{
"context": " using Public Key to encrypt AES key\n *\n * @author Weizhi Xu (752454)\n * @author Wenqing Xue (813044)\n * @auth",
"end": 118,
"score": 0.9998170137405396,
"start": 109,
"tag": "NAME",
"value": "Weizhi Xu"
},
{
"context": "ES key\n *\n * @author Weizhi Xu (752454)\n *... | null | [] | package unimelb.bitbox.util;
/**
* Exception Wrapper for using Public Key to encrypt AES key
*
* @author <NAME> (752454)
* @author <NAME> (813044)
* @author <NAME> (741404)
* @author <NAME> (813190)
*/
public class PublicKeyNotFoundException extends Exception {
public PublicKeyNotFoundException(String error... | 388 | 0.720297 | 0.660891 | 15 | 25.933332 | 23.296543 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 5 |
c287f93c72e5a1cb88190191f897a2ac02683de8 | 25,907,242,761,219 | 66b1014a5dffaea4726d19d6c674bef91f397d6b | /app/src/main/java/com/example/pixelgame/GameObjects/Byteable.java | de88b864cd020affe40823198e122cfa637eda88 | [] | no_license | facklerh/BSINFO_AP_Projekt | https://github.com/facklerh/BSINFO_AP_Projekt | 71726e69bb635471ac0301458111aee3c96324c2 | 86d515cd59fdebd232987671ffe6258bdd493ad8 | refs/heads/master | 2022-04-13T07:35:37.655000 | 2020-03-31T12:57:39 | 2020-03-31T12:57:39 | 232,268,316 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pixelgame.GameObjects;
public interface Byteable {
public byte[] toBytes();
}
| UTF-8 | Java | 103 | java | Byteable.java | Java | [] | null | [] | package com.example.pixelgame.GameObjects;
public interface Byteable {
public byte[] toBytes();
}
| 103 | 0.747573 | 0.747573 | 5 | 19.6 | 16.475437 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
340a6a1a2d4e0d109bdadf22a98d80cec941db5c | 31,860,067,435,830 | 9216483e34c03295197914296f8052cb1b6a54b0 | /Bet_1207/src/store/logic/BetStoreLogic.java | 20049cb41a865a15d4d970c03654b0b21de63086 | [] | no_license | shanghwan/Betrepository | https://github.com/shanghwan/Betrepository | ebada000b737254943524a34203c6e37d47cabe8 | 16ee21d3cca5e3d0d3a74fb10978828871b89ddf | refs/heads/master | 2021-08-27T22:35:25.939000 | 2017-12-08T02:29:45 | 2017-12-08T02:29:45 | 112,135,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package store.logic;
import java.util.HashMap;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.springframework.stereotype.Repository;
import domain.Bet;
import store.BetStore;
import store.mapper.BetMapper;
@Repository
public class BetStoreLogic implements BetStore {
... | UTF-8 | Java | 3,767 | java | BetStoreLogic.java | Java | [] | null | [] | package store.logic;
import java.util.HashMap;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.springframework.stereotype.Repository;
import domain.Bet;
import store.BetStore;
import store.mapper.BetMapper;
@Repository
public class BetStoreLogic implements BetStore {
... | 3,767 | 0.665251 | 0.665251 | 175 | 19.525715 | 20.991377 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.914286 | false | false | 5 |
735b40f5ad25e96d6f8d7a63fdddb0d57a34e30b | 31,860,067,436,981 | d60d611271a51e147533038e467c9ac48d04a792 | /201920/src/tree/BinaryTreeOrderLevelTravel102.java | 26d77612bf54ed613fd58a452d9045b0e864a543 | [] | no_license | ninepig/201920 | https://github.com/ninepig/201920 | c0fa164fef3ef6c416615cf015eba7a4516c31ee | 0e797e0baaa6c79220c8a7e766fee163699b0f60 | refs/heads/master | 2020-08-22T09:25:43.452000 | 2020-01-11T04:18:29 | 2020-01-11T04:18:29 | 216,365,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tree;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
/**
* Similar to 103 107 . Skipped
*/
public class BinaryTreeOrderLevelTravel102 {
public List<List<Integer>> levelOrder(TreeNode root) {
if(root == null) return new ArrayList<>();
... | UTF-8 | Java | 1,138 | java | BinaryTreeOrderLevelTravel102.java | Java | [] | null | [] | package tree;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
/**
* Similar to 103 107 . Skipped
*/
public class BinaryTreeOrderLevelTravel102 {
public List<List<Integer>> levelOrder(TreeNode root) {
if(root == null) return new ArrayList<>();
... | 1,138 | 0.503515 | 0.494728 | 36 | 30.611111 | 20.815697 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 5 |
f5994a853c1fceffba8619cf4f9fdd13f6200318 | 24,747,601,571,649 | e615da21d07f419d2d610a08f7b40a587dd75245 | /app/src/main/java/com/example/socket_connection/Request.java | 2c32b5079c310d65dfa4d9491b9188f0e4ce38de | [] | no_license | e165703/SocketConnection | https://github.com/e165703/SocketConnection | 39c18e1cf6e0715a20fa278d08c718157206f943 | 937d2fde94f732cc67f5525e2ca27cbc24d06799 | refs/heads/master | 2020-06-07T14:28:19.006000 | 2019-08-31T13:20:38 | 2019-08-31T13:20:38 | 193,041,321 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.socket_connection;
import java.util.HashMap;
import java.util.regex.Matcher;
import java.util.Map;
public class Request {
Method method;
String target;
String version;
protected Map<String,String> headers;
protected byte[] body;
public Request(Method method, String target, ... | UTF-8 | Java | 1,121 | java | Request.java | Java | [] | null | [] | package com.example.socket_connection;
import java.util.HashMap;
import java.util.regex.Matcher;
import java.util.Map;
public class Request {
Method method;
String target;
String version;
protected Map<String,String> headers;
protected byte[] body;
public Request(Method method, String target, ... | 1,121 | 0.603033 | 0.602141 | 54 | 19.75926 | 16.771818 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.537037 | false | false | 5 |
7f3cd6d79be5816b2a162a7602ba2943e3c91f16 | 1,486,058,734,074 | f44cdfcc48296c3378f0916dde11aad1c99657ef | /src/algorithm/SelectionSort.java | e46577b351526643cd147b4716b94045ab189bb6 | [] | no_license | joyork/Experiment | https://github.com/joyork/Experiment | ee15e0087f677d5120e88d7569d1237554481c56 | fb5a95d26aa66cc874489e8cddaf8165a01fb8e8 | refs/heads/master | 2021-07-13T20:39:41.325000 | 2017-05-31T03:14:21 | 2017-05-31T03:14:21 | 12,155,754 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithm;
public class SelectionSort {
public static void selectionSort(int[] a) {
int i, j;
int n = a.length;
for (i = 0; i < n; i++) {
int min = i;
for (j = i; j < n; j++) {
if (a[min] > a[j]) {
min = j;
}
}
if (min != i) {
int tmp = a[min];
a[min] = ... | UTF-8 | Java | 1,053 | java | SelectionSort.java | Java | [] | null | [] | package algorithm;
public class SelectionSort {
public static void selectionSort(int[] a) {
int i, j;
int n = a.length;
for (i = 0; i < n; i++) {
int min = i;
for (j = i; j < n; j++) {
if (a[min] > a[j]) {
min = j;
}
}
if (min != i) {
int tmp = a[min];
a[min] = ... | 1,053 | 0.412156 | 0.387464 | 55 | 17.145454 | 14.025196 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.290909 | false | false | 5 |
23f3f0608b35c2d50a661012eb1fc622a438e5bf | 1,486,058,732,366 | aefbf3d85f0d7031e1c349b96ae747fa9a6a1c48 | /app/src/main/java/com/leo/everyday/module/photo/IPhotoItem.java | b7fb5c08ad90ec97ada86e556ff8f8499cf6aeb6 | [] | no_license | WeedLi/leo_everyday | https://github.com/WeedLi/leo_everyday | 368b01d099de6ad6c0341a7e9d89e32574867df6 | 4175d1ea5575a390992d43b96e1c8a59ad5db1ea | refs/heads/master | 2021-04-12T08:15:58.816000 | 2018-03-19T06:24:31 | 2018-03-19T06:24:31 | 125,799,221 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leo.everyday.module.photo;
import com.leo.everyday.module.base.IBasePresenter;
import com.leo.everyday.module.base.IBaseRecyclerView;
/**
* 作者:Leo on 2018/1/29 11:44
* <p>
* 描述:
*/
public interface IPhotoItem {
interface Presenter extends IBasePresenter {
/**
* 做网络加载
*... | UTF-8 | Java | 483 | java | IPhotoItem.java | Java | [
{
"context": "veryday.module.base.IBaseRecyclerView;\n\n/**\n * 作者:Leo on 2018/1/29 11:44\n * <p>\n * 描述:\n */\n\npublic inte",
"end": 161,
"score": 0.9989723563194275,
"start": 158,
"tag": "USERNAME",
"value": "Leo"
}
] | null | [] | package com.leo.everyday.module.photo;
import com.leo.everyday.module.base.IBasePresenter;
import com.leo.everyday.module.base.IBaseRecyclerView;
/**
* 作者:Leo on 2018/1/29 11:44
* <p>
* 描述:
*/
public interface IPhotoItem {
interface Presenter extends IBasePresenter {
/**
* 做网络加载
*... | 483 | 0.663774 | 0.639913 | 26 | 16.73077 | 21.002853 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.192308 | false | false | 5 |
bbb78f3be131ee4299b3d960bf2fc3b630aec782 | 8,366,596,339,387 | 7f2c987f11101d5ebb8a210d849e05c438622c00 | /userGroup/src/com/sendtask/common/thread/TaskThreadPool.java | 280110e7101ace4debf8e30406f30474a96e52d7 | [] | no_license | moutainhigh/quanquan | https://github.com/moutainhigh/quanquan | afed27cee8aa64ba7ec819ae97534c0b2f17b103 | 6c04d0a653b4df184f6b53359a202f20e3da8bdf | refs/heads/master | 2021-06-17T02:24:03.751000 | 2017-05-25T15:35:54 | 2017-05-25T15:35:54 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sendtask.common.thread;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 线程池
*
* @author zhoujia
* @rewrite qiuxy
*/
public class TaskThreadPool {
public static ExecutorService taskEs;// slave起脚本用
pu... | UTF-8 | Java | 1,561 | java | TaskThreadPool.java | Java | [
{
"context": "rg.slf4j.LoggerFactory;\n\n/**\n * 线程池\n * \n * @author zhoujia\n * @rewrite qiuxy\n */\npublic class TaskThreadPool",
"end": 213,
"score": 0.9993240237236023,
"start": 206,
"tag": "USERNAME",
"value": "zhoujia"
},
{
"context": "ry;\n\n/**\n * 线程池\n * \n * @author zhouj... | null | [] | package com.sendtask.common.thread;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 线程池
*
* @author zhoujia
* @rewrite qiuxy
*/
public class TaskThreadPool {
public static ExecutorService taskEs;// slave起脚本用
pu... | 1,561 | 0.729691 | 0.722502 | 47 | 28.595745 | 23.089705 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.234043 | false | false | 5 |
72411f30313a9a595712b0286f6b3dab00b1d9f5 | 33,148,557,653,403 | cbdf03b6f923ab21a75554d85d316eef7bdc2836 | /app/src/main/java/org/dosomething/letsdothis/utils/ViewUtils.java | 9dfd1c2082f1f2f658840ce947aecd4309a425be | [
"MIT"
] | permissive | DoSomething/LetsDoThis-Android | https://github.com/DoSomething/LetsDoThis-Android | 9801f168d4cbfd44e03a80df0e5189dc4148de39 | bb529b1c0fe326513f87951269c9b65aefb30278 | refs/heads/master | 2021-05-22T04:41:04.273000 | 2016-09-26T14:51:57 | 2016-09-26T14:51:57 | 34,002,812 | 1 | 2 | null | false | 2016-09-26T14:51:58 | 2015-04-15T15:37:25 | 2016-05-26T17:34:26 | 2016-09-26T14:51:58 | 18,279 | 1 | 2 | 13 | Java | null | null | package org.dosomething.letsdothis.utils;
import android.content.Context;
import android.content.res.Resources;
import android.util.Patterns;
import android.util.TypedValue;
import org.dosomething.letsdothis.R;
import java.io.File;
/**
* Created by izzyoji :) on 5/5/15.
*/
public class ViewUtils
{
public stati... | UTF-8 | Java | 1,479 | java | ViewUtils.java | Java | [
{
"context": "dothis.R;\n\nimport java.io.File;\n\n/**\n * Created by izzyoji :) on 5/5/15.\n */\npublic class ViewUtils\n{\n pu",
"end": 260,
"score": 0.9997234344482422,
"start": 253,
"tag": "USERNAME",
"value": "izzyoji"
}
] | null | [] | package org.dosomething.letsdothis.utils;
import android.content.Context;
import android.content.res.Resources;
import android.util.Patterns;
import android.util.TypedValue;
import org.dosomething.letsdothis.R;
import java.io.File;
/**
* Created by izzyoji :) on 5/5/15.
*/
public class ViewUtils
{
public stati... | 1,479 | 0.651792 | 0.649087 | 49 | 29.183674 | 28.380558 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469388 | false | false | 11 |
85eac40cf59b727684819730e796c6c2e69e2780 | 21,019,569,976,731 | 29cb656c7ac857cb0b36a9f3e1206bea8f345695 | /IdeaProjects/basicCode/iO/src/iOStreamStudy/Demo18_P_Students.java | d9a37af67469a5e468b059c040055b546c6576f6 | [] | no_license | WeiCANADA/Java_Code | https://github.com/WeiCANADA/Java_Code | 11dd997f726592b14884c510ac5faf286c1675dd | e4b2186aadf21180ff55abef309155f5f7ed4558 | refs/heads/master | 2023-05-03T04:00:52.582000 | 2021-05-25T15:36:04 | 2021-05-25T15:36:04 | 370,742,230 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package IOStreamStudy;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Comparator;
import java.util.Scanner;
import java.util.TreeSet;
/*
* 键盘录入5个学生信息(学号,语文成绩,数学成绩,英语成绩),按照总分从高到低存入文本文件
*
* 分析:
* A:创建学生类
* B:创建集合对象
* TreeSet<Student>
* C:键盘录入学生信息存储... | UTF-8 | Java | 2,540 | java | Demo18_P_Students.java | Java | [] | null | [] | package IOStreamStudy;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Comparator;
import java.util.Scanner;
import java.util.TreeSet;
/*
* 键盘录入5个学生信息(学号,语文成绩,数学成绩,英语成绩),按照总分从高到低存入文本文件
*
* 分析:
* A:创建学生类
* B:创建集合对象
* TreeSet<Student>
* C:键盘录入学生信息存储... | 2,540 | 0.554647 | 0.533993 | 69 | 32.68116 | 23.8148 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.913043 | false | false | 11 |
b33c16cc5e891059d63953022771d12ec328508f | 28,226,525,139,009 | 4a1fe225da16a1809caf407a151d9078c04a6afc | /src/model/M_K.java | f5e794a9ddbeb4b7ab407ff87e4886d693374bcb | [] | no_license | Lotussius/MovieGo | https://github.com/Lotussius/MovieGo | 56a17a3e9b0c360aecd738771c70edba47434f34 | 523741480beef16caac3454c03c1d730db370a7c | refs/heads/master | 2022-12-25T08:30:20.101000 | 2020-09-09T03:13:49 | 2020-09-09T03:13:49 | 293,989,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class M_K
{}
| UTF-8 | Java | 36 | java | M_K.java | Java | [] | null | [] | package model;
public class M_K
{}
| 36 | 0.694444 | 0.694444 | 4 | 8 | 7.071068 | 16 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 11 |
92b981e0fa4a8f4d30d2902640d4118f135efbd5 | 17,497,696,813,411 | 83da434ec4f8b87eefff38c768f888041505f2b9 | /src/capsule/pattern/create/abstractfac/FactoryTest.java | 59287318a07322c4c8ceadd4ec26c1e7237b4c37 | [] | no_license | wushenggit/java-pattern | https://github.com/wushenggit/java-pattern | 1cba36ff5c6cdc2afca857e8a6512b7615a8dc9f | 24a64bbd8ff3261fa1020d8aa9e2eb7d965ddb91 | refs/heads/master | 2018-02-07T13:26:19.621000 | 2017-07-12T02:59:23 | 2017-07-12T02:59:23 | 95,875,188 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package capsule.pattern.create.abstractfac;
import capsule.pattern.create.abstractfac.holo.HoloFactory;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* Created by hhly-pc on 2017/6/30.
*/
public class FactoryTest {
Factory factory;
@Before public void setUp() throws Exception {
... | UTF-8 | Java | 828 | java | FactoryTest.java | Java | [
{
"context": ".Before;\nimport org.junit.Test;\n\n/**\n * Created by hhly-pc on 2017/6/30.\n */\npublic class FactoryTest {\n Fa",
"end": 203,
"score": 0.9996170997619629,
"start": 196,
"tag": "USERNAME",
"value": "hhly-pc"
}
] | null | [] | package capsule.pattern.create.abstractfac;
import capsule.pattern.create.abstractfac.holo.HoloFactory;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
/**
* Created by hhly-pc on 2017/6/30.
*/
public class FactoryTest {
Factory factory;
@Before public void setUp() throws Exception {
... | 828 | 0.722222 | 0.713768 | 36 | 22.027779 | 21.583797 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305556 | false | false | 11 |
44c5535a765d4c1b882120aeeea54852b9fce7b9 | 29,480,655,559,535 | 3a6d849edc4bf3ece23919ba15e62a484bcb564f | /src/com/example/sleepstatistic/ICaculator.java | d01cb4baaef0dbe4b947422f3cb7e64babea3f81 | [] | no_license | yixzhang/SleepTimeCalculator | https://github.com/yixzhang/SleepTimeCalculator | 1e46f76f763b9ba54fe6327c25af9b92eae39135 | f4f30b90f6632e8ec4b1b02ba5c4dd42ce0bd31d | refs/heads/master | 2016-09-16T15:40:56.233000 | 2013-06-15T13:33:27 | 2013-06-15T13:33:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sleepstatistic;
public interface ICaculator {
public void setTime(int time);
public double getAmount();
}
| UTF-8 | Java | 140 | java | ICaculator.java | Java | [] | null | [] | package com.example.sleepstatistic;
public interface ICaculator {
public void setTime(int time);
public double getAmount();
}
| 140 | 0.721429 | 0.721429 | 8 | 15.5 | 15.149258 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 11 |
e7699bbe0881ae12fb2760b5c70222815d0c68b2 | 18,133,351,964,438 | 5c8e7ee96cb7809affc560f17d670d9a293584ba | /src/main/java/com/miro/dev/widgets/exceptions/WidgetNotFoundException.java | a25142113680b95a8f957575c6f6f6f8414a17e0 | [
"MIT"
] | permissive | devc0unt/widgets | https://github.com/devc0unt/widgets | 4113f037d2574c6f07d1e525a8a814bf348d6d76 | 6c088be8a96ca1601f58371dcee1b430db644b61 | refs/heads/main | 2022-12-31T22:52:08.878000 | 2020-10-19T17:01:27 | 2020-10-19T17:01:27 | 305,451,381 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.miro.dev.widgets.exceptions;
public class WidgetNotFoundException extends RuntimeException {
public WidgetNotFoundException() {
super("Widget not found!");
}
}
| UTF-8 | Java | 189 | java | WidgetNotFoundException.java | Java | [] | null | [] | package com.miro.dev.widgets.exceptions;
public class WidgetNotFoundException extends RuntimeException {
public WidgetNotFoundException() {
super("Widget not found!");
}
}
| 189 | 0.73545 | 0.73545 | 7 | 26 | 22.462667 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 11 |
ba56294c0b4fd83ed404178ed659b0ae05bef05e | 32,143,535,308,944 | ce0675b63ecc059672338c982331694b100b30c4 | /Hw/src/ArrayCalc.java | 1f7f32ddaec3b011dcc5b77d06d78189e0292e78 | [] | no_license | pranavenzo/JAVAProjects | https://github.com/pranavenzo/JAVAProjects | e713f1d8bc7d841d0937ff1f605e71ac4f00b839 | d55647f7497bb5a0f9c048817363cae1207c687d | refs/heads/master | 2018-03-21T08:34:05.354000 | 2017-03-24T07:54:45 | 2017-03-24T07:54:45 | 67,652,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class ArrayCalc
{
public static void main(String args[]) {
ArrayCalc a = new ArrayCalc();
System.out.println(a.arrayCalc(new int[]{1, 2, 3})); //prints "high: 3, low: 1, average: 2"
System.out.println(a.arrayCalc(new int[]{0})); //prints "high: 0, low: 0, average: 0"
S... | UTF-8 | Java | 1,048 | java | ArrayCalc.java | Java | [] | null | [] |
public class ArrayCalc
{
public static void main(String args[]) {
ArrayCalc a = new ArrayCalc();
System.out.println(a.arrayCalc(new int[]{1, 2, 3})); //prints "high: 3, low: 1, average: 2"
System.out.println(a.arrayCalc(new int[]{0})); //prints "high: 0, low: 0, average: 0"
S... | 1,048 | 0.485687 | 0.472328 | 28 | 35.357143 | 26.329254 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.821429 | false | false | 11 |
d926cd2fa8137b14cb7d052f68ea53c0eadf5f87 | 20,684,562,527,910 | 27e84ab19cb91a7627b105d7a558ea7a246d0e65 | /src/main/java/training/leetcode/p_0000/p0005/Solution_0005.java | ed96a89640be5633dec6b86e4ea3bbbb8e529245 | [] | no_license | ben-dasilva/lc-solutions | https://github.com/ben-dasilva/lc-solutions | f32af07d97d955b03c43657ff4df7844459f5b39 | c85c84b250fd46e062ed65f6e1240cd759126798 | refs/heads/master | 2021-06-30T16:25:45.488000 | 2020-10-13T21:34:41 | 2020-10-13T21:34:41 | 181,308,152 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package training.leetcode.p_0000.p0005;
public class Solution_0005 {
public String longestPalindrome(String s) {
int inputLen = s.length();
boolean[][] palindromeRepository = new boolean[inputLen][inputLen];
char[] str = s.toCharArray();
// find all 1-letter palindromes (hint: ALL... | UTF-8 | Java | 2,532 | java | Solution_0005.java | Java | [] | null | [] | package training.leetcode.p_0000.p0005;
public class Solution_0005 {
public String longestPalindrome(String s) {
int inputLen = s.length();
boolean[][] palindromeRepository = new boolean[inputLen][inputLen];
char[] str = s.toCharArray();
// find all 1-letter palindromes (hint: ALL... | 2,532 | 0.577804 | 0.565166 | 81 | 30.25926 | 30.130899 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679012 | false | false | 11 |
1aae3ab22c97487bfc12302ee262e43537fc7a91 | 16,922,171,201,364 | e247a3b0bca58f9b669b5677fb8ec06c25a59339 | /app/src/main/java/com/lee/iweibo/utils/Contract.java | 59456523bf9fc3040ab0a6f18fbc2d53d0e7dd59 | [] | no_license | liguotao1/MyWeiBo | https://github.com/liguotao1/MyWeiBo | 1d2b52a3166d19420f543a78ccdb6e725123d148 | 435083fd7f1a95e7cd6a0987aeb9739c17167e77 | refs/heads/master | 2021-01-19T07:06:20.371000 | 2016-06-18T15:41:34 | 2016-06-18T15:41:34 | 61,440,419 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lee.iweibo.utils;
/**
* Created by Administrator on 2016/6/18.
*/
public class Contract {
public static final String ISFIRST = "isFirst";
}
| UTF-8 | Java | 159 | java | Contract.java | Java | [
{
"context": "package com.lee.iweibo.utils;\n\n/**\n * Created by Administrator on 2016/6/18.\n */\npublic class Contract {\n pub",
"end": 62,
"score": 0.44695425033569336,
"start": 49,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.lee.iweibo.utils;
/**
* Created by Administrator on 2016/6/18.
*/
public class Contract {
public static final String ISFIRST = "isFirst";
}
| 159 | 0.698113 | 0.654088 | 8 | 18.875 | 18.777895 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 11 |
df86752d67efa14aed7ad3763598f93521448f10 | 11,261,404,268,559 | 582c5276ad9acb7f53fd8da7fbe7b36aef1ce4f9 | /src/main/java/com/dtv/des/extractor/WARCLinkExtractorMapper.java | 3880a3c0e09073846b2ffdda493597e7ea91bae5 | [] | no_license | quangdp/daily | https://github.com/quangdp/daily | 070d10db5e106bfc591fdb07dca185a708020dfa | 991beaf7ba426044280794a15e415fee2426fe56 | refs/heads/master | 2016-09-09T23:30:54.425000 | 2015-04-09T11:13:29 | 2015-04-09T11:13:29 | 33,346,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dtv.des.extractor;
import java.io.IOException;
import java.util.regex.Pattern;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.fs.FSDataInputStream;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.had... | UTF-8 | Java | 2,568 | java | WARCLinkExtractorMapper.java | Java | [] | null | [] | package com.dtv.des.extractor;
import java.io.IOException;
import java.util.regex.Pattern;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.fs.FSDataInputStream;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.had... | 2,568 | 0.723131 | 0.722352 | 77 | 32.363636 | 29.720739 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.038961 | false | false | 11 |
3789010f6197dd58d20e36c34126407fa5061eec | 2,748,779,084,483 | c478ba464a64057a57fb41ce6bcb54b25d004ea2 | /app/src/main/com/example/xdcao/diandiapp/UI/songwenqiang/Fragment/ShareFragment.java | 182af79aca976cc5653033ad4cc6bf5ceaf2fbfd | [] | no_license | xdZenith/DianDiApp | https://github.com/xdZenith/DianDiApp | 105038f530b8a7946d64d3a2b070f0ab38d72941 | 2878cb78615ed3f30bb6f560514a4b2e6ee751d6 | refs/heads/master | 2021-01-11T20:17:43.602000 | 2017-04-14T15:53:00 | 2017-04-14T15:53:00 | 79,084,219 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.xdcao.diandiapp.UI.songwenqiang.Fragment;
import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.os.Bundle;
import ... | UTF-8 | Java | 15,069 | java | ShareFragment.java | Java | [
{
"context": "bmob.v3.listener.FindListener;\n\n\n/**\n * Created by wewarrios on 2017/3/14.\n */\n\npublic class ShareFragment ext",
"end": 2119,
"score": 0.9996530413627625,
"start": 2110,
"tag": "USERNAME",
"value": "wewarrios"
}
] | null | [] | package com.example.xdcao.diandiapp.UI.songwenqiang.Fragment;
import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.os.Bundle;
import ... | 15,069 | 0.574401 | 0.571467 | 367 | 39.852859 | 30.437412 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.66485 | false | false | 11 |
a81c2a5e9292da6a8ed2cc31275fe25de13201b9 | 20,804,821,584,886 | aaa9649c3e52b2bd8e472a526785f09e55a33840 | /EquationCommon/src/com/misys/equation/common/access/EquationStandardSQLPagingList.java | cd0141ba40c6459c3d18d7ce1372c646432e2161 | [] | no_license | jcmartin2889/Repo | https://github.com/jcmartin2889/Repo | dbfd02f000e65c96056d4e6bcc540e536516d775 | 259c51703a2a50061ad3c99b8849477130cde2f4 | refs/heads/master | 2021-01-10T19:34:17.555000 | 2014-04-29T06:01:01 | 2014-04-29T06:01:01 | 19,265,367 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.misys.equation.common.access;
import java.math.BigDecimal;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Types;
import java.util.ArrayList;
import java.util.HashMap;
import java.util... | UTF-8 | Java | 20,873 | java | EquationStandardSQLPagingList.java | Java | [
{
"context": "ndardSQLPagingList.java 17302 2013-09-19 10:46:17Z williae1 $\";\n\n\tprivate static final EquationLogger LOG = n",
"end": 1633,
"score": 0.9768657684326172,
"start": 1625,
"tag": "USERNAME",
"value": "williae1"
}
] | null | [] | package com.misys.equation.common.access;
import java.math.BigDecimal;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Types;
import java.util.ArrayList;
import java.util.HashMap;
import java.util... | 20,873 | 0.693575 | 0.689839 | 801 | 25.058676 | 29.034533 | 198 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.282147 | false | false | 11 |
89640a1d96af4c901d0dd373f68f03cd63a75538 | 20,598,663,168,401 | b837638333999ad32afc57daf9afffb45f75fb72 | /sources/p000a/p001a/p002a/p003a/p013e/p015b/C0818f.java | beffa2b10a88ac30669349d19f739cf1c3aa649b | [] | no_license | FresBlueMan/ikortv | https://github.com/FresBlueMan/ikortv | e2c1e5a36bd263de161b9fb59805080c34201032 | a7e3f8cb28422d02ca93e4cc6147d2aa2c0d4da1 | refs/heads/master | 2021-10-12T04:05:28.424000 | 2019-02-01T16:17:11 | 2019-02-01T16:17:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p000a.p001a.p002a.p003a.p013e.p015b;
import java.net.InetAddress;
import p000a.p001a.p002a.p003a.C0159n;
import p000a.p001a.p002a.p003a.p013e.p015b.C0054e.C0052a;
import p000a.p001a.p002a.p003a.p013e.p015b.C0054e.C0053b;
import p000a.p001a.p002a.p003a.p035o.C0160a;
import p000a.p001a.p002a.p003a.p035o.C0161b;
... | UTF-8 | Java | 6,455 | java | C0818f.java | Java | [] | null | [] | package p000a.p001a.p002a.p003a.p013e.p015b;
import java.net.InetAddress;
import p000a.p001a.p002a.p003a.C0159n;
import p000a.p001a.p002a.p003a.p013e.p015b.C0054e.C0052a;
import p000a.p001a.p002a.p003a.p013e.p015b.C0054e.C0053b;
import p000a.p001a.p002a.p003a.p035o.C0160a;
import p000a.p001a.p002a.p003a.p035o.C0161b;
... | 6,455 | 0.57072 | 0.426646 | 215 | 29.023256 | 26.748169 | 281 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64186 | false | false | 11 |
706bb7be9d784e813aad2571d053c93a606e827c | 33,105,607,938,670 | 9891b2d2da375191a180cd61fb07011e0965fed9 | /Galeno_CCEM/JavaSource/cu/transoft/galeno/Entities/Movil.java | 4d62ce41f3cef29717421162b29fa5384cd107fb | [] | no_license | yisehn/GalenoCCEMRepository | https://github.com/yisehn/GalenoCCEMRepository | 4f85cb7418cb88602828b3c44a517adbc2c7097a | 9e25f90fee653d7ba4553e619fe3099f457d709e | refs/heads/master | 2019-07-29T12:16:07.604000 | 2015-03-24T01:03:13 | 2015-03-24T01:03:13 | 32,767,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cu.transoft.galeno.Entities;
// Generated 08-jun-2011 9:21:58 by Hibernate Tools 3.2.1.GA
import cu.transoft.galeno.Managers.ClaveManager;
import java.math.BigDecimal;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* Movil generated by hbm2java
*/
public class Movil implements ... | UTF-8 | Java | 5,025 | java | Movil.java | Java | [] | null | [] | package cu.transoft.galeno.Entities;
// Generated 08-jun-2011 9:21:58 by Hibernate Tools 3.2.1.GA
import cu.transoft.galeno.Managers.ClaveManager;
import java.math.BigDecimal;
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* Movil generated by hbm2java
*/
public class Movil implements ... | 5,025 | 0.639204 | 0.635821 | 193 | 25.025908 | 27.898861 | 327 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487047 | false | false | 11 |
7c54bbac0befc5df78be1e2ad2b4e0670edd77b8 | 4,054,449,149,145 | a9e4e8938b1553073cb40481e8d130d9ccbc22c4 | /Ns.java/src/verification_commands/Page_Verificationcommands.java | f4a0dd8e666c8984683a00be69a6fa18b5bbe8e4 | [] | no_license | Noorsultan03/SeleniumNS | https://github.com/Noorsultan03/SeleniumNS | 6872ea95c36476dc2a218a7ca35a8c8034639e6a | 93d1da4717590376975e63fdc64ea87127ae53d1 | refs/heads/master | 2020-04-02T02:08:24.180000 | 2018-10-20T10:25:54 | 2018-10-20T10:25:54 | 153,893,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package verification_commands;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class Page_Verificationcommands
{
public static void main(String[] args)
{
WebDriver driver=new ChromeDriver();
driver.get("https://www.cleartrip.com/");
driver.manag... | UTF-8 | Java | 936 | java | Page_Verificationcommands.java | Java | [] | null | [] | package verification_commands;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class Page_Verificationcommands
{
public static void main(String[] args)
{
WebDriver driver=new ChromeDriver();
driver.get("https://www.cleartrip.com/");
driver.manag... | 936 | 0.695513 | 0.695513 | 34 | 25.529411 | 23.321583 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.676471 | false | false | 11 |
138f7f71c9969779cbfbb7b37c8523fc190ed415 | 9,311,489,128,495 | 1f53634aceb01737bd17d5e0b11096c86983f873 | /src/com/tju/bluetoothlegatt52/DeviceScanActivity.java | ebaa4e6bd133b7881cecdfe5c76230f5521bc7c5 | [] | no_license | BZZYTGTD/BLE_ECG_BMD101_wifi_Server_2 | https://github.com/BZZYTGTD/BLE_ECG_BMD101_wifi_Server_2 | 6e7c76ed8c78b982399e939f55ba0f04c75d7f87 | 7fb5bf8569b9ca2d58bf35fd25b18e64ff0e5afe | refs/heads/master | 2015-09-24T11:35:46.588000 | 2015-07-28T01:50:55 | 2015-07-28T01:50:55 | 37,465,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2013 The Android Open Source 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 requir... | UTF-8 | Java | 8,790 | java | DeviceScanActivity.java | Java | [
{
"context": "tra(DeviceControlActivity.EXTRAS_SERVER_ADDRESS, \"192.168.1.3\");\r\n\t\t\tintent.putExtra(DeviceControlActivity.EXTR",
"end": 8663,
"score": 0.9995797872543335,
"start": 8652,
"tag": "IP_ADDRESS",
"value": "192.168.1.3"
}
] | null | [] | /*
* Copyright (C) 2013 The Android Open Source 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 requir... | 8,790 | 0.702872 | 0.697401 | 300 | 27.253334 | 24.357391 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.113333 | false | false | 11 |
f1c6907718a6dba7b63b8363789b6709c17d5306 | 13,615,046,342,659 | 65d5f243e7b0f5fc96b90088bc7a631aa97679c1 | /app/src/main/java/com/app/nevada/nevadaapp/RatingReport.java | eac818f037b234f88447adecad7fb5d6ce85db35 | [] | no_license | SuhaibNofal/android-dyabe | https://github.com/SuhaibNofal/android-dyabe | 44e409d8b21adf709f83204081042ef0c4f608b7 | 2e79833f688ddd34c11b7bc6514e6648fd22bc08 | refs/heads/master | 2020-03-29T13:18:40.097000 | 2018-12-06T09:19:50 | 2018-12-06T09:19:50 | 149,951,473 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.nevada.nevadaapp;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.VoiceInteractor;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.res.Configuration;
import android.content.res.Resources;
im... | UTF-8 | Java | 20,137 | java | RatingReport.java | Java | [
{
"context": " private static final String NAMESPACE = \"http://37.224.24.195\";\n private static final String URL = \"http://3",
"end": 2306,
"score": 0.9973660707473755,
"start": 2293,
"tag": "IP_ADDRESS",
"value": "37.224.24.195"
},
{
"context": "5\";\n private static final... | null | [] | package com.app.nevada.nevadaapp;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.VoiceInteractor;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.res.Configuration;
import android.content.res.Resources;
im... | 20,140 | 0.611823 | 0.604296 | 488 | 40.112705 | 27.681398 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731557 | false | false | 11 |
e4bcdc3f879b940e173cd3cf8ac6062b35b61960 | 11,811,160,073,469 | b2cf625e9cb2e0bc3db26ef71f08eaa729d05cc2 | /portal-corretor-servico/src/main/java/br/com/odontoprev/portal/corretor/model/TbodResponsavelContratual.java | 6541825172460ed9ab0baee97a7f3d6af8f78fbe | [] | no_license | jeanantunes/projetocorapi | https://github.com/jeanantunes/projetocorapi | 81aa4eee3066151f94166fd589518373891aec46 | 6109fa19edd65ab810947687cc9ee46a6996c02e | refs/heads/master | 2020-04-04T12:28:00.346000 | 2018-04-24T14:03:56 | 2018-04-24T14:03:56 | 155,927,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.odontoprev.portal.corretor.model;
import java.io.Serializable;
import javax.persistence.*;
import java.util.Date;
import java.util.List;
/**
* The persistent class for the TBOD_RESPONSAVEL_CONTRATUAL database table.
*
*/
@Entity
@Table(name="TBOD_RESPONSAVEL_CONTRATUAL")
@NamedQuery(... | UTF-8 | Java | 3,116 | java | TbodResponsavelContratual.java | Java | [] | null | [] | package br.com.odontoprev.portal.corretor.model;
import java.io.Serializable;
import javax.persistence.*;
import java.util.Date;
import java.util.List;
/**
* The persistent class for the TBOD_RESPONSAVEL_CONTRATUAL database table.
*
*/
@Entity
@Table(name="TBOD_RESPONSAVEL_CONTRATUAL")
@NamedQuery(... | 3,116 | 0.72561 | 0.724647 | 137 | 20.759125 | 23.304562 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.131387 | false | false | 11 |
55a4b46ff6870cff5b057b131a5175901bd40760 | 5,214,090,320,685 | 0658955d5566b747cd39f5815ac5298354c4548c | /src/main/java/com/cn/message/chapter04/demo02/StartApplication.java | 445cacb0b699529909bac71b1fac1dd8d62f5ded | [] | no_license | yangzhongming/message-learn | https://github.com/yangzhongming/message-learn | 95c585bf84ca6277879edb702186bd4ef006d250 | 104d774f7d140e960ac7dd8cfe65b5b75a1a2c83 | refs/heads/master | 2021-07-18T16:41:23.853000 | 2019-11-15T02:10:17 | 2019-11-15T02:10:17 | 218,186,794 | 0 | 0 | null | false | 2020-10-13T17:25:23 | 2019-10-29T02:24:24 | 2019-11-15T02:10:26 | 2020-10-13T17:25:22 | 76 | 0 | 0 | 1 | Java | false | false | package com.cn.message.chapter04.demo02;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.AbstractApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* @author:Alex
* @date:2019/11/5
* @version:1.0
* @description:
*/
... | UTF-8 | Java | 781 | java | StartApplication.java | Java | [
{
"context": "t.ClassPathXmlApplicationContext;\n\n/**\n * @author:Alex\n * @date:2019/11/5\n * @version:1.0\n * @descriptio",
"end": 263,
"score": 0.9987047910690308,
"start": 259,
"tag": "NAME",
"value": "Alex"
}
] | null | [] | package com.cn.message.chapter04.demo02;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.AbstractApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* @author:Alex
* @date:2019/11/5
* @version:1.0
* @description:
*/
... | 781 | 0.746309 | 0.724832 | 21 | 34.476189 | 28.962404 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 11 |
0c07a1507457d604314ebbe3c7b8ef0aa8b063da | 24,678,882,105,695 | 71e2b41ab2f5ed6d10039fddc1e38d53704d5156 | /src/main/java/com/am/cs12/config/AmLogVO.java | 9332cc99bde90b4ddabc031f75f4bf635f7cc8ce | [] | no_license | huaxbo/door | https://github.com/huaxbo/door | aa6a0ac45e0a3b014e8d66f60e8412afc273ccf7 | 9d4ad42abcfb69e38607877dabc5473a1aa4f6a2 | refs/heads/master | 2020-03-21T10:38:31.353000 | 2018-07-26T14:20:48 | 2018-07-26T14:20:48 | 138,462,734 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.am.cs12.config;
import java.io.File;
public class AmLogVO {
//日志文件存储目录(相对目录) -->
public String logDir ;
//日志文件最大字节数(KB)
public int fileMaxSize ;
//日志文件最大文件数
public int fileMaxNum ;
public AmLogVO(){
this.logDir = "amLog/";
this.fileMaxSize = 1000 ;
this.fileMaxNum = 2 ;
}... | UTF-8 | Java | 387 | java | AmLogVO.java | Java | [] | null | [] | package com.am.cs12.config;
import java.io.File;
public class AmLogVO {
//日志文件存储目录(相对目录) -->
public String logDir ;
//日志文件最大字节数(KB)
public int fileMaxSize ;
//日志文件最大文件数
public int fileMaxNum ;
public AmLogVO(){
this.logDir = "amLog/";
this.fileMaxSize = 1000 ;
this.fileMaxNum = 2 ;
}... | 387 | 0.633027 | 0.611621 | 20 | 14.35 | 10.673682 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.15 | false | false | 11 |
3a2f6ca9fa16887aaa3612bb8e58de05cc1ab82d | 18,545,668,809,950 | 2917a3312b73cf74b19f1846cf0618dc28359eb8 | /encryptor/src/main/java/encryptor/encryptor/algorithms/appliers/DecryptionApplier.java | a7ebdc7859373bd253719f24058191b7d0aa632b | [] | no_license | Sergey7773/Encryptor | https://github.com/Sergey7773/Encryptor | 19dc735c7835bc45d77bc5d07f3e356602cff4b8 | 0b21ad16d06ba4034eb4288150ea97e0b93bdf41 | refs/heads/master | 2021-01-20T19:36:22.007000 | 2016-08-10T17:28:19 | 2016-08-10T17:28:19 | 64,579,205 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package encryptor.encryptor.algorithms.appliers;
import lombok.NonNull;
import encryptor.encryptor.algorithms.EncryptionAlgorithm;
import encryptor.encryptor.interfaces.Key;
public class DecryptionApplier implements ActionApplier {
private EncryptionAlgorithm m_algorithm;
public DecryptionApplier(@NonNull Encrypti... | UTF-8 | Java | 453 | java | DecryptionApplier.java | Java | [] | null | [] | package encryptor.encryptor.algorithms.appliers;
import lombok.NonNull;
import encryptor.encryptor.algorithms.EncryptionAlgorithm;
import encryptor.encryptor.interfaces.Key;
public class DecryptionApplier implements ActionApplier {
private EncryptionAlgorithm m_algorithm;
public DecryptionApplier(@NonNull Encrypti... | 453 | 0.80574 | 0.80574 | 18 | 24.166666 | 23.044041 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.055556 | false | false | 11 |
51764131a54eb5c26d66459a9280f1e0da1bc56a | 27,590,869,935,545 | 6fcfbf492a9d327bb65d6de2c8c47f4e0487157e | /changgou/chougou-parent/changgou-service/changgou-service-file/src/main/java/com/changgou/FileApplication.java | b695b0b7a83887ad4c7bcd82e45fbd7c2a067999 | [] | no_license | gigihuangM/mypro-changgou | https://github.com/gigihuangM/mypro-changgou | 42cf0f8eb1a0bf4c57c0576dd14e5cce52032562 | 3f1a07ddcd82e8990d5592a1716c539589b692df | refs/heads/master | 2022-12-17T13:12:24.128000 | 2020-09-29T05:44:16 | 2020-09-29T05:44:16 | 299,510,093 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.changgou;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
@EnableEurekaClient
@Spring... | UTF-8 | Java | 525 | java | FileApplication.java | Java | [] | null | [] | package com.changgou;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
@EnableEurekaClient
@Spring... | 525 | 0.828571 | 0.828571 | 16 | 31.8125 | 28.699345 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 11 |
7aa455ae7b6ac4b805df777ac251bf3b34c95692 | 16,277,926,094,157 | 565ae0e4b864a79d661c7fa476c9f470b0662f89 | /Java/hw1/UserName.java | 0d45f4e8662b29f6123fcd07ad6992fe72e5c2a0 | [] | no_license | chjlarson/Classwork | https://github.com/chjlarson/Classwork | 4a01e46bd22fb0aee1d58f2132e66d8306ebe39f | 59bef084c0eeb643c24f6b4b2d5b536fdf788cf1 | refs/heads/master | 2021-07-11T22:44:50.048000 | 2017-10-10T20:51:10 | 2017-10-10T20:51:10 | 106,466,079 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Christopher Larson
// CSCI 239 Homework #1, Poblem #2
// UserName.java
// 1/22/14
//
// This program computes a user name for the user.
import java.util.Scanner;
public class UserName
{
public static void main(String[] args)
{
Scanner scan = new Scanner(System.in);
System.out.println("To de... | UTF-8 | Java | 737 | java | UserName.java | Java | [
{
"context": "// Christopher Larson\n// CSCI 239 Homework #1, Poblem #2\n// UserName.ja",
"end": 21,
"score": 0.9998258352279663,
"start": 3,
"tag": "NAME",
"value": "Christopher Larson"
}
] | null | [] | // <NAME>
// CSCI 239 Homework #1, Poblem #2
// UserName.java
// 1/22/14
//
// This program computes a user name for the user.
import java.util.Scanner;
public class UserName
{
public static void main(String[] args)
{
Scanner scan = new Scanner(System.in);
System.out.println("To determine your... | 725 | 0.614654 | 0.597015 | 24 | 29.583334 | 22.901814 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 11 |
28efd3207eab7072f217d481a920e94c2950a8aa | 30,571,577,266,272 | 56cd6c71083ea0ca4df72bf957bd7d637b575309 | /mediatek/stereo/photopicker/src/com/mediatek/photopicker/utils/Utils.java | d5d32df41577f3e3c83da2f89cdb6088fb613755 | [] | no_license | fuchao/mtkgalleryO | https://github.com/fuchao/mtkgalleryO | 2c69623a3901828a31de04fd2430686fb8653aec | 8fd356b42b95006efb57d1a7e75ad2c5a7044411 | refs/heads/master | 2020-04-12T18:52:40.440000 | 2018-05-22T08:20:06 | 2018-05-22T08:20:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mediatek.photopicker.utils;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoundException;
impo... | UTF-8 | Java | 19,146 | java | Utils.java | Java | [] | null | [] | package com.mediatek.photopicker.utils;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoundException;
impo... | 19,146 | 0.616265 | 0.614228 | 484 | 38.55785 | 27.072117 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.665289 | false | false | 11 |
978e60121324211f24246d2944c5d71aa3049625 | 31,963,146,676,530 | 057e673b3b964dd02c485a5336d210f6faa14053 | /Core/src/main/java/com/github/jolice/metro/route/report/part/Subway.java | 3c544db06ebfed53fe03b149fe2ae1997a7a4714 | [
"MIT"
] | permissive | jolice/MoscowMetroBot | https://github.com/jolice/MoscowMetroBot | d29c7bfc1e723611015f1710d89bf5cd0339023b | eb0afeef9276d24442a8afd18d98093537247c77 | refs/heads/master | 2022-11-27T21:33:24.621000 | 2020-06-14T13:16:30 | 2020-06-14T13:16:30 | 200,784,317 | 0 | 0 | MIT | false | 2022-11-23T23:48:53 | 2019-08-06T05:45:15 | 2022-10-06T11:12:41 | 2022-11-23T23:48:52 | 257 | 0 | 0 | 1 | Java | false | false | package com.github.jolice.metro.route.report.part;
import com.github.jolice.metro.model.Station;
public class Subway extends RoutePart {
public Subway(Station from, Station to, int distance) {
super(from, to, distance);
}
@Override
public String description() {
return String.format("... | UTF-8 | Java | 431 | java | Subway.java | Java | [
{
"context": "package com.github.jolice.metro.route.report.part;\n\nimport com.github.jolic",
"end": 25,
"score": 0.8987655639648438,
"start": 19,
"tag": "USERNAME",
"value": "jolice"
},
{
"context": "olice.metro.route.report.part;\n\nimport com.github.jolice.metro.model.Station;\n\n... | null | [] | package com.github.jolice.metro.route.report.part;
import com.github.jolice.metro.model.Station;
public class Subway extends RoutePart {
public Subway(Station from, Station to, int distance) {
super(from, to, distance);
}
@Override
public String description() {
return String.format("... | 431 | 0.679814 | 0.675174 | 15 | 27.733334 | 34.524323 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 11 |
3b637931b80dd3cbb217072f37d404f9f4663a38 | 26,491,358,316,307 | 7541f7bf16b86dd00f43cf6c6a3ae4dfeb1ded07 | /java/j8study/src/main/java/net/x841bc/j8study/asm/Mesurable.java | 05779cec9498732a019bce0bf50d8556899befe5 | [
"MIT"
] | permissive | sillyemperor/langstudy | https://github.com/sillyemperor/langstudy | 382fd026b19676426b3023b49e5a485d5bc12b56 | 937a11d97984e10e4ead54f3b7b7d6a1f2ef24a1 | refs/heads/master | 2021-06-18T21:39:48.682000 | 2019-10-30T11:19:45 | 2019-10-30T11:19:45 | 206,315,555 | 0 | 0 | MIT | false | 2021-04-26T19:29:50 | 2019-09-04T12:36:55 | 2019-10-30T11:20:09 | 2021-04-26T19:29:50 | 3,337 | 0 | 0 | 4 | Python | false | false | package net.x841bc.j8study.asm;
public interface Mesurable {
}
| UTF-8 | Java | 65 | java | Mesurable.java | Java | [] | null | [] | package net.x841bc.j8study.asm;
public interface Mesurable {
}
| 65 | 0.769231 | 0.707692 | 5 | 12 | 14.324803 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 11 |
0918fbec02c0117df89f8dd2bf9a1efc5c3764d1 | 17,343,077,987,867 | 0e17e563b753329ba32bdc535a2a005bb728c3f4 | /src/main/java/com/lti/am/model/CustomerPasswordModel.java | 2f09f9417f7d80c3029460cca61a536689840922 | [] | no_license | raghavyash/LTIDemoAdmin | https://github.com/raghavyash/LTIDemoAdmin | c9f6c7a7782d84a6bfa4de0f2a6bd22417817593 | c560c0b510ef9037099a62532deabd2557a6d96b | refs/heads/master | 2023-04-27T12:20:27.581000 | 2021-05-09T11:35:08 | 2021-05-09T11:35:08 | 365,441,677 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lti.am.model;
public class CustomerPasswordModel {
private String password;
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
}
| UTF-8 | Java | 220 | java | CustomerPasswordModel.java | Java | [] | null | [] | package com.lti.am.model;
public class CustomerPasswordModel {
private String password;
public String getPassword() {
return password;
}
public void setPassword(String password) {
this.password = password;
}
}
| 220 | 0.75 | 0.75 | 11 | 19 | 14.727834 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.181818 | false | false | 11 |
02f95bdd2e66ba5dc5dafbc2d2efb11d155cd06c | 27,084,063,797,261 | e5ded6bc6d4106e9d2e6041ae191eb9b8ed7b5ea | /spring-partybuild/spring-partybuild-web/src/main/java/com/cn/wisdom/base/controller/BaseRoleResourceController.java | 0422e5f852f9372a31fd2549a7889290bf17a1d5 | [] | no_license | zhaoandpeng/spring-partybuild | https://github.com/zhaoandpeng/spring-partybuild | 15ca1e9e201cacc5d9565b76ce972f841aa2f622 | 7b5c7fc8db8dde9e62aef135f27f66a3252197b7 | refs/heads/master | 2020-05-29T12:33:50.360000 | 2019-06-25T09:24:14 | 2019-06-25T09:24:14 | 189,131,343 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cn.wisdom.base.controller;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Respo... | UTF-8 | Java | 2,235 | java | BaseRoleResourceController.java | Java | [] | null | [] | package com.cn.wisdom.base.controller;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Respo... | 2,235 | 0.690141 | 0.689686 | 79 | 25.86076 | 27.131062 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.911392 | false | false | 11 |
c885211d9262f361707d6a7f682be71da6a110db | 30,863,635,056,392 | c05c06f85960e6a71a1dfc28addd757073747065 | /jcondo-account-portlet/docroot/WEB-INF/src/br/com/abware/jcondo/account/AccountBean.java | 83627e727e1d9c9779720f62bcfcf5550301cca5 | [] | no_license | andersonboechat/jcondo-widgets | https://github.com/andersonboechat/jcondo-widgets | 3ede3143c0fca3a36a0c1a91907caae35dde45b9 | 801dde9a8c3c1f0919bb1be1b54e1705f67759ac | refs/heads/master | 2020-12-24T15:58:24.482000 | 2015-05-28T23:32:06 | 2015-05-28T23:32:06 | 23,148,140 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.abware.jcondo.account;
import java.io.File;
import java.io.Serializable;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import java.util.ResourceBundle;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.applicat... | WINDOWS-1250 | Java | 6,968 | java | AccountBean.java | Java | [] | null | [] | package br.com.abware.jcondo.account;
import java.io.File;
import java.io.Serializable;
import java.net.URL;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import java.util.ResourceBundle;
import javax.annotation.PostConstruct;
import javax.ejb.EJB;
import javax.faces.applicat... | 6,968 | 0.686379 | 0.685517 | 250 | 25.868 | 25.570189 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.988 | false | false | 11 |
dedc7786ee15996d647305231bbe59c6da763e17 | 35,416,300,327,392 | 34122cae867cff6ad14f71aef923fea841c67ce5 | /app/src/main/java/com/example/utente/finalnoteapp/activities/NoteActivity.java | 6a38f8e81d2217417475b3daab881cd42e0d6444 | [] | no_license | francescostella97/FinalNoteAppEs | https://github.com/francescostella97/FinalNoteAppEs | 60a1ffaeca37d7e55eee9a6aa21a778b78e45f3f | 4316f0406f709307f6295e4f60f4155ae34782d4 | refs/heads/master | 2020-05-23T05:45:33.672000 | 2017-03-12T19:46:57 | 2017-03-12T19:46:57 | 84,752,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.utente.finalnoteapp.activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.view.ViewCompat;
import android.support.v7.app.AppCompatActivity;
import android.... | UTF-8 | Java | 4,712 | java | NoteActivity.java | Java | [
{
"context": "R;\n\nimport org.w3c.dom.Text;\n\n/**\n * Created by ${Francesco} on 11/03/2017.\n */\n\npublic class NoteActivity ex",
"end": 623,
"score": 0.9437602162361145,
"start": 614,
"tag": "NAME",
"value": "Francesco"
}
] | null | [] | package com.example.utente.finalnoteapp.activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.view.ViewCompat;
import android.support.v7.app.AppCompatActivity;
import android.... | 4,712 | 0.602716 | 0.598684 | 136 | 33.64706 | 22.063255 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.742647 | false | false | 11 |
a42efe37b5924d399f32b475c812ed87cf122b2b | 24,988,119,770,934 | 44be87f9b40bd922d69712e6342f0e8b7ca1b901 | /src/Backtracking.java | be45a855342b227db2040a84f01269be7ec2d026 | [] | no_license | wizzlerr/ProblemSudoku | https://github.com/wizzlerr/ProblemSudoku | 4f1761caa21e3b2e8fadf0325248ba7c58757a9c | bd3434a95c675695e70a60d54ff609de22a174f9 | refs/heads/master | 2016-09-13T09:14:56.001000 | 2016-04-11T17:59:45 | 2016-04-11T17:59:45 | 55,994,969 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Backtracking extends Common {
public Backtracking() {
super();
}
public Backtracking(String path) {
super(path.toLowerCase());
}
private boolean isSolved() {
depth++;
int[] empty = findEmpty();
if (empty != null) {
int x = empty[0... | UTF-8 | Java | 1,128 | java | Backtracking.java | Java | [] | null | [] |
public class Backtracking extends Common {
public Backtracking() {
super();
}
public Backtracking(String path) {
super(path.toLowerCase());
}
private boolean isSolved() {
depth++;
int[] empty = findEmpty();
if (empty != null) {
int x = empty[0... | 1,128 | 0.426418 | 0.421986 | 47 | 22.978724 | 15.972702 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.468085 | false | false | 11 |
5524be12cece60d696474c75aa8c921e7e8df63c | 25,185,688,271,875 | da9f10f820447ce15c5e43301bb4a82e66c81ef7 | /trunk/unified-user-system/micro-service/src/main/java/com/taiji/cma/uus/service/dic/DicService.java | 818c8d38566ed811853cab2745e8b5fecf37177e | [] | no_license | sunyi9999/QXJ | https://github.com/sunyi9999/QXJ | fefede96755ccaa1c771404acf68889373ff4701 | 61fc4ea8e9f55982b58a7e869e21b6085f293a82 | refs/heads/master | 2020-06-07T19:01:36.965000 | 2019-06-25T12:31:06 | 2019-06-25T12:31:06 | 193,076,471 | 0 | 0 | null | false | 2020-07-01T23:35:44 | 2019-06-21T10:06:27 | 2019-06-25T12:32:50 | 2020-07-01T23:35:43 | 19,613 | 0 | 0 | 1 | Java | false | false | package com.taiji.cma.uus.service.dic;
import com.taiji.cma.uus.mapper.dic.NationDicMapper;
import com.taiji.cma.uus.mapper.dic.ProvinceDicMapper;
import com.taiji.cma.uus.entity.dic.Dic;
import com.taiji.cma.uus.entity.dic.NationDic;
import com.taiji.cma.uus.entity.dic.ProvinceDic;
import com.taiji.cma.uus.repository... | UTF-8 | Java | 2,647 | java | DicService.java | Java | [] | null | [] | package com.taiji.cma.uus.service.dic;
import com.taiji.cma.uus.mapper.dic.NationDicMapper;
import com.taiji.cma.uus.mapper.dic.ProvinceDicMapper;
import com.taiji.cma.uus.entity.dic.Dic;
import com.taiji.cma.uus.entity.dic.NationDic;
import com.taiji.cma.uus.entity.dic.ProvinceDic;
import com.taiji.cma.uus.repository... | 2,647 | 0.691799 | 0.686747 | 92 | 26.967392 | 23.015331 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 11 |
939ac35216acf9a14dcc848bbcd48143b6def8b7 | 3,341,484,626,460 | 67063d7cb2cf752da753f95a6eed0fe9dff87190 | /build/generated-sources/ap-source-output/model/UserFunctionItem_.java | 50df4d204762abd8a40fff925b68f8bbbe1a84f0 | [] | no_license | c2kmasood/LoginExample | https://github.com/c2kmasood/LoginExample | f55798f409d80ad77bc7594d11d70d8c17974e73 | a86267dd36b0efcb30043f55a59bb281084fe2ae | refs/heads/master | 2021-01-19T06:35:12.164000 | 2014-01-14T15:23:33 | 2014-01-14T15:23:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
import model.LogUser;
@Generated(value="EclipseLink-2.5.1.v20130918-rNA", date="2014-01-14T15:58:27")
@StaticMetamodel(UserFunctionItem.class)
public class UserFu... | UTF-8 | Java | 578 | java | UserFunctionItem_.java | Java | [] | null | [] | package model;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
import model.LogUser;
@Generated(value="EclipseLink-2.5.1.v20130918-rNA", date="2014-01-14T15:58:27")
@StaticMetamodel(UserFunctionItem.class)
public class UserFu... | 578 | 0.820069 | 0.776817 | 16 | 35.1875 | 30.745363 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 11 |
7181967e20576e3b1d0bbd084aad78b7ed66e262 | 6,562,710,098,553 | f6b90fae50ea0cd37c457994efadbd5560a5d663 | /android/nut-dex2jar.src/u/aly/b.java | 4469d88699b412adc8ca847795672aabfe4e5604 | [] | no_license | dykdykdyk/decompileTools | https://github.com/dykdykdyk/decompileTools | 5925ae91f588fefa7c703925e4629c782174cd68 | 4de5c1a23f931008fa82b85046f733c1439f06cf | refs/heads/master | 2020-01-27T09:56:48.099000 | 2016-09-14T02:47:11 | 2016-09-14T02:47:11 | 66,894,502 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package u.aly;
import android.content.Context;
public final class b extends fc
{
private Context d;
public b(Context paramContext)
{
super("idmd5");
this.d = paramContext;
}
public final String a()
{
return cr.d(this.d);
}
}
/* Location: C:\crazyd\work\ustone\odm2016031702\baidu... | UTF-8 | Java | 408 | java | b.java | Java | [] | null | [] | package u.aly;
import android.content.Context;
public final class b extends fc
{
private Context d;
public b(Context paramContext)
{
super("idmd5");
this.d = paramContext;
}
public final String a()
{
return cr.d(this.d);
}
}
/* Location: C:\crazyd\work\ustone\odm2016031702\baidu... | 408 | 0.639706 | 0.602941 | 24 | 16.041666 | 19.449677 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 11 |
31267ee0f4a9bf4e91ff7d4f05b3b6e817faf297 | 1,005,022,394,552 | e217eb9e75570530fda05270fc67894e19654197 | /src/com/mall/hlcloundposproject/fragments/PayDialogFragment.java | 11df6a3ade23997167a7c5349af3ac5d9d8719da | [] | no_license | huaLongChuangXinYunPos/huaLongChuangXinYunPos | https://github.com/huaLongChuangXinYunPos/huaLongChuangXinYunPos | b2e089ebce7093715d0cd49fe7e2551dabb85de0 | 85ccb71fd06223c574d99b189e34d270e080aa97 | refs/heads/master | 2021-01-10T10:07:06.339000 | 2016-04-14T10:07:10 | 2016-04-14T10:07:10 | 50,021,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mall.hlcloundposproject.fragments;
import java.util.ArrayList;
import com.mall.hlcloundposproject.Configs;
import com.mall.hlcloundposproject.R;
import com.mall.hlcloundposproject.adapter.PayListViewAdapter;
import com.mall.hlcloundposproject.entity.PayWayMap;
import com.lidroid.xutils.ViewUtils;
... | GB18030 | Java | 4,962 | java | PayDialogFragment.java | Java | [
{
"context": "自定义 dialog警告框 弹出后 用于用户选择需要 的支付方式:\r\n * @author hl\r\n * zhaoq_hero@163.com\r\n */\r\npublic class PayDial",
"end": 798,
"score": 0.3451114296913147,
"start": 796,
"tag": "USERNAME",
"value": "hl"
},
{
"context": "alog警告框 弹出后 用于用户选择需要 的支付方式:\r\n * @author hl\r\... | null | [] | package com.mall.hlcloundposproject.fragments;
import java.util.ArrayList;
import com.mall.hlcloundposproject.Configs;
import com.mall.hlcloundposproject.R;
import com.mall.hlcloundposproject.adapter.PayListViewAdapter;
import com.mall.hlcloundposproject.entity.PayWayMap;
import com.lidroid.xutils.ViewUtils;
... | 4,951 | 0.687261 | 0.68535 | 152 | 28.986841 | 22.021217 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.039474 | false | false | 11 |
569fea3ed7ae011103a2a6743fb4098792c6525b | 33,097,017,996,956 | 7e3bc7b4e71438fb4aa4be795ef1eb11eacbaff5 | /app/src/main/java/com/snow/crazydemo/json/model/Model_FromJson_Gson.java | 09a5f1f87ca4918fd919327aa3ee8c716f62d97b | [] | no_license | snow888ak/CrazyDemo | https://github.com/snow888ak/CrazyDemo | 9094085752f4a88860e4923af02b3350fab9bd17 | 387bffc74ce991a02dce9e2a5772a1719eb98e02 | refs/heads/master | 2016-09-16T13:41:25.444000 | 2016-07-12T14:51:18 | 2016-07-12T14:51:18 | 59,874,039 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.snow.crazydemo.json.model;
import android.printservice.PrintService;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.snow.crazydemo.json.entity.Person;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Snow.ZhK on 2016/5... | UTF-8 | Java | 1,460 | java | Model_FromJson_Gson.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Snow.ZhK on 2016/5/28.\n */\npublic class Model_FromJson_Gso",
"end": 310,
"score": 0.9543852806091309,
"start": 302,
"tag": "USERNAME",
"value": "Snow.ZhK"
},
{
"context": "on person = new Person();\n person... | null | [] | package com.snow.crazydemo.json.model;
import android.printservice.PrintService;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.snow.crazydemo.json.entity.Person;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Snow.ZhK on 2016/5... | 1,460 | 0.582296 | 0.571231 | 55 | 25.290909 | 17.389311 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 11 |
98bd7fb5f9019745d085e8cc97c04929d9769216 | 33,792,802,714,991 | a4628d113b6e6cf9a91e699c88c5de7abc013bfe | /src/threadSketch/ThreadReport.java | 2210b2152c749a13f247b542d5acab851acf5b8d | [
"Apache-2.0"
] | permissive | yin8686/threadSketch | https://github.com/yin8686/threadSketch | bbcc78d4980ee0989feba475eccc356ba565955f | b5a5cb477139ef2866c5fb502eaf8f799eb67ad6 | refs/heads/master | 2021-06-19T01:31:05.634000 | 2017-07-05T10:51:38 | 2017-07-05T10:51:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package threadSketch;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
*
* @author Melvin S. Metzger
*/
public class ThreadReport {
static final String REPORT_REASON_CONSTRUCTOR_END = "CONSTRUCTOR_END";
static final String REPORT_REASON_INTERRUPT_START = "INTERRUPT_START";
static final ... | UTF-8 | Java | 5,317 | java | ThreadReport.java | Java | [
{
"context": "eFormat;\nimport java.util.Date;\n\n/**\n *\n * @author Melvin S. Metzger\n */\npublic class ThreadReport {\n\n static final",
"end": 119,
"score": 0.9998862147331238,
"start": 102,
"tag": "NAME",
"value": "Melvin S. Metzger"
},
{
"context": " this.threadId = thr... | null | [] | package threadSketch;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
*
* @author <NAME>
*/
public class ThreadReport {
static final String REPORT_REASON_CONSTRUCTOR_END = "CONSTRUCTOR_END";
static final String REPORT_REASON_INTERRUPT_START = "INTERRUPT_START";
static final String REPO... | 5,306 | 0.656009 | 0.656009 | 149 | 34.684563 | 33.071224 | 229 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684564 | false | false | 11 |
8c1fa6adfae6923dfbf8c6594bd7bf8fc847673b | 37,580,963,847,643 | b585a4ef62d44b7e2635f74ec9a579dc333086f4 | /modules/web/src/com/company/dealer/web/screens/person/PersonEdit.java | 58e1c16a9d815ac8e75245eb6e90ac7ce135de79 | [] | no_license | pavel-alshev/autodealer | https://github.com/pavel-alshev/autodealer | e2832708cebc4b79ac6af6fe41fe790d29bc0e3b | 4ebfe058f5ca10e8f676734cc779ff59c962da75 | refs/heads/master | 2022-10-24T16:43:46.024000 | 2020-06-16T12:37:29 | 2020-06-16T12:37:29 | 272,700,867 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.dealer.web.screens.person;
import com.haulmont.cuba.gui.screen.*;
import com.company.dealer.entity.Person;
@UiController("dealer_Person.edit")
@UiDescriptor("person-edit.xml")
@EditedEntityContainer("personDc")
@LoadDataBeforeShow
public class PersonEdit extends StandardEditor<Person> {
} | UTF-8 | Java | 311 | java | PersonEdit.java | Java | [] | null | [] | package com.company.dealer.web.screens.person;
import com.haulmont.cuba.gui.screen.*;
import com.company.dealer.entity.Person;
@UiController("dealer_Person.edit")
@UiDescriptor("person-edit.xml")
@EditedEntityContainer("personDc")
@LoadDataBeforeShow
public class PersonEdit extends StandardEditor<Person> {
} | 311 | 0.807074 | 0.807074 | 11 | 27.363636 | 18.651213 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 11 |
526d6d9bb80490822aef2286ed3c69276b989ed6 | 14,310,831,094,042 | 01601cd19614f16a87f331af3b43078dd5721352 | /src/test/java/org/apache/sling/pipes/internal/PlumberServletTest.java | 9c8d978d788d5865a15ae451a15c7e2a2884d4ec | [
"Apache-2.0"
] | permissive | apache/sling-org-apache-sling-pipes | https://github.com/apache/sling-org-apache-sling-pipes | 267dd0e135faca5766b227cb3309908a1f457960 | 9c0687f0e7a650edb10f77cf6752c8d88a6be495 | refs/heads/master | 2023-08-20T17:36:11.306000 | 2023-04-04T21:12:55 | 2023-04-04T21:12:55 | 107,434,909 | 9 | 23 | Apache-2.0 | false | 2023-09-08T12:20:33 | 2017-10-18T16:33:55 | 2022-11-21T03:25:51 | 2023-09-08T12:20:32 | 763 | 8 | 19 | 2 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 11,260 | java | PlumberServletTest.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 11,260 | 0.68286 | 0.681883 | 236 | 46.711864 | 38.611298 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.063559 | false | false | 11 |
9ac966268418c8b5a93f8ac7e71019fe5b8678a0 | 34,376,918,269,488 | 6e61622a781ccc0d8aabccd4e15a4733eb8c552f | /src/main/java/com/softwareengineering/temperaturecms/dao/RoomStatusMapper.java | 1512a50399270c3fad224983a1e7f5a5f12e3390 | [] | no_license | humveea6/DistributeTemperatureCMS-Backend | https://github.com/humveea6/DistributeTemperatureCMS-Backend | 502cb9052597eafd7e4e87af95f7ba27493f432a | 2ee4901db578924979d6ddfd1ef004ed4aa59ec7 | refs/heads/master | 2022-10-18T10:41:12.376000 | 2020-06-14T04:19:23 | 2020-06-14T04:19:23 | 266,374,830 | 1 | 0 | null | false | 2020-06-14T04:19:24 | 2020-05-23T16:23:41 | 2020-06-14T02:40:14 | 2020-06-14T04:19:23 | 133 | 1 | 0 | 0 | Java | false | false | package com.softwareengineering.temperaturecms.dao;
import com.softwareengineering.temperaturecms.pojo.RoomStatus;
import com.softwareengineering.temperaturecms.pojo.RoomStatusExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface RoomStatusMapper {
long countByExample(RoomSt... | UTF-8 | Java | 960 | java | RoomStatusMapper.java | Java | [] | null | [] | package com.softwareengineering.temperaturecms.dao;
import com.softwareengineering.temperaturecms.pojo.RoomStatus;
import com.softwareengineering.temperaturecms.pojo.RoomStatusExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface RoomStatusMapper {
long countByExample(RoomSt... | 960 | 0.8 | 0.8 | 30 | 31.033333 | 32.132523 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 11 |
55673cbc6ac7b36f6a13cee6b992151dd9dadb09 | 19,782,619,373,731 | b20b0ee69b17bbd90c89d424312b059a53ad69e3 | /main/src/main/java/cgeo/geocaching/unifiedmap/tileproviders/CyclosmSource.java | 888aaad6f19428f7e5b1ce10d688793dd0cf2d58 | [
"Apache-2.0"
] | permissive | cgeo/cgeo | https://github.com/cgeo/cgeo | a79d26c2e916c4cd4a7acff8ec5cc2e65a42cc37 | 53c04cbcdc363f9c7e6e2992745f4ef83743b76b | refs/heads/master | 2023-08-30T17:04:11.322000 | 2023-02-02T22:15:46 | 2023-08-30T11:06:55 | 2,028,724 | 943 | 504 | Apache-2.0 | false | 2023-09-14T20:46:55 | 2011-07-11T06:02:47 | 2023-09-12T09:43:12 | 2023-09-14T20:46:53 | 446,923 | 1,293 | 581 | 721 | Java | false | false | package cgeo.geocaching.unifiedmap.tileproviders;
import android.net.Uri;
class CyclosmSource extends AbstractMapsforgeOnlineTileProvider {
CyclosmSource() {
super("CyclOSM", Uri.parse("https://a.tile-cyclosm.openstreetmap.fr"), "/cyclosm/{Z}/{X}/{Y}.png", 0, 18);
}
}
| UTF-8 | Java | 287 | java | CyclosmSource.java | Java | [] | null | [] | package cgeo.geocaching.unifiedmap.tileproviders;
import android.net.Uri;
class CyclosmSource extends AbstractMapsforgeOnlineTileProvider {
CyclosmSource() {
super("CyclOSM", Uri.parse("https://a.tile-cyclosm.openstreetmap.fr"), "/cyclosm/{Z}/{X}/{Y}.png", 0, 18);
}
}
| 287 | 0.710801 | 0.700348 | 9 | 30.888889 | 36.561802 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 11 |
2eb5206c29dc1d8d72c6bb55b9ae59cfef05d6cf | 17,944,373,417,699 | 4e8685a50538bb982d16f56134f5cf55fce492a5 | /HOMEWORKS/HW1/src/task14.java | b35aa8238cf949d72eda780c053604d395fe9bb4 | [] | no_license | PavelLyutov/IT_TALANTS | https://github.com/PavelLyutov/IT_TALANTS | 9aa2c7fbeec6fcf821169188e0d8a5c8a29eda44 | c93a3933cabd7e66c0e2deab8831ade930daefba | refs/heads/main | 2023-03-20T18:35:22.434000 | 2021-03-14T19:17:27 | 2021-03-14T19:17:27 | 320,243,108 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class task14 {
public static void main(String[] args) {
System.out.println("Въведете координата за позиция в шах [1,8]:");
Scanner sc1 = new Scanner(System.in);
int x1 = sc1.nextInt();
System.out.println("Въведете координата за позиция в шах [1,8]")... | UTF-8 | Java | 1,562 | java | task14.java | Java | [] | null | [] | import java.util.Scanner;
public class task14 {
public static void main(String[] args) {
System.out.println("Въведете координата за позиция в шах [1,8]:");
Scanner sc1 = new Scanner(System.in);
int x1 = sc1.nextInt();
System.out.println("Въведете координата за позиция в шах [1,8]")... | 1,562 | 0.468023 | 0.427326 | 46 | 28.913044 | 25.018103 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.869565 | false | false | 11 |
2d786e94b7d38656d1f57121cf2c4291d6a29473 | 1,889,785,639,892 | 0e20c0c9e690646d5e20e10afe71e3db44854d0f | /src/com/my_oa/entities/Department.java | c52ba38c95037e453c79edf0fa2ac33155887e70 | [] | no_license | bieren/My_OA | https://github.com/bieren/My_OA | b44ad4c8789387c48daaf4b63216a4a346ce132d | dcf24bf58b876a515022fbdbe520129100d86c1a | refs/heads/master | 2020-07-24T14:27:41.861000 | 2016-11-17T19:21:00 | 2016-11-17T19:21:00 | 73,788,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.my_oa.entities;
import java.util.HashSet;
import java.util.Set;
public class Department {
//id
private Integer departmentId;
//部门名称
private String departmentName;
//部门经理
private Employee manager;
//员工
private Set<Employee> employees = new HashSet<>();
public Integer getDepar... | UTF-8 | Java | 952 | java | Department.java | Java | [] | null | [] | package com.my_oa.entities;
import java.util.HashSet;
import java.util.Set;
public class Department {
//id
private Integer departmentId;
//部门名称
private String departmentName;
//部门经理
private Employee manager;
//员工
private Set<Employee> employees = new HashSet<>();
public Integer getDepar... | 952 | 0.696352 | 0.696352 | 50 | 16.639999 | 17.33639 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 11 |
6872c2d71fa9de054de76fe87606df82f21ef8bd | 17,755,394,828,767 | 07b408a90ba5f9cee26c5b627eea7509cbc3eea3 | /pushclient/src/main/java/com/example/Bean/FreshNewsDetailsBean.java | f325066e078c266554088fe8e806708e71cf6ebf | [] | no_license | fangchao3652/Myapp12 | https://github.com/fangchao3652/Myapp12 | 639f911afb2668d1e8c038f0183618ef9bb31c86 | 961df04637a28c54b9be1694d7a5354a2b21bd14 | refs/heads/master | 2021-01-23T07:33:47.365000 | 2015-06-11T09:42:44 | 2015-06-11T09:42:44 | 33,713,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.Bean;
/**
* 新鲜事详情
* Created by supumall on 2015/4/28.
*/
public class FreshNewsDetailsBean extends BaseBean{
String content;
public String getContent() {
return content;
}
public void setContent(String content) {
this.content = content;
}
}
| UTF-8 | Java | 310 | java | FreshNewsDetailsBean.java | Java | [
{
"context": "kage com.example.Bean;\n\n/**\n * 新鲜事详情\n * Created by supumall on 2015/4/28.\n */\npublic class FreshNewsDetailsBe",
"end": 62,
"score": 0.99965900182724,
"start": 54,
"tag": "USERNAME",
"value": "supumall"
}
] | null | [] | package com.example.Bean;
/**
* 新鲜事详情
* Created by supumall on 2015/4/28.
*/
public class FreshNewsDetailsBean extends BaseBean{
String content;
public String getContent() {
return content;
}
public void setContent(String content) {
this.content = content;
}
}
| 310 | 0.656667 | 0.633333 | 17 | 16.647058 | 16.666067 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 11 |
1e020ee4cb3edf46f389b78971e358f387eda1ee | 2,980,707,349,401 | e66dba1d9f7194d4dadb2edea17b943b354ab4d1 | /SerialTerminal-Android-master7/app/src/main/java/com/devmel/apps/serialterminal/MapsActivity.java | 6cf393019d381fbb86bb929464fcc9eb2b16aea6 | [
"MIT",
"Apache-2.0"
] | permissive | axydavid/ElecTrip | https://github.com/axydavid/ElecTrip | e4d7889e42bd7db39e17e688b2a71b8fb57ec951 | 26f8485015477bddbef0ba6af07a512e7b6dfdfe | refs/heads/master | 2021-06-04T19:53:19.176000 | 2021-05-06T19:16:12 | 2021-05-06T19:16:12 | 85,300,722 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sushi.mapsapplication;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.OnMapReadyCallback;
import com.google.android.gms.maps.SupportMa... | UTF-8 | Java | 3,146 | java | MapsActivity.java | Java | [] | null | [] | package com.example.sushi.mapsapplication;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.OnMapReadyCallback;
import com.google.android.gms.maps.SupportMa... | 3,146 | 0.68754 | 0.6815 | 75 | 40.933334 | 35.375824 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68 | false | false | 11 |
7833e3897458176c2df5bbf27736f0f42d7e73bc | 22,308,060,170,820 | b90200604cc5ff80765bba483ef2f963fadb18bb | /phonograph/src/main/java/com/ninovanhooff/phonograph/data/FileRepositoryImpl.java | 25d10256819239e003fe4032b36b573bf88c781f | [
"Apache-2.0"
] | permissive | ninovanhooff/Phonograph | https://github.com/ninovanhooff/Phonograph | 81fdafb4ba4ad76f22ab93e889afdf18ac14b35c | c62b06730bbf01ecbfc0fcf81d7ec43d690b5e8b | refs/heads/master | 2021-01-05T13:20:26.197000 | 2020-05-11T15:31:04 | 2020-05-11T15:31:04 | 241,033,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2018 Dmitriy Ponomarenko
*
* 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 ag... | UTF-8 | Java | 3,884 | java | FileRepositoryImpl.java | Java | [
{
"context": "/*\n * Copyright 2018 Dmitriy Ponomarenko\n *\n * Licensed under the Apache License, Version ",
"end": 40,
"score": 0.9998212456703186,
"start": 21,
"tag": "NAME",
"value": "Dmitriy Ponomarenko"
}
] | null | [] | /*
* Copyright 2018 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | 3,871 | 0.742019 | 0.739701 | 132 | 28.424242 | 27.500172 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.068182 | false | false | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.