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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bddb0e17fe72298992c32068b6b6a12eb8790da7 | 22,694,607,232,324 | 0ae1ca68f56b1102c1c8bd807ab91c153f90763e | /src/Arraystasks/AddToArrays.java | 1b42315270a6ee6b55bdb47953d976a3b9c5bc70 | [] | no_license | Roman0099/Cybertek | https://github.com/Roman0099/Cybertek | f1b63f55635647fafbd0be245e12441777f1d937 | cb2311568ec02ef3e02f5d0a8a391615021e9544 | refs/heads/master | 2020-09-07T06:45:31.200000 | 2019-11-09T19:03:42 | 2019-11-09T19:03:42 | 220,689,871 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Arraystasks;
import java.util.Arrays;
//Given you have two arrays with values of:
// 3,2,6,43,7,20 and
// 2,7,-10,10,-5,2
// Write a program that adds each element and stores them into a new array. Print the final array
public class AddToArrays {
public static void main(String[] args) {
... | UTF-8 | Java | 605 | java | AddToArrays.java | Java | [] | null | [] | package Arraystasks;
import java.util.Arrays;
//Given you have two arrays with values of:
// 3,2,6,43,7,20 and
// 2,7,-10,10,-5,2
// Write a program that adds each element and stores them into a new array. Print the final array
public class AddToArrays {
public static void main(String[] args) {
... | 605 | 0.596694 | 0.542149 | 23 | 25.304348 | 24.188454 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.26087 | false | false | 14 |
a98867d7dd1fa952abf3436d66595fdcfb5ef108 | 7,335,804,157,627 | 8630fc4bc124dc7d4a225680e8630af0a29a9f45 | /src/main/java/com/yaoyao/online/service/ISearchService.java | d142bb32023d626722bf10f0fdb8c82a60e5da79 | [] | no_license | financeyuan/xunwu | https://github.com/financeyuan/xunwu | 40d3e255aead4484436d3c5768eeddda032a418e | 04d93427fdab76a6d6cd80b2416111d481c5a92e | refs/heads/master | 2020-03-22T11:27:04.872000 | 2018-07-06T10:51:47 | 2018-07-06T10:51:47 | 139,971,566 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yaoyao.online.service;
import com.yaoyao.online.DTO.HouseBucketDTO;
import com.yaoyao.online.base.ServiceMultiResult;
import com.yaoyao.online.base.ServiceResult;
import com.yaoyao.online.web.Form.MapSearch;
import com.yaoyao.online.web.Form.RentSearch;
import java.util.List;
/**
* @Auther: yuanpb
* @D... | UTF-8 | Java | 1,563 | java | ISearchService.java | Java | [
{
"context": "ntSearch;\n\nimport java.util.List;\n\n/**\n * @Auther: yuanpb\n * @Date: 2018/6/13 10:54\n * @Description:检索接口\n *",
"end": 314,
"score": 0.9996512532234192,
"start": 308,
"tag": "USERNAME",
"value": "yuanpb"
}
] | null | [] | package com.yaoyao.online.service;
import com.yaoyao.online.DTO.HouseBucketDTO;
import com.yaoyao.online.base.ServiceMultiResult;
import com.yaoyao.online.base.ServiceResult;
import com.yaoyao.online.web.Form.MapSearch;
import com.yaoyao.online.web.Form.RentSearch;
import java.util.List;
/**
* @Auther: yuanpb
* @D... | 1,563 | 0.631796 | 0.624226 | 71 | 19.464788 | 20.586355 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295775 | false | false | 14 |
b248eaac18b9029d6f179086b2c85b01bd0a4926 | 15,539,191,736,178 | 98f4948b8d1c400ca09f9155d199b30d2ee3de8d | /src/nl/sumo/jose/main/Arena.java | 336e68f52e3f5bf2f0767aaac5251e5cbfef96d4 | [] | no_license | AlexPads/Sumo-NukkitGame | https://github.com/AlexPads/Sumo-NukkitGame | c3291a63bb560f7b3ed8295dfb62911268a18768 | 7db8fcc93279e161186efcecc53ccbebabf90e37 | refs/heads/master | 2020-05-17T09:17:46.163000 | 2019-04-23T00:38:33 | 2019-04-23T00:38:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.sumo.jose.main;
import cn.nukkit.Server;
public class Arena {
public int id = 0;
public int players = 0;
public String namefinal = "default";
public static String title = "§7[§l§aSumo§r§7] §9: §7";
public int getId(){
return id;
}
public void setId(int idvalue){
id = idvalue;
}
public Strin... | WINDOWS-1258 | Java | 669 | java | Arena.java | Java | [] | null | [] | package nl.sumo.jose.main;
import cn.nukkit.Server;
public class Arena {
public int id = 0;
public int players = 0;
public String namefinal = "default";
public static String title = "§7[§l§aSumo§r§7] §9: §7";
public int getId(){
return id;
}
public void setId(int idvalue){
id = idvalue;
}
public Strin... | 669 | 0.670695 | 0.660121 | 38 | 15.421053 | 17.949684 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 14 |
6d6765cd7c9549b556ea6edc690193693e191104 | 884,763,331,655 | c53daf61d47e9fdea27a526cf5112129914461ee | /Android/SlideAndroidPlugins/src/com/neatorobotics/android/slide/framework/plugins/requests/user/LinkRobotRequest.java | 92f49a51626a03868a5ebb785ad023f0d111a8b9 | [] | no_license | christopherdavid/hybrid_app | https://github.com/christopherdavid/hybrid_app | a7a3c37bfc9a318e13927bc8ff0196b9feb2f323 | 505419034ad04bb38074c9112938fe963b256ecc | refs/heads/master | 2016-09-10T22:14:46.399000 | 2014-08-13T14:41:01 | 2014-08-13T14:41:01 | 33,279,927 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neatorobotics.android.slide.framework.plugins.requests.user;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Context;
import android.text.TextUtils;
import com.neatorobotics.android.slide.framework.logger.LogHelper;
import com.neatoro... | UTF-8 | Java | 2,982 | java | LinkRobotRequest.java | Java | [] | null | [] | package com.neatorobotics.android.slide.framework.plugins.requests.user;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.content.Context;
import android.text.TextUtils;
import com.neatorobotics.android.slide.framework.logger.LogHelper;
import com.neatoro... | 2,982 | 0.705902 | 0.705902 | 67 | 42.507462 | 35.487385 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701493 | false | false | 14 |
dde943de50ce8eeebb6f4aa952b27feb158309c1 | 781,684,108,708 | d6ba935dccf6fa9cbd41d6882af83ad9ae1787b4 | /拼多多2020校招部分编程题合集1.java | 857645bbf311b932875c8ddb0fe0865af45c7334 | [] | no_license | Hongze-Wang/TargetOffer | https://github.com/Hongze-Wang/TargetOffer | e643843c1428d60373832a79f76b49edc84a4289 | e61ebe91c62b31ce23f392ab109114297a4dac1c | refs/heads/master | 2021-06-30T05:28:38.803000 | 2021-01-18T02:36:09 | 2021-01-18T02:36:09 | 207,557,993 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // 拼多多2020校招部分编程题合集1
/*
[编程题]多多的魔术盒子
时间限制:C/C++ 1秒,其他语言2秒
空间限制:C/C++ 256M,其他语言512M
多多鸡有N个魔术盒子(编号1~N),其中编号为i的盒子里有i个球。
多多鸡让皮皮虾每次选择一个数字X(1 <= X <= N),多多鸡就会把球数量大于等于X个的盒子里的球减少X个。
通过观察,皮皮虾已经掌握了其中的奥秘,并且发现只要通过一定的操作顺序,可以用最少的次数将所有盒子里的球变没。
那么请问聪明的你,是否已经知道了应该如何操作呢?
输入描述:
第一行,有1个整数T,表示测试用例的组数。
(1 <= T <= 100)
接下来T行,每行1个整数N,表示... | UTF-8 | Java | 1,415 | java | 拼多多2020校招部分编程题合集1.java | Java | [] | null | [] | // 拼多多2020校招部分编程题合集1
/*
[编程题]多多的魔术盒子
时间限制:C/C++ 1秒,其他语言2秒
空间限制:C/C++ 256M,其他语言512M
多多鸡有N个魔术盒子(编号1~N),其中编号为i的盒子里有i个球。
多多鸡让皮皮虾每次选择一个数字X(1 <= X <= N),多多鸡就会把球数量大于等于X个的盒子里的球减少X个。
通过观察,皮皮虾已经掌握了其中的奥秘,并且发现只要通过一定的操作顺序,可以用最少的次数将所有盒子里的球变没。
那么请问聪明的你,是否已经知道了应该如何操作呢?
输入描述:
第一行,有1个整数T,表示测试用例的组数。
(1 <= T <= 100)
接下来T行,每行1个整数N,表示... | 1,415 | 0.622485 | 0.564497 | 52 | 15.25 | 16.495775 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 14 |
7cb456b1291f92547e75bc17d7e7c22f33e47cf5 | 7,567,732,431,824 | d7bb36ff0e1403d987a30b507f6bfa940ce514b4 | /vroom-core/src/test/java/com/fizzbuzz/vroom/core/service/datastore/ObjectifyRule.java | 6092693342416eb0bd3c875552a746e7f76d0239 | [
"Apache-2.0"
] | permissive | adennie/vroom | https://github.com/adennie/vroom | 292ccd98d70b8bef7d186b3cb624826bfb48f63b | 46da7c3356d342bb137b6b86dfb89e6695a0f16c | refs/heads/master | 2021-01-18T23:16:05.618000 | 2016-07-01T22:38:22 | 2016-07-01T22:38:22 | 13,952,468 | 1 | 1 | null | false | 2015-07-08T14:41:14 | 2013-10-29T10:14:18 | 2015-07-07T13:40:06 | 2015-07-08T14:41:14 | 1,941 | 2 | 2 | 0 | Java | null | null | package com.fizzbuzz.vroom.core.service.datastore;
/*
* Copyright (c) 2014 Fizz Buzz LLC
*
* 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
*... | UTF-8 | Java | 1,503 | java | ObjectifyRule.java | Java | [] | null | [] | package com.fizzbuzz.vroom.core.service.datastore;
/*
* Copyright (c) 2014 Fizz Buzz LLC
*
* 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
*... | 1,503 | 0.717898 | 0.712575 | 51 | 28.470589 | 24.995962 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 14 |
de2f19ec5051de0ce69a085e4f06c44876b9130e | 30,880,814,905,633 | 38fc6fe897cb4d2115be37fe0988962991f785a3 | /src/main/java/com/qf/mapper/UserInfoMapper.java | ea27abf9209ca522f0f07ba2012e6ba5670915fd | [] | no_license | maojiehui/permission | https://github.com/maojiehui/permission | 02f6402c440f1214282a860d0431ed935b179b32 | f0b57b4489dc41ab66c00041c5bef699e6b27af7 | refs/heads/master | 2022-12-24T17:02:31.194000 | 2019-07-02T08:09:00 | 2019-07-02T08:09:00 | 189,952,675 | 0 | 0 | null | false | 2022-12-16T11:07:17 | 2019-06-03T07:05:45 | 2019-07-02T08:09:19 | 2022-12-16T11:07:14 | 4,899 | 0 | 0 | 6 | JavaScript | false | false | package com.qf.mapper;
import com.qf.dto.RoleDto;
import com.qf.pojo.UserInfo;
import com.qf.vo.RoleInfoVo;
import com.qf.vo.SplitePageVo;
import com.qf.vo.UserInfoVo;
import java.util.List;
/**
* Created by DELL on 2019/5/9.
*/
public interface UserInfoMapper {
public UserInfo userLogin(UserInfoVo userInfoVo... | UTF-8 | Java | 837 | java | UserInfoMapper.java | Java | [
{
"context": "InfoVo;\n\nimport java.util.List;\n\n/**\n * Created by DELL on 2019/5/9.\n */\npublic interface UserInfoMapper ",
"end": 216,
"score": 0.9995366930961609,
"start": 212,
"tag": "USERNAME",
"value": "DELL"
}
] | null | [] | package com.qf.mapper;
import com.qf.dto.RoleDto;
import com.qf.pojo.UserInfo;
import com.qf.vo.RoleInfoVo;
import com.qf.vo.SplitePageVo;
import com.qf.vo.UserInfoVo;
import java.util.List;
/**
* Created by DELL on 2019/5/9.
*/
public interface UserInfoMapper {
public UserInfo userLogin(UserInfoVo userInfoVo... | 837 | 0.762246 | 0.755078 | 35 | 22.914286 | 23.531586 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485714 | false | false | 14 |
e6973eee6bd9d6b1e90bea2c2a578186a5e8db74 | 32,787,780,393,580 | 508590d396080a47d1cca91b1fed3cb77864d336 | /src/main/java/com/test/managers/CompanysManager.java | 1aec66adce1f986931924005e617fc945b77796b | [
"MIT"
] | permissive | baygen/companyTest | https://github.com/baygen/companyTest | 220b009430ba2d531f0a73275fab37483fbca166 | 57a7ff79a6a0d6d4ae59baac11d52adc6fa557c0 | refs/heads/master | 2020-12-02T07:59:23.425000 | 2017-07-12T11:19:13 | 2017-07-12T11:19:13 | 96,758,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.test.managers;
import com.test.entity.Company;
import com.test.managers.dao.BasicDAO;
import java.util.logging.... | UTF-8 | Java | 5,257 | java | CompanysManager.java | Java | [
{
"context": " javax.annotation.Resource;\r\n\r\n/**\r\n *\r\n * @author Buy\r\n */\r\n@Resource\r\npublic class CompanysManager im",
"end": 421,
"score": 0.6209186315536499,
"start": 419,
"tag": "NAME",
"value": "Bu"
},
{
"context": "vax.annotation.Resource;\r\n\r\n/**\r\n *\r\n * @... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.test.managers;
import com.test.entity.Company;
import com.test.managers.dao.BasicDAO;
import java.util.logging.... | 5,257 | 0.614229 | 0.614038 | 156 | 31.698717 | 25.893871 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596154 | false | false | 14 |
8155ab4905821ce1c58f7e126ded98534ca386c4 | 5,463,198,447,542 | ebc47f4dc01b19c70c9469023418a4beedc05fb0 | /BGTAOEC/src/com/gta/oec/service/course/CourseCommentServiceImpl.java | 96a1642794efde49bca9887bc4a2c1175f705cd5 | [] | no_license | witnesslq/OEC_MOOC | https://github.com/witnesslq/OEC_MOOC | 39b088a81c35aca9ec279805f772f702f98a2791 | d0af6485717f8325ae1245c7dda26d7923ca5ef8 | refs/heads/master | 2021-01-21T22:10:34.992000 | 2014-05-04T05:31:35 | 2014-05-04T05:31:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* CourseService.java V1.0 2013-12-27 ����10:30:24
*
* Copyright GTA Information System Co. ,Ltd. All rights reserved.
*
* Modification history(By Time Reason):
*
* Description:
*/
package com.gta.oec.service.course;
import java.util.Date;
import java.util.List;
import org.apache... | UTF-8 | Java | 2,072 | java | CourseCommentServiceImpl.java | Java | [] | null | [] | /**
* CourseService.java V1.0 2013-12-27 ����10:30:24
*
* Copyright GTA Information System Co. ,Ltd. All rights reserved.
*
* Modification history(By Time Reason):
*
* Description:
*/
package com.gta.oec.service.course;
import java.util.Date;
import java.util.List;
import org.apache... | 2,072 | 0.753953 | 0.746047 | 67 | 28.238806 | 28.244186 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.492537 | false | false | 14 |
83f7376ad2a3371df8f1750b3da9f9437cec2381 | 5,669,356,880,642 | 18656c3b9e4e43f63f0b3235ec81a27aa87c510a | /web/src/main/java/by/restaurant/command/MealCommand/EditMealSaveCommand.java | fe18e4ece2cb322808a20e98fe04952410b08ee7 | [] | no_license | sensesnet/restaurant | https://github.com/sensesnet/restaurant | bbbffcbdd1b96a8a47be872678591b872b27f87d | 0830ea08954d68c4f6b4d4f1db323ee00bada32f | refs/heads/master | 2019-08-27T17:14:52.781000 | 2017-03-27T22:35:47 | 2017-03-27T22:35:47 | 58,453,335 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.restaurant.command.MealCommand;
import by.restaurant.DaoExceptions.DaoException;
import by.restaurant.ServiceExeption.ServiceException;
import by.restaurant.Services.MealService;
import by.restaurant.command.ICommand.ICommand;
import by.restaurant.pojos.Meal;
import javax.servlet.ServletException;
import j... | UTF-8 | Java | 1,267 | java | EditMealSaveCommand.java | Java | [
{
"context": "se;\nimport java.io.IOException;\n\n/**\n * Created by KIRILL on 28.04.2016.\n */\npublic class EditMealSaveComma",
"end": 458,
"score": 0.9152929186820984,
"start": 452,
"tag": "USERNAME",
"value": "KIRILL"
}
] | null | [] | package by.restaurant.command.MealCommand;
import by.restaurant.DaoExceptions.DaoException;
import by.restaurant.ServiceExeption.ServiceException;
import by.restaurant.Services.MealService;
import by.restaurant.command.ICommand.ICommand;
import by.restaurant.pojos.Meal;
import javax.servlet.ServletException;
import j... | 1,267 | 0.759274 | 0.75296 | 31 | 39.870968 | 30.807144 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.774194 | false | false | 14 |
6cdbe605da69389069b46c1e533d212327b49ee1 | 31,963,146,680,421 | 7daea517406d555993e9214ff30a1d89671a5b1a | /HomeWork-Day-4-Work-3/src/Product.java | 6af50f75b9ce671324d63b4779d632321606cd5d | [] | no_license | acarbey02400/Java | https://github.com/acarbey02400/Java | 0ee2ce980644600b09296f21bfeaea7f33c8cedf | 66412d06e67297bf1d8882a5c7719f747731a2fc | refs/heads/main | 2023-08-15T16:21:46.660000 | 2021-10-21T15:19:43 | 2021-10-21T15:19:43 | 366,969,420 | 7 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Product {
private int id;
private String name;
private double price;
private double discount;
private double priceAfterDiscount;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
thi... | UTF-8 | Java | 698 | java | Product.java | Java | [] | null | [] |
public class Product {
private int id;
private String name;
private double price;
private double discount;
private double priceAfterDiscount;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
thi... | 698 | 0.712034 | 0.707736 | 35 | 18.914286 | 13.254372 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.657143 | false | false | 14 |
3893d921ada52e03514617c1470146c63f379131 | 28,527,172,823,597 | 2591e83e07b123e0f4ba1815a00124099247c6bb | /my-receiver/src/main/java/com/ceh/myreceiver/MyreceiverApplication.java | 5df0720e2e40103866a9cad325f599db9737f02d | [] | no_license | greenHandChen/my-rabbitmq | https://github.com/greenHandChen/my-rabbitmq | 90e319ba90e3088b0c769ffa004f1d23d9112c14 | fc95e8666eeb1ed8956fbef8a2c7136ecd6d04d7 | refs/heads/master | 2021-04-06T01:07:30.875000 | 2018-03-09T12:23:32 | 2018-03-09T12:23:32 | 124,537,296 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ceh.myreceiver;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
// 总结:接收方
// 1.创建连接
// 2.声明交换器,队列
// 3.按照规则将交换器与队列绑定
// 4.监听对应队列
@SpringBootApplication
public class MyreceiverApplication {
public static void main(String[] args) {
S... | UTF-8 | Java | 456 | java | MyreceiverApplication.java | Java | [] | null | [] | package com.ceh.myreceiver;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
// 总结:接收方
// 1.创建连接
// 2.声明交换器,队列
// 3.按照规则将交换器与队列绑定
// 4.监听对应队列
@SpringBootApplication
public class MyreceiverApplication {
public static void main(String[] args) {
S... | 456 | 0.790576 | 0.780105 | 16 | 22.875 | 21.218727 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 14 |
acea393f610bd83e441e0a569c12d2d3eb9b88b6 | 28,887,950,097,998 | 90c75b27da560c01b6a4bfcbbb489b52eccf2845 | /HelloWorld.java | a8006e42a0282f8b74055cb67f8d999bedbb8dca | [] | no_license | venkyakula/test_1 | https://github.com/venkyakula/test_1 | d13029ba9b43b787809f1c8320f9c90cf3344dd6 | c8b1ea26a61aecc669dc521bd2c2a9a929a02b03 | refs/heads/master | 2021-07-10T03:49:18.539000 | 2020-09-26T17:05:42 | 2020-09-26T17:05:42 | 197,132,467 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class HelloWorld
{
public static void main(String args[])
{
System.out.println("Hello new Worlds(2020) ! ");
}
}
/ *
A basic java code for the beginners.....
*/
| UTF-8 | Java | 179 | java | HelloWorld.java | Java | [] | null | [] | class HelloWorld
{
public static void main(String args[])
{
System.out.println("Hello new Worlds(2020) ! ");
}
}
/ *
A basic java code for the beginners.....
*/
| 179 | 0.603352 | 0.581006 | 12 | 13.916667 | 17.740999 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 14 |
bfa67c9e3cf53999cc5f585d72606b23e5dbed7d | 4,011,499,501,835 | 4169ae3ddeaca8c6005c799329329bc47820dfdb | /app/src/main/java/com/smartdevice/main/DeviceManageActivity.java | d0d919d038f14072f559f13acc0324f7ff5f7468 | [
"Apache-2.0"
] | permissive | tangluo2018/SmartDevice | https://github.com/tangluo2018/SmartDevice | 903a2244b2dd8d45eec2a1869dba28e7d9507f04 | 957374a2734cf366ae72eddbd8294c17be8a1462 | refs/heads/master | 2020-04-04T10:00:07.201000 | 2018-11-02T10:30:33 | 2018-11-02T10:30:33 | 155,839,012 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smartdevice.main;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONException;
import com.smartdevice.control.DeviceControl;
import com.smartdevice.mode.BaseDeviceType;
import com.smartdevice.mode.Device;
import com.smartdevice.mode.DeviceTypeAdapter;
import com.smartdevic... | UTF-8 | Java | 7,826 | java | DeviceManageActivity.java | Java | [] | null | [] | package com.smartdevice.main;
import java.util.ArrayList;
import java.util.List;
import org.json.JSONException;
import com.smartdevice.control.DeviceControl;
import com.smartdevice.mode.BaseDeviceType;
import com.smartdevice.mode.Device;
import com.smartdevice.mode.DeviceTypeAdapter;
import com.smartdevic... | 7,826 | 0.713136 | 0.71173 | 237 | 31.021097 | 21.273277 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.375527 | false | false | 14 |
451640046f93becaca68f9f454f51d8763b8d476 | 23,974,507,479,151 | 3a9e9e629a0222c68f755814c54d894b759d0b56 | /app/src/main/java/com/wiwj/maigcer/data/net/RxManager.java | b3cb77a5ee212a38c169b87e442526e9f1edbd0b | [] | no_license | lzclass/JoeProject | https://github.com/lzclass/JoeProject | 080b929d631b4351e7157077b0aa08f70b9e32f2 | 72d3736db7a00db8d3bdc8259b2ea1058a0ae808 | refs/heads/master | 2021-03-30T20:28:24.360000 | 2018-03-13T17:18:52 | 2018-03-13T17:18:52 | 124,721,815 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wiwj.maigcer.data.net;
import com.wiwj.maigcer.model.bean.LoginResult;
import com.wiwj.maigcer.net.LifeCycleEvent;
import com.wiwj.maigcer.net.RxObserver;
import io.reactivex.subjects.PublishSubject;
/**
* Created by liuzhao on 2018/3/6.
*/
public class RxManager {
private static class RxManagerH... | UTF-8 | Java | 775 | java | RxManager.java | Java | [
{
"context": "ctivex.subjects.PublishSubject;\n\n/**\n * Created by liuzhao on 2018/3/6.\n */\n\npublic class RxManager {\n\n p",
"end": 240,
"score": 0.9996045827865601,
"start": 233,
"tag": "USERNAME",
"value": "liuzhao"
}
] | null | [] | package com.wiwj.maigcer.data.net;
import com.wiwj.maigcer.model.bean.LoginResult;
import com.wiwj.maigcer.net.LifeCycleEvent;
import com.wiwj.maigcer.net.RxObserver;
import io.reactivex.subjects.PublishSubject;
/**
* Created by liuzhao on 2018/3/6.
*/
public class RxManager {
private static class RxManagerH... | 775 | 0.740645 | 0.732903 | 29 | 25.724138 | 29.918159 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 14 |
78517c88ca74a18cd9de1622925fb02053b264e7 | 23,639,500,042,312 | 22f736264784c673a3099cd2030168fe03cd8935 | /project/rent/src/com/tiedao/pojo/Reply.java | cda1cfac795a7eaa02596d05df4924015a5a8733 | [] | no_license | YHan21/mylab | https://github.com/YHan21/mylab | 3ab91ae0468c59b1e3fc3ade2c7543a6e49b876e | 8fe2d289adbbc0ae6f78ffd067f9053383464beb | refs/heads/master | 2021-06-18T05:11:00.998000 | 2017-06-21T13:30:29 | 2017-06-21T13:30:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiedao.pojo;
import java.util.Date;
/**
* 回帖信息
* @author Administrator
*
*/
public class Reply {
private int id;//回复id
private String content;//回复内容
private Date rdate;//日期
private Topic topic;//帖子信息
private User user;//用户
public Reply() {
super();
}
public Reply(String content, Date date,... | UTF-8 | Java | 1,373 | java | Reply.java | Java | [
{
"context": "jo;\n\nimport java.util.Date;\n/**\n * 回帖信息\n * @author Administrator\n *\n */\npublic class Reply {\n\n\tprivate int id;//回复",
"end": 85,
"score": 0.9522673487663269,
"start": 72,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.tiedao.pojo;
import java.util.Date;
/**
* 回帖信息
* @author Administrator
*
*/
public class Reply {
private int id;//回复id
private String content;//回复内容
private Date rdate;//日期
private Topic topic;//帖子信息
private User user;//用户
public Reply() {
super();
}
public Reply(String content, Date date,... | 1,373 | 0.637248 | 0.637248 | 72 | 17.569445 | 15.914552 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.777778 | false | false | 14 |
e831781d02260a0ee7adea788f48813cd2eb2ad6 | 14,156,212,241,810 | 7d91efa47d4735c875cfd270654f1e73e0a55f37 | /lab08/src/br/fepi/si/mvc/bean/AlteraContatoBean.java | 11aa282255f0dbb5a08f2c23b7d1571fc8d3eb74 | [] | no_license | leandrodpereira/ds-ii | https://github.com/leandrodpereira/ds-ii | c55e63c493d4ceaff72610aec31ed2d8e26b50a7 | 53d25ef7411d5b64f7d365ed8c92ac51dcab0776 | refs/heads/master | 2021-01-02T22:42:11.920000 | 2020-12-31T11:42:23 | 2020-12-31T11:42:23 | 94,585,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.fepi.si.mvc.bean;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import br.fepi.si.mvc.model.Contato;
i... | UTF-8 | Java | 1,256 | java | AlteraContatoBean.java | Java | [] | null | [] | package br.fepi.si.mvc.bean;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import br.fepi.si.mvc.model.Contato;
i... | 1,256 | 0.73965 | 0.73965 | 46 | 26.304348 | 22.300194 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.152174 | false | false | 14 |
4b216e41da98ecdd86c024640d62312e10be343a | 798,863,964,808 | 3c5c71006c15a8694b0a68481f7dddcd0c428769 | /src/main/java/com/example/repair/model/Parts.java | 1d53a97603b0c3e3c488fde0f7358c47139c56a2 | [] | no_license | manoranjan1999/Repair-At-Doorstep-SpringBoot | https://github.com/manoranjan1999/Repair-At-Doorstep-SpringBoot | 776d84f8a2b42c9d34171e6ceac825abe9e6e606 | 1382fe44c5711a1a318888da5f810fdc2351093d | refs/heads/master | 2022-11-01T08:50:38.378000 | 2020-06-19T05:04:35 | 2020-06-19T05:04:35 | 273,408,899 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.repair.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "parts")
public class Parts {
@Id
@GeneratedValue
@Column(name = "parts_id")
private int... | UTF-8 | Java | 1,465 | java | Parts.java | Java | [] | null | [] | package com.example.repair.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "parts")
public class Parts {
@Id
@GeneratedValue
@Column(name = "parts_id")
private int... | 1,465 | 0.727645 | 0.727645 | 85 | 16.235294 | 15.785062 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.117647 | false | false | 14 |
2c7b40b1592947f23b44ddd7de01ca89406da89b | 34,316,788,712,182 | 21d2e87fddac42c9bacb51dd7d52c65ac7ebe20f | /src/main/java/com/min/control/StudentControl.java | 3c40358e69209118a8a779b0f9ab67ee48bb3341 | [] | no_license | bbminer/SSM | https://github.com/bbminer/SSM | 3f93d566880bf68a86eb74e14915034f0c3929d9 | 605e92d111400cb47aedb6c62cdf81d9a28bd37c | refs/heads/master | 2021-06-26T20:36:54.820000 | 2017-09-13T09:50:30 | 2017-09-13T09:50:30 | 103,337,846 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.min.control;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import com.min.model.Student;
import com.min.model.User;
import com.min... | UTF-8 | Java | 791 | java | StudentControl.java | Java | [] | null | [] | package com.min.control;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import com.min.model.Student;
import com.min.model.User;
import com.min... | 791 | 0.762326 | 0.762326 | 33 | 22.969696 | 19.209349 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 14 |
a4f99832a830b6d68e9f05f1bebf7870e8e7c16b | 18,803,366,872,950 | 954a12ca9aa10f545c792e2d991f475c9d08650b | /src/main/java/com/tacticlogistics/domain/model/common/UsoUbicacionType.java | 7b6ff5ef2968f6b22d13a0f8de6b98cd614da556 | [] | no_license | cambel/satelite | https://github.com/cambel/satelite | 64061d001569602d19acb6822fb66de70598e98d | dfa91106fdcbfca3bd217e49d10d04da154e27c5 | refs/heads/master | 2020-02-25T00:25:22.414000 | 2016-08-08T19:26:39 | 2016-08-08T19:26:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tacticlogistics.domain.model.common;
public enum UsoUbicacionType {
FACTURACION, PUNTO_RUTA
}
| UTF-8 | Java | 108 | java | UsoUbicacionType.java | Java | [] | null | [] | package com.tacticlogistics.domain.model.common;
public enum UsoUbicacionType {
FACTURACION, PUNTO_RUTA
}
| 108 | 0.814815 | 0.814815 | 5 | 20.6 | 18.216476 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
07ebc0f84f6d01d3a6543ad737cb139abe41b888 | 23,038,204,600,411 | 45a114c64a73319d71c19f3d17290084b59c1def | /src/com/demo/common/model/ProductImg.java | 2cb253d2ce932b29ba87c539b6db1bc1840279b7 | [] | no_license | hnistlzy/jfinalshop | https://github.com/hnistlzy/jfinalshop | 3e0ebdc322d72e378b1c2c90c204520c0cd24a88 | e80680f66774da0889d55f8e5a34ef46ef56d781 | refs/heads/master | 2020-03-13T15:43:31.276000 | 2019-02-14T02:46:54 | 2019-02-14T02:46:54 | 131,182,883 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.common.model;
import com.jfinal.plugin.activerecord.Model;
@SuppressWarnings("serial")
public class ProductImg extends Model<ProductImg> {
}
| UTF-8 | Java | 161 | java | ProductImg.java | Java | [] | null | [] | package com.demo.common.model;
import com.jfinal.plugin.activerecord.Model;
@SuppressWarnings("serial")
public class ProductImg extends Model<ProductImg> {
}
| 161 | 0.795031 | 0.795031 | 7 | 22 | 20.290745 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 14 |
544653e9ae2501cc29905cab8bdce45183921570 | 23,038,204,601,787 | 3491aef8cd727b20445fc86d29883532ccf4e9b7 | /src/com/neusoft/dao/TuserDao/ItUserDao.java | eedf309009c68fa731bbb94a1e1104b96da45ed1 | [] | no_license | xiaowang1984/wyApp | https://github.com/xiaowang1984/wyApp | 3223d68ab3299641fa75c3c9ffff6f87faea3d80 | 86d59b1f1a400e206f165054010214b098e3f20f | refs/heads/master | 2017-12-05T02:03:38.949000 | 2017-02-28T00:45:19 | 2017-02-28T00:45:19 | 83,372,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neusoft.dao.TuserDao;
import java.util.List;
import com.neusoft.bean.Tuser;
public interface ItUserDao {
public List<Tuser> getUsers(String userName);
public int add(Tuser user);
public int edit(Tuser user);
public int del(int id);
}
| UTF-8 | Java | 266 | java | ItUserDao.java | Java | [] | null | [] | package com.neusoft.dao.TuserDao;
import java.util.List;
import com.neusoft.bean.Tuser;
public interface ItUserDao {
public List<Tuser> getUsers(String userName);
public int add(Tuser user);
public int edit(Tuser user);
public int del(int id);
}
| 266 | 0.721804 | 0.721804 | 12 | 20.166666 | 15.14834 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 14 |
304d0193216ccbad238d9b3bb32f1e55a0a76b13 | 22,058,952,070,821 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_270/Testnull_26942.java | 14f777adfcc5107349a3ccebd2fc0c57fcb930fe | [] | no_license | gradle/performance-comparisons | https://github.com/gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164000 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | false | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | 2022-09-09T14:38:38 | 2022-09-30T08:04:34 | 19,731 | 14 | 13 | 103 | null | false | false | package org.gradle.test.performancenull_270;
import static org.junit.Assert.*;
public class Testnull_26942 {
private final Productionnull_26942 production = new Productionnull_26942("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | UTF-8 | Java | 308 | java | Testnull_26942.java | Java | [] | null | [] | package org.gradle.test.performancenull_270;
import static org.junit.Assert.*;
public class Testnull_26942 {
private final Productionnull_26942 production = new Productionnull_26942("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | 308 | 0.714286 | 0.655844 | 12 | 24.75 | 25.836424 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 14 |
f27e34d1748555002b99f37dbbfbd8f8c69ee310 | 29,154,238,072,152 | 4633b9f6ddf58c7211e60082f385446792e00951 | /src/main/generated/pl/infoshare/springintroduction/database/jpa/JpaEmployee_.java | 4f78a596863e706efeccde345f9d485cf36c3390 | [] | no_license | infoshare-genesis/spring-presentation | https://github.com/infoshare-genesis/spring-presentation | 8acaa337c3d3ffbab650f796329d4750f4cac8e5 | 054f3be946818201937af38340137b750469e24d | refs/heads/master | 2023-05-31T22:01:13.405000 | 2021-06-17T05:37:20 | 2021-06-17T05:37:20 | 377,429,675 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.infoshare.springintroduction.database.jpa;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(JpaEmployee.class)
public abst... | UTF-8 | Java | 959 | java | JpaEmployee_.java | Java | [] | null | [] | package pl.infoshare.springintroduction.database.jpa;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(JpaEmployee.class)
public abst... | 959 | 0.820647 | 0.820647 | 23 | 40.652172 | 27.896717 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.26087 | false | false | 14 |
87c86c9c523893adb045c88621d5e4ca4394ce6b | 23,003,844,845,811 | f081da8f16da9cd23d03659e96925a47ac12f068 | /src/main/java/BP/Judge/NodeRuleManager.java | 2100556bb830f6074ef902f341dd5e2043959bfe | [] | no_license | konglong123/KFlow | https://github.com/konglong123/KFlow | df671510d601724d1cb5ee1efd52a172c7915dcf | 01fc4a782791df8e800b26bdd3f3abc6dd83259b | refs/heads/master | 2023-02-02T15:14:12.531000 | 2020-12-24T11:15:10 | 2020-12-24T11:15:10 | 228,565,169 | 1 | 2 | null | false | 2020-06-15T07:02:17 | 2019-12-17T08:06:36 | 2020-06-14T09:01:49 | 2020-06-15T07:02:16 | 74,946 | 1 | 1 | 5 | JavaScript | false | false | package BP.Judge;
import BP.springCloud.dao.NodeRuleDao;
import BP.springCloud.entity.NodeRule;
import BP.springCloud.tool.FeignTool;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.an... | UTF-8 | Java | 2,580 | java | NodeRuleManager.java | Java | [
{
"context": "mport java.util.List;\n\n/**\n * 节点规则管理器实现\n * @author pcc\n */\n@Component\npublic class NodeRuleManager {\n\n\t/",
"end": 457,
"score": 0.9995666742324829,
"start": 454,
"tag": "USERNAME",
"value": "pcc"
}
] | null | [] | package BP.Judge;
import BP.springCloud.dao.NodeRuleDao;
import BP.springCloud.entity.NodeRule;
import BP.springCloud.tool.FeignTool;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.an... | 2,580 | 0.617458 | 0.617056 | 96 | 24.895834 | 24.539288 | 84 | false | false | 0 | 0 | 0 | 0 | 79 | 0.127112 | 1.1875 | false | false | 14 |
18fb4d633a05c1be5ff9f8a34d9d0092aa6e1eaa | 25,091,198,997,747 | f8d6f3ad44293cc22ad0fc72055c731b055d801e | /src/main/java/com/techlabs/shristi/config/RibbonConfig.java | 42056860131ab8eeb7b272e385697ed79dbd0da1 | [] | no_license | cloud1work1/eureka-ribbon-client-loadbalancing | https://github.com/cloud1work1/eureka-ribbon-client-loadbalancing | c5df897b82e8ee8ed96c45c09f8a817c9a239955 | c99cb17250baf4dec17f8839303b90782f3dbd1f | refs/heads/master | 2023-02-27T03:52:28.774000 | 2021-02-03T12:03:53 | 2021-02-03T12:03:53 | 335,603,885 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techlabs.shristi.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import com.netflix.loadbalancer.IRule;
import com.netflix.loadbalancer.RoundRobinRule;
import com.netflix.loadbalancer.WeightedResponseTimeRule;
@Configuration
public ... | UTF-8 | Java | 497 | java | RibbonConfig.java | Java | [] | null | [] | package com.techlabs.shristi.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import com.netflix.loadbalancer.IRule;
import com.netflix.loadbalancer.RoundRobinRule;
import com.netflix.loadbalancer.WeightedResponseTimeRule;
@Configuration
public ... | 497 | 0.808853 | 0.808853 | 19 | 25.157894 | 21.086946 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.947368 | false | false | 14 |
8101af012599edab6af1a6884242e309d6ed0883 | 30,691,836,318,461 | 03701764c7feb69ded7608d86fc20dcfaa1adfa7 | /src/main/java/com/edu/roy/wx/service/SysService.java | f1ae3b6c5f0e0ca1d49f24282085b541da3045c5 | [] | no_license | luoyh/edu | https://github.com/luoyh/edu | b56d69017bdd49762f5da1a362344048579fa91d | fd2c8b4e30d653d0ab6d7d7fe4bb26b0d5741577 | refs/heads/master | 2021-01-22T02:14:29.928000 | 2017-02-23T07:44:36 | 2017-02-23T07:44:36 | 81,035,485 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.edu.roy.wx.service;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import javax.servlet.ServletContext;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.edu.roy.wx.comm.Cons;
import c... | UTF-8 | Java | 917 | java | SysService.java | Java | [
{
"context": "oogle.common.collect.Maps;\r\n\r\n/**\r\n * \r\n * @author luoyh\r\n * @date Feb 6, 2017\r\n */\r\n@Service(\"sysService\"",
"end": 452,
"score": 0.9995195865631104,
"start": 447,
"tag": "USERNAME",
"value": "luoyh"
}
] | null | [] | package com.edu.roy.wx.service;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import javax.servlet.ServletContext;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.edu.roy.wx.comm.Cons;
import c... | 917 | 0.715376 | 0.709924 | 39 | 21.512821 | 18.437519 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.051282 | false | false | 14 |
6a2f48375aa65cf5dcb008d4dcfdd0cf687d68d5 | 24,309,514,916,222 | b9a14875c2c2983bf940a63c66d46e9580b8eabe | /modules/model/src/main/java/io/cattle/platform/core/constants/StackConstants.java | e31796740fd1a3d3b915b5868f35fa3fd3008495 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | bartoszcisek/cattle | https://github.com/bartoszcisek/cattle | a341d93dc4feb010c9b1efe07b4ddb665f952391 | f59058d70fdb139f9259c2e3d697c0f57b615862 | refs/heads/master | 2020-03-21T17:37:16.010000 | 2017-10-17T19:01:18 | 2017-10-17T19:01:18 | 138,843,076 | 0 | 0 | Apache-2.0 | true | 2018-06-27T07:05:59 | 2018-06-27T07:05:58 | 2018-06-26T21:21:12 | 2018-06-26T21:21:05 | 32,470 | 0 | 0 | 0 | null | false | null | package io.cattle.platform.core.constants;
public class StackConstants {
public static final String FIELD_ANSWERS = "answers";
public static final String FIELD_EXTERNAL_ID = "externalId";
public static final String FIELD_LABELS = "labels";
public static final String FIELD_SERVICE_IDS = "serviceIds";
... | UTF-8 | Java | 469 | java | StackConstants.java | Java | [] | null | [] | package io.cattle.platform.core.constants;
public class StackConstants {
public static final String FIELD_ANSWERS = "answers";
public static final String FIELD_EXTERNAL_ID = "externalId";
public static final String FIELD_LABELS = "labels";
public static final String FIELD_SERVICE_IDS = "serviceIds";
... | 469 | 0.752665 | 0.752665 | 12 | 38.083332 | 29.502707 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 14 |
30d089bfb0c6d104b8bbc76ae082ed53ae30a528 | 20,804,821,606,234 | 2bc8fe67d44ea90ae36f58039ef5c00b3567980e | /src/tanks/ScreenLevelBuilder.java | b3597be9525c0b48966c1207aa24de0e5a26efad | [
"MIT"
] | permissive | aehmttw/TankGame | https://github.com/aehmttw/TankGame | 3a0f16daf34927479a22bd32cda60ef8a6c3c664 | eb82ecb2b4b6b9b589fccb63690380f328383808 | refs/heads/master | 2018-12-19T21:05:30.689000 | 2018-12-16T02:21:20 | 2018-12-16T02:21:20 | 129,432,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tanks;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.event.KeyEvent;
import java.io.File;
import java.io.IOException;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.util.ArrayList;
import tanks.tank.Tank;
import tanks.tank.TankPlayer;
public class ScreenL... | UTF-8 | Java | 35,761 | java | ScreenLevelBuilder.java | Java | [] | null | [] | package tanks;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.event.KeyEvent;
import java.io.File;
import java.io.IOException;
import java.io.PrintStream;
import java.io.PrintWriter;
import java.util.ArrayList;
import tanks.tank.Tank;
import tanks.tank.TankPlayer;
public class ScreenL... | 35,761 | 0.596348 | 0.577137 | 1,406 | 23.434566 | 30.838697 | 304 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.315078 | false | false | 14 |
f64539d25825f3ad14557c0a31e7fc1d728e0936 | 20,804,821,609,855 | 96fe32644f45dd917ae80d983b7ff0938fc88f94 | /heaptrip/src/main/java/com/heaptrip/domain/service/account/AccountStoreService.java | b6f5ffb317c08ed622740369c83f66cb84e2e2a8 | [] | no_license | heaptrip/heaptrip | https://github.com/heaptrip/heaptrip | e2815e6bedb3c445cccd9d0c6a478c2e46b9ef92 | 7de136c90e44b91bcc1bb4379214d1dc76e0aaec | refs/heads/master | 2021-01-23T12:07:00.906000 | 2014-07-10T12:42:17 | 2014-07-10T12:42:17 | 7,687,017 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.heaptrip.domain.service.account;
import com.heaptrip.domain.entity.account.Account;
import com.heaptrip.domain.entity.image.Image;
import com.heaptrip.domain.service.account.criteria.AccountTextCriteria;
import java.util.List;
import java.util.concurrent.Future;
public interface AccountStoreService {
... | UTF-8 | Java | 727 | java | AccountStoreService.java | Java | [] | null | [] | package com.heaptrip.domain.service.account;
import com.heaptrip.domain.entity.account.Account;
import com.heaptrip.domain.entity.image.Image;
import com.heaptrip.domain.service.account.criteria.AccountTextCriteria;
import java.util.List;
import java.util.concurrent.Future;
public interface AccountStoreService {
... | 727 | 0.789546 | 0.789546 | 25 | 28.08 | 26.901182 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
b50e1bc1f26afe96e7353c3a4d507e84349d3c78 | 31,035,433,707,869 | 14245e5e69bf761a2a1e2ad7585fb770b9a3da90 | /nordismobile/src/com/panzyma/nm/viewdialog/EditDevolucionProducto.java | 8418cae049e173ef46f007ed5afec916a3be763c | [] | no_license | obenavidez/MICIO | https://github.com/obenavidez/MICIO | 2e045d9eeab4d9bc6958e0aca47cf8406e7f006d | a37e10041a008b52d8ed868457aaa52e18c29d8c | refs/heads/master | 2020-04-06T03:33:59.774000 | 2016-11-03T16:13:53 | 2016-11-03T16:13:53 | 17,572,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.panzyma.nm.viewdialog;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import com.panzyma.nm.NMApp;
import com.panzyma.nm.auxiliar.AppDialog;
import com... | ISO-8859-1 | Java | 23,075 | java | EditDevolucionProducto.java | Java | [] | null | [] | package com.panzyma.nm.viewdialog;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import com.panzyma.nm.NMApp;
import com.panzyma.nm.auxiliar.AppDialog;
import com... | 23,075 | 0.676825 | 0.673487 | 755 | 28.553642 | 25.227825 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.822516 | false | false | 14 |
84969cf2b001436c51e988dcbbb5b39cf8513750 | 10,617,159,191,427 | a5e9c1f300de328a5d29b9b2b45bc5f4a2280293 | /AVLTree.java | 836b14a176ac4679e1062cbc0d0313891bd88e50 | [] | no_license | leosimanonok/AlgorithmsLab1 | https://github.com/leosimanonok/AlgorithmsLab1 | 9e68a7aca5668bbe8b7dad7e3647e04844101c46 | cef3d9442918c441bb794dddff263707d7e7b80d | refs/heads/master | 2020-09-06T03:20:07.769000 | 2019-11-07T18:40:33 | 2019-11-07T18:40:33 | 220,303,682 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package avlTree;
import java.util.ArrayList;
import java.util.List;
/**
* Written by Leo Simanonok and Eli Mendels
* Class AVLTree is a basic implementaion of Adelson-Velskii and
* Landis' Balanced Binary Search Tree.
*/
public class AVLTree<E extends Comparable<? super E>> {
protected Node root;
protected i... | UTF-8 | Java | 11,354 | java | AVLTree.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Written by Leo Simanonok and Eli Mendels\n * Class AVLTree is a basic imple",
"end": 101,
"score": 0.9998340606689453,
"start": 88,
"tag": "NAME",
"value": "Leo Simanonok"
},
{
"context": "va.util.List;\n\n/**\n * Written by L... | null | [] | package avlTree;
import java.util.ArrayList;
import java.util.List;
/**
* Written by <NAME> and <NAME>
* Class AVLTree is a basic implementaion of Adelson-Velskii and
* Landis' Balanced Binary Search Tree.
*/
public class AVLTree<E extends Comparable<? super E>> {
protected Node root;
protected int size;
//... | 11,342 | 0.678087 | 0.675357 | 405 | 27.032099 | 23.357267 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.046914 | false | false | 14 |
67d6c34a43c945afaff918a24dc3528bd2050a4f | 6,296,422,090,947 | f08256664e46e5ac1466f5c67dadce9e19b4e173 | /sources/com/airbnb/lottie/C1183e.java | d6b0dcde3e9c023f3c07403e9e28814ad32eee11 | [] | no_license | IOIIIO/DisneyPlusSource | https://github.com/IOIIIO/DisneyPlusSource | 5f981420df36bfbc3313756ffc7872d84246488d | 658947960bd71c0582324f045a400ae6c3147cc3 | refs/heads/master | 2020-09-30T22:33:43.011000 | 2019-12-11T22:27:58 | 2019-12-11T22:27:58 | 227,382,471 | 6 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.airbnb.lottie;
import android.content.Context;
import android.content.res.Resources.NotFoundException;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.JsonReader;
import com.airbnb.lottie.p016t.C1273g;
import com.airbnb.lottie.p020u.C1332c;
import com.airbnb.lotti... | UTF-8 | Java | 11,170 | java | C1183e.java | Java | [] | null | [] | package com.airbnb.lottie;
import android.content.Context;
import android.content.res.Resources.NotFoundException;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.util.JsonReader;
import com.airbnb.lottie.p016t.C1273g;
import com.airbnb.lottie.p020u.C1332c;
import com.airbnb.lotti... | 11,170 | 0.565354 | 0.476455 | 342 | 31.660818 | 25.463346 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48538 | false | false | 14 |
6e57ad9361046eb0e4a36b293bb19272c688305f | 17,738,214,958,161 | acbb23193ac461c048ab26d3f4efde2a5bd66b87 | /BEES Project/src/bees/Model.java | d35a83fdc7a48270a9b428f3bbbf23376496b202 | [] | no_license | tppraveen/BANDWIDTH-ENERGY-EFFICIENT-IMAGE-SHARING-USING-CBRD-APPROACH | https://github.com/tppraveen/BANDWIDTH-ENERGY-EFFICIENT-IMAGE-SHARING-USING-CBRD-APPROACH | 729aa3d6fc09e0fbd74d45646d6b471f412fd62a | 1f4a118e2dc2d8d20be2b971da02d3939d75ed1c | refs/heads/main | 2023-04-21T21:49:30.784000 | 2021-04-30T15:17:56 | 2021-04-30T15:17:56 | 363,156,926 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package bees;
import java.util.Random;
import java.util.Collection;
import java.awt.geom.AffineTransform;
/**
*
* @autho... | UTF-8 | Java | 3,789 | java | Model.java | Java | [
{
"context": "ava.awt.geom.AffineTransform;\r\n/**\r\n *\r\n * @author admin\r\n */\r\nabstract public class Model \r\n{\r\n static",
"end": 327,
"score": 0.9976910352706909,
"start": 322,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package bees;
import java.util.Random;
import java.util.Collection;
import java.awt.geom.AffineTransform;
/**
*
* @autho... | 3,789 | 0.648456 | 0.641066 | 151 | 23.092714 | 24.078611 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.364238 | false | false | 14 |
83f2e327ad7f1562492ddf39338a80f5687b9558 | 13,657,996,027,474 | 07f54471b5f369823474fceb64acec6ccacf152a | /src/main/java/org/zerhusen/ams/repository/AmsProceduresRepository.java | 832d5cf98448bb3b6382cd2e6b5076cfea1ea3de | [
"MIT"
] | permissive | Hidayath-BS/appointment_user_api | https://github.com/Hidayath-BS/appointment_user_api | 3ede083faed21deca8e7cec9d547541a78445599 | 5d432dc37eb9ba6efdbc57f2f27a655cd19ee41f | refs/heads/master | 2023-04-27T19:21:37.580000 | 2019-08-21T12:24:12 | 2019-08-21T12:24:12 | 236,284,094 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zerhusen.ams.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.zerhusen.ams.model.Ams_Procedures;
public interface AmsProceduresRepository extends JpaRepository<Ams_Procedures, Integer> {
Ams_Procedures findById(int id);
}
| UTF-8 | Java | 277 | java | AmsProceduresRepository.java | Java | [] | null | [] | package org.zerhusen.ams.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.zerhusen.ams.model.Ams_Procedures;
public interface AmsProceduresRepository extends JpaRepository<Ams_Procedures, Integer> {
Ams_Procedures findById(int id);
}
| 277 | 0.819495 | 0.819495 | 11 | 24.181818 | 29.57523 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 14 |
e2a67b1682a5a94a70e202c8caf88223d9477b8f | 5,523,327,979,938 | bb9db02d5202f7f00895158e9b307fbc0e808f49 | /src/roy/coder/utils/algo/ds/query/sparse_table/LCMSparseTable.java | c1e8ad49294a6f1825d11c6436fa9ea8f4e30297 | [] | no_license | shikhorroy/codeforces-contest | https://github.com/shikhorroy/codeforces-contest | 37ba89ea27bafd1ac790e162b8c67e6c20db47b4 | d84c3428c2d2eaef0f41abf18ddeb3681d51d4f8 | refs/heads/master | 2022-06-17T16:08:05.105000 | 2022-06-06T14:05:48 | 2022-06-06T14:05:48 | 234,740,940 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package roy.coder.utils.algo.ds.query.sparse_table;
import roy.coder.utils.algo.math.LCM;
import java.util.List;
public class LCMSparseTable<T extends Number> extends SparseTable<T> {
public LCMSparseTable(List<T> itemList) {
super(itemList);
}
@Override
public T compute(T elem1, T elem2) {... | UTF-8 | Java | 366 | java | LCMSparseTable.java | Java | [] | null | [] | package roy.coder.utils.algo.ds.query.sparse_table;
import roy.coder.utils.algo.math.LCM;
import java.util.List;
public class LCMSparseTable<T extends Number> extends SparseTable<T> {
public LCMSparseTable(List<T> itemList) {
super(itemList);
}
@Override
public T compute(T elem1, T elem2) {... | 366 | 0.680328 | 0.669399 | 17 | 20.529411 | 21.565544 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 14 |
555a5770501e3b0e19b3ca76a0abbc4eedaff49f | 2,508,260,908,609 | 67966723440330034005a10ab7e530487e93c187 | /src/main/java/com/bank/model/accounts/SavingAccount.java | 958493b6c22e575f7a6544eee7fa623c5c824c92 | [] | no_license | francoNeira/BankingApplication | https://github.com/francoNeira/BankingApplication | 83d3fd458a4a9a33af931d88d98dd7a04beae8ed | a73732070cf55f676af97bd5514c0b28fe6023f9 | refs/heads/master | 2023-01-06T00:11:14.165000 | 2020-11-03T16:31:02 | 2020-11-03T16:31:02 | 300,702,156 | 0 | 2 | null | false | 2020-11-05T01:04:05 | 2020-10-02T18:24:31 | 2020-11-03T16:31:06 | 2020-11-03T16:31:04 | 18 | 0 | 2 | 1 | Java | false | false | package com.bank.model.accounts;
import com.bank.model.cash.Cash;
public class SavingAccount extends Account {
public SavingAccount(Integer id, String name, Cash extractionCommission, String country) {
super(id, name, extractionCommission, country);
}
}
| UTF-8 | Java | 261 | java | SavingAccount.java | Java | [] | null | [] | package com.bank.model.accounts;
import com.bank.model.cash.Cash;
public class SavingAccount extends Account {
public SavingAccount(Integer id, String name, Cash extractionCommission, String country) {
super(id, name, extractionCommission, country);
}
}
| 261 | 0.781609 | 0.781609 | 10 | 25.1 | 28.932508 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3 | false | false | 14 |
02e2d0b6fb7a037e69ddef6255fba30a32a48f36 | 824,633,753,852 | e440eabfb3ca8eba7dbc4c8478ae4c6a7a2d8822 | /asce/src/main/java/com/novelot/report/zygj/ArrayUtils.java | 6883633abf4c7815b38fbd852bbb3c50cae4cd41 | [] | no_license | Novelot/Demos | https://github.com/Novelot/Demos | b3bbaabace8b88bb1834a06a0f08b9e1f8d80135 | 4d1552f8d193a309d102d7e6340c44d200925b64 | refs/heads/master | 2020-02-26T20:00:04.465000 | 2019-12-04T08:41:04 | 2019-12-04T08:41:04 | 59,301,740 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.novelot.report.zygj;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
public class ArrayUtils {
public static void sort(List<ZYGJItem> list) {
Collections.sort(list, new Comparator<ZYGJItem>() {
@Override
public int compare(ZYGJItem lhs, ZYGJItem rhs) {
ret... | UTF-8 | Java | 369 | java | ArrayUtils.java | Java | [] | null | [] | package com.novelot.report.zygj;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
public class ArrayUtils {
public static void sort(List<ZYGJItem> list) {
Collections.sort(list, new Comparator<ZYGJItem>() {
@Override
public int compare(ZYGJItem lhs, ZYGJItem rhs) {
ret... | 369 | 0.718157 | 0.718157 | 19 | 18.421053 | 18.695105 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.421053 | false | false | 14 |
d4fa09e5b0628b3f9a1043a76cc34b6e88f368c0 | 29,583,734,789,842 | b45e4af61a3ca3869d75cc1cfdc3302d7aca0ac5 | /MyAndroidLearn/app/src/main/java/com/gd/learn/myandroidlearn/BaseMvp.java | 9410fa8ad6226a7f08698bb2a1f084039c9a4851 | [] | no_license | 2111959/myAndroidLearn | https://github.com/2111959/myAndroidLearn | f179cd7008d609e7ea2a6b579b53279abd11299b | cd438f021f4503d3252b53b5be5ff72dcf883667 | refs/heads/master | 2020-08-07T21:29:10.294000 | 2019-10-15T07:53:29 | 2019-10-15T07:53:29 | 213,591,812 | 0 | 0 | null | false | 2019-10-09T07:55:41 | 2019-10-08T08:42:59 | 2019-10-09T07:54:59 | 2019-10-09T07:54:57 | 207 | 0 | 0 | 1 | FreeMarker | false | false | package com.gd.learn.myandroidlearn;
import com.gd.learn.myandroidlearn.model.BaseModel;
import com.gd.learn.myandroidlearn.presenter.BasePresenter;
import com.gd.learn.myandroidlearn.view.BaseView;
public interface BaseMvp<M extends BaseModel, V extends BaseView, P extends BasePresenter> {
M createModel();
... | UTF-8 | Java | 364 | java | BaseMvp.java | Java | [] | null | [] | package com.gd.learn.myandroidlearn;
import com.gd.learn.myandroidlearn.model.BaseModel;
import com.gd.learn.myandroidlearn.presenter.BasePresenter;
import com.gd.learn.myandroidlearn.view.BaseView;
public interface BaseMvp<M extends BaseModel, V extends BaseView, P extends BasePresenter> {
M createModel();
... | 364 | 0.78022 | 0.78022 | 13 | 27 | 27.878859 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 14 |
ceaeb84c09dda62dd61e19aa7ab27bd3091336e1 | 28,467,043,306,065 | 0fcab0c000b77f5e7a2df8a336b6c2c266f52f30 | /src/main/java/dev/shroysha/widgets/mp3rename/model/MP3File.java | 201c9c2083a60d3c231a1bcb81359fa034452149 | [] | no_license | shroysha/mp3rename | https://github.com/shroysha/mp3rename | 4878d19225e274ba5c35bb5e436da07581f5a4a3 | 62ce0c950288626405e7652e95f5dc85bcf342de | refs/heads/master | 2021-03-20T05:57:27.359000 | 2020-09-19T22:31:15 | 2020-09-19T22:31:15 | 247,183,076 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.shroysha.widgets.mp3rename.model;
import java.io.FileNotFoundException;
public class MP3File implements SongInterface {
private final SongFile songFile;
private ID3Tag tag;
public MP3File(SongFile file) throws FileNotFoundException {
songFile = file;
init();
}
privat... | UTF-8 | Java | 1,283 | java | MP3File.java | Java | [] | null | [] | package dev.shroysha.widgets.mp3rename.model;
import java.io.FileNotFoundException;
public class MP3File implements SongInterface {
private final SongFile songFile;
private ID3Tag tag;
public MP3File(SongFile file) throws FileNotFoundException {
songFile = file;
init();
}
privat... | 1,283 | 0.6212 | 0.609509 | 55 | 22.327272 | 24.603071 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.345455 | false | false | 14 |
6814428113762b49cd603d05300ac1a89c738e82 | 24,507,083,421,521 | 8c9e56076ec59a8d1fbca733410b974ea2c41bb9 | /nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/parameter/StandardParameterContext.java | da3350f099e927a6090ee3c1b93bc200208992d1 | [
"CC0-1.0",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-unknown"
] | permissive | apache/nifi | https://github.com/apache/nifi | 70329dca21ce61a643d5fac263ab101ae9313f5a | 2b330d9feea82764721e6190f7320d49c73986b0 | refs/heads/main | 2023-09-04T00:50:15.639000 | 2023-08-31T16:41:08 | 2023-08-31T16:41:08 | 27,911,088 | 4,182 | 3,345 | Apache-2.0 | false | 2023-09-14T20:56:07 | 2014-12-12T08:00:05 | 2023-09-14T10:07:16 | 2023-09-14T20:56:07 | 236,539 | 3,988 | 2,530 | 30 | 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 | 48,070 | java | StandardParameterContext.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 ... | 48,070 | 0.679093 | 0.678781 | 976 | 48.253075 | 45.586239 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.599385 | false | false | 14 |
d82eb2daea5dc94baee5eb99ea0fd1350ff7d435 | 24,610,162,637,919 | 15087393832d86060ce7946a18e6ebc42f69f1d8 | /src/main/java/jp/tdn/japanese_food_mod/world/GrassGeneration.java | 40667c4071fb0fac3cf3d78eb5c90342b8649188 | [
"MIT"
] | permissive | MinkieYume/JapanesefoodMod | https://github.com/MinkieYume/JapanesefoodMod | e0930b3c6f3dfdd7437f0ba19f0ae535802141bc | 0265af9d9953f508b24a47ea18965e013daffb70 | refs/heads/master | 2023-05-10T20:06:28.217000 | 2020-05-16T14:32:07 | 2020-05-16T14:32:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.tdn.japanese_food_mod.world;
import jp.tdn.japanese_food_mod.config.GrassgenConfig;
import jp.tdn.japanese_food_mod.init.JPBlocks;
import net.minecraft.block.BlockState;
import net.minecraft.world.biome.Biome;
import net.minecraft.world.biome.Biomes;
import net.minecraft.world.gen.GenerationStage;
import ne... | UTF-8 | Java | 1,362 | java | GrassGeneration.java | Java | [] | null | [] | package jp.tdn.japanese_food_mod.world;
import jp.tdn.japanese_food_mod.config.GrassgenConfig;
import jp.tdn.japanese_food_mod.init.JPBlocks;
import net.minecraft.block.BlockState;
import net.minecraft.world.biome.Biome;
import net.minecraft.world.biome.Biomes;
import net.minecraft.world.gen.GenerationStage;
import ne... | 1,362 | 0.720264 | 0.71953 | 36 | 36.833332 | 35.614059 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 14 |
fbbdf9b7cbf258efc16b49ae7e942c9061bcb253 | 19,731,079,825,259 | 8c53f2fae5f919740eb01fcf5519c1246a339670 | /src/main/java/core/DayMothYear.java | 46bd2577c11dfb40ef041019b8eb44c7c955a0aa | [] | no_license | amir-shiati/observerdemonstration-java | https://github.com/amir-shiati/observerdemonstration-java | a96acd4b07437afbbab2df1286320d9e92ce5561 | 5d53d3d331ba3c9cb98019b76e2d6490f96f431e | refs/heads/main | 2023-08-25T05:43:44.798000 | 2021-10-30T15:05:51 | 2021-10-30T15:05:51 | 415,926,960 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package core;
import java.util.Calendar;
// DD/MM/YYYY
public class DayMothYear implements DateObserver {
@Override
public void update(Calendar date) {
System.out.println("DD/MM/YYYY : " + date.get(Calendar.DAY_OF_MONTH) + "/" + date.get(Calendar.MONTH) + "/" + date.get(Calendar.YEAR));
}
}
| UTF-8 | Java | 314 | java | DayMothYear.java | Java | [] | null | [] | package core;
import java.util.Calendar;
// DD/MM/YYYY
public class DayMothYear implements DateObserver {
@Override
public void update(Calendar date) {
System.out.println("DD/MM/YYYY : " + date.get(Calendar.DAY_OF_MONTH) + "/" + date.get(Calendar.MONTH) + "/" + date.get(Calendar.YEAR));
}
}
| 314 | 0.665605 | 0.665605 | 11 | 27.545454 | 39.695118 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 14 |
c225c1f164cae6aec3de1826511bae28476f48b5 | 4,054,449,145,774 | d12857dfc760302d14f2e83121627b135cc0b52a | /curso-java/URIOnlineJudge/e1002.java | 6a68923c1573f6b80befee8b9ebc27afadfff2ee | [] | no_license | BrunoPanasio/Java_GamaAcademy | https://github.com/BrunoPanasio/Java_GamaAcademy | cd6c700a89b6e667efed84f1de8b1cfd6c15044b | 50382ec56e9cd9b92982dcbfd261fa80206f03b6 | refs/heads/master | 2022-11-10T21:41:24.414000 | 2020-06-19T19:32:34 | 2020-06-19T19:32:34 | 273,515,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class e1002{
public static void main(String args[]){
double n,A,R;
n = 3.14159;
Scanner input = new Scanner(System.in);
R=input.nextDouble();
A=n*R*R;
System.out.printf("A=%.4f\n",A);
}
} | UTF-8 | Java | 248 | java | e1002.java | Java | [] | null | [] | import java.util.Scanner;
public class e1002{
public static void main(String args[]){
double n,A,R;
n = 3.14159;
Scanner input = new Scanner(System.in);
R=input.nextDouble();
A=n*R*R;
System.out.printf("A=%.4f\n",A);
}
} | 248 | 0.616935 | 0.572581 | 11 | 21.636364 | 13.96927 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 14 |
c92917ce1f2da583c0a72c154aa9f7ad945c2db4 | 28,406,913,700,116 | 9c4483b66fe3651dc3817fa26cb00b2dba9494bf | /src/Direction.java | 53f399537fc936a0a1634d33563007acc7c17452 | [] | no_license | ZackWaterson/Wumpus-World | https://github.com/ZackWaterson/Wumpus-World | 30c5f2d7a58884c6590f0827cf9afa8b72f881c9 | 4620bdd4736cfd9470aae3e4d17dedf9666d89f6 | refs/heads/master | 2021-01-11T21:52:25.556000 | 2017-01-13T17:27:34 | 2017-01-13T17:27:34 | 78,869,170 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Direction.java
// Zack Waterson
//a simple enumerated type for tracking the direction the agent is facing
public enum Direction
{
NORTH, EAST, SOUTH, WEST
}
| UTF-8 | Java | 173 | java | Direction.java | Java | [
{
"context": "// Direction.java\r\n// Zack Waterson\r\n//a simple enumerated type for tracking the dire",
"end": 35,
"score": 0.9998010396957397,
"start": 22,
"tag": "NAME",
"value": "Zack Waterson"
}
] | null | [] | // Direction.java
// <NAME>
//a simple enumerated type for tracking the direction the agent is facing
public enum Direction
{
NORTH, EAST, SOUTH, WEST
}
| 166 | 0.705202 | 0.705202 | 8 | 19.625 | 22.416162 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 14 |
0f451c5aa8f0bf515267a7bdaedb6b69e249db09 | 12,189,117,249,251 | 4a3cd30ffb2608d6233cefb747fa63df43f12822 | /src/main/java/com/yytxdy/fim/server/service/protocolHandler/ProtocolHandler.java | 574ef195fd5577ea97058456b8338927d443c287 | [] | no_license | shouxu-jin/fim-server | https://github.com/shouxu-jin/fim-server | f004af32777402d39fd966178eb3fc4937f06050 | f5e735d425bfc6a7f2c12075183f8d01d3953f47 | refs/heads/master | 2023-03-02T22:10:59.845000 | 2021-02-07T07:53:56 | 2021-02-07T07:53:56 | 335,930,254 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yytxdy.fim.server.service.protocolHandler;
import com.yytxdy.fim.protocol.Fim;
import io.netty.channel.ChannelHandlerContext;
public interface ProtocolHandler {
boolean support(Fim.Protocol.DataType dataType);
void handler(Fim.Protocol protocol, ChannelHandlerContext ctx);
}
| UTF-8 | Java | 299 | java | ProtocolHandler.java | Java | [] | null | [] | package com.yytxdy.fim.server.service.protocolHandler;
import com.yytxdy.fim.protocol.Fim;
import io.netty.channel.ChannelHandlerContext;
public interface ProtocolHandler {
boolean support(Fim.Protocol.DataType dataType);
void handler(Fim.Protocol protocol, ChannelHandlerContext ctx);
}
| 299 | 0.809365 | 0.809365 | 10 | 28.9 | 25.009798 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
c179b5e0c9add1ad90f234bd7c319291fc7ad481 | 9,079,560,882,453 | cec628def1aad94ccbefa814d2a0dbd51588e9bd | /form/src/org/netbeans/modules/form/CodeGenerator.java | d7505c1f68c62adfc1833d0e272f835f595d8fff | [] | no_license | emilianbold/netbeans-releases | https://github.com/emilianbold/netbeans-releases | ad6e6e52a896212cb628d4522a4f8ae685d84d90 | 2fd6dc84c187e3c79a959b3ddb4da1a9703659c7 | refs/heads/master | 2021-01-12T04:58:24.877000 | 2017-10-17T14:38:27 | 2017-10-17T14:38:27 | 78,269,363 | 30 | 15 | null | false | 2020-10-13T08:36:08 | 2017-01-07T09:07:28 | 2020-10-03T06:33:28 | 2020-10-13T08:36:06 | 965,667 | 16 | 11 | 5 | null | false | false | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are su... | UTF-8 | Java | 6,104 | java | CodeGenerator.java | Java | [
{
"context": "\nimport org.openide.nodes.Node;\n\n/**\n *\n * @author Ian Formanek\n */\npublic abstract class CodeGenerator {\n\n /*",
"end": 2359,
"score": 0.9998154640197754,
"start": 2347,
"tag": "NAME",
"value": "Ian Formanek"
}
] | null | [] | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
*
* The contents of this file are su... | 6,098 | 0.670216 | 0.665793 | 147 | 40.523811 | 30.290506 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258503 | false | false | 14 |
28baf4f2dec406182469f084c71eeeb6287207c1 | 9,964,324,184,350 | 54142f104fb2a738016f928a1ff5d2773eabded8 | /src/SdelatColodu.java | 60798381dff9cbf44c9eba10bd71ab2b658e462c | [] | no_license | Vladosyi/zadanija | https://github.com/Vladosyi/zadanija | aea17be12249a522591f8a29b940039934990626 | fe5837150bdc566b5d2e4278e75cf302486997ca | refs/heads/main | 2023-05-12T06:19:57.730000 | 2021-06-06T19:52:42 | 2021-06-06T19:52:42 | 374,449,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Random;
public class SdelatColodu {
private int kolvoPlayers;
public int getNumberPlayers() {
return kolvoPlayers;
}
public void setNumberPlayers(int kolvoPlayers) {
if (kolvoPlayers < 10 && kolvoPlayers > 1) {
this.kolvoPlayers = kolvoPlayers;
}
... | UTF-8 | Java | 1,602 | java | SdelatColodu.java | Java | [] | null | [] | import java.util.Random;
public class SdelatColodu {
private int kolvoPlayers;
public int getNumberPlayers() {
return kolvoPlayers;
}
public void setNumberPlayers(int kolvoPlayers) {
if (kolvoPlayers < 10 && kolvoPlayers > 1) {
this.kolvoPlayers = kolvoPlayers;
}
... | 1,602 | 0.520257 | 0.510611 | 54 | 27.814816 | 26.039198 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574074 | false | false | 14 |
390c940c383d27f7f777cf28002627e4f073e6f9 | 15,187,004,359,629 | 50191329bfbf64e4fb69ac464043d711f23ee66d | /regression/src/test/java/tests/student/practicetest/designatedsupports/ColorContrastTest.java | 63a6104b6490067e7227903eeb1ea341140f79a6 | [] | no_license | SmarterApp/TestDeliverySystemRegressionTest | https://github.com/SmarterApp/TestDeliverySystemRegressionTest | 9adc27dc270d6129efc590f5da30855e32a49a55 | 1a4a191f696ae2634cbc8155b8024c0af4e4d270 | refs/heads/master | 2021-05-22T04:16:59.454000 | 2016-09-29T17:32:07 | 2016-09-29T17:32:07 | 58,758,309 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tests.student.practicetest.designatedsupports;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import tests.StudentPracticeTestBaseTest;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
/**
* Tests v... | UTF-8 | Java | 4,946 | java | ColorContrastTest.java | Java | [
{
"context": "ts various color contrast options\n *\n * Created by emunoz on 10/28/15.\n */\npublic class ColorContrastTest e",
"end": 373,
"score": 0.9996575713157654,
"start": 367,
"tag": "USERNAME",
"value": "emunoz"
}
] | null | [] | package tests.student.practicetest.designatedsupports;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import tests.StudentPracticeTestBaseTest;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
/**
* Tests v... | 4,946 | 0.676911 | 0.663162 | 104 | 46.557693 | 35.387096 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.798077 | false | false | 14 |
382d01603107b6841018284f174e285a80f3d2ab | 5,772,436,114,995 | a0949b102aa7bed118a03294915376eaeafb7071 | /src/main/java/model/Location.java | fadb4d94db4d159c06ccc2c4b848966c1c9b74fd | [] | no_license | vitoralm/zssn_jpa | https://github.com/vitoralm/zssn_jpa | 6b0fd87d23c2cb04dcce6f551cd8df70d3d670bd | 1ffdf434a6494ae9bff9627afa126e374322037d | refs/heads/master | 2022-12-26T19:10:40.872000 | 2020-10-10T04:07:15 | 2020-10-10T04:07:15 | 300,631,512 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.sql.Timestamp;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persis... | UTF-8 | Java | 1,607 | java | Location.java | Java | [] | null | [] | package model;
import java.sql.Timestamp;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persis... | 1,607 | 0.7542 | 0.7542 | 72 | 21.319445 | 20.195452 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 14 |
c87174d08ffce48112203402f6f1eab3dd273180 | 21,148,418,973,049 | a2111200231691abebb6bb1b6c757e15317ea0a7 | /test2/src/main/java/com/exmper/administrator/test2/Test2Activity.java | b1c52d5ab99025ae14ec041385ee0c790ab150a4 | [] | no_license | jeokwok/Decompress2 | https://github.com/jeokwok/Decompress2 | b9869b19f2a88d9c5066a4a47b7d0745945a0f57 | edf6313ee687bc456ae6b0ce035bcc1074c33e24 | refs/heads/master | 2020-04-23T22:36:24.816000 | 2019-07-04T05:33:31 | 2019-07-04T05:33:31 | 171,507,316 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exmper.administrator.test2;
/* 下载进度条
带数据显示 和
下载完提示*/
import android.os.Handler;
import android.os.Message;
import android.os.SystemClock;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Progr... | UTF-8 | Java | 2,401 | java | Test2Activity.java | Java | [] | null | [] | package com.exmper.administrator.test2;
/* 下载进度条
带数据显示 和
下载完提示*/
import android.os.Handler;
import android.os.Message;
import android.os.SystemClock;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Progr... | 2,401 | 0.580414 | 0.569861 | 80 | 28.612499 | 19.910107 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 14 |
30eb788f7365041e169ccd10408ea3f2cabc40f1 | 14,894,946,626,928 | 7dc9bbf4ce56b265319a23eb7d10fc3191ca879d | /JavaSource/com/amandris/clients/service/facade/RecommendationFacade.java | d0587e32dc2647a4c5da744236e1354afb36add1 | [] | no_license | blueoceandevops/amandris | https://github.com/blueoceandevops/amandris | 8fe2b405d720d961b2c9217c82087beedf3fbfb2 | 8347b062f908d794e3ea35f571d4b59a8bf6fd10 | refs/heads/master | 2021-10-09T03:55:40.145000 | 2018-12-20T19:23:50 | 2018-12-20T19:23:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amandris.clients.service.facade;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.Locale;
import com.amandris.clients.service.dao.BuyerDAO;
import com.amandris.clients.service.dao.RecommendationDAO;
import com.amandris.clients.service.dao.SellerDAO;
import com.amandris.clients.s... | UTF-8 | Java | 2,613 | java | RecommendationFacade.java | Java | [] | null | [] | package com.amandris.clients.service.facade;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.Locale;
import com.amandris.clients.service.dao.BuyerDAO;
import com.amandris.clients.service.dao.RecommendationDAO;
import com.amandris.clients.service.dao.SellerDAO;
import com.amandris.clients.s... | 2,613 | 0.777268 | 0.776502 | 73 | 34.794521 | 33.143921 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.109589 | false | false | 14 |
5b5523d87926043ceecbb5ff9e8105d7beace623 | 14,894,946,627,739 | 6d9b82d0d63b1c218c9e8517e8001cdb32387d43 | /src/main/java/com/jorgejy/springboot/coupons/api/rest/daos/CouponDao.java | f5d60c079e375fabe15c48e1ad74e4db60a1aad9 | [] | no_license | JorgeJy2/coupon-api-rest | https://github.com/JorgeJy2/coupon-api-rest | 2cd10ea5ae358308b28ce7c1ad9924b09bbfb7cd | 1f9a8fa019f54bf0ff289081a78b456599b966b2 | refs/heads/main | 2023-01-31T08:20:38.954000 | 2020-12-14T00:18:30 | 2020-12-14T00:18:30 | 303,259,227 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jorgejy.springboot.coupons.api.rest.daos;
import org.springframework.data.repository.CrudRepository;
import com.jorgejy.springboot.coupons.api.rest.models.Coupon;
public interface CouponDao extends CrudRepository<Coupon, Long>{
}
| UTF-8 | Java | 246 | java | CouponDao.java | Java | [
{
"context": "rk.data.repository.CrudRepository;\n\nimport com.jorgejy.springboot.coupons.api.rest.models.Coupon;\n\npubli",
"end": 133,
"score": 0.5565745830535889,
"start": 129,
"tag": "USERNAME",
"value": "gejy"
}
] | null | [] | package com.jorgejy.springboot.coupons.api.rest.daos;
import org.springframework.data.repository.CrudRepository;
import com.jorgejy.springboot.coupons.api.rest.models.Coupon;
public interface CouponDao extends CrudRepository<Coupon, Long>{
}
| 246 | 0.829268 | 0.829268 | 9 | 26.333334 | 29.344694 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
9bd491c4a72cc6d385c46de9ff3b842084c95ee4 | 29,996,051,665,828 | f6507b6776e5f5a2c6938ea2f34cb7bfb7aa9fdc | /app/src/main/java/mx/udg/cusur/mi_cusur/Adaptador_Lista_Inicio_Orden_Pago.java | a7be813b27cca280f3d7f222fe0476c95291f82f | [] | no_license | jorgelgutierrez/MI_CUSUR | https://github.com/jorgelgutierrez/MI_CUSUR | ea3909fc59d352bb73bd7bf0b39dcf9df573e556 | b2b0a614441c0f62aca6858c8974ad61f6da321a | refs/heads/master | 2020-06-22T01:02:37.086000 | 2016-11-28T16:16:36 | 2016-11-28T16:16:36 | 74,764,775 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mx.udg.cusur.mi_cusur;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import java.util.ArrayList;
/**
* Created by Macbook on 06/09/1... | UTF-8 | Java | 2,949 | java | Adaptador_Lista_Inicio_Orden_Pago.java | Java | [
{
"context": "w;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Macbook on 06/09/16.\n */\npublic class Adaptador_Lista_Ini",
"end": 309,
"score": 0.60956209897995,
"start": 302,
"tag": "NAME",
"value": "Macbook"
}
] | null | [] | package mx.udg.cusur.mi_cusur;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import java.util.ArrayList;
/**
* Created by Macbook on 06/09/1... | 2,949 | 0.679213 | 0.677179 | 82 | 34.963413 | 32.633011 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.792683 | false | false | 14 |
fc47593846d0f5b0a77ea31dfbbfcd9cfec364f9 | 30,004,641,530,557 | b4a00594dd8bccb895af297a6b29095653d94fa6 | /Codingame/01-Facile/Temperature.java | 0c3280ebd91958ea4fc7d45ada1a8e990e7603c4 | [
"MIT"
] | permissive | DarekaSama/GameAndPrograming | https://github.com/DarekaSama/GameAndPrograming | a62aad28c9c09596519399146f2eb1306e0f1e06 | baa14bde209789a038c7e7019fe134dbc2719bdb | refs/heads/main | 2023-08-22T17:26:24.753000 | 2021-10-14T08:02:48 | 2021-10-14T08:02:48 | 343,476,485 | 3 | 0 | MIT | false | 2021-05-28T17:57:37 | 2021-03-01T16:08:57 | 2021-05-10T21:17:56 | 2021-05-28T17:57:37 | 6,616 | 1 | 0 | 0 | TypeScript | false | false | import java.util.*;
import java.io.*;
import java.math.*;
class Solution {
public static void main(String args[]) {
Scanner in = new Scanner(System.in); // Permet de parcourir le flux de donnée
int n = in.nextInt(); // Le nombre de valeur à analyser (température)
if(n == 0){ // S'il n'y a p... | UTF-8 | Java | 1,604 | java | Temperature.java | Java | [] | null | [] | import java.util.*;
import java.io.*;
import java.math.*;
class Solution {
public static void main(String args[]) {
Scanner in = new Scanner(System.in); // Permet de parcourir le flux de donnée
int n = in.nextInt(); // Le nombre de valeur à analyser (température)
if(n == 0){ // S'il n'y a p... | 1,604 | 0.639064 | 0.625158 | 24 | 64.916664 | 62.541264 | 262 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 14 |
12796a7822c88ad4195071443e0ac5690986c8b1 | 15,951,508,589,021 | 6500848c3661afda83a024f9792bc6e2e8e8a14e | /output/com.android.setupwizardlib.view.g.java | 8330016fc075e6f86d41f3a3e3a573bfb4a11627 | [] | no_license | enaawy/gproject | https://github.com/enaawy/gproject | fd71d3adb3784d12c52daf4eecd4b2cb5c81a032 | 91cb88559c60ac741d4418658d0416f26722e789 | refs/heads/master | 2021-09-03T03:49:37.813000 | 2018-01-05T09:35:06 | 2018-01-05T09:35:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.setupwizardlib.view;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff$Mode;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.LayerDrawable;
public final class com.android.setupwizardlib.view.g extends LayerDrawable
{
public ColorStateLis... | UTF-8 | Java | 1,208 | java | com.android.setupwizardlib.view.g.java | Java | [] | null | [] | package com.android.setupwizardlib.view;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff$Mode;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.LayerDrawable;
public final class com.android.setupwizardlib.view.g extends LayerDrawable
{
public ColorStateLis... | 1,208 | 0.593543 | 0.568709 | 49 | 23.653061 | 23.18387 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.510204 | false | false | 14 |
ee59130d93899cbe9697c5fce7dd83dc6b2fe0cd | 13,391,708,094,843 | 55d688b753620509922b229fa05272cfb3cd35d9 | /src/com/stream/util/samplecode/InputStreamReadAndGzipSample.java | 292d2bc3b055c3022c6fce5e580a3948127ad04c | [] | no_license | MailNSrinivasan/StreamFramework | https://github.com/MailNSrinivasan/StreamFramework | 2f8bbe182374ee5640c9cc11c01261b76f3015ab | 24d1e353e012c9faf3d778735d741b6b8a4aef9c | refs/heads/master | 2020-12-20T17:21:45.545000 | 2020-01-25T11:49:41 | 2020-01-25T11:49:41 | 236,152,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.stream.util.samplecode;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import com.stream.util.DataReader;
import com.stream.util.impl.InputStreamGzipReadWrapper;
public class InputStreamReadAndGzipS... | UTF-8 | Java | 1,429 | java | InputStreamReadAndGzipSample.java | Java | [] | null | [] |
package com.stream.util.samplecode;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import com.stream.util.DataReader;
import com.stream.util.impl.InputStreamGzipReadWrapper;
public class InputStreamReadAndGzipS... | 1,429 | 0.750175 | 0.73198 | 64 | 21.328125 | 26.147451 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.359375 | false | false | 14 |
463883bd93988969bc168db518a7f0707b1b4673 | 35,150,012,367,805 | 80b2b7efb42413267890094b7911ebb04b6d39bc | /src/main/java/com/machine/record/monitor/impl/CommonCubeWebMonitor.java | f9479adc7d02888b0532ee59acefab28eef2e196 | [] | no_license | gaoxiaocheng/data_collect | https://github.com/gaoxiaocheng/data_collect | c8a19269f408280e41521fc7e0dc4fed7164a218 | 3e5bdfa5daa3a3ec0805a4f8932acc341cf462d4 | refs/heads/main | 2023-03-11T18:23:32.756000 | 2021-03-05T08:31:02 | 2021-03-05T08:31:02 | 341,806,117 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.machine.record.monitor.impl;
import com.machine.record.dao.MonitorToUserDao;
import com.machine.record.entity.CubeWebServiceConfig;
import com.machine.record.entity.MonitorConfig;
import com.machine.record.monitor.PushMessageProxy;
import com.machine.record.monitor.inter.Monitor;
import com.machine.record.... | UTF-8 | Java | 3,256 | java | CommonCubeWebMonitor.java | Java | [] | null | [] | package com.machine.record.monitor.impl;
import com.machine.record.dao.MonitorToUserDao;
import com.machine.record.entity.CubeWebServiceConfig;
import com.machine.record.entity.MonitorConfig;
import com.machine.record.monitor.PushMessageProxy;
import com.machine.record.monitor.inter.Monitor;
import com.machine.record.... | 3,256 | 0.664453 | 0.663188 | 82 | 37.560974 | 30.249006 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.670732 | false | false | 14 |
eabd957de49255760a09adeb9115ffcf875ef3db | 35,064,113,033,449 | ebec3778743e468ec8b172aee40045e4081f1cdc | /s6_repository/java/JAVA_EXO/src/Exam2017/Ex05/Reseau.java | 2935a39adee2b1ac201c926358acf4b6095450cf | [] | no_license | ayoubHam2000/fs_licence | https://github.com/ayoubHam2000/fs_licence | 6fdae71e5899d62b12137ef38085cc2e71cc787a | c755f93352b193c0306f1d2d1707bfabb53b1e64 | refs/heads/master | 2023-06-25T13:47:35.522000 | 2021-07-20T13:14:28 | 2021-07-20T13:14:28 | 387,796,086 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Exam2017.Ex05;
public class Reseau extends MaterielInfo{
String nom;
String password;
int nbInterfacesReseaux;
public Reseau(int type, String nom, String password, int nbInterfacesReseaux) {
super(type);
this.nom = nom;
this.password = password;
this.nbInterfac... | UTF-8 | Java | 507 | java | Reseau.java | Java | [
{
"context": ");\n this.nom = nom;\n this.password = password;\n this.nbInterfacesReseaux = nbInterfacesR",
"end": 295,
"score": 0.9994157552719116,
"start": 287,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package Exam2017.Ex05;
public class Reseau extends MaterielInfo{
String nom;
String password;
int nbInterfacesReseaux;
public Reseau(int type, String nom, String password, int nbInterfacesReseaux) {
super(type);
this.nom = nom;
this.password = <PASSWORD>;
this.nbInterf... | 509 | 0.599606 | 0.587771 | 22 | 22.045454 | 19.946468 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 14 |
7ba5ad20e2b8af4d17a529567dcf0ff4b220c53e | 34,729,105,586,803 | 6d33d31902e866a20f9eba69456d0dedcf5dfda4 | /src/com/laxcus/access/parse/ShowFaultParser.java | aef715df572aac4fcec305699a52433db54fffd7 | [] | no_license | lingyiming/laxcus.git | https://github.com/lingyiming/laxcus.git | 566cad422d589d2a37d06a47ca32db380ff1b7bd | 9ad21437969ce0a37b729988c1d5f77022f36b38 | refs/heads/main | 2023-03-21T12:50:10.012000 | 2022-10-24T09:22:01 | 2022-10-24T09:22:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2009 laxcus.com. All rights reserved
*
* @license Laxcus Public License (LPL)
*/
package com.laxcus.access.parse;
import java.util.regex.*;
import com.laxcus.command.limit.*;
import com.laxcus.util.tip.*;
/**
* 显示已经提交的锁定操作
*
* @... | UTF-8 | Java | 1,333 | java | ShowFaultParser.java | Java | [
{
"context": "cus.util.tip.*;\n\n/**\n * 显示已经提交的锁定操作\n * \n * @author scott.liang\n * @version 1.0 3/28/2017\n * @since lax",
"end": 328,
"score": 0.8781673908233643,
"start": 327,
"tag": "NAME",
"value": "s"
},
{
"context": "s.util.tip.*;\n\n/**\n * 显示已经提交的锁定操作\n * \n * @author scot... | null | [] | /**
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 2009 laxcus.com. All rights reserved
*
* @license Laxcus Public License (LPL)
*/
package com.laxcus.access.parse;
import java.util.regex.*;
import com.laxcus.command.limit.*;
import com.laxcus.util.tip.*;
/**
* 显示已经提交的锁定操作
*
* @... | 1,333 | 0.670464 | 0.658259 | 62 | 18.838709 | 18.983179 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.064516 | false | false | 14 |
4659f64c463bd22f0c76ea8cca14264d179c3d4b | 33,414,845,621,321 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/9/1616.java | 75e0d23e5bff13ef3471da4f1c7c76723ab47f27 | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | https://github.com/qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154000 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class student
{
public String num = new String(new char[20]);
public int age;
public student next;
}
package <missing>;
public class GlobalMembers
{
public static int n;
public static int i;
public static student create()
{
student head;
student p1;
student p2;
head = null;
String tempVar = Conso... | UTF-8 | Java | 2,186 | java | 1616.java | Java | [] | null | [] | public class student
{
public String num = new String(new char[20]);
public int age;
public student next;
}
package <missing>;
public class GlobalMembers
{
public static int n;
public static int i;
public static student create()
{
student head;
student p1;
student p2;
head = null;
String tempVar = Conso... | 2,186 | 0.569991 | 0.533394 | 123 | 16.764227 | 16.750237 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.666667 | false | false | 14 |
c06e472b416b2fa6bff07d190b8a15b18d917370 | 10,445,360,514,557 | 4d00d7d25155a58c83dceb2347ddf0353046dd2d | /core/src/main/java/com/bluemobi/decor/service/DrawBoardService.java | 7acfeddbc4a01a71a076a6c7d518a12e25df16bf | [] | no_license | SmallHamster/decor | https://github.com/SmallHamster/decor | ae43c15b7440c7296f768c345189fbb49455472d | caa0e97eda801f78ae225be8b6fbf53b787b911e | refs/heads/master | 2021-01-17T16:40:58.857000 | 2016-07-28T02:53:15 | 2016-07-28T02:53:15 | 57,038,620 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bluemobi.decor.service;
import com.bluemobi.decor.entity.DrawBoard;
import com.bluemobi.decor.entity.User;
import com.bluemobi.decor.service.common.ICommonService;
import org.springframework.data.domain.Page;
import java.util.Map;
/**
* Created by tuyh on 2015/7/13 11:12.
*/
public interface DrawBoardS... | UTF-8 | Java | 767 | java | DrawBoardService.java | Java | [
{
"context": "in.Page;\n\nimport java.util.Map;\n\n/**\n * Created by tuyh on 2015/7/13 11:12.\n */\npublic interface DrawBoar",
"end": 268,
"score": 0.9993193745613098,
"start": 264,
"tag": "USERNAME",
"value": "tuyh"
}
] | null | [] | package com.bluemobi.decor.service;
import com.bluemobi.decor.entity.DrawBoard;
import com.bluemobi.decor.entity.User;
import com.bluemobi.decor.service.common.ICommonService;
import org.springframework.data.domain.Page;
import java.util.Map;
/**
* Created by tuyh on 2015/7/13 11:12.
*/
public interface DrawBoardS... | 767 | 0.776848 | 0.761506 | 24 | 28.916666 | 30.287397 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708333 | false | false | 14 |
d67fe0a581c77383f99532291ac95482f048e346 | 25,572,235,320,793 | 4944575543a6aa4d867aa63a827410c1e215eb5c | /Solutions/prob23.java | 076106a6553da6b7a3740d475aa7ea7210bc3247 | [] | no_license | zekigurbuz/HPCodeWars2020 | https://github.com/zekigurbuz/HPCodeWars2020 | 6f403a77a96748fd886a7656340fde2ccc77b0f4 | d508aff925bb14c7b1029e7ad4d5ffc1c3937f60 | refs/heads/master | 2022-09-05T05:19:52.921000 | 2020-05-27T19:19:54 | 2020-05-27T19:19:54 | 262,646,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.io.*;
public class prob23 {
public static void main(String[] args) throws Exception {
new prob23().run();
}
public void run() throws Exception {
Scanner file = new Scanner(new File("input.txt"));
HashMap<Character,Character> hm = new HashMap<>();
hm.put('o','o');
hm.put('s'... | UTF-8 | Java | 1,122 | java | prob23.java | Java | [] | null | [] | import java.util.*;
import java.io.*;
public class prob23 {
public static void main(String[] args) throws Exception {
new prob23().run();
}
public void run() throws Exception {
Scanner file = new Scanner(new File("input.txt"));
HashMap<Character,Character> hm = new HashMap<>();
hm.put('o','o');
hm.put('s'... | 1,122 | 0.528521 | 0.524064 | 46 | 23.391304 | 18.593452 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.304348 | false | false | 14 |
54303735a242538f16470461a47b1efd3f8b4dec | 31,361,851,239,386 | dddcfb2a454915c604f09eea5c5445e826ea631a | /app/src/main/java/edu/wit/maximon/fragments/CustomFragment.java | 86df5a6dce3ce94c4e23259c271c69d3574ef258 | [] | no_license | maximonhealth/main_application | https://github.com/maximonhealth/main_application | 86cf27ba66045b70e1fba524bd9a6b326b91f0b0 | 783bbbd1b99ec7dd616592dcf9342999e663e2ec | refs/heads/master | 2020-03-29T06:02:47.864000 | 2018-12-05T04:25:33 | 2018-12-05T04:25:33 | 149,606,346 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.wit.maximon.fragments;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.support.v4.app.Fragment;
@SuppressLint("ValidFragment")
public class CustomFragment extends Fragment {
protected Activity parentActivity;
@SuppressLint("ValidFragment")
public CustomFr... | UTF-8 | Java | 608 | java | CustomFragment.java | Java | [] | null | [] | package edu.wit.maximon.fragments;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.support.v4.app.Fragment;
@SuppressLint("ValidFragment")
public class CustomFragment extends Fragment {
protected Activity parentActivity;
@SuppressLint("ValidFragment")
public CustomFr... | 608 | 0.745066 | 0.743421 | 25 | 23.32 | 20.662468 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 14 |
98672644de23c6cd3167d425574cf32469c69c4b | 34,239,479,320,019 | db1c900fa0f1bd03357cef09e11fc731b7560d93 | /src/minecraft/net/minecraft/src/ThirstMod/blocks/BlockWaterCollector.java | 35f316ce745e8bb5725392310d6de21d3a107222 | [] | no_license | medievor/MCThirstMod | https://github.com/medievor/MCThirstMod | db19698953f7fe60fc84be270b2a32a40249e057 | f8118bd4b4470ba019ab8e05d12ef56c88a2e4a2 | refs/heads/master | 2020-04-05T23:03:22.420000 | 2012-07-17T10:01:30 | 2012-07-17T10:01:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minecraft.src.ThirstMod.blocks;
import java.util.Random;
import net.minecraft.src.ThirstMod.*;
import net.minecraft.src.ThirstMod.containers.TileEntityWaterCollector;
import net.minecraft.src.ThirstMod.guis.GuiWaterCollector;
import net.minecraft.src.*;
public class BlockWaterCollector extends BlockContai... | UTF-8 | Java | 3,741 | java | BlockWaterCollector.java | Java | [] | null | [] | package net.minecraft.src.ThirstMod.blocks;
import java.util.Random;
import net.minecraft.src.ThirstMod.*;
import net.minecraft.src.ThirstMod.containers.TileEntityWaterCollector;
import net.minecraft.src.ThirstMod.guis.GuiWaterCollector;
import net.minecraft.src.*;
public class BlockWaterCollector extends BlockContai... | 3,741 | 0.533814 | 0.500668 | 125 | 28.927999 | 31.607639 | 212 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.752 | false | false | 14 |
5196686c0d8b5a4b89a8357b5db967601351dd8b | 29,738,353,617,248 | ed77885cf843deab1ac80a3593b45c3acd75339d | /src/main/java/mainpackage/CompanyCategoryCtrl.java | 5253ca172578a1849be8d29de80ddae4dcde2970 | [] | no_license | Olaussen/TDT4145_Databaseprosjekt | https://github.com/Olaussen/TDT4145_Databaseprosjekt | dc3ae51602bd6e8199ed9fa9396ced2de3093a43 | d0be6501d97bf9a67fcd2013d428392e75397f6e | refs/heads/master | 2021-02-17T19:27:41.745000 | 2020-03-12T17:39:35 | 2020-03-12T17:39:35 | 245,121,693 | 3 | 1 | null | false | 2020-03-12T16:37:52 | 2020-03-05T09:35:07 | 2020-03-12T15:36:41 | 2020-03-12T16:37:51 | 82 | 3 | 1 | 0 | Java | false | false | package mainpackage;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
public class CompanyCategoryCtrl extends DBConn {
public CompanyCategoryCtrl() {
connect();
try {
conn.setAutoCommit(false);
} catch (SQLExce... | UTF-8 | Java | 1,517 | java | CompanyCategoryCtrl.java | Java | [] | null | [] | package mainpackage;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
public class CompanyCategoryCtrl extends DBConn {
public CompanyCategoryCtrl() {
connect();
try {
conn.setAutoCommit(false);
} catch (SQLExce... | 1,517 | 0.620962 | 0.617007 | 52 | 28.173077 | 28.224867 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576923 | false | false | 14 |
857a001e45b068ecca56a87b4b877802b6e9f924 | 34,514,357,210,614 | eb886c0f998b6d11d9b40425fe5dcf52caa85a75 | /Sample/src/GeeksForGeeks/EvenOddSeparateArray.java | 634f262ba113d1c85ec0605f82038d3042cf1220 | [] | no_license | nihalsharma/Practice | https://github.com/nihalsharma/Practice | e26966b7bbcc1867dda683d277db7018c83cdd61 | 9376aa5dd9b3246f7977414c40ba909fd473e728 | refs/heads/master | 2016-09-23T05:55:19.063000 | 2016-07-25T19:37:36 | 2016-07-25T19:37:36 | 62,482,304 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GeeksForGeeks;
import java.util.Arrays;
/**
* int arr[] = {1,3,5,6,5,4,9, 2}
*/
public class EvenOddSeparateArray {
public static void main(String[] args) {
int arr[] = {1, 3, 5, 6, 5, 4, 9, 2};
for (int i = 0; i < arr.length; i++) {
int j = i;
while (j > 0 && ... | UTF-8 | Java | 573 | java | EvenOddSeparateArray.java | Java | [] | null | [] | package GeeksForGeeks;
import java.util.Arrays;
/**
* int arr[] = {1,3,5,6,5,4,9, 2}
*/
public class EvenOddSeparateArray {
public static void main(String[] args) {
int arr[] = {1, 3, 5, 6, 5, 4, 9, 2};
for (int i = 0; i < arr.length; i++) {
int j = i;
while (j > 0 && ... | 573 | 0.411867 | 0.368237 | 26 | 21.038462 | 19.5044 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.961538 | false | false | 14 |
d3f37e67ee39302181fc1b0d8640a13f0d520e11 | 14,130,442,435,965 | 23e1bce4c9e6004eb7c1f8e65efee6f1b9890536 | /src/main/java/org/ifollowyou/saber/FileWriteProgress.java | 4a78ee5f1408c6c134a5c28b2955a1a1e8a9fe58 | [
"MIT"
] | permissive | ifollowyou/xman-saber | https://github.com/ifollowyou/xman-saber | d9c1757d166f7f5012e6f79b135593cb62c5ad96 | 7a04d0be2b50c2475cb16f96bafe3489de82a1d2 | refs/heads/master | 2021-01-10T10:18:05.801000 | 2015-12-18T11:42:17 | 2015-12-18T11:42:17 | 48,179,871 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ifollowyou.saber;
public interface FileWriteProgress {
public void changed(long readByteCnt);
}
| UTF-8 | Java | 113 | java | FileWriteProgress.java | Java | [] | null | [] | package org.ifollowyou.saber;
public interface FileWriteProgress {
public void changed(long readByteCnt);
}
| 113 | 0.787611 | 0.787611 | 5 | 21.6 | 17.71553 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 14 |
b37d5dd9c4077a3b18d31ede12b3a7c72f0436c7 | 4,947,802,360,815 | ac40e50a21209527a86f410d60bb33583303bc1f | /spring-boot-samples-master/spring-boot-mysql-jpa-hibernate/src/main/java/temple/Repository/UserRepository.java | 74b8d84710f8f4fe29481a81c18c14a28518fbbb | [] | no_license | r1ptr92/SpringBootWithMySQL | https://github.com/r1ptr92/SpringBootWithMySQL | f50fabdd0b487150f5dad8082421e2a683ad4582 | 1851ce1fe5f39d9abd575b061ec1468259b3793d | refs/heads/master | 2020-06-10T00:23:55.374000 | 2019-08-01T05:15:37 | 2019-08-01T05:15:37 | 193,534,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package temple.Repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import temple.models.User;
import temple.models.UserReg;
@Repository
public interface UserRepository extends JpaRepository<User, Long> {
public List<Us... | UTF-8 | Java | 415 | java | UserRepository.java | Java | [] | null | [] | package temple.Repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import temple.models.User;
import temple.models.UserReg;
@Repository
public interface UserRepository extends JpaRepository<User, Long> {
public List<Us... | 415 | 0.814458 | 0.814458 | 20 | 19.799999 | 23.331524 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
2324184d38d94da6871ac7eeca16661c0c0f54d7 | 29,429,115,941,223 | 03ed2bb89389cf9f677903cdb9b154999e117d94 | /src/main/java/com/gaeainfo/ybss/login/service/LoginServiceImpl.java | 02f4a496cfa7542d482078102a3224cebc1d1843 | [] | no_license | deepSkyB1ue/kfpt | https://github.com/deepSkyB1ue/kfpt | 743c0a2bc22175718b98e17bcc5d914bcca2c36d | f78974d4b9026402f6b64ad0dcb21689e16f60cc | refs/heads/master | 2021-08-30T04:30:56.352000 | 2017-12-16T02:01:33 | 2017-12-16T02:01:33 | 113,657,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gaeainfo.ybss.login.service;
import com.gaeainfo.module.base.bo.GaeaToken;
import com.gaeainfo.module.base.service.CheckTokenService;
import com.gaeainfo.ybss.login.dao.LoginDao;
import com.gaeainfo.ybss.login.dto.UserInfoDto;
import com.gaeainfo.ybss.login.dto.UserInfoDtoRequest;
import org.springframewor... | UTF-8 | Java | 1,671 | java | LoginServiceImpl.java | Java | [] | null | [] | package com.gaeainfo.ybss.login.service;
import com.gaeainfo.module.base.bo.GaeaToken;
import com.gaeainfo.module.base.service.CheckTokenService;
import com.gaeainfo.ybss.login.dao.LoginDao;
import com.gaeainfo.ybss.login.dto.UserInfoDto;
import com.gaeainfo.ybss.login.dto.UserInfoDtoRequest;
import org.springframewor... | 1,671 | 0.708969 | 0.708969 | 44 | 36.25 | 27.323088 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 14 |
655fbd04027e284034bbd3a202d2fd7d9a83570b | 7,172,595,414,742 | 5023cef61c0f67f26814396a082b7c580e913203 | /tanhua/tanhua-dubbo/tanhua-dubbo-service/src/main/java/com/tanhua/dubbo/api/impl/VideoApiImpl.java | 30e0a2adce304de56efe00e55a702950b59d6047 | [] | no_license | xlaity/e-Friend | https://github.com/xlaity/e-Friend | 2661791ce4357ae750bd5472c3e177fad0c93549 | 1d66393a40555d9ba293dceebbc11fbcd2aeea61 | refs/heads/master | 2023-07-05T04:34:33.855000 | 2021-07-11T08:39:16 | 2021-07-11T08:39:16 | 397,891,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tanhua.dubbo.api.impl;
import com.tanhua.domain.mongo.FollowUser;
import com.tanhua.domain.mongo.Friend;
import com.tanhua.domain.mongo.UserLike;
import com.tanhua.domain.mongo.Video;
import com.tanhua.domain.vo.PageResult;
import com.tanhua.dubbo.api.VideoApi;
import com.tanhua.dubbo.utils.IdService;
impo... | UTF-8 | Java | 5,207 | java | VideoApiImpl.java | Java | [
{
"context": "te.save(userLike);\n }\n }\n\n /*\n * 冯伟鑫(修改:增强列表联动)\n * 取消视频用户关注\n * */\n @Overrid",
"end": 2883,
"score": 0.9997053146362305,
"start": 2880,
"tag": "NAME",
"value": "冯伟鑫"
}
] | null | [] | package com.tanhua.dubbo.api.impl;
import com.tanhua.domain.mongo.FollowUser;
import com.tanhua.domain.mongo.Friend;
import com.tanhua.domain.mongo.UserLike;
import com.tanhua.domain.mongo.Video;
import com.tanhua.domain.vo.PageResult;
import com.tanhua.dubbo.api.VideoApi;
import com.tanhua.dubbo.utils.IdService;
impo... | 5,207 | 0.652006 | 0.649155 | 143 | 33.342659 | 27.296637 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65035 | false | false | 14 |
99c90721d004fda3ebd952bf8b85632b6af19302 | 13,657,996,037,234 | 2a5842377a6ea0a0ba0a1d46f357f6e4dd9f3576 | /M2 - Exercici Jobs/src/Empleados/Junior.java | 3c568e0347613afc16b95443892291a05e81af92 | [] | no_license | AlvaroVazRod/M2 | https://github.com/AlvaroVazRod/M2 | e36b237bf5108e9402fd3ece64dd1fc5b331160d | b095a1b24f8c30a8091de9528dd9b37d14e5d223 | refs/heads/master | 2023-06-22T13:30:30.952000 | 2021-07-20T15:34:23 | 2021-07-20T15:34:23 | 387,837,493 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Empleados;
public class Junior extends Empleado{
//atributo
private double reduccionEmployee = 0.15; //reduccion del 15%
// constructor
public Junior(String nombre, double sueldoMensual) throws SalarioIncorrecto {
super(nombre, sueldoMensual);
}
@Override
public String toSt... | UTF-8 | Java | 1,150 | java | Junior.java | Java | [] | null | [] | package Empleados;
public class Junior extends Empleado{
//atributo
private double reduccionEmployee = 0.15; //reduccion del 15%
// constructor
public Junior(String nombre, double sueldoMensual) throws SalarioIncorrecto {
super(nombre, sueldoMensual);
}
@Override
public String toSt... | 1,150 | 0.68 | 0.665217 | 42 | 25.380953 | 27.157349 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.523809 | false | false | 14 |
52f281c8078d911600dedffd0e4705e0f539b906 | 28,149,215,697,564 | 08b1f1b915d31ecb2e65420969ab366d997915e1 | /simp_ser/src/main/java/com/mpri/aio/settings/mapper/PointLevelMapper.java | 0e4b5bd9473b8d865e063e9f44b67ad54b9aaaf2 | [] | no_license | ruokeweb/simp_tmp | https://github.com/ruokeweb/simp_tmp | 7705b6acc93b866900565f7de4cc1af015bd02f5 | d232cf63a57793a94bbdc49ebfa6391e3ac29ba2 | refs/heads/master | 2021-01-02T13:43:20.007000 | 2020-02-11T01:36:40 | 2020-02-11T01:36:40 | 239,646,322 | 0 | 0 | null | true | 2020-02-11T00:57:52 | 2020-02-11T00:57:52 | 2020-02-10T08:24:20 | 2020-02-10T08:24:18 | 19,033 | 0 | 0 | 0 | null | false | false | package com.mpri.aio.settings.mapper;
import org.apache.ibatis.annotations.Mapper;
import com.mpri.aio.base.mapper.CrudMapper;
import com.mpri.aio.settings.model.PointLevel;
/**
*
* @Description: 等级积分设置——DAO
* @Author: zdl
* @project smmp
* @CreateDate: Mon Feb 25 16:11:15 CST 2019
* @Versio... | UTF-8 | Java | 439 | java | PointLevelMapper.java | Java | [
{
"context": " \n * @Description: 等级积分设置——DAO\n * @Author: zdl\n * @project \t smmp \n * @CreateDate: Mon Feb 25",
"end": 241,
"score": 0.9996165037155151,
"start": 238,
"tag": "USERNAME",
"value": "zdl"
}
] | null | [] | package com.mpri.aio.settings.mapper;
import org.apache.ibatis.annotations.Mapper;
import com.mpri.aio.base.mapper.CrudMapper;
import com.mpri.aio.settings.model.PointLevel;
/**
*
* @Description: 等级积分设置——DAO
* @Author: zdl
* @project smmp
* @CreateDate: Mon Feb 25 16:11:15 CST 2019
* @Versio... | 439 | 0.683215 | 0.650118 | 21 | 19.190475 | 19.81971 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 14 |
054cd01654bc835307e006f35087dab6b7ff229f | 16,234,976,416,727 | 9bd3ac15b0eddb30a632eabd652d2b2f67617aeb | /src/main/java/Java/lebin/Training/loopControl/DoWhileDemo2.java | 8e5c203a65967b6947ad343b6798caba4896d291 | [] | no_license | lebinlebin/JavaBasicCode | https://github.com/lebinlebin/JavaBasicCode | d5cb65a38b1adfa5bcefb611c88790b986f269b3 | 9dc96e0d1808a7d8826ac32a6f370ebdf8634ac9 | refs/heads/master | 2020-05-19T00:15:31.115000 | 2020-04-25T16:08:51 | 2020-04-25T16:08:51 | 184,729,549 | 0 | 0 | null | false | 2021-04-26T19:46:58 | 2019-05-03T09:23:29 | 2021-04-13T17:05:04 | 2021-04-26T19:46:58 | 59,341 | 0 | 0 | 2 | Java | false | false | package Java.lebin.Training.loopControl;
/*
此类用于演示do while循环结构的特点和使用
*/
import java.util.Scanner;
//案例:打印1——100
class DoWhileDemo1
{
public static void main(String[] args)
{
int i=1;//循环变量初始化①————————————————————执行了1遍
do{
System.out.println(i);//循环操作 ③———————————执行了100遍
i++;//循环变量更新④—————————————————... | UTF-8 | Java | 2,626 | java | DoWhileDemo2.java | Java | [] | null | [] | package Java.lebin.Training.loopControl;
/*
此类用于演示do while循环结构的特点和使用
*/
import java.util.Scanner;
//案例:打印1——100
class DoWhileDemo1
{
public static void main(String[] args)
{
int i=1;//循环变量初始化①————————————————————执行了1遍
do{
System.out.println(i);//循环操作 ③———————————执行了100遍
i++;//循环变量更新④—————————————————... | 2,626 | 0.593468 | 0.556869 | 153 | 10.614379 | 14.234784 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.078431 | false | false | 14 |
b71cfb8eaf2237f52a8d4f222ac5383c0e3adee9 | 12,163,347,423,443 | f94efdcdd333a90b2a061fbb446486d78bbbc937 | /src/main/java/nl/jqno/equalsverifier/internal/reflection/annotations/AnnotationCacheBuilder.java | 95e3da2d926e06273351d8c21aac1427a30dfc7f | [
"Apache-2.0"
] | permissive | don-vip/equalsverifier | https://github.com/don-vip/equalsverifier | 0ffa5284bcce9279665c69c5af5c851a946c5127 | 4f95598c49f7d5c35708012a2229f0cda312f55a | refs/heads/master | 2020-03-30T07:04:17.238000 | 2018-10-07T11:54:22 | 2018-10-07T11:58:38 | 150,913,095 | 0 | 1 | Apache-2.0 | true | 2018-09-30T00:10:34 | 2018-09-30T00:10:34 | 2018-09-26T16:02:42 | 2018-09-26T15:48:01 | 34,253 | 0 | 0 | 0 | null | false | null | package nl.jqno.equalsverifier.internal.reflection.annotations;
import nl.jqno.equalsverifier.internal.reflection.FieldIterable;
import nl.jqno.equalsverifier.internal.reflection.SuperclassIterable;
import org.objectweb.asm.*;
import java.io.IOException;
import java.io.InputStream;
import java.lang.reflect.Field;
imp... | UTF-8 | Java | 7,810 | java | AnnotationCacheBuilder.java | Java | [] | null | [] | package nl.jqno.equalsverifier.internal.reflection.annotations;
import nl.jqno.equalsverifier.internal.reflection.FieldIterable;
import nl.jqno.equalsverifier.internal.reflection.SuperclassIterable;
import org.objectweb.asm.*;
import java.io.IOException;
import java.io.InputStream;
import java.lang.reflect.Field;
imp... | 7,810 | 0.618566 | 0.61831 | 221 | 34.339367 | 29.33976 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.746606 | false | false | 14 |
56e74220367848846aa42350511f4a082315ae47 | 25,194,278,192,721 | aac8ed5a10bf93bbc52a0b8944bb0d58c547aae7 | /src/main/java/org/asnworks/apis/lucene/pincodes/utils/PinCodeTransformer.java | 1ca53b422555d9afd53ebdb87ef92d2a6bbabf31 | [
"Apache-2.0"
] | permissive | isudarsan/pincodes-lucene | https://github.com/isudarsan/pincodes-lucene | 54d9bc746b3c24f6eae6cf6a3510a31ba9ddcfb4 | 3d092056403a52e5a9726770f537fd1fe8b96a9d | refs/heads/master | 2020-03-20T14:14:06.376000 | 2018-07-28T14:43:53 | 2018-07-28T14:43:53 | 137,480,259 | 0 | 1 | null | false | 2018-06-18T12:15:13 | 2018-06-15T11:33:49 | 2018-06-18T06:32:35 | 2018-06-18T12:15:12 | 19 | 0 | 0 | 0 | Java | false | null |
package org.asnworks.apis.lucene.pincodes.utils;
import java.util.List;
import org.asnworks.apis.lucene.pincodes.domain.PinCode;
import org.asnworks.apis.lucene.pincodes.dto.LocalityDTO;
import org.asnworks.apis.lucene.pincodes.dto.LocalityResponseDTO;
import org.asnworks.apis.lucene.pincodes.dto.VillageDTO;
import ... | UTF-8 | Java | 1,735 | java | PinCodeTransformer.java | Java | [] | null | [] |
package org.asnworks.apis.lucene.pincodes.utils;
import java.util.List;
import org.asnworks.apis.lucene.pincodes.domain.PinCode;
import org.asnworks.apis.lucene.pincodes.dto.LocalityDTO;
import org.asnworks.apis.lucene.pincodes.dto.LocalityResponseDTO;
import org.asnworks.apis.lucene.pincodes.dto.VillageDTO;
import ... | 1,735 | 0.735447 | 0.735447 | 45 | 37.533333 | 32.586021 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622222 | false | false | 14 |
2ab1c3bccdad1cbf00ed872ff23d03c23e107b3a | 8,246,337,251,850 | 699a76240a49ac132ed1ca337ef75238c90ae747 | /src/main/java/br/com/indtexbr/sigo/consultoriaseassessorias/dto/ContratoDTO.java | d91893949fafe29545afb72d051c9e0a53c4f3dc | [] | no_license | leoapgomes/sigo-poc-consultorias-assessorias | https://github.com/leoapgomes/sigo-poc-consultorias-assessorias | 175cd5527166655049c957f5a3248c96c28b23cc | d499beb08fb39001a4b12f8cd90d56246ff19a8c | refs/heads/main | 2023-06-22T07:40:17.008000 | 2021-07-25T01:43:41 | 2021-07-25T01:43:41 | 389,177,342 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.indtexbr.sigo.consultoriaseassessorias.dto;
import br.com.indtexbr.sigo.consultoriaseassessorias.models.Contrato;
public class ContratoDTO {
private Long id;
private String contrato;
private String descricao;
private String url;
@Deprecated
public ContratoDTO() {}
public ContratoDTO(Contrat... | UTF-8 | Java | 861 | java | ContratoDTO.java | Java | [] | null | [] | package br.com.indtexbr.sigo.consultoriaseassessorias.dto;
import br.com.indtexbr.sigo.consultoriaseassessorias.models.Contrato;
public class ContratoDTO {
private Long id;
private String contrato;
private String descricao;
private String url;
@Deprecated
public ContratoDTO() {}
public ContratoDTO(Contrat... | 861 | 0.716609 | 0.716609 | 44 | 18.568182 | 18.640617 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.613636 | false | false | 14 |
16a5951d55417b78e0a5a1a2e1cda6503e653d82 | 3,985,729,712,531 | 9366ee83ba0fd6d13278772f7848ab7680af63eb | /src/de/daniel/bankomat/messages/ConfigFile.java | cd12ac6fe5ee8ee95baa528b939975137e9c2d62 | [
"MIT"
] | permissive | srbinas/bankomat | https://github.com/srbinas/bankomat | 77c1052166a03384d6909314365cd297e62057f7 | aaf9459133a9df67198b4824936e2dae51d13e36 | refs/heads/master | 2018-04-04T10:21:27.085000 | 2017-05-07T19:50:54 | 2017-05-07T19:50:54 | 88,973,612 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.daniel.bankomat.messages;
import java.util.HashMap;
public enum ConfigFile {
// Database:
DB_HOST("db_host", "localhost"),
DB_PORT("db_port", "3306"),
DB_DATABASE("db_database", "sbank"),
DB_USERNAME("db_username", "root"),
DB_PASSWORD("db_password", ""),
// Plugin itself:
B... | UTF-8 | Java | 1,608 | java | ConfigFile.java | Java | [
{
"context": "ATABASE(\"db_database\", \"sbank\"),\n DB_USERNAME(\"db_username\", \"root\"),\n DB_PASSWORD(\"db_password\", \"\"),\n ",
"end": 245,
"score": 0.7003021240234375,
"start": 234,
"tag": "USERNAME",
"value": "db_username"
},
{
"context": "USERNAME(\"db_username\", \... | null | [] | package de.daniel.bankomat.messages;
import java.util.HashMap;
public enum ConfigFile {
// Database:
DB_HOST("db_host", "localhost"),
DB_PORT("db_port", "3306"),
DB_DATABASE("db_database", "sbank"),
DB_USERNAME("db_username", "root"),
DB_PASSWORD("<PASSWORD>", ""),
// Plugin itself:
B_... | 1,607 | 0.628109 | 0.620025 | 50 | 31.16 | 22.605627 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.86 | false | false | 14 |
ab8e283827326e5069b32e95bf8b04d4e49b8d56 | 5,918,464,943,844 | b40562d17928c3bb52ad051e6ca9d2260f86fd94 | /src/entities/Roll.java | 03e45746989cf03d6dfd13e80aaf7e9c2bb50d53 | [] | no_license | HmmmQuestionMark/sm-printer | https://github.com/HmmmQuestionMark/sm-printer | c38adbdee39eeb0a258fd41acd2aeb075c55a224 | d956d9c786c9be19ee64daffbea7216a66e34e12 | refs/heads/master | 2021-01-01T16:38:03.342000 | 2014-05-03T22:32:12 | 2014-05-03T22:32:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entities;
import utilities.Settings;
/**
* An entity that represents the "roll" step in step mania. The "roll" type requires
* the user to press the button repeatedly while the hold is active.
*
* @author Dan
*
*/
public class Roll extends Hold {
public Roll(Settings settings, models.Step step, int x... | UTF-8 | Java | 405 | java | Roll.java | Java | [
{
"context": "epeatedly while the hold is active.\n * \n * @author Dan\n *\n */\n\npublic class Roll extends Hold {\n\tpublic ",
"end": 223,
"score": 0.9988833069801331,
"start": 220,
"tag": "NAME",
"value": "Dan"
}
] | null | [] | package entities;
import utilities.Settings;
/**
* An entity that represents the "roll" step in step mania. The "roll" type requires
* the user to press the button repeatedly while the hold is active.
*
* @author Dan
*
*/
public class Roll extends Hold {
public Roll(Settings settings, models.Step step, int x... | 405 | 0.701235 | 0.701235 | 17 | 22.82353 | 29.520153 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
baf8aea4fc06a4e4f175d490ba146a1ae5a89a73 | 13,804,024,892,866 | f38b0599ab2f8529277acfee92e1f3917898d919 | /consumer/src/main/java/com/springcloud/consumer/controller/HelloController.java | a472fe5d835d4314c4055cdc5341a4222d095d80 | [] | no_license | yesongliang/spring-cloud-demo | https://github.com/yesongliang/spring-cloud-demo | 6d65a9b8db5ff9352d8dea30d1e886fd50558fe3 | 43c58ed1ee11b315f8905fa144f718e2bfcf0c64 | refs/heads/master | 2022-12-03T11:01:56.517000 | 2020-08-21T05:40:11 | 2020-08-21T05:40:11 | 274,629,394 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springcloud.consumer.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
import com.netflix.hystrix.... | UTF-8 | Java | 1,173 | java | HelloController.java | Java | [] | null | [] | package com.springcloud.consumer.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
import com.netflix.hystrix.... | 1,173 | 0.784314 | 0.781756 | 40 | 28.325001 | 24.07217 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.025 | false | false | 14 |
f2dd203a953e0a66be08b2c0e97a77de87a88591 | 20,590,073,224,881 | 7a15a53e2ce6279acd3edbe32eb081da4d4895a5 | /src/test/java/com/ajjpj/amapper/javabean/PropertyAccessorTest.java | a8518841be9ba37d5e1bb96142d0d2372582876f | [
"Apache-2.0"
] | permissive | arnohaase/a-mapper | https://github.com/arnohaase/a-mapper | e195272696b1efc6909542cf50303c00325a26e9 | 8428bfaac665bc7019bd07961827d095dccc7bc9 | refs/heads/master | 2020-04-26T22:42:17.808000 | 2015-03-28T16:29:03 | 2015-03-28T16:29:03 | 12,509,016 | 0 | 1 | null | false | 2014-09-23T08:14:44 | 2013-08-31T17:30:50 | 2014-08-07T13:12:56 | 2014-09-23T08:14:44 | 1,401 | 0 | 1 | 0 | Java | null | null | package com.ajjpj.amapper.javabean;
import com.ajjpj.afoundation.collection.immutable.AOption;
import com.ajjpj.amapper.classes.PartOfPropPath;
import com.ajjpj.amapper.classes.WithProperties;
import com.ajjpj.amapper.core.tpe.AQualifier;
import com.ajjpj.amapper.javabean.builder.ABeanExpressionParser;
import com.ajjp... | UTF-8 | Java | 7,978 | java | PropertyAccessorTest.java | Java | [
{
"context": "import static org.junit.Assert.*;\n\n\n/**\n * @author arno\n */\npublic class PropertyAccessorTest {\n\n publ",
"end": 567,
"score": 0.9691179394721985,
"start": 563,
"tag": "USERNAME",
"value": "arno"
}
] | null | [] | package com.ajjpj.amapper.javabean;
import com.ajjpj.afoundation.collection.immutable.AOption;
import com.ajjpj.amapper.classes.PartOfPropPath;
import com.ajjpj.amapper.classes.WithProperties;
import com.ajjpj.amapper.core.tpe.AQualifier;
import com.ajjpj.amapper.javabean.builder.ABeanExpressionParser;
import com.ajjp... | 7,978 | 0.702557 | 0.70193 | 179 | 43.569832 | 58.178009 | 300 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.061453 | false | false | 14 |
9f440c385f7c986c2325f5863025d4641684bb40 | 25,211,458,088,389 | 85ef13da3369d11b758aeda49ffde40e62775284 | /src/Square.java | bdd35234298bf9e527dc8a8676f5c6bac95d2b0e | [] | no_license | karrot1/KBRwyleTest | https://github.com/karrot1/KBRwyleTest | 23e2bae1ef88195d58902926a08918b71852aac8 | b549bb4c654ff7b55483ea923dc04d3652064c80 | refs/heads/master | 2020-03-29T03:58:39.276000 | 2018-09-20T17:15:52 | 2018-09-20T17:15:52 | 149,509,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.security.InvalidParameterException;
public class Square extends Rectangle implements Shape{
public Square(double nside1) throws InvalidParameterException{
super(nside1, nside1);
}
}
| UTF-8 | Java | 200 | java | Square.java | Java | [] | null | [] | import java.security.InvalidParameterException;
public class Square extends Rectangle implements Shape{
public Square(double nside1) throws InvalidParameterException{
super(nside1, nside1);
}
}
| 200 | 0.815 | 0.8 | 8 | 24 | 25.436195 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 14 |
598b00b7ece57dc07354a2ab5f068f4fe4c58120 | 17,420,387,376,375 | ecfa1202d364b644186586dc61c1304399e54dd9 | /code/webs/management/src/main/java/com/bofowo/site/controller/ShopCategoryPropController.java | 0ba2c15eb60ad466cf06e8d6c6676800e7555240 | [] | no_license | mengqingbao/bofowo | https://github.com/mengqingbao/bofowo | 8fe726769abdf5bb4412e0088b13343b2cf3a4d9 | cd53cb290be04d1318d3fe7bcd86e92eb849d9df | refs/heads/master | 2021-01-13T13:32:28.168000 | 2017-04-12T14:59:30 | 2017-04-12T14:59:30 | 72,409,754 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bofowo.site.controller;
import com.bofowo.site.model.ShopCategoryPropModel;
import com.bofowo.site.query.ShopCategoryPropQuery;
import com.bofowo.site.service.ShopCategoryPropService;
import common.web.BaseController;
import org.springframework.ui.ModelMap;
import java.util.List;
import org.s... | UTF-8 | Java | 2,454 | java | ShopCategoryPropController.java | Java | [] | null | [] | package com.bofowo.site.controller;
import com.bofowo.site.model.ShopCategoryPropModel;
import com.bofowo.site.query.ShopCategoryPropQuery;
import com.bofowo.site.service.ShopCategoryPropService;
import common.web.BaseController;
import org.springframework.ui.ModelMap;
import java.util.List;
import org.s... | 2,454 | 0.794621 | 0.793806 | 70 | 33.085712 | 27.144451 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.557143 | false | false | 14 |
7c6c2278a8a6dbbbdedf5cf64d87fc9c08201b2a | 18,769,007,094,885 | bbe7eae301fd2289fad3b62b97a68162c6f71e41 | /SpringMvc/src/main/java/com/mnt/erp/dao/AssertTypeDao.java | bcb691e1d3bb12414cc12c10cc57172c755f5b17 | [] | no_license | venkateshpavuluri/organization | https://github.com/venkateshpavuluri/organization | a083e7d283f5f49f49fbd7c3738c888a95159d9e | 0bd0ce4eae6abc6aea7f174f7fbc8b224feada00 | refs/heads/master | 2021-01-19T20:18:36.911000 | 2014-06-14T10:55:54 | 2014-06-14T10:55:54 | 20,830,205 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* @Copyright MNTSOFT
*
*/
package com.mnt.erp.dao;
import java.util.List;
/*
* @author Naresh
* @version 1.0 18-09-2013
*/
public interface AssertTypeDao {
public Long updateCheckAssetType(String assetType,int assetId);
public Long checkAssetTypeCout(String assetType);
public Strin... | UTF-8 | Java | 739 | java | AssertTypeDao.java | Java | [
{
"context": "p.dao;\r\n\r\nimport java.util.List;\r\n\r\n/*\r\n * @author Naresh\r\n * @version 1.0 18-09-2013\r\n */\r\npublic interfac",
"end": 112,
"score": 0.911213755607605,
"start": 106,
"tag": "NAME",
"value": "Naresh"
}
] | null | [] | /*
* @Copyright MNTSOFT
*
*/
package com.mnt.erp.dao;
import java.util.List;
/*
* @author Naresh
* @version 1.0 18-09-2013
*/
public interface AssertTypeDao {
public Long updateCheckAssetType(String assetType,int assetId);
public Long checkAssetTypeCout(String assetType);
public Strin... | 739 | 0.725304 | 0.711773 | 33 | 20.39394 | 25.786936 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.878788 | false | false | 14 |
abf154576e558e243a55bd1089677c8426f1565e | 26,336,739,467,602 | c32fb56ead7222a0cf4d12c6b6adcaab0a74a793 | /DSAndAlgos/src/main/java/com/techfirebase/daa/utils/constants/VisitingColor.java | cde2136519cc835a80264916ca282b29218f246e | [] | no_license | vivaciousvivek/Algorithms-and-DataStructures | https://github.com/vivaciousvivek/Algorithms-and-DataStructures | da63cc6106e4189a06f60f2720c9f6737ebf025a | 48bba3d353c265aa17bfaac38ef5119834b187cd | refs/heads/master | 2021-05-12T05:12:19.859000 | 2018-07-15T06:08:49 | 2018-07-15T06:08:49 | 117,185,903 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techfirebase.daa.utils.constants;
public enum VisitingColor {
RED('R'), GREEN('G'), BLACK('B');
private char color;
VisitingColor(char color) {
this.color = color;
}
public char getChar() {
return color;
}
}
| UTF-8 | Java | 264 | java | VisitingColor.java | Java | [] | null | [] | package com.techfirebase.daa.utils.constants;
public enum VisitingColor {
RED('R'), GREEN('G'), BLACK('B');
private char color;
VisitingColor(char color) {
this.color = color;
}
public char getChar() {
return color;
}
}
| 264 | 0.598485 | 0.598485 | 15 | 16.6 | 15.120847 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 14 |
91bc2d4e00c3fc676ad76294141454b90324d314 | 11,312,943,911,847 | a82be3da9f72863f289f49786c59388ede4e7b37 | /src/main/java/com/develcode/GoFinancies/GoFinanciesApplication.java | 5bc7162aea70a9aa272316e8756780b7c7d43eab | [] | no_license | schontz0310/SpringBootTutotial | https://github.com/schontz0310/SpringBootTutotial | 9259fe2053a7e1406b1c6e20605f563686907af4 | 1cab2430021d377db71129aa341e6838335f555b | refs/heads/main | 2023-04-14T14:58:14.621000 | 2021-04-14T21:00:01 | 2021-04-14T21:00:01 | 358,039,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.develcode.GoFinancies;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class GoFinanciesApplication {
public static void main(String[] args) {
SpringApplication.run(GoFinanciesApplication.class, args)... | UTF-8 | Java | 328 | java | GoFinanciesApplication.java | Java | [] | null | [] | package com.develcode.GoFinancies;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class GoFinanciesApplication {
public static void main(String[] args) {
SpringApplication.run(GoFinanciesApplication.class, args)... | 328 | 0.829268 | 0.829268 | 13 | 24.23077 | 24.473389 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 14 |
2780396dd74d942b7b85b13488691a469c1071b1 | 1,932,735,283,254 | 6d06f4b5528b71f28ddd8caf4e88746f720ef7bf | /Vasylevskyi_Konstantyn/TestJson/src/Main.java | 88d99c5028178a1b89b1faf0098c2a492f4fd348 | [] | no_license | nromanen/Java_Core_1 | https://github.com/nromanen/Java_Core_1 | a4232c48d95fa9b424749b7236dda540252cfb8b | b51431f8f7445bf94f4fbbb464a959a1c84a4f10 | refs/heads/master | 2021-01-10T05:49:15.233000 | 2016-02-18T07:23:19 | 2016-02-18T07:23:19 | 48,603,677 | 1 | 1 | null | false | 2016-01-18T18:53:55 | 2015-12-26T07:53:24 | 2016-01-14T11:20:11 | 2016-01-18T08:07:46 | 10,735 | 0 | 1 | 1 | Java | null | null | import com.fasterxml.jackson.core.JsonGenerationException;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
import java.util.ArrayList;
/**
* Created by Smart on 07.02.2016.
*/
public class Main {
public static void main(String[] args) {
ArrayList<Auto> autoCollection=n... | UTF-8 | Java | 1,065 | java | Main.java | Java | [
{
"context": "on;\nimport java.util.ArrayList;\n\n/**\n * Created by Smart on 07.02.2016.\n */\npublic class Main {\n\n publi",
"end": 192,
"score": 0.8280113935470581,
"start": 187,
"tag": "USERNAME",
"value": "Smart"
}
] | null | [] | import com.fasterxml.jackson.core.JsonGenerationException;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.IOException;
import java.util.ArrayList;
/**
* Created by Smart on 07.02.2016.
*/
public class Main {
public static void main(String[] args) {
ArrayList<Auto> autoCollection=n... | 1,065 | 0.591549 | 0.565258 | 44 | 23.204546 | 20.286112 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
8de2f4a9c7b479a2bfd1799b049b81231635016e | 37,503,654,456,257 | 7d94d683ee5f996afcf062f9822db67a74670abd | /src/main/java/com/greenglobal/jhispter/config/audit/package-info.java | 9ac84d0412d842c4f4908b9c3bbbb27fb76ec72f | [] | no_license | toantonthat/jhipster-danhmuc | https://github.com/toantonthat/jhipster-danhmuc | 2b841842b77a15c7f259de1d380ef8fa91b44c45 | 265ba8d8d1d4ef91ba0acf38cd6b262778bdc5d7 | refs/heads/master | 2020-04-17T16:13:00.846000 | 2019-01-21T02:00:24 | 2019-01-21T02:00:24 | 166,731,598 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Audit specific code.
*/
package com.greenglobal.jhispter.config.audit;
| UTF-8 | Java | 79 | java | package-info.java | Java | [] | null | [] | /**
* Audit specific code.
*/
package com.greenglobal.jhispter.config.audit;
| 79 | 0.721519 | 0.721519 | 4 | 18.75 | 17.725334 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 14 |
91955063ef0a115e884aa4d227861f120de32faa | 35,940,286,371,169 | 3482285007f7ba6b55afe450951186719f493c7c | /itrip-search/src/main/java/cn/itrip/dao/BaseQuery.java | c5d364a06748e3bae77ce80dcd91bf640cd0381c | [] | no_license | kyokutor/itripbackend | https://github.com/kyokutor/itripbackend | 7dbe76dc59e8d3bfd1f9c68829e022ddd4ce7069 | 6b3a2c02c48b93987eaa75fad13cd02c0baec40b | refs/heads/master | 2020-09-29T19:18:23.708000 | 2019-12-10T11:29:12 | 2019-12-10T11:29:12 | 227,102,892 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itrip.dao;
import cn.itrip.common.Constants;
import cn.itrip.common.EmptyUtils;
import cn.itrip.common.Page;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.impl.HttpSolrClient;
import org.apache.solr.client.solrj.impl.XMLResponseParser;
import org.apache.solr.client.solrj... | UTF-8 | Java | 2,195 | java | BaseQuery.java | Java | [] | null | [] | package cn.itrip.dao;
import cn.itrip.common.Constants;
import cn.itrip.common.EmptyUtils;
import cn.itrip.common.Page;
import org.apache.solr.client.solrj.SolrQuery;
import org.apache.solr.client.solrj.impl.HttpSolrClient;
import org.apache.solr.client.solrj.impl.XMLResponseParser;
import org.apache.solr.client.solrj... | 2,195 | 0.687055 | 0.683736 | 74 | 27.5 | 29.731342 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527027 | false | false | 14 |
d6b9a7a671dbf5e23240f3d68c8b891fa5b96706 | 27,668,179,391,206 | dd1e49cf85310fe79466915e3db998752a520d4e | /src/main/java/nairn/yinc/comparator/PriceAscendingDateComparator.java | 5c2c634b1495c9a655962a8d4bd5b4d2bff63071 | [
"MIT"
] | permissive | nairn1983/magfar-analyse | https://github.com/nairn1983/magfar-analyse | d4fac83148f5a1f6149dfe58c8eeb552797df9d2 | 678ba73cc4423e2a1f143d0b9677ce8d70687aa5 | refs/heads/master | 2016-09-16T06:16:28.762000 | 2015-01-15T11:45:59 | 2015-01-15T11:45:59 | 29,294,893 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nairn.yinc.comparator;
import java.util.Comparator;
import java.util.Date;
import nairn.yinc.data.Price;
public class PriceAscendingDateComparator implements Comparator<Price> {
@Override
public int compare(final Price o1, final Price o2) {
final Date o1Date = o1.getDate();
final Date o2Date = o2.getD... | UTF-8 | Java | 367 | java | PriceAscendingDateComparator.java | Java | [] | null | [] | package nairn.yinc.comparator;
import java.util.Comparator;
import java.util.Date;
import nairn.yinc.data.Price;
public class PriceAscendingDateComparator implements Comparator<Price> {
@Override
public int compare(final Price o1, final Price o2) {
final Date o1Date = o1.getDate();
final Date o2Date = o2.getD... | 367 | 0.760218 | 0.73842 | 16 | 21.9375 | 20.935822 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.0625 | false | false | 14 |
77d94468f05561f8e980a094a188679e7089a933 | 6,287,832,188,726 | da55155def74e310a05e07e78ac8bf2f04d889a9 | /app/src/beta/java/com/awrtechnologies/androidvibratorservice/api/params/TrackParam.java | 481f4201362e15e553ddacc2871599c1c402f538 | [] | no_license | dalveersdaiya/avs_test_module | https://github.com/dalveersdaiya/avs_test_module | 0a559f548fc0515b6d51c82c148baec6deab7da5 | 60c3c91f261b02f95b83e8b972df5cebdf468d02 | refs/heads/master | 2020-03-11T08:56:24.931000 | 2018-04-18T13:07:31 | 2018-04-18T13:07:31 | 129,896,661 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.awrtechnologies.androidvibratorservice.api.params;
import retrofit2.http.Field;
/**
* Created by dalveersinghdaiya on 02/01/17.
*/
public class TrackParam extends ApiParams {
public String latitude;
public String longitude;
public String dual_sim;
public String imei_primary;
public ... | UTF-8 | Java | 785 | java | TrackParam.java | Java | [
{
"context": ";\n\nimport retrofit2.http.Field;\n\n/**\n * Created by dalveersinghdaiya on 02/01/17.\n */\n\npublic class TrackParam extends",
"end": 129,
"score": 0.9988750219345093,
"start": 112,
"tag": "USERNAME",
"value": "dalveersinghdaiya"
}
] | null | [] | package com.awrtechnologies.androidvibratorservice.api.params;
import retrofit2.http.Field;
/**
* Created by dalveersinghdaiya on 02/01/17.
*/
public class TrackParam extends ApiParams {
public String latitude;
public String longitude;
public String dual_sim;
public String imei_primary;
public ... | 785 | 0.742675 | 0.733758 | 28 | 27.035715 | 16.506454 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.678571 | false | false | 14 |
d3934ce2e1f5e552b1dd971ffc2681e44d3f3671 | 39,350,490,373,497 | 48e843c1f539ecc45580d72312be19b6e2cdf859 | /src/main/java/example8/tzstorm/LogBean.java | c5b5c693e28a3ef448695f65b6187ed44a4f6055 | [] | no_license | doohee323/tz-storm | https://github.com/doohee323/tz-storm | db37af38d1629840e9a311f50ebb8159e7d06d04 | 6bbf278e0ef4d174650103c7d9d037930ba405bf | refs/heads/master | 2021-01-16T22:19:10.327000 | 2016-02-22T17:48:19 | 2016-02-22T17:48:19 | 42,700,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package example8.tzstorm;
import com.google.gson.Gson;
public class LogBean {
private static final Gson gson = new Gson();
public static LogBean parse(String line) {
return gson.fromJson(line, LogBean.class);
}
private String target;
private String timestamp;
private S... | UTF-8 | Java | 829 | java | LogBean.java | Java | [] | null | [] | package example8.tzstorm;
import com.google.gson.Gson;
public class LogBean {
private static final Gson gson = new Gson();
public static LogBean parse(String line) {
return gson.fromJson(line, LogBean.class);
}
private String target;
private String timestamp;
private S... | 829 | 0.606755 | 0.605549 | 41 | 18.219513 | 17.395699 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.341463 | false | false | 14 |
1f365b531dc6e93d33bf9d86d7e24c0c26ad59d6 | 39,350,490,370,143 | 7f9abbf1f0c87440e09f30e5c3828d357ca38e0f | /server/src/main/java/Server.java | 302e5c0ffacf3ed133a495bef471d0ff3cd7a040 | [] | no_license | gromkon/cloud | https://github.com/gromkon/cloud | e5001e6fd5d61448c8f905868093a087b142cced | 3e0aae52f9ed0f7095bf533e035d56e1ed53bac0 | refs/heads/master | 2023-01-05T14:28:20.599000 | 2020-10-21T16:49:04 | 2020-10-21T16:49:04 | 300,930,499 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import Utils.DBService;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
public class Server {
public Server() {
try (ServerSocket serverSocket = new ServerSocket(ConnectionData.getPORT())) {
DBService.connect();
System.out.println("Server online!"... | UTF-8 | Java | 611 | java | Server.java | Java | [] | null | [] | import Utils.DBService;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
public class Server {
public Server() {
try (ServerSocket serverSocket = new ServerSocket(ConnectionData.getPORT())) {
DBService.connect();
System.out.println("Server online!"... | 611 | 0.569558 | 0.569558 | 23 | 25.565218 | 20.179253 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 14 |
f1dd725f27c67b546d1caac8cb7a66428db6ebd5 | 37,933,151,181,814 | c85c460e7c7410e66aec5d2b1c5b44467a320d58 | /src/main/java/com/alibaba/druid/sql/ast/SQLHint.java | 538d0a837eaf1a4ed91e9cbacce4d05a5a60bcfb | [] | no_license | Pengxiaolong/druid | https://github.com/Pengxiaolong/druid | f51900708114a34872b79a397a254344f066bb54 | cc6956c7df7c2037d8d2169cea068444b20f7d5d | refs/heads/master | 2020-12-25T17:03:11.640000 | 2012-08-18T14:28:42 | 2012-08-18T14:28:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alibaba.druid.sql.ast;
public interface SQLHint extends SQLObject {
}
| UTF-8 | Java | 85 | java | SQLHint.java | Java | [] | null | [] | package com.alibaba.druid.sql.ast;
public interface SQLHint extends SQLObject {
}
| 85 | 0.776471 | 0.776471 | 6 | 13.166667 | 18.496996 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 14 |
c8b76291568b5e845cc58382fc795478474c0e0c | 8,761,733,343,393 | c76e9c8ee34d6ffad806db96852a739b4b724471 | /app/src/main/java/idp/velp/activities/CaregiverProfile.java | 553ddd7371a462468ee5e835c5d41df945490a55 | [] | no_license | andrewlcja/velp | https://github.com/andrewlcja/velp | 5fae3f555ec2992ff4e8bbe24170ad86a4a7137d | 2c3c03c1e0f369a4811fd5cc39c5031511521aa2 | refs/heads/master | 2021-01-10T23:14:47.317000 | 2016-10-06T05:31:41 | 2016-10-06T05:31:41 | 69,725,505 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package idp.velp.activities;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import android.view.MenuInflater;
import a... | UTF-8 | Java | 3,471 | java | CaregiverProfile.java | Java | [
{
"context": "ed(true);\n getSupportActionBar().setTitle(\"Janice Tan\");\n\n //retrieve shared preferences\n ",
"end": 1101,
"score": 0.9997981786727905,
"start": 1091,
"tag": "NAME",
"value": "Janice Tan"
}
] | null | [] | package idp.velp.activities;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import android.view.MenuInflater;
import a... | 3,467 | 0.665802 | 0.660328 | 103 | 32.699028 | 27.514105 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.650485 | false | false | 14 |
e42a4f789203154ec0be27907a8abfa77988102d | 39,359,080,327,394 | 27239f983406a79e2d7f2e13e006946cd8c41964 | /src/day5/Student.java | 72fa482409a3bf7086ec16217dc1db9fd6d1e6ad | [] | no_license | GaoChengQuan/Java1703 | https://github.com/GaoChengQuan/Java1703 | 6e027dc6f89f3b0fb578c1598d93035afae414a2 | 5fd70956f7cf44c4c8b56de0ea1809ef31f9d8ad | refs/heads/master | 2021-01-18T03:36:06.226000 | 2017-04-21T10:59:50 | 2017-04-21T11:04:56 | 86,309,608 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day5;
public class Student extends Person {
private String className;
public Student() {
super();
}
public Student(String name, int age, char gender, String className) {
super(name, age, gender);
this.className = className;
}
public String getClassName() {
return className;
}
public void se... | UTF-8 | Java | 463 | java | Student.java | Java | [] | null | [] | package day5;
public class Student extends Person {
private String className;
public Student() {
super();
}
public Student(String name, int age, char gender, String className) {
super(name, age, gender);
this.className = className;
}
public String getClassName() {
return className;
}
public void se... | 463 | 0.694506 | 0.692308 | 26 | 16.5 | 18.01762 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 14 |
16ee9b4d6975268cc7b18abc654c866424e8d34a | 33,938,831,616,328 | 92881f2b13adae8a2278ec376e76c9acbb2bdd92 | /core/src/main/java/de/jandrotek/android/aspectra/core/FileUtils.java | 6ae350c5243632d03563a24be2d134f27e586935 | [] | no_license | JanDebiec/aspectramini | https://github.com/JanDebiec/aspectramini | b4c08559500471ca609a2ecf38b88972de43127d | b2cd62128d3ebc5e82f912d373c4e53b0826e203 | refs/heads/master | 2016-05-27T00:47:44.213000 | 2015-04-14T15:13:10 | 2015-04-14T15:13:10 | 32,181,300 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.jandrotek.android.aspectra.core;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by jan on 19.03.15.
*/
public class FileUtils {
/*
Whereas you can have Dat... | UTF-8 | Java | 1,473 | java | FileUtils.java | Java | [
{
"context": "eFormat;\nimport java.util.Date;\n\n/**\n * Created by jan on 19.03.15.\n */\npublic class FileUtils {\n /*\n",
"end": 242,
"score": 0.9979562759399414,
"start": 239,
"tag": "USERNAME",
"value": "jan"
}
] | null | [] | package de.jandrotek.android.aspectra.core;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* Created by jan on 19.03.15.
*/
public class FileUtils {
/*
Whereas you can have Dat... | 1,473 | 0.610998 | 0.553971 | 45 | 31.733334 | 26.428436 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 14 |
2efbb43f40b7681e3724e10df2f5d6e63f3f90e4 | 36,472,862,316,497 | 3b04666e40daac180f9b4b326235e195dc15be80 | /src/main/java/com/sicredi/assembleia/controller/PautaController.java | b4bb51b60ff85265e3e821f965da26de82cff147 | [] | no_license | Nathydmc/assembleia | https://github.com/Nathydmc/assembleia | dfd8fdf428d09ba74899420d5ec93961032fedca | 5ecbe47886c69d2371b172470e55333a7ac0e836 | refs/heads/master | 2023-02-14T22:58:02.195000 | 2021-01-04T17:49:06 | 2021-01-04T17:49:06 | 326,249,977 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sicredi.assembleia.controller;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.validation.annotation.Validated;
import org.sp... | UTF-8 | Java | 1,507 | java | PautaController.java | Java | [] | null | [] | package com.sicredi.assembleia.controller;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.validation.annotation.Validated;
import org.sp... | 1,507 | 0.840743 | 0.840743 | 42 | 34.880951 | 30.025547 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 14 |
9fcc98d1775707c0f12bacd936dfe58c3c208ca0 | 33,689,723,495,718 | 1f9187ad5731bfdc2ff6ed45f180fe05644e6633 | /datastruct/Stackvisualize.java | 8e51ea834153f463ba20377d349340624b78427a | [] | no_license | JCIris/Data-Visualization | https://github.com/JCIris/Data-Visualization | 22f4033822f9a3b1db97de2dbdad5afb09dd9f9f | eac3d94c1d8ff9f69efd57131682da485de01b5d | refs/heads/master | 2020-03-24T15:19:56.880000 | 2018-07-29T18:47:39 | 2018-07-29T18:47:39 | 142,786,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
This is a class to show how Stack works.
Click "PushIn" and "PopOut" to see elements be
pushed in and popped out of the Stack in a LIFO way.
*/
package datastruct;
import sound.*;
import javafx.animation.FadeTransition;
import javafx.application.Application;
import javafx.geometry.Insets;
import javafx.... | UTF-8 | Java | 7,614 | java | Stackvisualize.java | Java | [
{
"context": " {\r\n setAlert(\"AuthorInformation:\", \"by Hui Yan\", \"information\");\r\n sp.makesound(\"soun",
"end": 5161,
"score": 0.9996578693389893,
"start": 5154,
"tag": "NAME",
"value": "Hui Yan"
}
] | null | [] | /*
This is a class to show how Stack works.
Click "PushIn" and "PopOut" to see elements be
pushed in and popped out of the Stack in a LIFO way.
*/
package datastruct;
import sound.*;
import javafx.animation.FadeTransition;
import javafx.application.Application;
import javafx.geometry.Insets;
import javafx.... | 7,613 | 0.600867 | 0.588127 | 233 | 30.678112 | 22.155407 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.725322 | false | false | 14 |
a11b3347b752b6941a6ce6c1f2d528ebb8fc2c7c | 34,024,730,937,524 | 6da76ff84ff2aadd296d271aab1483b39a51d5e1 | /src/ntx/sap/struct/ZTS_MAT_QTY_S.java | 81bdb92ff06d91942f6e8625f4c1b62a1dc5e29d | [] | no_license | jsasha70/ntx_TermServer | https://github.com/jsasha70/ntx_TermServer | 5bd33ccedb31557a090b2f3fd29285130e12e231 | b913c30619bd36bfb0d10458f329702b70e736e8 | refs/heads/master | 2020-04-19T03:29:19.572000 | 2020-02-28T07:39:45 | 2020-02-28T07:39:45 | 167,935,797 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ntx.sap.struct;
import java.math.BigDecimal;
public class ZTS_MAT_QTY_S {
public String MATNR = ""; // Номер материала
public BigDecimal QTY = new BigDecimal(0); // Количество
}
| UTF-8 | Java | 217 | java | ZTS_MAT_QTY_S.java | Java | [] | null | [] | package ntx.sap.struct;
import java.math.BigDecimal;
public class ZTS_MAT_QTY_S {
public String MATNR = ""; // Номер материала
public BigDecimal QTY = new BigDecimal(0); // Количество
}
| 217 | 0.715026 | 0.709845 | 9 | 20.444445 | 20.59186 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.