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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b33b2d60275d9c4e6e8220bb47a72f38f3f8bf54 | 30,185,030,224,601 | 762395b25c454dde40378db39c79eda0c6e80d0b | /microsec-common/src/main/java/microsec/uaa/model/v2/UserInfo.java | b23c06be0ad06d6a92adff2e2b8f7525e633a8c8 | [] | no_license | ziscloud/microservice-security | https://github.com/ziscloud/microservice-security | 014fb879f6cd26703320eb2a020ad522f27b8483 | d0707672e62b640ace6f087419bfb416884dd981 | refs/heads/master | 2021-01-23T03:53:13.595000 | 2015-10-29T01:53:07 | 2015-10-29T01:53:07 | 47,304,929 | 0 | 1 | null | true | 2015-12-03T03:28:19 | 2015-12-03T03:28:18 | 2015-12-02T21:38:41 | 2015-11-25T14:34:39 | 492 | 0 | 0 | 0 | null | null | null | package microsec.uaa.model.v2;
import lombok.Data;
import com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
@Data
@JsonNaming(LowerCaseWithUnderscoresStrategy.class)
public class UserInfo {
private String userId;
... | UTF-8 | Java | 463 | java | UserInfo.java | Java | [
{
"context": "fo {\n private String userId;\n private String userName;\n private String givenName;\n private String",
"end": 346,
"score": 0.9763023853302002,
"start": 338,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package microsec.uaa.model.v2;
import lombok.Data;
import com.fasterxml.jackson.databind.PropertyNamingStrategy.LowerCaseWithUnderscoresStrategy;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
@Data
@JsonNaming(LowerCaseWithUnderscoresStrategy.class)
public class UserInfo {
private String userId;
... | 463 | 0.801296 | 0.799136 | 18 | 24.722221 | 23.867239 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 10 |
c1c178eae3eb7cdd68c6b9bec3b3390afe21b421 | 22,814,866,343,394 | 71208b6608c954bff0a26f949df10d808c9895a0 | /src/main/java/com/phonedirectory/exception/CustomizedExceptionHandling.java | fb8cb8e1fff93a82cdb571e5a6d787ddbd2474ad | [] | no_license | soorya-ns/heruko-java-api | https://github.com/soorya-ns/heruko-java-api | 914a3ce58839f85bc06f15a3c680785de53b8a8c | 27cef60fd7f6a7e01619f5977600a12953266531 | refs/heads/master | 2023-02-18T05:57:46.271000 | 2021-01-18T08:49:22 | 2021-01-18T08:49:22 | 330,603,638 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.phonedirectory.exception;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.context.request.WebRequest;
... | UTF-8 | Java | 2,203 | java | CustomizedExceptionHandling.java | Java | [] | null | [] | package com.phonedirectory.exception;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.context.request.WebRequest;
... | 2,203 | 0.787108 | 0.774399 | 40 | 54.075001 | 45.722744 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 10 |
730322a3f95b1a33d256b026c6ecbec12f7a6d0d | 8,985,071,641,877 | 05948ca1cd3c0d2bcd65056d691c4d1b2e795318 | /classes/com/taobao/dp/http/DefaultUrlRequestService.java | 4af562b324ad66f9ced329bcefc745108fc938e0 | [] | no_license | waterwitness/xiaoenai | https://github.com/waterwitness/xiaoenai | 356a1163f422c882cabe57c0cd3427e0600ff136 | d24c4d457d6ea9281a8a789bc3a29905b06002c6 | refs/heads/master | 2021-01-10T22:14:17.059000 | 2016-10-08T08:39:11 | 2016-10-08T08:39:11 | 70,317,042 | 0 | 8 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taobao.dp.http;
import com.taobao.wireless.security.adapter.common.b;
import com.taobao.wireless.security.adapter.common.c;
public class DefaultUrlRequestService
implements IUrlRequestService
{
public void sendRequest(String paramString1, String paramString2, IResponseReceiver paramIResponseReceiver)
... | UTF-8 | Java | 636 | java | DefaultUrlRequestService.java | Java | [] | null | [] | package com.taobao.dp.http;
import com.taobao.wireless.security.adapter.common.b;
import com.taobao.wireless.security.adapter.common.c;
public class DefaultUrlRequestService
implements IUrlRequestService
{
public void sendRequest(String paramString1, String paramString2, IResponseReceiver paramIResponseReceiver)
... | 636 | 0.759434 | 0.735849 | 20 | 30.85 | 34.905979 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
08a5e3e54efabed1e34703107a917b6a303657c4 | 25,280,177,513,876 | 6b964c3dcff01a88d225835436d8289f32903000 | /mobsters-db/src/main/java/com/lvl6/mobsters/db/jooq/generated/tables/records/GoldSaleConfigRecord.java | 6a1e51d38e3068477c77737c4d1e494268fe7408 | [] | no_license | bellmit/mobsters-server | https://github.com/bellmit/mobsters-server | eeeed13092502de05f6ed8494bf4fdc6d80ad373 | eb37ed32e9183472c6e1d29f027c2d1466028b25 | refs/heads/master | 2022-02-27T18:41:03.611000 | 2016-04-02T00:46:14 | 2016-04-02T00:46:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* This class is generated by jOOQ
*/
package com.lvl6.mobsters.db.jooq.generated.tables.records;
import com.lvl6.mobsters.db.jooq.generated.tables.GoldSaleConfig;
import com.lvl6.mobsters.db.jooq.generated.tables.interfaces.IGoldSaleConfig;
import java.sql.Timestamp;
import javax.annotation.Generated;
import ... | UTF-8 | Java | 16,831 | java | GoldSaleConfigRecord.java | Java | [] | null | [] | /**
* This class is generated by jOOQ
*/
package com.lvl6.mobsters.db.jooq.generated.tables.records;
import com.lvl6.mobsters.db.jooq.generated.tables.GoldSaleConfig;
import com.lvl6.mobsters.db.jooq.generated.tables.interfaces.IGoldSaleConfig;
import java.sql.Timestamp;
import javax.annotation.Generated;
import ... | 16,831 | 0.659973 | 0.636801 | 827 | 19.351873 | 26.612736 | 350 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.401451 | false | false | 10 |
7be70e18ef86cd97f0c25df3f0e4f44b36af3329 | 2,920,577,809,027 | d42739ed88c4ae15d173953e2982e74a4cd64249 | /java_services/src/main/java/com/example/java_services/tweet/service/PickupLinesServiceImp.java | e487d249fc7aec765d70adf5e6f11a199a84fd3f | [] | no_license | Conanxx/Polyglot-Microservices | https://github.com/Conanxx/Polyglot-Microservices | fed6c7a2288b84c003484bf38847593e7c66c259 | 2177e71b78a5d4e6bec3f1e010ba596c415f0ef4 | refs/heads/master | 2022-11-02T07:37:32.759000 | 2020-05-10T15:09:18 | 2020-05-10T15:09:18 | 262,812,537 | 0 | 0 | null | false | 2020-05-24T08:31:03 | 2020-05-10T15:05:10 | 2020-05-10T15:09:22 | 2020-05-24T08:27:17 | 58 | 0 | 0 | 1 | Java | false | false | package com.example.java_services.tweet.service;
import com.example.java_services.tweet.domain.PickupLines;
import com.example.java_services.tweet.repository.PickupLinesRepository;
import org.springframework.beans.factory.annotation.Autowired;
public class PickupLinesServiceImp implements PickupLinesService {
p... | UTF-8 | Java | 713 | java | PickupLinesServiceImp.java | Java | [] | null | [] | package com.example.java_services.tweet.service;
import com.example.java_services.tweet.domain.PickupLines;
import com.example.java_services.tweet.repository.PickupLinesRepository;
import org.springframework.beans.factory.annotation.Autowired;
public class PickupLinesServiceImp implements PickupLinesService {
p... | 713 | 0.757363 | 0.757363 | 23 | 30 | 28.191889 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 10 |
21152cd1bb2d2cded67c931a882d06b416b4ea6a | 1,348,619,791,796 | 522d865fecb67d891d98bbbd12b53d923d0a2f30 | /src/main/java/com/gnaf/headfirst/command/Run.java | 236aba67d7ad1c15739c806bc506eee647967c73 | [] | no_license | Derek-FFFFF/LearningDesignPattern | https://github.com/Derek-FFFFF/LearningDesignPattern | 7e214f4408a6c5345e498f6b003a0bd406c6e5c5 | 7ea8fcf2f0d9d62af5070c3424454016c596be68 | refs/heads/master | 2020-03-22T01:46:59.937000 | 2018-08-02T15:15:24 | 2018-08-02T15:15:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gnaf.headfirst.command;
/**
* @author: Derek
* @date: 2018/7/29 23:36
*/
public class Run {
public static void main(String[] args) {
RemoteControl remoteControl = new RemoteControl();
// 创建命令,并指定该命令的具体实现者
Light light = new Light();
Command lightOn = new LightOnCommand... | UTF-8 | Java | 848 | java | Run.java | Java | [
{
"context": "ckage com.gnaf.headfirst.command;\n\n/**\n * @author: Derek\n * @date: 2018/7/29 23:36\n */\npublic class Run {\n",
"end": 58,
"score": 0.9977140426635742,
"start": 53,
"tag": "NAME",
"value": "Derek"
}
] | null | [] | package com.gnaf.headfirst.command;
/**
* @author: Derek
* @date: 2018/7/29 23:36
*/
public class Run {
public static void main(String[] args) {
RemoteControl remoteControl = new RemoteControl();
// 创建命令,并指定该命令的具体实现者
Light light = new Light();
Command lightOn = new LightOnCommand... | 848 | 0.617886 | 0.602981 | 28 | 25.357143 | 19.603598 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.321429 | false | false | 10 |
a799ae93c2171f94f7af6a5fdecf714c5d17d5f1 | 5,815,385,779,120 | 4a62b0786794daf40a4e19838c3d66c54c825a5d | /Comlib-ADK/src/main/java/comlib/adk/agent/TacticsAgent.java | a48cb8d12322e899568dc30c81226ac7a2318565 | [
"BSD-3-Clause"
] | permissive | AIT-Rescue/CommunicationLibrary | https://github.com/AIT-Rescue/CommunicationLibrary | 353672f2edb12bd75d6c56d4bc5104f42559b0be | 34990939b9c1f1e7a4ec10b222378e35be831f59 | refs/heads/master | 2020-05-19T23:00:53.949000 | 2014-11-21T05:20:00 | 2014-11-21T05:20:00 | 24,581,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package comlib.adk.agent;
import comlib.adk.team.tactics.Tactics;
import comlib.agent.CommunicationAgent;
import comlib.manager.MessageManager;
import rescuecore2.standard.entities.StandardEntity;
import rescuecore2.worldmodel.ChangeSet;
import rescuecore2.standard.messages.AKRest;
import rescuecore2.messages.Message;... | UTF-8 | Java | 2,407 | java | TacticsAgent.java | Java | [] | null | [] | package comlib.adk.agent;
import comlib.adk.team.tactics.Tactics;
import comlib.agent.CommunicationAgent;
import comlib.manager.MessageManager;
import rescuecore2.standard.entities.StandardEntity;
import rescuecore2.worldmodel.ChangeSet;
import rescuecore2.standard.messages.AKRest;
import rescuecore2.messages.Message;... | 2,407 | 0.668637 | 0.666948 | 77 | 29.766233 | 26.034889 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558442 | false | false | 10 |
c6fd7427d829c2d0380e15e1341807364ccc0dd6 | 14,396,730,430,568 | 8f9eefa53a1940656ad5469c8bd3fd72ae82a458 | /ThreadPoolAnalysis/src/main/java/com/rain/test/task/JobTask.java | 3b304a8acf290af4ed880fe3cd689969f961a3b5 | [] | no_license | jingyu323/springbootdemo | https://github.com/jingyu323/springbootdemo | a3ba2ddce999f5af0aa9b019992c3b2fd496ee7f | a0c37da566f6d412fa54fda8cd7b32f6118dda6c | refs/heads/master | 2023-08-13T20:54:23.095000 | 2023-08-10T11:35:26 | 2023-08-10T11:35:26 | 143,681,631 | 0 | 1 | null | false | 2023-01-18T13:41:56 | 2018-08-06T05:44:40 | 2022-05-07T12:25:11 | 2023-01-18T13:41:56 | 909 | 0 | 0 | 30 | Java | false | false | package com.rain.test.task;
import java.util.concurrent.Callable;
public class JobTask implements Callable {
volatile static int count =0;
@Override
public Object call() throws Exception {
Thread.sleep(2000);
System.out.println("count="+count++);
return true;
}
}
| UTF-8 | Java | 309 | java | JobTask.java | Java | [] | null | [] | package com.rain.test.task;
import java.util.concurrent.Callable;
public class JobTask implements Callable {
volatile static int count =0;
@Override
public Object call() throws Exception {
Thread.sleep(2000);
System.out.println("count="+count++);
return true;
}
}
| 309 | 0.656958 | 0.640777 | 14 | 21.071428 | 17.081587 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
6e895ae9527c40d2de0b56e706fb19da2d89bc77 | 7,988,639,209,341 | 83ff3e26600fd5192e86ec2394e6ea64129846b4 | /src/system/core/GameTable.java | ec8d764c3a4cd6dd810fdc65c63c9d4f9d11835e | [
"Apache-2.0"
] | permissive | AtoA-ARIA/PlayingCards | https://github.com/AtoA-ARIA/PlayingCards | 21ad675a78c33599dd94dee9c92875c39c1fb1c7 | 04674374862787295af2b4be8f384a3bf79fb4ad | refs/heads/master | 2021-03-03T12:41:05.696000 | 2020-07-14T06:36:37 | 2020-07-14T06:36:37 | 245,961,615 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package system.core;
import system.front.ScannerForMultiThreadOnCUI;
/**
* ゲームを管理する抽象クラス。すべてのゲームはこのクラスを継承する。
* @author Takashi Sakakihara
*
*/
public abstract class GameTable extends Thread implements VisualizerOnCUI {
/**
* CUIでゲームをするときに使用する標準入力のスキャナ。
* マルチスレッド用に作ったクラス。
*/
protected ScannerForMultiThread... | UTF-8 | Java | 1,518 | java | GameTable.java | Java | [
{
"context": "**\n * ゲームを管理する抽象クラス。すべてのゲームはこのクラスを継承する。\n * @author Takashi Sakakihara\n *\n */\npublic abstract class GameTable extends Th",
"end": 141,
"score": 0.9998441338539124,
"start": 123,
"tag": "NAME",
"value": "Takashi Sakakihara"
}
] | null | [] | package system.core;
import system.front.ScannerForMultiThreadOnCUI;
/**
* ゲームを管理する抽象クラス。すべてのゲームはこのクラスを継承する。
* @author <NAME>
*
*/
public abstract class GameTable extends Thread implements VisualizerOnCUI {
/**
* CUIでゲームをするときに使用する標準入力のスキャナ。
* マルチスレッド用に作ったクラス。
*/
protected ScannerForMultiThreadOnCUI scanCU... | 1,506 | 0.699811 | 0.699811 | 61 | 16.311476 | 16.497929 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.967213 | false | false | 10 |
7899a4bba6f1e354ee3009c8a40aa6f149c1aa8c | 23,029,614,667,474 | dd4f837764f0d69a0bee77a1bad27aa6845475a1 | /src/main/java/advisor/http/client/Request.java | 47488513dbdf1787cf749885080713e45b9cfada | [] | no_license | JurekMateusz/MusicAdvisor | https://github.com/JurekMateusz/MusicAdvisor | 7c42b83a3c6cba5c7fe9a9844d422b1a6fe97174 | 077f8f54141476672e1871de5906fd8dd45e2e74 | refs/heads/main | 2023-01-09T20:05:22.821000 | 2020-11-12T18:49:03 | 2020-11-12T18:51:10 | 300,523,278 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package advisor.http.client;
import advisor.exception.ContentNotFoundException;
import advisor.exception.InvalidAccessTokenException;
import advisor.exception.InvalidSpotifyCodeException;
import advisor.model.api.error.ErrorRoot;
import com.google.gson.Gson;
import io.vavr.control.Try;
import javax.ws.rs.core.MediaTy... | UTF-8 | Java | 2,879 | java | Request.java | Java | [] | null | [] | package advisor.http.client;
import advisor.exception.ContentNotFoundException;
import advisor.exception.InvalidAccessTokenException;
import advisor.exception.InvalidSpotifyCodeException;
import advisor.model.api.error.ErrorRoot;
import com.google.gson.Gson;
import io.vavr.control.Try;
import javax.ws.rs.core.MediaTy... | 2,879 | 0.692254 | 0.689128 | 84 | 33.273811 | 25.812212 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 10 |
a8eab598e96a4b1d92f1a59690636ec958e34229 | 30,339,649,029,964 | 25820da6b91f8b270fd9490f1de013d7207388d2 | /graph-dc/graph-dc-core/src/main/java/com/haizhi/graph/dc/core/model/vo/DcEnvFileVo.java | 42f5ffab9fec129a1f8cd87a7c72a87a507fb7fd | [] | no_license | Joegxx/graphplatform | https://github.com/Joegxx/graphplatform | d784da9d5475a84d836974474bc00263b06a4ad0 | b9341937406f5cfc946ded3ecac5126114c977c0 | refs/heads/master | 2022-04-01T14:01:43.466000 | 2019-10-15T16:27:41 | 2019-10-15T16:27:41 | 272,382,227 | 0 | 1 | null | true | 2020-06-15T08:24:19 | 2020-06-15T08:24:18 | 2019-10-16T17:08:16 | 2020-02-05T00:17:57 | 74,832 | 0 | 0 | 0 | null | false | false | package com.haizhi.graph.dc.core.model.vo;
import com.haizhi.graph.common.model.BaseVo;
import com.haizhi.graph.dc.core.model.po.DcEnvFilePo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
/**
* Crea... | UTF-8 | Java | 740 | java | DcEnvFileVo.java | Java | [
{
"context": "shCode;\nimport lombok.ToString;\n\n/**\n * Created by chengangxiong on 2019/03/25\n */\n@Data\n@ToString(callSuper = tru",
"end": 340,
"score": 0.9991857409477234,
"start": 327,
"tag": "USERNAME",
"value": "chengangxiong"
}
] | null | [] | package com.haizhi.graph.dc.core.model.vo;
import com.haizhi.graph.common.model.BaseVo;
import com.haizhi.graph.dc.core.model.po.DcEnvFilePo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
/**
* Crea... | 740 | 0.736769 | 0.725627 | 27 | 25.592592 | 19.389305 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 10 |
7897edfffe92fd98d94b7a5941526b919f09a7fe | 18,519,898,989,449 | 528cfb3ccb5edfdf96ca22cf1c1e9939d4ed5834 | /src/main/java/br/com/pv/GitHubRepository.java | f5cc7d802f5682e11fd521a4575f3f44cfdf1a23 | [] | no_license | PauloVictorSantos/WebCrawler | https://github.com/PauloVictorSantos/WebCrawler | bf7aab9e6b5b91e0d2bc2b47b95ee9ebaf5d0749 | 1e3398e44c06617498b70d8c2691c1ab0f54b314 | refs/heads/master | 2020-03-07T20:49:40.905000 | 2018-04-05T01:47:04 | 2018-04-05T01:47:04 | 127,707,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.pv;
import java.io.Serializable;
public class GitHubRepository implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private String title;
private String url;
private String zip;
public String getTitle() {
return title;
}
public void setTitle(String title... | UTF-8 | Java | 552 | java | GitHubRepository.java | Java | [] | null | [] | package br.com.pv;
import java.io.Serializable;
public class GitHubRepository implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private String title;
private String url;
private String zip;
public String getTitle() {
return title;
}
public void setTitle(String title... | 552 | 0.679348 | 0.677536 | 39 | 13.153846 | 14.545311 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.102564 | false | false | 10 |
a5a7d050e5ca9fc20e1c9b599ff286678ebefceb | 2,860,448,271,594 | 82e1912f6fb10eb5d0433c9b01394e61c74a2ad5 | /ggp-base/src/org/ggp/base/player/gamer/statemachine/deepcardinal/heuristic/GoalProximityHeuristic.java | 2e7aa14fe744da220b31d77a80be8dada89d8872 | [
"BSD-3-Clause"
] | permissive | adamwgoldberg/gameplaying | https://github.com/adamwgoldberg/gameplaying | d9eb69721ad600278a97c3c079591fee9a20b4e3 | d7264480e590eb5bde106a652c10bba9fded8529 | refs/heads/master | 2016-03-31T11:36:17.922000 | 2014-06-04T23:53:38 | 2014-06-04T23:53:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ggp.base.player.gamer.statemachine.deepcardinal.heuristic;
import org.ggp.base.util.statemachine.MachineState;
import org.ggp.base.util.statemachine.Role;
import org.ggp.base.util.statemachine.StateMachine;
import org.ggp.base.util.statemachine.exceptions.GoalDefinitionException;
import org.ggp.base.... | UTF-8 | Java | 885 | java | GoalProximityHeuristic.java | Java | [] | null | [] | package org.ggp.base.player.gamer.statemachine.deepcardinal.heuristic;
import org.ggp.base.util.statemachine.MachineState;
import org.ggp.base.util.statemachine.Role;
import org.ggp.base.util.statemachine.StateMachine;
import org.ggp.base.util.statemachine.exceptions.GoalDefinitionException;
import org.ggp.base.... | 885 | 0.786441 | 0.786441 | 26 | 32.03846 | 29.945438 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.961538 | false | false | 10 |
66ae390981a369ef1a0866f7def98802eff190db | 5,574,867,589,323 | 8308d6afce104bca8340ac439eef2d379e6c8398 | /CS1120GroupLA5/src/edu/wmich/cs1120/la5/Literal.java | 7737e28f97df9435b4ffe517b05c0ac5d47212de | [] | no_license | 22Titanium14/CS1120LA5 | https://github.com/22Titanium14/CS1120LA5 | 9e89fd1d8b9f2d47e81708c208060759e6887044 | 40837722a71dd7ceff61c9a2f8f6f445d0dbc9c5 | refs/heads/master | 2021-01-22T18:50:45.073000 | 2017-03-30T03:38:16 | 2017-03-30T03:38:16 | 85,122,731 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*Assignment: CS1120 LA5_SP2017
*Authors: Adam Dubs, Devin Anderson, Dylan Lafleur
*Date: 03/20/2017
*Reference: NA
*/
package edu.wmich.cs1120.la5;
public class Literal implements IExpression {
public int value;
/**
*
* @param value
*/
Literal(int value) {
this.value = value;
}
/**
* getter ... | UTF-8 | Java | 436 | java | Literal.java | Java | [
{
"context": "/*\n *Assignment: CS1120 LA5_SP2017\n *Authors: Adam Dubs, Devin Anderson, Dylan Lafleur\n *Date: 03/20/2017",
"end": 55,
"score": 0.9998274445533752,
"start": 46,
"tag": "NAME",
"value": "Adam Dubs"
},
{
"context": "ssignment: CS1120 LA5_SP2017\n *Authors: Adam Dubs, D... | null | [] | /*
*Assignment: CS1120 LA5_SP2017
*Authors: <NAME>, <NAME>, <NAME>
*Date: 03/20/2017
*Reference: NA
*/
package edu.wmich.cs1120.la5;
public class Literal implements IExpression {
public int value;
/**
*
* @param value
*/
Literal(int value) {
this.value = value;
}
/**
* getter method for the val... | 418 | 0.649083 | 0.598624 | 29 | 14.034483 | 14.561363 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.793103 | false | false | 10 |
d3a2fc26b98afc94f96538596ef088c0a1ea46ae | 28,999,619,197,286 | 16ecaf5a34d5f5e632ac9cdea4ac8c2be1ec24dc | /MovyparkCordoba_v5.13_apkpure.com_source_from_JADX/sources/com/google/android/gms/ads/internal/zzbm.java | 355118052fb535f08671f5513817acfae7e976f9 | [] | no_license | turbo-funicular/com.movypark.cordoba | https://github.com/turbo-funicular/com.movypark.cordoba | 3eca439eb0a14339c7f74e7ce8b3b3b50e08f7b5 | 320eee3a676969880c1a280419f2a26f87d23ce4 | refs/heads/master | 2020-08-09T23:57:23.309000 | 2019-10-10T20:06:48 | 2019-10-10T20:06:48 | 214,202,875 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.ads.internal;
public interface zzbm {
void zzcp();
void zzcq();
}
| UTF-8 | Java | 107 | java | zzbm.java | Java | [] | null | [] | package com.google.android.gms.ads.internal;
public interface zzbm {
void zzcp();
void zzcq();
}
| 107 | 0.672897 | 0.672897 | 7 | 14.285714 | 14.877733 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
e75ba1fd0743f8b48579c2eb50dd9dfe0dd1d489 | 18,562,848,657,545 | b8a1a3340706942927c036f6124485bc7c6a770c | /tetris/tetris-project/user/cloud/tetris-user/src/main/java/com/sumavision/tetris/user/BasicDevelopmentDAO.java | 21036083ff9b698ef881a7156adf3ec8a78352d3 | [] | no_license | lvdeyang/Caterpillar | https://github.com/lvdeyang/Caterpillar | 58ffe1320bd6c763223f1ca0277abefc6b13fd5f | 385b3dd2cf26e537ab8f22e3d5320f89152f0f7e | refs/heads/master | 2022-12-21T13:33:42.128000 | 2021-06-06T07:54:24 | 2021-06-06T07:54:24 | 55,577,236 | 5 | 2 | null | false | 2022-12-16T02:40:45 | 2016-04-06T05:05:45 | 2022-07-08T03:09:37 | 2022-12-16T02:40:42 | 365,024 | 4 | 2 | 15 | JavaScript | false | false | package com.sumavision.tetris.user;
import org.springframework.data.repository.RepositoryDefinition;
import com.sumavision.tetris.orm.dao.BaseDAO;
@RepositoryDefinition(domainClass = BasicDevelopmentPO.class, idClass = Long.class)
public interface BasicDevelopmentDAO extends BaseDAO<BasicDevelopmentPO>{
/**... | UTF-8 | Java | 953 | java | BasicDevelopmentDAO.java | Java | [
{
"context": "\r\n\r\n\t/**\r\n\t * 根据appId查询用户基本配置<br/>\r\n\t * <b>作者:</b>lvdeyang<br/>\r\n\t * <b>版本:</b>1.0<br/>\r\n\t * <b>日期:</b>2019年",
"end": 370,
"score": 0.9997601509094238,
"start": 362,
"tag": "USERNAME",
"value": "lvdeyang"
},
{
"context": ");\r\n\t\r\n\t/**\r\n\t * 查询用户的... | null | [] | package com.sumavision.tetris.user;
import org.springframework.data.repository.RepositoryDefinition;
import com.sumavision.tetris.orm.dao.BaseDAO;
@RepositoryDefinition(domainClass = BasicDevelopmentPO.class, idClass = Long.class)
public interface BasicDevelopmentDAO extends BaseDAO<BasicDevelopmentPO>{
/**... | 953 | 0.691839 | 0.656516 | 29 | 26.310345 | 22.7628 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.896552 | false | false | 10 |
5b2c973dde1d2509708c4b6f9d34573c0a2725b3 | 30,004,641,551,134 | e43b648e32c32d713a868aedba3c04f10c4cba3a | /app/src/main/java/com/tamersarioglu/sozluk/DetayActivity.java | dcdfc883868df026b659a3953e49d89ac72af5f3 | [] | no_license | TamerSarioglu/SozlukFirebase | https://github.com/TamerSarioglu/SozlukFirebase | e5e6fd5fb3e216ac43be15b1852cbac36c9e0687 | 447142686d9297cebc13b973295075dd348b9688 | refs/heads/master | 2022-11-11T14:39:37.500000 | 2020-06-23T20:16:34 | 2020-06-23T20:16:34 | 274,500,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tamersarioglu.sozluk;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class DetayActivity extends AppCompatActivity {
private Kelimeler kelime;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCr... | UTF-8 | Java | 858 | java | DetayActivity.java | Java | [] | null | [] | package com.tamersarioglu.sozluk;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class DetayActivity extends AppCompatActivity {
private Kelimeler kelime;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCr... | 858 | 0.740093 | 0.740093 | 30 | 27.633333 | 27.565054 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 10 |
c26dbd42a9db1c80058b73ff8569cc97ae27828b | 30,004,641,553,077 | b1c6b6fda9a40b9ae1d1811db13d90d6bb38bb1a | /src/com/asiainfo/cs/ed/train/dao/interfaces/IEdModelDateDAO.java | ae5ada7cef3bb951e7c9332174200eed0470f28d | [] | no_license | feiniaoying/Inet | https://github.com/feiniaoying/Inet | e7ef42ca9578f463d11e0faca2308afa0804019e | 5cb1918f7ba03024dc3b20aa32254abb2f3ec2fd | refs/heads/master | 2016-06-06T20:48:56.142000 | 2016-03-05T14:50:58 | 2016-03-05T14:50:58 | 53,204,179 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asiainfo.cs.ed.train.dao.interfaces;
import com.asiainfo.cs.ed.train.ivalues.IBOEdModelDateValue;
/**
* 计划模版天数DAO
* @author zhangcheng
*
*/
public interface IEdModelDateDAO {
/**
* 查询模版天数
* @param model_id
* @param $startrowindex
* @param $endrowindex
* @return
* @throws Exception
*/
... | GB18030 | Java | 1,141 | java | IEdModelDateDAO.java | Java | [
{
"context": ".IBOEdModelDateValue;\n\n/**\n * 计划模版天数DAO\n * @author zhangcheng\n *\n */\npublic interface IEdModelDateDAO {\n\n\n\t/**\n",
"end": 150,
"score": 0.9975630044937134,
"start": 140,
"tag": "USERNAME",
"value": "zhangcheng"
}
] | null | [] | package com.asiainfo.cs.ed.train.dao.interfaces;
import com.asiainfo.cs.ed.train.ivalues.IBOEdModelDateValue;
/**
* 计划模版天数DAO
* @author zhangcheng
*
*/
public interface IEdModelDateDAO {
/**
* 查询模版天数
* @param model_id
* @param $startrowindex
* @param $endrowindex
* @return
* @throws Exception
*/
... | 1,141 | 0.720117 | 0.720117 | 50 | 19.58 | 24.069141 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.02 | false | false | 10 |
f0879c1f6b939f1bf41a7d0c4230cd0ed4f3370d | 12,214,887,045,862 | 0f6dab95f10a1650b12f1d9e5694144e0e307b54 | /qq-mall-common/src/main/java/com/honglinktech/zbgj/dao/TSocietyNoteDao.java | 986e7549d44d566e153225118e8bf0ca061d9d98 | [] | no_license | suevip/qq-mall | https://github.com/suevip/qq-mall | 9bb4d756bd64ec3b3cdda9b30a15d296df0cecdd | bc762ed4fc68c84db18e7b4525411eb89feb3f09 | refs/heads/master | 2017-12-31T13:59:47.108000 | 2016-09-27T07:11:31 | 2016-09-27T07:11:31 | 69,426,963 | 0 | 1 | null | true | 2016-09-28T04:54:42 | 2016-09-28T04:54:41 | 2016-09-10T13:59:15 | 2016-09-27T07:12:19 | 2,446 | 0 | 0 | 0 | null | null | null | package com.honglinktech.zbgj.dao;
import javax.annotation.Resource;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Component;
import org.springframework.jdbc.core.RowMapper;
import com.honglinktech.zbgj.base.BaseDao;
import com.honglinktech.zbgj.entity.TSocietyNote;
/**
*帖子D... | UTF-8 | Java | 1,111 | java | TSocietyNoteDao.java | Java | [] | null | [] | package com.honglinktech.zbgj.dao;
import javax.annotation.Resource;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Component;
import org.springframework.jdbc.core.RowMapper;
import com.honglinktech.zbgj.base.BaseDao;
import com.honglinktech.zbgj.entity.TSocietyNote;
/**
*帖子D... | 1,111 | 0.776874 | 0.776874 | 39 | 27.384615 | 28.481768 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.564103 | false | false | 10 |
943a35505882b4e368b64d6b3b3a89f3b3d5044e | 13,022,340,885,570 | c24fbeb11df8c12582ad1ecd8b040a249ab51b01 | /timeline/src/main/java/com/webapp/timeline/sns/domain/ConverterShowLevel.java | 984c341799df0b9a6dca339018420c5bd3152374 | [
"MIT"
] | permissive | Tamrado/tamra_server | https://github.com/Tamrado/tamra_server | 1c1a9770c778b9af058ec2e4512f30f5bd8abb74 | ec7f361fdbe5f16117a264af0012e2d2eccc07ae | refs/heads/master | 2020-06-15T17:05:36.709000 | 2020-01-23T04:06:39 | 2020-01-23T04:06:39 | 195,348,768 | 6 | 1 | null | false | 2020-01-23T04:06:40 | 2019-07-05T06:09:07 | 2020-01-23T04:03:10 | 2020-01-23T04:06:39 | 6,905 | 1 | 0 | 0 | Java | false | false | package com.webapp.timeline.sns.domain;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
@Converter
public class ConverterShowLevel implements AttributeConverter<String, Integer> {
@Override
public Integer convertToDatabaseColumn(String showLevel) {
if("publi... | UTF-8 | Java | 882 | java | ConverterShowLevel.java | Java | [] | null | [] | package com.webapp.timeline.sns.domain;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
@Converter
public class ConverterShowLevel implements AttributeConverter<String, Integer> {
@Override
public Integer convertToDatabaseColumn(String showLevel) {
if("publi... | 882 | 0.582766 | 0.57483 | 32 | 25.4375 | 19.924761 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 10 |
afc0088fc81bc5d51b0077b181562a0965704e0d | 17,282,948,452,232 | 9a9291564079174d7d44a80c592a87ecf76ba6f4 | /一些测试和临时/junit/auto_aubstract/TestNLPIRFindKeyWord.java | 3d021705f1633906ada5920bf0afc669f2cb3b7b | [] | no_license | wangchunxiao/java | https://github.com/wangchunxiao/java | 72e8dd988efda21754511ecd6ea443d19db7b908 | acfd2570f26b0a261b7c6230fa00b95cb770754a | refs/heads/master | 2020-12-25T11:52:05.012000 | 2014-01-13T05:24:36 | 2014-01-13T05:24:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package auto_aubstract;
import java.io.IOException;
import java.util.Set;
import java.util.TreeSet;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import kevin.zhang.NLPIR;
import org.junit.Test;
public class TestNLPIRFindKeyWord
{
@Test
public void test() throws IOException
{
... | GB18030 | Java | 2,332 | java | TestNLPIRFindKeyWord.java | Java | [] | null | [] | package auto_aubstract;
import java.io.IOException;
import java.util.Set;
import java.util.TreeSet;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import kevin.zhang.NLPIR;
import org.junit.Test;
public class TestNLPIRFindKeyWord
{
@Test
public void test() throws IOException
{
... | 2,332 | 0.640201 | 0.626633 | 75 | 24.4 | 26.628807 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.053333 | false | false | 10 |
03ec9b33881544eecaa99b01497cd129a52b5186 | 4,303,557,245,407 | 0bb6653c75e3282da4f8a04b93b114c572d6184f | /src/main/java/finished/others/finished/no151/Solution.java | 8e274c37bc60247fd6bd75149e0cf6693aa865c7 | [
"Apache-2.0"
] | permissive | fortbox/leetcode-solve | https://github.com/fortbox/leetcode-solve | 34a55a685da11ebd89dc61509f3ce4630fbaccc0 | 9a48fe48504a0250b2607432b0b84da2c528b767 | refs/heads/master | 2021-06-16T05:27:17.812000 | 2021-03-20T03:15:48 | 2021-03-20T03:15:48 | 142,773,970 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright(c) 2020-2020
* Author: xiaoweixiang
*/
package finished.others.finished.no151;
import java.util.Arrays;
class Solution {
public static void main(String[] args) {
Solution solution = new Solution();
String s = " hello world! ";
String ans = solution.reverseWords(s);
... | UTF-8 | Java | 907 | java | Solution.java | Java | [
{
"context": "/*\n * Copyright(c) 2020-2020\n * Author: xiaoweixiang\n */\n\npackage finished.others.finished.no151;\n\nimp",
"end": 52,
"score": 0.9372215270996094,
"start": 40,
"tag": "USERNAME",
"value": "xiaoweixiang"
}
] | null | [] | /*
* Copyright(c) 2020-2020
* Author: xiaoweixiang
*/
package finished.others.finished.no151;
import java.util.Arrays;
class Solution {
public static void main(String[] args) {
Solution solution = new Solution();
String s = " hello world! ";
String ans = solution.reverseWords(s);
... | 907 | 0.537347 | 0.521739 | 32 | 27.0625 | 21.155581 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 10 |
a58d588c7899507269291c1a2cc1ab9fd328ee9f | 22,084,721,905,214 | 9b2964fcf451f16fb0c73b2855dbdc41455c235c | /src/main/java/com/scbastos/model/Valor.java | 2dd4599a8aaf2626b1b06f2facd936080dfeddeb | [] | no_license | gomesdoug/scbastosweb | https://github.com/gomesdoug/scbastosweb | a1625675aea0394e070ec684b1232ae10237a546 | cebf55c8952bb9e529fb7d3e591621e75caf8908 | refs/heads/master | 2021-03-24T11:02:07.904000 | 2017-09-17T17:46:31 | 2017-09-17T17:46:31 | 103,822,871 | 0 | 0 | null | true | 2017-09-17T11:12:52 | 2017-09-17T11:12:52 | 2017-09-17T11:12:43 | 2017-09-17T07:24:05 | 1,121 | 0 | 0 | 0 | null | null | null | package com.scbastos.model;
import java.io.Serializable;
import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.... | UTF-8 | Java | 3,256 | java | Valor.java | Java | [] | null | [] | package com.scbastos.model;
import java.io.Serializable;
import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.... | 3,256 | 0.734851 | 0.730237 | 148 | 20.966217 | 20.488434 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.391892 | false | false | 10 |
64d31b55eafbdf61b64551d1c6ba8ec9ce547d2b | 8,435,315,802,316 | 937ac2cf70b59da8f5eb77511224fcdcc2f01d77 | /micro-iot-gateway/src/main/java/com/solitardj9/microiot/serviceInterface/authManagerInterface/controller/AuthManagerController.java | 245f83fb14d7186c3f73ad57f43fd70ed8b125ba | [
"Apache-2.0"
] | permissive | solitardj9/micro-iot-service | https://github.com/solitardj9/micro-iot-service | f6daa40176c01569ccdd80d1698f3c496baeb2d9 | ddf590b0efbf0c2997620c18be39f0f8921ae508 | refs/heads/master | 2023-01-08T02:33:03.270000 | 2020-10-30T02:31:50 | 2020-10-30T02:31:50 | 287,705,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.solitardj9.microiot.serviceInterface.authManagerInterface.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.w... | UTF-8 | Java | 3,144 | java | AuthManagerController.java | Java | [] | null | [] | package com.solitardj9.microiot.serviceInterface.authManagerInterface.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.w... | 3,144 | 0.743631 | 0.742038 | 90 | 33.900002 | 33.878231 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.988889 | false | false | 10 |
ffcc44cabceb5fe7443b9bad5d3ac6987c9a67bc | 24,498,493,498,649 | 04f503868d44a1083cda0b03c90260b2f480c65c | /app/src/main/java/bean/MeCallBean.java | 55626316649e56e61e823ce2ae0504019e1b317c | [] | no_license | Helen403/HelenTT | https://github.com/Helen403/HelenTT | af1609dcdae1c0a7d3d126f0f3946ca66cee2cbb | 7e1e457e9f9b6029698873a4177fbde3243bb6e7 | refs/heads/master | 2021-01-25T06:30:39.661000 | 2017-06-07T03:24:28 | 2017-06-07T03:24:28 | 93,588,164 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bean;
/**
* Created by Helen on 2017/5/23.
*/
public class MeCallBean {
}
| UTF-8 | Java | 85 | java | MeCallBean.java | Java | [
{
"context": "package bean;\n\n/**\n * Created by Helen on 2017/5/23.\n */\npublic class MeCallBean {\n}\n",
"end": 38,
"score": 0.9957213401794434,
"start": 33,
"tag": "NAME",
"value": "Helen"
}
] | null | [] | package bean;
/**
* Created by Helen on 2017/5/23.
*/
public class MeCallBean {
}
| 85 | 0.647059 | 0.564706 | 7 | 11.142858 | 12.147058 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 10 |
b1a1e70e31f99d6444358a6926ca364b6667c3db | 31,774,168,102,383 | 7dd73504d783c7ebb0c2e51fa98dea2b25c37a11 | /eaglercraftx-1.8-main/patches/minecraft/net/minecraft/util/BlockPos.edit.java | 46a7ca84a4eaa1d820cdd67d48c1c9096d344811 | [
"LicenseRef-scancode-proprietary-license"
] | permissive | bagel-man/bagel-man.github.io | https://github.com/bagel-man/bagel-man.github.io | 32813dd7ef0b95045f53718a74ae1319dae8c31e | eaccb6c00aa89c449c56a842052b4e24f15a8869 | refs/heads/master | 2023-04-05T10:27:26.743000 | 2023-03-16T04:24:32 | 2023-03-16T04:24:32 | 220,102,442 | 3 | 21 | MIT | false | 2022-12-14T18:44:43 | 2019-11-06T22:29:24 | 2022-12-13T16:33:24 | 2022-12-13T00:31:17 | 1,085,729 | 6 | 10 | 1 | C++ | false | false |
# Eagler Context Redacted Diff
# Copyright (c) 2022 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 3
> INSERT 1 : 4 @ 1
+
+ import com.google.common.collect.AbstractIterator;
+
> DELETE 1 @ 1 : 5
> INSERT 103 : 120 @ 103
+ public BlockPos offsetFaster(EnumFacing... | UTF-8 | Java | 939 | java | BlockPos.edit.java | Java | [
{
"context": " Eagler Context Redacted Diff\n# Copyright (c) 2022 lax1dude. All rights reserved.\n\n# Version: 1.0\n# Author: l",
"end": 61,
"score": 0.9994910359382629,
"start": 53,
"tag": "USERNAME",
"value": "lax1dude"
},
{
"context": "de. All rights reserved.\n\n# Version: 1.0\n#... | null | [] |
# Eagler Context Redacted Diff
# Copyright (c) 2022 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> DELETE 2 @ 2 : 3
> INSERT 1 : 4 @ 1
+
+ import com.google.common.collect.AbstractIterator;
+
> DELETE 1 @ 1 : 5
> INSERT 103 : 120 @ 103
+ public BlockPos offsetFaster(EnumFacing... | 939 | 0.621938 | 0.57934 | 43 | 20.813953 | 22.457458 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.930233 | false | false | 10 |
7d17fe1bb5a137da556e65a123e3f9a4799c21f9 | 12,206,297,075,389 | 8419de079beb9e72aae6ceed9e0a2769bc682925 | /springcloud-gateway/springcloud-consumer-b-with-ribbon/src/main/java/cn/itcast/zt/web/ConsumerWithRibbonController.java | 57901493a3e2103b40a662499b16b6574cd7f799 | [] | no_license | Erik-Yim/spring_cloud_demo | https://github.com/Erik-Yim/spring_cloud_demo | b4e5e3c018735f1c4fb9ae8567705456145779f8 | 192e4a0565d770592fd18c9f48fbe776025644bf | refs/heads/master | 2021-01-19T12:33:52.887000 | 2017-05-16T09:05:14 | 2017-05-16T09:05:14 | 88,035,627 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itcast.zt.web;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* Created by Erik_Yim on 2017/5/12.
*/
@RestController
public class ConsumerWithRibbonController ... | UTF-8 | Java | 835 | java | ConsumerWithRibbonController.java | Java | [
{
"context": "bind.annotation.RestController;\n\n/**\n * Created by Erik_Yim on 2017/5/12.\n */\n@RestController\npublic class Co",
"end": 243,
"score": 0.9085091352462769,
"start": 235,
"tag": "USERNAME",
"value": "Erik_Yim"
}
] | null | [] | package cn.itcast.zt.web;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* Created by Erik_Yim on 2017/5/12.
*/
@RestController
public class ConsumerWithRibbonController ... | 835 | 0.776848 | 0.767085 | 24 | 28.875 | 27.583679 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 10 |
4348582ec3c7f3f6cabbd8afd594beb2aa1cce1e | 12,206,297,074,352 | 79348691db2ab69da1bc9e1e106534d85c86f206 | /Fragment2/src/com/example/fragment2/FragAdapter.java | ac30e6cac16babc0eec331c92d8be7dae371c506 | [] | no_license | zoeas/Tab | https://github.com/zoeas/Tab | 7069acc7623b8a1ea7e9406bb3553f0eb770fd1a | 088370b862df2e1223b95a846e62534fc0cd2b98 | refs/heads/master | 2021-01-10T20:56:59.908000 | 2013-10-18T06:45:40 | 2013-10-18T06:45:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.fragment2;
import java.util.ArrayList;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.view.ViewGroup;
public class FragAdapter extends FragmentPagerAdapter{
ArrayList<Fragment> ... | UTF-8 | Java | 799 | java | FragAdapter.java | Java | [] | null | [] | package com.example.fragment2;
import java.util.ArrayList;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.view.ViewGroup;
public class FragAdapter extends FragmentPagerAdapter{
ArrayList<Fragment> ... | 799 | 0.740926 | 0.73592 | 36 | 20.194445 | 22.243376 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 10 |
1cf6da5954c7c9b74dcf64291e6c2430cca4d483 | 25,984,552,157,476 | 8749990450a14c5f9c6f8bd77275509718e046b1 | /src/main/java/org/codehaus/plexus/components/io/filemappers/FileExtensionMapper.java | 14e0a4c95fa19b58a8d675607319a3e88eeaa164 | [
"Apache-2.0"
] | permissive | codehaus-plexus/plexus-io | https://github.com/codehaus-plexus/plexus-io | 5c31b90add6789a20f6a23ca559468bfa73d7344 | f569e0aff96e038c9f54df241cb045a074831958 | refs/heads/master | 2023-08-25T15:37:09.378000 | 2023-08-03T11:37:03 | 2023-08-06T13:00:41 | 29,922,896 | 4 | 10 | null | false | 2023-08-06T13:00:42 | 2015-01-27T16:28:08 | 2023-04-01T13:33:59 | 2023-08-06T13:00:41 | 3,398 | 1 | 10 | 5 | Java | false | false | package org.codehaus.plexus.components.io.filemappers;
/*
* Copyright 2007 The Codehaus Foundation.
*
* 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/lice... | UTF-8 | Java | 2,608 | java | FileExtensionMapper.java | Java | [] | null | [] | package org.codehaus.plexus.components.io.filemappers;
/*
* Copyright 2007 The Codehaus Foundation.
*
* 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/lice... | 2,608 | 0.651457 | 0.647239 | 78 | 32.435898 | 26.798676 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.320513 | false | false | 10 |
d3fd06e202447f3cb04719aafeee997cf09f8c62 | 21,715,354,676,397 | d785cf70c80957f3bc8300a91bfa2da0876182c7 | /src/main/java/ai/aliz/gcpmeetup/insight/TableMakerServlet.java | ccb9eae764fa5fa122beae6a222b87a0e1651e96 | [] | no_license | aliz-ai/gcp-meetup-20200205 | https://github.com/aliz-ai/gcp-meetup-20200205 | e94c710cdb8d4e4e6de2fa2e599aaf315d3f42b4 | b3efba67c1cb928f14f81cbde0d5e6456ce50625 | refs/heads/master | 2023-06-23T18:35:34.696000 | 2021-04-01T07:08:46 | 2021-04-01T07:08:46 | 236,747,467 | 0 | 0 | null | false | 2023-06-14T22:29:36 | 2020-01-28T13:58:16 | 2021-04-01T07:08:49 | 2023-06-14T22:29:36 | 20 | 0 | 0 | 4 | Java | false | false | package ai.aliz.gcpmeetup.insight;
import javax.servlet.annotation.WebServlet;
import com.google.api.client.extensions.appengine.http.UrlFetchTransport;
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
import com.google.api.client.googleapis.util.Utils;
import com.google.api.client.json.JsonFacto... | UTF-8 | Java | 1,774 | java | TableMakerServlet.java | Java | [] | null | [] | package ai.aliz.gcpmeetup.insight;
import javax.servlet.annotation.WebServlet;
import com.google.api.client.extensions.appengine.http.UrlFetchTransport;
import com.google.api.client.googleapis.auth.oauth2.GoogleCredential;
import com.google.api.client.googleapis.util.Utils;
import com.google.api.client.json.JsonFacto... | 1,774 | 0.803269 | 0.792559 | 55 | 31.254545 | 28.904997 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.381818 | false | false | 10 |
cd3f2a2089dd96720ff7725020db227a95360740 | 5,592,047,454,292 | 8879a3b4430a110c60ae1077ee8364ec2580f8c6 | /PrefixMe/src/main/java/net/shoal/parrot/prefixme/Command.java | 2127efc67ab4cb6188369a7a65bf5b59fbd799d9 | [] | no_license | Polar-Pumpkin/Shoal | https://github.com/Polar-Pumpkin/Shoal | d9f3439590752260d81ec77bd257cee4b393a373 | ead43b1298df7cc3fdd68a24c9ae1eb55fdbdb8a | refs/heads/master | 2021-11-19T18:32:20.842000 | 2021-08-17T15:18:10 | 2021-08-17T15:18:10 | 201,374,198 | 12 | 3 | null | false | 2021-09-20T08:53:40 | 2019-08-09T02:33:37 | 2021-08-17T15:18:16 | 2021-09-20T08:52:53 | 383 | 8 | 1 | 2 | Java | false | false | package net.shoal.parrot.prefixme;
import net.md_5.bungee.api.chat.HoverEvent;
import net.md_5.bungee.api.chat.TextComponent;
import net.shoal.parrot.prefixme.subcommand.GetCommand;
import net.shoal.parrot.prefixme.subcommand.SetCommand;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import ... | UTF-8 | Java | 5,090 | java | Command.java | Java | [] | null | [] | package net.shoal.parrot.prefixme;
import net.md_5.bungee.api.chat.HoverEvent;
import net.md_5.bungee.api.chat.TextComponent;
import net.shoal.parrot.prefixme.subcommand.GetCommand;
import net.shoal.parrot.prefixme.subcommand.SetCommand;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import ... | 5,090 | 0.611892 | 0.607272 | 101 | 48.287128 | 36.744053 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.910891 | false | false | 10 |
87a4a5912b9769f14f87ddf5110e99db003e957c | 23,124,103,943,217 | 3940afd2a03f29a5df4402c5031866e4a3df0431 | /app/src/main/java/so/library/draghelper/helper/view/PopupPanel.java | ddf3be6ee17eb8c41872ac6a546542d4d8b2d621 | [
"Apache-2.0"
] | permissive | KoMinkyu/DragHelperView | https://github.com/KoMinkyu/DragHelperView | e36fd331a62a3bb8648dfd4005546189e94f5c99 | aea4c3a642f35a8ea4fdc246e8d57d343bbd3211 | refs/heads/master | 2021-01-21T19:40:23.290000 | 2015-06-17T02:15:43 | 2015-06-17T02:15:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package so.library.draghelper.helper.view;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Color;
import android.support.v4.view.MotionEventCompat;
import android.support.v4.widget.ViewDragHelper;
import android.util.Log;
import android.view.GestureDetector.SimpleOnGesture... | UTF-8 | Java | 10,696 | java | PopupPanel.java | Java | [] | null | [] | package so.library.draghelper.helper.view;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Color;
import android.support.v4.view.MotionEventCompat;
import android.support.v4.widget.ViewDragHelper;
import android.util.Log;
import android.view.GestureDetector.SimpleOnGesture... | 10,696 | 0.701851 | 0.69942 | 366 | 28.224043 | 26.358688 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595628 | false | false | 10 |
aa1e452ffaeaae996f2c961ddbe7fb55d70814fe | 23,124,103,943,889 | 441567e28884594a3d0995e7a78f23c9c52254b6 | /webapp/src/main/java/com/connexity/demo/packUser/UserRepository.java | 063419ebdb838fc5d75d2fa1355b38f9810e63eb | [] | no_license | Edgineer/shopyourlikes | https://github.com/Edgineer/shopyourlikes | 2821969f998df20c768e96d8080237e6bbbf5936 | a4dec237ab96377b9f6178d96468d426d3398ec5 | refs/heads/master | 2020-05-19T05:13:23.833000 | 2019-06-07T09:57:52 | 2019-06-07T09:57:52 | 184,844,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.connexity.demo.packUser;
import org.springframework.data.mongodb.repository.MongoRepository;
import java.util.List;
import org.springframework.data.repository.query.Param;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
@RepositoryRestResource(collectionResourceRel = "user", p... | UTF-8 | Java | 641 | java | UserRepository.java | Java | [
{
"context": "e);\n\tUser findByUsernameAndHashIgnoreCase(@Param(\"username\") String username, @Param(\"hash\") String hash);\n\t",
"end": 522,
"score": 0.8486281633377075,
"start": 514,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.connexity.demo.packUser;
import org.springframework.data.mongodb.repository.MongoRepository;
import java.util.List;
import org.springframework.data.repository.query.Param;
import org.springframework.data.rest.core.annotation.RepositoryRestResource;
@RepositoryRestResource(collectionResourceRel = "user", p... | 641 | 0.822153 | 0.822153 | 13 | 48.307693 | 31.92873 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 10 |
0360e9db7c633b15bebbf1908a44bd50d59b9d48 | 16,561,393,921,868 | 4080423ea259483873caf14fcccc4ee4dd5a1ac8 | /modules/core/src/main/java/be/wegenenverkeer/atomium/api/FeedPageProviderAdapters.java | cf9aecfdf6a7e77fc46d2f60d7eb197a98731928 | [
"MIT"
] | permissive | WegenenVerkeer/atomium | https://github.com/WegenenVerkeer/atomium | 48508e450f6201b2f15c715aafc27b845654f696 | a6b8b0182dc1a5d54cc9a3f392b2bc07d955a2cf | refs/heads/develop | 2023-06-22T03:01:51.553000 | 2023-06-15T09:28:02 | 2023-06-15T09:28:02 | 19,538,897 | 6 | 12 | MIT | false | 2023-09-07T11:33:10 | 2014-05-07T15:03:14 | 2023-03-30T14:22:59 | 2023-09-07T11:33:09 | 2,084 | 4 | 11 | 13 | Java | false | false | package be.wegenenverkeer.atomium.api;
import java.util.List;
/**
* Created by Karel Maesen, Geovise BVBA on 14/12/16.
*/
public class FeedPageProviderAdapters {
public static <T> FeedPageProvider<T> adapt(EventReader<T> eventReader, FeedMetadata meta) {
return new DaoBackedFeeedPageProvider<>(eventRe... | UTF-8 | Java | 1,916 | java | FeedPageProviderAdapters.java | Java | [
{
"context": "um.api;\n\nimport java.util.List;\n\n/**\n * Created by Karel Maesen, Geovise BVBA on 14/12/16.\n */\npublic class FeedP",
"end": 94,
"score": 0.9998742938041687,
"start": 82,
"tag": "NAME",
"value": "Karel Maesen"
},
{
"context": "t java.util.List;\n\n/**\n * Created b... | null | [] | package be.wegenenverkeer.atomium.api;
import java.util.List;
/**
* Created by <NAME>, <NAME> on 14/12/16.
*/
public class FeedPageProviderAdapters {
public static <T> FeedPageProvider<T> adapt(EventReader<T> eventReader, FeedMetadata meta) {
return new DaoBackedFeeedPageProvider<>(eventReader, meta);... | 1,904 | 0.63309 | 0.629436 | 63 | 29.396826 | 32.409847 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.349206 | false | false | 10 |
fc19a5e7c2e9046058c64ebbf49ad758850561ce | 27,255,862,498,167 | e7919dd1ed21e6e5b0bb5a0a54a1ebad3bc42d91 | /src/main/java/com/rephilo/luandun/leetcode/_021/Solution.java | 557f7713f0557dabdcc0e393dfa461f2dc07d53b | [] | no_license | Rephilo/luandun | https://github.com/Rephilo/luandun | 2b836cc5b0e9a7b9a748cb4fcda606e7f66d24c6 | c538e76863cf45ec881d4e3936e52aee09a565e9 | refs/heads/master | 2022-10-09T01:41:15.595000 | 2022-02-17T07:52:04 | 2022-02-17T07:52:04 | 140,230,563 | 1 | 0 | null | false | 2022-09-30T17:30:55 | 2018-07-09T04:18:23 | 2022-02-16T12:11:38 | 2022-09-30T17:30:54 | 517 | 1 | 0 | 3 | Java | false | false | package com.rephilo.luandun.leetcode._021;
import com.rephilo.luandun.leetcode.datastructure.ListNode;
public class Solution {
/**
* 021
*
* @param l1
* @param l2
* @return
*/
public static ListNode mergeTwoLists(ListNode l1, ListNode l2) {
ListNode head = null;
... | UTF-8 | Java | 1,155 | java | Solution.java | Java | [] | null | [] | package com.rephilo.luandun.leetcode._021;
import com.rephilo.luandun.leetcode.datastructure.ListNode;
public class Solution {
/**
* 021
*
* @param l1
* @param l2
* @return
*/
public static ListNode mergeTwoLists(ListNode l1, ListNode l2) {
ListNode head = null;
... | 1,155 | 0.409524 | 0.385281 | 46 | 24.108696 | 16.434624 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456522 | false | false | 10 |
e16f0a80d36742a8135a720d23b82880c29f7cf6 | 1,056,561,970,212 | 0c29020e46c1279f1c6c0c4ae0a7e156470d2958 | /QUEUE/src/Sliding_Window_Maximum.java | 19c168f503b49652e40ec787b0ec40778eebe5fa | [] | no_license | Prithwish10/Coding-Problems | https://github.com/Prithwish10/Coding-Problems | 96a53ac36536084534d1edb1ac5b3777f41e0a34 | 52df8ea80e3d822b80aeb391359d19f98b9ab76e | refs/heads/master | 2023-02-06T01:32:04.950000 | 2020-12-19T15:34:02 | 2020-12-19T15:34:02 | 270,987,199 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Deque;
import java.util.LinkedList;
import java.util.List;
public class Sliding_Window_Maximum {
public int[] maxSlidingWindow(int[] nums, int k) {
List<Integer> list = new ArrayList<>();
Deque<Integer> queue = new LinkedList<>();
int ar[] = new... | UTF-8 | Java | 1,287 | java | Sliding_Window_Maximum.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Deque;
import java.util.LinkedList;
import java.util.List;
public class Sliding_Window_Maximum {
public int[] maxSlidingWindow(int[] nums, int k) {
List<Integer> list = new ArrayList<>();
Deque<Integer> queue = new LinkedList<>();
int ar[] = new... | 1,287 | 0.45066 | 0.445998 | 48 | 25.8125 | 18.879725 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604167 | false | false | 10 |
c03030153a2cc0aecdaf7fa4c7f076f2b05c1ee3 | 5,935,644,850,479 | 78c005f1f7df36995c4036830087f22ef981cdb1 | /src/test/java/pl/akademiaqa/cucumber/steps/employee/DeleteEmployeeSteps.java | 450f5b45dc8460c37425c49970ba6ec12aeab231 | [] | no_license | TomaszSkrzypinski/cucumber-JSON-server | https://github.com/TomaszSkrzypinski/cucumber-JSON-server | 1c4755a2483b880ab5709fcd106e65ec14b97fc9 | 5c76f97bc24a552c65e13b05f9d01547ecbf06e8 | refs/heads/main | 2023-09-03T08:22:43.117000 | 2021-11-22T20:26:26 | 2021-11-22T20:26:26 | 423,980,320 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.akademiaqa.cucumber.steps.employee;
import io.cucumber.java.en.When;
import io.restassured.response.Response;
import lombok.RequiredArgsConstructor;
import org.apache.http.HttpStatus;
import pl.akademiaqa.api.context.Context;
import pl.akademiaqa.api.employee.DeleteEmployeeRequest;
import static org.assert... | UTF-8 | Java | 819 | java | DeleteEmployeeSteps.java | Java | [] | null | [] | package pl.akademiaqa.cucumber.steps.employee;
import io.cucumber.java.en.When;
import io.restassured.response.Response;
import lombok.RequiredArgsConstructor;
import org.apache.http.HttpStatus;
import pl.akademiaqa.api.context.Context;
import pl.akademiaqa.api.employee.DeleteEmployeeRequest;
import static org.assert... | 819 | 0.782662 | 0.782662 | 26 | 30.5 | 24.726582 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
df0df55ade4982fce17709910a6b48ae13293b2d | 18,648,748,041,691 | daa1f9040cfdb54b9cdcffb1bd30c81e48efa9d7 | /src/main/java/Util/HibernateUtil.java | 286b8ae8998bb4d1a2f1a274dd4f7ca1a34a2854 | [] | no_license | Andrey295pa/DB_3Socks | https://github.com/Andrey295pa/DB_3Socks | 9fee9d669c19f3b09aad2fcb73a489c3c15a0c62 | 2235720a3db0a438f3db3a99ec93dcb990766b48 | refs/heads/master | 2020-04-29T19:23:39.371000 | 2019-03-22T19:13:06 | 2019-03-22T19:13:06 | 176,352,617 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Util;
import org.hibernate.cfg.Configuration;
import org.hibernate.SessionFactory;
public class HibernateUtil {
private static final SessionFactory sessionFuctory;
static {
try{
sessionFuctory= new Configuration().configure().buildSessionFactory();
}catch (Thr... | UTF-8 | Java | 592 | java | HibernateUtil.java | Java | [] | null | [] | package Util;
import org.hibernate.cfg.Configuration;
import org.hibernate.SessionFactory;
public class HibernateUtil {
private static final SessionFactory sessionFuctory;
static {
try{
sessionFuctory= new Configuration().configure().buildSessionFactory();
}catch (Thr... | 592 | 0.646959 | 0.646959 | 21 | 27.190475 | 26.056019 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 10 |
661f0f4d0c5960845022e3d28a639315ef83997c | 20,332,375,209,764 | 4aa7ec77452c9668a187c9980805c020c454c090 | /app/src/main/java/org/seamcat/model/engines/EventProcessingPool.java | b93f5c46387542f8e1099d9f7e09613c5bed1b6f | [] | no_license | freqgis/source | https://github.com/freqgis/source | 869a3dff56b430f90f20026c9001b4d8371547c7 | 5dacd5f530751218beb4dfedde4b612053581453 | refs/heads/master | 2023-07-02T16:32:26.323000 | 2017-01-03T16:52:48 | 2017-01-03T16:52:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.seamcat.model.engines;
import org.apache.log4j.Logger;
import org.seamcat.model.simulation.SimulationResultGroup;
import org.seamcat.model.simulation.result.EventResult;
import org.seamcat.model.types.EventProcessing;
import org.seamcat.model.types.result.ResultTypes;
import org.seamcat.plugin.EventProcess... | UTF-8 | Java | 3,515 | java | EventProcessingPool.java | Java | [] | null | [] | package org.seamcat.model.engines;
import org.apache.log4j.Logger;
import org.seamcat.model.simulation.SimulationResultGroup;
import org.seamcat.model.simulation.result.EventResult;
import org.seamcat.model.types.EventProcessing;
import org.seamcat.model.types.result.ResultTypes;
import org.seamcat.plugin.EventProcess... | 3,515 | 0.606259 | 0.605974 | 99 | 34.505051 | 28.983929 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525253 | false | false | 10 |
b88c4cf3a11d7f47f6b5d73a50176ed1a03637cd | 35,940,286,367,212 | 2e90eb13f5d8938c04c4938b4b9522dc9cc1a776 | /src/main/java/au/com/ifti/controllers/PostController.java | c90062c0139d6efbd83d8c616649fdb4265de1e2 | [
"MIT"
] | permissive | arcynum/tiramisu | https://github.com/arcynum/tiramisu | fe05e469e71f18f7e3cbeb4d77588ee451e71333 | 5fe6c54d4b1b9a8f23b40755f639a867bc478ce2 | refs/heads/master | 2020-04-06T03:53:07.903000 | 2017-01-24T05:05:24 | 2017-01-24T05:05:24 | 56,820,461 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package au.com.ifti.controllers;
import java.util.List;
import org.hibernate.Session;
import au.com.ifti.exceptions.NotFoundException;
import au.com.ifti.models.PostModel;
import au.com.ifti.utilities.TiramisuRequest;
import au.com.ifti.utilities.TiramisuResponse;
public class PostController extends Controller {
... | UTF-8 | Java | 2,732 | java | PostController.java | Java | [] | null | [] | package au.com.ifti.controllers;
import java.util.List;
import org.hibernate.Session;
import au.com.ifti.exceptions.NotFoundException;
import au.com.ifti.models.PostModel;
import au.com.ifti.utilities.TiramisuRequest;
import au.com.ifti.utilities.TiramisuResponse;
public class PostController extends Controller {
... | 2,732 | 0.679356 | 0.67716 | 87 | 30.402298 | 23.814156 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62069 | false | false | 10 |
c582e6d33b6b32dd99b142d288ae60c2b6d86ad7 | 34,857,954,611,509 | a8a52fe8b9f3b09fbf0d070c44a000fbb307be95 | /array/src/pers/SpiralOrder.java | 40b9a598328cd67efc213221921e03f1e9453891 | [] | no_license | luolanmeet/algorithm | https://github.com/luolanmeet/algorithm | bc9573cd929f07afabd3b5a5370cb5b65222694f | 051b25544c07e48837919c2919c7efa44eb9d76b | refs/heads/master | 2023-09-01T11:40:42.979000 | 2023-08-31T02:53:48 | 2023-08-31T02:53:48 | 169,018,777 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pers;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* 54. 螺旋矩阵
* https://leetcode-cn.com/problems/spiral-matrix/
* 瑞士卷?
*/
public class SpiralOrder {
public List<Integer> spiralOrder2(int[][] matrix) {
int width = matrix.length;
... | UTF-8 | Java | 3,614 | java | SpiralOrder.java | Java | [] | null | [] | package pers;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* 54. 螺旋矩阵
* https://leetcode-cn.com/problems/spiral-matrix/
* 瑞士卷?
*/
public class SpiralOrder {
public List<Integer> spiralOrder2(int[][] matrix) {
int width = matrix.length;
... | 3,614 | 0.362591 | 0.34857 | 124 | 26.758064 | 20.473181 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.895161 | false | false | 10 |
861410c0815a97451aa4cd768302e5161471b644 | 39,487,929,319,426 | e64c3bf4fe7a1396d9c6ee7332be79cebba8a574 | /src/main/java/com/kkth/web/model/param/PasswordPARM.java | 97ec3ee45d924522b1aa11d875fd2975ad535c24 | [] | no_license | iqeq00/kkth-web | https://github.com/iqeq00/kkth-web | 9cb77ac66584a0dcfd7b066855aab4f908848546 | 6f422dae5a53995747cfe5aad9bcac4f4b407589 | refs/heads/master | 2022-02-22T14:08:26.615000 | 2020-09-25T06:06:27 | 2020-09-25T06:06:27 | 220,411,978 | 1 | 0 | null | false | 2022-02-09T22:19:13 | 2019-11-08T07:34:30 | 2020-09-25T06:08:11 | 2022-02-09T22:19:12 | 29,231 | 0 | 0 | 3 | JavaScript | false | false | package com.kkth.web.model.param;
import com.kkth.framework.model.Convert;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import javax.validation.constraints.NotBlank;
/**
* <p>
* 登陆参数
* </p>
*
* @author lichee
*/
@Data
@NoArgsConstructor
@EqualsAndHashCode(callSuper = fa... | UTF-8 | Java | 626 | java | PasswordPARM.java | Java | [
{
"context": "otBlank;\n\n/**\n * <p>\n * 登陆参数\n * </p>\n *\n * @author lichee\n */\n@Data\n@NoArgsConstructor\n@EqualsAndHashCode(c",
"end": 257,
"score": 0.9995438456535339,
"start": 251,
"tag": "USERNAME",
"value": "lichee"
}
] | null | [] | package com.kkth.web.model.param;
import com.kkth.framework.model.Convert;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import javax.validation.constraints.NotBlank;
/**
* <p>
* 登陆参数
* </p>
*
* @author lichee
*/
@Data
@NoArgsConstructor
@EqualsAndHashCode(callSuper = fa... | 626 | 0.727119 | 0.727119 | 30 | 18.666666 | 18.228792 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
f2908df4757f104a92c17ccf1b8c1cdd8bb04a70 | 39,350,490,402,877 | 10af04a7d5807b022de4a6f36d985403feb02c46 | /back/JPA/test/src/com/org/beans/manytomany/ManyToManyTest.java | cfb5e5165a267bb90051e5fe12e8b8cb76e21e6b | [] | no_license | Anymous526/javase-parent | https://github.com/Anymous526/javase-parent | 38c90902626e472f329c983cc0703ae7e1a1d59b | dd0756d1fdb077028dd32b2dd0b3ab146ef199e5 | refs/heads/master | 2019-04-09T08:07:37.368000 | 2019-03-31T03:11:38 | 2019-03-31T03:11:38 | 26,983,534 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.org.beans.manytomany;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
... | WINDOWS-1252 | Java | 1,512 | java | ManyToManyTest.java | Java | [] | null | [] | package com.org.beans.manytomany;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
... | 1,512 | 0.722074 | 0.71609 | 74 | 19.324324 | 17.503752 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.445946 | false | false | 10 |
0e4c601397437d76b4141aa5563a5987f9d8d026 | 38,792,144,626,410 | 6e6d2c0e2b2cd2fa132f28fd119ba20e2decaedf | /ms/suanfa/src/main/java/yihuo.java | 882794d246f15d8e41ebbaf113ee6c93c4a55dbf | [] | no_license | zx921006/myGitCode | https://github.com/zx921006/myGitCode | 3d679d90b23522174b7f3cdc9334bd32c1c9d5d3 | 89f2121364d3f791a00969429c02edb043266870 | refs/heads/master | 2023-04-25T15:14:12.737000 | 2021-05-11T08:50:40 | 2021-05-11T08:50:40 | 366,282,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 数组实现队列
*/
public class yihuo {
static class MyQueue{
int[] arr;
int pushi;
int pulli;
int size;
final int limit;
MyQueue(int limit){
arr = new int[limit];
pushi=0;
pulli=0;
size=0;
this.limit=limit;
... | UTF-8 | Java | 1,020 | java | yihuo.java | Java | [] | null | [] | /**
* 数组实现队列
*/
public class yihuo {
static class MyQueue{
int[] arr;
int pushi;
int pulli;
int size;
final int limit;
MyQueue(int limit){
arr = new int[limit];
pushi=0;
pulli=0;
size=0;
this.limit=limit;
... | 1,020 | 0.423868 | 0.415638 | 47 | 19.680851 | 13.997122 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489362 | false | false | 10 |
571c2e3b5e7fbad3ca9a71b20e04e89e672e66a3 | 38,087,770,003,730 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a303/A303878.java | 9f5ca1e607f7dc76c989d9ae0f2758aef0573772 | [] | no_license | flywind2/joeis | https://github.com/flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080000 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package irvine.oeis.a303;
import irvine.oeis.FiniteSequence;
/**
* A303878 Consider the representation of some integer <code>(>1)</code> as the sum of distinct unit fraction <code>(<1)</code>. The sum of these denominators is least.
* @author Georg Fischer
*/
public class A303878 extends FiniteSequence {
... | UTF-8 | Java | 430 | java | A303878.java | Java | [
{
"context": "The sum of these denominators is least.\n * @author Georg Fischer\n */\npublic class A303878 extends FiniteSequence {",
"end": 266,
"score": 0.9998558163642883,
"start": 253,
"tag": "NAME",
"value": "Georg Fischer"
}
] | null | [] | package irvine.oeis.a303;
import irvine.oeis.FiniteSequence;
/**
* A303878 Consider the representation of some integer <code>(>1)</code> as the sum of distinct unit fraction <code>(<1)</code>. The sum of these denominators is least.
* @author <NAME>
*/
public class A303878 extends FiniteSequence {
/** Con... | 423 | 0.67907 | 0.586047 | 15 | 27.666666 | 42.606209 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.066667 | false | false | 10 |
da78aa6f7dd14fe50f7a9e4f5e01c5fc048621c9 | 39,402,029,991,030 | bbe2efeabac726b6effcda2923d0d4e9a124b6b9 | /src/Main.java | e9700b7ccf9daf6a234fdddfea4cdc2c87255ab9 | [] | no_license | SrikarCK/InheritanceChallenge | https://github.com/SrikarCK/InheritanceChallenge | 331826174650fd3ea9d2b5842f3f315b2e1fdb09 | ad3d9229f86cd9c1540f1fde2dfe587e6f294a98 | refs/heads/master | 2020-04-15T23:22:05.166000 | 2019-01-10T17:45:13 | 2019-01-10T17:45:13 | 165,103,504 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Main {
public static void main(String[] args) {
Bmw x3 = new Bmw(36);
x3.steer(45);
x3.accelerate(30);
x3.accelerate(20);
}
}
| UTF-8 | Java | 179 | java | Main.java | Java | [] | null | [] | public class Main {
public static void main(String[] args) {
Bmw x3 = new Bmw(36);
x3.steer(45);
x3.accelerate(30);
x3.accelerate(20);
}
}
| 179 | 0.530726 | 0.463687 | 8 | 21.375 | 12.756739 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
e38394df584d10b262c39de4a23f7199f0894413 | 36,953,898,646,718 | 8c604052f6f4196de5c8f6c1c54e8235c1fa61b8 | /src/main/java/com/fruitsalad/demo/sys/service/IUserInfoService.java | 8e4fd88b4c680fdd3b3a82619272cda69dbbd431 | [] | no_license | fruitsalad11/springboot-mybatisplus | https://github.com/fruitsalad11/springboot-mybatisplus | 5143aea71e948d3ef955bf024ab4baf1c77a3ca3 | fe0531d019b78bbc2cd10bae8578105f3d7dab4e | refs/heads/master | 2022-05-29T13:06:38.366000 | 2019-07-26T10:34:31 | 2019-07-26T10:34:31 | 198,998,883 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fruitsalad.demo.sys.service;
import com.fruitsalad.demo.sys.entity.UserInfo;
import com.baomidou.mybatisplus.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author wzh
* @since 2019-07-18
*/
public interface IUserInfoService extends IService<UserInfo> {
}
| UTF-8 | Java | 283 | java | IUserInfoService.java | Java | [
{
"context": "Service;\n\n/**\n * <p>\n * 服务类\n * </p>\n *\n * @author wzh\n * @since 2019-07-18\n */\npublic interface IUserIn",
"end": 185,
"score": 0.9996950626373291,
"start": 182,
"tag": "USERNAME",
"value": "wzh"
}
] | null | [] | package com.fruitsalad.demo.sys.service;
import com.fruitsalad.demo.sys.entity.UserInfo;
import com.baomidou.mybatisplus.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author wzh
* @since 2019-07-18
*/
public interface IUserInfoService extends IService<UserInfo> {
}
| 283 | 0.714801 | 0.685921 | 16 | 16.3125 | 20.232149 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 10 |
15a14b35143b8e807035f24e32525c4c4dcb660f | 36,953,898,642,876 | abf2e2b6b5dab85431008f95b1784e3d43a60526 | /src/algorithm/Tree/Traversal/InOrder.java | 09410310b10946e6d35f4fc519847838f1aed2f2 | [] | no_license | mu-ni/data-structure-and-algorithm | https://github.com/mu-ni/data-structure-and-algorithm | 0b116b7d4a345d215040101d159840ba2562b6ae | 2f60dd28b51bf2d70f607bbb99fe7aeace502337 | refs/heads/master | 2023-03-09T23:04:23.252000 | 2021-02-23T09:21:21 | 2021-02-23T09:21:21 | 112,596,681 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithm.Tree.Traversal;
import algorithm.Tree.Dao.TreeNode;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
public class InOrder {
public static void main(String[] args) {
System.out.println(new InOrder().inOrder(TreeNode.genTree()));
System.out.println(new In... | UTF-8 | Java | 1,254 | java | InOrder.java | Java | [] | null | [] | package algorithm.Tree.Traversal;
import algorithm.Tree.Dao.TreeNode;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
public class InOrder {
public static void main(String[] args) {
System.out.println(new InOrder().inOrder(TreeNode.genTree()));
System.out.println(new In... | 1,254 | 0.559011 | 0.557416 | 45 | 26.866667 | 18.777765 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.688889 | false | false | 10 |
491a2a298297569f68fb9ccdd5d3966cdbe5f37a | 33,603,824,144,725 | 38d36d542a1640bf28d3e3f263873a8b522b5bb0 | /src/me/mcuper/compass/commendy/Hunter.java | c793037ace8622caa302456472040df9afbc5df7 | [] | no_license | SweeftyZz/ManhuntCompass | https://github.com/SweeftyZz/ManhuntCompass | a59a0bc4b9578ac4bc6c54237a46235d09cf32f5 | 425a5fc36c3663c3eabc5bc15c5112f2afaa6b9d | refs/heads/master | 2023-04-27T12:17:35.486000 | 2021-05-08T14:33:02 | 2021-05-08T14:33:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.mcuper.compass.commendy;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import me.mcuper.compass.Main;
import java.util.UUID;
public class Hunter implements CommandExecutor... | UTF-8 | Java | 3,225 | java | Hunter.java | Java | [] | null | [] | package me.mcuper.compass.commendy;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import me.mcuper.compass.Main;
import java.util.UUID;
public class Hunter implements CommandExecutor... | 3,225 | 0.564031 | 0.55969 | 71 | 44.422535 | 29.918982 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.549296 | false | false | 10 |
d3185622d886abb4c03fea9a5bcf1cc9737a4081 | 9,637,906,644,977 | 8162f1876540a149e3dc573e0887253eda92039c | /spider/src/main/java/com/hmmzhtx/spider/sipo/SIPOSpiderOne.java | 0ca9aab1c344082f1c235c5c6a95de6468d8b61f | [] | no_license | hmmzhtx/zhirong | https://github.com/hmmzhtx/zhirong | 9e35d76bff5951197bab85cd60828d8d5afc8270 | f651b661c27a74c0fce10f159b5763fab6b29697 | refs/heads/master | 2020-04-02T01:41:06.426000 | 2019-02-14T13:16:57 | 2019-02-14T13:16:57 | 153,869,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hmmzhtx.spider.sipo;
import com.hmmzhtx.zr_web.common.Sensitiveword.SensitivewordFilter;
import com.hmmzhtx.spider.common.RegExHtml;
import com.hmmzhtx.spider.common.UserAgentUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import us.codecraft.webmagic.Page;
import us.codecraft.webmagic.Site... | UTF-8 | Java | 3,442 | java | SIPOSpiderOne.java | Java | [
{
"context": "a.util.List;\nimport java.util.Set;\n\n/**\n * @author huangmingming\n */\n\npublic class SIPOSpiderOne implements PagePr",
"end": 538,
"score": 0.9988332390785217,
"start": 525,
"tag": "USERNAME",
"value": "huangmingming"
}
] | null | [] | package com.hmmzhtx.spider.sipo;
import com.hmmzhtx.zr_web.common.Sensitiveword.SensitivewordFilter;
import com.hmmzhtx.spider.common.RegExHtml;
import com.hmmzhtx.spider.common.UserAgentUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import us.codecraft.webmagic.Page;
import us.codecraft.webmagic.Site... | 3,442 | 0.571345 | 0.558772 | 97 | 34.257732 | 30.836542 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.494845 | false | false | 10 |
a6d071a6aa4cc0dfb4bbf898bdf0f38631ae7842 | 11,398,843,235,148 | 839f7f2157c02fdf5638d1b8fa9f05a8565a9da7 | /src/ISOTOPEDISTRIBUTION/MS1/CalculateDegradedPeptideIsotopePattern.java | bfd8f58ed9357275cd3a7632bd6d145218813c6b | [] | no_license | gatechatl/MaSpecTOR | https://github.com/gatechatl/MaSpecTOR | 61c7007d1365b38c7394dbfb3ac97a944b797a6b | ef0a2a776ee19c6efd60c90df5c2cad4ee310f13 | refs/heads/master | 2020-04-14T22:12:13.775000 | 2016-09-13T16:30:22 | 2016-09-13T16:30:22 | 68,126,098 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ISOTOPEDISTRIBUTION.MS1;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.InputStreamReader;
import java.text.SimpleDateFormat;
import java.util.Arrays;
import java.util.C... | UTF-8 | Java | 41,462 | java | CalculateDegradedPeptideIsotopePattern.java | Java | [
{
"context": "\n\n/**\n * calculates the isotope pattern\n * @author tshaw\n *\n */\npublic class CalculateDegradedPeptideIsoto",
"end": 727,
"score": 0.9995821118354797,
"start": 722,
"tag": "USERNAME",
"value": "tshaw"
},
{
"context": "y {\n\t\t\t\n\n\t\t\t\n\t\t\t//String outputFi... | null | [] | package ISOTOPEDISTRIBUTION.MS1;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.InputStreamReader;
import java.text.SimpleDateFormat;
import java.util.Arrays;
import java.util.C... | 41,462 | 0.59452 | 0.570474 | 1,499 | 26.659773 | 23.898754 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.637091 | false | false | 10 |
394a59d91c965cca6ac6bb41c1b252226f56c13d | 16,346,645,568,329 | 8c3d027f5a39efdee533e94042297ae110895cdb | /BASICS/vlojeni/src/passwortgen.java | cd53c85c66f515044c89a66df2d937ef4c1793a7 | [] | no_license | epitsov/Random-Java | https://github.com/epitsov/Random-Java | d9db389480033bbce495d273b321167affc6b9c4 | 68de48dad55d9f918cbc143c84bafd6f13692a2e | refs/heads/main | 2023-02-27T22:34:50.011000 | 2021-02-06T10:14:07 | 2021-02-06T10:14:07 | 336,508,187 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class passwortgen {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int n = Integer.parseInt(scanner.nextLine());
int l = Integer.parseInt(scanner.nextLine());
String stringatL = l + "";
char u = stringatL.c... | UTF-8 | Java | 1,065 | java | passwortgen.java | Java | [] | null | [] | import java.util.Scanner;
public class passwortgen {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int n = Integer.parseInt(scanner.nextLine());
int l = Integer.parseInt(scanner.nextLine());
String stringatL = l + "";
char u = stringatL.c... | 1,065 | 0.311737 | 0.299531 | 29 | 35.724136 | 23.963905 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689655 | false | false | 10 |
f5add7395a2d867d73d7d3c12f2f45c067d71017 | 6,734,508,742,011 | f2c8f819ee993909bbf0c0858df8dda70c2d9425 | /VTMBAAndroid/src/edu/vt/mba/alumni/controllers/jobboard/JobResultsListFragment.java | 6a0fe5125c94d489effbc791a4ee5576c9d886f4 | [] | no_license | hickeyadamc/VTMBAAndroid | https://github.com/hickeyadamc/VTMBAAndroid | 472f53330c90b2cadc6ee24a3337ec5ddad04dcf | 15c0ca8e7f9b0ea10e256313971cd75d4bb6e415 | refs/heads/master | 2016-09-06T06:15:27.509000 | 2013-11-27T20:19:21 | 2013-11-27T20:19:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.vt.mba.alumni.controllers.jobboard;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v4.app.FragmentActivity;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
... | UTF-8 | Java | 4,814 | java | JobResultsListFragment.java | Java | [] | null | [] | package edu.vt.mba.alumni.controllers.jobboard;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v4.app.FragmentActivity;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
... | 4,814 | 0.714998 | 0.713752 | 157 | 29.66242 | 27.382769 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.197452 | false | false | 10 |
0b84d98b0d24151cee9bbb93ac80404dbd39af05 | 14,336,600,902,085 | 4457ef1125262f0638d39cb789ab51078403aaf9 | /src/main/java/com/common/util/PrintUtil.java | c5d6ef9afea5ae21bbae3bdf96de627dd54cc1e5 | [] | no_license | duan-duan/core-common | https://github.com/duan-duan/core-common | 76bd13f89ef0bc046f2379ed7299abceb4f40cf8 | b2c55c963296b130ca7b2bdaf76197d053317ef5 | refs/heads/master | 2020-12-05T15:35:55.633000 | 2016-08-28T02:55:37 | 2016-08-28T02:55:37 | 66,746,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @Title: PrintUtil.java
* @Package com.gome.common.util
* @Description: TODO
* @author lianzhiqiang
* @date 2015年1月13日 上午10:48:45
* @version V1.0
*/
package com.common.util;
import java.io.File;
import java.io.IOException;
import java.util.Collection;
import java.util.Map;
import ... | UTF-8 | Java | 2,206 | java | PrintUtil.java | Java | [
{
"context": "e.common.util \r\n * @Description: TODO \r\n * @author lianzhiqiang\r\n * @date 2015年1月13日 上午10:48:45 \r\n * @version V1.",
"end": 118,
"score": 0.9879153966903687,
"start": 106,
"tag": "USERNAME",
"value": "lianzhiqiang"
},
{
"context": "me: PrintUtil \r\n * @Descripti... | null | [] | /**
* @Title: PrintUtil.java
* @Package com.gome.common.util
* @Description: TODO
* @author lianzhiqiang
* @date 2015年1月13日 上午10:48:45
* @version V1.0
*/
package com.common.util;
import java.io.File;
import java.io.IOException;
import java.util.Collection;
import java.util.Map;
import ... | 2,206 | 0.684262 | 0.669599 | 65 | 29.476923 | 28.94244 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.046154 | false | false | 10 |
3bf41111c9798632e088f40df02fa12d7af42324 | 10,273,561,805,268 | 2ea5b22e460c93495fcf428cbcba9e34f21d93eb | /src/main/java/pages/actions/CarsSearchPageActions.java | 3cfb63d7e1094d31d8a400f1794439e0c421a019 | [] | no_license | siddhardha49/CarsguideCucumber | https://github.com/siddhardha49/CarsguideCucumber | 983958d558e284443d4885608f11c592511aecc0 | 6b0244ca5e79113ccf690ab7ec7acd186b6716ae | refs/heads/master | 2023-06-19T10:13:30.642000 | 2021-07-05T01:45:19 | 2021-07-05T01:45:19 | 382,974,967 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pages.actions;
import org.openqa.selenium.By;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.Select;
import pages.locators.CarSearchPageLocators;
import utils.SeleniumDriver;
public class CarsSearchPageActions {
CarSearchPageLocators carSearchPageLocators = null;
pu... | UTF-8 | Java | 1,518 | java | CarsSearchPageActions.java | Java | [] | null | [] | package pages.actions;
import org.openqa.selenium.By;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.Select;
import pages.locators.CarSearchPageLocators;
import utils.SeleniumDriver;
public class CarsSearchPageActions {
CarSearchPageLocators carSearchPageLocators = null;
pu... | 1,518 | 0.79249 | 0.788538 | 59 | 24.728813 | 28.743654 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.169492 | false | false | 10 |
2d18d05f04e0f6c11f2fc1dac10629b2418b84ee | 23,691,039,609,092 | d0088d7be7aedd7846894372b22c783e9a08e207 | /src/CCI/C8_Power.java | 75b7366a56eacde21f306590be0906d1b4ab44c1 | [] | no_license | srishti77/Algorithm | https://github.com/srishti77/Algorithm | 4b21c21f6cf307e3d3cb98242d0802d112977dd7 | 0cde94becc1623c6859b89c62abf15a48ddd356a | refs/heads/master | 2021-10-25T20:54:10.660000 | 2019-04-07T13:58:06 | 2019-04-07T13:58:06 | 106,170,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CCI;
public class C8_Power {
float value=1;
public static void main(String s[]) {
C8_Power power= new C8_Power();
System.out.println(power.getXPowerY(5,-3));
}
public float getXPowerY(int x, int y) {
System.out.println(x+" "+y);
if(y==0) return 1;
else if(y==1) return x;
else... | UTF-8 | Java | 466 | java | C8_Power.java | Java | [] | null | [] | package CCI;
public class C8_Power {
float value=1;
public static void main(String s[]) {
C8_Power power= new C8_Power();
System.out.println(power.getXPowerY(5,-3));
}
public float getXPowerY(int x, int y) {
System.out.println(x+" "+y);
if(y==0) return 1;
else if(y==1) return x;
else... | 466 | 0.592275 | 0.566524 | 31 | 14.032258 | 14.36502 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.032258 | false | false | 10 |
8a5f62a7ded065ae2d01c8cd683bd6ab6f9f888c | 8,340,826,525,010 | 5b2c309c903625b14991568c442eb3a889762c71 | /classes/b/a/a/a.java | f67e33481860f344adb71a09518e2d735776a33a | [] | no_license | iidioter/xueqiu | https://github.com/iidioter/xueqiu | c71eb4bcc53480770b9abe20c180da693b2d7946 | a7d8d7dfbaf9e603f72890cf861ed494099f5a80 | refs/heads/master | 2020-12-14T23:55:07.246000 | 2016-10-08T08:56:27 | 2016-10-08T08:56:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package b.a.a;
final class a
implements Runnable
{
final i a;
private final c b;
a(c paramc)
{
this.b = paramc;
this.a = new i();
}
public final void run()
{
h localh = this.a.a();
if (localh == null) {
throw new IllegalStateException("No pending post available");
}
... | UTF-8 | Java | 492 | java | a.java | Java | [] | null | [] | package b.a.a;
final class a
implements Runnable
{
final i a;
private final c b;
a(c paramc)
{
this.b = paramc;
this.a = new i();
}
public final void run()
{
h localh = this.a.a();
if (localh == null) {
throw new IllegalStateException("No pending post available");
}
... | 492 | 0.565041 | 0.546748 | 29 | 16 | 18.207615 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 10 |
efb0c09115abdcd31863e98a2d47fc5decc0aae6 | 26,336,739,483,009 | d37db1e0d77106292010d84821a8e62c88715fd5 | /src/main/java/com/hp/hpl/json/JsonUtils.java | 13b644e7940a1efa0ddbf89ce473acb3a26bf59d | [
"Apache-2.0"
] | permissive | duantonghai1984/Research | https://github.com/duantonghai1984/Research | 35caced4f5cdf954a22ce3a6ef6ddc2b8cc8cdab | 67ac958087125a77149f4ae7d35859f2d8d62a51 | refs/heads/master | 2021-01-19T09:35:00.829000 | 2017-07-12T02:54:37 | 2017-07-12T02:54:37 | 87,766,316 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hp.hpl.json;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import org.apache.commons.logging.Log;
import o... | UTF-8 | Java | 8,186 | java | JsonUtils.java | Java | [] | null | [] | package com.hp.hpl.json;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import org.apache.commons.logging.Log;
import o... | 8,186 | 0.664128 | 0.657248 | 262 | 30.068703 | 24.441608 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.198473 | false | false | 10 |
91b7c5ad56b3c4c6a8dec090f0bff67b73fc7aa9 | 12,678,743,507,880 | abe49d8d8a0fc950e4d99022adeb701a103aa1af | /unified-report/validation-proxy/src/main/java/validator/Validation.java | 78c4fc78c709b3d210803da14022e99843b3fc43 | [] | no_license | usnistgov/unified-report | https://github.com/usnistgov/unified-report | 5ddd052f4bef91847b07d7df496d55a7df13cc3a | 74110e12f242f6e5d1bb00caeabbaa7e87feabc8 | refs/heads/master | 2023-06-25T13:47:18.341000 | 2022-09-19T13:29:21 | 2022-09-19T13:29:21 | 42,546,262 | 0 | 0 | null | false | 2023-04-14T17:12:27 | 2015-09-15T21:00:14 | 2022-09-19T13:29:37 | 2023-04-14T17:12:27 | 158 | 0 | 1 | 1 | Java | false | false | package validator;
import java.io.InputStream;
import java.io.Reader;
import java.util.Arrays;
import java.util.List;
import javax.xml.validation.Schema;
import gov.nist.validation.report.Report;
import hl7.v2.profile.Profile;
import hl7.v2.profile.XMLDeserializer;
import hl7.v2.validation.SyncHL7Validator;
import ... | UTF-8 | Java | 5,337 | java | Validation.java | Java | [] | null | [] | package validator;
import java.io.InputStream;
import java.io.Reader;
import java.util.Arrays;
import java.util.List;
import javax.xml.validation.Schema;
import gov.nist.validation.report.Report;
import hl7.v2.profile.Profile;
import hl7.v2.profile.XMLDeserializer;
import hl7.v2.validation.SyncHL7Validator;
import ... | 5,337 | 0.750609 | 0.741803 | 144 | 36.0625 | 35.675274 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.125 | false | false | 10 |
6c103c13c72790ac927733e3a23d59cd0e51b0fc | 35,338,990,958,077 | 54a186406765dd7e25917d4256003b73212f934b | /Assignment 2/src/Database.java | f25a0e412ad52cab536ed887b82104e8f8fa9219 | [] | no_license | mazatsushi/CSC-102-Assignments | https://github.com/mazatsushi/CSC-102-Assignments | 340ba9fec0ec1f38f0151f3bb2e6beea55e3a7df | f59054dd0470bac411bb9eba1f3ae8f90d08c1d0 | refs/heads/master | 2021-01-10T19:20:25.206000 | 2012-05-28T12:14:30 | 2012-05-28T12:14:51 | 3,623,912 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @Student Name: Desmond Poh Lik Meng
* @Lab Group: BCG1
*/
// Import classes not included in the default Java environment
import java.awt.event.KeyEvent;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.... | UTF-8 | Java | 11,885 | java | Database.java | Java | [
{
"context": "/**\n * @Student Name: Desmond Poh Lik Meng\n * @Lab Group: BCG1\n */\n\n// Import classes not in",
"end": 42,
"score": 0.9998679161071777,
"start": 22,
"tag": "NAME",
"value": "Desmond Poh Lik Meng"
}
] | null | [] | /**
* @Student Name: <NAME>
* @Lab Group: BCG1
*/
// Import classes not included in the default Java environment
import java.awt.event.KeyEvent;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.StreamToken... | 11,871 | 0.688515 | 0.685991 | 358 | 32.201118 | 32.036446 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.648045 | false | false | 10 |
e2aeda8286c5c6f15b2c4d18360184ed1a41d753 | 39,616,778,340,065 | b264b30b1ab4b03b231c8ddb82b882b29a88fc81 | /src/main/java/fof/action/SelectVietnamAction.java | 7ed6a3f3506b326bc1393142b47e294acf0c4cb1 | [] | no_license | ajmitc/fof | https://github.com/ajmitc/fof | ef85f75be5f3af60cda37c62bd607314f4aa6d87 | a88b66995add8d8fb9d5af9f3b8ac8b3254f0101 | refs/heads/master | 2020-06-04T03:15:30.177000 | 2019-06-21T02:22:15 | 2019-06-21T02:22:15 | 191,851,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fof.action;
import fof.game.Model;
import fof.game.war.War;
import fof.scene.MissionSelectionScene;
import fof.scene.SceneStackManager;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
public class SelectVietnamAction implements EventHandler<ActionEvent> {
public SelectVietnamAction() {
... | UTF-8 | Java | 518 | java | SelectVietnamAction.java | Java | [] | null | [] | package fof.action;
import fof.game.Model;
import fof.game.war.War;
import fof.scene.MissionSelectionScene;
import fof.scene.SceneStackManager;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
public class SelectVietnamAction implements EventHandler<ActionEvent> {
public SelectVietnamAction() {
... | 518 | 0.756757 | 0.756757 | 20 | 24.9 | 22.277567 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 10 |
0e5234323c9f081f084f602413b8ee4108ac32c3 | 33,809,982,614,299 | ca0e9689023cc9998c7f24b9e0532261fd976e0e | /src/com/tencent/mm/ui/chatting/ChatFooterCustom$1.java | 8b46e2a5abcd5a69214e9d70000666d76a92765f | [] | no_license | honeyflyfish/com.tencent.mm | https://github.com/honeyflyfish/com.tencent.mm | c7e992f51070f6ac5e9c05e9a2babd7b712cf713 | ce6e605ff98164359a7073ab9a62a3f3101b8c34 | refs/heads/master | 2020-03-28T15:42:52.284000 | 2016-07-19T16:33:30 | 2016-07-19T16:33:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.ui.chatting;
import com.tencent.mm.ui.base.g.c;
final class ChatFooterCustom$1
implements g.c
{
ChatFooterCustom$1(ChatFooterCustom paramChatFooterCustom) {}
public final void fg(int paramInt)
{
switch (paramInt)
{
default:
return;
case 0:
ChatFooterCust... | UTF-8 | Java | 533 | java | ChatFooterCustom$1.java | Java | [] | null | [] | package com.tencent.mm.ui.chatting;
import com.tencent.mm.ui.base.g.c;
final class ChatFooterCustom$1
implements g.c
{
ChatFooterCustom$1(ChatFooterCustom paramChatFooterCustom) {}
public final void fg(int paramInt)
{
switch (paramInt)
{
default:
return;
case 0:
ChatFooterCust... | 533 | 0.65666 | 0.636023 | 28 | 18.071428 | 17.958143 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 10 |
61b0c2d8ba147c76c3d9060fe24c73b5d76dd96f | 38,534,446,601,116 | 84c8b6454a3f7ee2b380dd0ee95a30ea0c2d4bd1 | /src/com/lpc/model/stok_assy_model.java | 62045d89edf2f5003b2d22d3631f02e6295525b8 | [] | no_license | rootdavinalfa/project_lpc | https://github.com/rootdavinalfa/project_lpc | 92f9597e470e6de4138af87cf1b920a359bb9f07 | f26941270cd067e7e0ab9639b5fd8d8195e502b9 | refs/heads/master | 2021-04-30T10:31:02.071000 | 2018-04-11T01:40:34 | 2018-04-11T01:40:34 | 121,334,955 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lpc.model;
import javafx.beans.property.SimpleStringProperty;
public class stok_assy_model {
private final SimpleStringProperty namapart;
private final SimpleStringProperty jumlah;
private final SimpleStringProperty ng;
private final SimpleStringProperty total;
public stok_assy_model(... | UTF-8 | Java | 898 | java | stok_assy_model.java | Java | [] | null | [] | package com.lpc.model;
import javafx.beans.property.SimpleStringProperty;
public class stok_assy_model {
private final SimpleStringProperty namapart;
private final SimpleStringProperty jumlah;
private final SimpleStringProperty ng;
private final SimpleStringProperty total;
public stok_assy_model(... | 898 | 0.701559 | 0.701559 | 33 | 26.212122 | 22.338657 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 10 |
50a4110325782e1dad3105e397f84a9f7e3c3897 | 38,534,446,600,810 | 53f74a27004a4b04dbfa5bac17e419facdb129fa | /app/src/main/java/com/person/newscopy/user/net/bean/PrivateTalkOutBeansBean.java | 2318d361ffbfe2e2bc241d0a9f3cb3668679e819 | [
"Apache-2.0"
] | permissive | lichukuan/NewsCopy | https://github.com/lichukuan/NewsCopy | 90ceb9f2809339bfbf37b81d6a3df997f2cdfdaf | dd24d9147d3d972ad534b88f7f5b81c209c42342 | refs/heads/master | 2021-07-25T06:11:07.481000 | 2020-07-13T01:51:55 | 2020-07-13T01:51:55 | 198,649,378 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.person.newscopy.user.net.bean;
public class PrivateTalkOutBeansBean {
/**
* name : 用户3
* icon :
* lastMessage : 😊
* id : c3b822cf755446358f23dc8123e88911
*/
private String name;
private String icon;
private String lastMessage;
private String id;
public St... | UTF-8 | Java | 864 | java | PrivateTalkOutBeansBean.java | Java | [
{
"context": "ss PrivateTalkOutBeansBean {\n /**\n * name : 用户3\n * icon :\n * lastMessage : 😊\n * id : ",
"end": 108,
"score": 0.8022512793540955,
"start": 105,
"tag": "USERNAME",
"value": "用户3"
}
] | null | [] | package com.person.newscopy.user.net.bean;
public class PrivateTalkOutBeansBean {
/**
* name : 用户3
* icon :
* lastMessage : 😊
* id : c3b822cf755446358f23dc8123e88911
*/
private String name;
private String icon;
private String lastMessage;
private String id;
public St... | 864 | 0.583431 | 0.554259 | 47 | 17.234043 | 14.97688 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.276596 | false | false | 10 |
f3ea3249f36dffa73ee90c1396ba0ae00597650c | 9,199,819,975,460 | c13b76945f51dba58f3c9096b110e9714a33d47f | /src/main/java/cn/ibdsr/web/modular/business/controller/CompanyController.java | 550dd49419d2c0357404422631aac5356ff91f24 | [] | no_license | wangdeming/srsczx-admin | https://github.com/wangdeming/srsczx-admin | 6ee56a4c319fe5bb29f40d74ec58e3ed15e3de41 | 46072bb10f86252da80fb37ed4bcba11723311bd | refs/heads/master | 2023-05-11T01:51:38.921000 | 2020-06-08T02:21:10 | 2020-06-08T02:21:10 | 270,498,015 | 1 | 0 | null | false | 2021-06-04T02:41:27 | 2020-06-08T02:20:10 | 2020-06-08T03:46:30 | 2021-06-04T02:41:25 | 15,794 | 1 | 0 | 1 | JavaScript | false | false | package cn.ibdsr.web.modular.business.controller;
import cn.afterturn.easypoi.excel.entity.ExportParams;
import cn.afterturn.easypoi.excel.entity.enmus.ExcelType;
import cn.ibdsr.core.base.controller.BaseController;
import cn.ibdsr.core.base.tips.SuccessDataTip;
import cn.ibdsr.core.base.tips.SuccessTip;
import cn.ibd... | UTF-8 | Java | 4,823 | java | CompanyController.java | Java | [
{
"context": "--------------------------------\n * 2019/8/29 lvyou 招商管理控制器\n */\n@Controller\n@RequestMa",
"end": 1813,
"score": 0.9996702671051025,
"start": 1808,
"tag": "USERNAME",
"value": "lvyou"
}
] | null | [] | package cn.ibdsr.web.modular.business.controller;
import cn.afterturn.easypoi.excel.entity.ExportParams;
import cn.afterturn.easypoi.excel.entity.enmus.ExcelType;
import cn.ibdsr.core.base.controller.BaseController;
import cn.ibdsr.core.base.tips.SuccessDataTip;
import cn.ibdsr.core.base.tips.SuccessTip;
import cn.ibd... | 4,823 | 0.697704 | 0.692984 | 126 | 35.992062 | 28.262796 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603175 | false | false | 10 |
06ccf0af3e901da1bb00b4986384a80bb9a0b570 | 26,268,020,026,941 | 510063c1890d9310874bf1144c5e7aa636e2d73b | /web/src/main/java/com/ralf/cardmanager/interceptor/SiteSwitchInterceptorConfig.java | d708668bed9d051567effb5bcd96e45532bc4038 | [] | no_license | ralfbawg/cardmanager | https://github.com/ralfbawg/cardmanager | 616269839a6be963eaeb5f19daca2fcfc1cfc89a | 3ea9d80cf19491e1dcde3c185c49681067309e97 | refs/heads/master | 2023-05-13T18:36:10.024000 | 2021-06-01T12:54:57 | 2021-06-01T12:54:57 | 199,315,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
*/
package com.ralf.cardmanager.interceptor;
import com.jeesite.common.config.Global;
import com.jeesite.common.lang.StringUtils;
import com.jeesite.modules.sys.interceptor.LogInterceptor;
import org.springframework.boot.autoconfigure.condition.Con... | UTF-8 | Java | 992 | java | SiteSwitchInterceptorConfig.java | Java | [] | null | [] | /**
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
*/
package com.ralf.cardmanager.interceptor;
import com.jeesite.common.config.Global;
import com.jeesite.common.lang.StringUtils;
import com.jeesite.modules.sys.interceptor.LogInterceptor;
import org.springframework.boot.autoconfigure.condition.Con... | 992 | 0.837702 | 0.833669 | 28 | 34.464287 | 32.654556 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 10 |
fe91aacf3fdf32125eb28d19d88cea9c67784b4b | 35,699,768,169,643 | cbb042edc985720f2f5498e81038eb4a7d16db42 | /jilinwula-ioc/src/main/java/com/jilinwula/ioc/bean/TwoPlugin.java | fbe1a67f0057492340a66fdd8863ac7025010ebe | [] | no_license | jilinwula/jilinwulas | https://github.com/jilinwula/jilinwulas | b02e80c0f9262d5ba9947f4782c9b9c6a4bf7f11 | 8dda69e36179e140fc9a18064e0afcaaba1144e6 | refs/heads/master | 2021-01-10T22:43:41.097000 | 2016-10-14T09:40:31 | 2016-10-14T09:40:31 | 70,382,798 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jilinwula.ioc.bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.stereotype.Component;
/**
* @author jilinwula@foxmail.com
* @datetime 16/9/15 下午2:55
*/
public class TwoPlugin implements Plugin {
public void test() {
System.out.println("towPlugin")... | UTF-8 | Java | 334 | java | TwoPlugin.java | Java | [
{
"context": "ingframework.stereotype.Component;\n\n/**\n * @author jilinwula@foxmail.com\n * @datetime 16/9/15 下午2:55\n */\npublic class TwoP",
"end": 180,
"score": 0.9999228715896606,
"start": 159,
"tag": "EMAIL",
"value": "jilinwula@foxmail.com"
}
] | null | [] | package com.jilinwula.ioc.bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.stereotype.Component;
/**
* @author <EMAIL>
* @datetime 16/9/15 下午2:55
*/
public class TwoPlugin implements Plugin {
public void test() {
System.out.println("towPlugin");
}
}
| 320 | 0.730303 | 0.706061 | 14 | 22.571428 | 19.765461 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 10 |
db94b1ab3ed152d4ced95e04924a19f518144ea9 | 29,935,922,107,839 | 12b08117920175091df935b6ceb41ab6689573b3 | /Contacts/src/PhoneBook.java | d6e342facb6740742b671c1245207b52952f4fde | [] | no_license | samattolebay/Java-projects | https://github.com/samattolebay/Java-projects | 98def4427d95de059f5a57df11adc9fc9dba914d | 2c7425d6867f520f163e1e706c33c3ae5b939941 | refs/heads/master | 2023-02-09T05:09:09.746000 | 2020-12-23T08:53:54 | 2020-12-23T08:53:54 | 268,070,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class PhoneBook implements Serializable {
private final List<Contact> phoneBook;
public PhoneBook() { phoneBook = new ArrayList<>(); }
public int getNumbe... | UTF-8 | Java | 1,226 | java | PhoneBook.java | Java | [] | null | [] | import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class PhoneBook implements Serializable {
private final List<Contact> phoneBook;
public PhoneBook() { phoneBook = new ArrayList<>(); }
public int getNumbe... | 1,226 | 0.64845 | 0.646003 | 35 | 34.028572 | 26.517365 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657143 | false | false | 10 |
c130bb9d63db00abfb91be80303717976a99ff73 | 22,565,758,229,799 | d7451c9f2c73dd4af07b7b6f46847421c4c20d5a | /spring-boot-soap-service/src/main/java/com/example/howtodoinjava/springbootsoapservice/TestSoap.java | ac87768d6121ed1b16b80c66efa3bd4d89af37fa | [] | no_license | kevinZhangSFI/soap-iot | https://github.com/kevinZhangSFI/soap-iot | 1d9816f14520c5512ecf7b80e1872549bb28aaa3 | 3639e61490ffdb0ac62ee95d0db11b883550873a | refs/heads/master | 2022-11-19T08:27:53.738000 | 2020-07-07T19:32:12 | 2020-07-07T19:32:12 | 277,881,545 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.howtodoinjava.springbootsoapservice;
import com.howtodoinjava.xml.school.StudentDetailsResponse;
public class TestSoap {
public static void main(String[] args) {
// TODO Auto-generated method stub
SoapClient soapClient = new SoapClient();
StudentDetailsResponse studentResp = soap... | UTF-8 | Java | 404 | java | TestSoap.java | Java | [
{
"context": "ailsResponse studentResp = soapClient.getStudent(\"Luke\");\n System.out.println(studentResp.toString",
"end": 343,
"score": 0.9984418153762817,
"start": 339,
"tag": "NAME",
"value": "Luke"
}
] | null | [] | package com.example.howtodoinjava.springbootsoapservice;
import com.howtodoinjava.xml.school.StudentDetailsResponse;
public class TestSoap {
public static void main(String[] args) {
// TODO Auto-generated method stub
SoapClient soapClient = new SoapClient();
StudentDetailsResponse studentResp = soap... | 404 | 0.754951 | 0.754951 | 14 | 27.857143 | 26.109268 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 10 |
151662965b5fd4c25409c51776160a60dc60c00b | 24,687,472,045,241 | 5063f2d58df710a60ce3855fe1ffd82d462e16e1 | /gpsearch/src/main/java/com/btb/search/core/conf/server/QueryMethod.java | 9db63d05020eee83524f1c360ece6def521d22b9 | [] | no_license | luobintianya/gpsearch | https://github.com/luobintianya/gpsearch | 401aff7ea2b0529bdd709fb93d1b868478c50dac | 365256a616129ae714adc64fe016b7cfa1bec552 | refs/heads/master | 2020-03-26T16:56:46.450000 | 2018-08-17T15:05:05 | 2018-08-17T15:05:05 | 145,133,366 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.btb.search.core.conf.server;
public enum QueryMethod {
GET,
POST
}
| UTF-8 | Java | 92 | java | QueryMethod.java | Java | [] | null | [] | package com.btb.search.core.conf.server;
public enum QueryMethod {
GET,
POST
}
| 92 | 0.663043 | 0.663043 | 8 | 9.5 | 13.93736 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
f25da7570deba003a1ef959ca422b28587e7d309 | 6,700,149,019,067 | 5b19939828b989358f5db74d3bc75aa1344b4897 | /com.fundingo/src/main/java/com/fundingo/service/funding/FundingDao.java | 28f094e458164ae870187ce2ed8b6d47d34e4d76 | [] | no_license | JaeHyeon-Kim94/fundingo | https://github.com/JaeHyeon-Kim94/fundingo | 72bd41d419bc8cb3aa16cfd4a250f89ad89b89e3 | fbddfc2b0edc8f0f153c7fdb0281708cd37a1b59 | refs/heads/master | 2023-07-14T09:26:36.358000 | 2021-08-26T08:07:43 | 2021-08-26T08:07:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fundingo.service.funding;
import java.util.List;
import java.util.Map;
import com.fundingo.common.Search;
import com.fundingo.service.domain.FundedProduct;
import com.fundingo.service.domain.Funding;
import com.fundingo.service.domain.User;
public interface FundingDao {
//FundingTable & FundedTable
/... | UTF-8 | Java | 1,621 | java | FundingDao.java | Java | [] | null | [] | package com.fundingo.service.funding;
import java.util.List;
import java.util.Map;
import com.fundingo.common.Search;
import com.fundingo.service.domain.FundedProduct;
import com.fundingo.service.domain.Funding;
import com.fundingo.service.domain.User;
public interface FundingDao {
//FundingTable & FundedTable
/... | 1,621 | 0.745316 | 0.745316 | 58 | 23.844828 | 24.536251 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.224138 | false | false | 10 |
b2425a474c83273f32caec6da5fd3fd4f21c27f4 | 35,442,070,136,429 | ec7e48fe57aeb515af0fc47cf6ead476143caca6 | /src/coreJava/MergeStringArray.java | 287ffd20c1a1dcd84ff74e0637fe4c6226cff008 | [] | no_license | malaypatel/Practice | https://github.com/malaypatel/Practice | 3336904ee8acf2234a2ac976d0ecc2d1ea265e9c | e3c711d2b0f1c1f9598d4150a6c75ac693540664 | refs/heads/master | 2020-03-05T23:55:49.488000 | 2018-02-26T22:21:13 | 2018-02-26T22:21:13 | 93,715,289 | 0 | 2 | null | false | 2017-08-15T07:50:19 | 2017-06-08T06:33:10 | 2017-06-08T06:37:10 | 2017-08-15T07:50:18 | 1,596 | 0 | 1 | 0 | Java | null | null | /**
*
*/
package coreJava;
/**
* @author malay
*
*/
public class MergeStringArray {
public static void main(String[] args) {
String[] a = {"Dog", "Cat"};
String[] b = {"Mal", "Nala"};
String sA = "";
String sB = "";
for(String s: a) {
sA+=s;
}
for(String s: b) {
sB+=s;
}
MergeS... | UTF-8 | Java | 1,193 | java | MergeStringArray.java | Java | [
{
"context": "/**\n * \n */\npackage coreJava;\n\n/**\n * @author malay\n *\n */\npublic class MergeStringArray {\n\t\n\tpublic ",
"end": 51,
"score": 0.9788151979446411,
"start": 46,
"tag": "USERNAME",
"value": "malay"
}
] | null | [] | /**
*
*/
package coreJava;
/**
* @author malay
*
*/
public class MergeStringArray {
public static void main(String[] args) {
String[] a = {"Dog", "Cat"};
String[] b = {"Mal", "Nala"};
String sA = "";
String sB = "";
for(String s: a) {
sA+=s;
}
for(String s: b) {
sB+=s;
}
MergeS... | 1,193 | 0.438391 | 0.432523 | 64 | 17.640625 | 15.40025 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.109375 | false | false | 10 |
bcc2300c73bdbbc2b667cfde5033b3c52ec60b29 | 35,442,070,136,616 | f384079db11f90d523a171c2be5e637bb3c51a71 | /proba/probamodul/src/main/java/gui/guidance/probamodul.java | 401c86890f04bf8f42e62065a59f663f3cf0b723 | [] | no_license | poliphonalj/magnolia | https://github.com/poliphonalj/magnolia | 392d699ce619fe941ef12c7f766d31b60aa07e23 | f897f5763a0e1bcc80a59e48f86681fea72b34f0 | refs/heads/master | 2023-07-04T00:17:11.788000 | 2021-08-04T12:47:03 | 2021-08-04T12:47:03 | 385,380,921 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui.guidance;
/**
* This class is optional and represents the configuration for the probamodul
* module. By exposing simple getter/setter/adder methods, this bean can be
* configured via content2bean using the properties and node from
* <tt>config:/modules/probamodul</tt>. If you don't need this, simply r... | UTF-8 | Java | 620 | java | probamodul.java | Java | [] | null | [] | package gui.guidance;
/**
* This class is optional and represents the configuration for the probamodul
* module. By exposing simple getter/setter/adder methods, this bean can be
* configured via content2bean using the properties and node from
* <tt>config:/modules/probamodul</tt>. If you don't need this, simply r... | 620 | 0.774194 | 0.772581 | 16 | 37.75 | 32.8605 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
2eb824415d1e2566588a067da1a5f7773ef34f57 | 27,668,179,331,604 | a0b098f0041b1a4604247f87e32943fbbfb081f8 | /src/synchronization_java/MySynchronization.java | 4f34ed86d1eb12f83dbcfa08554887ab1fd5280c | [] | no_license | ashish-cs-er/java_basics | https://github.com/ashish-cs-er/java_basics | 1aea7648e63866f69e69ba7c98dcc62fd925c3bd | 826a26b143338fd6cf8992607301344411008b09 | refs/heads/master | 2023-01-07T10:18:49.412000 | 2020-11-14T11:17:31 | 2020-11-14T11:17:31 | 311,400,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package synchronization_java;
class Sender {
public void send(String msg) {
System.out.println("Sending\t" + msg );
try{
Thread.sleep(1000);
}
catch (Exception e) {
System.out.println("Thread interrupted.");
}
System.out.println("\n... | UTF-8 | Java | 1,230 | java | MySynchronization.java | Java | [] | null | [] | package synchronization_java;
class Sender {
public void send(String msg) {
System.out.println("Sending\t" + msg );
try{
Thread.sleep(1000);
}
catch (Exception e) {
System.out.println("Thread interrupted.");
}
System.out.println("\n... | 1,230 | 0.65935 | 0.651219 | 45 | 26.333334 | 27.320322 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.444444 | false | false | 10 |
19e0c5a1b33dae1893224cfe634f006ace713f9f | 8,229,157,381,036 | 45ef928cff23b4bb95f739caad3341515b1e1f55 | /app/src/main/java/com/ryanharter/gesturesample/MainActivity.java | 7470094048df6b96b572f5e4b58a29b8fcb994b0 | [
"MIT"
] | permissive | rizwan-dev/android-gesture-sample | https://github.com/rizwan-dev/android-gesture-sample | e2fe68a0571d5568b4ab91299ec00cc137f66960 | 6f94a4b5109fb6eaa70a283df0cbb6c68cfeefb1 | refs/heads/master | 2021-05-04T12:17:50.132000 | 2014-10-06T19:49:48 | 2014-10-06T19:49:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ryanharter.gesturesample;
import android.app.Activity;
import android.os.Bundle;
/**
* Created by rharter on 9/27/14.
*/
public class MainActivity extends Activity {
TouchImageView mImageView;
@Override protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceSt... | UTF-8 | Java | 513 | java | MainActivity.java | Java | [
{
"context": "vity;\nimport android.os.Bundle;\n\n/**\n * Created by rharter on 9/27/14.\n */\npublic class MainActivity extends",
"end": 120,
"score": 0.999614417552948,
"start": 113,
"tag": "USERNAME",
"value": "rharter"
}
] | null | [] | package com.ryanharter.gesturesample;
import android.app.Activity;
import android.os.Bundle;
/**
* Created by rharter on 9/27/14.
*/
public class MainActivity extends Activity {
TouchImageView mImageView;
@Override protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceSt... | 513 | 0.727096 | 0.717349 | 20 | 24.65 | 23.698681 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 10 |
2e5f1d8813fbfcb9b348932d6fda6dd9dcb8f684 | 19,009,525,287,206 | 1cc6ecbe3bb0957f25fe167d3db50a5b8aa59c45 | /CGOnlineShopSpringRESTJPAData/src/com/cg/onlineshop/services/OnlineShopServices.java | 6e88ce9b2b452b021450cb63f739429092be62cf | [] | no_license | TRIGGEREDcoder/Spring | https://github.com/TRIGGEREDcoder/Spring | 8a2d31559a709b8346d66e685513c0ff18250ea5 | e7a50b0476ab75d061095314110d890fb75a6876 | refs/heads/master | 2020-04-05T21:09:21.752000 | 2018-11-21T09:39:16 | 2018-11-21T09:39:16 | 157,209,869 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cg.onlineshop.services;
import com.cg.onlineshop.beans.Product;
import com.cg.onlineshop.exceptions.ProductDetailsNotFoundException;
import java.util.List;
public interface OnlineShopServices {
public Product acceptProductDetails(Product product);
public List<Product> getAllProductDetails();
publ... | UTF-8 | Java | 458 | java | OnlineShopServices.java | Java | [] | null | [] | package com.cg.onlineshop.services;
import com.cg.onlineshop.beans.Product;
import com.cg.onlineshop.exceptions.ProductDetailsNotFoundException;
import java.util.List;
public interface OnlineShopServices {
public Product acceptProductDetails(Product product);
public List<Product> getAllProductDetails();
publ... | 458 | 0.831878 | 0.831878 | 12 | 36.166668 | 26.053898 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 10 |
1ddad60760ceb65816d5a69e679423b28787e266 | 19,619,410,608,669 | 443d2ee1457899558bc42082d7479314ac5a9eec | /classes-dex2jar.jar.src/PQ.java | 345cf05d63019e24a67af4245d0b1aaf7c14c852 | [] | no_license | MAVProxyUser/FaceApp | https://github.com/MAVProxyUser/FaceApp | 5130518bb15c6f48f1cb28b26d01088aa9c6d242 | 774f786d809a45f2cfc65a0770679d51bbd7a4be | refs/heads/master | 2020-06-22T01:39:02.978000 | 2019-07-18T14:12:46 | 2019-07-18T14:12:46 | 197,599,148 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.google.android.gms.common.api.f;
final class pq
extends sq
{
pq(oq paramoq, f paramf)
{
super(paramf);
}
}
/* Location: /Applications/dex2jar/classes-dex2jar.jar!/pq.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | UTF-8 | Java | 281 | java | PQ.java | Java | [] | null | [] | import com.google.android.gms.common.api.f;
final class pq
extends sq
{
pq(oq paramoq, f paramf)
{
super(paramf);
}
}
/* Location: /Applications/dex2jar/classes-dex2jar.jar!/pq.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | 281 | 0.622776 | 0.590747 | 16 | 16.625 | 20.678719 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 10 |
66bb1a3f95dcbea1168a9af56018f5c782edae4f | 32,727,650,810,749 | 2390f43a7045b40682aad64aeb5f29d2a3338904 | /calculadora/src/Calculadora.java | 04b676151b27d5fcdffdd1215672b66b261068c9 | [] | no_license | Lovattows/faculdade-java | https://github.com/Lovattows/faculdade-java | 5c52cbaa590cf738ada29f906f821422811c7c0d | 8f90c79005ddab6352544af123f2052086f788cf | refs/heads/master | 2021-07-11T02:52:56.575000 | 2020-10-31T05:40:58 | 2020-10-31T05:40:58 | 210,435,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Calculadora {
public double calcular(double v1, double v2, String op) {
double res = 0;
switch (op) {
case "[+]": {
res = v1 + v2;
break;
}
case "[-]": {
res = v1 - v2;
break;
... | UTF-8 | Java | 551 | java | Calculadora.java | Java | [] | null | [] | public class Calculadora {
public double calcular(double v1, double v2, String op) {
double res = 0;
switch (op) {
case "[+]": {
res = v1 + v2;
break;
}
case "[-]": {
res = v1 - v2;
break;
... | 551 | 0.284936 | 0.264973 | 26 | 20.192308 | 12.319526 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 10 |
5ff323333cb4f64b45869675ae339b86802cb022 | 10,625,749,143,476 | f4a87e04992e37a165c86a015cadad364a24d404 | /src/main/java/servicedeskuat/RemoveAttachmentResponse.java | 97df72a918cfbc14ff79602c51fb66510cf511bb | [] | no_license | malika15/servicedeskintegration | https://github.com/malika15/servicedeskintegration | 3097eaee1801f224b11173dd3e7ec42239fe2c85 | 2facd13f91e5a871463a5cd26e7374d0b1235a8a | refs/heads/master | 2018-01-10T04:41:11.206000 | 2015-12-17T03:32:47 | 2015-12-17T03:32:47 | 48,137,082 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package servicedeskuat;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the ... | UTF-8 | Java | 1,349 | java | RemoveAttachmentResponse.java | Java | [] | null | [] |
package servicedeskuat;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
*
* <p>The following schema fragment specifies the ... | 1,349 | 0.683469 | 0.676056 | 53 | 24.433962 | 24.62742 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.339623 | false | false | 10 |
d3844a28b295d5008ab0d04766e4a14995d9abd2 | 7,146,825,609,457 | 8709c25317f622f6c13a7e7aa47ebdd66a15b0c8 | /src/DomeinController/Test.java | 6c2963540000993f6eba0b1d7bae9bd03a09f4bc | [] | no_license | herv250/testD1 | https://github.com/herv250/testD1 | 3c25bf9c7c2c21faacfdae18dc92e81fc1502070 | eb44fc38d703f14a29ac8b685465c80521f0577d | refs/heads/master | 2016-08-11T00:20:14.753000 | 2016-02-11T09:27:10 | 2016-02-11T09:27:10 | 51,503,445 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package DomeinController;
/**
*
* @author Mat
*/
public class Test {
String temp = "shutup";
String answer = "go work";
... | UTF-8 | Java | 324 | java | Test.java | Java | [
{
"context": ".\n */\npackage DomeinController;\n\n/**\n *\n * @author Mat\n */\npublic class Test {\n String temp = \"shutup",
"end": 233,
"score": 0.9560797214508057,
"start": 230,
"tag": "NAME",
"value": "Mat"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package DomeinController;
/**
*
* @author Mat
*/
public class Test {
String temp = "shutup";
String answer = "go work";
... | 324 | 0.67284 | 0.67284 | 16 | 19.25 | 22.283682 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 10 |
f57e64103c890d4926e225b2989ed10f76f48dee | 8,942,121,939,177 | 5ba06335d9c749b5846bcdbf5ada3b78dc6c0762 | /src/main/java/com/eza/jerseydemo/Client.java | 74aa200f2d999469cfa111dc124b5f8d608a4438 | [] | no_license | esayasGebre/jerseydemo | https://github.com/esayasGebre/jerseydemo | 466ddb53585a616ad166ab0cd34955d01886feda | 695092e0eabd175b9090f62702351cd7f768c753 | refs/heads/master | 2022-07-06T11:33:32.901000 | 2017-08-24T17:22:28 | 2017-08-24T17:22:28 | 101,004,371 | 0 | 0 | null | false | 2022-06-20T23:49:39 | 2017-08-22T00:43:48 | 2017-08-22T00:45:02 | 2022-06-20T23:49:37 | 8 | 0 | 0 | 1 | Java | false | false | package com.eza.jerseydemo;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Client {
private int id;
private String name;
/* private double amount;
private String street;*/
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() ... | UTF-8 | Java | 934 | java | Client.java | Java | [] | null | [] | package com.eza.jerseydemo;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Client {
private int id;
private String name;
/* private double amount;
private String street;*/
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() ... | 934 | 0.656317 | 0.656317 | 52 | 16.961538 | 15.23276 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.557692 | false | false | 10 |
58b2973fa282d038ae077c28e131956414813e8d | 644,245,110,556 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /com/tencent/mm/ui/tools/ZoneSelectOtherCountryPreference$1.java | 1a97afb2952239b2915a8d318783b970395d70fc | [] | no_license | 0jinxing/wechat-apk-source | https://github.com/0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580000 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.ui.tools;
import android.view.View;
import android.view.View.OnClickListener;
import com.tencent.matrix.trace.core.AppMethodBeat;
final class ZoneSelectOtherCountryPreference$1
implements View.OnClickListener
{
ZoneSelectOtherCountryPreference$1(ZoneSelectOtherCountryPreference par... | UTF-8 | Java | 843 | java | ZoneSelectOtherCountryPreference$1.java | Java | [] | null | [] | package com.tencent.mm.ui.tools;
import android.view.View;
import android.view.View.OnClickListener;
import com.tencent.matrix.trace.core.AppMethodBeat;
final class ZoneSelectOtherCountryPreference$1
implements View.OnClickListener
{
ZoneSelectOtherCountryPreference$1(ZoneSelectOtherCountryPreference par... | 843 | 0.744958 | 0.718861 | 26 | 30.5 | 32.402813 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 10 |
31adf9912b686fa963c72546d14424ed01d5b5fb | 6,803,228,216,811 | f8ea31a6ac72a692d0461cec1fe80bee17115e89 | /src/main/java/org/latlab/core/model/BayesNet.java | fdc8ca2a4dc8f4775024a7afd79aac03b3585660 | [
"Apache-2.0"
] | permissive | ferjorosa/parkinson-multidimensional-clustering | https://github.com/ferjorosa/parkinson-multidimensional-clustering | 6af6d48469ae2abc8208973840cf54bc87f308f0 | e40fe476430b74c0098c806502e91acb164036d7 | refs/heads/main | 2023-04-19T10:41:58.600000 | 2021-12-09T13:02:30 | 2021-12-09T13:02:30 | 362,428,417 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* BayesNet.java Copyright (C) 2006 Tao Chen, Kin Man Poon, Yi Wang, and Nevin
* L. Zhang
*/
package org.latlab.core.model;
import org.latlab.core.graph.AbstractNode;
import org.latlab.core.graph.DirectedAcyclicGraph;
import org.latlab.core.graph.DirectedNode;
import org.latlab.core.graph.Edge;
import org.latlab... | UTF-8 | Java | 32,951 | java | BayesNet.java | Java | [
{
"context": "/**\n * BayesNet.java Copyright (C) 2006 Tao Chen, Kin Man Poon, Yi Wang, and Nevin\n * L. Zhang\n */",
"end": 48,
"score": 0.9996988773345947,
"start": 40,
"tag": "NAME",
"value": "Tao Chen"
},
{
"context": "/**\n * BayesNet.java Copyright (C) 2006 Tao Chen, Kin Man Po... | null | [] | /**
* BayesNet.java Copyright (C) 2006 <NAME>, <NAME>, <NAME>, and Nevin
* <NAME>
*/
package org.latlab.core.model;
import org.latlab.core.graph.AbstractNode;
import org.latlab.core.graph.DirectedAcyclicGraph;
import org.latlab.core.graph.DirectedNode;
import org.latlab.core.graph.Edge;
import org.latlab.core.util.... | 32,937 | 0.67045 | 0.669297 | 1,220 | 26.009016 | 23.591518 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.15082 | false | false | 10 |
76aa5c92d5201143dccb46f610bf7063b132805a | 1,434,519,102,598 | 7a329b4c4d2ea54e8ee145e2f48dca1ba72f3329 | /AdminPortal/AdminPortal/src/main/java/com/pervacio/adminportal/care/entities/DiagTestCompanyMap.java | 7b30a38fa270ae2ec890445c6f715c1d90cce288 | [] | no_license | kirtiMandwade/internalper | https://github.com/kirtiMandwade/internalper | 5fb62e55e19c971da7c92ede4b46ab4deb8ff302 | 3bd8940fa65d48bb6f066a07450974f83eba85b5 | refs/heads/master | 2021-09-05T05:22:55.599000 | 2018-01-24T11:02:02 | 2018-01-24T11:02:02 | 115,489,624 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pervacio.adminportal.care.entities;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.per... | UTF-8 | Java | 2,852 | java | DiagTestCompanyMap.java | Java | [] | null | [] | package com.pervacio.adminportal.care.entities;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.per... | 2,852 | 0.745442 | 0.745091 | 118 | 23.177965 | 23.444355 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.09322 | false | false | 10 |
fd7f35a3c2ed36b9262fcb94e16ce76f5845612c | 20,143,396,675,140 | 9f096e7871f2e008bef3a7fa107283e0375c1a3b | /src/main/java/cn/jienhui/next/utils/DeEnCode.java | bc045e433a5bbfe7e7438b5183c6e19a2a76aa24 | [] | no_license | enhui52125/next | https://github.com/enhui52125/next | 3b94edcd352ac8b77d1cf3e9b53f5bad180b554c | 513c782e9c4e54b7585246f97098a84bd39838a7 | refs/heads/master | 2018-02-14T12:35:41.095000 | 2016-12-13T14:26:42 | 2016-12-13T14:26:42 | 62,570,735 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.jienhui.next.utils;
import java.io.UnsupportedEncodingException;
import org.apache.commons.codec.binary.Base64;
/**
* 简单Base64加密解密类
* @author ASUS
*
*/
public class DeEnCode {
/**
* 编码
* @param str
* @return
*/
public static String encodeBase64(String str){
Strin... | UTF-8 | Java | 952 | java | DeEnCode.java | Java | [
{
"context": "dec.binary.Base64;\n/**\n * 简单Base64加密解密类\n * @author ASUS\n *\n */\npublic class DeEnCode {\n\t/** \n * 编码 \n ",
"end": 160,
"score": 0.9992274641990662,
"start": 156,
"tag": "USERNAME",
"value": "ASUS"
}
] | null | [] | package cn.jienhui.next.utils;
import java.io.UnsupportedEncodingException;
import org.apache.commons.codec.binary.Base64;
/**
* 简单Base64加密解密类
* @author ASUS
*
*/
public class DeEnCode {
/**
* 编码
* @param str
* @return
*/
public static String encodeBase64(String str){
Strin... | 952 | 0.55914 | 0.539785 | 40 | 22.25 | 19.413591 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 14 |
9cb28a5ddc430d8d8df20a8911c77a98a6e2befd | 33,079,838,170,405 | 7bc7addbcabba2393c3f7b0eb2bbd0787ce56607 | /videoPlaylib/src/main/java/com/ydl/videoplaylib/inter/listener/OnVideoBackListener.java | 6503e7fe5deafa1a88c34516c291391df443f615 | [] | no_license | huydl1104/videoPlayer | https://github.com/huydl1104/videoPlayer | e8359b5a6aa52f01aa67371ccc5c9f152832b8fa | 7889bdacee1efd84b32029b36dc6263dcd1ef411 | refs/heads/master | 2022-12-13T19:38:28.020000 | 2020-09-14T14:05:46 | 2020-09-14T14:05:46 | 295,431,104 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.ydl.videoplaylib.inter.listener;
/**
* 返回点击事件抽象接口
*/
public interface OnVideoBackListener {
void onBackClick();
}
| UTF-8 | Java | 157 | java | OnVideoBackListener.java | Java | [] | null | [] |
package com.ydl.videoplaylib.inter.listener;
/**
* 返回点击事件抽象接口
*/
public interface OnVideoBackListener {
void onBackClick();
}
| 157 | 0.708029 | 0.708029 | 11 | 11.363636 | 15.598792 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 14 |
b8e3a4573658ad0b7e8b7eaeb1816defd3631e7b | 3,539,053,116,666 | 53a4700ad022d87a5577e68fcdf6bc6ca2ace903 | /src/main/java/com/morelllcrm/entities/AuditTrail.java | 8a6f3019dfd2746e1d857d6037596a82aa68ac4f | [] | no_license | huzaim-umer/gitrepo | https://github.com/huzaim-umer/gitrepo | 472bd27a95746c324866b6e38288b4266d3b80fe | e90660b007b60525d09827cd1be764b22cf03f0c | refs/heads/master | 2023-07-13T22:06:05.890000 | 2021-08-23T17:34:17 | 2021-08-23T17:34:17 | 399,191,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.morelllcrm.entities;
import javax.persistence.*;
import java.sql.Timestamp;
import java.time.LocalDateTime;
import java.util.UUID;
@Entity
@Table(name = "iam_audit_trail")
public class AuditTrail {
@Id
@GeneratedValue
@Column(name = "guid")
private UUID guid;
@Column(name = "login_tim... | UTF-8 | Java | 1,492 | java | AuditTrail.java | Java | [] | null | [] | package com.morelllcrm.entities;
import javax.persistence.*;
import java.sql.Timestamp;
import java.time.LocalDateTime;
import java.util.UUID;
@Entity
@Table(name = "iam_audit_trail")
public class AuditTrail {
@Id
@GeneratedValue
@Column(name = "guid")
private UUID guid;
@Column(name = "login_tim... | 1,492 | 0.671582 | 0.671582 | 67 | 21.268656 | 19.062805 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328358 | false | false | 14 |
151e52e9456569728c161b050afc4d05a6b4d225 | 17,025,250,427,955 | a5af29b8df1d7143a7782d7dd842966cb80a060c | /src/net/dreamingworld/gameplay/manacraft/researches/irontree/IronTreeResearch.java | 5dbe2cc4e31e3d963514c80108cda617ffc8e94d | [
"CC0-1.0"
] | permissive | DreamingWorldMC/DreamingWorld-old | https://github.com/DreamingWorldMC/DreamingWorld-old | 4738124375097ff796ce15d2a2f2d97b1fe4aa1d | 42914204be59ee19c6d5e171f36d5e93ddf08e12 | refs/heads/master | 2023-04-27T14:06:19.046000 | 2021-05-16T16:04:15 | 2021-05-16T16:04:15 | 309,083,040 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.dreamingworld.gameplay.manacraft.researches.irontree;
import net.dreamingworld.DreamingWorld;
import net.dreamingworld.core.research.Research;
import net.dreamingworld.gameplay.manacraft.researches.manainfusion.ManaInfuser;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;
import org.bukki... | UTF-8 | Java | 1,774 | java | IronTreeResearch.java | Java | [] | null | [] | package net.dreamingworld.gameplay.manacraft.researches.irontree;
import net.dreamingworld.DreamingWorld;
import net.dreamingworld.core.research.Research;
import net.dreamingworld.gameplay.manacraft.researches.manainfusion.ManaInfuser;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;
import org.bukki... | 1,774 | 0.719278 | 0.719278 | 41 | 42.268291 | 38.696457 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.780488 | false | false | 14 |
7f826a4a08625049c6b3e597a241f68fe220b71c | 395,137,031,664 | d9941fd8d0d6eb02491114a1d6e3a9bd8a035e0e | /app/src/main/java/com/chatapp/synchat/app/calls/CallAck.java | b20b308eaaf3abbcef5f8f22ee78f4aceb4f73e3 | [] | no_license | AdhashGopal/Syncchat-MessagingApp | https://github.com/AdhashGopal/Syncchat-MessagingApp | 129e7f6e903ef1101241c98731e8ff1aece0da86 | 964f5d242927182ba905bb9583e51171a0efcc94 | refs/heads/master | 2022-12-27T16:59:49.241000 | 2020-09-17T07:23:36 | 2020-09-17T07:23:36 | 296,345,691 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chatapp.synchat.app.calls;
import android.content.Context;
import com.chatapp.synchat.core.message.BaseMessage;
import com.chatapp.synchat.core.message.Message;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.Arrays;
/**
*
*/
public class CallAck... | UTF-8 | Java | 2,070 | java | CallAck.java | Java | [] | null | [] | package com.chatapp.synchat.app.calls;
import android.content.Context;
import com.chatapp.synchat.core.message.BaseMessage;
import com.chatapp.synchat.core.message.Message;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.Arrays;
/**
*
*/
public class CallAck... | 2,070 | 0.57971 | 0.579227 | 79 | 25.202532 | 22.04907 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594937 | false | false | 14 |
7b00069e0de9ba765fad511e27b12d4fcccd8862 | 32,684,701,142,835 | 7154a7af63a60abb78470450d3a225eac46458be | /app/src/main/java/example/codeclan/com/wordcounter/WordCounterActivity.java | 46aba5e7dce222cec000b0aaf6342f2e69019934 | [] | no_license | Justafigurehead/WordCounter_Lab_HW | https://github.com/Justafigurehead/WordCounter_Lab_HW | e486b1881e9edb413275a7ab4b32b6dba4c4fd92 | 02b552b0ed82ddcf7e430fb613f11115cddff9ed | refs/heads/master | 2021-01-21T08:02:00.001000 | 2017-02-28T08:50:31 | 2017-02-28T08:50:31 | 83,330,169 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package example.codeclan.com.wordcounter;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
public class WordCounterActivity extends AppCompatActivi... | UTF-8 | Java | 1,302 | java | WordCounterActivity.java | Java | [] | null | [] | package example.codeclan.com.wordcounter;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
public class WordCounterActivity extends AppCompatActivi... | 1,302 | 0.718126 | 0.717358 | 40 | 31.549999 | 22.127979 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.675 | false | false | 14 |
1be70bd14d9aadf54f2791218ebf8a6d257d7af4 | 1,065,151,949,643 | db16fee6cffe5e9cb90f40da459e43e5602b29cd | /Add Digits.java | dc2859cdf96c5f1af88bf9d27d888f8774b17840 | [] | no_license | huijunwu/leetcode.java | https://github.com/huijunwu/leetcode.java | f427d5a2911881fcb1238958dc39c748ba901daf | dcd54ecc3b495b3e1c1a4fc1e75565a32bfcfd80 | refs/heads/master | 2020-12-24T06:54:13.194000 | 2016-01-16T17:31:02 | 2016-01-16T17:31:02 | 12,512,294 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Solution {
public int addDigits(int num) {
while (num > 9) {
num = String.valueOf(num).chars().map(x -> x - '0').reduce((x, y) -> x + y).getAsInt();
}
return num;
}
}
| UTF-8 | Java | 202 | java | Add Digits.java | Java | [] | null | [] | public class Solution {
public int addDigits(int num) {
while (num > 9) {
num = String.valueOf(num).chars().map(x -> x - '0').reduce((x, y) -> x + y).getAsInt();
}
return num;
}
}
| 202 | 0.539604 | 0.529703 | 8 | 24.25 | 27.98102 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 14 |
9824fd3c2d07f582e9b54047aec7ec3051698d9e | 6,390,911,358,047 | b533f62ed5ab14aa3ad754ac06f6236f518ab057 | /src/Game.java | 72e7e84d7dde684f7b44cc7af464101247483b41 | [] | no_license | dsspasov/CodeMinotaurs | https://github.com/dsspasov/CodeMinotaurs | 765c8a01fffc763c1a0164e6b152fe1ee641bf27 | 6bcb4e886f7913c06a5557e10c2568c12c159d05 | refs/heads/master | 2021-01-10T12:22:10.848000 | 2015-07-11T09:19:53 | 2015-07-11T09:19:53 | 36,287,021 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.Icon;
import javax.swing.JLabel;
import javax.swing.JRadioButton;
import javax.swing.ImageIcon;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import ja... | UTF-8 | Java | 11,260 | java | Game.java | Java | [] | null | [] | import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.Icon;
import javax.swing.JLabel;
import javax.swing.JRadioButton;
import javax.swing.ImageIcon;
import java.awt.event.ActionListener;
import java.awt.event.ActionEvent;
import ja... | 11,260 | 0.500888 | 0.483925 | 299 | 36.662209 | 24.337982 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719064 | false | false | 14 |
4bb50c0366962813129d85d6bb69af592e86247c | 27,169,963,157,805 | f2176ee4bd618a0265fbc6920f76e0e983fa2b56 | /code/MImusic/src/vnp/com/mimusic/view/MoiDvChoNhieuNguoiItemView.java | 029ae8bb6e338f5bff1f233b3c28ca248406682e | [] | no_license | fordream/viet-t-a-thang | https://github.com/fordream/viet-t-a-thang | 350790102055e8e7a3fc69513c5f772be6a47b06 | e5cc7521fc4f9fbe77bf047ee96248c902c1f624 | refs/heads/master | 2021-01-21T08:01:24.646000 | 2015-05-12T21:21:25 | 2015-05-12T21:21:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vnp.com.mimusic.view;
import vnp.com.db.VasContact;
import vnp.com.mimusic.util.Conts;
import android.content.Context;
import android.database.Cursor;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.CheckBox;
import android.widget.... | UTF-8 | Java | 3,248 | java | MoiDvChoNhieuNguoiItemView.java | Java | [] | null | [] | package vnp.com.mimusic.view;
import vnp.com.db.VasContact;
import vnp.com.mimusic.util.Conts;
import android.content.Context;
import android.database.Cursor;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.CheckBox;
import android.widget.... | 3,248 | 0.730911 | 0.729372 | 82 | 37.634148 | 39.174877 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.890244 | false | false | 14 |
5b09ad6cab9847ea9899d67af52190b7efe8b19a | 28,784,870,854,056 | f63db780fdeec6ec326f824733ae0899f54be801 | /app/src/main/java/com/mifind/shiyinote/model/ShiyiPoem.java | 3bc2d86382fe19c83abeed50afb1391c2fc89b2a | [] | no_license | MIFind/ShiYiNote | https://github.com/MIFind/ShiYiNote | 6fe783672741e8ca632f372069c2d343afedd718 | 7effd2768fcf399fdecd84ce164cfa85e0497410 | refs/heads/master | 2017-10-02T16:51:04.579000 | 2017-02-27T10:18:11 | 2017-02-27T10:18:11 | 82,894,695 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mifind.shiyinote.model;
import com.litesuits.orm.db.annotation.PrimaryKey;
import com.litesuits.orm.db.annotation.Table;
import com.litesuits.orm.db.enums.AssignType;
/**
* Created by wei on 2017/2/23.
*/
@Table("shi_yi_poem")
public class ShiyiPoem {
// 指定自增,每个对象需要有一个主键
@PrimaryKey(AssignType... | UTF-8 | Java | 1,429 | java | ShiyiPoem.java | Java | [
{
"context": "esuits.orm.db.enums.AssignType;\n\n/**\n * Created by wei on 2017/2/23.\n */\n\n@Table(\"shi_yi_poem\")\npublic c",
"end": 202,
"score": 0.9610507488250732,
"start": 199,
"tag": "USERNAME",
"value": "wei"
}
] | null | [] | package com.mifind.shiyinote.model;
import com.litesuits.orm.db.annotation.PrimaryKey;
import com.litesuits.orm.db.annotation.Table;
import com.litesuits.orm.db.enums.AssignType;
/**
* Created by wei on 2017/2/23.
*/
@Table("shi_yi_poem")
public class ShiyiPoem {
// 指定自增,每个对象需要有一个主键
@PrimaryKey(AssignType... | 1,429 | 0.598425 | 0.576235 | 69 | 19.26087 | 18.136082 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 14 |
08d0a2b946464a7dffd34603be7fa037fed59840 | 21,534,966,088,075 | d24d8d85eb2be922b3fcfdfb2e770ee974cc25a1 | /src/com/nightout/slidingmenu/HomeFragment.java | 011a7ab014d97c60efa23a3b623d98a692d800e2 | [] | no_license | manev15/Night-Out | https://github.com/manev15/Night-Out | cfa33503d6237f8e3ac0844d0805dd34f543df1a | 779089fc6603fe7c3c1ee849810feef2b7ddb1a0 | refs/heads/master | 2021-01-25T04:08:58.894000 | 2015-08-20T14:32:27 | 2015-08-20T14:32:27 | 40,510,224 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nightout.slidingmenu;
import com.google.android.gms.common.internal.IAccountAccessor;
import com.nightout.FacebookActivity;
import com.nightout.R;
import com.nightout.Singleton;
import com.nightout.foursquare.AndroidFoursquare;
import android.app.Fragment;
import android.content.Context;
import ... | UTF-8 | Java | 3,495 | java | HomeFragment.java | Java | [
{
"context": "onResume() {\n\t super.onResume();\n\t/* Log.e(\"kolkoo\", \"kolko\");\n\t \n\t int io=Singleton.getInstan",
"end": 3043,
"score": 0.8904738426208496,
"start": 3037,
"tag": "USERNAME",
"value": "kolkoo"
}
] | null | [] | package com.nightout.slidingmenu;
import com.google.android.gms.common.internal.IAccountAccessor;
import com.nightout.FacebookActivity;
import com.nightout.R;
import com.nightout.Singleton;
import com.nightout.foursquare.AndroidFoursquare;
import android.app.Fragment;
import android.content.Context;
import ... | 3,495 | 0.608584 | 0.604292 | 138 | 24.311594 | 20.229052 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.673913 | false | false | 14 |
847120529ec786d9dda3b7596aada753d9b971a7 | 8,272,107,026,221 | 311dd5b403931b56c96fb6337a3805be10ca6ce3 | /java/ehr-automation/src/main/java/com/pensee/utils/Utils.java | e20079b20e34ed1109bf49a351832bc73cfbd9b0 | [] | no_license | wjmrr/OnlyDemo | https://github.com/wjmrr/OnlyDemo | 0ccb4ac065e4e22ef0be89679021a9508b23f819 | cc8db1bfa8780e96aa8e4212f26f1296ec063262 | refs/heads/master | 2020-03-26T05:10:48.910000 | 2020-03-16T09:20:43 | 2020-03-16T09:20:43 | 144,542,019 | 0 | 1 | null | false | 2021-03-05T13:55:28 | 2018-08-13T07:06:19 | 2021-03-05T13:00:37 | 2021-03-05T13:55:27 | 102,957 | 0 | 1 | 0 | JavaScript | false | false | package com.pensee.utils;
import java.io.File;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Random;
import org.apache.commons.lang.RandomStringUtils;
public class Utils {
public sta... | UTF-8 | Java | 10,066 | java | Utils.java | Java | [] | null | [] | package com.pensee.utils;
import java.io.File;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Random;
import org.apache.commons.lang.RandomStringUtils;
public class Utils {
public sta... | 10,066 | 0.589925 | 0.581243 | 314 | 27.713375 | 23.53397 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.60828 | false | false | 14 |
8814cd1140ecb15b92dc5d62e6a319fe9acd5476 | 12,086,037,973,636 | 1fc5ebbb72ae8250416b8a96ed4384969e089465 | /src/main/java/com/mentoring/domain/entity/Card.java | f696f823a8df42c13d1e0e416310ef1cb00fa4eb | [] | no_license | ivanovaolya/mentoring-project | https://github.com/ivanovaolya/mentoring-project | c15c06b3bc57b2ae2875f5c3aff42ad9e63538ca | d1854790904493e7d107b8e96cf0f1d2e6e9e7de | refs/heads/master | 2020-12-02T19:27:37.832000 | 2017-12-04T14:53:30 | 2017-12-04T14:53:30 | 96,343,626 | 1 | 0 | null | false | 2017-12-04T14:53:31 | 2017-07-05T17:17:57 | 2017-08-16T17:08:55 | 2017-12-04T14:53:31 | 323 | 0 | 0 | 0 | Java | false | null | package com.mentoring.domain.entity;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Ta... | UTF-8 | Java | 830 | java | Card.java | Java | [
{
"context": "d;\nimport javax.persistence.Table;\n\n/**\n * @author ivanovaolyaa\n * @version 9/26/2017\n */\n@Entity\n@Table(name = \"",
"end": 353,
"score": 0.9983854293823242,
"start": 341,
"tag": "USERNAME",
"value": "ivanovaolyaa"
}
] | null | [] | package com.mentoring.domain.entity;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Ta... | 830 | 0.73012 | 0.721687 | 41 | 19.243902 | 15.054017 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365854 | false | false | 14 |
9d0b82c07f26739ef8da000a1cbae3ae368687af | 23,192,823,425,317 | f151bc97bad1e071b66ccdaa5e0518651e16d49f | /src/com/fifino/patterns/observer/Player.java | ffadbf6821ce50f4e113271e979a9b69dcbcae95 | [
"Apache-2.0"
] | permissive | ppartida/jdesign-patterns | https://github.com/ppartida/jdesign-patterns | c04e6e545e73c255cf20f9363684eed09f0f364f | c0c079fa310d73647749551c3f16240f333641b8 | refs/heads/master | 2018-01-10T19:46:43.141000 | 2016-02-22T23:33:42 | 2016-02-22T23:33:42 | 51,676,189 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fifino.patterns.observer;
/**
* Created by porfiriopartida on 2/13/16.
*/
public class Player extends Subject {
int hp = 100;
Enemy lastEnemy;
public void dmg(Enemy dmgDealer, int dmg){
if(this.hp <= 0){
System.out.println("Player is already dead. Not notyfing.");
... | UTF-8 | Java | 578 | java | Player.java | Java | [
{
"context": "e com.fifino.patterns.observer;\n\n/**\n * Created by porfiriopartida on 2/13/16.\n */\npublic class Player extends Subje",
"end": 72,
"score": 0.9991129040718079,
"start": 57,
"tag": "USERNAME",
"value": "porfiriopartida"
}
] | null | [] | package com.fifino.patterns.observer;
/**
* Created by porfiriopartida on 2/13/16.
*/
public class Player extends Subject {
int hp = 100;
Enemy lastEnemy;
public void dmg(Enemy dmgDealer, int dmg){
if(this.hp <= 0){
System.out.println("Player is already dead. Not notyfing.");
... | 578 | 0.579585 | 0.564014 | 25 | 22.120001 | 17.461546 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 14 |
31459c991e29734af618d6a6587c1b2a2ce2895f | 22,643,067,585,466 | eca4a253fe0eba19f60d28363b10c433c57ab7a1 | /eclipse/de.tif.jacob.rule/src/de/tif/jacob/rule/editor/rules/actions/ShowJavaSourceCodeAction.java | 8418a95b79301d91c13d1272fbcf299273c03982 | [] | no_license | freegroup/Open-jACOB | https://github.com/freegroup/Open-jACOB | 632f20575092516f449591bf6f251772f599e5fc | 84f0a6af83876bd21c453132ca6f98a46609f1f4 | refs/heads/master | 2021-01-10T11:08:03.604000 | 2015-05-25T10:25:49 | 2015-05-25T10:25:49 | 36,183,560 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Created on 12.01.2005
*
*/
package de.tif.jacob.rule.editor.rules.actions;
import org.eclipse.jdt.core.IJavaElement;
import org.eclipse.jdt.core.IJavaProject;
import org.eclipse.jdt.core.IType;
import org.eclipse.jdt.core.JavaCore;
import org.eclipse.jdt.ui.JavaUI;
import org.eclipse.jface.action.IAction;
impo... | UTF-8 | Java | 2,033 | java | ShowJavaSourceCodeAction.java | Java | [] | null | [] | /*
* Created on 12.01.2005
*
*/
package de.tif.jacob.rule.editor.rules.actions;
import org.eclipse.jdt.core.IJavaElement;
import org.eclipse.jdt.core.IJavaProject;
import org.eclipse.jdt.core.IType;
import org.eclipse.jdt.core.JavaCore;
import org.eclipse.jdt.ui.JavaUI;
import org.eclipse.jface.action.IAction;
impo... | 2,033 | 0.708313 | 0.704378 | 79 | 24.734177 | 26.101414 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405063 | false | false | 14 |
bb7e3f9437b2da3c6f1db8d5c174dcb3d60995c0 | 7,310,034,392,102 | 0721305fd9b1c643a7687b6382dccc56a82a2dad | /src/app.zenly.locator_4.8.0_base_source_from_JADX/sources/p213co/znly/models/core/TypesProto$HeadingOrBuilder.java | 70533002d7b8d21c1e5c63b143ed9dfd4366a1f4 | [] | no_license | a2en/Zenly_re | https://github.com/a2en/Zenly_re | 09c635ad886c8285f70a8292ae4f74167a4ad620 | f87af0c2dd0bc14fd772c69d5bc70cd8aa727516 | refs/heads/master | 2020-12-13T17:07:11.442000 | 2020-01-17T04:32:44 | 2020-01-17T04:32:44 | 234,470,083 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p213co.znly.models.core;
import p213co.znly.core.vendor.com.google.protobuf.MessageLiteOrBuilder;
import p213co.znly.core.vendor.com.google.protobuf.Timestamp;
/* renamed from: co.znly.models.core.TypesProto$HeadingOrBuilder */
public interface TypesProto$HeadingOrBuilder extends MessageLiteOrBuilder {
do... | UTF-8 | Java | 462 | java | TypesProto$HeadingOrBuilder.java | Java | [] | null | [] | package p213co.znly.models.core;
import p213co.znly.core.vendor.com.google.protobuf.MessageLiteOrBuilder;
import p213co.znly.core.vendor.com.google.protobuf.Timestamp;
/* renamed from: co.znly.models.core.TypesProto$HeadingOrBuilder */
public interface TypesProto$HeadingOrBuilder extends MessageLiteOrBuilder {
do... | 462 | 0.779221 | 0.75974 | 17 | 26.17647 | 26.778471 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.