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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
fb9c201a5b9f11c349c08826011a00ab204e2159 | 13,297,218,818,811 | 88ceea4a18aee964e1866bf10e8322a60950549e | /darma/app/co/darma/configs/DataConfig.java | 2d36f1909947d738e726a59a0f35ba0febf2fd98 | [] | no_license | suevip/smart-device | https://github.com/suevip/smart-device | 03e1860f626becbce46840ef39fd082707b82113 | 1e78bda66c8e3893bbf08799aa0b0a6236160aa1 | refs/heads/master | 2017-05-11T05:26:53.968000 | 2017-02-10T14:10:30 | 2017-02-10T14:10:30 | 82,620,589 | 0 | 1 | null | true | 2017-02-21T01:16:35 | 2017-02-21T01:16:35 | 2017-02-10T14:13:26 | 2017-02-10T14:12:19 | 996 | 0 | 0 | 0 | null | null | null | package co.darma.configs;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.datasource.DriverManagerDataSource;
import javax.sql.DataSource;
import play.Play;
@Configuration
public class DataConfig {
@Bean
public... | UTF-8 | Java | 859 | java | DataConfig.java | Java | [] | null | [] | package co.darma.configs;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jdbc.datasource.DriverManagerDataSource;
import javax.sql.DataSource;
import play.Play;
@Configuration
public class DataConfig {
@Bean
public... | 859 | 0.756694 | 0.756694 | 24 | 34.833332 | 35.979931 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
0bb26183e700b50bc149878c5ac568d03a97e36f | 21,079,699,503,549 | 5cfaeebdc7c50ca23ee368fa372d48ed1452dfeb | /xd-cache/src/main/java/com/xiaodou/common/cache/local/LocalCache.java | a89555a8c290c9282ce2e54e404783623bbd3163 | [] | no_license | zdhuangelephant/xd_pro | https://github.com/zdhuangelephant/xd_pro | c8c8ff6dfcfb55aead733884909527389e2c8283 | 5611b036968edfff0b0b4f04f0c36968333b2c3b | refs/heads/master | 2022-12-23T16:57:28.306000 | 2019-12-05T06:05:43 | 2019-12-05T06:05:43 | 226,020,526 | 0 | 2 | null | false | 2022-12-16T02:23:20 | 2019-12-05T05:06:27 | 2019-12-05T06:09:36 | 2022-12-16T02:23:19 | 383,586 | 0 | 2 | 66 | JavaScript | false | false | package com.xiaodou.common.cache.local;
import java.util.Map;
import com.google.common.collect.Maps;
/**
* 本地缓存-放在应用服务器内存中的缓存(注意集群环境中不要出现脏数据)
* 1.2.0后不建议使用该类,请使用DynamicLocalCache与StaticLocalCache
* @author zhaodan
* @version 1.0
* @date 2014-3-4
*/
@Deprecated
public class LocalCache {
private s... | UTF-8 | Java | 1,344 | java | LocalCache.java | Java | [
{
"context": ",请使用DynamicLocalCache与StaticLocalCache\r\n * @author zhaodan\r\n * @version 1.0\r\n * @date 2014-3-4\r\n */\r\n@Deprec",
"end": 226,
"score": 0.999627947807312,
"start": 219,
"tag": "USERNAME",
"value": "zhaodan"
}
] | null | [] | package com.xiaodou.common.cache.local;
import java.util.Map;
import com.google.common.collect.Maps;
/**
* 本地缓存-放在应用服务器内存中的缓存(注意集群环境中不要出现脏数据)
* 1.2.0后不建议使用该类,请使用DynamicLocalCache与StaticLocalCache
* @author zhaodan
* @version 1.0
* @date 2014-3-4
*/
@Deprecated
public class LocalCache {
private s... | 1,344 | 0.718601 | 0.709857 | 42 | 27.952381 | 25.782009 | 80 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452381 | false | false | 8 |
bd5f08892177f7486aff2c44c6e0580c9ca4aecb | 12,386,685,720,712 | be5e1076427d942be2542d0a5eb0f963a24422df | /classes/com/upsight/android/googleadvertisingid/internal/GoogleAdvertisingProviderModule.java | b7a214bcf5f10b912ef3962b7b2379be9f47f0a9 | [] | no_license | makertech81/pokemongo-decompiledcode-android | https://github.com/makertech81/pokemongo-decompiledcode-android | 628a57f1605dc651434f3d00344d714023f36eb0 | df2d83d432804d25b0db9387d4a785f8da7353e4 | refs/heads/master | 2020-03-03T04:29:40.692000 | 2016-08-05T19:01:26 | 2016-08-05T19:01:26 | 65,024,502 | 15 | 7 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.upsight.android.googleadvertisingid.internal;
import com.upsight.android.UpsightContext;
import com.upsight.android.logger.UpsightLogger;
import dagger.Module;
import dagger.Provides;
import javax.inject.Singleton;
@Module
public final class GoogleAdvertisingProviderModule
{
private final UpsightContext... | UTF-8 | Java | 1,075 | java | GoogleAdvertisingProviderModule.java | Java | [
{
"context": "Upsight;\n }\n}\n\n\n/* Location: /Users/tjledwith/Downloads/dex2jar-0.0.9.8/classes_dex2jar.jar!/co",
"end": 870,
"score": 0.9996528625488281,
"start": 861,
"tag": "USERNAME",
"value": "tjledwith"
}
] | null | [] | package com.upsight.android.googleadvertisingid.internal;
import com.upsight.android.UpsightContext;
import com.upsight.android.logger.UpsightLogger;
import dagger.Module;
import dagger.Provides;
import javax.inject.Singleton;
@Module
public final class GoogleAdvertisingProviderModule
{
private final UpsightContext... | 1,075 | 0.779535 | 0.767442 | 39 | 26.589743 | 34.200554 | 176 | false | false | 0 | 0 | 0 | 0 | 81 | 0.075349 | 0.307692 | false | false | 8 |
f8a6573fc2425a6d81fdfa2f23dd9fab77a18d91 | 18,975,165,561,034 | a1f54c4fc08b70dfcde20dd3dc2e0b544850ceb9 | /Vasilev_samouchitel/src/Ch_8/AbstractDemo.java | 5ae0dc931c9b252e166ab130c5bda4488e83ff2c | [] | no_license | smith1984/java_src_tutorial | https://github.com/smith1984/java_src_tutorial | 175d4f69e443084f82c48ab7457dcacfae3dfb23 | 50fd98e37d675f597074a6e53a9ef34824d5fcd4 | refs/heads/master | 2020-04-09T03:38:38.848000 | 2018-12-01T21:57:20 | 2018-12-01T21:57:20 | 159,990,788 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Ch_8;
// Абстрактный класс:
abstract class Base3{
// Текстовое поле:
String operation;
// Конструктор:
Base3(String str){
operation=str;}
// Абстрактный метод:
abstract int F(int n);
// Обычный метод (с вызовом абстрактного):
void show(int n){
System.o... | UTF-8 | Java | 2,009 | java | AbstractDemo.java | Java | [] | null | [] | package Ch_8;
// Абстрактный класс:
abstract class Base3{
// Текстовое поле:
String operation;
// Конструктор:
Base3(String str){
operation=str;}
// Абстрактный метод:
abstract int F(int n);
// Обычный метод (с вызовом абстрактного):
void show(int n){
System.o... | 2,009 | 0.618822 | 0.61002 | 49 | 28.142857 | 13.51643 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387755 | false | false | 8 |
2cc8b44c079a24c0e9e72f1afcf298115022efb0 | 33,603,824,162,908 | 8e438e2a9289f327af602b46b66d1e31d0ccfc00 | /src/logica/ControladorPaciente.java | aa34c73c9814c76d70453268fd8bfec4191847b9 | [] | no_license | kcastellano/Hera-Server | https://github.com/kcastellano/Hera-Server | cbea8ac2314d5981cf7cb80147c166cfa7b9e54a | e86adbe71e99f85734e265d941a4b796c5262e5a | refs/heads/master | 2021-01-21T13:48:47.731000 | 2011-08-06T02:14:37 | 2011-08-06T02:14:37 | 2,111,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package logica;
import configuracion.ConexionFactory;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import persistencia.DaoPaciente;
import dominio.Paciente;
/**
*
* @author ecomobile
*/
publ... | UTF-8 | Java | 2,078 | java | ControladorPaciente.java | Java | [
{
"context": "iente;\nimport dominio.Paciente;\n\n/**\n *\n * @author ecomobile\n */\npublic class ControladorPaciente {\n\n publi",
"end": 311,
"score": 0.9991662502288818,
"start": 302,
"tag": "USERNAME",
"value": "ecomobile"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package logica;
import configuracion.ConexionFactory;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import persistencia.DaoPaciente;
import dominio.Paciente;
/**
*
* @author ecomobile
*/
publ... | 2,078 | 0.701636 | 0.701636 | 63 | 31.984127 | 27.14657 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 8 |
d84377f2cc2c59b7f9b42fa08776abb33e1f2fb1 | 22,144,851,407,027 | 47b77d915d77353e2b5c309437cd5be59e17a81f | /src/emidetail/database/utils/LinksFunctions.java | 3f5ea33a2e45c598dde974666910c1a015a9a33f | [] | no_license | DVAmod/emiCabLink | https://github.com/DVAmod/emiCabLink | 2133109b7bdcc4cd24dcaf1d966f3434c1e00970 | cf49cabb41bbb117ec39b45c40aa625667ba1d60 | refs/heads/master | 2020-03-25T04:14:58.867000 | 2018-09-21T09:33:53 | 2018-09-21T09:33:53 | 143,385,199 | 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 emidetail.database.utils;
import emidetail.database.beans.LinkStands;
import emidetail.database.beans.LinkTrays;
im... | UTF-8 | Java | 4,612 | java | LinksFunctions.java | Java | [
{
"context": "port org.hibernate.Session;\r\n\r\n/**\r\n *\r\n * @author DVAmod\r\n */\r\npublic class LinksFunctions {\r\n \r\n \r\n",
"end": 619,
"score": 0.9996501803398132,
"start": 613,
"tag": "USERNAME",
"value": "DVAmod"
}
] | 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 emidetail.database.utils;
import emidetail.database.beans.LinkStands;
import emidetail.database.beans.LinkTrays;
im... | 4,612 | 0.47745 | 0.474198 | 157 | 27.375795 | 21.780729 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484076 | false | false | 8 |
b28941e804fa25c6168850920eee3696a4a0372a | 6,201,932,814,982 | 2772a37ce35f824e93a9d0940a434c2b829188ae | /faith-blog-java/src/main/java/cn/yanstu/blog/service/impl/LinkServiceImpl.java | b22bfef67aefe334043d0a292fdc0f86cf326b9e | [] | no_license | Xinjiann/faith-blog | https://github.com/Xinjiann/faith-blog | 21bafe0ac40c6cef48205ecaa247c918837695b7 | f8d5d937adec13d0a071c0696ee834dc41648c18 | refs/heads/master | 2023-01-15T22:28:00.142000 | 2020-11-28T06:09:21 | 2020-11-28T06:09:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.yanstu.blog.service.impl;
import cn.yanstu.blog.entity.Link;
import cn.yanstu.blog.mapper.LinkMapper;
import cn.yanstu.blog.service.LinkService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
/**
* <p>
* 服务实现类
* </p>
*
* @author yans... | UTF-8 | Java | 462 | java | LinkServiceImpl.java | Java | [
{
"context": "rvice;\n\n/**\n * <p>\n * 服务实现类\n * </p>\n *\n * @author yanstu\n * @since 2020-11-21\n */\n@Service\npublic class Li",
"end": 322,
"score": 0.9996693730354309,
"start": 316,
"tag": "USERNAME",
"value": "yanstu"
}
] | null | [] | package cn.yanstu.blog.service.impl;
import cn.yanstu.blog.entity.Link;
import cn.yanstu.blog.mapper.LinkMapper;
import cn.yanstu.blog.service.LinkService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
/**
* <p>
* 服务实现类
* </p>
*
* @author yans... | 462 | 0.765487 | 0.747788 | 20 | 21.6 | 24.812094 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 8 |
56c484e3a78eef0e17219b9efea6344032b34488 | 6,201,932,813,229 | ed5b03c7cf8a8d6e9e98cda8f46be30b3bedc8bc | /src/huard/iws/servlet/ObjectQuery.java | 7f2a64775c00e0b725445883819bfb6cd5375302 | [] | no_license | yairzo/websites | https://github.com/yairzo/websites | ef3c7d5c13a0615d49a2ee0ae777d2373c9fd963 | cd3c4604e0bf601dde626b7d9ab8a58c66e9c465 | refs/heads/master | 2021-01-13T01:49:13.210000 | 2014-11-13T10:12:18 | 2014-11-13T10:12:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package huard.iws.servlet;
import huard.iws.bean.CallForProposalBean;
import huard.iws.bean.PersonBean;
import huard.iws.model.CallForProposal;
import huard.iws.model.Fund;
import huard.iws.service.CallForProposalService;
import huard.iws.service.FundService;
import huard.iws.service.HujiAuthorizationService;
import h... | UTF-8 | Java | 8,228 | java | ObjectQuery.java | Java | [] | null | [] | package huard.iws.servlet;
import huard.iws.bean.CallForProposalBean;
import huard.iws.bean.PersonBean;
import huard.iws.model.CallForProposal;
import huard.iws.model.Fund;
import huard.iws.service.CallForProposalService;
import huard.iws.service.FundService;
import huard.iws.service.HujiAuthorizationService;
import h... | 8,228 | 0.753889 | 0.751094 | 214 | 37.448597 | 27.136633 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.046729 | false | false | 8 |
9ec52089663d3d6ada0218a2956f4544ce44150e | 14,791,867,411,999 | 299f5fd4f42bce6cdddee7fea4ae8c59b496122b | /simulator/src/main/java/com/cxstudio/trading/SequentialHistoricalTradeRetriever.java | b272ee929f85bf66d3e71e9e32d908eaee34c2d0 | [] | no_license | cxstudio-com/market-simulator | https://github.com/cxstudio-com/market-simulator | 37b98cbf05ade09a68cff930d6073d10be66a9f4 | 949f7a9d9343ad383b793b9b90f675b7d1ad13c0 | refs/heads/master | 2016-09-03T01:43:10.218000 | 2015-02-21T09:55:46 | 2015-02-21T09:55:46 | 26,846,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cxstudio.trading;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import java.util.ListIterator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.cxstudio.trading.dao.TradeDao;
import com.cxstudio.trading.model.DataFilter;
import com.cxstudio.trading.model.Sy... | UTF-8 | Java | 6,726 | java | SequentialHistoricalTradeRetriever.java | Java | [
{
"context": "e cache is reached not when the end\n * \n * @author mikecao\n *\n */\npublic class SequentialHistoricalTradeRetr",
"end": 555,
"score": 0.9995848536491394,
"start": 548,
"tag": "USERNAME",
"value": "mikecao"
}
] | null | [] | package com.cxstudio.trading;
import java.util.Date;
import java.util.LinkedList;
import java.util.List;
import java.util.ListIterator;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.cxstudio.trading.dao.TradeDao;
import com.cxstudio.trading.model.DataFilter;
import com.cxstudio.trading.model.Sy... | 6,726 | 0.589949 | 0.585192 | 155 | 42.393547 | 31.808804 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.754839 | false | false | 8 |
221f904a5835a50409b3fb5553b7f844c1d72d88 | 10,213,432,268,804 | 723e06240416852c65ab5595238ec68840d4cc94 | /src/main/java/org/upgrad/controllers/QuestionController.java | a7c96fdcdd8bd268f147e2a9eae621c16d43d845 | [
"MIT"
] | permissive | Akshar9015/spring-api | https://github.com/Akshar9015/spring-api | c58a59a90d0027b0115ae27af91cf0c0e876b8e6 | 9d10d78118fc81c2894dd90159f6b3811c74c468 | refs/heads/master | 2020-03-22T12:50:07.883000 | 2018-07-22T09:25:12 | 2018-07-22T09:25:12 | 140,065,370 | 0 | 0 | MIT | true | 2018-07-22T06:08:56 | 2018-07-07T08:08:54 | 2018-07-07T08:08:57 | 2018-07-21T23:17:48 | 80 | 0 | 0 | 1 | Java | false | null | package org.upgrad.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import org.upgrad.models.Question;
import org.upgrad.models.User;
import org.upgra... | UTF-8 | Java | 3,793 | java | QuestionController.java | Java | [] | null | [] | package org.upgrad.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import org.upgrad.models.Question;
import org.upgrad.models.User;
import org.upgra... | 3,793 | 0.669127 | 0.669127 | 99 | 37.313129 | 34.821522 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464646 | false | false | 8 |
69eba6314c9064d1b48261ca8ec1b3995ddd66fd | 30,459,908,103,775 | bd4c54391aa43dd451408479dca6a20789acad1f | /src/main/java/com/example/jenkins_test/controller.java | dde66c38fb05f312edc17890a5dfe307068d3329 | [] | no_license | mekvn123/jenkins-test-demo | https://github.com/mekvn123/jenkins-test-demo | 413afbc50a311afea0aa5c8f7529f315d7ccfee9 | 43ed852cf9af225ffe7970b0f2c06663b46b04d7 | refs/heads/master | 2023-08-30T07:54:44.245000 | 2021-11-02T02:07:32 | 2021-11-02T02:07:32 | 423,373,159 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jenkins_test;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class controller {
@GetMapping("/hello")
public void getHello() {
System.out.println("this is a test hello Api.");
}
}
| UTF-8 | Java | 320 | java | controller.java | Java | [] | null | [] | package com.example.jenkins_test;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class controller {
@GetMapping("/hello")
public void getHello() {
System.out.println("this is a test hello Api.");
}
}
| 320 | 0.740625 | 0.740625 | 12 | 25.666666 | 22.008837 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 8 |
8e1ab7abccd68ad4caefd82bbeecd5bc42657278 | 8,710,193,711,685 | ae5c07fafa192f177f3edc395cd2aa2452163e5a | /Factorial.java | ff531ea636009f0cdec54edec6afa9355583395a | [] | no_license | anushapeddigar/Program-Structures-and-Algorithms-INFO6205 | https://github.com/anushapeddigar/Program-Structures-and-Algorithms-INFO6205 | e41291505a7e1acbc444c84093dc7bf879709984 | 291ddcf6c9ce0a4b596aeb4eba9f9b41a99eae38 | refs/heads/main | 2023-04-22T23:08:00.408000 | 2021-05-12T20:15:19 | 2021-05-12T20:15:19 | 366,839,285 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Anusha Peddigari
* 001023769
*/
package Test;
/**
*
* @author 16175
*/
public class Factorial {
public static int getFactorial(int n)
{
return ( n==0 || n==2 || n==1) ? n : n * getFactorial(n - 1);
}
public static void main(String[] args) {
int n = 5;
System.out.println(... | UTF-8 | Java | 378 | java | Factorial.java | Java | [
{
"context": "/*\r\n * Anusha Peddigari\r\n * 001023769\r\n */\r\npackage Test;\r\n\r\n/**\r\n *\r\n * ",
"end": 23,
"score": 0.9998826384544373,
"start": 7,
"tag": "NAME",
"value": "Anusha Peddigari"
},
{
"context": "023769\r\n */\r\npackage Test;\r\n\r\n/**\r\n *\r\n * @author 1617... | null | [] | /*
* <NAME>
* 001023769
*/
package Test;
/**
*
* @author 16175
*/
public class Factorial {
public static int getFactorial(int n)
{
return ( n==0 || n==2 || n==1) ? n : n * getFactorial(n - 1);
}
public static void main(String[] args) {
int n = 5;
System.out.println("Factorial... | 368 | 0.537037 | 0.486772 | 25 | 13.12 | 19.161043 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 8 |
9565bacb8f8b35ca48b3f61f862f74fb712e9a57 | 2,173,253,501,938 | c4c3c07aae0ed47399bf46c3847548530f3d238f | /src/main/java/com/chinesedreamer/rating/rating/repository/RatingScoreViewRepository.java | 73c65671532bab87a28ddde43077305d5899fa7b | [] | no_license | Sos10086tsj/rating | https://github.com/Sos10086tsj/rating | 99fa1d5c4b8706d56b9a8f209fe4041927d108cd | 41ff928af2375f5df2db51818fe1de284d5aa0b4 | refs/heads/master | 2021-01-18T21:56:56.845000 | 2017-01-04T07:47:58 | 2017-01-04T07:47:58 | 37,579,003 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chinesedreamer.rating.rating.repository;
import java.util.List;
import com.chinesedreamer.rating.base.jpa.repository.BaseRepository;
import com.chinesedreamer.rating.rating.model.RatingScoreView;
/**
* Description:
* @author Paris
* @date Jul 2, 20159:47:02 AM
* @version beta
*/
public interface Ra... | UTF-8 | Java | 595 | java | RatingScoreViewRepository.java | Java | [
{
"context": ".RatingScoreView;\n\n/**\n * Description: \n * @author Paris\n * @date Jul 2, 20159:47:02 AM\n * @version beta\n ",
"end": 248,
"score": 0.9970370531082153,
"start": 243,
"tag": "NAME",
"value": "Paris"
}
] | null | [] | package com.chinesedreamer.rating.rating.repository;
import java.util.List;
import com.chinesedreamer.rating.base.jpa.repository.BaseRepository;
import com.chinesedreamer.rating.rating.model.RatingScoreView;
/**
* Description:
* @author Paris
* @date Jul 2, 20159:47:02 AM
* @version beta
*/
public interface Ra... | 595 | 0.803361 | 0.786555 | 18 | 32.055557 | 30.011984 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 8 |
7c42492b6c6efcd161a0e3e696a2664ec34303ff | 21,294,447,902,409 | 6ed31f045fd77eebceea0ff4969507383509d018 | /src/properties/ApplicationStrings.java | 272d32b41bacdf1c054f6e42a50b2c72f3cce8b7 | [] | no_license | willamys/CitiesseExec | https://github.com/willamys/CitiesseExec | a35eaa6b5761fabfc91453152a78cb6c778a7e60 | 14659cfd056cd0a0b89b3604739d43fe9e3be88f | refs/heads/master | 2020-05-27T04:10:08.073000 | 2012-05-22T14:15:46 | 2012-05-22T14:15:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package properties;
public enum ApplicationStrings {
GMSEXECUTIONTEST_ERROR_MESSAGE_INSERT_EXECUTIONTEST,
GMSEXECUTIONTEST_ERROR_MESSAGE_UPDATE_EXECUTIONTEST,
GMSEXECUTIONTEST_ERROR_MESSAGE_DELETE_EXECUTIONTEST,
GMSEXECUTIONTEST_ERROR_MESSAGE_LIST_ALL_EXECUTIONTEST,
GMSEXECUTIONTEST_ERROR_MESSAGE_LIST_EX... | UTF-8 | Java | 1,000 | java | ApplicationStrings.java | Java | [] | null | [] | package properties;
public enum ApplicationStrings {
GMSEXECUTIONTEST_ERROR_MESSAGE_INSERT_EXECUTIONTEST,
GMSEXECUTIONTEST_ERROR_MESSAGE_UPDATE_EXECUTIONTEST,
GMSEXECUTIONTEST_ERROR_MESSAGE_DELETE_EXECUTIONTEST,
GMSEXECUTIONTEST_ERROR_MESSAGE_LIST_ALL_EXECUTIONTEST,
GMSEXECUTIONTEST_ERROR_MESSAGE_LIST_EX... | 1,000 | 0.811 | 0.811 | 28 | 33.714287 | 18.568132 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.535714 | false | false | 8 |
0a288e272bb5f1849e43d8c1497ccc97ea9e64f1 | 10,642,929,029,967 | 4ceb6fb7b15866aa1a078414931aad95301256f3 | /src/main/java/com/vishal/application/services/LogReadingService.java | e3f52f40b4f184f8add509e8deafe198463cc19f | [] | no_license | Vishal-Joshi/project-log-tracer | https://github.com/Vishal-Joshi/project-log-tracer | 822c965c010ac60d4d061f550e8028323519b04c | 54f517251a8850a524bf56ca7bf5f4c973ca371d | refs/heads/master | 2021-01-20T13:03:14.783000 | 2017-05-15T07:46:04 | 2017-05-15T07:46:04 | 90,439,921 | 0 | 0 | null | false | 2017-05-10T15:50:21 | 2017-05-06T05:34:48 | 2017-05-08T05:07:51 | 2017-05-10T15:50:21 | 19,299 | 0 | 0 | 0 | Groovy | null | null | package com.vishal.application.services;
import com.vishal.application.TraceObjectFactory;
import com.vishal.application.entity.Span;
import com.vishal.application.entity.Trace;
import com.vishal.application.exception.InternalServerError;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annot... | UTF-8 | Java | 2,274 | java | LogReadingService.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by vishal.joshi on 5/10/17.\n */\n@Service\n@Slf4j\npublic class LogR",
"end": 495,
"score": 0.952980101108551,
"start": 483,
"tag": "USERNAME",
"value": "vishal.joshi"
}
] | null | [] | package com.vishal.application.services;
import com.vishal.application.TraceObjectFactory;
import com.vishal.application.entity.Span;
import com.vishal.application.entity.Trace;
import com.vishal.application.exception.InternalServerError;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annot... | 2,274 | 0.725154 | 0.721636 | 53 | 41.905659 | 34.975067 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641509 | false | false | 8 |
c35c5e514fe78a4708b83eaded8744a45ad70249 | 4,638,564,698,041 | c29117922fcfae3516095d76143bdf86c1e0b758 | /Pangeo/src/pangeo/main/world/SpritesheetType.java | 0e4fe66f98b0174f2047aa3cfd0e6e2c91338ca6 | [] | no_license | rangerofthewest/pangeo-code-java | https://github.com/rangerofthewest/pangeo-code-java | b3b5dabfb0dc6f6c4135dab686691420d931c438 | d3a92eb9bf2b5e7fbe1f8699e7286da01567c528 | refs/heads/master | 2019-05-16T09:57:58.033000 | 2016-07-04T21:33:43 | 2016-07-04T21:36:22 | 27,643,445 | 1 | 1 | null | false | 2016-04-24T15:40:24 | 2014-12-06T17:59:49 | 2016-02-11T23:12:11 | 2016-04-24T15:40:23 | 621,349 | 1 | 0 | 20 | HTML | null | null | package pangeo.main.world;
public enum SpritesheetType {
Normal,
Torch,
Vegetation
}
| UTF-8 | Java | 89 | java | SpritesheetType.java | Java | [] | null | [] | package pangeo.main.world;
public enum SpritesheetType {
Normal,
Torch,
Vegetation
}
| 89 | 0.764045 | 0.764045 | 7 | 11.714286 | 10.633025 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 8 |
4ae1d4737c745c56667e17f0111a87674d0ae00c | 22,643,067,632,672 | eafa53d6815402a23645b33eb5798a499129d34b | /app/src/main/java/tech/ceece/opencircle/SignUp.java | d1305ebbb7be62cfa5c13bb4b26a293dd4d496d1 | [] | no_license | yashjain27/Open-Circle-Android-App | https://github.com/yashjain27/Open-Circle-Android-App | e77394af8fc863148f94f96c8387e0d83af1b85d | 5456af4f6af512a63656f8aef792a015acd23eda | refs/heads/master | 2021-06-18T08:10:10.407000 | 2017-07-02T21:21:27 | 2017-07-02T21:21:27 | 91,845,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tech.ceece.opencircle;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v4.content.IntentCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
impo... | UTF-8 | Java | 4,427 | java | SignUp.java | Java | [
{
"context": " addToDataBase(userName, firstName + \" \" + lastName, email, phoneNumber, pass);\n ",
"end": 2698,
"score": 0.998792290687561,
"start": 2689,
"tag": "NAME",
"value": "firstName"
},
{
"context": " addToDataBase(userName, firstName + ... | null | [] | package tech.ceece.opencircle;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v4.content.IntentCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
impo... | 4,427 | 0.64197 | 0.639937 | 92 | 47.119564 | 30.924467 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923913 | false | false | 8 |
7c7b66c0ad596111a8be8d42e350401dce2c4d93 | 867,583,432,531 | da86ab22b62aa65e8f61b77fc0a76bbe4a951bab | /Probability & Sampling/380.InsertDeleteGetRandom.java | 92b6741aa0e7a3e2d2d631a2669e1528b53fe4d0 | [] | no_license | rainite/algorithm-exercise-notebook | https://github.com/rainite/algorithm-exercise-notebook | 4e5a128441a2df9af708285e12089b15d052b803 | 798489505cdf9579e98b33915eb0f91b076e1f3b | refs/heads/master | 2022-06-30T00:59:00.199000 | 2022-05-17T06:57:33 | 2022-05-17T06:57:33 | 203,053,866 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
思路: 主要用hashset 记录 val 的index, arraylist记录val;
insert:
arraylist加尾巴
map记录index
delete
思路为吧delete的元素照出来,用array尾部的元素替换, 如果本来就是最后一个元素, 直接删
1. get index of val
2. 记录array最后一个值temp
3. set (index,temp) [交换]
4. 删除array中最后一个元素
5. 删除map中这个元素val
6. 更新map记录新的index of temp
getRandom
直接公式取就好
*/
class RandomizedSet {
Map<Integ... | UTF-8 | Java | 1,760 | java | 380.InsertDeleteGetRandom.java | Java | [] | null | [] | /**
思路: 主要用hashset 记录 val 的index, arraylist记录val;
insert:
arraylist加尾巴
map记录index
delete
思路为吧delete的元素照出来,用array尾部的元素替换, 如果本来就是最后一个元素, 直接删
1. get index of val
2. 记录array最后一个值temp
3. set (index,temp) [交换]
4. 删除array中最后一个元素
5. 删除map中这个元素val
6. 更新map记录新的index of temp
getRandom
直接公式取就好
*/
class RandomizedSet {
Map<Integ... | 1,760 | 0.644836 | 0.63728 | 66 | 23.075758 | 20.634855 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484848 | false | false | 8 |
c327103165832a135c8160b42de36806f14302c1 | 35,029,753,288,386 | 858d66873ab6e459e82a8f090f29ad366dcf8f2b | /EAM2.0/tsrdp/src/main/java/com/tiansu/eam/modules/sys/dao/EamDictDao.java | e994fdcc1fa0ec9bb61443f525ab97df3de8a008 | [
"Apache-2.0"
] | permissive | duanfuju/EAM2.0 | https://github.com/duanfuju/EAM2.0 | 286c2b5c0165190eb4184835af6ece0564e7b4c5 | 18d6c7561af1659039f5ec2259506d7c6d0c2ec1 | refs/heads/master | 2020-03-16T17:25:44.244000 | 2018-05-10T01:29:45 | 2018-05-10T01:29:45 | 132,831,854 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiansu.eam.modules.sys.dao;
import com.thinkgem.jeesite.common.persistence.CrudDao;
import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao;
import com.tiansu.eam.modules.sys.entity.Dict;
import java.util.List;
import java.util.Map;
/**
* Created by wujh on 2017/7/26.
* 字典DAO接口
*/
@MyBati... | UTF-8 | Java | 768 | java | EamDictDao.java | Java | [
{
"context": "til.List;\nimport java.util.Map;\n\n/**\n * Created by wujh on 2017/7/26.\n * 字典DAO接口\n */\n@MyBatisDao\npublic i",
"end": 283,
"score": 0.9995874762535095,
"start": 279,
"tag": "USERNAME",
"value": "wujh"
}
] | null | [] | package com.tiansu.eam.modules.sys.dao;
import com.thinkgem.jeesite.common.persistence.CrudDao;
import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao;
import com.tiansu.eam.modules.sys.entity.Dict;
import java.util.List;
import java.util.Map;
/**
* Created by wujh on 2017/7/26.
* 字典DAO接口
*/
@MyBati... | 768 | 0.683616 | 0.673729 | 34 | 19.82353 | 19.626619 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323529 | false | false | 8 |
b196babbb5281b5818ed402e6c12a226b3c23c8f | 36,060,545,442,215 | 1e9b897571b91413dca6e2b9d7bdd649bc94b12d | /src/main/java/com/mikayelovich/part1/cheesr/model/Cart.java | cb5df40042a69af841bfbe643d94f13597d843ee | [] | no_license | ArmanMikayelovich/wicket-example | https://github.com/ArmanMikayelovich/wicket-example | 1d15071b6a32e46582264e5936c90cbe13e79c99 | be0f8d41a52f7dadcb0e14d5c1e62a546692bafe | refs/heads/master | 2023-01-23T22:10:22.477000 | 2020-12-04T14:32:16 | 2020-12-04T14:32:16 | 317,312,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mikayelovich.part1.cheesr.model;
import lombok.Data;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
@Data
public class Cart implements Serializable {
private List<Cheese> cheeses = new ArrayList<>();
private Address billingAddress = new Address();
public D... | UTF-8 | Java | 487 | java | Cart.java | Java | [] | null | [] | package com.mikayelovich.part1.cheesr.model;
import lombok.Data;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
@Data
public class Cart implements Serializable {
private List<Cheese> cheeses = new ArrayList<>();
private Address billingAddress = new Address();
public D... | 487 | 0.652977 | 0.648871 | 26 | 17.73077 | 18.101334 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 8 |
35398700a4de11359e71dc60ab0537d537c784fe | 37,417,755,087,939 | 4cba327066a1495355509c9f14bc195c98741e8a | /Module02/src/package_07/Io_07.java | 94fdb17959baa4d707e20e6f1ec8e1a6f45b3669 | [] | no_license | lai864/Project01 | https://github.com/lai864/Project01 | ba08218d5d65ed27ccd432196d218aea68568459 | 266e4e83de558b5f24ca03f83d23fcbbfd69b98e | refs/heads/master | 2023-09-03T07:46:46.531000 | 2021-11-04T02:29:41 | 2021-11-04T02:29:41 | 424,447,628 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package package_07;
import java.util.Properties;
import java.util.Set;
/*特殊操作流
* Properties作为Map集合的使用*/
/*Properties作为集合的特有方法
* setProperty(String key, String value): 设置集合的键和值,都是String类型,调用方法 put Hashtable。
* String getProperty(String key):使用此属性列表中指定的键搜索属性
* stringPropertyNames() :在这个属性列表中返回一组不可修改的键集,其中键和它的对应值是字符串
... | UTF-8 | Java | 1,864 | java | Io_07.java | Java | [] | null | [] | package package_07;
import java.util.Properties;
import java.util.Set;
/*特殊操作流
* Properties作为Map集合的使用*/
/*Properties作为集合的特有方法
* setProperty(String key, String value): 设置集合的键和值,都是String类型,调用方法 put Hashtable。
* String getProperty(String key):使用此属性列表中指定的键搜索属性
* stringPropertyNames() :在这个属性列表中返回一组不可修改的键集,其中键和它的对应值是字符串
... | 1,864 | 0.610661 | 0.589069 | 49 | 29.244898 | 23.285742 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 8 |
8ce47b7629cd770c2f178160de760bf9aa61d01e | 35,596,688,968,447 | 827b3976c4bb363fbee1f196877ac2eb40630936 | /src/com/snakybo/sengine/model/Model.java | f74ecd6400fd6a62e03e16c27c9cb040372edad5 | [
"MIT"
] | permissive | dreamsxin/SEngine2 | https://github.com/dreamsxin/SEngine2 | 0a7fd7ba8a9e5e5db059af93cf1300a10ca4a24b | 1394b3fabf4f27a3f9eda68566ea47ac4a97affc | refs/heads/master | 2016-12-31T05:43:42.591000 | 2016-04-07T22:11:33 | 2016-04-07T22:11:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // The MIT License(MIT)
//
// Copyright(c) 2016 Kevin Krol
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, ... | UTF-8 | Java | 5,609 | java | Model.java | Java | [
{
"context": "// The MIT License(MIT)\n//\n// Copyright(c) 2016 Kevin Krol\n//\n// Permission is hereby granted, free of charg",
"end": 58,
"score": 0.9998598098754883,
"start": 48,
"tag": "NAME",
"value": "Kevin Krol"
},
{
"context": "ector2f;\nimport org.joml.Vector3f;\n\n/**\n * @... | null | [] | // The MIT License(MIT)
//
// Copyright(c) 2016 <NAME>
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modi... | 5,605 | 0.66215 | 0.641113 | 240 | 22.370832 | 22.405914 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.725 | false | false | 8 |
7003b394519cb94a26e18e7b863485d06d9dd983 | 7,584,912,300,343 | 97429fe36b8abd0c2030c91302210ca36dde4400 | /NeomindFornecedores/src/main/java/br/com/neomind/EM/EntidadeManager.java | 4163d5dfdfc7fd1cc3a22ca07279e0ebc79bd17f | [] | no_license | rafacendron2009/CadastroFornecedores | https://github.com/rafacendron2009/CadastroFornecedores | c0d34bdc2a3ea82a18109ee0e18b86e960dbddc7 | 91f90b3a26e92fe05a40010ed4823a69b5e51790 | refs/heads/master | 2022-06-23T14:00:35.503000 | 2020-02-02T22:19:54 | 2020-02-02T22:19:54 | 237,843,613 | 0 | 0 | null | false | 2022-02-10T01:18:00 | 2020-02-02T22:02:14 | 2020-02-02T22:20:29 | 2022-02-10T01:18:00 | 146 | 0 | 0 | 2 | JavaScript | false | false | package br.com.neomind.EM;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
public class EntidadeManager {
private EntityManagerFactory factory = Persistence.createEntityManagerFactory("fornecedores");
private EntityManager retorno = fact... | UTF-8 | Java | 416 | java | EntidadeManager.java | Java | [] | null | [] | package br.com.neomind.EM;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
public class EntidadeManager {
private EntityManagerFactory factory = Persistence.createEntityManagerFactory("fornecedores");
private EntityManager retorno = fact... | 416 | 0.819712 | 0.819712 | 16 | 25 | 26.872383 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 8 |
4daf538a014b7061e94f883d13fc72df74e00daa | 16,475,494,606,964 | af685aee30e35721f60859344b171eec54f76fa9 | /src/main/java/com/leetcode/category/offer/_09/ImplementAQueueWithTwoStacks.java | bb42761270ed37f45fedbede49bf0e958907b686 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | kirving0815/awesome-leetcode | https://github.com/kirving0815/awesome-leetcode | 5cfbeb989f9bb5ee0d24cf0b0c0866d3cc490fcf | 596348d000249c55dd1823672a559c92fd2aed9e | refs/heads/master | 2021-06-27T08:57:32.137000 | 2020-01-03T03:00:37 | 2020-01-03T03:00:37 | 143,891,775 | 0 | 0 | null | false | 2020-10-13T16:59:36 | 2018-08-07T15:17:23 | 2020-01-03T03:00:49 | 2020-10-13T16:59:35 | 90 | 0 | 0 | 1 | Java | false | false | package com.leetcode.category.offer._09;
import com.leetcode.category.common.util.ToolUtil;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Stack;
/**
* 两个栈实现队列
*
* @author ZhouXu
* @version v1.0 2018-08-24
*/
public class ImplementAQueueWithTwoStacks {
private Stack<Intege... | UTF-8 | Java | 1,407 | java | ImplementAQueueWithTwoStacks.java | Java | [
{
"context": "ort java.util.Stack;\n\n/**\n * 两个栈实现队列\n *\n * @author ZhouXu\n * @version v1.0 2018-08-24\n */\npublic class Impl",
"end": 219,
"score": 0.9992675185203552,
"start": 213,
"tag": "NAME",
"value": "ZhouXu"
}
] | null | [] | package com.leetcode.category.offer._09;
import com.leetcode.category.common.util.ToolUtil;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Stack;
/**
* 两个栈实现队列
*
* @author ZhouXu
* @version v1.0 2018-08-24
*/
public class ImplementAQueueWithTwoStacks {
private Stack<Intege... | 1,407 | 0.572864 | 0.562814 | 50 | 26.860001 | 22.525551 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42 | false | false | 8 |
af576031c8b4aaf10a031905f9394090c7f99b48 | 30,090,540,943,137 | cc7c06ac7229fec368b274a8f49afab6e67728c3 | /core/src/main/java/com/newbee/demo/core/init/ContainerInitService.java | 6931ba7a2618d34b9b596b183c7db8e06d770207 | [] | no_license | Interesting-yum/demo-1 | https://github.com/Interesting-yum/demo-1 | 6193c76714b92e90edab925305e69d541b5135c4 | 89dc51b2fbee48963a3c6079340f1bb761966b7a | refs/heads/master | 2022-04-11T11:22:34.480000 | 2020-03-31T08:08:37 | 2020-03-31T08:08:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newbee.demo.core.init;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.context.event.ApplicationStartedEvent;
import org.springframework.context.ApplicationListener;
import org.springframework.stereotype.Component;
/**
* @author dingjiasheng@sinoiov.com
* @date 2019/10/20 22:06
* @des... | UTF-8 | Java | 594 | java | ContainerInitService.java | Java | [
{
"context": "ingframework.stereotype.Component;\n\n/**\n * @author dingjiasheng@sinoiov.com\n * @date 2019/10/20 22:06\n * @description spring事",
"end": 286,
"score": 0.9999128580093384,
"start": 262,
"tag": "EMAIL",
"value": "dingjiasheng@sinoiov.com"
}
] | null | [] | package com.newbee.demo.core.init;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.context.event.ApplicationStartedEvent;
import org.springframework.context.ApplicationListener;
import org.springframework.stereotype.Component;
/**
* @author <EMAIL>
* @date 2019/10/20 22:06
* @description spring事件... | 577 | 0.798611 | 0.772569 | 20 | 27.799999 | 28.207445 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 8 |
e3b678ea60e0e5cb6be636846298af9272697d76 | 31,069,793,454,043 | cf1338317856568ade29af63761b61ff876f1fc6 | /ex5/src/oop/ex5/filescript/filters/FilterFactory.java | 52c995240514c9f9511995932966f37db1d11aea | [] | no_license | shahamran/oop-2015 | https://github.com/shahamran/oop-2015 | 0439cff3b4c26d8eb6184815bfe55b456cd527cd | 953d6b1f22f43c5bfdbe9bcafa4794416fb07a16 | refs/heads/master | 2020-12-24T14:00:50.843000 | 2015-06-07T18:01:07 | 2015-06-07T18:01:07 | 31,860,472 | 0 | 0 | null | false | 2015-06-07T16:39:29 | 2015-03-08T18:30:58 | 2015-05-19T10:56:29 | 2015-06-07T16:39:28 | 1,296 | 0 | 0 | 0 | HTML | null | null | package oop.ex5.filescript.filters;
/**
* This class is in charge of creating new filter objects according to given values.
* @author ransha
*/
public class FilterFactory {
private static final String GREATER = "greater_than", SMALLER = "smaller_than", BETWEEN = "between",
FILE = "file", CONTAINS = "contain... | UTF-8 | Java | 3,650 | java | FilterFactory.java | Java | [
{
"context": "lter objects according to given values.\n * @author ransha\n */\npublic class FilterFactory {\n\tprivate static ",
"end": 143,
"score": 0.9941909909248352,
"start": 137,
"tag": "USERNAME",
"value": "ransha"
}
] | null | [] | package oop.ex5.filescript.filters;
/**
* This class is in charge of creating new filter objects according to given values.
* @author ransha
*/
public class FilterFactory {
private static final String GREATER = "greater_than", SMALLER = "smaller_than", BETWEEN = "between",
FILE = "file", CONTAINS = "contain... | 3,650 | 0.723562 | 0.721918 | 102 | 34.784313 | 26.752911 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.941176 | false | false | 8 |
0a566f455cfa01bb6cf7da7ee3c31386e9662f20 | 25,245,817,789,579 | 6c0ddb9dcfe3f716e6e9265b5c33c44709e8d6d1 | /src/main/java/com/dbs/sdwt/constant/ErrorCode.java | 45c4b368ac2227b62d97089d5e2ad5e0446c99f0 | [] | no_license | soansgla/stdw | https://github.com/soansgla/stdw | a15ac0cdc0a62789c5aeb6508fedab51f93fa9ce | 38ce776b81b6be1b500d656f3231f0aef2d60dd2 | refs/heads/master | 2018-11-27T22:14:47.943000 | 2016-07-13T07:07:08 | 2016-07-13T07:07:08 | 63,222,096 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dbs.sdwt.constant;
public enum ErrorCode {
FAIL_CREATE_COUNTERPARTY_TMP(101), FAIL_UPDATE_COUNTERPARTY_TMP(102);
private Integer value;
ErrorCode(Integer value) {
this.value = value;
}
public Integer getValue() {
return value;
}
public void setValue(Integer value) {
this.value = value;
}
... | UTF-8 | Java | 323 | java | ErrorCode.java | Java | [] | null | [] | package com.dbs.sdwt.constant;
public enum ErrorCode {
FAIL_CREATE_COUNTERPARTY_TMP(101), FAIL_UPDATE_COUNTERPARTY_TMP(102);
private Integer value;
ErrorCode(Integer value) {
this.value = value;
}
public Integer getValue() {
return value;
}
public void setValue(Integer value) {
this.value = value;
}
... | 323 | 0.712074 | 0.693498 | 20 | 15.15 | 17.810881 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.05 | false | false | 8 |
11977a38c3426862c81a0be65f72512a217a8c4c | 32,306,744,029,478 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /platform/platform-impl/src/com/intellij/ui/AbstractExpandableItemsHandler.java | a4ecc42f687466947f870591afb485c36f323728 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | https://github.com/JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560000 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | false | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | 2023-09-12T03:37:30 | 2023-09-12T06:46:46 | 4,523,919 | 15,754 | 4,972 | 237 | null | false | false | // Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.ui;
import com.intellij.openapi.util.Comparing;
import com.intellij.openapi.util.Pair;
import com.intellij.openapi.util.SystemInfo;
import com.intellij.openapi.util.registry.Reg... | UTF-8 | Java | 16,726 | java | AbstractExpandableItemsHandler.java | Java | [] | null | [] | // Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.ui;
import com.intellij.openapi.util.Comparing;
import com.intellij.openapi.util.Pair;
import com.intellij.openapi.util.SystemInfo;
import com.intellij.openapi.util.registry.Reg... | 16,726 | 0.684144 | 0.680019 | 511 | 31.731897 | 28.699274 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.67319 | false | false | 8 |
0648de21e873f746ff46123d7ba1c2a37219d71e | 5,471,788,368,193 | 46d211a1cd8204ab0f84cd513f2befe4e4b57ff0 | /Tax-ejb/src/java/model1/Paytype.java | 9d94ba6172082c8992d787507dfa57964f314c90 | [] | no_license | Sedwin/tax | https://github.com/Sedwin/tax | ed2404c45942e6db4f61d4840de9306bf9a20b0b | 3b34ba1bddf6ffd4fe5ddfed3e1df73abc8152cb | refs/heads/master | 2017-09-28T08:28:34.011000 | 2016-06-21T22:08:48 | 2016-06-21T22:08:48 | 61,655,237 | 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 model1;
import java.io.Serializable;
import java.util.List;
import java.util.Objects;
import javax.persistence.Basic;
import j... | UTF-8 | Java | 2,616 | java | Paytype.java | Java | [
{
"context": "ax.validation.constraints.Size;\n\n/**\n *\n * @author Del\n */\n@Entity\n@Table(name = \"paytype\")\n@NamedQuerie",
"end": 735,
"score": 0.8642919063568115,
"start": 732,
"tag": "NAME",
"value": "Del"
}
] | 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 model1;
import java.io.Serializable;
import java.util.List;
import java.util.Objects;
import javax.persistence.Basic;
import j... | 2,616 | 0.673165 | 0.670489 | 96 | 26.260416 | 23.633154 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 8 |
5ffeb1a52cd04c30ff91b60b3ff17e00bf12cfe6 | 32,246,614,502,110 | 187eecf66fbafd7d1acf1ff395d6aae7f7457039 | /app/src/main/java/com/example/administrator/hzsb_office_master/MainActivity.java | 731c21006b7488e7498ca43ea0e1cb72904bb00c | [] | no_license | appzhf/Hzsb_office_master | https://github.com/appzhf/Hzsb_office_master | b32ecc1b83001fc45bdea13433a5800aed9d71e6 | 0b90ef92b69b5dcc2cdc133bf84f2e3a700b6470 | refs/heads/master | 2021-01-20T07:20:45.735000 | 2017-05-02T04:55:13 | 2017-05-02T04:55:13 | 89,993,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.hzsb_office_master;
import android.Manifest;
import android.app.Activity;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.os.PersistableBundle;
import android.support.annotation.IdRes;
import android.support.design.widget.CoordinatorLay... | UTF-8 | Java | 6,212 | java | MainActivity.java | Java | [
{
"context": "View;\nimport rx.functions.Action1;\n\n/**\n * @author liujiancheng\n * 第一个界面\n */\npublic class MainActivity ex",
"end": 1250,
"score": 0.998849093914032,
"start": 1238,
"tag": "USERNAME",
"value": "liujiancheng"
}
] | null | [] | package com.example.administrator.hzsb_office_master;
import android.Manifest;
import android.app.Activity;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.os.PersistableBundle;
import android.support.annotation.IdRes;
import android.support.design.widget.CoordinatorLay... | 6,212 | 0.622935 | 0.620505 | 178 | 33.685394 | 25.638847 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539326 | false | false | 8 |
e017e3e0fd55c4debf5ff4fc40e59a74f5b7cd7f | 5,884,105,217,036 | 9e867bd583874e72a821ca39bc70b92762942c03 | /app/src/main/java/com/example/financial_savings/fragments/trans_fast/Trans_Fast_Fragment.java | 3e874dcbc3c7b886d84f8a334bfda07d457995a0 | [] | no_license | nguyentranthyan/Financial_Savingsbudget | https://github.com/nguyentranthyan/Financial_Savingsbudget | 15a19969675570cd887e019c3614f14d79b72a1c | 524845778c06ff578c51c2e8a36a5b3371a48f40 | refs/heads/master | 2022-11-12T22:39:17.818000 | 2020-06-25T04:02:04 | 2020-06-25T04:02:04 | 274,426,414 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.financial_savings.fragments.trans_fast;
import android.annotation.SuppressLint;
import android.app.Dialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
import androi... | UTF-8 | Java | 8,307 | java | Trans_Fast_Fragment.java | Java | [] | null | [] | package com.example.financial_savings.fragments.trans_fast;
import android.annotation.SuppressLint;
import android.app.Dialog;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
import androi... | 8,307 | 0.674973 | 0.673167 | 198 | 40.959595 | 29.547571 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 8 |
408d45237ee8bdac20bd26e704b53644865c4b74 | 16,956,530,943,334 | 799671cce0d01cd0552c274c87be3cc48fdb41ed | /app/src/main/java/com/just/first/chapter02/RecoveryActivity.java | 4b61206a97362a4427963ff6c6389f2b4c8ab37d | [] | no_license | JustDo23/FirstLineCode | https://github.com/JustDo23/FirstLineCode | 0b22787d6b26b164a0fbc3ff4855e3c375219ac9 | 5d0552142561bf2fbd57b62af3a8c2ebbd253c5f | refs/heads/master | 2021-01-20T09:20:17.043000 | 2018-05-22T09:39:27 | 2018-05-22T09:39:27 | 90,239,244 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.just.first.chapter02;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import com.just.first.R;
import com.just.first.base.BaseActivity;
import com.just.first.utils.LogUtils;
/**
* 2.4.5 活动被回收了怎么办
*
* @author JustDo23
* @since 2017年05月... | UTF-8 | Java | 2,157 | java | RecoveryActivity.java | Java | [
{
"context": "ls.LogUtils;\n\n/**\n * 2.4.5 活动被回收了怎么办\n *\n * @author JustDo23\n * @since 2017年05月07日\n */\npublic class RecoveryAc",
"end": 301,
"score": 0.9994011521339417,
"start": 293,
"tag": "USERNAME",
"value": "JustDo23"
}
] | null | [] | package com.just.first.chapter02;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import com.just.first.R;
import com.just.first.base.BaseActivity;
import com.just.first.utils.LogUtils;
/**
* 2.4.5 活动被回收了怎么办
*
* @author JustDo23
* @since 2017年05月... | 2,157 | 0.646038 | 0.639006 | 88 | 23.238636 | 21.010275 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 8 |
d7ae412954f3e5a2d77181b03ab90e55db09833a | 23,218,593,234,399 | f306cda2ae09b6c0bd39e5ee5dd0bb0c964d76c1 | /web-base-user/src/main/java/com/web/base/user/controller/ExceptionController.java | 1a2f1c03ca96eebe6bb319b2007f7873f6578903 | [] | no_license | dhhua/web-base | https://github.com/dhhua/web-base | 938d6fa96d0745b5f4f9426c56f68d1e3a2f8816 | 9f73bb699ccfeccb37c3c198860d2eee4ffc0354 | refs/heads/master | 2023-06-21T23:04:31.315000 | 2020-05-18T15:12:43 | 2020-05-18T15:12:43 | 260,923,928 | 0 | 0 | null | false | 2023-06-14T22:30:00 | 2020-05-03T13:19:42 | 2020-05-18T15:13:17 | 2023-06-14T22:30:00 | 34 | 0 | 0 | 2 | Java | false | false | package com.web.base.user.controller;
import com.web.base.common.base.BusinessException;
import com.web.base.common.web.WebResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.sprin... | UTF-8 | Java | 1,419 | java | ExceptionController.java | Java | [
{
"context": "b.client.HttpClientErrorException;\n\n/**\n * @author donghonghua\n * @date 2018/8/24\n */\n@RestControllerAdvice\npubl",
"end": 464,
"score": 0.9992241263389587,
"start": 453,
"tag": "USERNAME",
"value": "donghonghua"
}
] | null | [] | package com.web.base.user.controller;
import com.web.base.common.base.BusinessException;
import com.web.base.common.web.WebResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.sprin... | 1,419 | 0.751938 | 0.744891 | 40 | 34.474998 | 28.26923 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
369fd92a9cbd730db920b5dcdfbf99876ec77c9b | 1,529,008,402,715 | 101a966196d8c250e9ab974c267303ff53350b64 | /src/leetCodeTest/四数相加2.java | fc81499a82f49159815847564ba33ae63520aa67 | [] | no_license | meiszl/LeetCodetest | https://github.com/meiszl/LeetCodetest | d59b424f3dc5468ecd8326fe50d61181401b29bc | 07b73544b1bdd371f5a327b9c386dab0c856a910 | refs/heads/master | 2023-04-13T03:46:53.009000 | 2023-04-10T15:22:23 | 2023-04-10T15:22:23 | 248,486,362 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetCodeTest;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
public class 四数相加2 {
public static void main(String[] args) {
int[] A,B,C,D;
A = new int[]{1,2};
B = new int[]{-2,-1};
C = new int[]{-1,2};
D = new int[]{0,2};
int i = fou... | UTF-8 | Java | 1,072 | java | 四数相加2.java | Java | [] | null | [] | package leetCodeTest;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
public class 四数相加2 {
public static void main(String[] args) {
int[] A,B,C,D;
A = new int[]{1,2};
B = new int[]{-2,-1};
C = new int[]{-1,2};
D = new int[]{0,2};
int i = fou... | 1,072 | 0.421053 | 0.406015 | 37 | 27.756756 | 16.956869 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.189189 | false | false | 8 |
fcc69303a180735ec7b834349dd675d80468541d | 6,176,163,025,076 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /Mate20-9.0/src/main/java/com/android/server/gesture/anim/ScaleImageView.java | 053ff999a9e87cea0ef426d69bff0a8632c9d694 | [] | no_license | morningblu/HWFramework | https://github.com/morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603000 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.server.gesture.anim;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ObjectAnimator;
import android.animation.PropertyValuesHolder;
import android.animation.TimeInterpolator;
import android.app.ActivityManager;
import android.content.Con... | UTF-8 | Java | 26,748 | java | ScaleImageView.java | Java | [] | null | [] | package com.android.server.gesture.anim;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ObjectAnimator;
import android.animation.PropertyValuesHolder;
import android.animation.TimeInterpolator;
import android.app.ActivityManager;
import android.content.Con... | 26,748 | 0.64831 | 0.632907 | 596 | 43.879196 | 36.874794 | 365 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.07047 | false | false | 8 |
6be658e1f2220899c5a30a01f2f8da6833468d8b | 16,535,624,133,646 | d905e45cd9bd581c692068336ecaf38b99914bd7 | /app/markets/MarketPeopleRole.java | 91bb59b1801ef2cd204dc51014643294f64642d1 | [] | no_license | teraluis/MSRM | https://github.com/teraluis/MSRM | 5add6c34d4027f334cba20b272bbf9e609adcd28 | f78964fc0dcfaa2c0da94c2302699225d59b448c | refs/heads/master | 2023-03-21T11:22:47.339000 | 2021-03-11T15:02:56 | 2021-03-11T15:02:56 | 346,739,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package markets;
public enum MarketPeopleRole {
KEY("Contact principal"),
ACCOUNTING("Contact comptable"),
BILLING("Contact facturation"),
PURCHASER("Donneur d'ordre / Apporteur d'affaire"),
REPORT("Contact envoi de rapport");
private final String value;
MarketPeopleRole(String value) {
... | UTF-8 | Java | 429 | java | MarketPeopleRole.java | Java | [] | null | [] | package markets;
public enum MarketPeopleRole {
KEY("Contact principal"),
ACCOUNTING("Contact comptable"),
BILLING("Contact facturation"),
PURCHASER("Donneur d'ordre / Apporteur d'affaire"),
REPORT("Contact envoi de rapport");
private final String value;
MarketPeopleRole(String value) {
... | 429 | 0.65035 | 0.65035 | 20 | 20.450001 | 16.197145 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 8 |
cf7dc2badf8dfd758e7940db602e3ec8b1049615 | 2,190,433,348,742 | 6cd756bf890b53b748d41d14d6c460349a898c99 | /designer_base/src/com/fr/design/data/datapane/RefreshLabel.java | a02b4d6a6881fdbb033c67dd7474f8e8b0d59683 | [] | no_license | jiangzhenjian/FineReport | https://github.com/jiangzhenjian/FineReport | 4208b347f3b7fe839fec97cc0cb67bd33d761ba8 | ca34e419b4f117684ecbfafdd6a1178cc94ce5c6 | refs/heads/master | 2021-01-07T20:53:20.460000 | 2017-01-22T03:25:11 | 2017-01-22T03:25:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fr.design.data.datapane;
import java.awt.Cursor;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import com.fr.base.BaseUtils;
import com.fr.design.gui.ibutton.UIButton;
import com.fr.general.Inter;
public class RefreshLabel extends UIButton {
privat... | UTF-8 | Java | 911 | java | RefreshLabel.java | Java | [] | null | [] | package com.fr.design.data.datapane;
import java.awt.Cursor;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import com.fr.base.BaseUtils;
import com.fr.design.gui.ibutton.UIButton;
import com.fr.general.Inter;
public class RefreshLabel extends UIButton {
privat... | 911 | 0.758507 | 0.754116 | 37 | 23.648649 | 20.905472 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.621622 | false | false | 8 |
9fafc3be7c036f0fe4f55ef22ef4655e7c77b32f | 31,104,153,174,849 | 973bfd658a482489e721042eed12a3e9dd747c36 | /InterpreterWithLL/src/stackMachine/StackMachine.java | ad126061dc161e9861803772b2c000879990cecc | [] | no_license | JesusWasHomeless/UselessInterpriter | https://github.com/JesusWasHomeless/UselessInterpriter | 74199d29b719d2e4827645be4734e484309e2a79 | 62f37f90449535b7d3de2f0ece51f5691a4d5356 | refs/heads/master | 2020-05-17T16:47:29.184000 | 2019-05-24T20:02:51 | 2019-05-24T20:02:51 | 179,815,797 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stackMachine;
import KustarniyLinkedList.KLL;
import KHS.KustarniyHashSet;
import lexer.Token;
import java.util.*;
import lexer.LexGrammar;
public class StackMachine{
private int pos=0;
private ArrayList<Data> data = new ArrayList<>();
private ArrayList<String> poliz = new ArrayList<>();
... | WINDOWS-1251 | Java | 22,379 | java | StackMachine.java | Java | [] | null | [] | package stackMachine;
import KustarniyLinkedList.KLL;
import KHS.KustarniyHashSet;
import lexer.Token;
import java.util.*;
import lexer.LexGrammar;
public class StackMachine{
private int pos=0;
private ArrayList<Data> data = new ArrayList<>();
private ArrayList<String> poliz = new ArrayList<>();
... | 22,379 | 0.485971 | 0.478908 | 467 | 42.573875 | 37.208488 | 206 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533191 | false | false | 8 |
67488d2a273e6d807d9a4a26dd687a8031439951 | 33,328,946,247,962 | ba55c648584faae5842f95db43966b3668fec691 | /cachecloud-open-web/src/main/java/com/sohu/cache/alert/impl/BaseAlertService.java | f5e7c8b225fa172fc04c880058aefafa052c4f28 | [
"Apache-2.0"
] | permissive | iLove9ou/cachecloud | https://github.com/iLove9ou/cachecloud | 61a3146ee4ece3b5b193cf649e518cd22c6bcf80 | 0c93ac75c67df7e8124439ad49de6022d1485217 | refs/heads/master | 2020-03-20T23:45:54.470000 | 2018-06-21T03:35:22 | 2018-06-21T03:35:22 | 137,861,672 | 1 | 1 | Apache-2.0 | true | 2018-06-19T08:21:11 | 2018-06-19T08:21:11 | 2018-06-19T06:52:28 | 2017-09-27T09:41:38 | 18,042 | 0 | 0 | 0 | null | false | null | package com.sohu.cache.alert.impl;
import com.sohu.cache.web.component.EmailComponent;
import com.sohu.cache.web.component.MobileAlertComponent;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 报警基类
* @author leifu
* @Date 2014年12月16日
* @Time 下午4:15:11
*/
public class BaseAlertService ... | UTF-8 | Java | 895 | java | BaseAlertService.java | Java | [
{
"context": "g.slf4j.LoggerFactory;\r\n\r\n/**\r\n * 报警基类\r\n * @author leifu\r\n * @Date 2014年12月16日\r\n * @Time 下午4:15:11\r\n */\r\np",
"end": 241,
"score": 0.9995085000991821,
"start": 236,
"tag": "USERNAME",
"value": "leifu"
}
] | null | [] | package com.sohu.cache.alert.impl;
import com.sohu.cache.web.component.EmailComponent;
import com.sohu.cache.web.component.MobileAlertComponent;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 报警基类
* @author leifu
* @Date 2014年12月16日
* @Time 下午4:15:11
*/
public class BaseAlertService ... | 895 | 0.696616 | 0.679113 | 35 | 22.485714 | 24.540779 | 84 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 8 |
02de5e2b7f5805856b7168f836b7fb7a32bb9acf | 33,328,946,246,116 | 8499edb4d8636f42de73cfd9788d18504e5fee39 | /InteractionMiddleware/src/main/java/com/coll/restcontroller/ForumRestController.java | 4c26fa9fb62404c67d3fa0c6151315ab87ced87e | [] | no_license | ManaliSant/Project-2- | https://github.com/ManaliSant/Project-2- | cd6fcbee12b687b72b0f1e81ff82c8f2f56fc51e | bec48790043a29d3f728390bbb3daf4ff68aeba8 | refs/heads/master | 2020-04-01T03:45:16.748000 | 2018-12-19T11:06:46 | 2018-12-19T11:06:46 | 152,835,167 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coll.restcontroller;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframewor... | UTF-8 | Java | 2,163 | java | ForumRestController.java | Java | [
{
"context": "m.setCreatedate(new Date());\n\t\tforum.setUsername(\"Mana\");\n\t\tforum.setStatus(\"NA\");\n\n\t\tif (forumDao.addFo",
"end": 1177,
"score": 0.9996858835220337,
"start": 1173,
"tag": "USERNAME",
"value": "Mana"
}
] | null | [] | package com.coll.restcontroller;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframewor... | 2,163 | 0.766528 | 0.766066 | 70 | 29.9 | 27.780338 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.514286 | false | false | 8 |
607fcc396932f4941d8ccbf554e1ea586045119e | 29,652,454,252,349 | 68cb263b24a484ab115c07f2f01173677515b332 | /src/test/java/io/katharsis/resource/ResourceFieldNameTransformerTest.java | 1e71d5e02e756b3dbf7d71c094e9b4c5883ca815 | [
"Apache-2.0"
] | permissive | RentTheRunway/katharsis-core | https://github.com/RentTheRunway/katharsis-core | af8fd60e853303c2e77e3ba5a9641c345b60d40e | ff298c18f412d94d724b70f7a6949dca064dc704 | refs/heads/development | 2021-01-24T17:06:07.882000 | 2015-07-12T22:30:22 | 2015-07-12T22:30:22 | 39,638,626 | 1 | 0 | null | true | 2015-07-24T14:30:40 | 2015-07-24T14:30:40 | 2015-07-22T11:46:56 | 2015-07-12T22:32:13 | 977 | 0 | 0 | 0 | null | null | null | package io.katharsis.resource;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.junit.Before;
import org.junit.Test;
import java.lang.reflect.Field;
import static org.assertj.core.api.Assertions.assertThat;
public class ResourceFieldNameTransformerTest {
private ResourceFieldNameTransformer sut... | UTF-8 | Java | 1,651 | java | ResourceFieldNameTransformerTest.java | Java | [] | null | [] | package io.katharsis.resource;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.junit.Before;
import org.junit.Test;
import java.lang.reflect.Field;
import static org.assertj.core.api.Assertions.assertThat;
public class ResourceFieldNameTransformerTest {
private ResourceFieldNameTransformer sut... | 1,651 | 0.677165 | 0.677165 | 66 | 24.015152 | 25.672466 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 8 |
185701e6cac326c400bfc18d9299b060e6862f8e | 14,697,378,148,280 | d0b0db24670c6a963bc47c47707f405fb3c6f6ad | /svn/hnkb/source/01.trunk/hnkb/portal-web/src/main/java/com/ai/aso/hnkb/user/service/impl/UserServiceImpl.java | 65ae98d220159e4a5488bd0b4207540a3c319b25 | [] | no_license | Lynwood01/asiainfoCode | https://github.com/Lynwood01/asiainfoCode | 3daebf58873dd6a9fd9b29d44bb1899fd7885132 | 93c319428afaf837a96ac79b267118dd9d757eec | refs/heads/master | 2019-03-20T22:38:46.902000 | 2018-09-02T08:09:44 | 2018-09-02T08:09:44 | 124,053,464 | 0 | 10 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ai.aso.hnkb.user.service.impl;
import com.ai.aso.hnkb.login.component.AcctRoleComp;
import com.ai.aso.hnkb.login.component.RegionComp;
import com.ai.aso.hnkb.login.db.model.AcctRole;
import com.ai.aso.hnkb.login.db.model.LoginAcct;
import com.ai.aso.hnkb.login.db.model.LoginName;
import com.ai.aso.hnkb.log... | UTF-8 | Java | 2,974 | java | UserServiceImpl.java | Java | [
{
"context": "il.Date;\nimport java.util.List;\n\n/**\n * Created by wuqiang6 on 2016/9/20.\n */\n@Service\npublic class UserServi",
"end": 1088,
"score": 0.9996739625930786,
"start": 1080,
"tag": "USERNAME",
"value": "wuqiang6"
},
{
"context": "stants.SEQUENCENAME_USER));\n\t\tnewUs... | null | [] | package com.ai.aso.hnkb.user.service.impl;
import com.ai.aso.hnkb.login.component.AcctRoleComp;
import com.ai.aso.hnkb.login.component.RegionComp;
import com.ai.aso.hnkb.login.db.model.AcctRole;
import com.ai.aso.hnkb.login.db.model.LoginAcct;
import com.ai.aso.hnkb.login.db.model.LoginName;
import com.ai.aso.hnkb.log... | 2,974 | 0.764348 | 0.760635 | 90 | 31.911112 | 19.227669 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.288889 | false | false | 8 |
43f415ed066ac2f3cc8bc2fe4faa312b6ac26b37 | 29,583,734,773,082 | 83d60ab4cc07c73a0a336741f86e44edbf3a772d | /src/functionalTests/java/uk/gov/hmcts/reform/finrem/functional/util/FunctionalTestUtils.java | 54caceb0c413808ecf4d7b7ee0c6a24b6363d869 | [
"MIT"
] | permissive | hmcts/finrem-case-orchestration-service | https://github.com/hmcts/finrem-case-orchestration-service | 61fcff79e87a50d05896a935bfa9048dcdc08ca4 | f9ef4c75eff89c6b980694bd209f6ed90fa5c8f8 | refs/heads/master | 2023-08-16T19:43:24.231000 | 2023-08-15T10:23:55 | 2023-08-15T10:23:55 | 144,502,110 | 5 | 2 | MIT | false | 2023-09-13T08:36:29 | 2018-08-12T21:29:09 | 2023-09-01T08:35:34 | 2023-09-13T08:36:28 | 13,107 | 3 | 2 | 25 | Java | false | false | package uk.gov.hmcts.reform.finrem.functional.util;
import io.restassured.http.ContentType;
import io.restassured.http.Header;
import io.restassured.http.Headers;
import io.restassured.path.json.JsonPath;
import io.restassured.response.Response;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
... | UTF-8 | Java | 6,985 | java | FunctionalTestUtils.java | Java | [] | null | [] | package uk.gov.hmcts.reform.finrem.functional.util;
import io.restassured.http.ContentType;
import io.restassured.http.Header;
import io.restassured.http.Headers;
import io.restassured.path.json.JsonPath;
import io.restassured.response.Response;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
... | 6,985 | 0.670294 | 0.669434 | 195 | 34.820515 | 26.466497 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558974 | false | false | 8 |
a9fedf77ea321c4137f244d06ad01b5fb5552350 | 29,583,734,774,892 | 3976e90fae9284531168f2769a4288baa81e00ba | /src/com/asiacom/mqtt/MqttActivity.java | 71c03a103fa87fc4676bbc92221213bb80c284b9 | [] | no_license | djun100/MQDemo | https://github.com/djun100/MQDemo | 02ba4975fe89c68774705d158a26a683d3160e30 | 9357aa9aacdc9da9d6e70d44fd0576cda680cae6 | refs/heads/master | 2021-01-21T07:39:07.881000 | 2014-01-06T09:58:04 | 2014-01-06T09:58:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asiacom.mqtt;
import com.asiacom.mq.R;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
public class M... | UTF-8 | Java | 2,283 | java | MqttActivity.java | Java | [] | null | [] | package com.asiacom.mqtt;
import com.asiacom.mq.R;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
public class M... | 2,283 | 0.689749 | 0.687927 | 84 | 24.130953 | 21.994469 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.988095 | false | false | 8 |
96c4520dea2bea5f4717e799c480b855da9e9506 | 5,205,500,426,180 | 0fcc6d08898e899fb19376831d9829050606cb17 | /src/main/java/uriSchemeHandler/CouldNotOpenUriSchemeHandler.java | 8918af1cf0819a5add402febb8f448f1046d7ef2 | [] | no_license | beothorn/URISchemeHandler | https://github.com/beothorn/URISchemeHandler | 1d521beece19eafddbea70aee0bb03774a047abf | 40195a5469e5400eb33198e00270515030ad23d9 | refs/heads/master | 2021-06-01T22:18:17.111000 | 2019-01-26T22:58:57 | 2019-01-26T22:58:57 | 4,160,057 | 15 | 5 | null | false | 2018-12-02T15:01:13 | 2012-04-27T16:11:41 | 2018-08-19T12:59:00 | 2018-12-02T15:01:13 | 42 | 15 | 5 | 4 | Java | false | null | package uriSchemeHandler;
import java.io.IOException;
@SuppressWarnings("serial")
public class CouldNotOpenUriSchemeHandler extends Exception {
public CouldNotOpenUriSchemeHandler(final IOException e, final String uri) {
super("Could not open Uri scheme handler for "+uri,e);
}
}
| UTF-8 | Java | 288 | java | CouldNotOpenUriSchemeHandler.java | Java | [] | null | [] | package uriSchemeHandler;
import java.io.IOException;
@SuppressWarnings("serial")
public class CouldNotOpenUriSchemeHandler extends Exception {
public CouldNotOpenUriSchemeHandler(final IOException e, final String uri) {
super("Could not open Uri scheme handler for "+uri,e);
}
}
| 288 | 0.791667 | 0.791667 | 12 | 23 | 26.655207 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 8 |
f3f66a22de927f0b3a04c3f022c0402cee9a801b | 5,909,875,004,263 | 50816d6dea22b53d73f58139adff5119ba7c937e | /main/java/slash/commands/Regiester.java | 71b67860a3ce9a86944b65ce9fb900147ad639ed | [] | no_license | MarinusLeeuwerik/Slash | https://github.com/MarinusLeeuwerik/Slash | 89a0b8665363e2db28e31b77777467f8f137edad | d679a5cdb0d053fc3aa86f8979e28edd838141b9 | refs/heads/master | 2020-12-11T09:22:43.770000 | 2014-11-11T06:55:37 | 2014-11-11T06:55:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package slash.commands;
import slash.chats.templates.Tooltip;
import slash.commands.templates.Command;
import slash.elements.Player;
import slash.tools.McColor;
import net.minecraft.command.ICommandSender;
import net.minecraft.util.IChatComponent;
public class Regiester extends Command
{
@Override
public String ge... | UTF-8 | Java | 1,546 | java | Regiester.java | Java | [] | null | [] | package slash.commands;
import slash.chats.templates.Tooltip;
import slash.commands.templates.Command;
import slash.elements.Player;
import slash.tools.McColor;
import net.minecraft.command.ICommandSender;
import net.minecraft.util.IChatComponent;
public class Regiester extends Command
{
@Override
public String ge... | 1,546 | 0.69793 | 0.695343 | 70 | 21.085714 | 28.726166 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.157143 | false | false | 8 |
b0909237806c6c26dca97c319210523d055c9d41 | 9,079,560,872,847 | 664641af3131cb2ef0d62545ccfac3882107b2d9 | /src/main/java/com/example/entity/Malfunction.java | c1a771d2772e2e933813af593ef1c6062246302d | [] | no_license | BeDemon/demon | https://github.com/BeDemon/demon | e767591cc1335d14c2c38974ff578fb925458879 | f6a01a450894a187bad613f15bfc84a9520e4e70 | refs/heads/master | 2020-04-26T17:24:16.857000 | 2019-03-06T06:34:56 | 2019-03-06T06:34:56 | 173,711,946 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.entity;
import java.util.List;
public class Malfunction {
private Integer malfunction_id;
private Integer element_id;
private String malfunction_description;
private String malfunction_influences;
private List<Reason> reason_list;
private List<Solution> solution_list;
... | UTF-8 | Java | 2,067 | java | Malfunction.java | Java | [] | null | [] | package com.example.entity;
import java.util.List;
public class Malfunction {
private Integer malfunction_id;
private Integer element_id;
private String malfunction_description;
private String malfunction_influences;
private List<Reason> reason_list;
private List<Solution> solution_list;
... | 2,067 | 0.685535 | 0.685535 | 73 | 27.315069 | 29.463177 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424658 | false | false | 8 |
dd670284356302fd399a8a7567f431a031d5af67 | 10,333,691,332,492 | 1be68535be3d15bf1b63760c04145aa9cd937ef8 | /app/src/main/java/com/example/mathmurder/tablehitch/OrderActivity.java | 5ab228126c60eee1754e10e6aaab450cca6fff13 | [] | no_license | cmFodWx5YWRhdjEyMTA5/TableHitchNew | https://github.com/cmFodWx5YWRhdjEyMTA5/TableHitchNew | e8599251f57f0ca1ce4abdb77f22a9d92b0426be | 0fcb2360c8c4e25bd6f2cd90e60f3a6a3a59fcc8 | refs/heads/master | 2020-03-30T05:01:02.903000 | 2018-09-19T01:46:52 | 2018-09-19T01:46:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mathmurder.tablehitch;
import android.content.Intent;
import android.os.Bundle;
import android.os.Debug;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.util.Log;
import android.view.View;
import android.support.design.widget.... | UTF-8 | Java | 4,144 | java | OrderActivity.java | Java | [
{
"context": "package com.example.mathmurder.tablehitch;\n\nimport android.content.Intent;\nimpor",
"end": 30,
"score": 0.9830588698387146,
"start": 20,
"tag": "USERNAME",
"value": "mathmurder"
}
] | null | [] | package com.example.mathmurder.tablehitch;
import android.content.Intent;
import android.os.Bundle;
import android.os.Debug;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.util.Log;
import android.view.View;
import android.support.design.widget.... | 4,144 | 0.65082 | 0.648407 | 133 | 30.157894 | 25.35043 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511278 | false | false | 8 |
42c082c0caba6025358f4d0046eae693e4767499 | 4,415,226,413,705 | 54aa783fb975722a6a2a192471d37981205eb3f5 | /programs/ThredingInJava/src/thread1/ImplemetRunable.java | f321e805ff2c856f2d3f229ce28cbdd82be32b5e | [] | no_license | chetan988/java | https://github.com/chetan988/java | 562bcacf78d0c2c58f735c8251a519746912c67e | f5ad8b4034eaafd2327966b397e8dcd0fed7a8b9 | refs/heads/master | 2016-09-06T02:46:22.604000 | 2015-09-02T18:11:30 | 2015-09-02T18:11:30 | 41,818,216 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package thread1;
class Useranable implements Runnable {
private String threadname;
public Useranable(String name) {
threadname = name;
}
@Override
public void run() {
for(int i=0;i<10;i++) {
System.out.println("running thread "+ threadname +" : "+ i );
try {
Thread.sleep(100);
} catch (Interrupt... | UTF-8 | Java | 594 | java | ImplemetRunable.java | Java | [] | null | [] | package thread1;
class Useranable implements Runnable {
private String threadname;
public Useranable(String name) {
threadname = name;
}
@Override
public void run() {
for(int i=0;i<10;i++) {
System.out.println("running thread "+ threadname +" : "+ i );
try {
Thread.sleep(100);
} catch (Interrupt... | 594 | 0.649832 | 0.627946 | 33 | 17 | 17.805346 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 8 |
0f89322138f1fe4d3560b783459b5e341e3f4aee | 23,038,204,577,124 | 9bc741d96f7bf29a348d9d013abbc881b82f6047 | /src/test/java/util/JsonConverterTest.java | c0dddc50893dd4a416ed0f4fb97851d78fbb3466 | [] | no_license | vcpjr/semantic-bi | https://github.com/vcpjr/semantic-bi | 723cc3492c1a12e1eae30a8d328f203dce256da2 | 4a08165631e34f3830879d443c249ce6529321f4 | refs/heads/master | 2021-09-26T23:42:40.383000 | 2018-11-04T17:09:56 | 2018-11-04T17:09:56 | 71,284,205 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package util;
import org.junit.Assert;
import org.junit.Test;
import pojo.Tweet;
import pojo.dbpediaspotlight.Annotation;
import pojo.dbpediaspotlight.AnnotationResource;
import java.time.LocalDateTime;
import java.util.*;
public class JsonConverterTest {
final double OFFSET = 0.001;
boolean hasEquals(Ann... | UTF-8 | Java | 4,565 | java | JsonConverterTest.java | Java | [] | null | [] | package util;
import org.junit.Assert;
import org.junit.Test;
import pojo.Tweet;
import pojo.dbpediaspotlight.Annotation;
import pojo.dbpediaspotlight.AnnotationResource;
import java.time.LocalDateTime;
import java.util.*;
public class JsonConverterTest {
final double OFFSET = 0.001;
boolean hasEquals(Ann... | 4,565 | 0.507777 | 0.481271 | 121 | 36.735538 | 25.055235 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719008 | false | false | 8 |
7b49398e59a7d63a655c6cf1a835d9d292b70a41 | 6,734,508,744,484 | 98e3bc6ba8134e1a5806044f864c4c4f362b12a8 | /javac/LH.java | 76163668fa5e59745d03c81cc20bfadfd4a32abc | [] | no_license | ndeloof/bench | https://github.com/ndeloof/bench | a00cb733d9ebde87dd6a0955c636aa5c39f08ddf | d646a4386dbf195c9a9e49a826105a8612a13967 | refs/heads/master | 2016-09-06T21:26:14.669000 | 2013-01-30T10:32:51 | 2013-01-30T10:32:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class LH {
public int foo(int bar) {
return bar + 11 + 7;
}
}
| UTF-8 | Java | 83 | java | LH.java | Java | [] | null | [] |
public class LH {
public int foo(int bar) {
return bar + 11 + 7;
}
}
| 83 | 0.518072 | 0.481928 | 7 | 10.428572 | 11.286618 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 8 |
efaaa270572d8dba5d2e6e8e48322fe4b05d4840 | 11,450,382,865,426 | f5a8ea7142fce5d293b04c56ab1a885b16eecb84 | /Algorithms/Greedy/src/JimAndTheOrders.java | 3db0cd48200d6c58c34e2908301ffebcfdc27e35 | [] | no_license | lakmad0/Hackerrank | https://github.com/lakmad0/Hackerrank | 226047e9bd690fa589c81e0088fcb9d166cf54b0 | edb5ee719784f1e16279e0ed4998f8b2db5cf65f | refs/heads/master | 2021-01-19T04:46:41.984000 | 2016-07-20T17:03:46 | 2016-07-20T17:03:46 | 62,484,543 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
import java.util.TreeSet;
/**
* Created by lakshitha on 7/14/16.
*/
public class JimAndTheOrders {
public static void main(String[] args) {
TreeSet <Order> treeSet = new TreeSet<Order>();
StringBuilder stringBuilder = new StringBuilder();
Scanner s1 = new Scann... | UTF-8 | Java | 1,199 | java | JimAndTheOrders.java | Java | [
{
"context": "nner;\nimport java.util.TreeSet;\n\n/**\n * Created by lakshitha on 7/14/16.\n */\npublic class JimAndTheOrders {\n\n ",
"end": 80,
"score": 0.9981589317321777,
"start": 71,
"tag": "USERNAME",
"value": "lakshitha"
}
] | null | [] | import java.util.Scanner;
import java.util.TreeSet;
/**
* Created by lakshitha on 7/14/16.
*/
public class JimAndTheOrders {
public static void main(String[] args) {
TreeSet <Order> treeSet = new TreeSet<Order>();
StringBuilder stringBuilder = new StringBuilder();
Scanner s1 = new Scann... | 1,199 | 0.565471 | 0.554629 | 53 | 21.622641 | 20.030378 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396226 | false | false | 8 |
f26a7f9d7696346c327ba2f30bafdf816b4c5a36 | 5,514,738,053,881 | 464891ec6946c6acc7ebbb10c97131f09f4eb053 | /app/src/main/java/com/sin/cainiao/Utils/View/BackHandledFragment.java | 798c063c2b3adf192d05d0d0264b94035f8fd055 | [] | no_license | SinLucifer/CaiNiao | https://github.com/SinLucifer/CaiNiao | 476060b9759f1ee6531ecc28798c5aeabf18c0c4 | a54c3e12ea9349f6db20fa65b0688317f2811a3a | refs/heads/master | 2020-04-17T16:59:08.220000 | 2017-02-23T14:07:53 | 2017-02-23T14:07:53 | 67,760,322 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sin.cainiao.utils.View;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
public abstract class BackHandledFragment extends Fragment {
protected BackHandledInterface mBackHandledInterface;
public abstract boolean onBackPressed();
@... | UTF-8 | Java | 954 | java | BackHandledFragment.java | Java | [] | null | [] | package com.sin.cainiao.utils.View;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
public abstract class BackHandledFragment extends Fragment {
protected BackHandledInterface mBackHandledInterface;
public abstract boolean onBackPressed();
@... | 954 | 0.701258 | 0.70021 | 35 | 26.257143 | 25.540268 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 8 |
20177db388bb84f5d216502f24008f4abe9730ee | 31,894,427,187,972 | ce94827779be7eb78966a9ced976f34494bce0bb | /app/src/main/java/com/venus/android/view/register/PhoneVerificationCodeView.java | de8b115f949cffaf3c7c2c0395c30257ce2fc991 | [] | no_license | levuon/Venus-android | https://github.com/levuon/Venus-android | deea4c847baf3fd9a4f8bd7307028323d3afd128 | c5cd95d26639dd896944a0034c5c263590835196 | refs/heads/master | 2021-01-19T21:01:53.606000 | 2017-04-18T07:21:03 | 2017-04-18T07:21:03 | 88,594,326 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.venus.android.view.register;
import com.venus.android.view.FormView;
public interface PhoneVerificationCodeView extends FormView {
void navigateToMainActivity();
void goLoginActivity();
void clearPassWordText();
void focusConfirmPasswordEdit();
void onSetCodeToEdit(String str);
... | UTF-8 | Java | 403 | java | PhoneVerificationCodeView.java | Java | [] | null | [] | package com.venus.android.view.register;
import com.venus.android.view.FormView;
public interface PhoneVerificationCodeView extends FormView {
void navigateToMainActivity();
void goLoginActivity();
void clearPassWordText();
void focusConfirmPasswordEdit();
void onSetCodeToEdit(String str);
... | 403 | 0.756824 | 0.756824 | 20 | 19.15 | 20.030664 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 8 |
3f2651733d0b7083b5d8d261b5b09c86a68401d9 | 12,945,031,468,829 | 390df9d587eab83b1a8a16abb973fe8709022c8d | /app/src/main/java/com/example/iryna/daggerexample/MainActivity.java | 92bdf52f0e87e721a887fe250b79f1e9ec02a60e | [] | no_license | Luckygirlllll/MVPexample | https://github.com/Luckygirlllll/MVPexample | 97a677067e98f938487ae29a575dd74e9626b149 | beff4a8bafce4f67c383948f52e1997d0b5c5210 | refs/heads/master | 2021-06-01T02:26:36.592000 | 2016-08-17T14:48:14 | 2016-08-17T14:48:14 | 65,915,742 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.iryna.daggerexample;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import com.example.iryna.daggerexample.DI.MainActivityModule;
import javax.inj... | UTF-8 | Java | 1,516 | java | MainActivity.java | Java | [] | null | [] | package com.example.iryna.daggerexample;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import com.example.iryna.daggerexample.DI.MainActivityModule;
import javax.inj... | 1,516 | 0.708443 | 0.707784 | 61 | 23.852459 | 20.92362 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.459016 | false | false | 8 |
90f16148b8c21ea83716c6735a35d745cdef3216 | 28,698,971,512,419 | fc5479147896931d3e931ef83d62c6f0aa2a53ea | /mooc-2013-OOProgrammingWithJava-PART2/week8-week8_16.SkiJumping/src/JumperList.java | 0b648a43d39bc79f6654fb59dd4942ced91d02f5 | [] | no_license | stchunduru/moocfi-Java-Programming-Part-2 | https://github.com/stchunduru/moocfi-Java-Programming-Part-2 | 5840348ac20216bd72c5675f81e50000fe77ac03 | f01c8302e6b383b9b08b0a0663977b6fae3d6baa | refs/heads/master | 2022-11-06T13:56:44.658000 | 2020-06-25T14:55:50 | 2020-06-25T14:55:50 | 274,936,519 | 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.
*/
/**
*
* @author Cruzer
*/
import java.util.*;
public class JumperList {
private List<Jumper> list;
private int roundcount;
... | UTF-8 | Java | 1,878 | java | JumperList.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author Cruzer\n */\nimport java.util.*;\npublic class JumperList {",
"end": 210,
"score": 0.9746528267860413,
"start": 204,
"tag": "NAME",
"value": "Cruzer"
}
] | 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.
*/
/**
*
* @author Cruzer
*/
import java.util.*;
public class JumperList {
private List<Jumper> list;
private int roundcount;
... | 1,878 | 0.547923 | 0.544196 | 70 | 25.828571 | 22.861053 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 8 |
65ccd84f00840d82425093b58719bee99e9077f7 | 9,990,093,974,866 | 2244c59575643d0763e9599f8dcc138a0633b718 | /myHessel/src/admin/ArrayOfPrimitives.java | 883e10c149ff86b0d8980d19e37959e9995b3feb | [] | no_license | Hazzle/Javatraining | https://github.com/Hazzle/Javatraining | a8cee2827af5490da32a0fa8d43ea5063a1c058d | 1e3b69dc2270fe1a1e45df0f275e2b02bc548f44 | refs/heads/master | 2016-08-07T17:26:54.211000 | 2014-10-03T14:19:20 | 2014-10-03T14:19:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package admin;
import java.util.Arrays;
import java.util.Scanner;
public class ArrayOfPrimitives {
public static void main(String[] args) {
// Write code here, to create and use an array of primitives.
int numElements = 0;
int numPositive = 0;
Scanner myScanner = new Scanner(System.in);
System.out.pr... | UTF-8 | Java | 819 | java | ArrayOfPrimitives.java | Java | [] | null | [] | package admin;
import java.util.Arrays;
import java.util.Scanner;
public class ArrayOfPrimitives {
public static void main(String[] args) {
// Write code here, to create and use an array of primitives.
int numElements = 0;
int numPositive = 0;
Scanner myScanner = new Scanner(System.in);
System.out.pr... | 819 | 0.664225 | 0.65812 | 41 | 19 | 23.946077 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.390244 | false | false | 8 |
c3956924e75bf8cbf0cb0d3a758569d3a7f64f9e | 19,516,331,448,554 | be7fe678d3d695f18380e0b08a5946706998ec43 | /ServiceLayer/src/br/ifes/les/dominio/entidade/Aliquota.java | a34cd1d8a07c2a339da6a573a60367477e3214bb | [] | no_license | diegopasti/faculdade.les.padraologicanegocio.servicelayer | https://github.com/diegopasti/faculdade.les.padraologicanegocio.servicelayer | 95e4809db3cbf7b2ae24b48093cc991c95664710 | cf597bcf2f22f0197abe36ea4945805db65b27f2 | refs/heads/master | 2016-09-05T22:41:50.827000 | 2015-07-05T21:10:23 | 2015-07-05T21:10:23 | 38,580,094 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ifes.les.dominio.entidade;
public interface Aliquota {
public Double calcularValor(Double v);
}
| UTF-8 | Java | 119 | java | Aliquota.java | Java | [] | null | [] | package br.ifes.les.dominio.entidade;
public interface Aliquota {
public Double calcularValor(Double v);
}
| 119 | 0.722689 | 0.722689 | 7 | 15 | 17.096365 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 8 |
29633e394d60141c9aa8fb03556a7e6eaf089e4e | 15,642,270,944,727 | c6d93152ab18b0e282960b8ff224a52c88efb747 | /huntkey/code/sceo-commons-service/sceo-common-service-provider/src/main/java/com/huntkey/rx/sceo/common/service/provider/controller/EmailLogController.java | ec4d21b6f24bb302a27741458b317a8178a1e51a | [] | no_license | BAT6188/company-database | https://github.com/BAT6188/company-database | adfe5d8b87b66cd51efd0355e131de164b69d3f9 | 40d0342345cadc51ca2555840e32339ca0c83f51 | refs/heads/master | 2023-05-23T22:18:22.702000 | 2018-12-25T00:58:15 | 2018-12-25T00:58:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huntkey.rx.sceo.common.service.provider.controller;
import com.huntkey.rx.commons.utils.rest.Result;
import com.huntkey.rx.sceo.common.service.common.model.to.SimpleEmailTO;
import com.huntkey.rx.sceo.common.service.provider.service.EmailLogService;
import org.springframework.beans.factory.annotation.Autow... | UTF-8 | Java | 924 | java | EmailLogController.java | Java | [
{
"context": "bind.annotation.RestController;\n\n/**\n * Created by zhaomj on 2017/4/28.\n */\n@RestController\n@RequestMapping",
"end": 599,
"score": 0.9996387362480164,
"start": 593,
"tag": "USERNAME",
"value": "zhaomj"
}
] | null | [] | package com.huntkey.rx.sceo.common.service.provider.controller;
import com.huntkey.rx.commons.utils.rest.Result;
import com.huntkey.rx.sceo.common.service.common.model.to.SimpleEmailTO;
import com.huntkey.rx.sceo.common.service.provider.service.EmailLogService;
import org.springframework.beans.factory.annotation.Autow... | 924 | 0.808442 | 0.800866 | 26 | 34.53846 | 26.602821 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 8 |
9e3f23c725995433972d589d906cb9d2c9907bb1 | 28,192,165,340,352 | e642e6c97c0b5ef6b9e0c5f2c8302383e925ffc3 | /app/src/main/java/com/enipro/presentation/viewholders/FeedCommentViewHolder.java | 35878d9df97897fce46f22f4ffa97fa4e585bb23 | [] | no_license | afrikgenius/enipro-mobile | https://github.com/afrikgenius/enipro-mobile | 6cf9514139e0612331733e84876f9f2b9ed40257 | 81a9bff1f593b5b53bcf765e15862bb5d00bdd7d | refs/heads/master | 2022-02-19T22:10:51.540000 | 2018-09-15T23:48:42 | 2018-09-15T23:48:42 | 206,146,048 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.enipro.presentation.viewholders;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import com.bumptech.glide.Glide;
import com.bumptech.glide.load.resource.bitmap.RoundedCorners;
import com.bumptech.glide.request.Request... | UTF-8 | Java | 1,587 | java | FeedCommentViewHolder.java | Java | [] | null | [] | package com.enipro.presentation.viewholders;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import com.bumptech.glide.Glide;
import com.bumptech.glide.load.resource.bitmap.RoundedCorners;
import com.bumptech.glide.request.Request... | 1,587 | 0.68305 | 0.681159 | 44 | 35.06818 | 26.237896 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
9a8282b9d9f4aa373b2ac82c82f66c1e64859d0f | 32,298,154,068,749 | f1fe2f477110e35fe051151b3fb885a6c7e95555 | /src/medium/_413/Solution.java | d0980f60f4e7e3dafd1d5f01ac67176dc66c88a7 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jsyjst/LeetCode | https://github.com/jsyjst/LeetCode | c0170bad7c51e38c652ffcc13ec72b591e0c363f | 396a1584333eb4c8874898e312bfeb4482c1182b | refs/heads/master | 2022-09-05T09:26:24.074000 | 2022-08-07T11:18:43 | 2022-08-07T11:18:43 | 183,161,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package medium._413;
/**
* <pre>
* author : 残渊
* time : 2019/10/12
* desc : 数组 A 包含 N 个数,且索引从0开始。数组 A 的一个子数组划分为数组 (P, Q),P 与 Q 是整数且满足 0<=P<Q<N 。
* 如果满足以下条件,则称子数组(P, Q)为等差数组:元素 A[P], A[p + 1], ..., A[Q - 1], A[Q] 是等差的。并且 P + 1 < Q 。
* 函数要返回数组 A 中所有为等差数组的子数组个数。
* </pre>
*/
public class So... | UTF-8 | Java | 1,434 | java | Solution.java | Java | [
{
"context": "package medium._413;\n\n/**\n * <pre>\n * author : 残渊\n * time : 2019/10/12\n * desc : 数组 A 包",
"end": 53,
"score": 0.999665379524231,
"start": 51,
"tag": "NAME",
"value": "残渊"
}
] | null | [] | package medium._413;
/**
* <pre>
* author : 残渊
* time : 2019/10/12
* desc : 数组 A 包含 N 个数,且索引从0开始。数组 A 的一个子数组划分为数组 (P, Q),P 与 Q 是整数且满足 0<=P<Q<N 。
* 如果满足以下条件,则称子数组(P, Q)为等差数组:元素 A[P], A[p + 1], ..., A[Q - 1], A[Q] 是等差的。并且 P + 1 < Q 。
* 函数要返回数组 A 中所有为等差数组的子数组个数。
* </pre>
*/
public class So... | 1,434 | 0.401985 | 0.358147 | 48 | 24.1875 | 19.793365 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 8 |
41da532ff2425d1a9699bcd2ec2e72891f164263 | 11,605,001,662,724 | b67aa2482f65ae299fc63b1e69b8e0ca34d26afc | /src/main/java/io/github/moulberry/notenoughupdates/questing/requirements/RequirementLocation.java | 0e995f34732fc6f90c75155099ad65a13dd86eae | [
"LicenseRef-scancode-proprietary-license"
] | permissive | Tuwuppy/NotEnoughUpdates | https://github.com/Tuwuppy/NotEnoughUpdates | 74aa5a9f9f805688c03ca34a54cc6e92630a777f | e93b6f7bceddad33d21cc3a48f7778b45bf4d820 | refs/heads/master | 2022-12-30T17:29:56.306000 | 2020-10-23T20:15:37 | 2020-10-23T20:15:37 | 306,479,526 | 0 | 0 | MIT | true | 2020-10-23T00:29:51 | 2020-10-22T23:15:07 | 2020-10-22T23:15:09 | 2020-10-23T00:29:50 | 293,211 | 0 | 0 | 0 | null | false | false | package io.github.moulberry.notenoughupdates.questing.requirements;
import net.minecraft.client.Minecraft;
import net.minecraft.entity.player.EntityPlayer;
public class RequirementLocation extends Requirement {
private int x;
private int y;
private int z;
private float radius;
public Requirement... | UTF-8 | Java | 707 | java | RequirementLocation.java | Java | [
{
"context": "package io.github.moulberry.notenoughupdates.questing.requirements;\n\nimport n",
"end": 27,
"score": 0.9979529976844788,
"start": 18,
"tag": "USERNAME",
"value": "moulberry"
}
] | null | [] | package io.github.moulberry.notenoughupdates.questing.requirements;
import net.minecraft.client.Minecraft;
import net.minecraft.entity.player.EntityPlayer;
public class RequirementLocation extends Requirement {
private int x;
private int y;
private int z;
private float radius;
public Requirement... | 707 | 0.673267 | 0.673267 | 26 | 26.192308 | 24.922987 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 8 |
ebd4fab1a9126f241ffb2d3b3611c51200171b0d | 19,318,762,935,109 | 55889712a9adf03489f4b6402a48c1a854d70321 | /ignite_easyticket_client_v1.0/src/com/ignite/mm/ticketing/application/MyErrorHandler.java | b29a62da4de3d0f565d522c0e7ddee1164c898c4 | [] | no_license | ignitemyanmar/POSAndroid | https://github.com/ignitemyanmar/POSAndroid | 7b346b5a62a00d0db576cc739776ea80dd876a8f | 9614177e73fe019d42afc283ed23877fccf8ab75 | refs/heads/master | 2021-05-01T09:30:56.967000 | 2015-06-08T04:30:23 | 2015-06-08T04:30:23 | 27,748,660 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ignite.mm.ticketing.application;
import android.util.Log;
import retrofit.ErrorHandler;
import retrofit.RetrofitError;
import retrofit.client.Response;
class MyErrorHandler implements ErrorHandler {
public Throwable handleError(RetrofitError cause) {
Response r = cause.getResponse();
if (r !=... | UTF-8 | Java | 445 | java | MyErrorHandler.java | Java | [] | null | [] | package com.ignite.mm.ticketing.application;
import android.util.Log;
import retrofit.ErrorHandler;
import retrofit.RetrofitError;
import retrofit.client.Response;
class MyErrorHandler implements ErrorHandler {
public Throwable handleError(RetrofitError cause) {
Response r = cause.getResponse();
if (r !=... | 445 | 0.714607 | 0.714607 | 17 | 25.235294 | 22.683317 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.117647 | false | false | 8 |
ad46e2af10a5a077975fffc573a84c36db4f49e6 | 17,901,423,692,870 | 5a1872c1f19b978deb97d7ad30ac6f8a565bb2aa | /src/br/com/AD7/silasladislau/Arq.java | 940d7757b34b72cf48f1cbfab833839df0ff6cea | [] | no_license | splhead/ES | https://github.com/splhead/ES | 39a3611f4d44778f71394dab80c3a3bfef3c48f6 | 2abd6850d209a2fd78934c7a8a399571a84aac22 | refs/heads/master | 2020-05-17T02:07:18.941000 | 2014-08-08T12:41:58 | 2014-08-08T12:41:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.AD7.silasladislau;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.net.URLConnection;
import org.apache.http.util.ByteArrayBuffer;
import android.content.BroadcastReceiver;... | UTF-8 | Java | 3,540 | java | Arq.java | Java | [] | null | [] | package br.com.AD7.silasladislau;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.net.URLConnection;
import org.apache.http.util.ByteArrayBuffer;
import android.content.BroadcastReceiver;... | 3,540 | 0.664405 | 0.661012 | 114 | 30.035088 | 22.606445 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.842105 | false | false | 8 |
ba72103bb9ac06cc77f63e5b6333a153677251ec | 3,126,736,255,975 | 7dbdb9fa46488f45b36947a31e179cb4879ae17e | /toy-framework-myrpc/rpc/src/main/java/com/clpsz/myrpc/invoke/proxy/ImplPool.java | cc20ee2973ab29d026a492e3ca4660d7670a0355 | [] | no_license | clpsz/toys | https://github.com/clpsz/toys | 2fdad93b0c435ae9899c81cad98b151c5f016be4 | 354eeb4f64be8ac51556b389ea4bd0fcc77d0de2 | refs/heads/master | 2021-01-19T20:55:08.272000 | 2020-06-17T08:16:44 | 2020-06-17T08:16:44 | 88,576,508 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clpsz.myrpc.invoke.proxy;
import com.clpsz.myrpc.invoke.sample.impl.FindGirlFriendServiceImpl;
import com.clpsz.myrpc.invoke.sample.impl.SampleAddServiceImpl;
import com.clpsz.myrpc.invoke.sample.impl.SampleSayHelloServiceImpl;
import java.util.HashMap;
import java.util.Map;
/**
* Created by... | UTF-8 | Java | 1,474 | java | ImplPool.java | Java | [
{
"context": "hMap;\r\nimport java.util.Map;\r\n\r\n/**\r\n * Created by peter.zuo on 2017/4/18.\r\n */\r\npublic class ImplPool {\r\n ",
"end": 330,
"score": 0.9983820915222168,
"start": 321,
"tag": "USERNAME",
"value": "peter.zuo"
}
] | null | [] | package com.clpsz.myrpc.invoke.proxy;
import com.clpsz.myrpc.invoke.sample.impl.FindGirlFriendServiceImpl;
import com.clpsz.myrpc.invoke.sample.impl.SampleAddServiceImpl;
import com.clpsz.myrpc.invoke.sample.impl.SampleSayHelloServiceImpl;
import java.util.HashMap;
import java.util.Map;
/**
* Created by... | 1,474 | 0.669456 | 0.664575 | 46 | 29.173914 | 30.488276 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 8 |
894dd97098b674b01561084ef94a90ed53d5b71d | 28,887,950,045,103 | 37a654c7e1baca800e175c40c5189af29b757d66 | /enployeemanage/src/com/bjsxt/job/service/impl/TPositionServiceImpl.java | 651360b6bdefeed11c18a02f0545964d78ca116d | [] | no_license | chenpengyu119/ServletDemo | https://github.com/chenpengyu119/ServletDemo | 0ed669ab523df34451e1bc6c2fc61f37bebc774f | 27f4cac7e0a0bbdc2bde8d547e30747331dfa9ea | refs/heads/master | 2020-08-29T21:06:54.647000 | 2019-10-29T01:01:14 | 2019-10-29T01:01:14 | 218,174,694 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bjsxt.job.service.impl;
import com.bjsxt.job.dao.impl.TPositionDaoImpl;
import com.bjsxt.job.service.TPositionService;
import java.sql.Date;
/**
* @author pengyu
*/
public class TPositionServiceImpl implements TPositionService {
@Override
public int publish(String pname, double minsal, double m... | UTF-8 | Java | 563 | java | TPositionServiceImpl.java | Java | [
{
"context": "ionService;\n\nimport java.sql.Date;\n\n/**\n * @author pengyu\n */\npublic class TPositionServiceImpl implements ",
"end": 177,
"score": 0.9986498355865479,
"start": 171,
"tag": "USERNAME",
"value": "pengyu"
}
] | null | [] | package com.bjsxt.job.service.impl;
import com.bjsxt.job.dao.impl.TPositionDaoImpl;
import com.bjsxt.job.service.TPositionService;
import java.sql.Date;
/**
* @author pengyu
*/
public class TPositionServiceImpl implements TPositionService {
@Override
public int publish(String pname, double minsal, double m... | 563 | 0.719361 | 0.719361 | 23 | 23.47826 | 28.559427 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.608696 | false | false | 8 |
1fb3ac973f2c4c31b332a906c834aa95e180fa57 | 5,162,550,709,074 | 58ed54d66cbd4d32e45819c72d00e33f4376ca23 | /src/ee/raidoseene/releaseplanner/gui/FixedDependencyDialog.java | bce4b38ccf3717c35c9e9ee0d21f6960a13d3560 | [] | no_license | raidoseene/Release-Planner | https://github.com/raidoseene/Release-Planner | 02a5ebf5d492f375c1feb7c131d00d7969965ecc | 40a872c1f64d92e8acde2bca4b2c21c761ccb825 | refs/heads/master | 2021-01-21T12:47:42.303000 | 2016-04-03T15:51:02 | 2016-04-03T15:51:02 | 30,310,927 | 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 ee.raidoseene.releaseplanner.gui;
import ee.raidoseene.releaseplanner.backend.ProjectManager;
import ee.raidoseene.releaseplan... | UTF-8 | Java | 4,022 | java | FixedDependencyDialog.java | Java | [
{
"context": "javax.swing.border.EmptyBorder;\n\n/**\n *\n * @author Raido Seene\n */\npublic class FixedDependencyDialog extends JD",
"end": 933,
"score": 0.9998656511306763,
"start": 922,
"tag": "NAME",
"value": "Raido Seene"
}
] | 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 ee.raidoseene.releaseplanner.gui;
import ee.raidoseene.releaseplanner.backend.ProjectManager;
import ee.raidoseene.releaseplan... | 4,017 | 0.639483 | 0.633267 | 114 | 34.280701 | 26.116308 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807018 | false | false | 8 |
1f0b74b18e12affe2dda419c33e12c70457e9539 | 13,907,104,110,109 | 08662ed79a0486de8b73cc5042caeefef3f31fd5 | /Skeleton/src/settings/VideoSettings.java | cdb10195e545923cf3276fb999fb33318f6367c6 | [] | no_license | gyulaimark97/Skeleton | https://github.com/gyulaimark97/Skeleton | 28099f64939dc26647935493f3cd694efb7a8506 | 7bcebab1bd97916914febbc046476340154bce88 | refs/heads/master | 2020-04-09T18:52:00.981000 | 2018-12-09T11:45:51 | 2018-12-09T11:45:51 | 160,525,904 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package settings;
public class VideoSettings {
private Resolution screenResolution;
private int lightingQuality;
private int colorDepth;
private int details;
public Resolution getScreenResolution() {
return null;
}
public void setScreenResolution(Resolution screenResolution) {
}
public ... | UTF-8 | Java | 636 | java | VideoSettings.java | Java | [] | null | [] | package settings;
public class VideoSettings {
private Resolution screenResolution;
private int lightingQuality;
private int colorDepth;
private int details;
public Resolution getScreenResolution() {
return null;
}
public void setScreenResolution(Resolution screenResolution) {
}
public ... | 636 | 0.683962 | 0.679245 | 37 | 15.189189 | 17.303082 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.324324 | false | false | 8 |
000c3c525fd364c66a2654a4ea1e563b21a06735 | 24,970,939,865,330 | 96d1336c0086a2acc53ed41eca5604d66962d13a | /src/com/interview/codechef/ccdsap_2/leetcode/sql/easy/ProjectEmployeeI.java | 73b10f39b309aed9f8079ba2834e0ba0bb533ea4 | [
"Apache-2.0"
] | permissive | prdp89/interview | https://github.com/prdp89/interview | 990e052d6bba5d2555a7b549d5bb5a12a92121ef | 04424ec1f13b0d1555382090d35c394b99a3a24b | refs/heads/master | 2022-12-27T16:44:41.690000 | 2020-09-30T13:21:44 | 2020-09-30T13:21:44 | 109,804,931 | 1 | 1 | null | true | 2017-11-07T08:05:26 | 2017-11-07T08:05:25 | 2017-11-07T06:18:28 | 2017-11-04T12:29:55 | 1,190 | 0 | 0 | 0 | null | false | null | package com.interview.codechef.ccdsap_2.leetcode.sql.easy;
public class ProjectEmployeeI {
/*
Table: Employee
Write an SQL query that reports the average experience years
of all the employees for each project, rounded to 2 digits.
The query result format is in the following example:
... | UTF-8 | Java | 1,824 | java | ProjectEmployeeI.java | Java | [
{
"context": "------+------------------+\n | 1 | Khaled | 3 |\n | 2 | Ali ",
"end": 897,
"score": 0.9996840357780457,
"start": 891,
"tag": "NAME",
"value": "Khaled"
},
{
"context": "haled | 3 |\n | 2 | A... | null | [] | package com.interview.codechef.ccdsap_2.leetcode.sql.easy;
public class ProjectEmployeeI {
/*
Table: Employee
Write an SQL query that reports the average experience years
of all the employees for each project, rounded to 2 digits.
The query result format is in the following example:
... | 1,824 | 0.346491 | 0.323465 | 58 | 30.448277 | 23.044315 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.87931 | false | false | 8 |
da032b6db577f6f12cbff445f1f149521dd12d01 | 24,970,939,869,381 | 7b733d7be68f0fa4df79359b57e814f5253fc72d | /system/services/src/com/percussion/services/security/data/PSCatalogerConfigurations.java | 9f917c9dc2a849aaa6fab13ce831467452e10ae9 | [
"LicenseRef-scancode-dco-1.1",
"Apache-2.0",
"OFL-1.1",
"LGPL-2.0-or-later"
] | permissive | percussion/percussioncms | https://github.com/percussion/percussioncms | 318ac0ef62dce12eb96acf65fc658775d15d95ad | c8527de53c626097d589dc28dba4a4b5d6e4dd2b | refs/heads/development | 2023-08-31T14:34:09.593000 | 2023-08-31T14:04:23 | 2023-08-31T14:04:23 | 331,373,975 | 18 | 6 | Apache-2.0 | false | 2023-09-14T21:29:25 | 2021-01-20T17:03:38 | 2023-09-14T01:11:27 | 2023-09-14T21:29:24 | 174,353 | 10 | 5 | 60 | Java | false | false | /*
* Copyright 1999-2023 Percussion Software, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | UTF-8 | Java | 9,870 | java | PSCatalogerConfigurations.java | Java | [] | null | [] | /*
* Copyright 1999-2023 Percussion Software, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 9,870 | 0.680851 | 0.679433 | 287 | 33.386761 | 28.222366 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.43554 | false | false | 8 |
2540d159224e14b7476ca167630b0df0ec1739bc | 18,210,661,345,179 | 7f73612fdc6ecd3f81887b9db62e9a73a58c0b60 | /src/main/java/com/github/saleco/interview/calendar/api/user/mapper/UserMapper.java | 44d954884e06ba8cfde648ca3ac09f5ae864a140 | [] | no_license | saleco/interview-calendar-api | https://github.com/saleco/interview-calendar-api | 7affb1e3d6a0ae2c87d07db2ec6414b2370b5a6d | e51daaed6d19db2d691362f4c6f1d4c560b369d5 | refs/heads/master | 2023-04-11T02:04:46.844000 | 2021-04-25T18:40:57 | 2021-04-25T18:40:57 | 360,240,707 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.saleco.interview.calendar.api.user.mapper;
import com.github.saleco.interview.calendar.api.mapper.DateMapper;
import com.github.saleco.interview.calendar.api.user.dto.UserDto;
import com.github.saleco.interview.calendar.api.user.model.User;
import org.mapstruct.Mapper;
@Mapper(uses = DateMapper.cla... | UTF-8 | Java | 430 | java | UserMapper.java | Java | [] | null | [] | package com.github.saleco.interview.calendar.api.user.mapper;
import com.github.saleco.interview.calendar.api.mapper.DateMapper;
import com.github.saleco.interview.calendar.api.user.dto.UserDto;
import com.github.saleco.interview.calendar.api.user.model.User;
import org.mapstruct.Mapper;
@Mapper(uses = DateMapper.cla... | 430 | 0.802326 | 0.802326 | 13 | 32.076923 | 25.110407 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 8 |
d09b6f83f336b3594eeb245e2f661f23a5594be6 | 9,397,388,457,592 | 6d45067b449283cf6dde828e9793461b496bdeaf | /plugins/de.ovgu.featureide.core.mpl/src/de/ovgu/featureide/core/mpl/job/AChainJob.java | b2fb7a0c9e05588722f0b84f05b919072ea8e109 | [] | no_license | sanschul/FeatureIDE | https://github.com/sanschul/FeatureIDE | bdc2c411cfa49bd1264127317519e797de0f40da | 40404a3ff37936f331fb63468eb21d7fd8be87d6 | refs/heads/master | 2020-12-03T09:26:02.657000 | 2015-01-09T18:26:31 | 2015-01-09T18:26:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* FeatureIDE - A Framework for Feature-Oriented Software Development
* Copyright (C) 2005-2013 FeatureIDE team, University of Magdeburg, Germany
*
* This file is part of FeatureIDE.
*
* FeatureIDE is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public Lice... | UTF-8 | Java | 5,865 | java | AChainJob.java | Java | [
{
"context": " another job when the work is done.\n * \n * @author Sebastian Krieter\n */\nabstract class AChainJob<T extends AJobArgume",
"end": 1511,
"score": 0.999884307384491,
"start": 1494,
"tag": "NAME",
"value": "Sebastian Krieter"
}
] | null | [] | /* FeatureIDE - A Framework for Feature-Oriented Software Development
* Copyright (C) 2005-2013 FeatureIDE team, University of Magdeburg, Germany
*
* This file is part of FeatureIDE.
*
* FeatureIDE is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public Lice... | 5,854 | 0.707076 | 0.704859 | 225 | 25.066668 | 23.095936 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.982222 | false | false | 8 |
5a0037a025138297a32a0035b602c08925cfec56 | 30,331,059,061,525 | 9d6ecc2e9cfe1f4ec32d75d2db9a86551747cfee | /VerticalLine.java | dd8109c5891ff514938f4484bf3af9362c1a2a6c | [] | no_license | sfbahr/IntersectingLines | https://github.com/sfbahr/IntersectingLines | dfafc0b68ed2e279440a9e2a059fbd86cdb79c91 | d33dcbd960be81f2d3009855e06ab4fdb5efdb7b | refs/heads/master | 2021-01-17T20:05:14.057000 | 2015-12-10T00:34:38 | 2015-12-10T00:34:38 | 47,432,487 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @author Anuj
*
*/
public class VerticalLine extends Line {
public VerticalLine(Point start, Point end, Boolean vertical) {
super(start, end, vertical);
}
public VerticalLine(Line line) {
super(line.getLesser(), line.getGreater(), true);
}
@Override
public int compareTo(Line o) {
if (this.getLe... | UTF-8 | Java | 533 | java | VerticalLine.java | Java | [
{
"context": "/**\n * @author Anuj\n *\n */\npublic class VerticalLine extends Line {\n\n",
"end": 19,
"score": 0.8920038938522339,
"start": 15,
"tag": "NAME",
"value": "Anuj"
}
] | null | [] | /**
* @author Anuj
*
*/
public class VerticalLine extends Line {
public VerticalLine(Point start, Point end, Boolean vertical) {
super(start, end, vertical);
}
public VerticalLine(Line line) {
super(line.getLesser(), line.getGreater(), true);
}
@Override
public int compareTo(Line o) {
if (this.getLe... | 533 | 0.630394 | 0.624765 | 29 | 17.379311 | 19.938551 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.551724 | false | false | 8 |
fbcbcc26af5e03d1ad8fc76cd4dfde28700309de | 25,005,299,607,205 | 86854f4afbe2cb408b0dc80c5284b9a4618c7637 | /src/main/java/com/example/moveydiscovery/repository/SavingRepository.java | 91fb6ded33ae50b4efc2f616a1fb5d17ff177b6c | [] | no_license | KySo4oK/movey-notifications | https://github.com/KySo4oK/movey-notifications | 9fd651f20db4eaa8f0e5845fb7a5ced98bbd0ba4 | e43c3fd40f2810ff139f54078b4b7918ceca9ba3 | refs/heads/master | 2023-05-13T15:40:47.340000 | 2021-06-04T16:35:45 | 2021-06-04T16:35:45 | 349,357,287 | 0 | 0 | null | false | 2021-05-02T16:00:39 | 2021-03-19T08:50:15 | 2021-05-02T15:36:12 | 2021-05-02T16:00:39 | 20 | 0 | 0 | 0 | Java | false | false | package com.example.moveydiscovery.repository;
import com.example.moveydiscovery.entity.Saving;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface SavingRepository extends JpaRepository<Saving, Long> {
List<Saving> findAllByUserId(String userId);
}
| UTF-8 | Java | 307 | java | SavingRepository.java | Java | [] | null | [] | package com.example.moveydiscovery.repository;
import com.example.moveydiscovery.entity.Saving;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface SavingRepository extends JpaRepository<Saving, Long> {
List<Saving> findAllByUserId(String userId);
}
| 307 | 0.824104 | 0.824104 | 10 | 29.700001 | 26.739672 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 8 |
69cb4bc220ab05e58bc68a2ecece5d7d170a64fb | 3,891,240,374,812 | a5f4cb08fbaa0d192d439729c5fb21e9f094f2a3 | /src/main/java/sayTheSpire/speech/TolkHandler.java | c24a23727da3944550241ffc8c3714561486a441 | [] | no_license | yncat/say-the-spire | https://github.com/yncat/say-the-spire | 7830be5ee91b512a7c0b7414c3f6f99221e1a295 | e0851aa0e764ad9220cd29f1b339c1c8ffe54e98 | refs/heads/master | 2023-07-18T16:45:00.811000 | 2020-09-26T05:38:40 | 2020-09-26T05:38:40 | 298,933,815 | 0 | 0 | null | true | 2020-09-27T02:04:10 | 2020-09-27T02:04:09 | 2020-09-26T10:42:07 | 2020-09-26T05:38:47 | 98 | 0 | 0 | 0 | null | false | false | package sayTheSpire.speech;
import com.davykager.tolk.Tolk;
public class TolkHandler extends SpeechHandler {
public Boolean detect() {
return System.getProperty("os.name").startsWith("Windows");
}
public void disposeResources() {
// do nothing
}
public Boolean loadResources() {
return true; /... | UTF-8 | Java | 750 | java | TolkHandler.java | Java | [] | null | [] | package sayTheSpire.speech;
import com.davykager.tolk.Tolk;
public class TolkHandler extends SpeechHandler {
public Boolean detect() {
return System.getProperty("os.name").startsWith("Windows");
}
public void disposeResources() {
// do nothing
}
public Boolean loadResources() {
return true; /... | 750 | 0.657333 | 0.657333 | 42 | 16.857143 | 17.443203 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404762 | false | false | 8 |
7f2ca632bc574e27a04d6b105b2022c6a4ff4092 | 4,552,665,349,539 | 7ce47d1d6e2865ba8e683910bff09ce8d0de4ee3 | /src/WorksheetProperties.java | 07c2890c2b8351f20b5628819398c3bf0b601b38 | [
"LicenseRef-scancode-public-domain",
"CC0-1.0"
] | permissive | RvanVeenendaal/Spreadsheet-Complexity-Analyser | https://github.com/RvanVeenendaal/Spreadsheet-Complexity-Analyser | c51598f1697b94da69ea4088683a9418e7c284d0 | 4910538edafff7a540faf8d09e78074555ef732a | refs/heads/master | 2022-12-21T22:21:24.729000 | 2022-12-13T10:10:34 | 2022-12-13T10:10:34 | 130,328,493 | 14 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class WorksheetProperties {
public String sSheetName = "";
public int iPivotTables = 0;
public int iTables = 0;
public int iShapes = 0;
public int iCharts = 0;
public int iRowsUsed = 0;
public int iPhysicallyUsedRows = 0;
public int iCellsUsed = 0;
public int iPhysicallyUsedCells = 0;
public... | UTF-8 | Java | 2,320 | java | WorksheetProperties.java | Java | [] | null | [] | public class WorksheetProperties {
public String sSheetName = "";
public int iPivotTables = 0;
public int iTables = 0;
public int iShapes = 0;
public int iCharts = 0;
public int iRowsUsed = 0;
public int iPhysicallyUsedRows = 0;
public int iCellsUsed = 0;
public int iPhysicallyUsedCells = 0;
public... | 2,320 | 0.707759 | 0.702586 | 94 | 22.680851 | 16.009447 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.670213 | false | false | 8 |
42248792de652503a9c74f9f0d9f140cb8842e46 | 28,656,021,800,126 | 961fd8cff3dc19f946a00fd73587d66aa8896166 | /src/main/java/ohjelmisto/dao/VastausRowMapper.java | 83cb249afb6b18b906dd2d9529b1d60437d94a19 | [] | no_license | laihanen/Oprojekti | https://github.com/laihanen/Oprojekti | 875624b16464fbd802974c5052e74d60a42c2e03 | 06b4c0cf1979ffd7cf622e2024590cc6de3468e8 | refs/heads/master | 2021-01-20T07:32:34.557000 | 2017-05-17T13:54:54 | 2017-05-17T13:54:54 | 90,012,266 | 0 | 0 | null | false | 2017-05-05T07:40:14 | 2017-05-02T08:58:29 | 2017-05-03T10:06:36 | 2017-05-05T07:34:20 | 8,983 | 0 | 0 | 1 | CSS | null | null | package ohjelmisto.dao;
import ohjelmisto.bean.Vastaus;
import ohjelmisto.bean.VastausImpl;
import org.springframework.jdbc.core.RowMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* Created by bferr on 12/05/2017.
*/
public class VastausRowMapper implements RowMapper<Vastaus> {
public V... | UTF-8 | Java | 549 | java | VastausRowMapper.java | Java | [
{
"context": ";\nimport java.sql.SQLException;\n\n/**\n * Created by bferr on 12/05/2017.\n */\npublic class VastausRowMapper ",
"end": 225,
"score": 0.9995483160018921,
"start": 220,
"tag": "USERNAME",
"value": "bferr"
}
] | null | [] | package ohjelmisto.dao;
import ohjelmisto.bean.Vastaus;
import ohjelmisto.bean.VastausImpl;
import org.springframework.jdbc.core.RowMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
/**
* Created by bferr on 12/05/2017.
*/
public class VastausRowMapper implements RowMapper<Vastaus> {
public V... | 549 | 0.721311 | 0.70674 | 24 | 21.916666 | 22.788734 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 8 |
c7a387ec9d6268944e24099334aef1c73c154696 | 1,760,936,599,773 | c43c8158179c982606c142565fe10cdbe051e9f3 | /src/kr/ac/kookmin/cs/bigdata/kkp/word2vecDriver.java | 629928d5650a4b3a5b9e3f2e4b5ff3fdf120b000 | [] | no_license | kmucs-web-client-2017-01/kmucs-bigdata-project-bus-team | https://github.com/kmucs-web-client-2017-01/kmucs-bigdata-project-bus-team | a4089b846ad2629ef0503cb014759e8ca01eae19 | 433ef729a934a6adc9f3566a38e10201f48b03c8 | refs/heads/master | 2021-03-19T10:52:13.941000 | 2017-06-05T14:50:21 | 2017-06-05T14:50:21 | 91,996,078 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.ac.kookmin.cs.bigdata.kkp;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.PriorityQueue;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.co... | UTF-8 | Java | 8,327 | java | word2vecDriver.java | Java | [] | null | [] | package kr.ac.kookmin.cs.bigdata.kkp;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.PriorityQueue;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.co... | 8,327 | 0.728873 | 0.715009 | 269 | 29.836432 | 27.13102 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.475837 | false | false | 8 |
0a5d6ec176203bf0ec2d71134d37b4a2862f814f | 2,095,944,045,274 | 789c4aee41029133423f07cacd284105a7cc57dc | /src/main/java/com/system/service/impl/ScheduleServiceImpl.java | a9e3e3b7a88598110c9ad8f0285dd40218dbb057 | [] | no_license | Kingking1994/91system | https://github.com/Kingking1994/91system | bcb44fe01fa4a2e805b39e7a9a6dabc5ed163c0e | addd3f6d62b01b06dd88ff29c7bf9640ffc3467b | refs/heads/master | 2020-12-24T18:51:41.429000 | 2016-05-29T11:40:06 | 2016-05-29T11:40:06 | 56,694,980 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.system.service.impl;
import com.system.dao.ScheduleDao;
import com.system.entity.Schedule;
import com.system.service.ScheduleService;
import com.system.util.BeanUtil;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service... | UTF-8 | Java | 1,978 | java | ScheduleServiceImpl.java | Java | [
{
"context": "ervice;\n\nimport java.util.List;\n\n/**\n * Created by king on 2016/4/26.\n */\n@Service(\"scheduleService\")\npub",
"end": 369,
"score": 0.997721791267395,
"start": 365,
"tag": "USERNAME",
"value": "king"
}
] | null | [] | package com.system.service.impl;
import com.system.dao.ScheduleDao;
import com.system.entity.Schedule;
import com.system.service.ScheduleService;
import com.system.util.BeanUtil;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service... | 1,978 | 0.595551 | 0.589484 | 81 | 23.419754 | 18.677156 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 8 |
e620701323822e6acef2f0d36aa61bfa33d68643 | 26,439,818,683,008 | d45db2a105b86b8b584a0b7539800cea14251417 | /src/main/java/org/sirenia/test/util/PropertiesUtil.java | 3731fba8debb83be4599cf1e8828d24f77b2ab6d | [] | no_license | zhoujiaping/sirenia-test | https://github.com/zhoujiaping/sirenia-test | eeecc7a1f206ad0b3d0e6051538f8b60cb616d5a | dc3d9ba6ebbb49324c828aebeae410a4de6ca98a | refs/heads/master | 2020-04-22T16:05:16.026000 | 2019-05-04T01:32:54 | 2019-05-04T01:32:54 | 170,497,092 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sirenia.test.util;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.util.Properties;
/**
* https://www.hellojava.com/a/158.html
*
*/
public class PropertiesUtil {
public static Properties loadProperties(File file){
try(B... | UTF-8 | Java | 569 | java | PropertiesUtil.java | Java | [] | null | [] | package org.sirenia.test.util;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStreamReader;
import java.util.Properties;
/**
* https://www.hellojava.com/a/158.html
*
*/
public class PropertiesUtil {
public static Properties loadProperties(File file){
try(B... | 569 | 0.739895 | 0.732865 | 22 | 24.863636 | 23.587931 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.409091 | false | false | 8 |
128f24fb04fea635c49a7f2734dd6187fee3a52e | 2,095,944,050,135 | 1aa1a384277f871e2d870f9d15d5c5ce2ff21e10 | /src/main/java/com/ydhl/outsourcing/ts/finance/common/utils/EaringsUtil.java | 7d562242fe9652357f1c8e1aa6bdc249f14364b1 | [] | no_license | yangyisong/bikong | https://github.com/yangyisong/bikong | 4c95bb93e01408f68b7f0d9faac81d004f2d31db | e78b1ed32f0521b7667b890237e5d4f8c28b0720 | refs/heads/master | 2020-04-11T02:30:09.156000 | 2018-12-12T08:02:21 | 2018-12-12T08:02:31 | 161,446,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ydhl.outsourcing.ts.finance.common.utils;
import java.math.BigDecimal;
/**
* @author Martins
* @create 2018/1/26 10:41.
* @description
*/
public class EaringsUtil {
//保留两位小数
private static final Integer SCALE = 2;
/**
* 计算每日收益
*
* @param amount 合同金额
* @param earingRat... | UTF-8 | Java | 838 | java | EaringsUtil.java | Java | [
{
"context": "ils;\n\nimport java.math.BigDecimal;\n\n/**\n * @author Martins\n * @create 2018/1/26 10:41.\n * @description\n */\np",
"end": 107,
"score": 0.9954768419265747,
"start": 100,
"tag": "NAME",
"value": "Martins"
}
] | null | [] | package com.ydhl.outsourcing.ts.finance.common.utils;
import java.math.BigDecimal;
/**
* @author Martins
* @create 2018/1/26 10:41.
* @description
*/
public class EaringsUtil {
//保留两位小数
private static final Integer SCALE = 2;
/**
* 计算每日收益
*
* @param amount 合同金额
* @param earingRat... | 838 | 0.68481 | 0.653165 | 27 | 28.25926 | 40.784523 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 8 |
94220310724aa1384afd975f1286d492d11c9b7e | 6,296,422,068,200 | a36236e5f1931682f866e351a9c73b72e2310d4c | /src/main/java/com/spotify/spire/arbiter/TaskBrokerConfiguration.java | 71afe0e4b04149046d82f9edc024dc00df7a700e | [
"Apache-2.0"
] | permissive | pombredanne/spire-server | https://github.com/pombredanne/spire-server | e9ede8767b742097a8d215b9644f742ee8793bb4 | c0abe19ef898e2341d959cc918595ca36a29a7b1 | refs/heads/master | 2017-11-15T00:29:19.374000 | 2013-12-20T15:23:47 | 2013-12-20T15:23:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spotify.spire.arbiter;
import java.net.URI;
import com.spotify.spire.master.util.RabbitMqConnectionConfiguration;
import com.spotify.spire.proto.Spire;
import lombok.Data;
/**
* See spire-arbiter.conf for more information about these settings.
**/
@Data
public class TaskBrokerConfiguration implements Ra... | UTF-8 | Java | 447 | java | TaskBrokerConfiguration.java | Java | [] | null | [] | package com.spotify.spire.arbiter;
import java.net.URI;
import com.spotify.spire.master.util.RabbitMqConnectionConfiguration;
import com.spotify.spire.proto.Spire;
import lombok.Data;
/**
* See spire-arbiter.conf for more information about these settings.
**/
@Data
public class TaskBrokerConfiguration implements Ra... | 447 | 0.818792 | 0.818792 | 17 | 25.294117 | 25.60047 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 8 |
3397f5eeb0032d6ba1fa4bd105775d6a22e4c0c1 | 20,126,216,759,298 | ba7ac7e433af4cfccd65458d77921167c2f59b8c | /chatroom/src/main/java/org/springboot/chatroom/service/impl/MailServiceImpl.java | ea74706961c12350573a63b7818fe649472e0b63 | [] | no_license | paidaxing-puls/chatroom | https://github.com/paidaxing-puls/chatroom | f640e713144d677721883dfce462664820e068fc | d0ab71109b3f934cce03d87f65112ad6d72eaa95 | refs/heads/main | 2023-01-30T21:37:27.014000 | 2020-12-11T02:13:44 | 2020-12-11T02:13:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.springboot.chatroom.service.impl;
import org.springboot.chatroom.service.MailService;
import org.springboot.chatroom.utils.MailUtil;
import org.springboot.chatroom.vo.MailVo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.u... | UTF-8 | Java | 1,018 | java | MailServiceImpl.java | Java | [] | null | [] | package org.springboot.chatroom.service.impl;
import org.springboot.chatroom.service.MailService;
import org.springboot.chatroom.utils.MailUtil;
import org.springboot.chatroom.vo.MailVo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.u... | 1,018 | 0.652259 | 0.652259 | 46 | 20.130434 | 19.857765 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 8 |
0e05081bd7ee4c4fdc0b30ecebb5b76b7a049846 | 20,624,432,965,063 | 0b59cd6298cd4e12334b7fc3d56078a7667e3c56 | /android/app/src/main/java/come/manager/direct/hackuniversity/CloseListFragment.java | 67ff9832fa29ef552737e3b66808916c25e41939 | [] | no_license | kanzeparov/hackuniversity | https://github.com/kanzeparov/hackuniversity | 91022df5f513a995c8dd511a5469773cae1efc90 | 7ff3ccf243e3a36567957a6ac46db9780103fa5e | refs/heads/master | 2020-05-01T04:12:57.169000 | 2019-03-24T08:59:28 | 2019-03-24T08:59:28 | 177,267,640 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package come.manager.direct.hackuniversity;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.v... | UTF-8 | Java | 5,142 | java | CloseListFragment.java | Java | [
{
"context": " container, false);\n String [] numbers = {\"Oergregrene\", \"Two\", \"Three\", \"Four\", \"Five\", \"Six\", \"Seven\",",
"end": 2555,
"score": 0.9938181638717651,
"start": 2544,
"tag": "NAME",
"value": "Oergregrene"
}
] | null | [] | package come.manager.direct.hackuniversity;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.v... | 5,142 | 0.668222 | 0.66375 | 149 | 33.510067 | 26.836971 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483221 | false | false | 8 |
831f1fc3f4aa5730182c6af5373175cc6fedba1c | 27,762,668,613,185 | 41b3cb388090f2ad8b56db8b1915e59362177794 | /dome-module-1/src/com/duyi/MianTest.java | 73f2089537a46df97d6d7066d59f3654bc64e615 | [] | no_license | pu0513/Git-Dome | https://github.com/pu0513/Git-Dome | f4203e9b5c5fae4d07b592354bf902f8c00e2fd4 | a76b737af641792d3fcdb6bb9c0cef07aa6745ac | refs/heads/master | 2023-03-13T05:03:05.183000 | 2021-02-27T15:11:05 | 2021-02-27T15:11:05 | 342,870,756 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.duyi;
/**
* @Auther: php
* @Date: 2021/2/27 - 02 - 27 - 22:14
* @Description: com.duyi
* @version: 1.0
*/
public class MianTest {
public static void main(String[] args) {
System.out.println("hello git");
System.out.println("git change");
}
}
| UTF-8 | Java | 285 | java | MianTest.java | Java | [
{
"context": "package com.duyi;\n\n/**\n * @Auther: php\n * @Date: 2021/2/27 - 02 - 27 - 22:14\n * @Descrip",
"end": 38,
"score": 0.9989520311355591,
"start": 35,
"tag": "USERNAME",
"value": "php"
}
] | null | [] | package com.duyi;
/**
* @Auther: php
* @Date: 2021/2/27 - 02 - 27 - 22:14
* @Description: com.duyi
* @version: 1.0
*/
public class MianTest {
public static void main(String[] args) {
System.out.println("hello git");
System.out.println("git change");
}
}
| 285 | 0.585965 | 0.526316 | 15 | 18 | 15.692885 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 8 |
8a310139cf614041ab0be79435126b3b7b6887ef | 27,762,668,613,308 | a2b28b6bbc055e8b2d4d06185443322789f809cf | /src/test/java/nio/path/TestAttribute.java | 0a72f7501e8f2ede3e593673860adcfa36552d7b | [] | no_license | mygithubzh123/BasicPractising | https://github.com/mygithubzh123/BasicPractising | c3a64f427b3ebb26481dd0690822f131b2ac67d3 | 35c3bf1a5b79b464c4fd126e900a38bc812e0b36 | refs/heads/master | 2022-06-26T20:20:43.437000 | 2020-09-05T12:30:57 | 2020-09-05T12:30:57 | 162,976,315 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* (用一句话描述该文件做什么)
* @Filename TestAttribute.java
* @Package nio.path
* @author neo
* @since 2018年4月3日 下午7:10:10
* @Version V1.0
*/
package nio.path;
import org.junit.jupiter.api.Test;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
im... | UTF-8 | Java | 1,299 | java | TestAttribute.java | Java | [
{
"context": "TestAttribute.java\r\n* @Package nio.path\r\n* @author neo\r\n* @since 2018年4月3日 下午7:10:10\r\n* @Version V1.0\r\n*",
"end": 91,
"score": 0.6448214054107666,
"start": 88,
"tag": "USERNAME",
"value": "neo"
},
{
"context": " (这里用一句话描述这个类的作用)\r\n * TestAttribute\r\n * @a... | null | [] | /**
* (用一句话描述该文件做什么)
* @Filename TestAttribute.java
* @Package nio.path
* @author neo
* @since 2018年4月3日 下午7:10:10
* @Version V1.0
*/
package nio.path;
import org.junit.jupiter.api.Test;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
im... | 1,299 | 0.683782 | 0.660962 | 55 | 20.309092 | 20.142107 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.254545 | false | false | 8 |
83e493ed86d530437bcb2749268e8bdd0da93f70 | 27,762,668,613,202 | 5750fd38e50050918b016b521c00d6b1b65f2ace | /app/src/main/java/com/sergiomse/encuentralo/model/Thing.java | f919d29f2ad866deddca9cd3235b7ab15ff84233 | [] | no_license | smillase/Encuentralo | https://github.com/smillase/Encuentralo | c4cc33eb1c3bb28f0335796069a413ed928045cd | f6779cd7d2f17fe00416ddeacecb49936bf84a40 | refs/heads/master | 2021-01-10T03:34:31.466000 | 2015-10-25T20:27:53 | 2015-10-25T20:27:53 | 43,002,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sergiomse.encuentralo.model;
import java.util.Date;
/**
* Created by sergiomse@gmail.com on 24/09/2015.
*/
public class Thing {
private long id;
private String imagePath;
private String tags;
private String location;
private Date modifDate;
public Thing() {
... | UTF-8 | Java | 1,341 | java | Thing.java | Java | [
{
"context": "l;\r\n\r\nimport java.util.Date;\r\n\r\n/**\r\n * Created by sergiomse@gmail.com on 24/09/2015.\r\n */\r\npublic class Thing {\r\n\r\n ",
"end": 108,
"score": 0.9999250173568726,
"start": 89,
"tag": "EMAIL",
"value": "sergiomse@gmail.com"
}
] | null | [] | package com.sergiomse.encuentralo.model;
import java.util.Date;
/**
* Created by <EMAIL> on 24/09/2015.
*/
public class Thing {
private long id;
private String imagePath;
private String tags;
private String location;
private Date modifDate;
public Thing() {
}
pub... | 1,329 | 0.571216 | 0.56525 | 66 | 18.318182 | 17.611256 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393939 | false | false | 8 |
6095f5e479171e0e2856036f02cf98357eadd938 | 2,130,303,786,781 | e1d0fd6f65cca1c0257f7327efba37a12c8eadb5 | /src/main/java/com/nathan/beans/package-info.java | 81a7705949fe41a07520ed69310f34a9a02df540 | [] | no_license | NathanPelli/webtest | https://github.com/NathanPelli/webtest | 881f5402427f772bad594c825f801f8814b06923 | 295ffad814241355dd9e57980db11e49280e0666 | refs/heads/master | 2021-05-05T17:57:58.510000 | 2017-12-07T03:39:23 | 2017-12-07T03:39:23 | 103,512,936 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
/**@author Nathan
* 2017年9月14日 下午2:29:08
*/
package com.nathan.beans; | UTF-8 | Java | 93 | java | package-info.java | Java | [
{
"context": "/**\n * \n */\n/**@author Nathan\n * 2017年9月14日 下午2:29:08\n */\npackage com.nathan.be",
"end": 29,
"score": 0.9982943534851074,
"start": 23,
"tag": "NAME",
"value": "Nathan"
}
] | null | [] | /**
*
*/
/**@author Nathan
* 2017年9月14日 下午2:29:08
*/
package com.nathan.beans; | 93 | 0.60241 | 0.457831 | 7 | 11 | 9.50188 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 8 |
4a67da7f1cf868bd5801b14373de804e30df7d9e | 455,266,587,802 | cc5ed8da10aa3c2537bc1bc118a06747545b1108 | /Tutorial2/src/Main.java | ec2ad98cee466bf60370870fcc870ad42706c7b7 | [] | no_license | Arinjbj/startjava | https://github.com/Arinjbj/startjava | 1bc6a326c8dcc67647a5d1339b8093645ee17d3f | dcf7ffc9fd2bd0744fdc0345f40553ae036b6549 | refs/heads/master | 2022-11-30T21:33:04.931000 | 2020-08-13T13:52:52 | 2020-08-13T13:52:52 | 279,297,329 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Main {
public static void main(String[] args) {
int a = 1;
int b = 2;
System.out.println("a + b = " + (a + b));
System.out.println("a - b = " + (a - b));
System.out.println("a * b = " + (a * b));
System.out.println("a / b = " + (a / b));
System.out.println("a % b = " + (a % b));
... | UTF-8 | Java | 444 | java | Main.java | Java | [] | null | [] |
public class Main {
public static void main(String[] args) {
int a = 1;
int b = 2;
System.out.println("a + b = " + (a + b));
System.out.println("a - b = " + (a - b));
System.out.println("a * b = " + (a * b));
System.out.println("a / b = " + (a / b));
System.out.println("a % b = " + (a % b));
... | 444 | 0.488739 | 0.470721 | 23 | 18.26087 | 16.686932 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 8 |
3523a790ca3e59e34266e620f493b79650f7067f | 8,667,244,046,129 | 18991d28d41dcab1301c243d6813af412681f6c8 | /java/aop/src/main/java/io/aos/aop/aspectj/auth/AspectJAuthModule.java | 564874f1c499861769cbf90f45f857846f7ee799 | [
"Apache-2.0"
] | permissive | XClouded/t4f-core | https://github.com/XClouded/t4f-core | 3eecdc91df3bf55c23d1a11a8039429345eca452 | 73b89abe758007a8fc42f378aeab3402760a0fa9 | refs/heads/master | 2020-12-24T16:15:42.610000 | 2014-11-03T09:37:22 | 2014-11-03T09:37:22 | 26,402,580 | 0 | 1 | null | false | 2016-03-09T23:11:46 | 2014-11-09T17:07:33 | 2015-01-24T14:08:55 | 2016-03-09T23:11:46 | 56,540 | 0 | 1 | 1 | null | null | null | package io.aos.aop.aspectj.auth;
import static org.aspectj.lang.Aspects.aspectOf;
import io.aos.aop.aspectj.auth.aspect.ProfileVerificationAspect;
import io.aos.aop.aspectj.auth.auth.UserProfileChecker;
import io.aos.aop.aspectj.auth.auth.UserProfileCheckerImpl;
import io.aos.aop.aspectj.auth.contact.ContactManager;
i... | UTF-8 | Java | 779 | java | AspectJAuthModule.java | Java | [] | null | [] | package io.aos.aop.aspectj.auth;
import static org.aspectj.lang.Aspects.aspectOf;
import io.aos.aop.aspectj.auth.aspect.ProfileVerificationAspect;
import io.aos.aop.aspectj.auth.auth.UserProfileChecker;
import io.aos.aop.aspectj.auth.auth.UserProfileCheckerImpl;
import io.aos.aop.aspectj.auth.contact.ContactManager;
i... | 779 | 0.797176 | 0.797176 | 21 | 36.095238 | 29.671061 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 8 |
f97561f7604360291892dccd3699d6b5a0dfe810 | 25,993,142,115,912 | 9e736247941800694340edb8a7ffe0a2da0f14b3 | /service-datapack/src/main/java/com/dataint/service/datapack/dao/IDiseasesDao.java | b04bf303bd7c6fcac2716602a81c73e10a37c582 | [] | no_license | cgb-jsqlparser/Customers | https://github.com/cgb-jsqlparser/Customers | 20deef64d2bab6e69383c23273d72f48cf7a5d13 | 613d36413e1839d47f711d127747f8a1d6b06ac8 | refs/heads/master | 2023-07-22T05:10:28.500000 | 2020-09-09T09:36:20 | 2020-09-09T09:36:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dataint.service.datapack.dao;
import com.dataint.service.datapack.dao.entity.Diseases;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repositor... | UTF-8 | Java | 595 | java | IDiseasesDao.java | Java | [] | null | [] | package com.dataint.service.datapack.dao;
import com.dataint.service.datapack.dao.entity.Diseases;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repositor... | 595 | 0.826891 | 0.826891 | 18 | 32.055557 | 31.863375 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 8 |
8d9dbe6eccbabeb79984fcdd0ddbc45c1167eda7 | 25,769,819,565 | 06049bed4970b40b9d6ffe3d3d89d6263b468601 | /md-stepper-addon/src/main/java/org/vaadin/addons/md_stepper/iterator/MoveToListener.java | 80c980d88312f900e06b5050738f047a45a39c19 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | jpvelsamy/md-stepper | https://github.com/jpvelsamy/md-stepper | aec00a47370fd8144c2568bba527ba6c3db92688 | 6e30af58faf183e65eb0c4098a58b03eb2bfd642 | refs/heads/master | 2021-05-17T12:39:54.860000 | 2020-07-06T09:11:45 | 2020-07-06T09:11:45 | 250,781,363 | 0 | 0 | Apache-2.0 | true | 2020-03-28T11:49:16 | 2020-03-28T11:49:15 | 2019-10-04T12:37:04 | 2017-08-11T12:19:15 | 135 | 0 | 0 | 0 | null | false | false | package org.vaadin.addons.md_stepper.iterator;
import java.util.Iterator;
/**
* Listener that is triggered whenever an iterator moves.
*
* @param <E>
* The type of the elements of the iterator
*/
@FunctionalInterface
public interface MoveToListener<E> extends PositionableIterationListener {
/**
* Trigg... | UTF-8 | Java | 1,080 | java | MoveToListener.java | Java | [] | null | [] | package org.vaadin.addons.md_stepper.iterator;
import java.util.Iterator;
/**
* Listener that is triggered whenever an iterator moves.
*
* @param <E>
* The type of the elements of the iterator
*/
@FunctionalInterface
public interface MoveToListener<E> extends PositionableIterationListener {
/**
* Trigg... | 1,080 | 0.649074 | 0.649074 | 44 | 23.545454 | 22.594704 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 8 |
79e3acb5dcb94f88cc7aa20cd4637646c2f8430c | 33,543,694,646,251 | 54f8a30a9284c740a1b0a05075348e273fb78d78 | /Utils/SHDL2VHDL/src/org/jcb/shdl/shdlc/java/S_CMD11_SHDL.java | c1f921e378dc8c08c59258cfe3f4b21591eaceaa | [] | no_license | Kiddinglife/CRAPS-Kernel | https://github.com/Kiddinglife/CRAPS-Kernel | deca4033dc4fcc420a50cb0c432cd2085bf693f9 | 92b4d348f4b0eca1f7ebb4c57b42c49475c8d0b0 | refs/heads/master | 2021-05-05T18:17:44.215000 | 2015-03-13T01:44:37 | 2015-03-13T01:44:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jcb.shdl.shdlc.java;
import mg.egg.eggc.libjava.lex.*;
import mg.egg.eggc.libjava.*;
class S_CMD11_SHDL {
S_CMD11_SHDL(LEX_SHDL att_scanner) {
this.att_scanner = att_scanner;
}
SHDLCombinatorialSetting att_hcombinSetting;
SHDLSignal att_hsignal;
SHDLSequentialSetting att_seqSetting;
SHDLMo... | UTF-8 | Java | 1,906 | java | S_CMD11_SHDL.java | Java | [] | null | [] | package org.jcb.shdl.shdlc.java;
import mg.egg.eggc.libjava.lex.*;
import mg.egg.eggc.libjava.*;
class S_CMD11_SHDL {
S_CMD11_SHDL(LEX_SHDL att_scanner) {
this.att_scanner = att_scanner;
}
SHDLCombinatorialSetting att_hcombinSetting;
SHDLSignal att_hsignal;
SHDLSequentialSetting att_seqSetting;
SHDLMo... | 1,906 | 0.705666 | 0.683631 | 61 | 30.229507 | 23.063984 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622951 | false | false | 8 |
aaba317c9cfd5a0bf679c6244a5d8e1e9d3e66c4 | 1,898,375,547,810 | 5d6e69f650be0c72231971fb7e0f745269836885 | /src/com/javaguru/lessons/lesson9/homework/UniqueWordCounterTest.java | 86b752cfebb57500ccde17dadcd054a84e480065 | [] | no_license | KarinaKuznecova/HomeWorkFromCourses | https://github.com/KarinaKuznecova/HomeWorkFromCourses | eb82c9f5fe444c8b31f6eb6e172748a7430a22ab | 9ddb15d35172d6d8ed0c67e7e15521f8833b4688 | refs/heads/master | 2020-04-22T20:41:47.055000 | 2019-04-17T07:13:03 | 2019-04-17T07:13:03 | 170,649,375 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javaguru.lessons.lesson9.homework;
class UniqueWordCounterTest {
public static void main(String[] args) {
UniqueWordCounterTest testRunner = new UniqueWordCounterTest();
testRunner.shouldAddUniqueWord();
testRunner.shouldAddDuplicate();
testRunner.shouldNotAddEmptyString... | UTF-8 | Java | 3,227 | java | UniqueWordCounterTest.java | Java | [] | null | [] | package com.javaguru.lessons.lesson9.homework;
class UniqueWordCounterTest {
public static void main(String[] args) {
UniqueWordCounterTest testRunner = new UniqueWordCounterTest();
testRunner.shouldAddUniqueWord();
testRunner.shouldAddDuplicate();
testRunner.shouldNotAddEmptyString... | 3,227 | 0.62287 | 0.62225 | 88 | 35.670456 | 21.547369 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.795455 | false | false | 8 |
96c7311f9e144e31f0b17465481bd060d22076e2 | 17,652,315,626,748 | 29a3f493baf96c0a1303b6786ef703c70f9f97b7 | /src/main/java/com/chooshine/ems/sys/service/AuthorityService.java | 1f39e1edc5ee25d0b11998ca5cccce3dd847f8bf | [
"Apache-2.0"
] | permissive | chooshine/ems | https://github.com/chooshine/ems | 0f744843f1b21998cf38d5052f26b0d7f983e386 | da0290ac4aedeac40e4397cea17977137f22dcbc | refs/heads/master | 2016-06-15T09:45:18.074000 | 2016-03-20T02:57:04 | 2016-03-20T02:57:04 | 42,250,313 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chooshine.ems.sys.service;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.encoding.Md5PasswordEncoder;
import org.springframework.stereotype.Service;
import com.choosh... | UTF-8 | Java | 2,085 | java | AuthorityService.java | Java | [] | null | [] | package com.chooshine.ems.sys.service;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.encoding.Md5PasswordEncoder;
import org.springframework.stereotype.Service;
import com.choosh... | 2,085 | 0.66144 | 0.658501 | 62 | 31.919355 | 24.907116 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.919355 | false | false | 8 |
84c84b4c2a6c0ac5002a4e142515b2e85f6f9873 | 30,975,304,170,005 | 3ba65c9553e012cf2f7a45faab10f5f9c3df18cd | /src/main/java/com/kosinskyi/ecom/registry/mapping/base/crud/ReadMapper.java | c96752127464250a73d825aee8a1ed7a36611133 | [] | no_license | skosinskiy/ecom-registry | https://github.com/skosinskiy/ecom-registry | b59118a9f963fd0c21c83f10779461ddfc0484dc | c86d1d94ac31f18958db18df0ad2e55dc65eb7ba | refs/heads/master | 2023-01-21T01:51:45.590000 | 2020-07-07T08:21:18 | 2020-07-07T08:21:18 | 194,379,962 | 0 | 0 | null | false | 2023-01-11T03:30:22 | 2019-06-29T07:57:08 | 2020-07-07T08:21:23 | 2023-01-11T03:30:22 | 7,927 | 0 | 0 | 6 | Java | false | false | package com.kosinskyi.ecom.registry.mapping.base.crud;
import com.kosinskyi.ecom.registry.entity.base.BaseEntity;
import com.kosinskyi.ecom.registry.mapping.base.BaseMapper;
import com.kosinskyi.ecom.registry.service.crud.ReadService;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.... | UTF-8 | Java | 1,070 | java | ReadMapper.java | Java | [] | null | [] | package com.kosinskyi.ecom.registry.mapping.base.crud;
import com.kosinskyi.ecom.registry.entity.base.BaseEntity;
import com.kosinskyi.ecom.registry.mapping.base.BaseMapper;
import com.kosinskyi.ecom.registry.service.crud.ReadService;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.... | 1,070 | 0.752336 | 0.752336 | 32 | 32.4375 | 29.718405 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 8 |
de671bef7bed52be9d568f4be726406f94c09422 | 13,443,247,669,307 | a15966c5bb8ca6af05a7bcd642b3d6bf7944b988 | /app/src/main/java/com/xue/siu/module/base/activity/BaseBlankActivity.java | 9e910542191336fbe4e6c58b7365b8462ee63b86 | [] | no_license | xue5455/SIU | https://github.com/xue5455/SIU | c4d3788f54c95395267e7a23b10ec848bfdd2d2c | 592d4eb420546eb421f65d88ef4fbfb988e9fcf5 | refs/heads/master | 2021-01-21T12:59:10.461000 | 2016-04-24T07:41:14 | 2016-04-24T07:41:14 | 49,245,493 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xue.siu.module.base.activity;
import android.os.Bundle;
import android.support.annotation.LayoutRes;
import android.view.ViewGroup;
import com.xue.siu.R;
import com.xue.siu.module.base.presenter.BasePresenter;
/**
* Created by XUE on 2015/12/9.
*/
public abstract class BaseBlankActivity<T extends BaseP... | UTF-8 | Java | 963 | java | BaseBlankActivity.java | Java | [
{
"context": "e.base.presenter.BasePresenter;\n\n/**\n * Created by XUE on 2015/12/9.\n */\npublic abstract class BaseBlank",
"end": 246,
"score": 0.9995192289352417,
"start": 243,
"tag": "USERNAME",
"value": "XUE"
}
] | null | [] | package com.xue.siu.module.base.activity;
import android.os.Bundle;
import android.support.annotation.LayoutRes;
import android.view.ViewGroup;
import com.xue.siu.R;
import com.xue.siu.module.base.presenter.BasePresenter;
/**
* Created by XUE on 2015/12/9.
*/
public abstract class BaseBlankActivity<T extends BaseP... | 963 | 0.696781 | 0.689512 | 34 | 27.32353 | 24.400724 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 8 |
409b73c729b2d8f0dfe869f3d66aca13e9f92520 | 6,949,257,109,040 | 4e1537a13cb2ba7658eec5acc3afedf09956e4ca | /Client/src/com/team66/main/me/UserFeedback.java | 66b71afc5174196e45a811527c13c2cc01474edb | [] | no_license | gouyuwang/AndroidBlog | https://github.com/gouyuwang/AndroidBlog | 312222582b6acda0afcc144140b2fb84fd255fdf | d1c11e4b2ec27ced21e58bb050a46e9aea269c96 | refs/heads/master | 2019-05-15T01:48:35.043000 | 2016-05-31T08:27:11 | 2016-05-31T08:27:11 | 60,067,355 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.team66.main.me;
import android.app.Activity;
import android.os.Bundle;
import android.widget.Button;
import com.team66.common.GobackOnclickListener;
import com.team66.main.R;
/**
* 我的 - 用户反馈
* @author fvvl
*
*/
public class UserFeedback extends Activity {
@Override
protected void onCreate(Bundle s... | GB18030 | Java | 559 | java | UserFeedback.java | Java | [
{
"context": "rt com.team66.main.R;\n\n/**\n * 我的 - 用户反馈\n * @author fvvl\n *\n */\npublic class UserFeedback extends Activity",
"end": 222,
"score": 0.9996020793914795,
"start": 218,
"tag": "USERNAME",
"value": "fvvl"
}
] | null | [] | package com.team66.main.me;
import android.app.Activity;
import android.os.Bundle;
import android.widget.Button;
import com.team66.common.GobackOnclickListener;
import com.team66.main.R;
/**
* 我的 - 用户反馈
* @author fvvl
*
*/
public class UserFeedback extends Activity {
@Override
protected void onCreate(Bundle s... | 559 | 0.767824 | 0.756856 | 24 | 21.791666 | 20.406248 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 8 |
2d74682c87b75faa499fa9c9427bebf160701f45 | 14,826,227,130,695 | 53a13ac0757f96a6b75159334a47f7b6f39678bb | /FrequencyOfElements.java | 05a843b9662bdb3c167d09329367b9fc4a884f7c | [] | no_license | the0riginals/Java-Practicals | https://github.com/the0riginals/Java-Practicals | b79b4cb2d5efaeb3d886ac90265a452a8242cd5a | 5e119b9b685118b77e2c4e38928dc9486e997eb1 | refs/heads/master | 2020-08-28T22:55:46.690000 | 2019-11-04T16:21:49 | 2019-11-04T16:21:49 | 217,845,502 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
class FrequencyOfElements{
public static void main(String args[]){
int n, i, j, count = 0;
Scanner sc = new Scanner(System.in);
System.out.println("Enter number of elements");
n = sc.nextInt();
int a[] = new int[n] ;
int frequency[]... | UTF-8 | Java | 1,012 | java | FrequencyOfElements.java | Java | [] | null | [] | import java.util.Scanner;
class FrequencyOfElements{
public static void main(String args[]){
int n, i, j, count = 0;
Scanner sc = new Scanner(System.in);
System.out.println("Enter number of elements");
n = sc.nextInt();
int a[] = new int[n] ;
int frequency[]... | 1,012 | 0.370553 | 0.360672 | 36 | 26.166666 | 16.699135 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694444 | false | false | 8 |
4b4dd1e86ec750361c5051330853fae5e23ff6aa | 20,504,173,904,248 | 5006f590347244b554a285bdc10d8d782b15c660 | /app/src/main/java/com/example/z/thelastrow_client_gamedeal/ActivityMeListViewJump.java | 12f16182172ea235d33744390bf5de8495923fcc | [] | no_license | DGUT-Asiasoft-2013/TheLastRow_Client_GameDeal | https://github.com/DGUT-Asiasoft-2013/TheLastRow_Client_GameDeal | 93b63b1292ec7691cb7c1d77c8c8cf6db0ec495f | 7020afcb398e75e59881a37cf5769e7fe47b5e00 | refs/heads/master | 2021-01-20T04:02:22.948000 | 2017-01-12T01:08:06 | 2017-01-12T01:08:06 | 76,822,279 | 1 | 1 | null | false | 2016-12-20T01:54:01 | 2016-12-19T02:47:34 | 2016-12-19T12:03:45 | 2016-12-20T01:54:01 | 2,002 | 0 | 1 | 0 | Java | null | null | package com.example.z.thelastrow_client_gamedeal;
import android.app.Activity;
import android.app.Fragment;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
import com.example.z.thelastrow_client_gamedeal.fragment.api.entity.User;
import com.example.z.thelastrow_client_gamedeal... | UTF-8 | Java | 2,496 | java | ActivityMeListViewJump.java | Java | [] | null | [] | package com.example.z.thelastrow_client_gamedeal;
import android.app.Activity;
import android.app.Fragment;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TextView;
import com.example.z.thelastrow_client_gamedeal.fragment.api.entity.User;
import com.example.z.thelastrow_client_gamedeal... | 2,496 | 0.719562 | 0.716315 | 64 | 37.5 | 28.759781 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671875 | false | false | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.