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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2756a9983bbc611d92cd6ea6074626ae22c5c627 | 21,414,706,943,194 | 832c63ad25ac1878c71c4e55102c9adea5e69f89 | /LoginPage.java | ee560b3aba338ad03733c7e6b6ee2762932310e8 | [] | no_license | 2340Team36/HomelessShelterLocatorApp | https://github.com/2340Team36/HomelessShelterLocatorApp | 5dfa59ce151794b39d133a5ee83b11192c440792 | c4583537084f2ea6f2877e9962b470db96e918b9 | refs/heads/master | 2021-04-30T06:46:34.317000 | 2018-02-14T16:25:20 | 2018-02-14T16:25:20 | 121,453,988 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.roshnighosh.homelessshelterlocator;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckedTextView;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;... | UTF-8 | Java | 1,875 | java | LoginPage.java | Java | [
{
"context": "package com.example.roshnighosh.homelessshelterlocator;\n\nimport android.support.v",
"end": 31,
"score": 0.9992023706436157,
"start": 20,
"tag": "USERNAME",
"value": "roshnighosh"
},
{
"context": " if(username.getText().toString().equals(\"user\") &&\n ... | null | [] | package com.example.roshnighosh.homelessshelterlocator;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckedTextView;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;... | 1,881 | 0.656533 | 0.651733 | 58 | 31.327587 | 27.086317 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568965 | false | false | 12 |
590bc82ec87442d554537b3678743e3c3ad3d8a2 | 38,268,158,627,223 | 8f4eec46d2d76692a2fb6260df310d0975407e6f | /puc/tdd/tp3/src/main/java/tdd/Conta.java | d3c8728caa4de4210c5df2d913e2077c5c3c6000 | [] | no_license | Pongelupe/javaEE_studies | https://github.com/Pongelupe/javaEE_studies | 6557259c9280834c63ad8ec2a980b37b73741af2 | edcf915c5561785137f168378f231d7326663bf4 | refs/heads/master | 2022-12-20T13:44:33.735000 | 2020-01-03T01:08:40 | 2020-01-03T01:08:40 | 99,395,536 | 1 | 0 | null | false | 2022-12-16T04:25:18 | 2017-08-05T03:09:26 | 2020-01-08T17:57:05 | 2022-12-16T04:25:15 | 11,213 | 1 | 0 | 9 | Java | false | false | package tdd;
import java.math.BigDecimal;
import java.time.Month;
import tdd.valor.ValorIluminacaoPublica;
import tdd.valor.ValorImposto;
import tdd.valor.ValorServico;
public class Conta {
private final int consumo;
private final Month mes;
private BigDecimal valorPago;
public Conta(int consumo, Month mes) {... | UTF-8 | Java | 716 | java | Conta.java | Java | [] | null | [] | package tdd;
import java.math.BigDecimal;
import java.time.Month;
import tdd.valor.ValorIluminacaoPublica;
import tdd.valor.ValorImposto;
import tdd.valor.ValorServico;
public class Conta {
private final int consumo;
private final Month mes;
private BigDecimal valorPago;
public Conta(int consumo, Month mes) {... | 716 | 0.731844 | 0.731844 | 41 | 16.463415 | 15.329069 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.341463 | false | false | 12 |
5a94d17da70f4328309fd3092fe2cb1b327851c8 | 24,584,392,873,284 | ba4f0f1a9ac2c259cf3561512b820ce6647b0a51 | /storage/src/main/java/zipkin2/storage/kafka/KafkaSpanConsumer.java | aff1669e581718be776e1dabb17974273f7b48ed | [
"Apache-2.0"
] | permissive | PAFCER/zipkin-storage-kafka | https://github.com/PAFCER/zipkin-storage-kafka | c6b7653629254d0909a7d693264ed39da6cfe134 | 661ec18e7481f33bb71ff3cbc4ba6bf9fec93efe | refs/heads/master | 2020-06-25T19:37:07.378000 | 2019-04-05T19:24:02 | 2019-04-05T19:24:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2019 jeqo
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, so... | UTF-8 | Java | 4,613 | java | KafkaSpanConsumer.java | Java | [
{
"context": "/*\n * Copyright 2019 jeqo\n *\n * Licensed under the Apache License, Version ",
"end": 25,
"score": 0.999091625213623,
"start": 21,
"tag": "USERNAME",
"value": "jeqo"
},
{
"context": "s\n for (Span span : spans) {\n String key = span.traceId();\n byte[] va... | null | [] | /*
* Copyright 2019 jeqo
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, so... | 4,613 | 0.692608 | 0.688706 | 139 | 32.18705 | 25.883961 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719424 | false | false | 12 |
d71f0504fff54f7e694c5f0ec325b09c07c0b1de | 34,952,443,899,000 | 3a765e1e2b0efb0767de91f55999563bff509b17 | /src/main/java/com/paipianwang/pat/facade/information/service/PmsSolrFacade.java | 3e1f85a1b798018467f2b9eb5f28c5f9a634197b | [] | no_license | bilson2014/ppwDubboNewsandMailTemplateFacade | https://github.com/bilson2014/ppwDubboNewsandMailTemplateFacade | e627e89ae6572b2bbf8fd804c2638e5e873938c7 | 0bd0744f9a5d154005fb6ea01ef7fd730297e7fe | refs/heads/master | 2020-04-07T23:41:01.146000 | 2018-11-23T11:08:50 | 2018-11-23T11:08:50 | 158,821,479 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.paipianwang.pat.facade.information.service;
import java.util.Collection;
import java.util.List;
import org.apache.solr.client.solrj.SolrQuery;
import com.paipianwang.pat.common.entity.BaseEntity;
import com.paipianwang.pat.facade.information.entity.PmsNewsSolr;
import com.paipianwang.pat.facade.informati... | UTF-8 | Java | 1,353 | java | PmsSolrFacade.java | Java | [
{
"context": "sProductSolr;\n\n/**\n * solr 搜索引擎对外接口\n * \n * @author Jack\n *\n */\n@Deprecated\npublic interface PmsSolrFacade",
"end": 387,
"score": 0.8461361527442932,
"start": 383,
"tag": "NAME",
"value": "Jack"
}
] | null | [] | package com.paipianwang.pat.facade.information.service;
import java.util.Collection;
import java.util.List;
import org.apache.solr.client.solrj.SolrQuery;
import com.paipianwang.pat.common.entity.BaseEntity;
import com.paipianwang.pat.facade.information.entity.PmsNewsSolr;
import com.paipianwang.pat.facade.informati... | 1,353 | 0.687253 | 0.687253 | 57 | 21.157894 | 25.23489 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.877193 | false | false | 12 |
2fd69ca27cee818672e165394c8c5ebbd4043762 | 37,958,920,982,131 | c2b52aad972b934dcba637a40738f03b5fd33dfd | /KoreaMaster2/src/main/java/kr/or/koreaMaster/spotTheme/domain/SpotTheme.java | cb6e0c8d28595fada56cdf166569919fab1f4383 | [] | no_license | JooYeonPark/KoreaMaster | https://github.com/JooYeonPark/KoreaMaster | 544f8e2ff3595fc88f73ca44940ad1713ce6807d | 82252233f4e58bb59eede274ca7a180e1af3b990 | refs/heads/master | 2021-10-01T15:14:14.034000 | 2018-11-27T07:38:30 | 2018-11-27T07:38:30 | 107,843,334 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.or.koreaMaster.spotTheme.domain;
public class SpotTheme {
private int themeNo;
private int spotNo;
private int score;
/** 생성자 */
public SpotTheme() {
this(0,0,0);
}
public SpotTheme(int themeNo, int spotNo) {
this(themeNo, spotNo, 0);
}
public SpotTheme(int themeNo, int spotNo, int score) {
... | UTF-8 | Java | 908 | java | SpotTheme.java | Java | [] | null | [] | package kr.or.koreaMaster.spotTheme.domain;
public class SpotTheme {
private int themeNo;
private int spotNo;
private int score;
/** 생성자 */
public SpotTheme() {
this(0,0,0);
}
public SpotTheme(int themeNo, int spotNo) {
this(themeNo, spotNo, 0);
}
public SpotTheme(int themeNo, int spotNo, int score) {
... | 908 | 0.654102 | 0.649667 | 48 | 17.791666 | 17.29277 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 12 |
aac40fd5de1d25f31e2738d44a8bd5494af3ebe8 | 33,887,292,023,801 | 1755593be02542d2621ef5bb1cbe29664a990725 | /src/com/techila/mybids/Utils/MyPreferences.java | 668a55f5b0f8839b7ee3fbb0a2f5e62a50bc2d95 | [] | no_license | ShyaamTechila/MyBids | https://github.com/ShyaamTechila/MyBids | 3d00955e0fa8f6c4c5055ac687f2cf0bf2d739d2 | 26f88b6ff45c06fca4c4a029610397767c01ef19 | refs/heads/master | 2021-01-22T08:53:00.853000 | 2014-09-30T13:25:55 | 2014-09-30T13:25:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techila.mybids.Utils;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
public class MyPreferences {
private static Context context;
private static MyPreferences myPreferences;
private MyPreferences() {
}
public static MyPr... | UTF-8 | Java | 7,308 | java | MyPreferences.java | Java | [] | null | [] | package com.techila.mybids.Utils;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
public class MyPreferences {
private static Context context;
private static MyPreferences myPreferences;
private MyPreferences() {
}
public static MyPr... | 7,308 | 0.773673 | 0.773536 | 214 | 33.154205 | 25.784868 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.266355 | false | false | 12 |
0df3c79b4c83498dcf8b8773af8178983287a8c0 | 34,248,069,273,606 | d591791d02e7bda1943d957bef557b64ee77cecb | /core/src/main/java/chorss/apartment/monitoring/devices/objects/Device.java | 2f189ea79b8ee385033656143e4f66c687dadd81 | [
"Apache-2.0"
] | permissive | Chorss/ApartmentMonitoring | https://github.com/Chorss/ApartmentMonitoring | 7270ec5c264a87579b0813598560fd3f7360cd28 | db53be40d41c50867fc0442656db1eb858b7e788 | refs/heads/master | 2021-06-25T23:21:57.996000 | 2020-11-23T13:31:12 | 2020-11-23T13:31:12 | 170,201,825 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chorss.apartment.monitoring.devices.objects;
import chorss.apartment.monitoring.account.objects.Account;
import java.time.LocalDateTime;
import java.util.UUID;
public class Device {
private UUID uuid;
private String name;
private Account account;
private LocalDateTime created;
public UUI... | UTF-8 | Java | 966 | java | Device.java | Java | [] | null | [] | package chorss.apartment.monitoring.devices.objects;
import chorss.apartment.monitoring.account.objects.Account;
import java.time.LocalDateTime;
import java.util.UUID;
public class Device {
private UUID uuid;
private String name;
private Account account;
private LocalDateTime created;
public UUI... | 966 | 0.6294 | 0.6294 | 49 | 18.734694 | 16.254074 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.408163 | false | false | 12 |
eb35030e8bc162ef24036ffdc902c41e24c8c71c | 33,973,191,369,109 | b85e33e6952d0cf0be69e9f9970c3bc4db8b80ce | /src/Vista/Ventana.java | be73c6829830987061f48d0c79f6abf31baaa82f | [] | no_license | andres326/ColorearRegiones | https://github.com/andres326/ColorearRegiones | 4126b2273f7e52c5f7d4fcade81bdbe2538fdcc3 | a6df8a5ee1feb4b001f9c31bec9c3d6c84437782 | refs/heads/master | 2020-03-25T00:58:20.370000 | 2018-08-01T22:37:03 | 2018-08-01T22:37:03 | 143,215,187 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Vista;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.border.Border;
import javax.swing.border.TitledBorder;
import javax.swing.plaf.metal.MetalBorders;
/*
* To change this license header, choose License Headers in Project Properties.
* T... | UTF-8 | Java | 1,703 | java | Ventana.java | Java | [
{
"context": " template in the editor.\r\n */\r\n/**\r\n *\r\n * @author Estudiantes\r\n */\r\npublic class Ventana extends JFrame {\r\n\r\n ",
"end": 452,
"score": 0.8497277498245239,
"start": 441,
"tag": "NAME",
"value": "Estudiantes"
}
] | null | [] | package Vista;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
import javax.swing.border.Border;
import javax.swing.border.TitledBorder;
import javax.swing.plaf.metal.MetalBorders;
/*
* To change this license header, choose License Headers in Project Properties.
* T... | 1,703 | 0.633372 | 0.601645 | 67 | 23.402985 | 22.751125 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58209 | false | false | 12 |
4640a84afb26ab12178f121ee1cde1b3485e6b8f | 29,996,051,664,324 | 22c7da1f77d33ebc11542e885ce7c01971f958bc | /server/FSApp/src/main/java/com/rw/service/ranking/RankingGetOperation.java | 903d06e8f6547a616ecef3644ef32a2cf478619e | [] | no_license | FibonacciAlex/Server | https://github.com/FibonacciAlex/Server | 1c8816d4c24907ff9fb670183220331f53f80b68 | 4b6d1b32e8a8fb989298339f54aeaf0cf6d4bd05 | HEAD | 2019-04-10T08:03:34.264000 | 2017-05-07T12:19:03 | 2017-05-07T12:19:03 | 90,520,177 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rw.service.ranking;
import java.util.List;
import com.bm.rank.RankType;
import com.rwbase.dao.ranking.pojo.RankingLevelData;
public interface RankingGetOperation {
/**
* 获取排名
*
* @param userId
* @return
*/
public int getRanking(RankType rankType, String userId);
/**
* 获取排行榜列表
* TODO 这... | UTF-8 | Java | 1,161 | java | RankingGetOperation.java | Java | [] | null | [] | package com.rw.service.ranking;
import java.util.List;
import com.bm.rank.RankType;
import com.rwbase.dao.ranking.pojo.RankingLevelData;
public interface RankingGetOperation {
/**
* 获取排名
*
* @param userId
* @return
*/
public int getRanking(RankType rankType, String userId);
/**
* 获取排行榜列表
* TODO 这... | 1,161 | 0.726251 | 0.726251 | 49 | 18.979591 | 24.10478 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.959184 | false | false | 12 |
169de9792781b81ad89c36949fb42923bcb112ab | 32,341,103,748,025 | c673de56e878cd38df71f17905d518dadad3e13a | /src/main/java/com/example/springit/service/UserService.java | 28ac512fbb9bee07857d1d4c55fc2d12f817b53c | [
"Apache-2.0"
] | permissive | Giurusso/springit | https://github.com/Giurusso/springit | 9d1582953b793c92b752b7f792537682c72b1abf | 696823bd3fbb9f515081940fdbce23a02551d694 | refs/heads/master | 2022-12-12T14:16:33.372000 | 2020-09-01T08:09:35 | 2020-09-01T08:09:35 | 285,298,869 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.springit.service;
import com.example.springit.domain.User;
import com.example.springit.repository.UserRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@Service
public... | UTF-8 | Java | 1,366 | java | UserService.java | Java | [] | null | [] | package com.example.springit.service;
import com.example.springit.domain.User;
import com.example.springit.repository.UserRepository;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@Service
public... | 1,366 | 0.693265 | 0.691801 | 48 | 27.458334 | 22.278502 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395833 | false | false | 12 |
d14e30a667b702f3f8bd68fd9451bff6a30b9ca7 | 24,575,802,875,388 | c5bd42e4a93eeedb80d443e6073ef611555287de | /src/main/java/com/pickteer/controllers/Mappings.java | 7ed3d8d1c3e2e485b4516569dbd4ce68a3ff5209 | [] | no_license | ratiuseby/Pickteer | https://github.com/ratiuseby/Pickteer | bdcb7386874874428b8245e8ab61498f399ae521 | f2d6d96487da317cff9041c344018748ddee1c5d | refs/heads/master | 2022-07-07T12:10:10.616000 | 2020-05-03T10:34:48 | 2020-05-03T10:34:48 | 226,505,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pickteer.controllers;
public class Mappings {
private Mappings() {}
public static final String USER_FORM_CREATE = "user/form-create";
public static final String INDEX = "index";
public static final String USER_PAGE = "/user";
public static final String ROOT = "/";
public static final String LOGOUT... | UTF-8 | Java | 660 | java | Mappings.java | Java | [] | null | [] | package com.pickteer.controllers;
public class Mappings {
private Mappings() {}
public static final String USER_FORM_CREATE = "user/form-create";
public static final String INDEX = "index";
public static final String USER_PAGE = "/user";
public static final String ROOT = "/";
public static final String LOGOUT... | 660 | 0.734848 | 0.734848 | 18 | 35.666668 | 21.969677 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.388889 | false | false | 12 |
3550b7151a424094791794e66f74f015e5eb6924 | 10,531,259,812,265 | e7010420af3888e0c744ac5fa0170092e10864df | /src/com/practice/sorting/QuickSort.java | 94a70c3a94b887000f8521233bb6e80dcc70d02b | [] | no_license | parthadebnath93/Practice | https://github.com/parthadebnath93/Practice | 5d1a2702fcc7f303bbecba201aa1330a6e7501df | a9314bfb3f9f4ddc5ced5e45e95a8181df77d59c | refs/heads/master | 2022-07-06T20:40:42.885000 | 2020-05-15T17:07:06 | 2020-05-15T17:07:06 | 264,252,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.practice.sorting;
public class QuickSort {
public static int partition(int []arr,int left,int right){
int i=left-1;
int pivot=arr[right];
for(int j=left;j<right;j++){
if(arr[j]<pivot){
i++;
int temp=arr[i];
arr[i]=arr[j... | UTF-8 | Java | 1,075 | java | QuickSort.java | Java | [] | null | [] | package com.practice.sorting;
public class QuickSort {
public static int partition(int []arr,int left,int right){
int i=left-1;
int pivot=arr[right];
for(int j=left;j<right;j++){
if(arr[j]<pivot){
i++;
int temp=arr[i];
arr[i]=arr[j... | 1,075 | 0.473488 | 0.459535 | 40 | 25.875 | 15.323491 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.975 | false | false | 12 |
4712416b929b1dc12235d2913ef2712d92bf7aec | 11,304,353,988,598 | 7dcfbd6cc220dd636088e9a47c60afd4c8d5cad9 | /src/main/java/com/pigthinkingtec/batch/framework/util/onlinejob/JobToolInterface.java | 6d4e5dea281be909c8cbecc513da01b62104b2b1 | [
"Apache-2.0"
] | permissive | PigThinkingTec/Application | https://github.com/PigThinkingTec/Application | f8c523e34d0350516cce7673a9f2a183e0b69c56 | 8df19dd4664ba33504b566ca114b932d6273415d | refs/heads/master | 2021-01-02T08:13:24.320000 | 2017-08-01T08:54:36 | 2017-08-01T08:54:36 | 98,964,533 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pigthinkingtec.batch.framework.util.onlinejob;
import com.pigthinkingtec.framework.exception.SystemException;
public interface JobToolInterface {
abstract public int runJob(JobToolConnectInfo connInfo, String jobPath) throws SystemException;
abstract public int runJobChain(JobToolConnectInfo c... | UTF-8 | Java | 378 | java | JobToolInterface.java | Java | [] | null | [] | package com.pigthinkingtec.batch.framework.util.onlinejob;
import com.pigthinkingtec.framework.exception.SystemException;
public interface JobToolInterface {
abstract public int runJob(JobToolConnectInfo connInfo, String jobPath) throws SystemException;
abstract public int runJobChain(JobToolConnectInfo c... | 378 | 0.830688 | 0.830688 | 10 | 35.799999 | 40.086906 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 12 |
377ff040df11da7c6dae7bb46ba88dbdf7c3d52b | 24,678,882,097,144 | a9901ccca1f54630f5c05c18d62992c572e99c01 | /app/src/main/java/com/bw/movie/daomodel/DaoSession.java | 89a8b8f4b7aed171cae0672e18168a906dfbcb10 | [] | no_license | Zhao-Yan-Yan/newProject | https://github.com/Zhao-Yan-Yan/newProject | e1d800d27b5c420b92b4462686354700c80033fe | a2848e2bff9eb55a3d2e25f2fe89be12990c1c25 | refs/heads/master | 2020-04-04T21:48:01.159000 | 2018-11-14T05:44:11 | 2018-11-14T05:44:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bw.movie.daomodel;
import java.util.Map;
import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.AbstractDaoSession;
import org.greenrobot.greendao.database.Database;
import org.greenrobot.greendao.identityscope.IdentityScopeType;
import org.greenrobot.greendao.internal.DaoConfig;
impo... | UTF-8 | Java | 1,791 | java | DaoSession.java | Java | [] | null | [] | package com.bw.movie.daomodel;
import java.util.Map;
import org.greenrobot.greendao.AbstractDao;
import org.greenrobot.greendao.AbstractDaoSession;
import org.greenrobot.greendao.database.Database;
import org.greenrobot.greendao.identityscope.IdentityScopeType;
import org.greenrobot.greendao.internal.DaoConfig;
impo... | 1,791 | 0.735902 | 0.735902 | 62 | 27.887096 | 25.590513 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596774 | false | false | 12 |
274a7ecc547f0e092ab11a8936b968c96035380f | 27,015,344,317,090 | ce597463836e29261a727f650425c6b0caeb6915 | /src/main/java/com/cloudbank/controller/InvoiceController.java | 48f788c7cb4994875907a59d5f9de67a5c633658 | [] | no_license | walterISF/cloudbankWS | https://github.com/walterISF/cloudbankWS | 8a7bb01b5fb910ba36539ae2a6a0c4d8bb4e0927 | 5a69faea046694afe5d0949114272610420af511 | refs/heads/master | 2020-06-13T22:56:12.414000 | 2016-12-13T21:08:15 | 2016-12-13T21:08:15 | 75,543,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloudbank.controller;
import com.cloudbank.dtos.InvoiceDTO;
import com.cloudbank.services.InvoiceService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import... | UTF-8 | Java | 871 | java | InvoiceController.java | Java | [
{
"context": "d.annotation.RestController;\r\n\r\n/**\r\n * Created by Allan on 30/11/2016.\r\n */\r\n@RestController\r\n@RequestMap",
"end": 466,
"score": 0.9993987083435059,
"start": 461,
"tag": "NAME",
"value": "Allan"
}
] | null | [] | package com.cloudbank.controller;
import com.cloudbank.dtos.InvoiceDTO;
import com.cloudbank.services.InvoiceService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import... | 871 | 0.777268 | 0.768083 | 25 | 32.919998 | 27.654902 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 12 |
00208610a414e60367fa926d83b21fc0f2a45fec | 33,182,917,379,020 | 600bf07be795b2460d8f04c97717dbddf96e5649 | /client-admin/src/main/java/com/ydhl/micro/client/admin/controller/rec/util/RecAttachmentEntity.java | b9037889a3de2a8741637d011b092e03f85a9282 | [] | no_license | it-yangll/ydhl-micro | https://github.com/it-yangll/ydhl-micro | 82fbfc7453208ab9b9c0c5c2cb2305251ae9171b | 156af4523ccdeb646a754cafba59c95839a9b935 | refs/heads/master | 2022-11-02T10:07:38.338000 | 2019-09-12T03:49:23 | 2019-09-12T03:49:23 | 207,952,781 | 0 | 0 | null | false | 2022-10-12T20:31:48 | 2019-09-12T03:01:26 | 2019-09-12T03:56:29 | 2022-10-12T20:31:47 | 92,015 | 0 | 0 | 7 | Java | false | false | package com.ydhl.micro.client.admin.controller.rec.util;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.ToString;
/**
* @ClassName RecAttachmentEntity
* @Description 上传图片、视频
* @Author miracle
* @Date 2019/6/4 16:31
* @Versio... | UTF-8 | Java | 1,231 | java | RecAttachmentEntity.java | Java | [
{
"context": "chmentEntity\r\n * @Description 上传图片、视频\r\n * @Author miracle\r\n * @Date 2019/6/4 16:31\r\n * @Version 1.0\r\n */\r\n",
"end": 282,
"score": 0.9995500445365906,
"start": 275,
"tag": "USERNAME",
"value": "miracle"
}
] | null | [] | package com.ydhl.micro.client.admin.controller.rec.util;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.ToString;
/**
* @ClassName RecAttachmentEntity
* @Description 上传图片、视频
* @Author miracle
* @Date 2019/6/4 16:31
* @Versio... | 1,231 | 0.664279 | 0.649955 | 47 | 21.765957 | 22.60504 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404255 | false | false | 12 |
f192382c8157bb47218d6c23400a6da8d87cdaf2 | 7,421,703,493,040 | 2b2a7364a839f2be9d7b0df98a1e8f1f3d8166bf | /java-lib/src/test/java/com/grapecity/debugrank/javalib/ui/solve/result/SolveResultPresenterImplTests.java | 510a715116968c0e34112a181edb4db40ed93d7c | [
"Apache-2.0"
] | permissive | rayjiangi/DebugRank | https://github.com/rayjiangi/DebugRank | 504e1f37ea9c35e74a3847ea93b93d20f33d7694 | 41aa59d9c6ef953ccb10e2b4a5c852213421908c | refs/heads/master | 2021-01-23T06:05:51.293000 | 2016-06-16T15:24:04 | 2016-06-16T15:24:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.grapecity.debugrank.javalib.ui.solve.result;
import com.grapecity.debugrank.javalib.ui.base.BasePresenterImplTestCase;
import com.grapecity.debugrank.javalib.ui.solve.ISolveView;
import com.grapecity.debugrank.javalib.ui.solve.code.ISolveCodeInteractor;
import com.grapecity.debugrank.javalib.ui.solve.code.... | UTF-8 | Java | 2,654 | java | SolveResultPresenterImplTests.java | Java | [
{
"context": "tic org.mockito.Mockito.verify;\n\n/**\n * Created by chrisripple on 4/20/16.\n */\npublic class SolveResultPresenter",
"end": 728,
"score": 0.9994521141052246,
"start": 717,
"tag": "USERNAME",
"value": "chrisripple"
}
] | null | [] | package com.grapecity.debugrank.javalib.ui.solve.result;
import com.grapecity.debugrank.javalib.ui.base.BasePresenterImplTestCase;
import com.grapecity.debugrank.javalib.ui.solve.ISolveView;
import com.grapecity.debugrank.javalib.ui.solve.code.ISolveCodeInteractor;
import com.grapecity.debugrank.javalib.ui.solve.code.... | 2,654 | 0.715524 | 0.707234 | 87 | 29.505747 | 30.908421 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.793103 | false | false | 12 |
35cf5d67366d90aef8d7af363407387e88bd2b5f | 11,579,231,877,719 | e62c3b93b38d2d7781d38ba1cdbabfea2c1cf7af | /BOCMBankClient606/src/main/java/com/chinamworld/bocmbci/biz/dept/adapter/DeptZntzckQueryAdapter.java | 90ef061d7069b409823c71e1607acdae9388f1af | [] | no_license | soghao/zgyh | https://github.com/soghao/zgyh | df34779708a8d6088b869d0efc6fe1c84e53b7b1 | 09994dda29f44b6c1f7f5c7c0b12f956fc9a42c1 | refs/heads/master | 2021-06-19T07:36:53.910000 | 2017-06-23T14:23:10 | 2017-06-23T14:23:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chinamworld.bocmbci.biz.dept.adapter;
import java.util.List;
import java.util.Map;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.AdapterView.OnItemClickListener;
i... | UTF-8 | Java | 6,180 | java | DeptZntzckQueryAdapter.java | Java | [] | null | [] | package com.chinamworld.bocmbci.biz.dept.adapter;
import java.util.List;
import java.util.Map;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.AdapterView.OnItemClickListener;
i... | 6,180 | 0.749014 | 0.747041 | 177 | 33.372883 | 28.185963 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.423729 | false | false | 12 |
3839a7c7b7829791d1e60363c9e76a37474c9b06 | 11,579,231,877,756 | f012782a88a526a9dd757d2d8e1858b765c36277 | /zadacaS03D03/Task7.java | 45c82ea0409fd46c92681f213d4904a3cfbd7dbb | [] | no_license | 0106Edvin/BitCampZadace | https://github.com/0106Edvin/BitCampZadace | ae229cee3671e0cd31f5e335a623120a99623d3f | 803bf0d8fb2c75a0226f9673ab4ee3b8e24cd227 | refs/heads/master | 2016-09-01T16:42:52.538000 | 2015-06-28T12:01:55 | 2015-06-28T12:01:55 | 36,176,327 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ba.bitcamp.edvin.zadacaS03D03;
import java.util.Arrays;
import java.util.Scanner;
public class Task7 {
public static void main(String[] args) {
Scanner in = new Scanner (System.in);
int[]arr= new int [100000];
for (int i = 0; i < arr.length ; i++) {
arr[i]= (int)(Math.random()*99999 +1);
}
Arra... | UTF-8 | Java | 513 | java | Task7.java | Java | [] | null | [] | package ba.bitcamp.edvin.zadacaS03D03;
import java.util.Arrays;
import java.util.Scanner;
public class Task7 {
public static void main(String[] args) {
Scanner in = new Scanner (System.in);
int[]arr= new int [100000];
for (int i = 0; i < arr.length ; i++) {
arr[i]= (int)(Math.random()*99999 +1);
}
Arra... | 513 | 0.658869 | 0.621832 | 22 | 22.318182 | 17.797819 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.863636 | false | false | 12 |
66689f1775574f68ab1c0e86253df71c8038ee13 | 21,423,296,921,326 | eef175233fab0a31198cfbdcbfb672b19bf0b492 | /server/src/main/java/com/server/ServerApplication.java | c363ebc4bcb83a6a1eb85cdee15577fd4d2ee136 | [] | no_license | KurohataY/changePostNumber | https://github.com/KurohataY/changePostNumber | 586a6acfeff2961815e395f1f24d1da1b4beaab1 | e472b9d3f7022c4f1c93c855a7adfdc6ac897926 | refs/heads/main | 2023-06-11T12:29:21.369000 | 2021-06-30T18:25:22 | 2021-06-30T18:25:22 | 346,621,444 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.server;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ServerApplication {
public static void main(String[] args) {
SpringApplication.run(ServerApplication.class, args);
// 初期にデータを挿入... | UTF-8 | Java | 812 | java | ServerApplication.java | Java | [] | null | [] | package com.server;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ServerApplication {
public static void main(String[] args) {
SpringApplication.run(ServerApplication.class, args);
// 初期にデータを挿入... | 812 | 0.759542 | 0.759542 | 31 | 24.354839 | 26.332304 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.451613 | false | false | 12 |
6ec2627319ae5f891e3cedcc0a69b7a6445b15e7 | 12,867,722,052,766 | eca83321f0448a87602c65e21841c8c9e63b9760 | /src/test/java/com/cucumber/steps/SignUp_TestCase.java | 6d476444585d231ee030c5d00848042da036c89d | [] | no_license | ktn-naveen007/Cucumber_Aug22 | https://github.com/ktn-naveen007/Cucumber_Aug22 | 01ad63cb220c969389ad894824f44c2c71f796c9 | 00d9342d1f6f42f8f2b9b1ab682aaaba9404d100 | refs/heads/master | 2020-07-08T22:39:06.502000 | 2019-08-25T04:24:23 | 2019-08-25T04:24:23 | 203,799,581 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cucumber.steps;
import java.io.IOException;
import com.cucumber.base.BaseClass;
import com.cucumber.pages.LoginPage_Factory;
import com.cucumber.utility.BrowserFactory;
import cucumber.api.Scenario;
import cucumber.api.java.After;
import cucumber.api.java.en.Then;
public class SignUp_TestCase extends Br... | UTF-8 | Java | 817 | java | SignUp_TestCase.java | Java | [] | null | [] | package com.cucumber.steps;
import java.io.IOException;
import com.cucumber.base.BaseClass;
import com.cucumber.pages.LoginPage_Factory;
import com.cucumber.utility.BrowserFactory;
import cucumber.api.Scenario;
import cucumber.api.java.After;
import cucumber.api.java.en.Then;
public class SignUp_TestCase extends Br... | 817 | 0.728274 | 0.728274 | 26 | 30.423077 | 27.787895 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.423077 | false | false | 12 |
1466457a0414ea709483843d50f047ba38a3bd42 | 4,501,125,768,230 | 409fe47342977a74ca527bf338bd35dbde693fcc | /src/designModel/templeteModel/HummerModelH2.java | 59bf6ccecdec573d74169357ea155acc6eaab2b8 | [] | no_license | ydq-winter/designModel | https://github.com/ydq-winter/designModel | 7d801e446349c367732d20aa6daf5483ed325d3f | 48eeabec8bd80c0f9940c1c462df3e1f96c746c3 | refs/heads/master | 2017-12-05T03:39:47.723000 | 2016-10-31T07:17:46 | 2016-10-31T07:17:46 | 72,410,306 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package designModel.templeteModel;
public class HummerModelH2 extends HummerModel {
@Override
public void start() {
System.out.println("悍马H2启动....");
}
@Override
public void stop() {
System.out.println("悍马H2停止....");
}
@Override
public void alarm() {
System.out.println("悍马H2鸣笛.....");
}
@Override
... | UTF-8 | Java | 626 | java | HummerModelH2.java | Java | [] | null | [] | package designModel.templeteModel;
public class HummerModelH2 extends HummerModel {
@Override
public void start() {
System.out.println("悍马H2启动....");
}
@Override
public void stop() {
System.out.println("悍马H2停止....");
}
@Override
public void alarm() {
System.out.println("悍马H2鸣笛.....");
}
@Override
... | 626 | 0.613718 | 0.604693 | 37 | 13.972973 | 13.660926 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.216216 | false | false | 12 |
0c25d490af2877e745fdf662e0e16bf4deac4e79 | 3,315,714,770,321 | c588940ebcd686fc6a33c7966f4ca1017d302616 | /account/src/main/java/com/clouddeer/account/entity/CdArticle.java | 24196a3aba876d88b46533c366088e12ed6d9381 | [] | no_license | riversking/timer | https://github.com/riversking/timer | 22690eaf1e9b7d31ee0232f2d151838cc3369249 | 7025c829e83f7274d668765142b41a444677f748 | refs/heads/master | 2022-01-22T07:57:35.279000 | 2020-08-29T15:21:10 | 2020-08-29T15:21:10 | 148,125,147 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clouddeer.account.entity;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
/**
* 渠道账号新建文章
*
* @author clouddeer
* @email cd@clouddeer.com
* @date 2018-07-02 15:18:25
*/
@Table(name = "cd_article")
public class CdArticle extends Page implements S... | UTF-8 | Java | 6,816 | java | CdArticle.java | Java | [
{
"context": "rt java.util.List;\n\n\n/**\n * 渠道账号新建文章\n *\n * @author clouddeer\n * @email cd@clouddeer.com\n * @date 2018-07-02 15",
"end": 183,
"score": 0.9996872544288635,
"start": 174,
"tag": "USERNAME",
"value": "clouddeer"
},
{
"context": "\n/**\n * 渠道账号新建文章\n *\n * @author cl... | null | [] | package com.clouddeer.account.entity;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
/**
* 渠道账号新建文章
*
* @author clouddeer
* @email <EMAIL>
* @date 2018-07-02 15:18:25
*/
@Table(name = "cd_article")
public class CdArticle extends Page implements Serializab... | 6,807 | 0.55718 | 0.550772 | 340 | 16.9 | 15.804188 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.185294 | false | false | 12 |
6cd7f77f3df25ed87260dc19fa5b6eb2cd506b0a | 4,999,341,953,244 | 64392d9528c9ba8e4b7da970dfb69f1f1c89c6a2 | /src/main/java/com/mycompany/jerseytutorial/models/PrimaryAccount.java | 606f0829ebcb81ebbb9f6260dedb7a574c3c713d | [] | no_license | conorjpatterson/OnlineBankingAPI | https://github.com/conorjpatterson/OnlineBankingAPI | e5aa091ea1ae3e3641139b3486af4cc7bfea9fc8 | 7706e5b2522853da73a36f6aa0c8cc58d918fae3 | refs/heads/master | 2022-04-18T03:01:22.266000 | 2020-04-20T14:31:23 | 2020-04-20T14:31:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.mycompany.jerseytutorial.models;
//import java.math.BigDecimal;
import java.util.List;
public class PrimaryAccount {
private Long id;
private int accountNumber;
private double accountBalance;
private List <PrimaryTransaction> primaryTransactionList;
//primary transaction ... | UTF-8 | Java | 1,906 | java | PrimaryAccount.java | Java | [] | null | [] |
package com.mycompany.jerseytutorial.models;
//import java.math.BigDecimal;
import java.util.List;
public class PrimaryAccount {
private Long id;
private int accountNumber;
private double accountBalance;
private List <PrimaryTransaction> primaryTransactionList;
//primary transaction ... | 1,906 | 0.706716 | 0.706716 | 69 | 26.608696 | 31.5513 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405797 | false | false | 12 |
4bec82f6f566654370a06ab388f986ed7af1708d | 18,580,028,570,070 | 99c3bf24a727e47ef6a764e9921ffd09cde2a6e8 | /app/src/cn/aozhi/app/persistence/dao/music/MusicDaoImpl.java | 9198355056a10af16219d2a106ecad6ee2dec8a7 | [] | no_license | wuzhengyu/test | https://github.com/wuzhengyu/test | 0a7189a797cf39a3686d2004b62b4170f90b6411 | a70f54368b0a6ac92a2201d1e8ad41ef42506b2c | refs/heads/master | 2020-05-17T22:28:51.241000 | 2014-09-30T08:45:00 | 2014-09-30T08:45:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.aozhi.app.persistence.dao.music;
import org.springframework.stereotype.Repository;
import cn.aozhi.app.domain.music.Music;
import cn.aozhi.app.persistence.dao.common.CommonDaoImpl;
@Repository("musicDao")
public class MusicDaoImpl extends CommonDaoImpl<Music> implements MusicDao {
}
| UTF-8 | Java | 310 | java | MusicDaoImpl.java | Java | [] | null | [] | package cn.aozhi.app.persistence.dao.music;
import org.springframework.stereotype.Repository;
import cn.aozhi.app.domain.music.Music;
import cn.aozhi.app.persistence.dao.common.CommonDaoImpl;
@Repository("musicDao")
public class MusicDaoImpl extends CommonDaoImpl<Music> implements MusicDao {
}
| 310 | 0.790323 | 0.790323 | 11 | 26.181818 | 26.604231 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 12 |
bf2b74ed7a29607d3f59691b89fc4c80da5bd8fb | 26,121,991,154,522 | b68b270c92e8c8eee886e8c080b177dc77374132 | /02.BackendJavaWeb/25.Security/02.login/src/main/java/com/example/loginmiihnn/WebSecurityConfig.java | 95e88011a97a022e0ba36a7bea06faa3fd76fc5a | [] | no_license | MAITRINH2910/DN_C0219H1_MaiThiThuyTrinh | https://github.com/MAITRINH2910/DN_C0219H1_MaiThiThuyTrinh | c72ffd425724e7738723cead49b41ad457702e06 | ca197d1d426d2dc52e08cab40eeb14d112ac6291 | refs/heads/master | 2022-12-20T23:55:46.875000 | 2019-06-11T01:37:49 | 2019-06-11T01:37:49 | 171,469,122 | 1 | 0 | null | false | 2022-12-16T09:42:39 | 2019-02-19T12:23:16 | 2019-06-11T01:38:22 | 2022-12-16T09:42:36 | 627 | 0 | 0 | 1 | Java | false | false | package com.example.loginmiihnn;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import... | UTF-8 | Java | 2,631 | java | WebSecurityConfig.java | Java | [
{
"context": "ion()\n .withUser(\"user\").password(\"12345\").roles(\"USER\")\n .and()\n ",
"end": 767,
"score": 0.9993235468864441,
"start": 762,
"tag": "PASSWORD",
"value": "12345"
},
{
"context": "nd()\n .withUser(\"admin\").pa... | null | [] | package com.example.loginmiihnn;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import... | 2,641 | 0.716596 | 0.71234 | 44 | 52.43182 | 45.100594 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.295455 | false | false | 12 |
221651097c0e914aac44ffb40030b054ab126c0e | 30,210,800,005,097 | eb40a7428fe5cf084cd9a862af95c6c03f1a142e | /src/main/java/com/hnxx/zy/clms/common/utils/ExcelUtils.java | 2b0f4d336cecc4ca57408a601d06ba331c31dd87 | [] | no_license | 1570505749/clms | https://github.com/1570505749/clms | 46c4bccaa357b7e8c38a013271c82ba2553b47ed | 61909058b5406cc11f63db853be4e9257c060c1c | refs/heads/master | 2022-11-12T18:56:39.220000 | 2020-07-07T14:43:53 | 2020-07-07T14:43:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hnxx.zy.clms.common.utils;
import com.hnxx.zy.clms.core.entity.Report;
import lombok.Data;
import org.apache.poi.hssf.usermodel.*;
import org.apache.poi.hssf.util.HSSFColor;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateF... | UTF-8 | Java | 4,310 | java | ExcelUtils.java | Java | [
{
"context": "m: clms\n * @description: 报告Excle表导出工具类\n * @author: nile\n * @create: 2020-04-04 14:59\n **/\n@Data\npublic cl",
"end": 420,
"score": 0.9995141625404358,
"start": 416,
"tag": "USERNAME",
"value": "nile"
}
] | null | [] | package com.hnxx.zy.clms.common.utils;
import com.hnxx.zy.clms.core.entity.Report;
import lombok.Data;
import org.apache.poi.hssf.usermodel.*;
import org.apache.poi.hssf.util.HSSFColor;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateF... | 4,310 | 0.623267 | 0.598762 | 126 | 31.063492 | 22.214233 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.936508 | false | false | 12 |
34417848dda9efc4b4f6f19082f82f251b492f30 | 32,865,089,782,511 | 3f6ac0323dd6aed6bb058c3bcf3d45d5e3ef1cba | /src/test/java/tests/ProductsTest.java | 907a9a0d894203baf0348192485e4d1be6d993b7 | [] | no_license | Artsiomas/SauceDemo | https://github.com/Artsiomas/SauceDemo | a17e19e0e44b7018b3ca6e60f1e96abbdf39d862 | 3cd0363c694a8a3d1ab93b3c8eddc47c0ae96022 | refs/heads/HW7 | 2023-01-03T06:17:21.948000 | 2020-10-20T14:44:06 | 2020-10-20T14:44:06 | 299,192,050 | 0 | 0 | null | false | 2020-10-20T14:44:33 | 2020-09-28T04:55:47 | 2020-10-20T14:44:10 | 2020-10-20T14:44:32 | 5,115 | 0 | 0 | 0 | Java | false | false | package tests;
import org.testng.annotations.Test;
import static org.testng.Assert.assertEquals;
public class ProductsTest extends BaseTest {
@Test(retryAnalyzer = RetryAnalyzer.class)
public void productShouldBeAddedIntoCart() {
loginPage.openPage();
loginPage.enterLogin(USERNAME, PASSWORD)... | UTF-8 | Java | 1,874 | java | ProductsTest.java | Java | [] | null | [] | package tests;
import org.testng.annotations.Test;
import static org.testng.Assert.assertEquals;
public class ProductsTest extends BaseTest {
@Test(retryAnalyzer = RetryAnalyzer.class)
public void productShouldBeAddedIntoCart() {
loginPage.openPage();
loginPage.enterLogin(USERNAME, PASSWORD)... | 1,874 | 0.648346 | 0.638741 | 57 | 31.877193 | 25.861351 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45614 | false | false | 12 |
dc24e2564ba29b455439fcef16c3311840ed166a | 19,473,381,726,459 | d8922ae97c3317c05847fbf73edd79285738264a | /userservice/src/main/java/com/example/userservice/Controllers/UserController.java | ba23f3ba328bb22d776d3ebd6ebaac0ecdd5bdd5 | [] | no_license | Rentific/Rentific-project | https://github.com/Rentific/Rentific-project | fa985493335f06c356815fbf8ce105df02b3a231 | 769c23b1d9e8690b77bee032d7f87ec8e21fbccf | refs/heads/main | 2023-05-13T00:10:46.105000 | 2021-06-06T21:57:33 | 2021-06-06T21:57:33 | 349,215,228 | 0 | 0 | null | false | 2021-06-06T21:55:01 | 2021-03-18T20:58:16 | 2021-06-06T21:39:09 | 2021-06-06T21:55:00 | 48,079 | 0 | 0 | 0 | Java | false | false | package com.example.userservice.Controllers;
import com.example.userservice.ErrorHandling.InvalidRequestException;
import com.example.userservice.ErrorHandling.UserNotFoundException;
import com.example.userservice.Models.Role;
import com.example.userservice.Service.UserService;
import com.example.userservice.Models.Use... | UTF-8 | Java | 2,269 | java | UserController.java | Java | [] | null | [] | package com.example.userservice.Controllers;
import com.example.userservice.ErrorHandling.InvalidRequestException;
import com.example.userservice.ErrorHandling.UserNotFoundException;
import com.example.userservice.Models.Role;
import com.example.userservice.Service.UserService;
import com.example.userservice.Models.Use... | 2,269 | 0.740414 | 0.740414 | 55 | 40.200001 | 37.682598 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527273 | false | false | 12 |
bd2043f60b40c96b243241bd93b965db83a69073 | 29,875,792,560,315 | 20db8d9f5327f7d2a34a79b34eb70f97268c12d0 | /java/java8/reduce/ReduceDemo.java | 387bbee43a158d58c88c5e96cb3d259a4d908cff | [
"MIT"
] | permissive | GenweiWu/Blog | https://github.com/GenweiWu/Blog | f0074fcd6aefcdfd65d30f349136652b8d00665a | 8dcf1f75bbc014588ed1ff8a369977f5ffb18802 | refs/heads/master | 2023-09-01T12:43:31.951000 | 2023-08-25T01:50:18 | 2023-08-25T01:50:18 | 55,876,072 | 8 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.njust.test.java8;
import java.util.Arrays;
import org.junit.Assert;
import org.junit.Test;
/**
* reduce主要有两种方法,
* <ul>
* <li>
* 1.不带初始值
* Optional<T> reduce(BinaryOperator<T> accumulator)
* </li>
* <li>
* 2.带有初始值
* T reduce(T identity, BinaryOperator<T> accumulator... | UTF-8 | Java | 2,329 | java | ReduceDemo.java | Java | [] | null | [] | package com.njust.test.java8;
import java.util.Arrays;
import org.junit.Assert;
import org.junit.Test;
/**
* reduce主要有两种方法,
* <ul>
* <li>
* 1.不带初始值
* Optional<T> reduce(BinaryOperator<T> accumulator)
* </li>
* <li>
* 2.带有初始值
* T reduce(T identity, BinaryOperator<T> accumulator... | 2,329 | 0.477571 | 0.438151 | 93 | 22.731182 | 18.719858 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.784946 | false | false | 12 |
d1af1fae1e16bedcb5ab1531f5d10b16cb61bc35 | 36,266,703,881,474 | 703d101cf427ac125fb2b5c1959d9e4c07477f6c | /webchat-backend-message/src/main/java/com/ywzlp/webchat/msg/repository/CoordinateRepository.java | 98bca0655bbcf351086c88bd4ab4f65cbbe20d09 | [
"MIT"
] | permissive | weiyuc/webchat-backend | https://github.com/weiyuc/webchat-backend | 9f0b97df44d7e3f6996af8e2563192ad6b9cdffb | 2ce2186ab34b3a3aaa6adedbcdd814222291dbac | refs/heads/dev | 2022-10-21T23:31:09.515000 | 2019-07-21T13:30:31 | 2019-07-21T13:30:31 | 123,860,610 | 16 | 11 | null | false | 2022-10-12T19:51:14 | 2018-03-05T03:37:10 | 2021-08-23T03:23:25 | 2022-10-12T19:51:11 | 69 | 14 | 11 | 5 | Java | false | false | package com.ywzlp.webchat.msg.repository;
import org.springframework.data.repository.CrudRepository;
import com.ywzlp.webchat.msg.entity.CoordinateEntity;
public interface CoordinateRepository extends CrudRepository<CoordinateEntity, String> {
CoordinateEntity findByUsername(String username);
int deleteByUserna... | UTF-8 | Java | 344 | java | CoordinateRepository.java | Java | [] | null | [] | package com.ywzlp.webchat.msg.repository;
import org.springframework.data.repository.CrudRepository;
import com.ywzlp.webchat.msg.entity.CoordinateEntity;
public interface CoordinateRepository extends CrudRepository<CoordinateEntity, String> {
CoordinateEntity findByUsername(String username);
int deleteByUserna... | 344 | 0.837209 | 0.837209 | 13 | 25.461538 | 29.343103 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 12 |
b2e45a0dec26dc801e53c99cd187af581b0ebeab | 38,972,533,272,650 | d66722a38d5aec4f6d60ca8130b5fe15501732db | /src/main/java/com/bjtu/ses/dao/impl/TeacherDaoImpl.java | 38bb5759375882da5df1ecc5d2d1201259660a70 | [] | no_license | cuiyan/ses | https://github.com/cuiyan/ses | 6d5b5573c7fb7e9f7bcc759c5b6cd56ffe95eeee | 1ac8cfb8baa932559a06e3e55205259b8fc8b0d0 | refs/heads/master | 2020-04-05T13:14:37.793000 | 2015-06-07T14:20:24 | 2015-06-07T14:20:24 | 34,145,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bjtu.ses.dao.impl;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.criterion.DetachedCriteria;
import org.hibernate... | UTF-8 | Java | 3,373 | java | TeacherDaoImpl.java | Java | [] | null | [] | package com.bjtu.ses.dao.impl;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.criterion.DetachedCriteria;
import org.hibernate... | 3,373 | 0.699546 | 0.697126 | 106 | 29.179245 | 22.865808 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.867925 | false | false | 12 |
70984f10ad1ab73d44ec2f858d7ed6968d0e56e6 | 34,643,206,235,534 | f07fa039d770f90aa28e962766cc8ed86e3df31e | /app/src/main/java/com/example/edgar/infinitycrawler/Enemigo.java | 12921943694a48a4a14ac29d2c60b54e1b024776 | [
"MIT"
] | permissive | EdgarAlcantara/InfinityCrawler | https://github.com/EdgarAlcantara/InfinityCrawler | 2b2ab9c7e2ebf01430e6d0dc0361245a899b1eb2 | d503a739b517c2ea43b14fca411d968a1c01b8df | refs/heads/master | 2021-01-13T16:47:55.196000 | 2017-06-20T16:43:48 | 2017-06-20T16:46:21 | 94,778,476 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.edgar.infinitycrawler;
import android.content.Context;
/**
*<p>Clase específica que gestiona las características del enemigo.</p>
* @author Edgar Alcántara
* @version 1.0
*/
public class Enemigo {
/**
* Variable de tipo Surface que captura las características actuales de la clase Surf... | UTF-8 | Java | 2,196 | java | Enemigo.java | Java | [
{
"context": "na las características del enemigo.</p>\n * @author Edgar Alcántara\n * @version 1.0\n */\npublic class Enemigo {\n /*",
"end": 179,
"score": 0.9998798966407776,
"start": 164,
"tag": "NAME",
"value": "Edgar Alcántara"
}
] | null | [] | package com.example.edgar.infinitycrawler;
import android.content.Context;
/**
*<p>Clase específica que gestiona las características del enemigo.</p>
* @author <NAME>
* @version 1.0
*/
public class Enemigo {
/**
* Variable de tipo Surface que captura las características actuales de la clase Surface, para... | 2,186 | 0.621895 | 0.614535 | 82 | 25.512196 | 26.962143 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.280488 | false | false | 12 |
022b33d46c73ebb9783a8a6fff035e821d25da77 | 23,905,788,031,118 | ff3fea7bfe9f0b6d6ebb5ae4d8c85c2e878c6cf8 | /fundamentals/src/DataTypesAndVariables/IntegerOperations.java | d8f5fbe766ac0e367b61a25d67c665853ff6d082 | [] | no_license | KrisBiserovKrumov/ProgramicBasic | https://github.com/KrisBiserovKrumov/ProgramicBasic | 704cf3dcbe366872edbe549b1be59dd5e96c605a | 7ff4a714206c91e978054d286dc15b0367d4a5c9 | refs/heads/master | 2023-08-01T05:14:39.480000 | 2021-09-16T10:49:45 | 2021-09-16T10:49:45 | 407,126,411 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DataTypesAndVariables;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class IntegerOperations {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
int... | UTF-8 | Java | 606 | java | IntegerOperations.java | Java | [] | null | [] | package DataTypesAndVariables;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class IntegerOperations {
public static void main(String[] args) throws IOException {
BufferedReader reader = new BufferedReader(new InputStreamReader(System.in));
int... | 606 | 0.681518 | 0.681518 | 20 | 29.299999 | 24.598984 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 12 |
a20bb6fac35b4aec12e17d75a507fc20d4d53e79 | 36,301,063,618,207 | 5bd8cb02c04c07f08e31453a2abdcd772bcf369a | /src/main/java/listener/commands/owner/edit.java | cc5dc9f4f21fce5e6ccde8c000e52a82fe2d6eba | [
"MIT"
] | permissive | RzR32/Discord_Bot-RzR32_Bot | https://github.com/RzR32/Discord_Bot-RzR32_Bot | 0883767f9c544474b2a883c7328ec4e12fa15228 | 1eb9e6a54662fcedc4aa17cc1732840791a93254 | refs/heads/master | 2023-08-22T20:38:41.490000 | 2022-11-20T02:56:20 | 2022-11-20T02:56:20 | 205,017,253 | 0 | 3 | MIT | false | 2020-04-11T17:48:15 | 2019-08-28T20:26:30 | 2020-04-07T11:25:45 | 2020-04-11T17:48:14 | 155,397 | 0 | 1 | 0 | Java | false | false | package listener.commands.owner;
import config.PropertiesFile;
import net.dv8tion.jda.api.EmbedBuilder;
import net.dv8tion.jda.api.entities.Guild;
import net.dv8tion.jda.api.entities.Message;
import java.util.ArrayList;
import java.util.Objects;
public class edit {
public static void command(Guild guild, String... | UTF-8 | Java | 1,497 | java | edit.java | Java | [] | null | [] | package listener.commands.owner;
import config.PropertiesFile;
import net.dv8tion.jda.api.EmbedBuilder;
import net.dv8tion.jda.api.entities.Guild;
import net.dv8tion.jda.api.entities.Message;
import java.util.ArrayList;
import java.util.Objects;
public class edit {
public static void command(Guild guild, String... | 1,497 | 0.54843 | 0.542418 | 42 | 34.666668 | 37.752117 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 12 |
171b5aef0dde1ff49a58ad6e0acd354d59b8c873 | 36,833,639,549,352 | 189eeb6546e8cbc70727ea24dbc69b51f8b290b4 | /demoweb/src/main/java/com/flyer/filter/EtcFileSupportListener.java | 7c54f52af69175bd7f3b50ed49c7807626d4514b | [] | no_license | forFire/demo | https://github.com/forFire/demo | c988edee9cababca583746adc06a1f01b75fc8aa | 87e573c975b39e3d5efcce23bf7cffc9c5e087e8 | refs/heads/master | 2020-03-21T02:46:57.300000 | 2018-10-31T11:26:31 | 2018-10-31T11:26:31 | 138,018,574 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sinoiov.lhjh.tool.api.filter;
import java.io.File;
import java.lang.reflect.Method;
import java.net.URL;
import java.net.URLClassLoader;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
/**
* 为SOA配置文件提供外部加载支持
*
* @author Lei
*/
public class EtcFileSupportListene... | UTF-8 | Java | 1,198 | java | EtcFileSupportListener.java | Java | [
{
"context": "tListener;\n\n/**\n * 为SOA配置文件提供外部加载支持\n * \n * @author Lei\n */\npublic class EtcFileSupportListener implement",
"end": 281,
"score": 0.9976987242698669,
"start": 278,
"tag": "NAME",
"value": "Lei"
}
] | null | [] | package com.sinoiov.lhjh.tool.api.filter;
import java.io.File;
import java.lang.reflect.Method;
import java.net.URL;
import java.net.URLClassLoader;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
/**
* 为SOA配置文件提供外部加载支持
*
* @author Lei
*/
public class EtcFileSupportListene... | 1,198 | 0.748294 | 0.748294 | 41 | 27.585365 | 27.914482 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.512195 | false | false | 12 |
b808f2d0639a2477ca7b6d97c6ed6763d85d4b1b | 34,729,105,602,097 | 9a2cba6663cda3e6824c5eff8ee05dc35bf0cf5f | /AppServer/src/main/java/Server/NettyMesageEncoder.java | 578b15f8255b51ea14d905dcd6b4a787b81673d4 | [] | no_license | SHUSHI-warlock/Kerberos_GP | https://github.com/SHUSHI-warlock/Kerberos_GP | 2b167f3898d4601ef4bae4670b21eae113f6b3bb | b7add803640ec0e1802435e625070ab2f89d408a | refs/heads/main | 2023-05-31T13:51:06.888000 | 2021-06-09T17:55:51 | 2021-06-09T17:55:51 | 371,090,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Server;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.MessageToByteEncoder;
import org.apache.log4j.Logger;
public class NettyMesageEncoder extends MessageToByteEncoder<NettyMessage> {
private static Logger logger = Logger.getLogger(NettyMesag... | UTF-8 | Java | 1,148 | java | NettyMesageEncoder.java | Java | [] | null | [] | package Server;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.MessageToByteEncoder;
import org.apache.log4j.Logger;
public class NettyMesageEncoder extends MessageToByteEncoder<NettyMessage> {
private static Logger logger = Logger.getLogger(NettyMesag... | 1,148 | 0.675627 | 0.672939 | 30 | 36.200001 | 33.002422 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.433333 | false | false | 12 |
1f5687edee76eb48d7223251944bffff6351dc67 | 34,084,860,500,391 | 842c1437238647e45bb5c3eb7c73425c252d6d7d | /hopoc/src/test/java/com/er/fin/web/rest/HopDosyaBorcKalemResourceIntTest.java | 75357cc029b74272e453c24785b72a7f24432967 | [] | no_license | asimerkut/fin | https://github.com/asimerkut/fin | 2059269001fc561fe0df98d9b7e52d10794e6e8c | 9eccbb3758051c57f860f5641be30a3fede77e76 | refs/heads/master | 2021-01-24T04:07:42.766000 | 2018-02-28T06:26:29 | 2018-02-28T06:26:29 | 122,920,354 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.er.fin.web.rest;
import com.er.fin.FinApp;
import com.er.fin.domain.HopDosyaBorcKalem;
import com.er.fin.repository.HopDosyaBorcKalemRepository;
import com.er.fin.service.HopDosyaBorcKalemService;
import com.er.fin.repository.search.HopDosyaBorcKalemSearchRepository;
import com.er.fin.web.rest.errors.Exce... | UTF-8 | Java | 12,611 | java | HopDosyaBorcKalemResourceIntTest.java | Java | [] | null | [] | package com.er.fin.web.rest;
import com.er.fin.FinApp;
import com.er.fin.domain.HopDosyaBorcKalem;
import com.er.fin.repository.HopDosyaBorcKalemRepository;
import com.er.fin.service.HopDosyaBorcKalemService;
import com.er.fin.repository.search.HopDosyaBorcKalemSearchRepository;
import com.er.fin.web.rest.errors.Exce... | 12,611 | 0.735073 | 0.732377 | 287 | 42.940765 | 33.921101 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38676 | false | false | 12 |
120e5ef1221c2d8b0dad8eae3d83ec0298cd28d8 | 35,871,566,894,382 | 627b9985e171aba0940df2e01d89eff9db11af88 | /app/src/main/java/com/kmw/soom2/InsertActivity/InsertActivity/LoginActivity.java | 0b23f54e2a06ef134c8310e8c152790c52d998e9 | [] | no_license | minwoo7824/Soom2 | https://github.com/minwoo7824/Soom2 | cfabc71c9df109f9b6ede8e767e914a55e167147 | 2812810c484aff793f81faba8a7177bb207a5d9c | refs/heads/master | 2022-08-07T11:13:26.883000 | 2020-05-28T10:06:45 | 2020-05-28T10:06:45 | 267,470,167 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kmw.soom2.InsertActivity.InsertActivity;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
import android.view.View;
import android.vi... | UTF-8 | Java | 12,890 | java | LoginActivity.java | Java | [
{
"context": "디찾기 \");\r\n mSearchPasswordTextView.setText(\"비밀번호찾기\");\r\n\r\n mSearchPasswordTextView.setImeOptio",
"end": 2478,
"score": 0.7336627244949341,
"start": 2472,
"tag": "PASSWORD",
"value": "비밀번호찾기"
},
{
"context": " userItem.setPassword(JsonIsNullCheck(... | null | [] | package com.kmw.soom2.InsertActivity.InsertActivity;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
import android.view.View;
import android.vi... | 12,884 | 0.538468 | 0.535812 | 268 | 44.365673 | 34.747177 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.723881 | false | false | 12 |
33a53306c29dbd5081cd21ee5075de57d5a6b11c | 34,815,004,941,352 | a4b05ed10b2d7d7115c561288f7967959d3b37d0 | /Sample/src/main/java/com/org/capg/FirstClass.java | 09649a4f4f9b100d8f3bd10056a3f2d300ae796b | [] | no_license | ararunac/capgi123 | https://github.com/ararunac/capgi123 | 21cca37927b582df1e3966bcde1577b8ce77cc25 | d625a0fb2614f38a77acaba47e6265afe5517e54 | refs/heads/master | 2020-06-15T01:14:43.752000 | 2019-07-04T11:44:07 | 2019-07-04T11:44:07 | 195,173,096 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.org.capg;
public class FirstClass {
public void display() {
System.out.println("print this");
System.out.println("i am aruna");
}
}
| UTF-8 | Java | 160 | java | FirstClass.java | Java | [
{
"context": ".println(\"print this\");\r\n\tSystem.out.println(\"i am aruna\");\r\n\t}\r\n\r\n}\r\n",
"end": 146,
"score": 0.9950065016746521,
"start": 141,
"tag": "NAME",
"value": "aruna"
}
] | null | [] | package com.org.capg;
public class FirstClass {
public void display() {
System.out.println("print this");
System.out.println("i am aruna");
}
}
| 160 | 0.65 | 0.65 | 9 | 15.777778 | 14.093164 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 12 |
385f33f5ba3b33c2e5ad1348b2bffcd71e2053e4 | 38,740,605,030,297 | 3851b5bbcf0b60b86c6b302b0e4bb8808144cda8 | /src/main/java/entity/User.java | eb2bd0055d6fd29b03a40d62edfd0102b2a866ae | [] | no_license | nhs3108/hibernate | https://github.com/nhs3108/hibernate | 843bc495efcb6bd2f86055c48dd898dac03804d2 | 721877adf03471cd7e52922538dd4c7b78e311bd | refs/heads/master | 2021-07-11T09:31:28.253000 | 2017-10-13T10:12:33 | 2017-10-15T01:58:22 | 106,809,427 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entity;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
@Entity
@Table(name = "\"user\"")
@org.hibernate.annotations.Cache(usage = CacheConcurrencyStrategy.TRANSACTIONAL)
public class User implements java.io.Serializable {
private static final long serialVersionUID... | UTF-8 | Java | 1,509 | java | User.java | Java | [
{
"context": "\n public User() {\n }\n\n public User(String userName, String email, String infos) {\n this.userN",
"end": 811,
"score": 0.9818477034568787,
"start": 803,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "ing email, String infos) {\n this.u... | null | [] | package entity;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
@Entity
@Table(name = "\"user\"")
@org.hibernate.annotations.Cache(usage = CacheConcurrencyStrategy.TRANSACTIONAL)
public class User implements java.io.Serializable {
private static final long serialVersionUID... | 1,509 | 0.626905 | 0.611001 | 72 | 19.958334 | 19.898659 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347222 | false | false | 12 |
43a4ac25c69a5ac5b23b4419388017ca05e1f0e4 | 33,904,471,886,129 | 9f244bcb48a91550fa6275eae1dbd11ebb705307 | /src/main/java/com/example/Mem_gen/exceptions/ImageNotFound.java | 12f88cb2cd273d4e0d23a4a6e2200479ff470b43 | [] | no_license | akrason/Meme_gen | https://github.com/akrason/Meme_gen | c7ac8c1309494334e7a8bd6ef96e9ace67c98648 | 5c17b8dc673fce4d1bf5177140637376b4d98184 | refs/heads/master | 2023-03-29T16:05:54.781000 | 2021-02-19T14:11:17 | 2021-02-19T14:11:17 | 331,357,755 | 3 | 0 | null | false | 2021-04-05T19:41:13 | 2021-01-20T16:01:10 | 2021-03-19T23:21:53 | 2021-04-05T19:41:12 | 84 | 2 | 0 | 1 | Java | false | false | package com.example.Mem_gen.exceptions;
public class ImageNotFound extends RuntimeException{
public ImageNotFound(int id){
super("Nie znaleziono danego obrazu! id: "+id);
}
}
| UTF-8 | Java | 193 | java | ImageNotFound.java | Java | [] | null | [] | package com.example.Mem_gen.exceptions;
public class ImageNotFound extends RuntimeException{
public ImageNotFound(int id){
super("Nie znaleziono danego obrazu! id: "+id);
}
}
| 193 | 0.715026 | 0.715026 | 7 | 26.571428 | 22.449036 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 12 |
f05d5010bc66af5cb7a6bcffed2686c932c3a408 | 33,432,025,469,345 | 25a6f0f45abf072614c9dbf91a8884141c1dda28 | /src/main/java/b_javaBasics/collections/pan_tadeusz/WordCountComparator.java | 4a944c25d68684dbe5c250208e29508b0c803baa | [] | no_license | adamTomasiewicz/_java101 | https://github.com/adamTomasiewicz/_java101 | 9f47829b694a4d8922b43c53daa81466bf09963c | 066ee04b78af1c1e58a85e71a34a470e459ff72b | refs/heads/master | 2020-12-10T14:43:27.328000 | 2020-02-10T14:30:31 | 2020-02-10T14:30:31 | 233,621,326 | 0 | 0 | null | false | 2020-10-13T18:52:09 | 2020-01-13T14:59:05 | 2020-02-10T14:31:19 | 2020-10-13T18:52:07 | 582 | 0 | 0 | 1 | Java | false | false | package b_javaBasics.collections.pan_tadeusz;
import java.util.Comparator;
import java.util.Map;
public class WordCountComparator implements Comparator<Map.Entry<String, Integer>> {
@Override
public int compare(Map.Entry<String, Integer> entry1, Map.Entry<String, Integer> entry2) {
return entry1.getVa... | UTF-8 | Java | 355 | java | WordCountComparator.java | Java | [] | null | [] | package b_javaBasics.collections.pan_tadeusz;
import java.util.Comparator;
import java.util.Map;
public class WordCountComparator implements Comparator<Map.Entry<String, Integer>> {
@Override
public int compare(Map.Entry<String, Integer> entry1, Map.Entry<String, Integer> entry2) {
return entry1.getVa... | 355 | 0.740845 | 0.729577 | 11 | 31.272728 | 32.175911 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 12 |
28f0d986c0707c6f99791508f2df2ccda702b267 | 31,748,398,285,141 | 0affa748755c01304590a3a14b071ace3a5215f8 | /src/com/tenko/Gunvarrel/Gunvarrel.java | 024cd20e32eeda58d6314f3354399c5dfd007620 | [] | no_license | CirnoTheGenius/Project-FriendlyWall | https://github.com/CirnoTheGenius/Project-FriendlyWall | 502fb98c5af5df588d681473e81fde847660a0f8 | 276dd060aede1ce7256a3f95b0fedcb029dda9e6 | refs/heads/master | 2020-05-19T14:16:11.665000 | 2013-09-03T03:47:24 | 2013-09-03T03:47:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tenko.Gunvarrel;
import java.lang.reflect.Method;
import java.util.ArrayList;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import com.google.common.collect.Lists;
import com.tenko.FriendlyWall;
import com.tenko.annotations.FunctionCommand;
import com.tenko.functions.Function;
import com.tenko.fu... | UTF-8 | Java | 2,208 | java | Gunvarrel.java | Java | [] | null | [] | package com.tenko.Gunvarrel;
import java.lang.reflect.Method;
import java.util.ArrayList;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import com.google.common.collect.Lists;
import com.tenko.FriendlyWall;
import com.tenko.annotations.FunctionCommand;
import com.tenko.functions.Function;
import com.tenko.fu... | 2,208 | 0.736866 | 0.736866 | 87 | 24.379311 | 22.403942 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.045977 | false | false | 12 |
43e35d349ded0944480477eff10c954d30113322 | 20,899,310,883,480 | 073f5e45dfdab143bf403c834e5c0432f0d84b6a | /src/main/java/com/_4csoft/aof/infra/support/security/AuthenticationFailureHandler.java | 6fe08c49040d50a2b9f9941b6c24117e3a140aa2 | [] | no_license | noh-sungyong/aof3 | https://github.com/noh-sungyong/aof3 | be1b1104c15515de1ad86916f79907f20eea0f26 | 0753d52a7aa3206ccfd3e11f06c8a5073cea8754 | refs/heads/main | 2023-06-20T06:55:20.146000 | 2021-07-14T10:27:11 | 2021-07-14T10:27:11 | 344,427,054 | 1 | 2 | null | false | 2021-07-14T10:53:04 | 2021-03-04T09:57:52 | 2021-07-14T10:27:19 | 2021-07-14T10:52:56 | 88 | 0 | 2 | 4 | Java | false | false | /*
* Copyright (c) 1999 4CSoft Inc. All right reserved.
* This software is the proprietary information of 4CSoft Inc.
*
*/
package com._4csoft.aof.infra.support.security;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Http... | UTF-8 | Java | 3,805 | java | AuthenticationFailureHandler.java | Java | [
{
"context": "ilure Handler\n * @date : 2013. 4. 17.\n * @author : 김종규\n * @descrption : 인증 실패 처리\n */\npublic class Authen",
"end": 985,
"score": 0.9998548626899719,
"start": 982,
"tag": "NAME",
"value": "김종규"
},
{
"context": " = defaultFailureUrl;\n\t\tString[] exceptParam = { \"j_... | null | [] | /*
* Copyright (c) 1999 4CSoft Inc. All right reserved.
* This software is the proprietary information of 4CSoft Inc.
*
*/
package com._4csoft.aof.infra.support.security;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.Http... | 3,805 | 0.76401 | 0.758378 | 89 | 38.898876 | 35.934097 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.707865 | false | false | 12 |
856902d99555e8b523cbb01d88dddafd194f3e6f | 17,695,265,298,224 | 02c18370f195def455aff6c92639591c1d2e60b9 | /adam-admin/src/main/java/com/yyovo/adam/admin/system/service/ISysUserService.java | 36998d52443bca1413e40149df472484ce8a6659 | [] | no_license | yang2048/adam | https://github.com/yang2048/adam | f849158d3c72bca468e54de9f60d59fdb680d791 | 14300150569aa65dbb5c27f48eadb790d658cb31 | refs/heads/master | 2023-04-17T02:17:02.012000 | 2021-04-07T09:05:22 | 2021-04-07T09:05:22 | 355,483,830 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yyovo.adam.admin.system.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.yyovo.adam.admin.system.model.pojo.SysUser;
/**
* <p>
* 系统用户表 服务类
* </p>
*
* @author Yang.Yong
* @since 2020-10-09
*/
public interface ISysUserService extends IService<SysUser> {
}
| UTF-8 | Java | 324 | java | ISysUserService.java | Java | [
{
"context": "er;\n\n/**\n * <p>\n * 系统用户表 服务类\n * </p>\n *\n * @author Yang.Yong\n * @since 2020-10-09\n */\npublic interface ISysUse",
"end": 218,
"score": 0.9998310804367065,
"start": 209,
"tag": "NAME",
"value": "Yang.Yong"
}
] | null | [] | package com.yyovo.adam.admin.system.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.yyovo.adam.admin.system.model.pojo.SysUser;
/**
* <p>
* 系统用户表 服务类
* </p>
*
* @author Yang.Yong
* @since 2020-10-09
*/
public interface ISysUserService extends IService<SysUser> {
}
| 324 | 0.724026 | 0.698052 | 17 | 17.117647 | 21.698149 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.176471 | false | false | 12 |
9d41bc36b4b72a4760054585e195d86f0650f69b | 9,646,496,602,572 | f0b6e13a0731b63b079b7b59eedaaed329674d23 | /src/io/github/zhangyumin/Queue/Queue.java | b2136177e4913430f69f7e91f99e17d03c20e0a5 | [] | no_license | zhangyumin/LearningJava | https://github.com/zhangyumin/LearningJava | 67b541c23568acb264d6dbb0497977aaa3a032cb | 9c313c7bab06306ceac1810783641e91c441a62a | refs/heads/master | 2020-05-30T07:17:02.277000 | 2016-09-10T07:34:46 | 2016-09-10T07:34:46 | 36,586,039 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.github.zhangyumin.Queue;
/**
* //
* // █████▒█ ██ ▄████▄ ██ ▄█▀ ██████╗ ██╗ ██╗ ██████╗
* // ▓██ ▒ ██ ▓██▒▒██▀ ▀█ ██▄█▒ ██╔══██╗██║ ██║██╔════╝
* // ▒████ ░▓██ ▒██░▒▓█ ▄ ▓███▄░ ██████╔╝██║ ██║██║ ███╗
* // ░▓█▒ ░▓▓█ ░██░▒▓▓▄ ▄██▒▓██ █▄ ██╔══██╗██║ ... | UTF-8 | Java | 1,824 | java | Queue.java | Java | [
{
"context": "package io.github.zhangyumin.Queue;\n\n/**\n * //\n * // █████▒█ ██ ▄████▄ ",
"end": 28,
"score": 0.8971062302589417,
"start": 18,
"tag": "USERNAME",
"value": "zhangyumin"
}
] | null | [] | package io.github.zhangyumin.Queue;
/**
* //
* // █████▒█ ██ ▄████▄ ██ ▄█▀ ██████╗ ██╗ ██╗ ██████╗
* // ▓██ ▒ ██ ▓██▒▒██▀ ▀█ ██▄█▒ ██╔══██╗██║ ██║██╔════╝
* // ▒████ ░▓██ ▒██░▒▓█ ▄ ▓███▄░ ██████╔╝██║ ██║██║ ███╗
* // ░▓█▒ ░▓▓█ ░██░▒▓▓▄ ▄██▒▓██ █▄ ██╔══██╗██║ ... | 1,824 | 0.327692 | 0.318462 | 57 | 21.807018 | 20.201128 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.350877 | false | false | 12 |
84c50f475b954c16ebda84cf573d89912d1b804a | 33,217,277,078,555 | db4dc9a150f82f4be8466181031e90f5cb8c5b78 | /src/main/java/org/zank/icu/gui/PropertiesSetter.java | 9e88fe8cf5dbd36fa0a5c883cc048ab6461f7541 | [] | no_license | davidebenini/univr_Software_Engineering | https://github.com/davidebenini/univr_Software_Engineering | ea68808ecb5b1a22df1d73776b657b8d3a0d9490 | 5212341f0e48f6e7e9939f83b9e8e9234041f3f4 | refs/heads/main | 2023-06-19T09:43:42.649000 | 2021-07-21T14:21:35 | 2021-07-21T14:21:35 | 388,140,926 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zank.icu.gui;
import org.zank.icu.utility.PropertyManager;
import org.zank.icu.utility.Utility;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JSlider;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
public class PropertiesSetter ... | UTF-8 | Java | 14,872 | java | PropertiesSetter.java | Java | [] | null | [] | package org.zank.icu.gui;
import org.zank.icu.utility.PropertyManager;
import org.zank.icu.utility.Utility;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JSlider;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
public class PropertiesSetter ... | 14,872 | 0.626009 | 0.604895 | 290 | 50.282757 | 37.349552 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 12 |
b341a5f6d6e5066a139b59b40e1739f690ef5937 | 28,965,259,459,632 | a207cd8e00589713d827614c691971d85f728a5d | /03 Config Externalization/03 Config Externalization/start/simplesns-baseservice/src/main/java/com/msa/repository/FollowRestRepository.java | 3a32e31d233527c22c6da70bf244e696c465006d | [] | no_license | hiwattc/spring_msa_edu | https://github.com/hiwattc/spring_msa_edu | 54d885716f0ea31ee65ed2b7d12212c171103284 | bd105e011d7cdd16283d5d6c229c0446967cd592 | refs/heads/master | 2023-02-06T00:41:34.789000 | 2021-01-02T10:43:19 | 2021-01-02T10:43:19 | 324,267,104 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.msa.repository;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.web.client.RestTemplate;
import com.msa.domain.Follow;
import com.msa.repository.dto.FollowData;
i... | UTF-8 | Java | 1,145 | java | FollowRestRepository.java | Java | [] | null | [] | package com.msa.repository;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.web.client.RestTemplate;
import com.msa.domain.Follow;
import com.msa.repository.dto.FollowData;
i... | 1,145 | 0.759825 | 0.758952 | 38 | 29.157894 | 29.240856 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.631579 | false | false | 12 |
029e3987c87b97423d80d53468ef48963a4e0926 | 24,747,601,581,253 | 9d2f3154e7beecf903f41f87784304503c98576a | /src/com/andersenlab/testtask/dmitrylishko/util/Parser.java | 58eb16fb138bc1dd298a990c974e47012c77d84d | [] | no_license | henry-monstein/Lishko-Dmitry | https://github.com/henry-monstein/Lishko-Dmitry | d7096848cd9a494c68f7725371b294abfb0c6a88 | 24cfb302388261c1b5f92a5b97180c4e290724da | refs/heads/master | 2020-07-19T01:50:25.403000 | 2019-09-06T17:24:47 | 2019-09-06T17:24:47 | 206,354,692 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.andersenlab.testtask.dmitrylishko.util;
import com.andersenlab.testtask.dmitrylishko.view.Read;
import java.util.ArrayList;
import java.util.regex.Pattern;
public class Parser {
private static final String FILE_NAME = "resources/input.txt";
private static final String INTEGER_PATTERN = "^\\d+$";
... | UTF-8 | Java | 1,089 | java | Parser.java | Java | [] | null | [] | package com.andersenlab.testtask.dmitrylishko.util;
import com.andersenlab.testtask.dmitrylishko.view.Read;
import java.util.ArrayList;
import java.util.regex.Pattern;
public class Parser {
private static final String FILE_NAME = "resources/input.txt";
private static final String INTEGER_PATTERN = "^\\d+$";
... | 1,089 | 0.577594 | 0.576676 | 37 | 28.432432 | 21.585205 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 12 |
6db60f55e4e652471c1f8035795a18367f378f42 | 32,753,420,601,244 | 8f354cc4e9433b3129f16f940659c376b65224c7 | /galaxy/battle/Entity.java | 1e31a06a026e54d1fa3c45100dca82df22669c47 | [] | no_license | danielannan17/StarSailor | https://github.com/danielannan17/StarSailor | d1da59207dbe71614f122babb3f00b1f30fa5568 | 294d99251bb1270abcb75592a11871cb2f4d9cb7 | refs/heads/master | 2020-03-24T18:50:19.008000 | 2018-07-30T16:28:43 | 2018-07-30T16:28:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package galaxy.battle;
import handlers.MathHandler;
import handlers.ResourceHandler;
import main.State;
import java.awt.*;
import java.awt.geom.AffineTransform;
import java.awt.geom.Line2D;
import java.awt.geom.Point2D;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
/**
* contains code ... | UTF-8 | Java | 17,673 | java | Entity.java | Java | [] | null | [] | package galaxy.battle;
import handlers.MathHandler;
import handlers.ResourceHandler;
import main.State;
import java.awt.*;
import java.awt.geom.AffineTransform;
import java.awt.geom.Line2D;
import java.awt.geom.Point2D;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
/**
* contains code ... | 17,673 | 0.663272 | 0.658632 | 822 | 20.5 | 22.222157 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.493917 | false | false | 0 |
629cd071a82069ac3159b9272826c288eca1bd37 | 31,473,520,413,869 | 377ee72d72b9d720aef296c2f6cfa2404d0a6274 | /Mc302/Lista_01/Eu.java | 3fc598fe71f406a140bb0f88fe9473078a0a3b5f | [] | no_license | gpspelle/UNICAMP | https://github.com/gpspelle/UNICAMP | 4e3b1ae49a5918813f5c61798b419a7994acb4de | 2b5922b5e99245db4b0d6bd023b7bd74748c4c26 | refs/heads/master | 2020-03-18T03:54:47.884000 | 2018-07-08T16:46:56 | 2018-07-08T16:46:56 | 134,262,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Eu extends Gio {
public void metodo(int a) {
System.out.println("___Passar da compilacao");
}
}
| UTF-8 | Java | 131 | java | Eu.java | Java | [] | null | [] | public class Eu extends Gio {
public void metodo(int a) {
System.out.println("___Passar da compilacao");
}
}
| 131 | 0.587786 | 0.587786 | 7 | 17.714285 | 19.136459 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 0 |
14fd30ce9bc8834f7ed9fe58b5f5012c4daa30af | 31,447,750,557,640 | 40b417f0c1b4cc553040cc1b220ce97e91d843fa | /src/简单工厂1/test.java | 261b843694e3a964761084934fde168add540bc4 | [] | no_license | fightingFisher/PracticeDemp | https://github.com/fightingFisher/PracticeDemp | a689f923a9b65a4fa86f64e2b321f2f849ca902c | b7f2a7ab84d9efa18c5d6f897d3e5a6a650da85d | refs/heads/master | 2020-12-30T15:29:28.165000 | 2017-05-13T03:50:16 | 2017-05-13T03:50:16 | 91,143,493 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package 简单工厂1;
public class test{
public static void main(String[] args) {
fruitfactory factory = new fruitfactory();
String type="apple";
factory.getFruit(type).print();
}
}
| UTF-8 | Java | 217 | java | test.java | Java | [] | null | [] | package 简单工厂1;
public class test{
public static void main(String[] args) {
fruitfactory factory = new fruitfactory();
String type="apple";
factory.getFruit(type).print();
}
}
| 217 | 0.62201 | 0.617225 | 20 | 9.45 | 14.05516 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3 | false | false | 0 |
830238b6bd3e367667e9d62a093dcfe930c665f3 | 26,001,732,031,211 | 240c43b41e0d963bad5da46a709e8619c9102166 | /src/main/java/modelos/repositorios/RepositorioBase.java | 0dd8ee02d5926a2311c06e8128e2c8816794c6b2 | [] | no_license | CarlosDelaRee/redsocial | https://github.com/CarlosDelaRee/redsocial | 2feb4ae208f614d33cdf8cb5abc7ae608febd4b2 | 7c4b856bb1dacd6cdb1247602ded098dca4f4b97 | refs/heads/main | 2023-06-28T17:06:41.425000 | 2021-08-02T04:26:24 | 2021-08-02T04:26:24 | 391,723,809 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modelos.repositorios;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class RepositorioBase {
protected Connection connection;
public RepositorioBase(){
connect();
}
public void connect() {
try {
... | UTF-8 | Java | 873 | java | RepositorioBase.java | Java | [] | null | [] | package modelos.repositorios;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class RepositorioBase {
protected Connection connection;
public RepositorioBase(){
connect();
}
public void connect() {
try {
... | 873 | 0.500573 | 0.500573 | 32 | 26.125 | 18.151705 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 0 |
adc86e9294b3a69fedd6cb7a8f13b32f43c4a9ce | 17,987,323,057,870 | e353104b365f78de26b1d918778c3172e39c19e5 | /12. Semaphores/src/Connection.java | 794e3c85b132e37f801763b1d9adbc9de5223299 | [] | no_license | shevapato2008/java-multithreading | https://github.com/shevapato2008/java-multithreading | 903c258ae5e259019768978b7f72705868cd3b83 | 6ef6b7936737a3eb16b846d2c4cbb0077bd3c7ce | refs/heads/master | 2021-01-13T03:34:55.486000 | 2016-12-31T07:41:35 | 2016-12-31T07:41:35 | 77,500,097 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.concurrent.Semaphore;
public class Connection {
private static Connection instance = new Connection();
private Semaphore sem = new Semaphore(10, true);
/*
* Limit connections to 10. "true" means whichever thread gets first in the waiting pool (queue),
* waiting to acquire a resource, ... | UTF-8 | Java | 1,861 | java | Connection.java | Java | [] | null | [] | import java.util.concurrent.Semaphore;
public class Connection {
private static Connection instance = new Connection();
private Semaphore sem = new Semaphore(10, true);
/*
* Limit connections to 10. "true" means whichever thread gets first in the waiting pool (queue),
* waiting to acquire a resource, ... | 1,861 | 0.673831 | 0.666846 | 56 | 31.232143 | 32.927406 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.178571 | false | false | 0 |
b6fa05ac42f10442ed3d6d14c40f1ef95672eadc | 9,629,316,704,444 | 0896874e8083c3193733d355b77ce4f4783f1d9a | /app/src/main/java/proyecto/pem/mygym/category/model/ItemCategory.java | b3d5a78b1ee026244636f34e0d67ab921f30af4c | [] | no_license | jutrgo/MyGymPemAndroid | https://github.com/jutrgo/MyGymPemAndroid | 1340db7476d4d953df22c6811e502e5a96d1fb94 | dadf8db4abdeba8beff38328c3743ac5e58a7508 | refs/heads/master | 2020-12-11T17:36:08.893000 | 2020-02-03T20:34:57 | 2020-02-03T20:34:57 | 233,906,998 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package proyecto.pem.mygym.category.model;
import java.io.Serializable;
public class ItemCategory implements Serializable {
private static final long serialVersionUID = -344029098860190065L;
private String categoria;
public ItemCategory(String categoria) {
super();
this.ca... | UTF-8 | Java | 522 | java | ItemCategory.java | Java | [] | null | [] | package proyecto.pem.mygym.category.model;
import java.io.Serializable;
public class ItemCategory implements Serializable {
private static final long serialVersionUID = -344029098860190065L;
private String categoria;
public ItemCategory(String categoria) {
super();
this.ca... | 522 | 0.655172 | 0.62069 | 24 | 19.666666 | 20.73979 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
b53ae001f8646bf7d7ab565a3b82515009529e29 | 9,629,316,704,401 | 659e93e99bef8d22d1eccaaec0ec80c638ebc093 | /src/main/java/de/cydhra/customgui/events/ScreenEvent.java | 77b690f57ef721645f6c33cecae34c84eb51d8fe | [] | no_license | Cydhra/Util | https://github.com/Cydhra/Util | 4ba92d5a9c29e09044b51fc0ed574d12eac22a51 | 49d7179f7f3fe3959f755ab40af4d5bd7bed7b14 | refs/heads/master | 2016-09-23T02:49:49.700000 | 2016-08-12T16:33:31 | 2016-08-12T16:33:31 | 62,139,354 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.cydhra.customgui.events;
import de.cydhra.event.Event;
import de.cydhra.event.scope.Scope;
/**
* A screen event with basic screen properties
*
* @author Cydhra
*
*/
public abstract class ScreenEvent extends Event {
/**
* The type that ScreenResizeEvent can take. There is a PRE and a POST event
... | UTF-8 | Java | 1,844 | java | ScreenEvent.java | Java | [
{
"context": " event with basic screen properties\n * \n * @author Cydhra\n *\n */\npublic abstract class ScreenEvent extends ",
"end": 176,
"score": 0.8687401413917542,
"start": 170,
"tag": "USERNAME",
"value": "Cydhra"
},
{
"context": ". There is a PRE and a POST event\n\t * \n\t *... | null | [] | package de.cydhra.customgui.events;
import de.cydhra.event.Event;
import de.cydhra.event.scope.Scope;
/**
* A screen event with basic screen properties
*
* @author Cydhra
*
*/
public abstract class ScreenEvent extends Event {
/**
* The type that ScreenResizeEvent can take. There is a PRE and a POST event
... | 1,844 | 0.661063 | 0.661063 | 93 | 18.827957 | 20.273201 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.204301 | false | false | 0 |
f39a8089975d3d7ce7e65dd3f4a27a08f9c961b9 | 26,998,164,445,880 | f90dc186154030698abb9e9a7267367191bb748a | /myProject/src/main/java/com/myProject/dao/StudentDAO.java | feb6d1574da06f1efbe69100ef676c02004e4cf9 | [] | no_license | omarDRamirez/myProyject-courses | https://github.com/omarDRamirez/myProyject-courses | 2848a95a2d69fc3c02f8eee40158d1d15e7c978a | ba18deba06eb75140f26086119161bc314b33286 | refs/heads/master | 2022-12-18T19:22:18.777000 | 2020-09-21T01:57:28 | 2020-09-21T01:57:28 | 297,172,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myProject.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import com.myProject.model.Student;
public interface StudentDAO extends JpaRepository<Student,String>{}
| UTF-8 | Java | 196 | java | StudentDAO.java | Java | [] | null | [] | package com.myProject.dao;
import org.springframework.data.jpa.repository.JpaRepository;
import com.myProject.model.Student;
public interface StudentDAO extends JpaRepository<Student,String>{}
| 196 | 0.836735 | 0.836735 | 7 | 27 | 26.747496 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
8dfcafc84c27f30f3c99e24bef71bb671c34b55a | 28,071,906,268,276 | 1c10fdc6b9754a54793a697c3c2bfea51c33b1e1 | /carril-quickfix/src/main/java/org/afc/carril/fix/quickfix/text/QuickFixMsgStringWrapper.java | 02293aeb83d8b67e01d83553ddde600ea9c01edb | [] | no_license | alfredyctan/carril | https://github.com/alfredyctan/carril | d5edfc6614f54b7d0bf9816436824549deac94ab | 782d268611cd5030dbd24a9cd1370ff46750b119 | refs/heads/master | 2022-01-11T12:55:26.082000 | 2019-06-10T18:01:19 | 2019-06-10T18:01:19 | 103,953,251 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.afc.carril.fix.quickfix.text;
import java.util.Iterator;
import org.afc.carril.fix.tag.FixMsgType;
import org.afc.carril.fix.tag.FixTag;
import quickfix.Field;
import quickfix.FieldMap;
import quickfix.FieldNotFound;
import quickfix.Group;
import quickfix.Message;
public class QuickFixMsgStringWrapper {... | UTF-8 | Java | 2,073 | java | QuickFixMsgStringWrapper.java | Java | [] | null | [] | package org.afc.carril.fix.quickfix.text;
import java.util.Iterator;
import org.afc.carril.fix.tag.FixMsgType;
import org.afc.carril.fix.tag.FixTag;
import quickfix.Field;
import quickfix.FieldMap;
import quickfix.FieldNotFound;
import quickfix.Group;
import quickfix.Message;
public class QuickFixMsgStringWrapper {... | 2,073 | 0.689822 | 0.689339 | 76 | 26.276316 | 25.744493 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.447368 | false | false | 0 |
3bcf09c409747a07ebce28022b9d16f188133314 | 12,128,987,673,375 | 6b8e60e2c17d7e04a15945424ab63c2d20e56253 | /tcases-openapi/src/test/java/org/cornutum/tcases/openapi/ServerSelectorTest.java | b0109e0b3a4773d9d2df3f19985e0796faa96aa8 | [
"MIT"
] | permissive | Cornutum/tcases | https://github.com/Cornutum/tcases | f7a764d42a513dc7eb40504aafc55fe45eba1372 | b595e0542b1cec85ec979e36562427eac45cba68 | refs/heads/master | 2023-09-04T15:02:34.091000 | 2023-08-16T17:57:33 | 2023-08-16T17:57:33 | 32,223,373 | 199 | 55 | MIT | false | 2023-08-15T22:39:16 | 2015-03-14T17:22:38 | 2023-07-29T01:11:14 | 2023-08-15T22:39:15 | 11,038 | 180 | 46 | 4 | Java | false | false | //////////////////////////////////////////////////////////////////////////////
//
// Copyright 2021, Cornutum Project
// www.cornutum.org
//
//////////////////////////////////////////////////////////////////////////////
package org.cornutum.tcases.openapi;
import org.ju... | UTF-8 | Java | 2,578 | java | ServerSelectorTest.java | Java | [] | null | [] | //////////////////////////////////////////////////////////////////////////////
//
// Copyright 2021, Cornutum Project
// www.cornutum.org
//
//////////////////////////////////////////////////////////////////////////////
package org.cornutum.tcases.openapi;
import org.ju... | 2,578 | 0.540341 | 0.536074 | 105 | 23.552382 | 22.456722 | 82 | false | false | 0 | 0 | 0 | 0 | 94 | 0.067882 | 0.552381 | false | false | 0 |
36b997ed604c11afaf56466017a21b583aafe4d1 | 31,001,073,967,037 | 0b176f26d4e007cc36d9f715455b8f0d9de19066 | /src/main/java/Tiempo/Symbol.java | 325ea401638ebecfe0c0b6ffb2ac8b0e75d562b3 | [] | no_license | AccesoDatos21-22/ejercicios_ficheros_4-deep | https://github.com/AccesoDatos21-22/ejercicios_ficheros_4-deep | 9c360d915b502815ca795a9bb804cf3a586bbd05 | 6eb0e15c4b9e9d93ee3343c2d744fd14e45cf011 | refs/heads/main | 2023-09-02T16:19:04.448000 | 2021-11-11T12:54:37 | 2021-11-11T12:54:37 | 416,623,062 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Tiempo;
import jakarta.xml.bind.annotation.*;
import java.math.BigInteger;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public class Symbol {
@XmlAttribute(name = "number", required = true)
protected String number;
@XmlAttribute(name = "name", required = true)
@XmlSchemaType(nam... | UTF-8 | Java | 1,077 | java | Symbol.java | Java | [] | null | [] | package Tiempo;
import jakarta.xml.bind.annotation.*;
import java.math.BigInteger;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "")
public class Symbol {
@XmlAttribute(name = "number", required = true)
protected String number;
@XmlAttribute(name = "name", required = true)
@XmlSchemaType(nam... | 1,077 | 0.550604 | 0.550604 | 54 | 18.944445 | 16.390396 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
da5a9a977631339bc1c1f8d24ea2e7e27dbc13e7 | 9,096,740,774,422 | f3daeb1e9ebf4a393c880e3d0be17c74317de6ce | /src/main/java/com/harveynash/vn/training/dao/UserRepository.java | c713f60ddbfece22c8dd5369ee374e31c0903ce9 | [] | no_license | hungdaocong/hermesDemo | https://github.com/hungdaocong/hermesDemo | e46c5e969aa2f3e074d39fda4f9f7cfb5b480b47 | 6eedc0b0e4aea9ddcadfacaff0d8ce167795eb8d | refs/heads/master | 2021-01-10T10:12:01.027000 | 2015-11-12T04:03:04 | 2015-11-12T04:03:04 | 46,034,754 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.harveynash.vn.training.dao;
import java.util.Date;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.querydsl.QueryDslPredicateExecutor;
import org.springframework.data.repository.query... | UTF-8 | Java | 1,058 | java | UserRepository.java | Java | [] | null | [] | package com.harveynash.vn.training.dao;
import java.util.Date;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.querydsl.QueryDslPredicateExecutor;
import org.springframework.data.repository.query... | 1,058 | 0.796786 | 0.796786 | 32 | 32.0625 | 30.335558 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 0 |
45da6f99f7386b4f6d1be6c9839f9cd07dfb2b1f | 32,289,564,160,718 | a9e62160a8b0a2b5c57ec26503e886de8b635b26 | /cdi-tut2/src/main/java/com/jdc/cdi/DependencyInjectionBean.java | a58135e614316b27f064c111ab091bfd7d97df48 | [] | no_license | heinhtikeaung/ee-online-202006 | https://github.com/heinhtikeaung/ee-online-202006 | ec955e80b03fec513395cddbc2c8e5c3009cc2da | 77d4ba39a32a098180f8a99bdab9d086ed0d8d46 | refs/heads/master | 2023-01-02T14:22:53.660000 | 2020-10-26T16:27:59 | 2020-10-26T16:27:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jdc.cdi;
import javax.enterprise.context.RequestScoped;
import javax.inject.Inject;
import javax.inject.Named;
import com.jdc.cdi.services.DiService;
@Named
@RequestScoped
public class DependencyInjectionBean {
@Inject
private DiService service;
public String getMessage() {
return service.getMess... | UTF-8 | Java | 332 | java | DependencyInjectionBean.java | Java | [] | null | [] | package com.jdc.cdi;
import javax.enterprise.context.RequestScoped;
import javax.inject.Inject;
import javax.inject.Named;
import com.jdc.cdi.services.DiService;
@Named
@RequestScoped
public class DependencyInjectionBean {
@Inject
private DiService service;
public String getMessage() {
return service.getMess... | 332 | 0.783133 | 0.783133 | 19 | 16.473684 | 15.260435 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736842 | false | false | 0 |
11abcd14799e79bbef31c092ba0097817df2099a | 14,431,090,148,190 | f43cd13d285b639f3934dbed6f857e7362c0587b | /src/main/java/com/formiplass/sipro/views/components/autocomplete/Autocompletar.java | a362e3d2ca042b4809cad367ec19480609028e4f | [] | no_license | kaisenlean/sipro | https://github.com/kaisenlean/sipro | 4625b1673484a3b97e7e20c55a1befbeca0739e9 | cbc1cbfe53898e55013e91bd128a54c91c10cced | refs/heads/master | 2021-01-01T15:31:42.712000 | 2014-02-12T23:26:46 | 2014-02-12T23:26:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.formiplass.sipro.views.components.autocomplete;
import java.util.List;
import org.primefaces.event.SelectEvent;
import com.formiplass.sipro.views.BaseBean;
/**
* @author <a href="mailto:elmerdiazlazo@gmail.com">Elmer Jose Diaz Lazo</a>
* @project co.com.rentavoz.consola
* @class Autocomp... | UTF-8 | Java | 1,787 | java | Autocompletar.java | Java | [
{
"context": ".views.BaseBean;\n\n\n/**\n * @author <a href=\"mailto:elmerdiazlazo@gmail.com\">Elmer Jose Diaz Lazo</a>\n * @project co.com.rent",
"end": 239,
"score": 0.9999099373817444,
"start": 216,
"tag": "EMAIL",
"value": "elmerdiazlazo@gmail.com"
},
{
"context": " @author <a hr... | null | [] | /**
*
*/
package com.formiplass.sipro.views.components.autocomplete;
import java.util.List;
import org.primefaces.event.SelectEvent;
import com.formiplass.sipro.views.BaseBean;
/**
* @author <a href="mailto:<EMAIL>"><NAME></a>
* @project co.com.rentavoz.consola
* @class Autocompletar
* @date 29/07/2013
*
... | 1,577 | 0.678232 | 0.646894 | 82 | 20.792683 | 24.308855 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.890244 | false | false | 0 |
2799e324db22fcdfa9f54179c441a6f2b8270fac | 17,394,617,582,672 | ff355e11e8c6ab49c269a51578e4ad1191674f86 | /JOLI_app/app/src/main/java/com/women/JOLI/widget/refresh/RefreshLayout.java | f26a08ccd587f739225cb87f67bdbd333ab34ea1 | [
"MIT"
] | permissive | MelkiorOno/SE-news | https://github.com/MelkiorOno/SE-news | 07c7954194917a386482dcc7f24599c9e895c4ee | 7e43b860fc72abc102ca60c96c032e8703f1c776 | refs/heads/master | 2020-08-04T19:55:03.947000 | 2019-10-02T05:27:11 | 2019-10-02T05:27:11 | 212,261,045 | 0 | 0 | null | true | 2019-10-02T05:19:11 | 2019-10-02T05:19:11 | 2019-10-02T04:52:18 | 2019-10-02T04:52:16 | 10,172 | 0 | 0 | 0 | null | false | false | package com.women.JOLI.widget.refresh;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ValueAnimator;
import android.content.Context;
import android.os.Build;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.LinearLayoutM... | UTF-8 | Java | 18,272 | java | RefreshLayout.java | Java | [
{
"context": ";\r\r/**\r * ClassName: UcRefreshLayout<p>\r * Author:oubowu<p>\r * Fuction: 下拉刷新的布局<p>\r * CreateDate:2016/2/9 ",
"end": 780,
"score": 0.9996212720870972,
"start": 774,
"tag": "USERNAME",
"value": "oubowu"
}
] | null | [] | package com.women.JOLI.widget.refresh;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ValueAnimator;
import android.content.Context;
import android.os.Build;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.LinearLayoutM... | 18,272 | 0.552442 | 0.547657 | 474 | 32.953587 | 29.698023 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451477 | false | false | 0 |
29ad091ba5fa9ae77deb18881ebb4251347b8226 | 15,204,184,261,580 | 8362a013b00b6c46201d9c3ec07be16a99d8a804 | /app/src/main/java/com/haoxiong/taotao/callback/Icallback.java | 994daf1300f61408bcdd4d882eabdb6671d99cb3 | [] | no_license | caprice/Red_Packet | https://github.com/caprice/Red_Packet | 26160136b90d81809f7c34ff85b886c7ad4f5c0a | 0fb679d64d1f76e888734b1ce983fa8aa9a8886f | refs/heads/master | 2020-04-18T08:11:09.664000 | 2017-12-23T04:45:28 | 2017-12-23T04:45:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.haoxiong.taotao.callback;
/**
* 类描述:
* 作者: YinJin
* 创建时间:2017/7/29.13:43
*/
public interface Icallback {
void check(String contetn);
}
| UTF-8 | Java | 181 | java | Icallback.java | Java | [
{
"context": " com.haoxiong.taotao.callback;\n\n/**\n * 类描述:\n * 作者: YinJin\n * 创建时间:2017/7/29.13:43\n */\n\npublic interface Ica",
"end": 64,
"score": 0.9986476898193359,
"start": 58,
"tag": "NAME",
"value": "YinJin"
}
] | null | [] | package com.haoxiong.taotao.callback;
/**
* 类描述:
* 作者: YinJin
* 创建时间:2017/7/29.13:43
*/
public interface Icallback {
void check(String contetn);
}
| 181 | 0.66242 | 0.592357 | 11 | 13.272727 | 13.287663 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 0 |
c3f6c024fd9c3d40692b6ef66bffde742617a689 | 26,139,171,000,384 | 1b5b91bb260e885a8e839f7a31dd45a962b9c260 | /cms-api/src/main/java/com/stadio/cms/service/IBannerService.java | e9c46918a86e1b6581bb49018f28e41692f2bf2a | [] | no_license | taosut/tyhh_backend_v2 | https://github.com/taosut/tyhh_backend_v2 | 7b2c7f43968221dae6930a7c1095ed36cafc0d89 | 9a369101d16dd6ad4be2d77f27152dc0efc10c8d | refs/heads/master | 2023-02-14T00:25:33.047000 | 2019-11-08T03:44:38 | 2019-11-08T03:44:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stadio.cms.service;
import com.stadio.cms.response.ResponseResult;
import com.stadio.model.dtos.cms.BannerFormDTO;
/**
* Created by Andy on 01/13/2018.
*/
public interface IBannerService
{
ResponseResult processGetBanners();
ResponseResult processAddBanner(BannerFormDTO bannerFormDTO, String to... | UTF-8 | Java | 451 | java | IBannerService.java | Java | [
{
"context": "o.model.dtos.cms.BannerFormDTO;\n\n/**\n * Created by Andy on 01/13/2018.\n */\npublic interface IBannerServic",
"end": 151,
"score": 0.9828578233718872,
"start": 147,
"tag": "NAME",
"value": "Andy"
}
] | null | [] | package com.stadio.cms.service;
import com.stadio.cms.response.ResponseResult;
import com.stadio.model.dtos.cms.BannerFormDTO;
/**
* Created by Andy on 01/13/2018.
*/
public interface IBannerService
{
ResponseResult processGetBanners();
ResponseResult processAddBanner(BannerFormDTO bannerFormDTO, String to... | 451 | 0.789357 | 0.771619 | 19 | 22.736841 | 25.566923 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 0 |
04848b2634a677ce5e90c7a60ba972e42ed6b9b2 | 33,389,075,792,007 | 9f280207366a01b3c1e2cbd28024207beff00fbf | /adapter/src/main/java/com/dengzii/adapter/SuperDiffHelper.java | c146049f46472a9b62c9f2c9df0653b7aa98f3c1 | [
"MIT"
] | permissive | dengzii/SuperAdapter | https://github.com/dengzii/SuperAdapter | 3fe3f9e23517f97007aacda0b929badcf2fedf77 | d9d25e19a87ff94ec5e64efb46bcef0be62d0885 | refs/heads/master | 2021-06-26T00:11:14.445000 | 2021-01-23T05:56:50 | 2021-01-23T05:56:50 | 203,936,596 | 5 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dengzii.adapter;
import androidx.annotation.Nullable;
import androidx.recyclerview.widget.DiffUtil;
import androidx.recyclerview.widget.RecyclerView;
import java.util.List;
/**
* The diff helper for compare the changes of item data.
*
* @author dengzi
*
* @see androidx.recyclerview.widget.DiffUtil.C... | UTF-8 | Java | 2,588 | java | SuperDiffHelper.java | Java | [
{
"context": "or compare the changes of item data.\n *\n * @author dengzi\n *\n * @see androidx.recyclerview.widget.DiffUtil.",
"end": 269,
"score": 0.9995606541633606,
"start": 263,
"tag": "USERNAME",
"value": "dengzi"
}
] | null | [] | package com.dengzii.adapter;
import androidx.annotation.Nullable;
import androidx.recyclerview.widget.DiffUtil;
import androidx.recyclerview.widget.RecyclerView;
import java.util.List;
/**
* The diff helper for compare the changes of item data.
*
* @author dengzi
*
* @see androidx.recyclerview.widget.DiffUtil.C... | 2,588 | 0.630989 | 0.630989 | 90 | 27.755556 | 24.178186 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 0 |
59f955ec602ccc16ff75ae2585746a6a7eff0d37 | 18,966,575,618,893 | 485b6d1c3274c77ce3f157f2f315814845b5d0fe | /mylibrary/src/main/java/com/qdwang/mylibrary/downfile/DownloadUtils.java | 5202ec77dbecad22d7e7048f0b8075c9e700ad2a | [] | no_license | waqdon/enchttpurlconnection | https://github.com/waqdon/enchttpurlconnection | 6a53c7e3c310f9591532a198745cc835e7e7c5bc | 27de5093b58fdef6a18b48a686ef785597c033b8 | refs/heads/master | 2020-04-02T16:03:17.930000 | 2019-01-09T07:56:00 | 2019-01-09T07:56:00 | 154,595,978 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qdwang.mylibrary.downfile;
import java.io.File;
import java.io.IOException;
import okhttp3.Response;
/**
* author: create by qdwang
* date: 2018/11/12 18:01
* described:
*/
public class DownloadUtils {
/**
* 百分比
* @param currentLength
* @param totalFileLength
* @return
*... | UTF-8 | Java | 2,223 | java | DownloadUtils.java | Java | [
{
"context": "import okhttp3.Response;\n\n/**\n * author: create by qdwang\n * date: 2018/11/12 18:01\n * described:\n */\npubli",
"end": 147,
"score": 0.9995339512825012,
"start": 141,
"tag": "USERNAME",
"value": "qdwang"
}
] | null | [] | package com.qdwang.mylibrary.downfile;
import java.io.File;
import java.io.IOException;
import okhttp3.Response;
/**
* author: create by qdwang
* date: 2018/11/12 18:01
* described:
*/
public class DownloadUtils {
/**
* 百分比
* @param currentLength
* @param totalFileLength
* @return
*... | 2,223 | 0.545246 | 0.532843 | 93 | 22.408602 | 19.763786 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.311828 | false | false | 0 |
832b27abcdd11c1ab388d2c248bf629544a01805 | 1,503,238,603,410 | 97b46ff38b675d934948ff3731cf1607a1cc0fc9 | /DataPack/dist/game/data/scripts/handlers/itemhandlers/NobleCustomItem.java | e33a40f6e086ec4b5a619896233284d495c5b554 | [] | no_license | l2brutal/pk-elfo_H5 | https://github.com/l2brutal/pk-elfo_H5 | a6703d734111e687ad2f1b2ebae769e071a911a4 | 766fa2a92cb3dcde5da6e68a7f3d41603b9c037e | refs/heads/master | 2020-12-28T13:33:46.142000 | 2016-01-20T09:53:10 | 2016-01-20T09:53:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package handlers.itemhandlers;
import pk.elfo.Config;
import pk.elfo.gameserver.handler.IItemHandler;
import pk.elfo.gameserver.model.actor.L2Playable;
import pk.elfo.gameserver.model.actor.instance.L2PcInstance;
import pk.elfo.gameserver.model.items.instance.L2ItemInstance;
import pk.elfo.gameserver.network.se... | UTF-8 | Java | 1,616 | java | NobleCustomItem.java | Java | [
{
"context": "ork.serverpackets.SocialAction;\r\n\r\n/**\r\n * Projeto PkElfo\r\n */\r\n \r\npublic class NobleCustomItem implements ",
"end": 371,
"score": 0.9978168606758118,
"start": 365,
"tag": "USERNAME",
"value": "PkElfo"
}
] | null | [] | package handlers.itemhandlers;
import pk.elfo.Config;
import pk.elfo.gameserver.handler.IItemHandler;
import pk.elfo.gameserver.model.actor.L2Playable;
import pk.elfo.gameserver.model.actor.instance.L2PcInstance;
import pk.elfo.gameserver.model.items.instance.L2ItemInstance;
import pk.elfo.gameserver.network.se... | 1,616 | 0.699876 | 0.689975 | 62 | 24.096775 | 27.640381 | 116 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.16129 | false | false | 0 |
3513c8f119faff354896b419b2d86276202450fc | 8,005,819,040,716 | 153764cb10ac36f3f50d3cc42548d3c947fc4282 | /MyEclipse 2015/tydm_gh/src/com/ninemax/nacao/to/system/clsUserTO.java | b15888a3d97c1818711ce762d7731c6aa9c65125 | [] | no_license | Lee979797/Workspaces | https://github.com/Lee979797/Workspaces | 3075387b29ee9b8a51a60d40830f4eaf220d63a8 | 8476f9078d67d8dba7d1869acd868cb07d50a7e6 | refs/heads/master | 2020-03-27T22:52:03.687000 | 2018-11-13T09:34:17 | 2018-11-13T09:34:17 | 147,265,614 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ninemax.nacao.to.system;
import java.io.Serializable;
public class clsUserTO implements Serializable {
/**
*
*/
private static final long serialVersionUID = -2610425790671295958L;
private String user_id;
private String user_name;
private String user_password;
private String user_chineseName;
... | UTF-8 | Java | 2,066 | java | clsUserTO.java | Java | [
{
"context": "ord(String user_password) {\n\t\tthis.user_password = user_password;\n\t}\n\tpublic String getUserGroup_id() {\n\t",
"end": 1618,
"score": 0.9822811484336853,
"start": 1614,
"tag": "PASSWORD",
"value": "user"
},
{
"context": "ring user_password) {\n\t\tthis.user_passwor... | null | [] | package com.ninemax.nacao.to.system;
import java.io.Serializable;
public class clsUserTO implements Serializable {
/**
*
*/
private static final long serialVersionUID = -2610425790671295958L;
private String user_id;
private String user_name;
private String user_password;
private String user_chineseName;
... | 2,074 | 0.721684 | 0.712488 | 95 | 20.747368 | 17.126753 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.51579 | false | false | 0 |
091cd6565c4d1530121d932ad1bb12e647237bf1 | 26,895,085,236,044 | 95239aa44b1aa95a8f98e510f38e7fdf58d04728 | /frontend/src/main/java/DoNotDelete.java | 787eca016a721ecb911502c3a1fa96655ec1c3e2 | [] | no_license | Mergoth/trx-research-ui | https://github.com/Mergoth/trx-research-ui | d90bdc20ec5179a9768a11681e0281cf16718266 | b344f6746f5493a5aecf7dea5518826fcc9b37af | refs/heads/master | 2016-09-06T05:02:23.379000 | 2015-06-18T13:30:20 | 2015-06-18T13:30:20 | 32,522,826 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class DoNotDelete {
} | UTF-8 | Java | 29 | java | DoNotDelete.java | Java | [] | null | [] | public class DoNotDelete {
} | 29 | 0.758621 | 0.758621 | 3 | 9 | 12.027745 | 26 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0 | false | false | 0 |
7cf7404c0a1bbbb1eab6cdacc95af30806209ae6 | 30,803,505,487,094 | 151b6f7b8a94825804fb18d83bfb6b08b7ad81e7 | /Implementation/WoodCarving2947.java | 4c505f7d709e3c30483ef293999098dcdd38f863 | [] | no_license | seongminP98/Baekjoon-Algorithm | https://github.com/seongminP98/Baekjoon-Algorithm | 14455af130c7e2649df8c93dbfbbd291495c6262 | 7812ad24e169f0cbbcc420cb8698e9ef29d1cadb | refs/heads/master | 2023-04-24T10:59:32.190000 | 2023-04-19T14:52:53 | 2023-04-19T14:52:53 | 330,959,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class WoodCarving2947 {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new Strin... | UTF-8 | Java | 1,029 | java | WoodCarving2947.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class WoodCarving2947 {
public static void main(String[] args) throws Exception {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringTokenizer st = new Strin... | 1,029 | 0.450923 | 0.437318 | 29 | 33.482758 | 18.779337 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689655 | false | false | 0 |
add9cbc938c4fbe9be2f9edd0f9b51a9e708959e | 30,803,505,488,005 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mobileqqi/classes.jar/com/google/zxing/common/GridSampler.java | 996ea0224c076e54608c5fcad5d37072d38626c4 | [] | no_license | tsuzcx/qq_apk | https://github.com/tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651000 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | false | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | 2022-01-31T06:56:43 | 2022-01-31T09:46:26 | 167,304 | 0 | 1 | 1 | Java | false | false | package com.google.zxing.common;
import com.google.zxing.ReaderException;
public abstract class GridSampler
{
private static GridSampler a = new DefaultGridSampler();
public static GridSampler a()
{
return a;
}
protected static void a(BitMatrix paramBitMatrix, float[] paramArrayOfFloa... | UTF-8 | Java | 3,099 | java | GridSampler.java | Java | [] | null | [] | package com.google.zxing.common;
import com.google.zxing.ReaderException;
public abstract class GridSampler
{
private static GridSampler a = new DefaultGridSampler();
public static GridSampler a()
{
return a;
}
protected static void a(BitMatrix paramBitMatrix, float[] paramArrayOfFloa... | 3,099 | 0.47951 | 0.447564 | 124 | 23.040323 | 39.214958 | 397 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717742 | false | false | 0 |
60f79091af390df98d247c8939f937a6ef0a368d | 6,098,853,604,474 | b6451ee714c3d082e58424371a333802bebf2d3f | /src/main/java/delfos/rs/trustbased/JaccardGraph.java | 173d90584d0d26fc0e476bfa1ed58ca6af1f6968 | [] | no_license | jcastro-inf/delfos | https://github.com/jcastro-inf/delfos | 1cde0f0bbd204164ff2b3c73baff56abdc4c3713 | 5e1e985ca3336e492e0bd75f7ee3362b839cfca0 | refs/heads/master | 2021-01-17T15:18:29.973000 | 2018-07-26T15:17:58 | 2018-07-26T15:17:58 | 44,369,613 | 2 | 1 | null | false | 2016-09-08T04:59:53 | 2015-10-16T07:32:08 | 2016-07-20T20:26:45 | 2016-09-08T04:59:53 | 29,912 | 2 | 1 | 5 | Java | null | null | /*
* Copyright (C) 2016 jcastro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distribute... | UTF-8 | Java | 3,614 | java | JaccardGraph.java | Java | [
{
"context": "/*\n * Copyright (C) 2016 jcastro\n *\n * This program is free software: you can redi",
"end": 32,
"score": 0.9997289180755615,
"start": 25,
"tag": "USERNAME",
"value": "jcastro"
},
{
"context": "loraciones en común de los usuarios.\n *\n * @author jcastro-inf ( https:/... | null | [] | /*
* Copyright (C) 2016 jcastro
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distribute... | 3,614 | 0.67608 | 0.66196 | 93 | 37.838711 | 34.018429 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55914 | false | false | 0 |
bdd6f959c1d1e51bb42148edc2faf18782ba4c2b | 5,583,457,525,650 | e97ebb9363002933d4169b6897a79cf1eeadb0a2 | /backend/src/main/java/controllers/AdminController.java | c106ae2c18cb3a00f1d23e5f4085c8e731ff2847 | [
"MIT"
] | permissive | ghentlivinglab/Personalized-mobility-information-service-solution-2 | https://github.com/ghentlivinglab/Personalized-mobility-information-service-solution-2 | 9509f2eb6a15e3bb5f1ea4716bd473f22431b0c2 | 7ce9b7aee87c6d3bdea95d2b7eee749a326cb70b | refs/heads/master | 2020-12-25T07:14:39.617000 | 2016-08-23T08:16:30 | 2016-08-23T08:16:30 | 64,652,897 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import DTO.mappers.EventMapper;
import DTO.mappers.EventTypeMapper;
import DTO.mappers.LocationMapper;
import DTO.mappers.RouteMapper;
import DTO.mappers.TravelMapper;
import DTO.mappers.UserMapper;
import DTO.models.DataDumpDTO;
import DTO.models.EventDTO;
import DTO.models.EventTypeDTO;
import D... | UTF-8 | Java | 12,223 | java | AdminController.java | Java | [] | null | [] | package controllers;
import DTO.mappers.EventMapper;
import DTO.mappers.EventTypeMapper;
import DTO.mappers.LocationMapper;
import DTO.mappers.RouteMapper;
import DTO.mappers.TravelMapper;
import DTO.mappers.UserMapper;
import DTO.models.DataDumpDTO;
import DTO.models.EventDTO;
import DTO.models.EventTypeDTO;
import D... | 12,223 | 0.610652 | 0.60697 | 318 | 37.437107 | 25.694885 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540881 | false | false | 0 |
bf44c1bef392b7d961fe2c92b4de98a07092871c | 5,583,457,525,676 | 4bf3fa50a615f165359c96a3e3433f2649f8c92b | /java/offer/src/com/offer/chapter3/Test25Demo.java | 694f5540f07634cfe993e8df0ba6ae4347fdb592 | [] | no_license | sunuo-guan/learnJava | https://github.com/sunuo-guan/learnJava | 443d18882adf0ce316e4855f0b098b5ab269ad4d | c6a4732ce8fa5aa979b4376cf41c31428bae1cda | refs/heads/master | 2022-12-19T02:05:34.655000 | 2020-09-20T07:11:28 | 2020-09-20T07:11:28 | 289,276,260 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.offer.chapter3;
public class Test25Demo {
public static void main(String[] args) {
}
}
class Solution25 {
public ListNode mergeTwoLists(ListNode l1, ListNode l2) {
//空链表输入
if(l1==null) {
return l2;
}else if(l2==null) {
return l1;
}
ListNode newhead=new L... | GB18030 | Java | 818 | java | Test25Demo.java | Java | [] | null | [] | package com.offer.chapter3;
public class Test25Demo {
public static void main(String[] args) {
}
}
class Solution25 {
public ListNode mergeTwoLists(ListNode l1, ListNode l2) {
//空链表输入
if(l1==null) {
return l2;
}else if(l2==null) {
return l1;
}
ListNode newhead=new L... | 818 | 0.532746 | 0.498741 | 44 | 17.045454 | 12.722483 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.659091 | false | false | 0 |
6a0275ab5eb98a1e3d6357314b0bd38df18eea84 | 8,478,265,486,922 | 38217edb377d594a3b0cd30f1d54031e40cf7ae5 | /src/main/java/ff/text/replace/EOFException.java | d0684469313eda81e927e2867f2e11158d919420 | [
"Apache-2.0"
] | permissive | fernandojerez/challenger | https://github.com/fernandojerez/challenger | 0550d473b3c68bbb19856086fe7bd6d796d189af | 2247f3f23822ab67077e062e5470da288bce5f21 | refs/heads/master | 2018-02-08T15:45:16.050000 | 2017-12-15T11:46:05 | 2017-12-15T11:46:05 | 94,895,970 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ff.text.replace;
public class EOFException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
private final CharSequence txt;
public EOFException(final CharSequence txt) {
this.txt = txt;
}
public CharSequence getText() {
return this.txt;
}
}
| UTF-8 | Java | 304 | java | EOFException.java | Java | [] | null | [] | package ff.text.replace;
public class EOFException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
private final CharSequence txt;
public EOFException(final CharSequence txt) {
this.txt = txt;
}
public CharSequence getText() {
return this.txt;
}
}
| 304 | 0.720395 | 0.717105 | 18 | 15.888889 | 18.202225 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 0 |
cc1b749789b4e0e64ac7d60e5b16dddea6a07482 | 39,376,260,193,513 | bc92341e00ac64adf9eb5cb0f85c94d26d880db0 | /erp-dao/src/main/java/com/cloud/erp/dao/impl/MaterialDaoImpl.java | 6de4cade2f7d03a5210ba1e66f5cdebea2115505 | [] | no_license | fuhongliang/orbita | https://github.com/fuhongliang/orbita | caadfb8cf3846d6efc51c441f99ff374b9a224a4 | 1fc43edcc789c894784fb39446b44a00383f62a7 | refs/heads/master | 2017-12-01T06:53:00.326000 | 2015-09-25T10:16:25 | 2015-09-25T10:16:42 | 43,182,774 | 1 | 0 | null | true | 2015-09-26T00:35:20 | 2015-09-26T00:35:20 | 2015-09-18T05:11:06 | 2015-09-25T10:17:24 | 8,040 | 0 | 0 | 0 | null | null | null | /**
* @Title: MaterialDaoImpl.java
* @Package: com.cloud.erp.dao.impl
* @Description: TODO
* Copyright: Copyright(C) 2015
* @author: bollen bollen@live.cn
* @date: 2015年5月20日 下午4:24:04
* @version: v1.0
*
* History:
* Date Author Version
* ---------------------------------------------
* ... | UTF-8 | Java | 3,448 | java | MaterialDaoImpl.java | Java | [
{
"context": "DO\r\n * Copyright: Copyright(C) 2015\r\n * @author: bollen bollen@live.cn\r\n * @date: 2015年5月20日 下午4:24:04\r\n",
"end": 154,
"score": 0.5932936668395996,
"start": 148,
"tag": "NAME",
"value": "bollen"
},
{
"context": "Copyright: Copyright(C) 2015\r\n * @author: b... | null | [] | /**
* @Title: MaterialDaoImpl.java
* @Package: com.cloud.erp.dao.impl
* @Description: TODO
* Copyright: Copyright(C) 2015
* @author: bollen <EMAIL>
* @date: 2015年5月20日 下午4:24:04
* @version: v1.0
*
* History:
* Date Author Version
* ---------------------------------------------
* <reason... | 3,434 | 0.696033 | 0.687281 | 112 | 28.607143 | 24.196871 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.544643 | false | false | 0 |
a35b55ddd55f6fd7251417b83e14aa48c66d6410 | 10,703,058,526,375 | 31cc29257c9f55f6dda7444ba718955a26da9256 | /src/main/java/com/springapp/util/EmpRestURIConstants.java | 71307c8ea2be356635160cd6d9e6bf3be0f3e2fe | [] | no_license | TurgayCan2/SpringMVC-REST | https://github.com/TurgayCan2/SpringMVC-REST | a6088ab1c19339dd2597909640721e5aa7d443df | c3eb9834b3611fa3ad4be0281d1ace5a756422be | refs/heads/master | 2021-01-10T20:50:19.819000 | 2019-03-28T10:23:25 | 2019-03-28T10:23:25 | 21,734,905 | 6 | 11 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springapp.util;
public class EmpRestURIConstants {
public static final String DUMMY_EMP = "/emp/dummy";
public static final String GET_EMP = "/emp/{id}";
public static final String GET_ALL_EMP = "/emps";
public static final String CREATE_EMP = "/emp/create";
public static final String ... | UTF-8 | Java | 355 | java | EmpRestURIConstants.java | Java | [] | null | [] | package com.springapp.util;
public class EmpRestURIConstants {
public static final String DUMMY_EMP = "/emp/dummy";
public static final String GET_EMP = "/emp/{id}";
public static final String GET_ALL_EMP = "/emps";
public static final String CREATE_EMP = "/emp/create";
public static final String ... | 355 | 0.692958 | 0.692958 | 10 | 34.5 | 24.638384 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 0 |
f3617fd73a7526e793cd3a1c5f7849339c4da905 | 30,537,217,535,371 | 06132bb306986359c8958effdb12134da4aa9a23 | /spring-cloud-design-pattern/structure-composite-pattern/src/main/java/org/springframework/cloud/pattern/safe/File.java | 01ef793f72df443b492cfdc504998dc01db04544 | [] | no_license | sunnyzhy/Design-pattern | https://github.com/sunnyzhy/Design-pattern | 1fe797d2af0e102be63704aad5a5e3a3d8feb5a9 | 665b5cde412e965665469af1b5011c6c280ea7d0 | refs/heads/master | 2023-07-01T15:50:37.005000 | 2023-06-13T09:33:49 | 2023-06-13T09:33:49 | 55,023,406 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.springframework.cloud.pattern.safe;
/**
* @author zhy
* @date 2023/5/22 17:57
*/
public class File implements Component {
private String name;
public File(String name) {
this.name = name;
}
@Override
public String getName() {
return "文件: " + this.name;
}
@O... | UTF-8 | Java | 421 | java | File.java | Java | [
{
"context": "pringframework.cloud.pattern.safe;\n\n/**\n * @author zhy\n * @date 2023/5/22 17:57\n */\npublic class File im",
"end": 67,
"score": 0.9996780157089233,
"start": 64,
"tag": "USERNAME",
"value": "zhy"
}
] | null | [] | package org.springframework.cloud.pattern.safe;
/**
* @author zhy
* @date 2023/5/22 17:57
*/
public class File implements Component {
private String name;
public File(String name) {
this.name = name;
}
@Override
public String getName() {
return "文件: " + this.name;
}
@O... | 421 | 0.611511 | 0.585132 | 23 | 17.130434 | 15.746095 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 0 |
ad75d569a350efa71314021b8633a75b65acace0 | 9,466,107,977,219 | 1fc1966b759adf1a9b03044b433a521fb045fea1 | /Unit-Testing-Sample/src/test/java/com/example/UnitTestingSample/business/SomeBusinessStubTest.java | f44eafcfb15170041ce4bb1efbc4c0ea3181043b | [] | no_license | Megha-Niharika/Testing | https://github.com/Megha-Niharika/Testing | 61610bbb7b59a553e44c111e71553b551d499614 | 9e1631655c31f18fd8227e4268d2f961a43daf92 | refs/heads/master | 2020-08-03T17:26:58.549000 | 2019-10-09T12:15:20 | 2019-10-09T12:15:20 | 211,827,181 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.UnitTestingSample.business;
import org.junit.Test;
import static org.junit.Assert.*;
import com.example.UnitTestingSample.data.SomeDataService;
class SomeDataServiceStub implements SomeDataService{
@Override
public int[] retrieveAllData() {
// TODO Auto-generated method stub
return new int... | UTF-8 | Java | 1,697 | java | SomeBusinessStubTest.java | Java | [] | null | [] | package com.example.UnitTestingSample.business;
import org.junit.Test;
import static org.junit.Assert.*;
import com.example.UnitTestingSample.data.SomeDataService;
class SomeDataServiceStub implements SomeDataService{
@Override
public int[] retrieveAllData() {
// TODO Auto-generated method stub
return new int... | 1,697 | 0.773718 | 0.769593 | 66 | 24.681818 | 23.653534 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.530303 | false | false | 0 |
50cbb1c22470c5b14f0b99307b74c207743ca433 | 23,252,952,947,141 | 8c6784479475b502cdffb89d66f7ef4e42276b08 | /app/src/main/java/gwangju/com/adapter/DetailFragmentAdapter.java | 5acb9c6c8ec00761985319788537972de615d6d0 | [] | no_license | joongsim22/GwangjuGo | https://github.com/joongsim22/GwangjuGo | 0b3d9723bce788af3dcc79180e332d7e323a5acf | ba40f996866975025362c510b5dee18a930a2710 | refs/heads/master | 2021-01-18T18:01:57.083000 | 2017-04-14T02:45:20 | 2017-04-14T02:45:20 | 86,838,951 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gwangju.com.adapter;
import android.app.Activity;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.ArrayList;
import gwangju.com.fragment.IntroduceFragment;
import gwangju.com.fragment.PictureFragment;
... | UTF-8 | Java | 1,635 | java | DetailFragmentAdapter.java | Java | [
{
"context": "port gwangju.com.item.StarItem;\n\n/**\n * Created by Beaver on 2017-04-04.\n */\n\npublic class DetailFragmentAd",
"end": 457,
"score": 0.9966400861740112,
"start": 451,
"tag": "USERNAME",
"value": "Beaver"
}
] | null | [] | package gwangju.com.adapter;
import android.app.Activity;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import java.util.ArrayList;
import gwangju.com.fragment.IntroduceFragment;
import gwangju.com.fragment.PictureFragment;
... | 1,635 | 0.61984 | 0.608749 | 65 | 23.969231 | 20.057587 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.430769 | false | false | 0 |
57d852b2ffdc7655ce5bd716d41d9c5ab1ce4c49 | 23,252,952,947,255 | afb8082db0449ddaaab88fe692563c23d3d24edc | /security-core/src/main/java/com/tca/security/core/service/CustomerSessionInformationExpiredStrategy.java | 81b9dc478c7919ed66f1c1fd19b83962608204ad | [] | no_license | 870235784/spring-security | https://github.com/870235784/spring-security | bfe99ba7e79e4acdddf2b6ec563aa1aa8b98ad2f | a01de3048889c3b29afecddc0fde84b9957e96cf | refs/heads/master | 2022-06-26T09:00:19.372000 | 2020-05-10T12:28:51 | 2020-05-10T12:28:51 | 249,736,201 | 1 | 0 | null | false | 2022-06-17T02:59:53 | 2020-03-24T14:52:32 | 2021-08-06T13:58:56 | 2022-06-17T02:59:50 | 21,179 | 1 | 0 | 2 | JavaScript | false | false | package com.tca.security.core.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationServiceException;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.core.userdetails.UserDetails;
im... | UTF-8 | Java | 1,760 | java | CustomerSessionInformationExpiredStrategy.java | Java | [
{
"context": "ption;\nimport java.io.IOException;\n\n/**\n * @author zhoua\n * @Date 2020/4/1\n */\n@Component(\"customerSession",
"end": 619,
"score": 0.9995851516723633,
"start": 614,
"tag": "USERNAME",
"value": "zhoua"
}
] | null | [] | package com.tca.security.core.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationServiceException;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.core.userdetails.UserDetails;
im... | 1,760 | 0.768639 | 0.763314 | 41 | 40.219513 | 34.934441 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536585 | false | false | 0 |
b863f906f054285a418d4c1503d86d863bc71f22 | 26,826,365,782,454 | 5cb5d1fc80c1f68ade44f0a26a02d1aeb118c64d | /ink-trade/ink-trade-service/src/main/java/com/ink/trade/service/controller/WithdrawController.java | 62aaf8b125c4bcc3f9959657eddb9b579db9e174 | [] | no_license | gspandy/zx-parent | https://github.com/gspandy/zx-parent | 4350d1ef851d05eabdcf8c6c7049a46593e3c22e | 5cdc52e645537887e86e5cbc117139ca1a56f55d | refs/heads/master | 2023-08-31T15:29:50.763000 | 2016-08-11T09:17:29 | 2016-08-11T09:20:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ink.trade.service.controller;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMap... | UTF-8 | Java | 1,858 | java | WithdrawController.java | Java | [] | null | [] | package com.ink.trade.service.controller;
import org.apache.commons.lang.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMap... | 1,858 | 0.710469 | 0.710469 | 54 | 32.962963 | 26.415457 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 0 |
6d3b04aadf09c75faef3e46aca3d837793deef5b | 2,319,282,361,527 | 4735ec62ae5c0bf8670a82f716ff0968145ab38c | /src/test/java/hpe/software/ChromeTest.java | e6f0ba69b54c10edce2a3a8be14cb051d5e8725a | [] | no_license | peteraspenberg/Gherkin_Octane_LeanFT_MC_Demo | https://github.com/peteraspenberg/Gherkin_Octane_LeanFT_MC_Demo | 89eafb7bfab596e21c9c971ad0316eb8edbdd6f9 | 7387282f73321d6951d10b310ba720734e1e9d25 | refs/heads/master | 2021-01-21T06:18:19.384000 | 2017-02-26T13:25:54 | 2017-02-26T13:25:54 | 83,203,678 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hpe.software;
import com.hpe.alm.octane.OctaneCucumber;
//import cucumber.api.junit.Cucumber;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import unittesting.*;
import cucumber.api.CucumberOptions;
import hpe.software.leanft.CucumberBrowserFactory;... | UTF-8 | Java | 1,226 | java | ChromeTest.java | Java | [] | null | [] | package hpe.software;
import com.hpe.alm.octane.OctaneCucumber;
//import cucumber.api.junit.Cucumber;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import unittesting.*;
import cucumber.api.CucumberOptions;
import hpe.software.leanft.CucumberBrowserFactory;... | 1,226 | 0.722675 | 0.722675 | 49 | 24.040817 | 21.056734 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
bd5997f5c05ef1c3d163b574de918d08e417445d | 15,350,213,137,439 | ba53efc09bb45b733530a57e89a2920fc268c990 | /Restrauant/MapValueComparator.java | f96d8d1fd47b8e3407493b00970cd3320c8d8a62 | [] | no_license | Leewin0821/Restaurant | https://github.com/Leewin0821/Restaurant | a3063aa1a81279017a8a954d75240e534910f51f | ba2560c2a333b39b61a9bfec936f03f20f1334e1 | refs/heads/master | 2016-09-05T18:33:30.572000 | 2014-05-17T13:09:08 | 2014-05-17T13:09:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Restrauant;
import java.util.Comparator;
import java.util.Map;
/**
* Created by leewin on 14-2-11.
* provide a comparator that can compare two map entry objects with a descending order
*/
public class MapValueComparator implements Comparator<Map.Entry<Integer,Double>> {
public int compare(Map.Entry<Int... | UTF-8 | Java | 570 | java | MapValueComparator.java | Java | [
{
"context": "mparator;\nimport java.util.Map;\n\n/**\n * Created by leewin on 14-2-11.\n * provide a comparator that can comp",
"end": 97,
"score": 0.9708504676818848,
"start": 91,
"tag": "USERNAME",
"value": "leewin"
}
] | null | [] | package Restrauant;
import java.util.Comparator;
import java.util.Map;
/**
* Created by leewin on 14-2-11.
* provide a comparator that can compare two map entry objects with a descending order
*/
public class MapValueComparator implements Comparator<Map.Entry<Integer,Double>> {
public int compare(Map.Entry<Int... | 570 | 0.633333 | 0.608772 | 20 | 27.549999 | 27.614264 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
58c7e9b787796fcb575d79f7b4566c4af5f90158 | 18,614,388,309,685 | 0e842ae1e24c60461ef5e4bc69a9ccf743d99617 | /src/main/java/com/app/service/ProjectService.java | 44fbfa9a36c7cfef5d3116d6ced017842048b2ea | [] | no_license | FathimaSajitha/Project-For-Dto | https://github.com/FathimaSajitha/Project-For-Dto | c020f34a35c67f99facacacd35fca9e60d20d249 | 2dec208cbb05b80b20570200040f86ffc905a387 | refs/heads/master | 2020-06-04T07:23:21.048000 | 2019-06-14T10:22:43 | 2019-06-14T10:22:43 | 191,922,973 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.service;
import java.util.List;
import com.app.entity.ProjectEntity;
public interface ProjectService {
ProjectEntity saveProject(ProjectEntity projectEntity);
List<ProjectEntity> getAllProject();
// List<ProjectEntity> getAllProject(int id );
ProjectEntity getById(Integer id);
void deleteProjectB... | UTF-8 | Java | 398 | java | ProjectService.java | Java | [] | null | [] | package com.app.service;
import java.util.List;
import com.app.entity.ProjectEntity;
public interface ProjectService {
ProjectEntity saveProject(ProjectEntity projectEntity);
List<ProjectEntity> getAllProject();
// List<ProjectEntity> getAllProject(int id );
ProjectEntity getById(Integer id);
void deleteProjectB... | 398 | 0.81407 | 0.81407 | 14 | 27.428572 | 19.67491 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.071429 | false | false | 0 |
85673424df0ec3df460f7f2720ea2a6716a79d20 | 32,212,254,726,712 | ac9a946b7c8c647ebcbcf3ae4b29d6d655e80462 | /sandbox-web/src/main/java/com/exadel/sandbox/team5/ValidateOrderController.java | 1ad28760a6a9b60232860e3e30746689c0ed891b | [] | no_license | akarzhaneuski/sandbox_jun2021 | https://github.com/akarzhaneuski/sandbox_jun2021 | 2befab86abcbdda52b940737246345e3047792f6 | 58acc6c7f174b4b51a56b0e7614b9866a1f8f39f | refs/heads/master | 2023-06-24T18:11:20.504000 | 2021-07-28T16:06:13 | 2021-07-28T16:06:13 | 373,096,051 | 0 | 4 | null | false | 2021-07-28T16:06:14 | 2021-06-02T08:47:13 | 2021-07-28T12:58:00 | 2021-07-28T16:06:13 | 1,066 | 0 | 0 | 0 | Java | false | false | package com.exadel.sandbox.team5;
import com.exadel.sandbox.team5.entity.OrderStatus;
import com.exadel.sandbox.team5.service.DiscountService;
import com.exadel.sandbox.team5.service.OrderService;
import com.exadel.sandbox.team5.service.QRCodeService;
import io.swagger.annotations.ApiOperation;
import lombok.RequiredA... | UTF-8 | Java | 1,874 | java | ValidateOrderController.java | Java | [] | null | [] | package com.exadel.sandbox.team5;
import com.exadel.sandbox.team5.entity.OrderStatus;
import com.exadel.sandbox.team5.service.DiscountService;
import com.exadel.sandbox.team5.service.OrderService;
import com.exadel.sandbox.team5.service.QRCodeService;
import io.swagger.annotations.ApiOperation;
import lombok.RequiredA... | 1,874 | 0.78175 | 0.779082 | 42 | 43.619049 | 25.424915 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 0 |
7c88292f5a3dd340ac0ddbd1b1c2b7bc6172cc68 | 16,312,285,853,894 | 020ab1b7006c88fb78ece709319025d6665e610b | /app/src/main/java/com/saado/rotem/messageq/ChatAdapter.java | 2b100c21e6af0dc306dc375046a373dd91899aea | [] | no_license | rotemsd/MessageQ | https://github.com/rotemsd/MessageQ | 57424aa62bc1a707aecea72f8ebbf9370ba955b1 | ba6605c5709be0e3a663a40cf749576169776168 | refs/heads/master | 2021-01-11T17:45:20.118000 | 2017-02-22T22:03:53 | 2017-02-22T22:03:53 | 79,835,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.saado.rotem.messageq;
import android.app.Activity;
import android.graphics.Color;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widge... | UTF-8 | Java | 3,991 | java | ChatAdapter.java | Java | [] | null | [] | package com.saado.rotem.messageq;
import android.app.Activity;
import android.graphics.Color;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widge... | 3,991 | 0.659233 | 0.658983 | 117 | 33.111111 | 25.525846 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 0 |
261f28dd3b52df9da3ad5ffe3d6c4b6babfaef9b | 7,894,149,893,861 | 23e96dfd5e9f892b2d03f12c47f5920e15976734 | /src/Interview/Pra17.java | bc1f2ca6b4f75dbeba809b660ec2b1e2492fd25d | [] | no_license | ArchieHo/w3resourcePra | https://github.com/ArchieHo/w3resourcePra | 2e356d2958fd456bcc1739c0bbfb2ac235e3d0b5 | e94ff3c0789119d3be98cadb2544ede24c9352b9 | refs/heads/master | 2023-06-20T00:56:14.016000 | 2021-07-19T09:32:10 | 2021-07-19T09:32:10 | 387,404,957 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Interview;
import java.util.Scanner;
public class Pra17 {
// 設計一程式,提示使用者輸入正整數n,判斷此數是否為質數並將結果印出。
// 質數:除了1與本身之外沒有其他數字可以整除的數字。
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("請輸入正整數: ");
int n = scanner.nextInt();
// 個人的方法
// for(int i =2... | UTF-8 | Java | 965 | java | Pra17.java | Java | [] | null | [] | package Interview;
import java.util.Scanner;
public class Pra17 {
// 設計一程式,提示使用者輸入正整數n,判斷此數是否為質數並將結果印出。
// 質數:除了1與本身之外沒有其他數字可以整除的數字。
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("請輸入正整數: ");
int n = scanner.nextInt();
// 個人的方法
// for(int i =2... | 965 | 0.529259 | 0.514955 | 49 | 14.693877 | 12.833635 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.265306 | false | false | 0 |
7220f88ecbabafc977496169c116527705902d16 | 3,393,024,189,729 | 920dbafea039f8d0ac58de37733704a39d244179 | /WSAtnCiu/src/com/nd/dao/DAO.java | 59acc7512f3539d282ec59d41dba2e2d749df2cf | [] | no_license | Angel1216/AtnCiudadana | https://github.com/Angel1216/AtnCiudadana | 128cbcb6dae232188b50e336ae53a433e087da69 | 6ee04ae96b5d581af34aa66f204cfe245fea00c2 | refs/heads/master | 2021-01-25T01:04:00.465000 | 2017-06-19T00:46:45 | 2017-06-19T00:46:45 | 94,721,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nd.dao;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.nd.bean.CatStatus;
import com.... | UTF-8 | Java | 3,485 | java | DAO.java | Java | [] | null | [] | package com.nd.dao;
import java.util.ArrayList;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.nd.bean.CatStatus;
import com.... | 3,485 | 0.696987 | 0.689813 | 102 | 32.186275 | 27.310032 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.254902 | false | false | 0 |
6d26e12f091b2a0b0b32b450b81cbc565988ee4c | 19,086,834,685,035 | 6038171a35c5bfcf62610a467b566b6dfb20c076 | /massariol-ws/massariol-application/src/main/java/br/com/massariol/application/instructors/commands/InstructorUpdateCommand.java | 4030d7a00ef48f745dc0225aa89b6d3b8d4e63ee | [] | no_license | jorgesebastiao/massariol | https://github.com/jorgesebastiao/massariol | 7ead523a21afb754083d9a85ee3017f976de8a6e | ed3a704f8f70d3eacdcfe39144964c930486bc49 | refs/heads/master | 2023-01-18T22:56:04.279000 | 2020-11-19T16:30:27 | 2020-11-19T16:30:27 | 270,450,114 | 2 | 0 | null | false | 2020-09-19T19:10:39 | 2020-06-07T22:28:15 | 2020-09-19T18:40:55 | 2020-09-19T19:10:38 | 4,898 | 1 | 0 | 0 | Java | false | false | package br.com.massariol.application.instructors.commands;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class InstructorUpdateCommand {
private Long id;
private String name;
private String cellPhone;
private String email;
private String signaturePicture;
}
| UTF-8 | Java | 301 | java | InstructorUpdateCommand.java | Java | [] | null | [] | package br.com.massariol.application.instructors.commands;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class InstructorUpdateCommand {
private Long id;
private String name;
private String cellPhone;
private String email;
private String signaturePicture;
}
| 301 | 0.770764 | 0.770764 | 14 | 20.5 | 16.132265 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 0 |
40a628d55f289e579bd004df19275af5f49ba66a | 7,370,163,913,978 | 6720d7ec3d9c92638faf56dbabc08da1cd7dc1af | /src/test/java/no/westerdals/tjoida/Models/IT/EventJpaIT.java | 40f614b6a404ec0796b53709c714ce50f168777b | [] | no_license | IdarV/PG5100 | https://github.com/IdarV/PG5100 | 9cc6d593032f6658c0f8ee9ec4811203259b9be7 | 10aae2e1e220f3da93be2ce535cbe4673667591a | refs/heads/master | 2021-01-17T08:14:07.625000 | 2015-12-06T17:46:30 | 2015-12-06T17:46:30 | 42,654,380 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package no.westerdals.tjoida.Models.IT;
import no.westerdals.tjoida.Models.Event;
import no.westerdals.tjoida.service.CourseService.CourseDAO;
import no.westerdals.tjoida.service.CourseService.CourseJPA;
import no.westerdals.tjoida.service.EventService.EventDAO;
import no.westerdals.tjoida.service.EventService.EventJP... | UTF-8 | Java | 3,090 | java | EventJpaIT.java | Java | [] | null | [] | package no.westerdals.tjoida.Models.IT;
import no.westerdals.tjoida.Models.Event;
import no.westerdals.tjoida.service.CourseService.CourseDAO;
import no.westerdals.tjoida.service.CourseService.CourseJPA;
import no.westerdals.tjoida.service.EventService.EventDAO;
import no.westerdals.tjoida.service.EventService.EventJP... | 3,090 | 0.693528 | 0.688026 | 91 | 32.956043 | 26.82131 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736264 | false | false | 0 |
f7f8e7c2cef13abb36490c8fcef96c0d9eb42eaa | 32,332,513,835,996 | 547fac55432671e974b5d3ee369faf18c04548ec | /mobile/src/main/java/com/example/larry/miplayer/MainActivityListFragment.java | b0e082b1e961cd5731bcd50ae4f363c25b4fd1df | [] | no_license | daedalus1215/MiPlayer | https://github.com/daedalus1215/MiPlayer | 49be68f2b1fdee25b76a14ab214b8407821b916f | 2ed7d0a28d9477b34ee4387775ebd4210b6a0513 | refs/heads/master | 2022-01-19T15:13:04.197000 | 2015-08-19T02:37:57 | 2015-08-19T02:37:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.larry.miplayer;
import android.app.Activity;
import android.content.DialogInterface;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import and... | UTF-8 | Java | 1,772 | java | MainActivityListFragment.java | Java | [
{
"context": "package com.example.larry.miplayer;\n\nimport android.app.Activity;\nimport an",
"end": 25,
"score": 0.5968888401985168,
"start": 20,
"tag": "USERNAME",
"value": "larry"
}
] | null | [] | package com.example.larry.miplayer;
import android.app.Activity;
import android.content.DialogInterface;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import and... | 1,772 | 0.737585 | 0.736456 | 61 | 28.049181 | 24.505888 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606557 | false | false | 0 |
e870532ae5b74d391a5eb98e7c7caab21ace9293 | 2,602,750,204,723 | 7f36e6e53afc74a5c867a2336cb96d6de1268235 | /northstar-strategy-api/src/main/java/tech/quantit/northstar/strategy/api/indicator/complex/package-info.java | e5545b999a5d89a2977999b0d33af7c0750e3dde | [
"GPL-3.0-only"
] | permissive | kevinhuangwl/northstar | https://github.com/kevinhuangwl/northstar | e85e754218e4bfe8ecd787736ce713510f665f37 | d001db8318126d7297b609b8f0d449283ba36c32 | refs/heads/master | 2023-04-15T07:25:41.552000 | 2023-01-07T13:12:24 | 2023-01-07T13:12:24 | 230,760,808 | 11 | 4 | MIT | false | 2021-04-26T20:01:33 | 2019-12-29T14:23:41 | 2021-02-01T13:26:18 | 2021-04-26T20:01:33 | 18,899 | 8 | 3 | 3 | Java | false | false | package tech.quantit.northstar.strategy.api.indicator.complex;
/**
* 本目录是对复杂的指标做进一步封装方便调用
*
* 该目录下的类名称为了与常用指标保持一致,并没有僵硬地采用驼峰命名
*/ | UTF-8 | Java | 239 | java | package-info.java | Java | [] | null | [] | package tech.quantit.northstar.strategy.api.indicator.complex;
/**
* 本目录是对复杂的指标做进一步封装方便调用
*
* 该目录下的类名称为了与常用指标保持一致,并没有僵硬地采用驼峰命名
*/ | 239 | 0.777778 | 0.777778 | 7 | 18.428572 | 21.539711 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 0 |
09e1183654d0ebeca5aebaa3a710faa17c6afa38 | 3,100,966,416,124 | e6a856d95fa653dffd0f4d5e740a5c0d1cfb0722 | /src/tiles/TileFile.java | 2617c6d02c9aaddf38aafdd21687c697822b0f65 | [] | no_license | JamiePurchase/TKRPG | https://github.com/JamiePurchase/TKRPG | e97248718f4d442047e2035cb7b532a3f39c04f8 | 3fafa9122f17a3634b24b5aae19e093fbc201219 | refs/heads/master | 2016-09-06T05:05:28.430000 | 2015-09-06T12:47:27 | 2015-09-06T12:47:27 | 40,754,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tiles;
import java.awt.Graphics;
public class TileFile
{
private TilePixel[][] tilePixelMap;
public TileFile()
{
this.tilePixelMap = new TilePixel[32][32];
this.setAll();
}
public TilePixel getPixel(int x, int y)
{
return this.tilePixelMap[x][y];
}... | UTF-8 | Java | 867 | java | TileFile.java | Java | [] | null | [] | package tiles;
import java.awt.Graphics;
public class TileFile
{
private TilePixel[][] tilePixelMap;
public TileFile()
{
this.tilePixelMap = new TilePixel[32][32];
this.setAll();
}
public TilePixel getPixel(int x, int y)
{
return this.tilePixelMap[x][y];
}... | 867 | 0.499423 | 0.487889 | 46 | 17.869566 | 17.162407 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
9a28eac6dba25b38eb9b6224e9dd03ad6a4db566 | 4,252,017,653,833 | ce93995e96f554cfd587702b17d43f575c36a437 | /Samples/java工作空间/Java教程/src/Chapter5/NumberManager.java | 4ae2e3e5fa621bc57890790915cec352da86fc80 | [] | no_license | inetfun/JavaBasic | https://github.com/inetfun/JavaBasic | a2738d8b50a164e4fca6c0c79f45cf8986ee2c5e | 915ae675ba9c282584a03e93230d47cd93089ec1 | refs/heads/master | 2021-05-30T20:27:57.240000 | 2016-03-23T14:26:37 | 2016-03-23T14:26:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // NumberManager.java
package Chapter5;
public class NumberManager {
/* 统计每个数字(0、1…、8、9)出现的频率 */
public static int[] countNumbers(String[] numbers) {
int[] numberArray = new int[10];
for (int i = 0; i < numbers.length; i++) {
for (int j = 0; j < numbers[i].length(); j++) {
/*
* numbers[i].charAt(inde... | GB18030 | Java | 3,434 | java | NumberManager.java | Java | [] | null | [] | // NumberManager.java
package Chapter5;
public class NumberManager {
/* 统计每个数字(0、1…、8、9)出现的频率 */
public static int[] countNumbers(String[] numbers) {
int[] numberArray = new int[10];
for (int i = 0; i < numbers.length; i++) {
for (int j = 0; j < numbers[i].length(); j++) {
/*
* numbers[i].charAt(inde... | 3,434 | 0.631218 | 0.606705 | 98 | 27.306122 | 20.280386 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.530612 | false | false | 0 |
b29268ff569f60572f38ff3e815a54d26c426f00 | 4,252,017,654,277 | 0364b874b522b5ce617a6f4b946ea98089711823 | /src/controle/desafio/ResultadoAluno.java | fd806d12446d0d54a8a9184673e49d4eaa3f3be1 | [] | no_license | jetna/udemy-java13 | https://github.com/jetna/udemy-java13 | aab6d07fe784b713bad2535d9495838f2cbc8f2f | eae8f3ab6aef2825d1830e09d4e62c3953f036f1 | refs/heads/master | 2022-11-08T23:06:45.874000 | 2020-06-22T00:36:55 | 2020-06-22T00:36:55 | 267,370,414 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controle.desafio;
import java.util.Scanner;
public class ResultadoAluno {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
System.out.println("Digite nota AV1: ");
float nota1=entrada.nextFloat();
System.out.println("Digite nota AV2: ");
float nota2=entrada.nextFlo... | ISO-8859-1 | Java | 614 | java | ResultadoAluno.java | Java | [] | null | [] | package controle.desafio;
import java.util.Scanner;
public class ResultadoAluno {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
System.out.println("Digite nota AV1: ");
float nota1=entrada.nextFloat();
System.out.println("Digite nota AV2: ");
float nota2=entrada.nextFlo... | 614 | 0.653595 | 0.630719 | 28 | 20.857143 | 16.978378 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.178571 | false | false | 0 |
2ad14cc4b4027b5614bd932a957188edec4701bd | 16,063,177,720,965 | dbf2774c04dd0b20d39750dd04009d9419cfa3d8 | /app/src/main/java/com/example/iliendo/chatapp/ChangeImage.java | d75abd25d95d81f9f3caf808b066e17f8dfc460e | [] | no_license | iliendo/ChatApp | https://github.com/iliendo/ChatApp | 9b5c0d95f389afea70e4efc207774f5f99f32cf1 | a89cbbb7e322e292641a13c7efeaefd658c4cc64 | refs/heads/master | 2020-05-23T23:37:01.877000 | 2019-06-07T07:06:17 | 2019-06-07T07:06:17 | 186,998,314 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.iliendo.chatapp;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support... | UTF-8 | Java | 5,785 | java | ChangeImage.java | Java | [
{
"context": "android.app.Activity.RESULT_OK;\n\n/**\n * Created by iliendo on 6/3/19.\n */\n\npublic class ChangeImage extends ",
"end": 1129,
"score": 0.9991399049758911,
"start": 1122,
"tag": "USERNAME",
"value": "iliendo"
}
] | null | [] | package com.example.iliendo.chatapp;
import android.Manifest;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support... | 5,785 | 0.655315 | 0.650821 | 150 | 37.566666 | 31.699089 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.573333 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.