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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
132bb4fcc2bd452c8580b3d652f37889ee0fc989 | 8,392,366,102,844 | 0a6272d9efc2f6ad005b81a6054e6f3247f3f0cd | /src/test/java/com/efte/helpers/SelectorHelper.java | def43669e08127fb67de73e5567609b040f06914 | [] | no_license | milror00/EFTE | https://github.com/milror00/EFTE | 30a2b83fced6d619e7ca60d4a80ed745d8429a2d | a3c777b7b7225ee08b23d4f51fa2bb96dc8f7558 | refs/heads/master | 2020-02-05T22:09:24.901000 | 2014-07-31T15:15:39 | 2014-07-31T15:15:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.efte.helpers;
import org.openqa.selenium.By;
public class SelectorHelper {
protected final String bycss = "css";
protected final String byxpath = "xpath";
protected final String byid = "id";
private final String linkAction = "click";
private final String inputAction = "input";
private final String... | UTF-8 | Java | 2,895 | java | SelectorHelper.java | Java | [] | null | [] | package com.efte.helpers;
import org.openqa.selenium.By;
public class SelectorHelper {
protected final String bycss = "css";
protected final String byxpath = "xpath";
protected final String byid = "id";
private final String linkAction = "click";
private final String inputAction = "input";
private final String... | 2,895 | 0.731261 | 0.731261 | 97 | 28.845362 | 27.656338 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.907217 | false | false | 10 |
0c08d7a69c8ee41615ff74ca1585e8bacf8c7dcc | 11,089,605,578,663 | 5872d6a276d350b2760f4bf57662379a5a1a5ecd | /LineaPedido.java | 5e588b6ae249591e4462ffee39a6acfd74d58299 | [] | no_license | mprog1920/ENTRE-01-UT4-Pedido | https://github.com/mprog1920/ENTRE-01-UT4-Pedido | ecfdad662cb3bf549c3fa1aad5d4b8dfaef7159a | 0b01d30411910e3ee3c6381ffb296f7c71310f3b | refs/heads/master | 2020-09-06T04:16:42.205000 | 2019-11-20T18:17:11 | 2019-11-20T18:17:11 | 220,318,812 | 0 | 1 | null | true | 2019-11-20T18:17:13 | 2019-11-07T20:00:32 | 2019-11-20T18:07:41 | 2019-11-20T18:17:12 | 8 | 0 | 1 | 0 | Java | false | false |
/**
* Describe una línea de un pedido
* En una línea de pedido se incluye un producto
* y el nº de unidades compradas de ese producto
*
*/
public class LineaPedido
{
private Producto producto;
private int cantidad;
/**
* Constructor
*/
public LineaPedido() {
... | UTF-8 | Java | 829 | java | LineaPedido.java | Java | [] | null | [] |
/**
* Describe una línea de un pedido
* En una línea de pedido se incluye un producto
* y el nº de unidades compradas de ese producto
*
*/
public class LineaPedido
{
private Producto producto;
private int cantidad;
/**
* Constructor
*/
public LineaPedido() {
... | 829 | 0.526764 | 0.526764 | 47 | 16.468084 | 16.213799 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.06383 | false | false | 10 |
d19159a3045af7dc04a8e705d11b8cb04b6d84e1 | 28,011,776,709,615 | ec2ddc2d112b8772750278e521f77718129b5198 | /src/main/java/com/sky/erp/sys/common/MyFileUtil.java | 19c820ae0f8faa7b43931415998526373d729957 | [] | no_license | syk-kk/erp | https://github.com/syk-kk/erp | cafee102fe296f3012a34b6d5c6a014218a16714 | 953cac9184fa89b266ba940fd66457430409ddaf | refs/heads/master | 2023-04-19T09:18:43.772000 | 2021-03-24T07:39:19 | 2021-03-24T07:39:19 | 279,468,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sky.erp.sys.common;
import cn.hutool.core.io.FileUtil;
import cn.hutool.core.util.IdUtil;
import cn.hutool.core.util.StrUtil;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
... | UTF-8 | Java | 3,324 | java | MyFileUtil.java | Java | [] | null | [] | package com.sky.erp.sys.common;
import cn.hutool.core.io.FileUtil;
import cn.hutool.core.util.IdUtil;
import cn.hutool.core.util.StrUtil;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.MediaType;
import org.springframework.http.ResponseEntity;
... | 3,324 | 0.604364 | 0.604364 | 118 | 25.79661 | 23.980062 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432203 | false | false | 10 |
b48c31a06b066b13bfe946a61fce72483b2588ec | 9,045,201,129,161 | b1cd026dd89e46949b905f480bc05e33b230698b | /src/com/liberty/rtk/extension/epprtk/example/LaunchClaimsExample.java | 4a2e85ed79644358f54389587edd381bb3e1e77f | [] | no_license | davidlighty/EPPLibrary | https://github.com/davidlighty/EPPLibrary | 4b0f508764768c5e6ded623638cc6fc5ac459476 | db715f29cf4ad75eb8436128f0c0b4e6c8f879e3 | refs/heads/master | 2021-01-25T10:44:11.809000 | 2013-09-19T15:34:14 | 2013-09-19T15:34:14 | 12,819,957 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
**
** EPP RTK Java
** Copyright (C) 2001, Liberty Registry Management Services, Inc.
**
**
** This library is free software; you can redistribute it and/or
** modify it under the terms of the GNU Lesser General Public
** License as published by the Free Software Foundation; either
** version 2.1 of the Lice... | UTF-8 | Java | 21,610 | java | LaunchClaimsExample.java | Java | [] | null | [] | /*
**
** EPP RTK Java
** Copyright (C) 2001, Liberty Registry Management Services, Inc.
**
**
** This library is free software; you can redistribute it and/or
** modify it under the terms of the GNU Lesser General Public
** License as published by the Free Software Foundation; either
** version 2.1 of the Lice... | 21,610 | 0.719898 | 0.71615 | 615 | 34.13821 | 26.904446 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.201626 | false | false | 10 |
05b9534f621efcd3f038cfcc105bf4269cd2932e | 13,511,967,113,474 | fc6c869ee0228497e41bf357e2803713cdaed63e | /weixin6519android1140/src/sourcecode/com/tencent/mm/plugin/card/sharecard/ui/j.java | a2f61b3fd0a284356dd0079b48602c4eeef4e339 | [] | no_license | hyb1234hi/reverse-wechat | https://github.com/hyb1234hi/reverse-wechat | cbd26658a667b0c498d2a26a403f93dbeb270b72 | 75d3fd35a2c8a0469dbb057cd16bca3b26c7e736 | refs/heads/master | 2020-09-26T10:12:47.484000 | 2017-11-16T06:54:20 | 2017-11-16T06:54:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.plugin.card.sharecard.ui;
import android.content.Context;
import android.content.res.Resources;
import android.text.TextUtils;
import android.text.TextUtils.TruncateAt;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup.LayoutParams;
import android.... | UTF-8 | Java | 14,888 | java | j.java | Java | [
{
"context": "ocalIDKey1 = new IDKey();\n localIDKey1.SetID(281);\n localIDKey1.SetKey(5);\n localIDKey1.",
"end": 13081,
"score": 0.6530160307884216,
"start": 13078,
"tag": "KEY",
"value": "281"
},
{
"context": "calIDKey2 = new IDKey();\n localIDKey2.SetID(281);\... | null | [] | package com.tencent.mm.plugin.card.sharecard.ui;
import android.content.Context;
import android.content.res.Resources;
import android.text.TextUtils;
import android.text.TextUtils.TruncateAt;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup.LayoutParams;
import android.... | 14,888 | 0.612305 | 0.573079 | 411 | 35.226276 | 27.450994 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.788321 | false | false | 10 |
5405879aa34ca50d9eba437661dc35b51d5f3279 | 25,460,566,132,311 | ed9897fd6f2869f4d5fe0cb1f3c07b44319dd8ed | /imodel-security-core/src/main/java/com/imodel/core/validate/pojo/ValidateCode.java | 5eb0dff707e4cfd9a592127eab3996244da8640e | [] | no_license | cqp1116/imodelSecurity | https://github.com/cqp1116/imodelSecurity | d63dd0f036403c27622a7bb9fcdd223e1432ca78 | 8d71268d20be867ace6217f62e097ff6cc4c7dae | refs/heads/master | 2020-04-01T22:41:37.306000 | 2018-10-19T03:36:58 | 2018-10-19T03:36:58 | 153,722,235 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imodel.core.validate.pojo;
import java.time.LocalDateTime;
/**
* @auther 陈庆朋
* @create 2018/8/17
*/
public class ValidateCode {
private String code;//输入信息
private LocalDateTime exprieTime;//图片验证码有效时间
/**
* 构造方法
* @param code
* @param exprieTime
*/
public ValidateCod... | UTF-8 | Java | 1,113 | java | ValidateCode.java | Java | [
{
"context": "\n\nimport java.time.LocalDateTime;\n\n/**\n * @auther 陈庆朋\n * @create 2018/8/17\n */\npublic class ValidateCod",
"end": 91,
"score": 0.999454140663147,
"start": 88,
"tag": "NAME",
"value": "陈庆朋"
}
] | null | [] | package com.imodel.core.validate.pojo;
import java.time.LocalDateTime;
/**
* @auther 陈庆朋
* @create 2018/8/17
*/
public class ValidateCode {
private String code;//输入信息
private LocalDateTime exprieTime;//图片验证码有效时间
/**
* 构造方法
* @param code
* @param exprieTime
*/
public ValidateCod... | 1,113 | 0.612207 | 0.605634 | 53 | 19.094339 | 18.509829 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.283019 | false | false | 10 |
a62032270fa680758a36c7a5016909d11c8d49e7 | 16,664,473,115,138 | 9d6eec6851280c64b08d70c80f0aea81e4ae3668 | /old_src/spring/ApproachWinner.java | 0ee4f068c3e401bfca6c0a40e0dd4e6ab5a62697 | [] | no_license | jmcgover/k-rap | https://github.com/jmcgover/k-rap | 28a11a89b95074de5d55b1816aef5d96ce6ca6e3 | a437bb744a99973eb39167b0f80039d5ce149622 | refs/heads/master | 2021-06-16T10:47:44.606000 | 2017-04-19T09:52:57 | 2017-04-19T09:52:57 | 27,200,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class ApproachWinner {
/*Constructor*/
private int k[];
private double alpha[];
private Phylogeny tree;
private List<Pyroprint> isolates1623;
private List<Pyroprint> isolates235;
private ExperimentResult[][] results;
public ApproachWinner(int k[], double alpha[], Phy... | UTF-8 | Java | 6,398 | java | ApproachWinner.java | Java | [] | null | [] | import java.util.*;
public class ApproachWinner {
/*Constructor*/
private int k[];
private double alpha[];
private Phylogeny tree;
private List<Pyroprint> isolates1623;
private List<Pyroprint> isolates235;
private ExperimentResult[][] results;
public ApproachWinner(int k[], double alpha[], Phy... | 6,398 | 0.506721 | 0.47593 | 180 | 34.544445 | 24.94334 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.844444 | false | false | 10 |
23876e0654991b87bdd73613522ca33a4796316a | 8,598,524,593,429 | 1bbfe9d4ee3afffe30ab9852167e3bdbe267e2c2 | /src/main/java/Config/ExpressAppInitializer.java | cb024d4038d8a8b2cae44c0c08cea170fc0b3f93 | [] | no_license | wyao919/FoodMonsterExpress | https://github.com/wyao919/FoodMonsterExpress | 2102f83da46c888cc0121fc242209c86eec3e463 | 6aefb93cb7c1456eda002b49457814cbc7509678 | refs/heads/main | 2023-03-11T19:04:05.946000 | 2021-02-25T00:38:26 | 2021-02-25T00:38:26 | 336,927,263 | 0 | 1 | null | false | 2021-02-25T00:38:27 | 2021-02-08T01:14:23 | 2021-02-20T19:53:20 | 2021-02-25T00:38:26 | 82 | 0 | 0 | 0 | Java | false | false | package Config;
import org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer;
public class ExpressAppInitializer extends AbstractAnnotationConfigDispatcherServletInitializer {
@Override
protected Class<?>[] getRootConfigClasses() {
// TODO Auto-generated method stub
retur... | UTF-8 | Java | 550 | java | ExpressAppInitializer.java | Java | [] | null | [] | package Config;
import org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer;
public class ExpressAppInitializer extends AbstractAnnotationConfigDispatcherServletInitializer {
@Override
protected Class<?>[] getRootConfigClasses() {
// TODO Auto-generated method stub
retur... | 550 | 0.754545 | 0.754545 | 27 | 19.370371 | 27.148628 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.037037 | false | false | 10 |
6f383f4eca6ddf918182341cfbd6ac3e8e61c51d | 23,897,198,089,470 | fb896f172ac4c584ee8751ece999b224bfca3a37 | /Text_Watcher/app/src/main/java/br/edu/ifpb/text_watcher/activity/Splash.java | cd43f139a2c6e923983aa3607067acffc8dd0e5d | [
"Apache-2.0"
] | permissive | rafaelbelarmino/Text_Watcher | https://github.com/rafaelbelarmino/Text_Watcher | e46fe0e9e161acb6ed3d308e5c27cdc89f0e4169 | dc95ae655898a75aaecb1ba771cd37c1b0754e2a | refs/heads/master | 2020-06-20T04:35:26.186000 | 2016-03-05T22:22:08 | 2016-03-05T22:22:08 | 52,688,705 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.edu.ifpb.text_watcher.activity;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.os.Handler;
import br.edu.ifpb.text_watcher.MainActivity;
import br.edu.ifpb.text_watcher.R;
public class Splash extends Activity implements Runnable{
@Override
pr... | UTF-8 | Java | 677 | java | Splash.java | Java | [] | null | [] | package br.edu.ifpb.text_watcher.activity;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.os.Handler;
import br.edu.ifpb.text_watcher.MainActivity;
import br.edu.ifpb.text_watcher.R;
public class Splash extends Activity implements Runnable{
@Override
pr... | 677 | 0.716396 | 0.710487 | 26 | 25.038462 | 21.010036 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576923 | false | false | 10 |
2187bde9c8e1fdb9a43d92c969b6e2851828f9f7 | 24,550,033,095,164 | fc5f16c7dd1cd7aee2d2ca0eb414860b5ad6d384 | /src/temp/src/minecraft/net/minecraft/src/DemoWorldServer.java | b0e0f708cb8ea3be695108c04a44dc3409f9b698 | [] | no_license | Nickorama21/Minecraft--TI-Nspire-CX-Port | https://github.com/Nickorama21/Minecraft--TI-Nspire-CX-Port | 44eeca7a742d199e223d712866352a9e12b3290c | 95acc13c310f519ed8d4ed5a755ef70712da532f | refs/heads/master | 2020-05-17T11:31:43.456000 | 2012-09-01T17:24:47 | 2012-09-01T17:24:52 | 5,623,326 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minecraft.src;
import net.minecraft.server.MinecraftServer;
import net.minecraft.src.EnumGameType;
import net.minecraft.src.ISaveHandler;
import net.minecraft.src.Profiler;
import net.minecraft.src.WorldServer;
import net.minecraft.src.WorldSettings;
import net.minecraft.src.WorldType;
public class DemoWo... | UTF-8 | Java | 834 | java | DemoWorldServer.java | Java | [] | null | [] | package net.minecraft.src;
import net.minecraft.server.MinecraftServer;
import net.minecraft.src.EnumGameType;
import net.minecraft.src.ISaveHandler;
import net.minecraft.src.Profiler;
import net.minecraft.src.WorldServer;
import net.minecraft.src.WorldSettings;
import net.minecraft.src.WorldType;
public class DemoWo... | 834 | 0.757794 | 0.66187 | 21 | 38.666668 | 44.235661 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 10 |
c516eea8a95b52e7bd88c7f75e31e04afa243ccd | 29,368,986,388,826 | 607921c17a2d6dd7dd9bb120816d529fe2b19fef | /src/main/java/com/core/controller/ListController.java | 7de643e1783925b520547ae119333cd8f8f01fdd | [] | no_license | sunlittlebill/hmlzs | https://github.com/sunlittlebill/hmlzs | bf025ec4a75303223cabe23b88eea8cdac369323 | 59f25cb569bbefcf6bba46186c2612dc4e88e4a6 | refs/heads/master | 2020-12-29T02:39:23.304000 | 2017-01-05T11:01:51 | 2017-01-05T11:01:51 | 42,433,147 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.core.controller;
import com.core.config.Config;
import com.core.service.ListService;
import com.core.util.Constant;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.spri... | UTF-8 | Java | 1,631 | java | ListController.java | Java | [
{
"context": "etRequest;\nimport java.io.File;\n\n/**\n * Created by sunpeng\n */\n@Controller\n@RequestMapping(\"/\")\npublic class",
"end": 585,
"score": 0.9994866251945496,
"start": 578,
"tag": "USERNAME",
"value": "sunpeng"
}
] | null | [] | package com.core.controller;
import com.core.config.Config;
import com.core.service.ListService;
import com.core.util.Constant;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.spri... | 1,631 | 0.71155 | 0.709697 | 53 | 29.566038 | 29.764174 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566038 | false | false | 10 |
f57ccdfd56aa5b5859dcd6e8df658acff7869343 | 17,489,106,843,103 | 716a35a76351fa32ce5a4b558a8adfdeb2fe7472 | /src/main/java/com/wanying/controller/MyAccountController.java | 6aba3d0ff5ec9985455a9d7d8eaaaad5adb2dc1c | [] | no_license | wanyingxue94/pattern | https://github.com/wanyingxue94/pattern | e46d2f13392e8dca61b9259d39fc544c30315e91 | 38867d6b17bd93ac6f33221e07de471691ed9096 | refs/heads/master | 2020-03-07T22:49:01.642000 | 2018-04-16T12:53:06 | 2018-04-16T12:53:06 | 127,764,710 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wanying.controller;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.... | UTF-8 | Java | 1,781 | java | MyAccountController.java | Java | [] | null | [] | package com.wanying.controller;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.... | 1,781 | 0.788321 | 0.788321 | 55 | 31.381819 | 28.38533 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.727273 | false | false | 10 |
d9395c3db9c7ea266caa7ad63a1c971d7964b9f5 | 9,783,935,523,097 | c8609806266a992c75d212b4b0e3213a498e421e | /08-web/src/main/java/org/middlesoft/shiro/entity/qo/SysRoleQo.java | 12086de70a72ba570e90de105b7407b37976dc6f | [] | no_license | DoubleShadowLZF/shiro | https://github.com/DoubleShadowLZF/shiro | 50935a2e9f4c117f1576e2441a7c1b306c2b372f | 194d714aa67866e290a233e6d9c6a468939ca0e0 | refs/heads/master | 2020-05-03T14:53:52.059000 | 2019-04-04T12:54:28 | 2019-04-04T12:54:28 | 178,690,992 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.middlesoft.shiro.entity.qo;
import lombok.Data;
import lombok.experimental.Accessors;
import java.util.List;
/**
* the entity class of sys_role
*/
@Data
@Accessors(chain = true)
public class SysRoleQo {
private Long id;
/**
* 角色名
*/
private String roleName;
private java.sq... | UTF-8 | Java | 540 | java | SysRoleQo.java | Java | [] | null | [] | package org.middlesoft.shiro.entity.qo;
import lombok.Data;
import lombok.experimental.Accessors;
import java.util.List;
/**
* the entity class of sys_role
*/
@Data
@Accessors(chain = true)
public class SysRoleQo {
private Long id;
/**
* 角色名
*/
private String roleName;
private java.sq... | 540 | 0.660232 | 0.656371 | 34 | 14.235294 | 14.237603 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323529 | false | false | 10 |
7adcc27156c9816991f304be5dfef719a057d2ef | 21,449,066,693,580 | 6ee3b71cf61a4cc9428bc89fcd00f5f565314920 | /yourcolor/src/yourcolor/MenuEstadisticas.java | eb424ecb6a9962bce71c9f4b91a68d38bc6d2227 | [] | no_license | blackfiiire/yourcolor | https://github.com/blackfiiire/yourcolor | aef985218877825f0248a4748545a289ea348a50 | d4cc9e747f2f1ac2b6e5b30b7a456bab9b0821fa | refs/heads/master | 2021-01-10T14:14:30.558000 | 2015-11-24T14:32:12 | 2015-11-24T14:32:12 | 43,905,718 | 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 yourcolor;
import Estadisticas.gananciasanuales;
import Estadisticas.gananciasdiarias;
import Estadisticas.gananciasmensuales;... | UTF-8 | Java | 24,545 | java | MenuEstadisticas.java | Java | [
{
"context": "t javax.swing.JInternalFrame;\n\n\n\n/**\n *\n * @author Kampu\n */\npublic class MenuEstadisticas extends javax.s",
"end": 901,
"score": 0.9993703961372375,
"start": 896,
"tag": "NAME",
"value": "Kampu"
}
] | 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 yourcolor;
import Estadisticas.gananciasanuales;
import Estadisticas.gananciasdiarias;
import Estadisticas.gananciasmensuales;... | 24,545 | 0.65492 | 0.645182 | 494 | 48.686234 | 40.704185 | 192 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.789474 | false | false | 10 |
8cb42e50f26946b5893a5f82cc6944fa22c5c2b0 | 23,364,622,136,273 | dae0d47fec9c182db5923fa65abca36b576eeea1 | /src/main/java/org/wx/jiu/mapper/GoodTypeSmallMapper.java | d6ee2123fb941e9e265af4ee2521e0c25c7c179c | [] | no_license | Xpz9523/myTest | https://github.com/Xpz9523/myTest | 38e6f1e07a50b1bb9125e5dc4c9ab0dcc8645ac5 | 25ab879879f45a45722e9e36796643d91257a6bb | refs/heads/master | 2022-06-24T10:53:58.428000 | 2019-06-04T14:59:58 | 2019-06-04T14:59:58 | 190,027,972 | 0 | 0 | null | false | 2022-06-21T01:13:17 | 2019-06-03T15:02:53 | 2019-06-04T15:06:54 | 2022-06-21T01:13:16 | 32,788 | 0 | 0 | 5 | JavaScript | false | false | package org.wx.jiu.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.wx.jiu.common.BaseMapper;
import org.wx.jiu.domain.GoodTypeBig;
import org.wx.jiu.domain.GoodTypeSmall;
@Mapper
public interface GoodTypeSmallMapper extends BaseMapper<GoodTypeSmall> {
/**
* 查询所有商... | UTF-8 | Java | 908 | java | GoodTypeSmallMapper.java | Java | [
{
"context": "TypeSmall> {\r\n\t/**\r\n\t * 查询所有商品xiao类型且状态是未删除状态的 作者:Xpz\r\n\t */\r\n\tList<GoodTypeSmall> selectSmallAll();\r\n\r\n",
"end": 344,
"score": 0.9875487089157104,
"start": 341,
"tag": "USERNAME",
"value": "Xpz"
},
{
"context": "l> selectSmallAll();\r\n\r\n\t/**\r\n\t * ... | null | [] | package org.wx.jiu.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.wx.jiu.common.BaseMapper;
import org.wx.jiu.domain.GoodTypeBig;
import org.wx.jiu.domain.GoodTypeSmall;
@Mapper
public interface GoodTypeSmallMapper extends BaseMapper<GoodTypeSmall> {
/**
* 查询所有商... | 908 | 0.725191 | 0.725191 | 36 | 19.888889 | 21.254774 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 10 |
b6a09dc6b29ce827190e18675a839acc69251964 | 27,522,150,501,585 | cea3fe1ae551bf2f81b431876d15563d6347119b | /case Origin Source/case SpringBootAOP/src/main/java/com/gang/aop/demo/service/OtherService.java | 50bc6ed5dbd394fe05b89fd418d9f3281d80f14e | [] | no_license | black-ant/case | https://github.com/black-ant/case | 2e33cbd74b559924d3a53092a8b070edea4d143d | 589598bb41398b330bc29b2ca61757296b55b579 | refs/heads/master | 2023-07-31T23:22:51.168000 | 2022-07-24T06:15:53 | 2022-07-24T06:15:53 | 137,761,384 | 86 | 26 | null | false | 2023-07-17T01:03:21 | 2018-06-18T14:22:01 | 2023-06-08T02:21:37 | 2023-07-17T01:03:20 | 156,222 | 78 | 25 | 38 | Java | false | false | package com.gang.aop.demo.service;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
/**
* @Classname OtherService
* @Description TODO
* @Date 2021/6/24
* @Created by zengzg
*/
@Component
public class OtherService {
private Logger logger = LoggerFactor... | UTF-8 | Java | 476 | java | OtherService.java | Java | [
{
"context": "Description TODO\n * @Date 2021/6/24\n * @Created by zengzg\n */\n@Component\npublic class OtherService {\n\n p",
"end": 235,
"score": 0.9996671676635742,
"start": 229,
"tag": "USERNAME",
"value": "zengzg"
}
] | null | [] | package com.gang.aop.demo.service;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
/**
* @Classname OtherService
* @Description TODO
* @Date 2021/6/24
* @Created by zengzg
*/
@Component
public class OtherService {
private Logger logger = LoggerFactor... | 476 | 0.678571 | 0.659664 | 22 | 20.636364 | 19.597183 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 10 |
41b02bc1102e9706d029a78be6eee47886299d07 | 27,565,100,114,984 | 07593813271271dd226b127eb6abec07cb4862f5 | /Circulemos2/Circulemos2DTO/src/main/java/co/com/datatools/c2/dto/reglas/comparendo/ActInicioContravencioBR.java | 55e3e039a38f59601c074e416f03222f08b91045 | [] | no_license | Divier/proyectojee | https://github.com/Divier/proyectojee | 6f28cde44e7d721c86bfa6892b016a90169c65bc | f30892222fa9949dae2d9fc74a750e207d962736 | refs/heads/master | 2021-04-30T16:58:17.051000 | 2017-02-09T15:39:54 | 2017-02-09T15:39:54 | 80,161,866 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.datatools.c2.dto.reglas.comparendo;
import java.io.Serializable;
/**
* Clase utilizada para consultar los codigos de las actividades relacionadas a inicio de procesos contravencionales
*
* @author robert.bautista - 14/08/2014
*/
public class ActInicioContravencioBR extends ActividadesInicioBR impl... | UTF-8 | Java | 462 | java | ActInicioContravencioBR.java | Java | [
{
"context": "nicio de procesos contravencionales\n * \n * @author robert.bautista - 14/08/2014\n */\npublic class ActInicioContravenc",
"end": 233,
"score": 0.9908175468444824,
"start": 218,
"tag": "NAME",
"value": "robert.bautista"
}
] | null | [] | package co.com.datatools.c2.dto.reglas.comparendo;
import java.io.Serializable;
/**
* Clase utilizada para consultar los codigos de las actividades relacionadas a inicio de procesos contravencionales
*
* @author robert.bautista - 14/08/2014
*/
public class ActInicioContravencioBR extends ActividadesInicioBR impl... | 462 | 0.755411 | 0.733766 | 18 | 24.666666 | 33.221478 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 10 |
230fd37f530adb2c6e860eadd4edf8303fe5d1d2 | 30,623,116,852,828 | 00fd618257b40c86e9e62fda1a68fc9a4b4efdd7 | /JavaWeb 系列/myblog/src/main/java/com/flybear/blog/Bean/BeanComment.java | ba7b711093c6767b41941fd0d1013bac210d9c51 | [] | no_license | fly-bear/mygit | https://github.com/fly-bear/mygit | 5aa95398d24e270ed2872846ab8c887ee8a5ea30 | c8aa901f8fbe3efbd094db2cab22d630d6bb47ce | refs/heads/master | 2023-03-29T08:48:24.454000 | 2022-12-09T03:36:03 | 2022-12-09T03:36:03 | 107,864,668 | 35 | 8 | null | false | 2023-03-23T20:38:27 | 2017-10-22T12:40:29 | 2022-12-09T03:29:22 | 2023-03-23T20:38:23 | 233,705 | 22 | 6 | 3 | HTML | false | false | package com.flybear.blog.Bean;
import org.springframework.stereotype.Component;
@Component
public class BeanComment {
private String name;
private String content;
private int articleid;
private int replied;
private String email;
private String date;
private String website;
private Stri... | UTF-8 | Java | 1,588 | java | BeanComment.java | Java | [] | null | [] | package com.flybear.blog.Bean;
import org.springframework.stereotype.Component;
@Component
public class BeanComment {
private String name;
private String content;
private int articleid;
private int replied;
private String email;
private String date;
private String website;
private Stri... | 1,588 | 0.588791 | 0.588791 | 88 | 17.045454 | 14.43867 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.329545 | false | false | 10 |
e449d66e9ca2bc3f1bb689de70807a39e2d1f336 | 9,569,187,172,399 | a08c862b2e4b165a21f051037377beb17f8df16a | /选择附件/src/com/extra/res/ViewRes.java | 59d8419323d1ded0597458e2e19067614392e4d3 | [
"Apache-2.0"
] | permissive | tangjiabing/ExtraView | https://github.com/tangjiabing/ExtraView | 771e476137cc901246fca95c3b591bfb698ad319 | 0062dabfc5c92517c453af90cdd2f11427a1dd8d | refs/heads/master | 2021-01-10T02:50:33.597000 | 2016-03-31T15:57:23 | 2016-03-31T15:57:23 | 55,163,264 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.extra.res;
/**
*
* @author tangjiabing
*
* @see 开源时间:2016年03月31日
*
* 记得给我个star哦~
*
*/
public class ViewRes {
public static final String audioImageView = "audioImageView";
public static final String audioText = "audioText";
public static final String backImageView = "backImageView";
pu... | GB18030 | Java | 1,545 | java | ViewRes.java | Java | [
{
"context": "package com.extra.res;\n\n/**\n * \n * @author tangjiabing\n * \n * @see 开源时间:2016年03月31日\n * \n * 记得给我个sta",
"end": 54,
"score": 0.9993329644203186,
"start": 43,
"tag": "USERNAME",
"value": "tangjiabing"
}
] | null | [] | package com.extra.res;
/**
*
* @author tangjiabing
*
* @see 开源时间:2016年03月31日
*
* 记得给我个star哦~
*
*/
public class ViewRes {
public static final String audioImageView = "audioImageView";
public static final String audioText = "audioText";
public static final String backImageView = "backImageView";
pu... | 1,545 | 0.769281 | 0.764008 | 39 | 37.897434 | 24.471642 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25641 | false | false | 10 |
7e5cb6078f58cc9abecfef29de5e5d1dbaaee6fd | 5,085,241,318,485 | 2077f1187bcbc6acbdfba9e7323d04168d350375 | /app/src/main/java/de/franziskaneum/timetable/Timetable.java | bc84c2be3c3df9e2f3a127de17b0e89b4d01286b | [] | no_license | niko132/franziskaneum_android | https://github.com/niko132/franziskaneum_android | bbabac93bd4fadd5f90799d3cc8642a0dee65b0c | 517865cc0159068b3fffb1fe5ca3760d9c538f45 | refs/heads/master | 2021-07-12T03:12:06.497000 | 2020-10-08T15:49:49 | 2020-10-08T15:49:49 | 210,671,562 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.franziskaneum.timetable;
import android.os.Parcel;
import android.os.Parcelable;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import com.google.gson.Gson;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutput... | UTF-8 | Java | 7,800 | java | Timetable.java | Java | [
{
"context": ".Arrays;\nimport java.util.List;\n\n/**\n * Created by Niko on 16.02.2016.\n */\npublic class Timetable extends",
"end": 489,
"score": 0.9690726399421692,
"start": 485,
"tag": "USERNAME",
"value": "Niko"
}
] | null | [] | package de.franziskaneum.timetable;
import android.os.Parcel;
import android.os.Parcelable;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import com.google.gson.Gson;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutput... | 7,800 | 0.53359 | 0.53 | 279 | 26.956989 | 22.640362 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448029 | false | false | 10 |
c180678d402bd928465e954c8cd4a010a59f7d13 | 4,071,629,028,616 | ac5d7db4d69cfe169eb706dcb801b8672eaa75af | /okhttp/src/main/java/okhttp3/Call.java | 9e0d7003891623c213a3ea02db227a506127f678 | [
"Apache-2.0"
] | permissive | SamanLan/okhttp | https://github.com/SamanLan/okhttp | 5bcbde894ead49a5c7aea8ddca0004c0ed2a9b53 | 24a074ee2daf47a6317745eafaf885be2e63bca8 | refs/heads/master | 2021-01-20T15:58:53.118000 | 2017-05-12T09:09:44 | 2017-05-12T09:09:44 | 90,806,746 | 0 | 0 | null | true | 2017-05-10T01:15:16 | 2017-05-10T01:15:16 | 2017-05-10T01:15:15 | 2017-05-09T16:46:10 | 15,944 | 0 | 0 | 0 | null | null | null | /*
* Copyright (C) 2014 Square, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | UTF-8 | Java | 2,669 | java | Call.java | Java | [] | null | [] | /*
* Copyright (C) 2014 Square, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | 2,669 | 0.725946 | 0.719106 | 73 | 29.041096 | 29.258619 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30137 | false | false | 10 |
6395b53a53170452bb8aff390d28e3d3ca6b3e22 | 31,370,441,164,943 | effd211694591968a5e40d3eeb93d358f7a509d7 | /src/test/java/com/freecrm/qa/testcases/HomePageTest.java | 8b6d776310a2729b0f4f5e61ecf7b0b11cfa2436 | [] | no_license | Gopal77namasivayam/HotelApp | https://github.com/Gopal77namasivayam/HotelApp | ca947012f119b92f2af301b62bcccfe908792bdf | 0c5a330afd71d0803e72a1674a2097ea5da43d82 | refs/heads/master | 2022-12-31T12:28:34.727000 | 2020-10-23T20:34:20 | 2020-10-23T20:34:20 | 306,549,746 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.freecrm.qa.testcases;
import java.io.IOException;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.freecrm.qa.base.Base;
import com.freecrm.qa.pages.ContactPage;
import com.freecrm.qa.pages.Deal... | UTF-8 | Java | 1,560 | java | HomePageTest.java | Java | [] | null | [] | package com.freecrm.qa.testcases;
import java.io.IOException;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import com.freecrm.qa.base.Base;
import com.freecrm.qa.pages.ContactPage;
import com.freecrm.qa.pages.Deal... | 1,560 | 0.757051 | 0.757051 | 68 | 21.941177 | 19.933626 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.382353 | false | false | 10 |
47e2e7cd5c0d2581eed14074d405dea4dd080f73 | 3,152,506,024,653 | 2334c43ce7d3e466023eaf70f4ca7e70137130f0 | /modules/javacc/src/main/java/org/shaolin/javacc/statement/TryStatement.java | 1b719d66a36129fae6f709391153b485b2aabf49 | [
"Apache-2.0"
] | permissive | xingbo/uimaster | https://github.com/xingbo/uimaster | f3651f66f79b75bf035ecff61f10e19868c5aacb | f4f520716e94b24fee4999cb75be78481c8259f0 | refs/heads/master | 2020-12-24T11:37:00.621000 | 2015-07-28T11:49:53 | 2015-07-28T11:49:53 | 41,100,224 | 3 | 0 | null | true | 2015-08-20T14:26:57 | 2015-08-20T14:26:57 | 2015-07-30T02:12:03 | 2015-08-16T15:36:18 | 5,164 | 0 | 0 | 0 | null | null | null | package org.shaolin.javacc.statement;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.shaolin.bmdp.i18n.ExceptionConstants;
import org.shaolin.javacc.context.DefaultEvaluationContext;
import org.shaolin.javacc.context.DefaultParsingContext;
import org.shaolin.javacc.context.OOE... | UTF-8 | Java | 7,488 | java | TryStatement.java | Java | [] | null | [] | package org.shaolin.javacc.statement;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import org.shaolin.bmdp.i18n.ExceptionConstants;
import org.shaolin.javacc.context.DefaultEvaluationContext;
import org.shaolin.javacc.context.DefaultParsingContext;
import org.shaolin.javacc.context.OOE... | 7,488 | 0.580929 | 0.577991 | 226 | 32.132744 | 27.896776 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424779 | false | false | 10 |
ca3dc3d258706f8ea3749d6a9a79d5f463871817 | 6,227,702,616,155 | 0959627b6da3ad96c23c83d2a321ed5f39fc42e0 | /src/main/java/at/fhwn/ma/serverapp/controller/MapplicationController.java | 17081402c2357934950c77130b64389bb6fc23a0 | [] | no_license | kvisko/backendapp | https://github.com/kvisko/backendapp | d67ca5440715ef26732dec9dcdee85e4152a214b | c26e483911a805970142173056a84af1dc81c65e | refs/heads/master | 2020-03-15T05:59:09.759000 | 2019-03-22T23:24:44 | 2019-03-22T23:24:44 | 131,998,087 | 0 | 0 | null | false | 2019-03-22T23:24:45 | 2018-05-03T13:20:05 | 2019-03-13T14:33:24 | 2019-03-22T23:24:44 | 134 | 0 | 0 | 2 | Java | false | null | package at.fhwn.ma.serverapp.controller;
public class MapplicationController {
public Boolean checkClientAvailabilityById(long id) {
return true;}
public void getChartDataByClientId(long id) {}
public void changeClientFrequency(long id, double frequency) {}
}
| UTF-8 | Java | 272 | java | MapplicationController.java | Java | [] | null | [] | package at.fhwn.ma.serverapp.controller;
public class MapplicationController {
public Boolean checkClientAvailabilityById(long id) {
return true;}
public void getChartDataByClientId(long id) {}
public void changeClientFrequency(long id, double frequency) {}
}
| 272 | 0.783088 | 0.783088 | 13 | 19.923077 | 23.626783 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 10 |
b178b3b73cdac97a834db9e2ad91947c210dfa1b | 19,799,799,270,812 | 8984c33fd1741689da0ff7e3cdc65c2f94e05b37 | /Arduino-FDA/src/view/TelaPrincipal.java | d91044c672475d4fcd9fbf4b93e113b4a16d93db | [] | no_license | urbgames/SmartGranja | https://github.com/urbgames/SmartGranja | d4aca98609c5add6af2817c41eaffaa499966094 | 24995408d09ad93bf8150c5265b9422f4edd62e9 | refs/heads/master | 2020-12-24T19:28:41.779000 | 2016-04-27T16:07:30 | 2016-04-27T16:07:30 | 56,930,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Date;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import j... | ISO-8859-1 | Java | 3,618 | java | TelaPrincipal.java | Java | [] | null | [] | package view;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Date;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import j... | 3,618 | 0.724558 | 0.715985 | 134 | 24.985075 | 21.919455 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.925373 | false | false | 10 |
0f119a55b50057c8fcbda3e5991b4f17df2279a1 | 22,857,815,987,307 | 1e45286c4479f5db9c936a41c58e910a158d4acd | /src/main/java/controllers/brotherhood/BrotherhoodFloatController.java | 35b18b829c34f0a2b0ac24a83bd38ed90c1f3986 | [] | no_license | rubbuemen/Acme-Parade | https://github.com/rubbuemen/Acme-Parade | 8c5d63e215068dc25af28d7947d3625b40afba64 | b89a5134308b19fba9ecbfee61ccbfbbef455c02 | refs/heads/master | 2020-04-28T06:55:36.769000 | 2019-03-28T16:47:11 | 2019-03-28T16:47:11 | 175,074,919 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* AdministratorController.java
*
* Copyright (C) 2019 Universidad de Sevilla
*
* The use of this project is hereby constrained to the conditions of the
* TDG Licence, a copy of which you may download from
* http://www.tdg-seville.info/License.html
*/
package controllers.brotherhood;
import java.util.Coll... | UTF-8 | Java | 4,947 | java | BrotherhoodFloatController.java | Java | [] | null | [] | /*
* AdministratorController.java
*
* Copyright (C) 2019 Universidad de Sevilla
*
* The use of this project is hereby constrained to the conditions of the
* TDG Licence, a copy of which you may download from
* http://www.tdg-seville.info/License.html
*/
package controllers.brotherhood;
import java.util.Coll... | 4,947 | 0.75096 | 0.749949 | 158 | 30.310127 | 28.80135 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.924051 | false | false | 10 |
56aef7ff88a54c7eed26000f9badf9a5826cce50 | 27,462,020,934,783 | 08e519136feeec7897e636f355288771417640f0 | /sostar/sostar_api/src/main/java/com/sostar/service/SuggestService.java | bad9ea3bca0cd2547ecd2c6009482e04cc7bb617 | [] | no_license | zengzhangwei/sostar_java | https://github.com/zengzhangwei/sostar_java | 869995ec3e9d4b0a47275415171dbd812f30caa4 | 9747f3173ca8d5d478376c8f11e22007ffdcf3b6 | refs/heads/master | 2021-06-15T10:03:40.023000 | 2017-03-10T02:55:59 | 2017-03-10T02:56:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sostar.service;
import com.sostar.bean.param.SuggestParam;
import com.sostar.dao.SuggestDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* Created by liuyang on 2017/2/20.
*/
@Service
public class SuggestService {
@Autowired
p... | UTF-8 | Java | 462 | java | SuggestService.java | Java | [
{
"context": "ngframework.stereotype.Service;\n\n/**\n * Created by liuyang on 2017/2/20.\n */\n@Service\npublic class SuggestSe",
"end": 242,
"score": 0.9980759024620056,
"start": 235,
"tag": "USERNAME",
"value": "liuyang"
}
] | null | [] | package com.sostar.service;
import com.sostar.bean.param.SuggestParam;
import com.sostar.dao.SuggestDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* Created by liuyang on 2017/2/20.
*/
@Service
public class SuggestService {
@Autowired
p... | 462 | 0.753247 | 0.735931 | 20 | 22.1 | 20.373758 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 10 |
596d59d485b83ec750da66bb70bc53da475f7ed8 | 32,633,161,554,142 | 1c18350a1b510a3f6566099f7d76ac5894453dbc | /src/easy/1046. Last Stone Weight/main.java | 1a09ce023d6a9bdf6d99f05fd37d8042ceffbc46 | [] | no_license | andrii-korzh/leetcode | https://github.com/andrii-korzh/leetcode | a2db26de7cb068ba2b8b8f4ee55860631e23c729 | 4b00a392c0b2ebf31cab21ea68616f63de83bd8a | refs/heads/master | 2020-06-01T20:21:17.435000 | 2020-04-09T01:32:04 | 2020-04-09T01:32:04 | 190,915,637 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public int lastStoneWeight(int[] stones) {
PriorityQueue<Integer> pq = new PriorityQueue<>((x,y) -> y-x);
for( int stone : stones) pq.offer(stone);
for( int i = 0; i < stones.length - 1; i++) pq.offer(pq.poll() - pq.poll());
return pq.poll();
}
} | UTF-8 | Java | 273 | java | main.java | Java | [] | null | [] | class Solution {
public int lastStoneWeight(int[] stones) {
PriorityQueue<Integer> pq = new PriorityQueue<>((x,y) -> y-x);
for( int stone : stones) pq.offer(stone);
for( int i = 0; i < stones.length - 1; i++) pq.offer(pq.poll() - pq.poll());
return pq.poll();
}
} | 273 | 0.626374 | 0.619048 | 8 | 33.25 | 26.588297 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.125 | false | false | 10 |
acf5bd426c8191e510b20ea7f1cd60aa27e560d2 | 3,289,944,983,766 | 9a36ef6b88511aa52f855b77e3e54203c67436db | /app/src/main/java/com/neliry/db_sql/DBHelper.java | e999708eccb4b68fcb4d531b7049a7e2486d9fd6 | [] | no_license | Neliry/MyNote | https://github.com/Neliry/MyNote | bcb3735a610dabcf66d31009bbeb11d016bbbfc5 | 628b71e8d24c754f18e5f728a2828718384c02f6 | refs/heads/master | 2020-04-21T14:11:49.638000 | 2019-04-01T14:07:34 | 2019-04-01T14:07:34 | 169,626,651 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neliry.db_sql;
import android.content.ContentValues;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import java.text.DateFormat;
public class DBHelper extends SQLiteOpenHelper{
public static final int DATABASE_VERSION ... | UTF-8 | Java | 3,881 | java | DBHelper.java | Java | [] | null | [] | package com.neliry.db_sql;
import android.content.ContentValues;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import java.text.DateFormat;
public class DBHelper extends SQLiteOpenHelper{
public static final int DATABASE_VERSION ... | 3,881 | 0.640041 | 0.639526 | 101 | 37.435642 | 29.034092 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.059406 | false | false | 10 |
fae4c93262693efd116e268f105db30c7ff21f6a | 3,289,944,985,233 | 7a6f5b8b8dc7c4d8c0a9bd11fc24703091c36520 | /app/src/main/java/com/example/anthurium3/ImageLoad.java | 7d1b2cefb98507cad6d013e4135cfb7931a8cbd8 | [] | no_license | NayanahariRanasinghe/Anthurium3 | https://github.com/NayanahariRanasinghe/Anthurium3 | ee83429b4eac331d918f8437cbd935ede573da01 | 4fa707b90b108b87b6e7fbace7752ed54fb6a9de | refs/heads/master | 2023-02-06T05:03:05.298000 | 2021-01-01T11:41:41 | 2021-01-01T11:41:41 | 325,576,481 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.anthurium3;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.graphics.BitmapFactory;
import android.media.Image;
import android.net.Uri;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.Toast;
import android.graphics.Bit... | UTF-8 | Java | 1,564 | java | ImageLoad.java | Java | [
{
"context": "package com.example.anthurium3;\n\nimport androidx.appcompat.app.AppCompatActivity",
"end": 30,
"score": 0.8860891461372375,
"start": 20,
"tag": "USERNAME",
"value": "anthurium3"
}
] | null | [] | package com.example.anthurium3;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.graphics.BitmapFactory;
import android.media.Image;
import android.net.Uri;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.Toast;
import android.graphics.Bit... | 1,564 | 0.618286 | 0.61445 | 61 | 24.639345 | 20.259815 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52459 | false | false | 10 |
c0a41d428fce877ea13256c7c1048fe4317700df | 867,583,414,696 | 50a58b1ede9edd29acab9449dd13a2fa8095e836 | /src/main/java/com/mycoursework/tasker/entities/Task.java | a7461314c49bd157ccf14124270c486bb0cb795d | [
"MIT"
] | permissive | igorpapr/tasker | https://github.com/igorpapr/tasker | acc8d9e31c737aedf309da8d0073acb229b79715 | 0dd3f330c1b5e2348ae825f42449d8eda7c63431 | refs/heads/master | 2022-06-18T10:33:58.308000 | 2020-05-11T15:21:01 | 2020-05-11T15:21:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mycoursework.tasker.entities;
import lombok.*;
@ToString
@Getter
@Setter
@EqualsAndHashCode
@AllArgsConstructor
public class Task {
private String taskId;
private String title;
private String description;
}
| UTF-8 | Java | 224 | java | Task.java | Java | [] | null | [] | package com.mycoursework.tasker.entities;
import lombok.*;
@ToString
@Getter
@Setter
@EqualsAndHashCode
@AllArgsConstructor
public class Task {
private String taskId;
private String title;
private String description;
}
| 224 | 0.799107 | 0.799107 | 14 | 15 | 11.370388 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 10 |
431644105c958b1407fa4a5a80897833d1c51200 | 14,121,852,496,894 | 8a62de5e7ebd064917a84f66582436741d87c97f | /src/main/java/json/MessageFromVAContent.java | 2424168a8077ef185d25cb44082a1954060e304e | [] | no_license | beAWARE-project/media-hub | https://github.com/beAWARE-project/media-hub | e262b83285b474732a34ce232bc77038592a776a | 4966357e7881c90f4e39786f5d8c87b593c5f8c2 | refs/heads/master | 2022-11-17T15:19:06.525000 | 2020-04-29T10:08:10 | 2020-04-29T10:08:10 | 109,698,061 | 0 | 2 | null | false | 2022-11-16T09:25:13 | 2017-11-06T13:20:53 | 2020-04-29T10:08:19 | 2022-11-16T09:25:10 | 112 | 0 | 1 | 6 | Java | false | false | /*
* 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 json;
/**
*
* @author andreadisst
*/
public class MessageFromVAContent {
String vid_analyzed;
String vid_analy... | UTF-8 | Java | 709 | java | MessageFromVAContent.java | Java | [
{
"context": "n the editor.\n */\npackage json;\n\n/**\n *\n * @author andreadisst\n */\npublic class MessageFromVAContent {\n \n ",
"end": 229,
"score": 0.999548077583313,
"start": 218,
"tag": "USERNAME",
"value": "andreadisst"
}
] | 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 json;
/**
*
* @author andreadisst
*/
public class MessageFromVAContent {
String vid_analyzed;
String vid_analy... | 709 | 0.640338 | 0.640338 | 34 | 19.852942 | 20.967949 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323529 | false | false | 10 |
fe8f515aca2af119598208a3e70ee65fd9d824fb | 25,726,854,142,263 | fd1a5a6d21948d3e50742d617b40146acd326609 | /src/dima/introspectionbasedagents/ontologies/FIPAACLOntologie/Performative.java | cbc5a5d116e8a629894fdd408eb864a8f05baba0 | [] | no_license | Droop/DimaX | https://github.com/Droop/DimaX | 468c0b85c197695d8a4c044079539a729551fa69 | 886410ead3d8d89f7b517efa0e1245bc66773fa9 | refs/heads/master | 2021-01-01T05:41:32.873000 | 2011-12-12T14:53:12 | 2011-12-12T14:53:12 | 2,634,865 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dima.introspectionbasedagents.ontologies.FIPAACLOntologie;
public enum Performative {
/*
* passage d'information
*/
// Communication par l'expéditeur d'une proposition, pensée vrai par
// celui-ci.
Inform,
// Communication par l'expéditeur d'une proposition (pensée vrai par
// celui-ci), et demande ... | UTF-8 | Java | 3,371 | java | Performative.java | Java | [] | null | [] | package dima.introspectionbasedagents.ontologies.FIPAACLOntologie;
public enum Performative {
/*
* passage d'information
*/
// Communication par l'expéditeur d'une proposition, pensée vrai par
// celui-ci.
Inform,
// Communication par l'expéditeur d'une proposition (pensée vrai par
// celui-ci), et demande ... | 3,371 | 0.746364 | 0.746364 | 103 | 31.038836 | 28.31855 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.23301 | false | false | 10 |
69df62e6519419cc38a385e8d6363925d2ed7333 | 25,151,328,538,005 | d3f6c83d3ab9a9b792e1d8ee1814e032f73a64e2 | /msgcloud-services/msgcloud-service-msgcenter/src/main/java/cc/htdf/msgcloud/msgcenter/domain/vo/LoginVO.java | 8cc5798ff5e0dcfbff21eea9d7408230a28333b1 | [] | no_license | KylenNing/5GMsgCloud | https://github.com/KylenNing/5GMsgCloud | a2345b2b1e0e2628199e737134c4dcf72ddc0a98 | 8519c9d037aac4a3bafef34ca35f93d9a8bd1eba | refs/heads/master | 2022-12-19T16:34:09.056000 | 2020-10-27T08:45:16 | 2020-10-27T08:45:16 | 307,597,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cc.htdf.msgcloud.msgcenter.domain.vo;
import lombok.Getter;
import lombok.Setter;
/**
* author: JT
* date: 2020/8/18
* title:
*/
@Setter
@Getter
public class LoginVO {
private String userAcount;
private String password;
}
| UTF-8 | Java | 266 | java | LoginVO.java | Java | [
{
"context": ".Getter;\r\nimport lombok.Setter;\r\n\r\n/**\r\n * author: JT\r\n * date: 2020/8/18\r\n * title:\r\n */\r\n@Setter\r\n@Ge",
"end": 115,
"score": 0.9995877742767334,
"start": 113,
"tag": "USERNAME",
"value": "JT"
}
] | null | [] | package cc.htdf.msgcloud.msgcenter.domain.vo;
import lombok.Getter;
import lombok.Setter;
/**
* author: JT
* date: 2020/8/18
* title:
*/
@Setter
@Getter
public class LoginVO {
private String userAcount;
private String password;
}
| 266 | 0.646617 | 0.620301 | 19 | 12 | 12.628289 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 10 |
4f255ed68b0da4af29a8905afa17f9c40127d3b1 | 4,836,133,243,102 | 82edc91ad629dd80b8d42c64fa615a3995ad1798 | /src/model/properties/House.java | c3efecbab3e942fdebcf721e2a383a213ff15975 | [] | no_license | DBloodworth95/EstateAgentApp | https://github.com/DBloodworth95/EstateAgentApp | 7c83fbde1309949027e811425c03951e5949e1e8 | 5dfa03fcf9b2722b38c19c4022257c4fea0cd614 | refs/heads/master | 2022-04-17T08:49:58.716000 | 2020-04-16T20:26:07 | 2020-04-16T20:26:07 | 237,315,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.properties;
import java.io.Serializable;
public class House extends Property implements Serializable {
public House(int id, String branchName, String address, String sold, String type, int roomAmount, double sellPrice, double soldPrice, int floorNumber, double monthlyRate, String garden, String gar... | UTF-8 | Java | 573 | java | House.java | Java | [] | null | [] | package model.properties;
import java.io.Serializable;
public class House extends Property implements Serializable {
public House(int id, String branchName, String address, String sold, String type, int roomAmount, double sellPrice, double soldPrice, int floorNumber, double monthlyRate, String garden, String gar... | 573 | 0.73822 | 0.734729 | 13 | 43.076923 | 63.451328 | 223 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.307692 | false | false | 10 |
ef57b681a9ad7832ff5c5fa74f78a07229cd7750 | 1,898,375,586,697 | 358588de52a2ad83dc30418b0b022ba121d060db | /src/main/java/com/victormeng/leetcode/count_binary_substrings/Solution1.java | 3de6c8394cfa0ae5815194abd25253137b65b81c | [
"MIT"
] | permissive | victormeng24/LeetCode-Java | https://github.com/victormeng24/LeetCode-Java | c53e852ea47049328397e4896319edd0ce0cf48a | 16bc2802e89d5c9d6450d598f0f41a7f6261d7b6 | refs/heads/master | 2023-08-05T02:33:18.990000 | 2021-02-04T13:31:48 | 2021-02-04T13:31:48 | 327,479,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Leetcode - count_binary_substrings
*/
package com.victormeng.leetcode.count_binary_substrings;
import java.util.*;
import com.ciaoshen.leetcode.util.*;
/**
* log instance is defined in Solution interface
* this is how slf4j will work in this class:
* =============================================
* if (lo... | UTF-8 | Java | 1,011 | java | Solution1.java | Java | [] | null | [] | /**
* Leetcode - count_binary_substrings
*/
package com.victormeng.leetcode.count_binary_substrings;
import java.util.*;
import com.ciaoshen.leetcode.util.*;
/**
* log instance is defined in Solution interface
* this is how slf4j will work in this class:
* =============================================
* if (lo... | 1,011 | 0.46093 | 0.452028 | 40 | 24.275 | 18.927477 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.475 | false | false | 10 |
48590ff02e393eb2a4e33259d5c932e12cba5110 | 764,504,236,441 | 94328d1d7769a9833cd42f19f2e69e6e3296e6ed | /Spring-ws/10-Spring-MVC/src/main/java/com/cts/product/controller/ProductController.java | 0c43d85a5b422c6497a3ea00e1e3134371ecc6a0 | [] | no_license | Rgokulakrishnan/adm-boot-b3 | https://github.com/Rgokulakrishnan/adm-boot-b3 | e1359d236902a2541bb8fc9772bf4361ff5960fd | f198882f78b6c50882099a1088b1f50fff69d71b | refs/heads/master | 2023-03-25T09:35:32.586000 | 2021-03-22T12:38:56 | 2021-03-22T12:38:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cts.product.controller;
import java.time.LocalDate;
import java.util.Arrays;
import java.util.List;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
imp... | UTF-8 | Java | 2,517 | java | ProductController.java | Java | [
{
"context": "l) { // request\n\t\tmodel.addAttribute(\"userName\", \"Praveen\");\n\t\tmodel.addAttribute(\"city\", \"Hyderabad\");\n\t\tm",
"end": 985,
"score": 0.7129325866699219,
"start": 978,
"tag": "NAME",
"value": "Praveen"
},
{
"context": "Model model) {\n\t\t\n\t\tEmployee e1... | null | [] | package com.cts.product.controller;
import java.time.LocalDate;
import java.util.Arrays;
import java.util.List;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
imp... | 2,517 | 0.698848 | 0.617799 | 102 | 23.67647 | 26.444971 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.176471 | false | false | 10 |
820e793a3e33b1098bff1680f70f67754761145c | 14,310,831,061,713 | 8dc7c0559a25f6f9241bafc8842ec812d66be73e | /SMAnalyzer/src/main/SMAnalyzer/WordInstance.java | 0f41173a620b9955210a2ba3f02dcd0b1f70189d | [] | no_license | Beninja2/SMAnalyzer | https://github.com/Beninja2/SMAnalyzer | ccecf3c26b7c8caeca42ce79370fe235b414a044 | 73812f29c5b596d309505e49776c0adac82e1dfd | refs/heads/master | 2021-01-21T11:33:33.602000 | 2017-12-08T05:15:33 | 2017-12-08T05:15:33 | 102,009,579 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.SMAnalyzer;
//This is just a custom class that associates an integer value with a specific word.
//This is used throughout our code to make easily sortable and comparable words and lists.
public class WordInstance implements Comparable<WordInstance> {
private final String WORD;
private int Count;... | UTF-8 | Java | 1,366 | java | WordInstance.java | Java | [] | null | [] | package main.SMAnalyzer;
//This is just a custom class that associates an integer value with a specific word.
//This is used throughout our code to make easily sortable and comparable words and lists.
public class WordInstance implements Comparable<WordInstance> {
private final String WORD;
private int Count;... | 1,366 | 0.599561 | 0.597365 | 54 | 24.296297 | 23.567577 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 10 |
b2f85bf662a27c9a3cacfc5ed7a39ef6be60f1e1 | 32,899,449,523,748 | 7b2b48183debdd105943278165998dc6ff898653 | /src/com/maps/paktebe/PetaLokasi.java | 273a8413f57218d2cc3d87d13db84dbdfac9e713 | [
"MIT"
] | permissive | sibhe7/paktebe | https://github.com/sibhe7/paktebe | 13ed18989d9829ccda320db68953a0ff12f0b160 | 25a95c68a87703df5a2018fbf9fda7a857827b3a | refs/heads/master | 2020-05-18T03:16:59.427000 | 2014-10-30T06:52:20 | 2014-10-30T06:52:20 | 18,941,307 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maps.paktebe;
import java.util.List;
import org.json.JSONObject;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.androi... | UTF-8 | Java | 7,445 | java | PetaLokasi.java | Java | [] | null | [] | package com.maps.paktebe;
import java.util.List;
import org.json.JSONObject;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.androi... | 7,445 | 0.707052 | 0.703828 | 237 | 30.413502 | 21.701025 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.278481 | false | false | 10 |
6604ef48640bacc541d86eb5cbd35bd14955af9b | 16,647,293,289,607 | 8acb8064922b4979776389a3548a5fd7696e0438 | /seckill-web/src/main/java/com/ysh/seckill/controller/SeckillOrderController.java | 4de46f457ddc65d34267e868d47e87f099ef8c08 | [] | no_license | Joeyangsh/Seckill | https://github.com/Joeyangsh/Seckill | f6801c2274d4f6907087b5bf3bc2a3d66132af23 | 19cc9730c37f7396cfd54c2ee0dc46e7ff2b4a35 | refs/heads/master | 2020-03-18T17:45:11.687000 | 2018-06-02T17:27:31 | 2018-06-02T17:27:33 | 135,048,487 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ysh.seckill.controller;
import com.ysh.seckill.common.ResponseData;
import com.ysh.seckill.service.SeckillOrderService;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotatio... | UTF-8 | Java | 1,151 | java | SeckillOrderController.java | Java | [
{
"context": "eb.bind.annotation.RestController;\n\n/**\n * @author joey\n * @date 2018/05/30 00:24\n */\n@RestController\n@Re",
"end": 421,
"score": 0.9996675252914429,
"start": 417,
"tag": "USERNAME",
"value": "joey"
}
] | null | [] | package com.ysh.seckill.controller;
import com.ysh.seckill.common.ResponseData;
import com.ysh.seckill.service.SeckillOrderService;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotatio... | 1,151 | 0.695067 | 0.680717 | 36 | 29.972221 | 22.219219 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 10 |
20bc3b2c89a61d2df279ee2bda488a02c404db44 | 24,077,586,731,088 | b76dcf0de7316911b1946ab614a8cda35bd3df5c | /src/dictionary/FruitDictionary.java | a43029e72a8cbbf61cd20d59f2002d1c69c7a8b1 | [] | no_license | Anton-7/fxpDictionary | https://github.com/Anton-7/fxpDictionary | 9ead1bf2bb8a7cdff9bc0b0f1c14add7318f748a | b7954a577498be1e4e2b2be3619c8bcbfb4562ef | refs/heads/master | 2020-08-07T06:52:51.545000 | 2019-10-07T09:34:19 | 2019-10-07T09:34:19 | 213,340,993 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dictionary;
import file.NameTranslate;
import file.PriceFile;
import java.nio.file.Path;
public class FruitDictionary {
public void start(Path path) {
new PriceFile().processFile(path);
}
public void fillDictionary(Path path) {
new NameTranslate().fillDictionary(path);
}
}
| UTF-8 | Java | 320 | java | FruitDictionary.java | Java | [] | null | [] | package dictionary;
import file.NameTranslate;
import file.PriceFile;
import java.nio.file.Path;
public class FruitDictionary {
public void start(Path path) {
new PriceFile().processFile(path);
}
public void fillDictionary(Path path) {
new NameTranslate().fillDictionary(path);
}
}
| 320 | 0.69375 | 0.69375 | 18 | 16.777779 | 17.080059 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
1195052b9f1d3b1c9442d7a725df7d7de70534b8 | 33,088,428,092,517 | 0a9dd0bd58938fc83bbfb39ee0d2d3e2c2481677 | /ConquestTowns/src/com/kfalk/conquesttowns/data/PageGen.java | e4bcb71fd775ed191a9045d6f4c9df4961bb178e | [] | no_license | k-falk/ConquestTowns | https://github.com/k-falk/ConquestTowns | c29df2e21d40c4678e22b60e7a9350e81e09dbc3 | 7b2da599d51e9c205e6f137d3c64839a1da6009e | refs/heads/master | 2022-11-08T22:00:34.234000 | 2020-07-01T21:03:29 | 2020-07-01T21:03:29 | 276,476,822 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kfalk.conquesttowns.data;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import java.util.*;
public class PageGen {
private Map<Integer, List<String>> pages = new HashMap<Integer, List<String>>();
private static String title = ChatColor.DARK_GREEN + "ConquestTowns //... | UTF-8 | Java | 1,590 | java | PageGen.java | Java | [] | null | [] | package com.kfalk.conquesttowns.data;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import java.util.*;
public class PageGen {
private Map<Integer, List<String>> pages = new HashMap<Integer, List<String>>();
private static String title = ChatColor.DARK_GREEN + "ConquestTowns //... | 1,590 | 0.542767 | 0.540881 | 54 | 27.444445 | 32.393223 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574074 | false | false | 10 |
ce6dc044f0992ecc9a54b14090377fbea86231ce | 2,001,454,795,220 | db15c62cde125560d719a061f82d062cd3f47c54 | /src/app/EmailListApp.java | daed34f251adac30c150d3c1c91c1437b9063328 | [] | no_license | hyunlove12/jdbc | https://github.com/hyunlove12/jdbc | cd8e4b9dcbb45c97af597d41a399f53cb7f6b7cd | 33ff2bc44a6e4b07670c6b7174ba544bfa290687 | refs/heads/master | 2020-11-25T15:44:30.644000 | 2019-12-18T11:10:42 | 2019-12-18T11:10:42 | 228,743,773 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app;
import java.util.ArrayList;
import java.util.Scanner;
import dao.test.EmailListDao;
import dao.test.EmailListVO;
public class EmailListApp {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("입력!(성 이름 이메일 // 띄어쓰기로 구분)");
String input = scan.nextLi... | UTF-8 | Java | 746 | java | EmailListApp.java | Java | [] | null | [] | package app;
import java.util.ArrayList;
import java.util.Scanner;
import dao.test.EmailListDao;
import dao.test.EmailListVO;
public class EmailListApp {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("입력!(성 이름 이메일 // 띄어쓰기로 구분)");
String input = scan.nextLi... | 746 | 0.684358 | 0.680168 | 31 | 22.096775 | 17.030058 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.967742 | false | false | 10 |
f3efc768325a89239a0e072d5dfcbb01186fe484 | 28,999,619,207,446 | 66d42008639cb355b8c43ce924d3bdce06a52442 | /LDS-Scripture-Game-Team/src/byui/cit260/ldsScriptureGame/view/GameMenuView.java | 5b5692fc85cbf12be6e37992dc199e349ed36a13 | [] | no_license | Chiriguaya-Jorge/LDS-Scripture-Game-Team | https://github.com/Chiriguaya-Jorge/LDS-Scripture-Game-Team | 960991b41a53eb1ca99ab3889882c97ec7618244 | b4be84106b49e098930a7221223a96b474276f90 | refs/heads/master | 2020-12-30T15:42:52.568000 | 2017-07-18T06:11:21 | 2017-07-18T06:11:21 | 91,170,090 | 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 byui.cit260.ldsScriptureGame.view;
import byui.cit260.ldsScriptureGame.control.GameControl;
import byui.cit260.ldsScri... | UTF-8 | Java | 14,864 | java | GameMenuView.java | Java | [
{
"context": "author Team Work\r\n * Individual Assignment Week 12 Jorge Chiriguaya List of actors report\r\n */\r\npublic class GameMenu",
"end": 826,
"score": 0.9964752197265625,
"start": 810,
"tag": "NAME",
"value": "Jorge Chiriguaya"
}
] | 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 byui.cit260.ldsScriptureGame.view;
import byui.cit260.ldsScriptureGame.control.GameControl;
import byui.cit260.ldsScri... | 14,854 | 0.484997 | 0.479212 | 408 | 34.431374 | 24.243155 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568627 | false | false | 10 |
d04ffbf27b043c0e59bf772a05ae4141320147b3 | 16,303,695,911,330 | 5eafa38dfa96eaacffc327c2c93fcf862b559cb7 | /src/main/java/com/renderengine/EngineInfo.java | a60c3033681f621a263ac9ae66950dab3e08e929 | [] | no_license | JavaBakery/JBRE | https://github.com/JavaBakery/JBRE | 62951f36af0fed5744d265fd21ed94763209fbba | feb65d09582a4544890ea59690f79bdae7e85ee4 | refs/heads/master | 2020-04-05T18:21:00.794000 | 2018-11-17T19:55:07 | 2018-11-17T19:55:07 | 151,783,077 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.renderengine;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
/**
* Contains the information about the engine. Placed here since there is really no "engine" main class.
*
* @author Arpaesis, Ocelot5836
*/
public class EngineInfo {
//TODO: This might be more than ... | UTF-8 | Java | 524 | java | EngineInfo.java | Java | [
{
"context": "e is really no \"engine\" main class.\n * \n * @author Arpaesis, Ocelot5836\n */\npublic class EngineInfo {\n\n\t//TOD",
"end": 243,
"score": 0.9959755539894104,
"start": 235,
"tag": "USERNAME",
"value": "Arpaesis"
},
{
"context": "y no \"engine\" main class.\n * \n * @... | null | [] | package com.renderengine;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
/**
* Contains the information about the engine. Placed here since there is really no "engine" main class.
*
* @author Arpaesis, Ocelot5836
*/
public class EngineInfo {
//TODO: This might be more than ... | 524 | 0.753817 | 0.73855 | 17 | 29.882353 | 29.495527 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 10 |
31fd454fe0888348313a99a90179820c0076ae35 | 17,892,833,812,751 | 52b66babe98f7e8581a13992c74111a3e3822d18 | /plugins/org.obeonetwork.dsl.gen.eclipse.model/src-gen/org/obeonetwork/dsl/gen/eclipse/Menu.java | 366bf80f4c5880163c674513c05d9d4dcb6e4037 | [] | no_license | mcartaud/DSL-Eclipse-Generation | https://github.com/mcartaud/DSL-Eclipse-Generation | 35004dc4261760834afae577b4c0c899cb91c9da | 674489794cd2c068227f8bcd59bb14f49fa9d2e1 | refs/heads/master | 2016-09-10T08:51:51.249000 | 2013-07-19T13:30:29 | 2013-07-19T13:30:29 | 7,259,957 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package org.obeonetwork.dsl.gen.eclipse;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Menu</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>... | UTF-8 | Java | 2,084 | java | Menu.java | Java | [] | null | [] | /**
*/
package org.obeonetwork.dsl.gen.eclipse;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Menu</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>... | 2,084 | 0.641075 | 0.641075 | 69 | 29.202898 | 28.318365 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.681159 | false | false | 10 |
36050944aad3b8294b2775770fac12166fa352e0 | 12,128,987,710,977 | c7f1cdf1b8052cf7b1c1167f10bee9099732a805 | /src/main/java/mx/com/cev/ejb/dto/NfcDTO.java | 2e7fd074fd56d99acf1b9612ee42b1fedfaf77d3 | [] | no_license | kissthbw/QR-Module | https://github.com/kissthbw/QR-Module | 5fdf61182d3686a684268ae59342cfa466d471c5 | 599b1281e70b82d0c827e79ec8b5567a23177420 | refs/heads/master | 2020-03-23T08:44:05.289000 | 2018-07-17T21:09:33 | 2018-07-17T21:09:33 | 141,342,906 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mx.com.cev.ejb.dto;
import java.io.Serializable;
import java.util.Date;
public class NfcDTO implements Serializable {
/**
*
*/
private static final long serialVersionUID = 786439526239236252L;
private Integer idNfc;
private Integer idVacunado;
private Integer numeroInstalacion;
pri... | UTF-8 | Java | 2,164 | java | NfcDTO.java | Java | [] | null | [] | package mx.com.cev.ejb.dto;
import java.io.Serializable;
import java.util.Date;
public class NfcDTO implements Serializable {
/**
*
*/
private static final long serialVersionUID = 786439526239236252L;
private Integer idNfc;
private Integer idVacunado;
private Integer numeroInstalacion;
pri... | 2,164 | 0.727357 | 0.719039 | 104 | 18.807692 | 18.754526 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.230769 | false | false | 10 |
210ca459cc2d20478eae39fa64051885dd02a3e1 | 28,243,705,000,338 | afdee8a9d3815093e11383ff2933665907a2c7a5 | /neighbor-service/src/main/java/br/com/lphantus/neighbor/util/SchemaTranslator.java | d308a70be08d55f987ec2599872531b5e72ee3e7 | [] | no_license | adamszago/actualNeighbor | https://github.com/adamszago/actualNeighbor | 9b87197ac034cf82c67cedc9a6c4f65774d874aa | 7a425d5c37fe6929bcc41828c301bfa545a62d46 | refs/heads/master | 2022-12-15T13:16:49.612000 | 2019-08-21T14:13:48 | 2019-08-21T14:13:48 | 203,598,278 | 0 | 0 | null | false | 2022-12-06T00:34:06 | 2019-08-21T14:11:55 | 2019-08-21T14:14:31 | 2022-12-06T00:34:06 | 4,583 | 0 | 0 | 10 | HTML | false | false | package br.com.lphantus.neighbor.util;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import org.hibernate.cfg.AvailableSettings;
import org.hibernate.cfg.Configuration;
import org.hibernate.dialect.Dialect;
import org.hibernate.engine.jdbc.internal.FormatStyle;
import org.hibernate... | UTF-8 | Java | 3,212 | java | SchemaTranslator.java | Java | [
{
"context": "uzir as entidades em um script ddl.\n * \n * @author Elias da Silva Policena { elias.policena@lphantus.com.br }\n * @since 14/1",
"end": 462,
"score": 0.9998776316642761,
"start": 439,
"tag": "NAME",
"value": "Elias da Silva Policena"
},
{
"context": "ript ddl.\n * \n *... | null | [] | package br.com.lphantus.neighbor.util;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import org.hibernate.cfg.AvailableSettings;
import org.hibernate.cfg.Configuration;
import org.hibernate.dialect.Dialect;
import org.hibernate.engine.jdbc.internal.FormatStyle;
import org.hibernate... | 3,172 | 0.722569 | 0.719763 | 118 | 26.194916 | 24.404175 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.40678 | false | false | 10 |
4b79bd398f91a95df8049f37467bf4975b9b4a79 | 26,895,085,261,035 | 6410918718d98a6fe0f4566338aefbbb8db7f311 | /src/main/java/com/ac/ux/persistence/model/EmployeeLevel.java | 10786afd83ef75536ffeb73903e7b8f96b5c47db | [] | no_license | chamidilk/access | https://github.com/chamidilk/access | 18eb9e6a395e6b78a8dbf0625ae0bf3491e88cde | a40ef8c8ccd3d3b43801707f9c9acabf6ea46568 | refs/heads/master | 2020-04-20T11:59:36.101000 | 2019-02-02T13:02:02 | 2019-02-02T13:02:02 | 168,831,694 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ac.ux.persistence.model;
import javax.persistence.*;
import java.util.Objects;
@Entity
@Table(name = "employee_level", schema = "oneaccess", catalog = "")
public class EmployeeLevel {
private int employeeLevelId;
private String employeeLevel;
private String employeeLevelDesc;
private Integ... | UTF-8 | Java | 2,765 | java | EmployeeLevel.java | Java | [] | null | [] | package com.ac.ux.persistence.model;
import javax.persistence.*;
import java.util.Objects;
@Entity
@Table(name = "employee_level", schema = "oneaccess", catalog = "")
public class EmployeeLevel {
private int employeeLevelId;
private String employeeLevel;
private String employeeLevelDesc;
private Integ... | 2,765 | 0.666546 | 0.665099 | 93 | 28.731182 | 25.617594 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 10 |
c25259d062b0aa21c6520409b74049d9a2657dfd | 16,973,710,823,512 | 69c59f855f1e137752b314bcfeabc4be2214138c | /app/src/main/java/capfy/begin/Login.java | 07466b04b202acb3459a8d7613548d7199223a7c | [] | no_license | felipems19/Capfy | https://github.com/felipems19/Capfy | a02c66939b408675eb21e2760c43d491d17f033f | 0e01af2f3b640cfc25197bf97c6d3babd8981a3a | refs/heads/master | 2023-07-23T11:47:16.157000 | 2023-07-18T22:10:57 | 2023-07-18T22:10:57 | 130,643,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package capfy.begin;
import android.Manifest;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Environment;
import android.support.v4.app.Activit... | UTF-8 | Java | 6,647 | java | Login.java | Java | [] | null | [] | package capfy.begin;
import android.Manifest;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Environment;
import android.support.v4.app.Activit... | 6,647 | 0.607612 | 0.606706 | 173 | 37.271675 | 34.319496 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.601156 | false | false | 10 |
6ba2c1456ea7d36e112871d67852ae70969b2d38 | 18,640,158,132,539 | 4f9e893cedd8f25557239f939edee6bcb1246715 | /jinghua/dmm/src/main/java/com/jhnu/product/wechat/parent/warn/controller/WechatWarnController.java | 3885f75ace76058ec28351d834f7344e5d53f702 | [] | no_license | yangtie34/projects | https://github.com/yangtie34/projects | cc9ba22c1fd235dadfe18509bc6951e21e9d3be4 | 5a3a86116e385db1086f8f6e9eb07198432fec27 | refs/heads/master | 2020-06-29T11:04:26.615000 | 2017-07-25T03:28:15 | 2017-07-25T03:28:15 | 74,436,105 | 1 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jhnu.product.wechat.parent.warn.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.spring... | UTF-8 | Java | 3,211 | java | WechatWarnController.java | Java | [] | null | [] | package com.jhnu.product.wechat.parent.warn.controller;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.spring... | 3,211 | 0.759888 | 0.758331 | 92 | 33.902172 | 26.042633 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.206522 | false | false | 10 |
bd57bd2ddbb6134de82b41840f124467be9118b1 | 23,201,413,397,900 | d21e64c1189052b2fcce43f679ae61d9a62e359d | /ShoppingCartBack/src/main/java/com/niit/shoppingcartback/model/Cart.java | d860b9bfa7830a128c8ad63f968af38a141b4258 | [] | no_license | ArjunVijay-K/electromart | https://github.com/ArjunVijay-K/electromart | 6d63ffc542beae7aae7e6c08573a3be4b5cd5902 | 3375fa52756bef6587fe2dbac8c26b91cd6bc44a | refs/heads/master | 2021-01-20T14:54:02.739000 | 2017-02-22T11:26:03 | 2017-02-22T11:26:03 | 82,785,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.niit.shoppingcartback.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import org.springframework.stereotype.Component;
@Entity... | UTF-8 | Java | 2,300 | java | Cart.java | Java | [
{
"context": " setUsername(String username) {\r\n\t\tthis.username = username;\r\n\t}\r\n\r\n\tpublic String getUsersId() {\r\n\t\treturn u",
"end": 1271,
"score": 0.5066335797309875,
"start": 1263,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.niit.shoppingcartback.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import org.springframework.stereotype.Component;
@Entity... | 2,300 | 0.667391 | 0.667391 | 143 | 14.097902 | 14.532007 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.13986 | false | false | 10 |
b18b67d9f320fced5bf9f1772462a4b5b0454141 | 23,914,377,963,624 | 6b4877bf55f17425e5e69f2e9a87b4b65dea5212 | /plos/src/main/java/au/edu/anu/dspaceimporter/plos/PlosQuery.java | 01df958963829029000b152f0cdb412f05c41f8b | [] | no_license | anu-doi/dspaceimporter | https://github.com/anu-doi/dspaceimporter | 3025d71cf743daa104ee5aeee21e0705a8ff3a02 | 71169652aea8ac57ac377ad9f4853d759782168b | refs/heads/master | 2020-04-03T23:53:43.982000 | 2018-12-06T00:38:25 | 2018-12-06T00:38:25 | 155,633,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package au.edu.anu.dspaceimporter.plos;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import org.apac... | UTF-8 | Java | 2,687 | java | PlosQuery.java | Java | [] | null | [] | package au.edu.anu.dspaceimporter.plos;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import org.apac... | 2,687 | 0.748046 | 0.743952 | 75 | 34.826668 | 30.039251 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.213333 | false | false | 10 |
99c7c7e23908b50c39c1197c26c5fd2d71998309 | 14,663,018,351,479 | 5fa9ee3451f15b8087932f2a29ed4cda1766c410 | /src/main/java/com/duang/fuli/service/result/UploadResult.java | 90be50bd7bf664e85bec20d76065a7b161723f06 | [] | no_license | infoerror/fuli | https://github.com/infoerror/fuli | 46dcba6109190eb88bc8037ef54c593447c44a6c | d2d37264bbcfb6746882b5e57c031764049c03bf | refs/heads/master | 2021-01-10T09:47:48.978000 | 2016-03-25T15:12:37 | 2016-03-25T15:12:37 | 53,049,605 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.duang.fuli.service.result;
import com.duang.fuli.service.result.Protocols.ModifyAvatar;
/**
*
* @author zgq
* @date 2016年3月19日 下午1:54:34
*/
public class UploadResult extends DataResult {
public static final UploadResult NO_FILE_UPLOAD = new UploadResult();
static {
NO_FILE_UPLOAD.se... | UTF-8 | Java | 693 | java | UploadResult.java | Java | [
{
"context": "sult.Protocols.ModifyAvatar;\r\n/**\r\n * \r\n * @author zgq\r\n * @date 2016年3月19日 下午1:54:34\r\n */\r\npublic class",
"end": 128,
"score": 0.9996746778488159,
"start": 125,
"tag": "USERNAME",
"value": "zgq"
}
] | null | [] | package com.duang.fuli.service.result;
import com.duang.fuli.service.result.Protocols.ModifyAvatar;
/**
*
* @author zgq
* @date 2016年3月19日 下午1:54:34
*/
public class UploadResult extends DataResult {
public static final UploadResult NO_FILE_UPLOAD = new UploadResult();
static {
NO_FILE_UPLOAD.se... | 693 | 0.717754 | 0.699545 | 26 | 23.423077 | 23.015335 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.115385 | false | false | 10 |
588ac58b5bdf4e9843866858c93368ea68d3874c | 28,948,079,633,213 | 76902c0ca5e16eb68dfee899c5595fd697d3a7d8 | /CoisaDeUfersa/AgroPopShop/src/main/java/com/weixiao/AgroPopShop/AgroPopShop/model/Venda.java | 9092934c694ea051c57c03b8171539f27a22b203 | [
"MIT"
] | permissive | weixiaoUfesa/pweb_2020.2_weixiaoChen | https://github.com/weixiaoUfesa/pweb_2020.2_weixiaoChen | d2c9c0aa88917fa7b103ac520a2ebc29500f85ac | 1061a980bba25f75f104dafb310fc0509aed71f0 | refs/heads/main | 2023-08-30T16:25:26.876000 | 2023-08-30T11:45:10 | 2023-08-30T11:45:10 | 343,974,773 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.weixiao.AgroPopShop.AgroPopShop.model;
import java.io.Serializable;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persist... | UTF-8 | Java | 1,072 | java | Venda.java | Java | [] | null | [] | package com.weixiao.AgroPopShop.AgroPopShop.model;
import java.io.Serializable;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persist... | 1,072 | 0.797575 | 0.779851 | 49 | 20.87755 | 20.514437 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632653 | false | false | 10 |
cc51bd86ee8cf15d8cf8378c3705068c0eacf9fe | 25,735,444,102,615 | 2faa7a5bb936af3f097d7db89c5d09a768f2a576 | /src/java/com/rotoplastyc/modulos/paginas/Erro.java | f20b5f079044aea61aa4f5cd6d6275f4aef4b067 | [
"Apache-2.0"
] | permissive | lucasnoetzold/Viagens | https://github.com/lucasnoetzold/Viagens | f15f02c0b5a664139860f228ae1cf6cd31667141 | 01c584b493f19a486d75b215e77a5da2424868b9 | refs/heads/master | 2020-02-08T01:57:30.296000 | 2018-04-11T12:21:37 | 2018-04-11T12:21:37 | 99,470,147 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rotoplastyc.modulos.paginas;
import com.rotoplastyc.util.NavDef;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class Erro extends Pagina {
Exception exception;
public Erro(Exception ex) {
exception = ex;
}
@Over... | UTF-8 | Java | 1,667 | java | Erro.java | Java | [] | null | [] | package com.rotoplastyc.modulos.paginas;
import com.rotoplastyc.util.NavDef;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class Erro extends Pagina {
Exception exception;
public Erro(Exception ex) {
exception = ex;
}
@Over... | 1,667 | 0.617277 | 0.616077 | 52 | 30.057692 | 30.576143 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557692 | false | false | 10 |
20dd8aa79f90d67375e5d98aed951169183c5500 | 27,470,610,834,873 | 9f9da6f069b457b6cdd7d449489496ad012b2e81 | /src/main/java/com/github/meixuesong/aggregatepersistence/Aggregate.java | d9b950cf0dcbb497022fc12caef03cdd85a6edb9 | [
"Apache-2.0"
] | permissive | meixuesong/aggregate-persistence | https://github.com/meixuesong/aggregate-persistence | 81db954c9ac495e3a0188f56361d573cee44393c | 692371a515f0a645a03af97f17575c542f3307b3 | refs/heads/master | 2023-04-04T05:58:09.644000 | 2022-10-05T06:45:07 | 2022-10-05T06:45:07 | 209,186,900 | 181 | 55 | Apache-2.0 | false | 2023-03-31T15:14:47 | 2019-09-18T01:08:10 | 2023-03-28T03:53:39 | 2023-03-31T15:14:46 | 192 | 157 | 50 | 2 | Java | false | false | /*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | UTF-8 | Java | 10,930 | java | Aggregate.java | Java | [
{
"context": "ve(orderAggregate);\n</code></pre>\n *\n *\n * @author meixuesong\n * @param <R> The aggregate root type, such as Or",
"end": 1506,
"score": 0.9994854927062988,
"start": 1496,
"tag": "USERNAME",
"value": "meixuesong"
}
] | null | [] | /*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under t... | 10,930 | 0.667612 | 0.666514 | 268 | 39.783581 | 38.167221 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645522 | false | false | 10 |
e29c64e7f6ce96c1148cf6b93d80fd546526292e | 26,663,157,029,508 | 024d6e37429e9c7c8863409905569b799133e605 | /service-mongo/src/main/java/com/jlife/abon/service/EventService.java | 1703fd65d3e44bbdfb714cc5ce4d5b378159b4c0 | [
"Apache-2.0"
] | permissive | jlifeby/seasoncard-web | https://github.com/jlifeby/seasoncard-web | 6bb28d711b30de2a9be174fdb3b84ddc57b4e6d5 | b58169790ec2e5c0bc004eb690010f7cc193ca18 | refs/heads/master | 2021-07-23T21:32:46.649000 | 2017-10-29T17:49:46 | 2017-10-29T17:49:46 | 106,537,431 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jlife.abon.service;
import com.jlife.abon.entity.Event;
import com.jlife.abon.entity.Participant;
import org.springframework.data.mongodb.core.query.Query;
import java.util.List;
/**
* @author Dzmitry Misiuk
* @author Dzmitry Khralovich
*/
public interface EventService {
void registerToEvent(Part... | UTF-8 | Java | 1,058 | java | EventService.java | Java | [
{
"context": "ery.Query;\n\nimport java.util.List;\n\n/**\n * @author Dzmitry Misiuk\n * @author Dzmitry Khralovich\n */\npublic interfac",
"end": 223,
"score": 0.9998626708984375,
"start": 209,
"tag": "NAME",
"value": "Dzmitry Misiuk"
},
{
"context": "il.List;\n\n/**\n * @author Dzm... | null | [] | package com.jlife.abon.service;
import com.jlife.abon.entity.Event;
import com.jlife.abon.entity.Participant;
import org.springframework.data.mongodb.core.query.Query;
import java.util.List;
/**
* @author <NAME>
* @author <NAME>
*/
public interface EventService {
void registerToEvent(Participant participant)... | 1,038 | 0.742911 | 0.742911 | 40 | 25.450001 | 26.897909 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 10 |
a8718c1f8dad9602e02d93e29e2cb8c2b4d3c3e6 | 28,776,280,943,786 | 01643b0e09a087890978d9db274194fef7518b09 | /src/graph/AnyAnglePath.java | f09d9f5e4567b871e87299ad1cdbea343a747eae | [] | no_license | domslozan/tesina-fia | https://github.com/domslozan/tesina-fia | fc7a7b8ecba16724725f94d6e9121cce32c3eaa4 | a896db4ee75f109ff08d6918be5ed27e0a5aa814 | refs/heads/master | 2021-01-12T22:14:48.657000 | 2015-01-07T22:14:26 | 2015-01-07T22:14:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package graph;
import java.util.Iterator;
import java.util.List;
import org.jgrapht.WeightedGraph;
import org.jgrapht.graph.DefaultWeightedEdge;
import tiling.Tile;
import tiling.TileMap;
public class AnyAnglePath extends Path<Tile, DefaultWeightedEdge> {
public AnyAnglePath(WeightedGraph<Tile, DefaultWeightedEd... | UTF-8 | Java | 759 | java | AnyAnglePath.java | Java | [] | null | [] | package graph;
import java.util.Iterator;
import java.util.List;
import org.jgrapht.WeightedGraph;
import org.jgrapht.graph.DefaultWeightedEdge;
import tiling.Tile;
import tiling.TileMap;
public class AnyAnglePath extends Path<Tile, DefaultWeightedEdge> {
public AnyAnglePath(WeightedGraph<Tile, DefaultWeightedEd... | 759 | 0.631094 | 0.629776 | 29 | 25.172413 | 21.274996 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.724138 | false | false | 10 |
086a39df75b875d6cbb467b55f5678fdd10dc6b2 | 13,211,319,417,026 | 403e1a5d4d111155e6f1e49cb53658373bc76ec1 | /schemast-java/schemast/src/main/java/com/schemast/elements/ElementBuilder.java | ebe8e73ed6f1f9611231bad142f1bb76914ced69 | [
"MIT"
] | permissive | schemast/schemast | https://github.com/schemast/schemast | 7c40941fbba832b0d7dbcfba7f94fee52d957940 | 819e10450a1f000749b22c7168d40299d2db2e15 | refs/heads/master | 2021-01-12T11:40:56.992000 | 2016-11-09T07:50:03 | 2016-11-09T07:50:03 | 72,257,067 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.schemast.elements;
import static com.schemast.Constants.OPTIONAL;
import static com.schemast.Constants.TYPE;
public abstract class ElementBuilder {
protected String name;
protected String type;
protected boolean optional = false;
protected ElementBuilder(String name, String type) {
... | UTF-8 | Java | 774 | java | ElementBuilder.java | Java | [] | null | [] | package com.schemast.elements;
import static com.schemast.Constants.OPTIONAL;
import static com.schemast.Constants.TYPE;
public abstract class ElementBuilder {
protected String name;
protected String type;
protected boolean optional = false;
protected ElementBuilder(String name, String type) {
... | 774 | 0.665375 | 0.665375 | 27 | 27.666666 | 25.972919 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592593 | false | false | 10 |
75801ccea8d61e9bd88b0a190aa8039109be7163 | 28,329,604,330,293 | 63152c4f60c3be964e9f4e315ae50cb35a75c555 | /external/kafka-0-10-sql/target/java/org/apache/spark/sql/kafka010/KafkaRecordToRowConverter$.java | f71cc3d881351e7afdf511be04cf6aac797edd22 | [
"EPL-1.0",
"Classpath-exception-2.0",
"LicenseRef-scancode-unicode",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"CDDL-1.0",
"MIT",
"CC-BY-SA-3.0",
"NAIST-2003",
"LGPL-2.1-only",
"LicenseRef-scancode-other... | permissive | PowersYang/spark-cn | https://github.com/PowersYang/spark-cn | 76c407d774e35d18feb52297c68c65889a75a002 | 06a0459999131ee14864a69a15746c900e815a14 | refs/heads/master | 2022-12-11T20:18:37.376000 | 2020-03-30T09:48:22 | 2020-03-30T09:48:22 | 219,248,341 | 0 | 0 | Apache-2.0 | false | 2022-12-05T23:46:17 | 2019-11-03T03:55:17 | 2020-03-30T09:51:51 | 2022-12-05T23:46:17 | 122,973 | 0 | 0 | 13 | HTML | false | false | package org.apache.spark.sql.kafka010;
public class KafkaRecordToRowConverter$ {
/**
* Static reference to the singleton instance of this Scala object.
*/
public static final KafkaRecordToRowConverter$ MODULE$ = null;
public KafkaRecordToRowConverter$ () { throw new RuntimeException(); }
public org.a... | UTF-8 | Java | 524 | java | KafkaRecordToRowConverter$.java | Java | [] | null | [] | package org.apache.spark.sql.kafka010;
public class KafkaRecordToRowConverter$ {
/**
* Static reference to the singleton instance of this Scala object.
*/
public static final KafkaRecordToRowConverter$ MODULE$ = null;
public KafkaRecordToRowConverter$ () { throw new RuntimeException(); }
public org.a... | 524 | 0.753817 | 0.748092 | 10 | 51.400002 | 38.338493 | 119 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
fdf2cf18e647e93dbd300e4c6654a6ffb6f98cc6 | 19,851,338,857,584 | 1a3dab2b33ee13425ed336437da1b8c15e00a0ac | /common/common-libraries/src/main/java/net/hedtech/general/common/dbservices/SbAthleticCompetition.java | ec4e59a565e957511eddad4a7bb8f16f5ffe87fe | [] | no_license | Diabolik/morphisTraining | https://github.com/Diabolik/morphisTraining | 5e9099bfb49dd8b6c54f5ccf7866a5b05e2df0b5 | cf2d41e2faf68ca5bfa3abde135c828572b214fa | refs/heads/master | 2016-09-13T10:38:22.560000 | 2016-06-09T18:52:20 | 2016-06-09T18:52:20 | 60,718,865 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.hedtech.general.common.dbservices;
import java.util.*;
import static morphis.foundations.core.types.Types.*;
import morphis.foundations.core.appdatalayer.*;
import morphis.foundations.core.appdatalayer.data.*;
import morphis.foundations.core.appdatalayer.data.types.*;
import morphis.foundations.core.appd... | UTF-8 | Java | 14,945 | java | SbAthleticCompetition.java | Java | [
{
"context": "SER_ID\", pCreateUserId);\n\t\t\tcmd.addParameter(\"@P_SARE_CODE\", pSareCode);\n\t\t\tcmd.addParameter(\"@P_ELIG_BEGIN_",
"end": 9957,
"score": 0.612709105014801,
"start": 9949,
"tag": "USERNAME",
"value": "ARE_CODE"
}
] | null | [] | package net.hedtech.general.common.dbservices;
import java.util.*;
import static morphis.foundations.core.types.Types.*;
import morphis.foundations.core.appdatalayer.*;
import morphis.foundations.core.appdatalayer.data.*;
import morphis.foundations.core.appdatalayer.data.types.*;
import morphis.foundations.core.appd... | 14,945 | 0.744931 | 0.743526 | 394 | 36.931473 | 43.74514 | 342 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.34264 | false | false | 10 |
205c92ecfa112e82f4fe0e5153d021d7071d3b9f | 21,835,613,795,278 | 44a9c68bc840a69ee4b20ea8cd5af04b77cb015b | /patches/modules/uap/client/classes/nc/ui/fsfk/tz/dao/RiskInportBean.java | e86b38cdbf57126146432c99c9837286eb2cfe1f | [] | no_license | Gingeli-NC/nc57_fpu | https://github.com/Gingeli-NC/nc57_fpu | 893ef1aef72d849cd2113eb773565c3a7c1303ca | 5a43248c8ec80e6c0735f5ed33334343ddc45192 | refs/heads/master | 2020-04-05T23:47:47.526000 | 2016-03-21T12:56:09 | 2016-03-21T12:56:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nc.ui.fsfk.tz.dao;
import java.text.SimpleDateFormat;
import java.util.*;
import com.yonyou.gd.gz.risk.entitybean.RkIptApprove;
import com.yonyou.gd.gz.risk.entitybean.RkIptApproveAttach;
import com.yonyou.gd.gz.risk.entitybean.RkIptApproveIdea;
/**
* 风险事项采集的结构类
* @author hymn
*
*/
public class RiskInpor... | GB18030 | Java | 14,407 | java | RiskInportBean.java | Java | [
{
"context": "an.RkIptApproveIdea;\n\n/**\n * 风险事项采集的结构类\n * @author hymn\n *\n */\npublic class RiskInportBean extends RkIptA",
"end": 290,
"score": 0.9996342062950134,
"start": 286,
"tag": "USERNAME",
"value": "hymn"
},
{
"context": "nextvalsql_ideaId = \"select \"+risk_seq_idea+\"... | null | [] | package nc.ui.fsfk.tz.dao;
import java.text.SimpleDateFormat;
import java.util.*;
import com.yonyou.gd.gz.risk.entitybean.RkIptApprove;
import com.yonyou.gd.gz.risk.entitybean.RkIptApproveAttach;
import com.yonyou.gd.gz.risk.entitybean.RkIptApproveIdea;
/**
* 风险事项采集的结构类
* @author hymn
*
*/
public class RiskInpor... | 14,395 | 0.670349 | 0.66916 | 401 | 34.668327 | 28.644737 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.865337 | false | false | 10 |
94ba664c8ebb96cbb119304d8d4cb917661e51f7 | 11,879,879,562,730 | cbb0433e70ae01ff610faffcf1fe69aeed0dcbb4 | /src/main/java/com/boun/cmpe473/filter/ExceptionRedirectFilter.java | 0445cd2606a89cdf6a25b48e43b1b15f0a80c498 | [] | no_license | CMPE473/P1_Group2_Serdar_Bugrahan | https://github.com/CMPE473/P1_Group2_Serdar_Bugrahan | a5bdfa03ab2afbc075733be24204141567f8af2b | 7321c29d788cac68b5d6d87d33f89aa2d818af27 | refs/heads/master | 2021-01-01T19:10:17.120000 | 2015-03-19T22:27:24 | 2015-03-19T22:27:24 | 32,548,733 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boun.cmpe473.filter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import j... | UTF-8 | Java | 1,445 | java | ExceptionRedirectFilter.java | Java | [] | null | [] | package com.boun.cmpe473.filter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import j... | 1,445 | 0.778547 | 0.775087 | 51 | 27.333334 | 26.518707 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.568627 | false | false | 10 |
4244f79a06a1044f1afca3692fcee0bd5cf8d0f9 | 15,985,868,314,864 | 2b650b68ee3a9680724b29f61691679f29e0a007 | /src/com/jingdong/app/reader/security/RequestSecurityKeyTask.java | ca38fcdf8e1ba50616bd2e5770297d95fdbdfb34 | [] | no_license | bluegatar/read-android | https://github.com/bluegatar/read-android | db076f9e1242c61a6fd516e60115f4dee0e0fddc | b611092c9886815cc6460586c5974af2678ea6fc | refs/heads/master | 2021-12-15T01:23:49.021000 | 2017-07-11T06:34:43 | 2017-07-11T06:34:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jingdong.app.reader.security;
import org.apache.http.Header;
import org.json.JSONObject;
import android.text.TextUtils;
import com.jingdong.app.reader.entity.BodyEncodeEntity;
import com.jingdong.app.reader.net.RequestParamsPool;
import com.jingdong.app.reader.net.URLText;
import com.jingdong.app.reader.... | UTF-8 | Java | 4,766 | java | RequestSecurityKeyTask.java | Java | [] | null | [] | package com.jingdong.app.reader.security;
import org.apache.http.Header;
import org.json.JSONObject;
import android.text.TextUtils;
import com.jingdong.app.reader.entity.BodyEncodeEntity;
import com.jingdong.app.reader.net.RequestParamsPool;
import com.jingdong.app.reader.net.URLText;
import com.jingdong.app.reader.... | 4,766 | 0.667736 | 0.663885 | 199 | 22.487436 | 19.491232 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.356784 | false | false | 10 |
fbdec04d11377abfd96e55d47fc0e708fb79c4c7 | 20,255,065,805,548 | 62916b83914681c4e8f1caf5477b72b0d83d5d2b | /src/net.egork/generated/collections/function/DoubleDoublePredicate.java | 4651fb88139725a2948071b2e69025aea6970e49 | [
"Apache-2.0"
] | permissive | osmanys/algorithm-design-manual-skiena | https://github.com/osmanys/algorithm-design-manual-skiena | ef0f88298ebb9874681d2856733eaf28f308f5f0 | c181ab61e9a92cce884c9f5d39a4e019f21968d7 | refs/heads/master | 2022-07-16T14:37:38.590000 | 2020-05-14T00:46:24 | 2020-05-14T00:46:24 | 261,278,292 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.egork.generated.collections.function;
/**
* @author Egor Kulikov
*/
public interface DoubleDoublePredicate {
public boolean value(double first, double second);
default public DoubleFilter setSecond(double second) {
return v -> value(v, second);
}
default public DoubleFilter setF... | UTF-8 | Java | 386 | java | DoubleDoublePredicate.java | Java | [
{
"context": "rk.generated.collections.function;\n\n/**\n * @author Egor Kulikov\n */\npublic interface DoubleDoublePredicate {\n ",
"end": 78,
"score": 0.9997386932373047,
"start": 66,
"tag": "NAME",
"value": "Egor Kulikov"
}
] | null | [] | package net.egork.generated.collections.function;
/**
* @author <NAME>
*/
public interface DoubleDoublePredicate {
public boolean value(double first, double second);
default public DoubleFilter setSecond(double second) {
return v -> value(v, second);
}
default public DoubleFilter setFirst(d... | 380 | 0.683938 | 0.683938 | 16 | 23.125 | 22.532963 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 10 |
8f69923d5d3525c4e499ce7cb826ef7f45bf793f | 4,483,945,925,541 | 482ec3480e8418dda62f85a5359e70c89256f1a8 | /java/chap08/Parcel4.java | 5d18ccf85e10b0a931aef4d5b358a67dce9df443 | [] | no_license | rajatgirotra/study | https://github.com/rajatgirotra/study | 84d319968f31f78798a56362546f21d22abd7ae7 | acbb6d21a8182feabcb3329e17c76ac3af375255 | refs/heads/master | 2023-09-01T20:48:31.137000 | 2023-08-29T01:41:17 | 2023-08-29T01:41:17 | 85,041,241 | 6 | 1 | null | false | 2023-05-01T19:25:38 | 2017-03-15T07:17:24 | 2023-04-12T02:19:45 | 2023-05-01T19:25:34 | 97,040 | 3 | 1 | 20 | C++ | false | false | /*
* Please read p2.CTwo.java first
*/
//Nesting a class within a method
//Note this is not allowed in C++
import c08.Destination;
import java.util.*;
public class Parcel4 {
public Destination dest(String s) {
class PDestination implements Destination {
private String s;
PDestination(String s) {
this.... | MacCentralEurope | Java | 1,204 | java | Parcel4.java | Java | [] | null | [] | /*
* Please read p2.CTwo.java first
*/
//Nesting a class within a method
//Note this is not allowed in C++
import c08.Destination;
import java.util.*;
public class Parcel4 {
public Destination dest(String s) {
class PDestination implements Destination {
private String s;
PDestination(String s) {
this.... | 1,204 | 0.729617 | 0.721298 | 46 | 25.130434 | 22.698027 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.130435 | false | false | 10 |
acf6a88d076af05abe3d958e933a2824b61dce75 | 15,135,464,820,226 | 646c333c2677a050408b579ad3d0befe1902cafb | /app/src/main/java/com/example/rentacar/RoomDatabase/UserImages.java | 1ee1e14cde686708eae44f2ccae9afe5243b670e | [] | no_license | AquilaDevs/rent-a-car | https://github.com/AquilaDevs/rent-a-car | 48a21d1bf60ec5478e2c51eebc6d8733b380ca65 | 0df4eaf9d945377f53093d581a51b21c56cbf480 | refs/heads/master | 2021-07-03T16:12:13.874000 | 2020-01-26T18:34:38 | 2020-01-26T18:34:38 | 236,355,939 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.rentacar.RoomDatabase;
import androidx.annotation.NonNull;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity
public class UserImages {
@PrimaryKey
@NonNull
private String user_id;
@ColumnInfo(name = "image_bitmap")
private ... | UTF-8 | Java | 620 | java | UserImages.java | Java | [] | null | [] | package com.example.rentacar.RoomDatabase;
import androidx.annotation.NonNull;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity
public class UserImages {
@PrimaryKey
@NonNull
private String user_id;
@ColumnInfo(name = "image_bitmap")
private ... | 620 | 0.658065 | 0.658065 | 33 | 17.787878 | 15.016673 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
c2ca7fb2a3cf82a3f020a1407e3a48b4d57c55e8 | 5,970,004,550,515 | ba0873098edb8454984f55a3bb08cd26d5df6549 | /src/main/java/com/firstGwtFiz/client/firstGwtFiz.java | f6ceab5ed9593c75b4f5885287a88a74586f4176 | [] | no_license | FanaticFiz/FizGWT | https://github.com/FanaticFiz/FizGWT | 2bd1dedcddd0d74e5368b02953cecb854e868ef1 | 614d3caf01121a3e68d233fefcdf3904d61fa77a | refs/heads/master | 2018-01-08T01:11:28.831000 | 2016-02-11T22:41:32 | 2016-02-11T22:41:32 | 51,332,424 | 0 | 0 | null | false | 2016-02-09T13:06:01 | 2016-02-08T22:38:25 | 2016-02-08T22:39:34 | 2016-02-09T13:06:01 | 7 | 0 | 0 | 0 | Java | null | null | package com.firstGwtFiz.client;
import com.firstGwtFiz.client.ui.LoginForm;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.user.client.ui.RootPanel;
public class firstGwtFiz implements EntryPoint {
public void onModuleLoad() {
LoginForm loginForm = new LoginForm();
loginForm.addStyleName("l... | UTF-8 | Java | 384 | java | firstGwtFiz.java | Java | [] | null | [] | package com.firstGwtFiz.client;
import com.firstGwtFiz.client.ui.LoginForm;
import com.google.gwt.core.client.EntryPoint;
import com.google.gwt.user.client.ui.RootPanel;
public class firstGwtFiz implements EntryPoint {
public void onModuleLoad() {
LoginForm loginForm = new LoginForm();
loginForm.addStyleName("l... | 384 | 0.773438 | 0.773438 | 16 | 23 | 20.454218 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9375 | false | false | 10 |
ec9c455d97739be518e31c93f361767c8dce7a62 | 15,779,709,859,979 | 03e1dec2a2df1326e47da211584ce519dbf2e138 | /app/src/main/java/ir/sharif/moblie_hw1/ApiRequest.java | 85421ea2486e09fbb2a027eae1f0c67810805f83 | [] | no_license | alireza1082/mobile_hw1 | https://github.com/alireza1082/mobile_hw1 | ff6bd2fefc32a5d449fe94b3d7f5929ee57e492a | 50b4c53b63718345ad3b40bdb30110a0bbd99f67 | refs/heads/main | 2023-03-25T13:52:43.642000 | 2021-03-19T13:20:06 | 2021-03-19T13:20:06 | 344,044,273 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ir.sharif.moblie_hw1;
import android.annotation.SuppressLint;
import android.util.Log;
import java.io.FileWriter;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import okhttp3.*;
public class ApiRequest {
private static final ApiRequest apiRequest = new ApiRequest(... | UTF-8 | Java | 3,702 | java | ApiRequest.java | Java | [
{
"context": "lient();\n private final String candleApiKey = \"613FAD50-662F-4835-AEF4-220DD67904AA\";\n private final String cmcApiKey = \"8dc04df1-",
"end": 466,
"score": 0.999738335609436,
"start": 430,
"tag": "KEY",
"value": "613FAD50-662F-4835-AEF4-220DD67904AA"
},
{
"cont... | null | [] | package ir.sharif.moblie_hw1;
import android.annotation.SuppressLint;
import android.util.Log;
import java.io.FileWriter;
import java.io.IOException;
import java.text.SimpleDateFormat;
import java.util.Date;
import okhttp3.*;
public class ApiRequest {
private static final ApiRequest apiRequest = new ApiRequest(... | 3,702 | 0.574014 | 0.561048 | 109 | 32.954128 | 31.345188 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458716 | false | false | 10 |
4063a0d2861503c657854ec289717a5f2f6c3883 | 6,871,947,674,805 | b0dbbb4436432039ca93c908e47ec2bc11703ba7 | /NetBeansProjects/Leitor de prompt/src/leitor/de/prompt/Reader.java | 9b9a1eb6a1b9ac8566fad73703a66076f8659b54 | [] | no_license | adaao/java-como-programar | https://github.com/adaao/java-como-programar | ec5c91cf8702c5b834e0ae4af7dcaf73a86449c3 | 8da552cfdd96e4a87c79d4c9c4287fcc675a2c23 | refs/heads/master | 2020-03-22T06:19:58.461000 | 2018-09-13T22:13:10 | 2018-09-13T22:13:10 | 139,626,104 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Explorando uma aboradgem diferente,
* estou criando esta classe para tentar aplicar os conceitos que aprendi
* durante o estudo da linguagem Haskell e o paradigma funcional,
* misturando com os conceitos do livro Código Limpo.
*/
package leitor.de.prompt;
/**
*
* @author adaao
*
* O objet... | UTF-8 | Java | 748 | java | Reader.java | Java | [
{
"context": "\r\npackage leitor.de.prompt;\r\n\r\n/**\r\n *\r\n * @author adaao\r\n * \r\n * O objetivo desta classe é ser um leitor ",
"end": 303,
"score": 0.9981275200843811,
"start": 298,
"tag": "USERNAME",
"value": "adaao"
}
] | null | [] | /*
* Explorando uma aboradgem diferente,
* estou criando esta classe para tentar aplicar os conceitos que aprendi
* durante o estudo da linguagem Haskell e o paradigma funcional,
* misturando com os conceitos do livro Código Limpo.
*/
package leitor.de.prompt;
/**
*
* @author adaao
*
* O objet... | 748 | 0.651007 | 0.651007 | 30 | 22.833334 | 22.654041 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233333 | false | false | 10 |
80064267d1c7220eb8b40ba08b5489d8b4f0a3bb | 24,902,220,450,276 | 76b3ccd60857404dc33ba9e2c6c649b0fde52a90 | /chapter_001/TurnMatrix/src/test/java/com/TurnMatrixTest.java | cc76ca660afc9fc21206e2fa7b38bc485f77d3b2 | [] | no_license | zenoleg/ozenkovich | https://github.com/zenoleg/ozenkovich | bf685425299d888f935e92ad42239788a208d24c | 15f5b75839a2591aac860bb4a18e921ec264d2ad | refs/heads/master | 2017-12-19T15:51:58.088000 | 2017-03-25T00:20:22 | 2017-03-25T00:20:22 | 76,791,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.job4j;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Test.
* @author zenoleg
*/
public class TurnMatrixTest {
/**
* Test rotate method.
*/
@Test
public void whenLengthIsZeroThenNoChanges() {
final TurnMatrix tu... | UTF-8 | Java | 2,010 | java | TurnMatrixTest.java | Java | [
{
"context": ".junit.Assert.assertThat;\n\n/**\n * Test.\n * @author zenoleg\n*/\npublic class TurnMatrixTest {\n /**\n * T",
"end": 157,
"score": 0.9897060394287109,
"start": 150,
"tag": "USERNAME",
"value": "zenoleg"
}
] | null | [] | package com.job4j;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Test.
* @author zenoleg
*/
public class TurnMatrixTest {
/**
* Test rotate method.
*/
@Test
public void whenLengthIsZeroThenNoChanges() {
final TurnMatrix tu... | 2,010 | 0.471144 | 0.420896 | 78 | 24.782051 | 15.107858 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717949 | false | false | 10 |
8e436b93bebefb446775177fc9bea559dfcc600a | 29,205,777,620,872 | 1e53605f5506707bc8322ec8cc6e17719710db56 | /remsteer/app/src/main/java/rz/remotesteer/DashActivity.java | 97f9efee337d93f3eb16983487276253691c6b6a | [] | no_license | rz4fun/oid | https://github.com/rz4fun/oid | 9dbebc2a4a3b5c055e46787e0f5236511549c722 | 3782aa539533af0e6f74f3df67e10ff1ba23189b | refs/heads/master | 2021-01-10T03:54:33.148000 | 2016-02-10T06:01:28 | 2016-02-10T06:01:28 | 36,998,712 | 0 | 0 | null | false | 2016-02-10T06:01:28 | 2015-06-06T23:46:31 | 2016-01-23T07:12:16 | 2016-02-10T06:01:28 | 4,929 | 0 | 0 | 7 | Java | null | null | package rz.remotesteer;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.io.InputStreamReader;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.SocketException;
import java.net.SocketTimeoutException;
import ... | UTF-8 | Java | 17,924 | java | DashActivity.java | Java | [
{
"context": " socket_.connect(new InetSocketAddress(\"192.168.240.1\", 5678), 3000);\n if (socket_.isConnect",
"end": 14101,
"score": 0.9996680021286011,
"start": 14088,
"tag": "IP_ADDRESS",
"value": "192.168.240.1"
}
] | null | [] | package rz.remotesteer;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.io.InputStreamReader;
import java.net.InetSocketAddress;
import java.net.Socket;
import java.net.SocketException;
import java.net.SocketTimeoutException;
import ... | 17,924 | 0.633452 | 0.622629 | 529 | 32.882797 | 25.511135 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57656 | false | false | 10 |
67bbebdd6c11cb308fd462ee3ac431c217e3a5d5 | 12,257,836,730,624 | bcfa0eef94910844d0c1b5866b2316f5bab4483e | /src/main/java/nl/tudelft/ewi/devhub/server/database/controllers/NotificationController.java | 732076fcb808d9da4214e28e15bad31f29065be8 | [] | no_license | orb1t/devhub | https://github.com/orb1t/devhub | a7578c9ea26df457bae761bf26a5dd1e3aed4fa5 | bdc8c0a8fcfe6b216a42dd846bb69ba1b972f222 | refs/heads/master | 2020-04-10T11:04:31.857000 | 2017-07-17T11:40:53 | 2017-07-17T11:40:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.tudelft.ewi.devhub.server.database.controllers;
import nl.tudelft.ewi.devhub.server.database.entities.User;
import nl.tudelft.ewi.devhub.server.database.entities.notifications.Notification;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.transaction.Transactional;
import ja... | UTF-8 | Java | 1,781 | java | NotificationController.java | Java | [
{
"context": "ons.QNotification.notification;\n\n/**\n * Created by Arjan on 7-6-2017.\n */\npublic class NotificationControl",
"end": 520,
"score": 0.999089777469635,
"start": 515,
"tag": "NAME",
"value": "Arjan"
}
] | null | [] | package nl.tudelft.ewi.devhub.server.database.controllers;
import nl.tudelft.ewi.devhub.server.database.entities.User;
import nl.tudelft.ewi.devhub.server.database.entities.notifications.Notification;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.transaction.Transactional;
import ja... | 1,781 | 0.708029 | 0.703537 | 51 | 33.92157 | 28.669752 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
4ec32e12a688d0f70909785379f93014afe05925 | 18,786,186,963,601 | 978b1eeb271b817624229edc46e974192f0f4e34 | /Login.java | e4397db0000edf1039e03d4d357521d70a696079 | [] | no_license | Rikaho/Assessment | https://github.com/Rikaho/Assessment | c5dcdbd0579ddbb55a497f600e7f426ccd4756d8 | f9daba2e8dff0c7931f22826378c3096f7162278 | refs/heads/master | 2018-01-08T06:21:51.963000 | 2016-01-11T16:10:26 | 2016-01-11T16:10:26 | 49,433,680 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.io.*;
public class Login{
String name; //given login name
String pass; //given password
int countTrial;
Login(String n,String p,int ct){ //constructor
name=n;
pass=p;
countTrial=ct;
}
String loginCheck(){
Scanner s=new Scanner(System.in);
String result;
if(this.co... | UTF-8 | Java | 1,593 | java | Login.java | Java | [] | null | [] | import java.util.*;
import java.io.*;
public class Login{
String name; //given login name
String pass; //given password
int countTrial;
Login(String n,String p,int ct){ //constructor
name=n;
pass=p;
countTrial=ct;
}
String loginCheck(){
Scanner s=new Scanner(System.in);
String result;
if(this.co... | 1,593 | 0.70182 | 0.696799 | 44 | 35.204544 | 49.215012 | 224 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.068182 | false | false | 10 |
8363f8aba5d95695a14acc3c940a0b834a174281 | 3,985,729,686,234 | ff7a4d43012598ef02fd697ba432619e0a29d011 | /app/src/main/java/cn/carhouse/scdemo/fmt/Fmt12.java | a56bf5596da681978b5a941a4fbd01bb66a75251 | [] | no_license | cssyueyeqinglong/http-net | https://github.com/cssyueyeqinglong/http-net | 98a8a9487711f66fa3de991eb06d2e0f8c8b4727 | 0609ec5508b920647a28f2816739e8b5c4800c11 | refs/heads/master | 2021-01-24T01:10:20.903000 | 2018-02-25T02:44:16 | 2018-02-25T02:44:16 | 122,799,634 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.carhouse.scdemo.fmt;
import android.animation.ValueAnimator;
import android.graphics.Color;
import android.graphics.drawable.Animatable;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
imp... | UTF-8 | Java | 3,894 | java | Fmt12.java | Java | [] | null | [] | package cn.carhouse.scdemo.fmt;
import android.animation.ValueAnimator;
import android.graphics.Color;
import android.graphics.drawable.Animatable;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
imp... | 3,894 | 0.624419 | 0.607641 | 144 | 25.902779 | 23.834593 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423611 | false | false | 10 |
6af881aaddf75f2a255bd92823dbb9b04c55741b | 4,226,247,869,127 | 7d169e796639b01c6b652f12effa1d59951b8345 | /src/java/davaguine/jmac/decoder/UnBitArray.java | bf76ed4ab782bb3111613a610489c5f33213f6ed | [
"Apache-2.0"
] | permissive | dubenju/javay | https://github.com/dubenju/javay | 65555744a895ecbd345df07e5537072985095e3b | 29284c847c2ab62048538c3973a9fb10090155aa | refs/heads/master | 2021-07-09T23:44:55.086000 | 2020-07-08T13:03:50 | 2020-07-08T13:03:50 | 47,082,846 | 7 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 21.04.2004 Original verion. davagin@udm.ru.
*-----------------------------------------------------------------------
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version ... | UTF-8 | Java | 14,956 | java | UnBitArray.java | Java | [
{
"context": "/*\n * 21.04.2004 Original verion. davagin@udm.ru.\n *----------------------------------------------",
"end": 49,
"score": 0.9999263286590576,
"start": 35,
"tag": "EMAIL",
"value": "davagin@udm.ru"
},
{
"context": "File;\n\nimport java.io.IOException;\n\n/**\n * Author... | null | [] | /*
* 21.04.2004 Original verion. <EMAIL>.
*-----------------------------------------------------------------------
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of th... | 14,941 | 0.522667 | 0.437684 | 356 | 41.011234 | 49.399311 | 500 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.404494 | false | false | 10 |
78cc6695f98a4de4496e1e4b07adca3a7295d596 | 17,729,625,023,356 | 5a0053c789b3b0f5fd3e8f1fd2d986c708c29ee3 | /untitled/src/root/User/Credential.java | 988609e9f7cdc0ee7bcb76830370ac108ceb7171 | [] | no_license | premigio/Pool | https://github.com/premigio/Pool | d21ff55f8cc290d48a7743eaf3ab402ac0e307fd | b81ae34fde6d797cb30ba2cd3d3f8986b17360e3 | refs/heads/master | 2021-08-15T08:03:12.387000 | 2017-11-17T16:25:10 | 2017-11-17T16:25:10 | 111,123,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package root.User;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
public class Credential implements Serializable{
private static final long serialVersionUID = 1L;
private String password;
private String username;
publi... | UTF-8 | Java | 1,646 | java | Credential.java | Java | [
{
"context": " username,String password){\n this.password=password;\n this.username=username;\n }\n\n publi",
"end": 397,
"score": 0.9991500973701477,
"start": 389,
"tag": "PASSWORD",
"value": "password"
},
{
"context": " this.password=password;\n this.u... | null | [] | package root.User;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.Serializable;
public class Credential implements Serializable{
private static final long serialVersionUID = 1L;
private String password;
private String username;
publi... | 1,652 | 0.64277 | 0.638518 | 70 | 22.514286 | 21.146931 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 10 |
314cf96ec1bea10705e33f649e2b0e0033ca310f | 11,544,872,125,522 | c627c18f739ff4b2cdbceaa804926a76cc45594b | /RiverChiefSystem/src/main/java/common/model/Dict.java | 0d5d6a79e10b9c1daad176abfef2e5d73b45ae02 | [] | no_license | lixiaochun/RiverChiefSystem | https://github.com/lixiaochun/RiverChiefSystem | 6d8cbed501dc19eb993418142386fd2f966f5697 | a0b80f9156916f4b136771a10fa3e39713e9317c | refs/heads/master | 2020-05-29T15:39:47.212000 | 2019-04-02T08:11:40 | 2019-04-02T08:11:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package common.model;
import java.util.List;
public class Dict {
private String table;
private String field;
private String code;
private String name;
private List<Dict> dictList;
public String getTable() {
return table;
}
public void setTable(String table) {
this.table = table;
}
public Str... | UTF-8 | Java | 772 | java | Dict.java | Java | [] | null | [] | package common.model;
import java.util.List;
public class Dict {
private String table;
private String field;
private String code;
private String name;
private List<Dict> dictList;
public String getTable() {
return table;
}
public void setTable(String table) {
this.table = table;
}
public Str... | 772 | 0.678756 | 0.678756 | 56 | 12.785714 | 13.181039 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.178571 | false | false | 10 |
27a6400edc852632476ec569eada649e0f279fc2 | 7,181,185,319,772 | 6e4594667da81670bcaf8f763ea03ef692728490 | /yourong-backend/src/main/java/com/yourong/backend/sys/service/SysMenuService.java | e1f43197920d1f7bbe41b670140c46e403804a90 | [] | no_license | cenbow/Daisy | https://github.com/cenbow/Daisy | d669db7e80677f9dc6162e78b1b150d31e649d56 | 29a83841acefbe55631b32c51f1f8af723bea20d | refs/heads/master | 2021-01-20T08:31:54.755000 | 2017-04-28T09:40:28 | 2017-04-28T09:40:28 | 90,162,687 | 0 | 1 | null | true | 2017-05-03T15:11:00 | 2017-05-03T15:11:00 | 2017-04-28T09:35:58 | 2017-04-28T09:40:29 | 121,128 | 0 | 0 | 0 | null | null | null | package com.yourong.backend.sys.service;
import java.util.List;
import java.util.Map;
import com.yourong.common.pageable.Page;
import com.yourong.core.sys.model.SysMenu;
public interface SysMenuService {
Integer deleteByPrimaryKey(Long id);
Integer insert(SysMenu record);
SysMenu selectByPrimaryKey(Long i... | UTF-8 | Java | 633 | java | SysMenuService.java | Java | [] | null | [] | package com.yourong.backend.sys.service;
import java.util.List;
import java.util.Map;
import com.yourong.common.pageable.Page;
import com.yourong.core.sys.model.SysMenu;
public interface SysMenuService {
Integer deleteByPrimaryKey(Long id);
Integer insert(SysMenu record);
SysMenu selectByPrimaryKey(Long i... | 633 | 0.761453 | 0.761453 | 27 | 22.481482 | 22.176682 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.740741 | false | false | 10 |
2a8ce8d5b59120977ba035dcc3f84c7647f959a7 | 27,410,481,353,885 | b57189c9968bccfcc9ae21dc244ed56d1c519364 | /src/main/java/rocks/zipcode/quiz4/fundamentals/Calculator.java | ded9e9c4d904b3c249bf8a518a2e8aa0d0533c6b | [] | no_license | HFCatania/Maven.Quiz4 | https://github.com/HFCatania/Maven.Quiz4 | 031dbf3df970f8d4ccb707f0c3e25cfaf4718a2e | 8f6c0faab58b0f7437dec51f42235e93780c8dcf | refs/heads/master | 2020-06-20T17:35:15.625000 | 2019-07-16T17:46:47 | 2019-07-16T17:46:47 | 197,193,958 | 0 | 0 | null | true | 2019-07-16T12:55:29 | 2019-07-16T12:55:28 | 2019-04-03T14:26:55 | 2019-04-08T14:32:34 | 47 | 0 | 0 | 0 | null | false | false | package rocks.zipcode.quiz4.fundamentals;
import java.util.ArrayList;
/**
* @author leon on 21/12/2018.
*/
public class Calculator {
public static Double squareRoot(Double value) {
return Math.sqrt(value);
}
public static Double square(Double value) {
return Math.pow(value, 2);
}
... | UTF-8 | Java | 1,262 | java | Calculator.java | Java | [
{
"context": "tals;\n\nimport java.util.ArrayList;\n\n/**\n * @author leon on 21/12/2018.\n */\npublic class Calculator {\n ",
"end": 91,
"score": 0.7835882902145386,
"start": 87,
"tag": "USERNAME",
"value": "leon"
}
] | null | [] | package rocks.zipcode.quiz4.fundamentals;
import java.util.ArrayList;
/**
* @author leon on 21/12/2018.
*/
public class Calculator {
public static Double squareRoot(Double value) {
return Math.sqrt(value);
}
public static Double square(Double value) {
return Math.pow(value, 2);
}
... | 1,262 | 0.587163 | 0.570523 | 52 | 23.26923 | 22.456039 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480769 | false | false | 10 |
7ba1637374ddeaeb52431067f5a50d2469d10a4d | 30,683,246,378,686 | 470ec58b218fbf08b590d2f4dfac26e733110344 | /app/src/main/java/com/durocrete_mumbai_sales_app/reports/Report.java | 30a9f544fdc6e2a27ad66e5725502bddbaa1c33f | [] | no_license | DurocreteGithub/Durocrete_Mumbai_Sales_App | https://github.com/DurocreteGithub/Durocrete_Mumbai_Sales_App | e3f2e59159c5e501b2b10dda3f6f0251a4b3d91c | 3aebc66a35d760113abae058b2552a1f27712ce7 | refs/heads/master | 2020-03-23T14:48:26.556000 | 2018-07-20T10:48:15 | 2018-07-20T10:48:15 | 141,700,771 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.durocrete_mumbai_sales_app.reports;
/**
* Created by root on 12/12/17.
*/
public class Report {
String report;
boolean ischecked;
String present;
public String getPresent() {
return present;
}
public void setPresent(String present) {
this.present = present;
... | UTF-8 | Java | 709 | java | Report.java | Java | [
{
"context": "crete_mumbai_sales_app.reports;\n\n/**\n * Created by root on 12/12/17.\n */\n\npublic class Report {\n\n Stri",
"end": 71,
"score": 0.9803566336631775,
"start": 67,
"tag": "USERNAME",
"value": "root"
}
] | null | [] | package com.durocrete_mumbai_sales_app.reports;
/**
* Created by root on 12/12/17.
*/
public class Report {
String report;
boolean ischecked;
String present;
public String getPresent() {
return present;
}
public void setPresent(String present) {
this.present = present;
... | 709 | 0.61213 | 0.603667 | 40 | 16.725 | 16.07947 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275 | false | false | 10 |
bc8707739fbfa206643ddbaeecfeddf84fd719ba | 30,683,246,379,941 | bd83552a232db57b0cbec433bd2aaa6770202d49 | /learn-otus-9/src/main/java/ru/otus/spring/dto/CommentDto.java | 434580bacc984796310d4bdcda0bf90cc83c427d | [] | no_license | mari-otus/2020-02-otus-spring-Tronina | https://github.com/mari-otus/2020-02-otus-spring-Tronina | 45fe865f6777e6bce86df6008c6ad4ca71ad31f0 | 3308166ebbce8973c18f094c610206d8f4849b70 | refs/heads/master | 2022-10-02T15:17:07.086000 | 2020-05-28T13:46:36 | 2020-05-28T13:46:36 | 244,303,240 | 0 | 0 | null | false | 2022-09-08T01:09:56 | 2020-03-02T07:05:20 | 2020-05-28T13:46:40 | 2022-09-08T01:09:53 | 185 | 0 | 0 | 9 | Java | false | false | package ru.otus.spring.dto;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* Комментарий к книге.
*
* @author Mariya Tronina
*/
@Builder
@Data
@AllArgsConstructor
@NoArgsConstructor
public class CommentDto {
/**
* Идентификатор комментар... | UTF-8 | Java | 472 | java | CommentDto.java | Java | [
{
"context": "ructor;\n\n/**\n * Комментарий к книге.\n *\n * @author Mariya Tronina\n */\n@Builder\n@Data\n@AllArgsConstructor\n@NoArgsCon",
"end": 196,
"score": 0.9997944235801697,
"start": 182,
"tag": "NAME",
"value": "Mariya Tronina"
}
] | null | [] | package ru.otus.spring.dto;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* Комментарий к книге.
*
* @author <NAME>
*/
@Builder
@Data
@AllArgsConstructor
@NoArgsConstructor
public class CommentDto {
/**
* Идентификатор комментария.
... | 464 | 0.683333 | 0.683333 | 28 | 14 | 11.259916 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
f9d45ef686a86abbebdebedb9286bf48a8aa5dfc | 4,999,341,969,941 | 66669c0c353ec085d8b8ffbefd22cf2c76ac1699 | /JX_KNY/src/com/yunda/jwpt/business/entity/JwptJcjxjhJhmx.java | 396de1dbef9ed19b66f6a23f59436d4705eff18b | [] | no_license | wujialing1988/jx_kny | https://github.com/wujialing1988/jx_kny | 818d971df901b7797c755c6d1c8e4bfafe0244be | ac784a92429691145cb0c80df3c846da13d9eb35 | refs/heads/master | 2021-09-03T18:45:48.762000 | 2018-01-11T05:09:20 | 2018-01-11T05:09:20 | 108,991,740 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yunda.jwpt.business.entity;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import org.codehaus.jackson.annotate.JsonAutoDetect;
import org.codehaus.jackson.annotate.JsonAutoDetect.Visibility;
... | UTF-8 | Java | 13,829 | java | JwptJcjxjhJhmx.java | Java | [
{
"context": "说明: JxglJcjxjhJhmx实体类, 数据表:机车生产计划明细明细\r\n * <li>创建人:何涛\r\n * <li>创建日期:2016-06-01\r\n * <li>修改人:\r\n * <li>修改日期",
"end": 621,
"score": 0.99973064661026,
"start": 619,
"tag": "NAME",
"value": "何涛"
},
{
"context": " <li>说明:获取业务临时数据表对应到总公司机务平台的数据表名称\r\n * <li>创建人:何涛\r\n... | null | [] | package com.yunda.jwpt.business.entity;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import org.codehaus.jackson.annotate.JsonAutoDetect;
import org.codehaus.jackson.annotate.JsonAutoDetect.Visibility;
... | 13,829 | 0.565022 | 0.559987 | 458 | 25.753275 | 28.046869 | 266 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.519651 | false | false | 10 |
fbe7220c3374b827bdfc277e729e52d94487ce11 | 18,004,502,966,341 | d0e7cbb078d20196b609b08b87ae5902a53b69d9 | /src/main/java/com/pirozgur/todoproject_new/todolist/web/TodoListController.java | 1526e056203311dbdf7c175cef4d47c0843df38a | [] | no_license | fiiraz/TodoApp | https://github.com/fiiraz/TodoApp | d21546b1dc3c89322aedd9db039c1d277cf7d226 | 9a6a7cf41631626bd17bac0459006482ecfb7703 | refs/heads/master | 2020-08-15T07:54:08.498000 | 2019-10-15T17:23:34 | 2019-10-15T17:23:34 | 215,304,713 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pirozgur.todoproject_new.todolist.web;
import com.pirozgur.todoproject_new.todolist.model.*;
import com.pirozgur.todoproject_new.todolist.web.dto.FilterDto;
import com.pirozgur.todoproject_new.todolist.web.dto.SetDependencyDto;
import com.pirozgur.todoproject_new.todolist.web.dto.ShowTodoListDto;
import co... | UTF-8 | Java | 9,123 | java | TodoListController.java | Java | [] | null | [] | package com.pirozgur.todoproject_new.todolist.web;
import com.pirozgur.todoproject_new.todolist.model.*;
import com.pirozgur.todoproject_new.todolist.web.dto.FilterDto;
import com.pirozgur.todoproject_new.todolist.web.dto.SetDependencyDto;
import com.pirozgur.todoproject_new.todolist.web.dto.ShowTodoListDto;
import co... | 9,123 | 0.661844 | 0.658446 | 221 | 40.280544 | 32.753613 | 179 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61991 | false | false | 10 |
f826eb6bf5909f13ae808dc508483b078a14694d | 20,091,857,024,482 | f7576e3268a24497a29d1cd20035396d50d9aeb8 | /International.java | f5b46ad5aeb96525b0f623b6a3584596b09dd18d | [] | no_license | aatsay19/Student-Tuition-Manager | https://github.com/aatsay19/Student-Tuition-Manager | d8e69ad59d6a99f3e8919bf5b1dbb8539bfec3ca | 1cefc4797bfe0a91824853d77072c3a4716bd5de | refs/heads/main | 2023-09-02T17:43:16.268000 | 2021-10-31T19:50:33 | 2021-10-31T19:50:33 | 423,245,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tuitionmanager;
/**
* Class that defines an international student (a subgroup of non-resident which is a subgroup of student).
* Keeps track of whether the student studies abroad or not.
* @author Aatif Sayed, Pranav Tailor
*/
public class International extends NonResident {
private boole... | UTF-8 | Java | 3,372 | java | International.java | Java | [
{
"context": "her the student studies abroad or not.\r\n * @author Aatif Sayed, Pranav Tailor\r\n */\r\npublic class International e",
"end": 225,
"score": 0.9998833537101746,
"start": 214,
"tag": "NAME",
"value": "Aatif Sayed"
},
{
"context": "nt studies abroad or not.\r\n * @author... | null | [] | package tuitionmanager;
/**
* Class that defines an international student (a subgroup of non-resident which is a subgroup of student).
* Keeps track of whether the student studies abroad or not.
* @author <NAME>, <NAME>
*/
public class International extends NonResident {
private boolean studyAbro... | 3,360 | 0.677639 | 0.67586 | 71 | 45.521126 | 50.762596 | 260 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366197 | false | false | 10 |
3525df5155d758a879a8c6d30278119d8026e44c | 8,632,884,332,538 | f5ef72aa8c5f09a357a369eaff42e1b1b77497d6 | /src/org/snrg_nyc/model/EdgeEditor.java | 74e86a719126d2d673177e51271c236e1f84453e | [] | no_license | LeeHastings/SNRG-Frontend | https://github.com/LeeHastings/SNRG-Frontend | ab6f4d2cc9d06018ebc6a6c3ac46b92a249b3635 | 9f2c3e0031d92366736227625fd6bda609acb077 | refs/heads/master | 2020-04-12T09:05:46.849000 | 2016-08-27T21:20:18 | 2016-08-27T21:20:18 | 61,404,479 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.snrg_nyc.model;
import java.util.Map;
import org.snrg_nyc.model.internal.NodeLayer;
import org.snrg_nyc.persistence.Transferable;
class EdgeEditor extends PropertiesEditor_Impl {
private static String noLayersMsg = "There are no layers in this editor";
private EdgeSettings settings;
private NodeEditor... | UTF-8 | Java | 1,678 | java | EdgeEditor.java | Java | [] | null | [] | package org.snrg_nyc.model;
import java.util.Map;
import org.snrg_nyc.model.internal.NodeLayer;
import org.snrg_nyc.persistence.Transferable;
class EdgeEditor extends PropertiesEditor_Impl {
private static String noLayersMsg = "There are no layers in this editor";
private EdgeSettings settings;
private NodeEditor... | 1,678 | 0.753278 | 0.753278 | 66 | 24.424242 | 22.466852 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.590909 | false | false | 10 |
e421671e0cfe824ccd6a091ef4f8ecaf618682d4 | 24,429,774,008,605 | 57b9474eb204928b31916d62007b8052ba5ccefb | /src/com/andreasekman/person/service/CreatePerson.java | 3e4fc25a52d52ba4ba286cf380c5d15e172000a9 | [] | no_license | AEkman/JPA-DB | https://github.com/AEkman/JPA-DB | 0ec0f00097ce30f74ba45a1db28e7e57122bc482 | 87b04a5e64ee782be2544c83e50d0a8ec0407ebe | refs/heads/master | 2021-01-19T13:26:21.176000 | 2017-04-12T20:02:28 | 2017-04-12T20:02:41 | 88,086,635 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.andreasekman.person.service;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import com.andreasekman.person.entity.Person;
public class CreatePerson {
public static void main( String[ ] args ) {
EntityManagerFactor... | UTF-8 | Java | 816 | java | CreatePerson.java | Java | [
{
"context": " person.setPid(2);\n person.setFirstName(\"Gittan\" );\n person.setLastName(\"Svensson\");\n \n",
"end": 616,
"score": 0.9997783899307251,
"start": 610,
"tag": "NAME",
"value": "Gittan"
},
{
"context": "etFirstName(\"Gittan\" );\n person.setLastN... | null | [] | package com.andreasekman.person.service;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import com.andreasekman.person.entity.Person;
public class CreatePerson {
public static void main( String[ ] args ) {
EntityManagerFactor... | 816 | 0.707108 | 0.705882 | 29 | 27.137932 | 23.989544 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 10 |
495851633b24c474b3630fa841d816261a3641e6 | 24,618,752,560,356 | aaa7c2189ca10b104e0cb847796b3d6a66b5ce0c | /src/singleton/GoodSingletonThread.java | 38a55c8b710538f93b766049df5ac3d6fe96061a | [] | no_license | FRANDAVID/Test | https://github.com/FRANDAVID/Test | 4ae8aeef0634eeede7ed48bf465f9d60130436aa | 28fc42b3327b2e2a4105235f15c2d4d5d96d7288 | refs/heads/master | 2021-09-21T18:11:59.592000 | 2018-08-30T07:57:04 | 2018-08-30T07:57:04 | 46,272,588 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package singleton;
class GoodSingletonThread implements Runnable{
public Singleton s;
@Override
public void run() {
// TODO Auto-generated method stub
s = Singleton.getInstance();
System.out.println("good Singleton=>"+s);
}
} | UTF-8 | Java | 235 | java | GoodSingletonThread.java | Java | [] | null | [] | package singleton;
class GoodSingletonThread implements Runnable{
public Singleton s;
@Override
public void run() {
// TODO Auto-generated method stub
s = Singleton.getInstance();
System.out.println("good Singleton=>"+s);
}
} | 235 | 0.73617 | 0.73617 | 10 | 22.6 | 15.107614 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 10 |
1f963afde3415970e339174cf3571d1a10845d98 | 24,481,313,638,595 | 1d81d3ce638edd405a637822c086ec90189c4923 | /src/main/java/capsule/sba/task/application/entity/package-info.java | e71a42fa9db51f73399f6f62b5e715557d194721 | [] | no_license | primishra1987-fse/TaskManagerApplicationService | https://github.com/primishra1987-fse/TaskManagerApplicationService | 1ecbf7de3d76a73c74ac19c857eaa25e7ebd98ee | f07c61408318364df5a3455cf8f4dec9cb7cf7a0 | refs/heads/master | 2020-07-12T13:45:15.320000 | 2019-09-04T08:59:07 | 2019-09-04T08:59:07 | 204,833,096 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package capsule.sba.task.application.entity; | UTF-8 | Java | 44 | java | package-info.java | Java | [] | null | [] | package capsule.sba.task.application.entity; | 44 | 0.863636 | 0.863636 | 1 | 44 | 0 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 10 |
658409bfe6fe555dcd73ff070d9dba6b65ba8e61 | 2,662,879,771,155 | 4a596e993071b256763bb62e4a4734d9c9528834 | /src/main/java/com/karakal/tycms/entity/publish/StatusEntity.java | aac48be62e974a38078b9c9cbfadcbcf01b91a52 | [] | no_license | kkhechao/tycms-web | https://github.com/kkhechao/tycms-web | 1390f3d75b5d779f01296d406c806a66e2310491 | 7493dc10bb727c312fdd6246934ef8c1693bf16d | refs/heads/master | 2020-03-22T01:33:37.781000 | 2018-07-01T08:50:59 | 2018-07-01T08:50:59 | 139,313,529 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.karakal.tycms.entity.publish;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Copyright (c) 2013, 北京卡拉卡尔科技股份有限公司
* All rights reserved.
* @description 身份实体
* @version 1.0
* @since tycms1.0... | UTF-8 | Java | 2,716 | java | StatusEntity.java | Java | [
{
"context": "* @version \t1.0\n * @since \t\ttycms1.0\n * @author \t\tzhangpeng(peng.zhang@karakal.com.cn)\n * @date \t\t2013-4-",
"end": 339,
"score": 0.6210009455680847,
"start": 334,
"tag": "USERNAME",
"value": "zhang"
},
{
"context": "rsion \t1.0\n * @since \t\ttycms1.0\n * @aut... | null | [] | package com.karakal.tycms.entity.publish;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Copyright (c) 2013, 北京卡拉卡尔科技股份有限公司
* All rights reserved.
* @description 身份实体
* @version 1.0
* @since tycms1.0... | 2,698 | 0.751522 | 0.74239 | 95 | 26.663158 | 19.729546 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.631579 | false | false | 10 |
9e64d8f7b89dbcec2f10c47815046e408c232e0b | 7,559,142,486,446 | 728094d0198a032fde566cddb53587c445a51aeb | /src/main/java/com/quizApp/dao/ResultDAO.java | 1458d3dda2293f500274860e9cca73416b79fc19 | [] | no_license | artemzubov/quizApp | https://github.com/artemzubov/quizApp | f447b2d60b9ffe84cfe428c69c80175c81b013e2 | 60f50fe82e0387405d976d3458bbadf47b30aa0e | refs/heads/master | 2020-04-24T20:30:42.712000 | 2019-02-23T18:29:47 | 2019-02-23T19:16:31 | 172,226,598 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.quizApp.dao;
import com.quizApp.model.Quiz;
import com.quizApp.model.Result;
import com.quizApp.model.User;
import java.util.List;
public interface ResultDAO {
Result save(Result result);
void remove(Result result);
Result getById(Integer resultId);
List<Result> getByUser(User user... | UTF-8 | Java | 411 | java | ResultDAO.java | Java | [] | null | [] | package com.quizApp.dao;
import com.quizApp.model.Quiz;
import com.quizApp.model.Result;
import com.quizApp.model.User;
import java.util.List;
public interface ResultDAO {
Result save(Result result);
void remove(Result result);
Result getById(Integer resultId);
List<Result> getByUser(User user... | 411 | 0.717762 | 0.717762 | 22 | 17.681818 | 16.636177 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
853ebb8de00abc6d248ee2da1183d517bef00804 | 7,559,142,485,990 | 2598adee06b6e5064cd99a7a106d2f644215a554 | /src/map/MapTerrace.java | 77b56e5886a747bf10231db9ff2b05cd384c48a6 | [] | no_license | tirogen/Highrich | https://github.com/tirogen/Highrich | 6176c69eb2478de2e946b6c2f7d938e2f568cbff | f9b8451f2f27e1695583697c61f5e6a52277536a | refs/heads/master | 2020-04-05T11:11:41.844000 | 2018-12-10T13:39:23 | 2018-12-10T13:39:23 | 156,826,576 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package map;
import UI.AnimatedImage;
import UI.Audio;
import UI.Images;
import UI.Rectangle;
import controller.GameManager;
import javafx.scene.canvas.GraphicsContext;
public class MapTerrace extends Map{
private static AnimatedImage airPlane;
private static int state = 1;
public MapTerrace() {
super();
... | UTF-8 | Java | 3,068 | java | MapTerrace.java | Java | [] | null | [] | package map;
import UI.AnimatedImage;
import UI.Audio;
import UI.Images;
import UI.Rectangle;
import controller.GameManager;
import javafx.scene.canvas.GraphicsContext;
public class MapTerrace extends Map{
private static AnimatedImage airPlane;
private static int state = 1;
public MapTerrace() {
super();
... | 3,068 | 0.669817 | 0.639831 | 106 | 27.943396 | 20.717247 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.179245 | false | false | 10 |
636cfcd7f7335a389f162c361bb9f938b54deeff | 22,196,391,030,006 | 6836df57383e0fe8d2fda1d11216cacfd6c1245f | /src/main/java/org/openscada/opc/dcom/common/impl/OPCCommon.java | a65372e7c9e8baa467481718c8eadcc611e212b1 | [
"MIT"
] | permissive | heikexiaosong/dycl | https://github.com/heikexiaosong/dycl | 2c8d11b547d7cfc4fe3ce0e6e1aed61b5b72191a | d20548316874edc44ce82ee506eb83c13a958a42 | refs/heads/master | 2021-07-05T09:31:50.351000 | 2019-11-03T07:19:40 | 2019-11-03T07:19:40 | 218,664,644 | 0 | 0 | MIT | false | 2021-01-14T20:26:18 | 2019-10-31T02:06:18 | 2019-11-04T01:24:03 | 2021-01-14T20:26:17 | 611 | 0 | 0 | 1 | Java | false | false | /*
* This file is part of the OpenSCADA project
* Copyright (C) 2006-2010 TH4 SYSTEMS GmbH (http://th4-systems.com)
*
* OpenSCADA is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*... | UTF-8 | Java | 3,836 | java | OPCCommon.java | Java | [] | null | [] | /*
* This file is part of the OpenSCADA project
* Copyright (C) 2006-2010 TH4 SYSTEMS GmbH (http://th4-systems.com)
*
* OpenSCADA is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*... | 3,836 | 0.705944 | 0.699426 | 101 | 36.980198 | 34.326904 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574257 | false | false | 10 |
4186bdea75947d455bdc2aa37352afbcc7c4a124 | 22,196,391,029,358 | f0d25d83176909b18b9989e6fe34c414590c3599 | /app/src/main/java/com/google/android/gms/internal/abg.java | 6a3d5beff259a0734fcc3fcbe307ce6c2a91023a | [] | no_license | lycfr/lq | https://github.com/lycfr/lq | e8dd702263e6565486bea92f05cd93e45ef8defc | 123914e7c0d45956184dc908e87f63870e46aa2e | refs/heads/master | 2022-04-07T18:16:31.660000 | 2020-02-23T03:09:18 | 2020-02-23T03:09:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.google.android.gms.internal;
import android.content.Context;
import android.util.Log;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public final class abg implements Runnable {
private Context mContext;
private... | UTF-8 | Java | 3,297 | java | abg.java | Java | [] | null | [] | package com.google.android.gms.internal;
import android.content.Context;
import android.util.Log;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public final class abg implements Runnable {
private Context mContext;
private... | 3,297 | 0.502578 | 0.499848 | 96 | 33.34375 | 20.33205 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.729167 | false | false | 10 |
acb82b03fe9e87788b39f5b73fb91bdc78c0d67d | 11,149,735,160,252 | 7b7266ba29a56893a2a85c5d466722c6c2981321 | /src/main/java/com/sxhkwy/pojo/Picture.java | da407c65485377c3c1a940a61f5f949817dfacc8 | [] | no_license | gakkiAgakki/sxhkwy | https://github.com/gakkiAgakki/sxhkwy | c319d100944a482ac2787e76b1f44940351a50b4 | 431e3c8dc982c715c60e369fa1b384081d0a77ff | refs/heads/master | 2020-05-21T04:03:57.999000 | 2019-05-10T02:14:52 | 2019-05-10T02:14:57 | 185,902,901 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sxhkwy.pojo;
import java.io.Serializable;
/**
* 首页导航图展示
* Created by HASEE on 2019/4/23.
*/
public class Picture implements Serializable {
private Integer pId; //图片ID
private String pName; //图片名称
private String pPath; //图片路径
private String pCategory; //图片所属类别
public Integer ... | UTF-8 | Java | 1,929 | java | Picture.java | Java | [
{
"context": "ava.io.Serializable;\n\n/**\n * 首页导航图展示\n * Created by HASEE on 2019/4/23.\n */\npublic class Picture implements",
"end": 90,
"score": 0.9992734789848328,
"start": 85,
"tag": "USERNAME",
"value": "HASEE"
}
] | null | [] | package com.sxhkwy.pojo;
import java.io.Serializable;
/**
* 首页导航图展示
* Created by HASEE on 2019/4/23.
*/
public class Picture implements Serializable {
private Integer pId; //图片ID
private String pName; //图片名称
private String pPath; //图片路径
private String pCategory; //图片所属类别
public Integer ... | 1,929 | 0.540096 | 0.532661 | 76 | 23.776316 | 22.833261 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394737 | false | false | 10 |
ca3fc9252307e06b391a3959af8c129b161c88ea | 22,359,599,784,294 | 2d5e54e4dd6612aeb19904fcdf8757680c5bfd79 | /xmi/src/org/modelio/xmi/generation/ExportServices.java | cb9625837b21321b94da1e6a8fee1c6961f3acd7 | [] | no_license | mondo-project/hawk-modelio | https://github.com/mondo-project/hawk-modelio | 1ef504dde30ce4e43b5db8d7936adbc04851e058 | 4da0f70dfeddb0451eec8b2f361586e07ad3dab9 | refs/heads/master | 2021-01-10T06:09:58.281000 | 2015-11-06T11:08:15 | 2015-11-06T11:08:15 | 45,675,632 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2013 Modeliosoft
*
* This file is part of Modelio.
*
* Modelio is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
... | UTF-8 | Java | 28,302 | java | ExportServices.java | Java | [
{
"context": "/*\n * Copyright 2013 Modeliosoft\n *\n * This file is part of Modelio.\n *\n * Modelio",
"end": 32,
"score": 0.9982379674911499,
"start": 21,
"tag": "NAME",
"value": "Modeliosoft"
},
{
"context": "class provides the XMI export services.\n * @author ebrosse\n */\n@objid... | null | [] | /*
* Copyright 2013 Modeliosoft
*
* This file is part of Modelio.
*
* Modelio is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
... | 28,302 | 0.602007 | 0.586425 | 676 | 40.866863 | 32.168152 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473373 | false | false | 10 |
7a7fa98702a45290f3d20d56fb5fca8c338fc429 | 21,371,757,314,561 | 999c6120919283ee699af3d15803b68a44597140 | /ssm111/毕设/刘伯啸毕业设计/刘伯啸毕业设计/ZPWZ/src/com/bs/zp/dao/CpyDao.java | b05a6225710792490bf883caa5c6c558a06e4d17 | [] | no_license | KonglxGiThub/test | https://github.com/KonglxGiThub/test | b7f45483b70cd6a29bbf6182a29012fc4b859838 | 89d9bc04dd34373f8cab8184163e4a7406041962 | refs/heads/master | 2022-12-22T13:24:56.193000 | 2019-08-11T06:13:52 | 2019-08-11T06:13:52 | 199,443,119 | 1 | 0 | null | false | 2022-12-16T01:28:36 | 2019-07-29T11:51:58 | 2019-12-30T04:46:33 | 2022-12-16T01:28:33 | 315,233 | 1 | 0 | 7 | JavaScript | false | false | package com.bs.zp.dao;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.bs.zp.bean.Company;
import com.bs.zp.util.BaseDao;
public class CpyDao extends BaseDao {
String sql = "";
int num = 0;
public List findAll() throws Exception {
sql = "select id,account,pwd,name,na... | GB18030 | Java | 6,640 | java | CpyDao.java | Java | [] | null | [] | package com.bs.zp.dao;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
import com.bs.zp.bean.Company;
import com.bs.zp.util.BaseDao;
public class CpyDao extends BaseDao {
String sql = "";
int num = 0;
public List findAll() throws Exception {
sql = "select id,account,pwd,name,na... | 6,640 | 0.644597 | 0.630137 | 191 | 33.397907 | 27.602049 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.434555 | false | false | 10 |
63d24520d8b804460956e1d485860ce7fb01a0cf | 23,467,701,349,485 | b490b984fac1c342cf194fb45557dfa4ccd434a5 | /src/main/java/com/can/app/integration/EmailQueueConsumer.java | fc3dd7489bd61af35ad1fcf86853abeca65bbe66 | [] | no_license | halit-can/email-services | https://github.com/halit-can/email-services | f75ff730f3e4a604bf0ba2fccd6cf048714dedac | c4e3e2212e6927c5765f6ec2ab197a8be3f06586 | refs/heads/master | 2020-04-29T11:32:19.518000 | 2019-03-20T17:32:03 | 2019-03-21T20:54:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.can.app.integration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jms.annotation.JmsListener;
import org.springframework.messaging.Message;
import org.springframework.messaging.MessageHeaders;
impo... | UTF-8 | Java | 1,176 | java | EmailQueueConsumer.java | Java | [] | null | [] | package com.can.app.integration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jms.annotation.JmsListener;
import org.springframework.messaging.Message;
import org.springframework.messaging.MessageHeaders;
impo... | 1,176 | 0.804422 | 0.802721 | 34 | 32.588234 | 27.259232 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.029412 | false | false | 10 |
18a366ac1b184f947ee118cd979c8c3876651c01 | 29,781,303,278,208 | b642868271e403688114dae3e6ff189b66adf92b | /src/sjsu/cs146/project3/Misc.java | 41b2e7a2095abb8c0501917ad7fe555ff1079721 | [] | no_license | kkorolyov/146-Project_Maze | https://github.com/kkorolyov/146-Project_Maze | 1b0ca1e4e8569d35acf24c1f576a672c7b7042e5 | ff316367ca00db83825336091c4215be20b56de9 | refs/heads/master | 2021-01-10T08:30:40.410000 | 2015-11-30T04:37:10 | 2015-11-30T04:37:10 | 46,690,871 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sjsu.cs146.project3;
import java.util.Map;
/**
* Provides miscellaneous helper methods for {@link Maze}.
*/
public class Misc {
/**
* Repeats a {@code char} to fill a specified length.
* @param source character to expand
* @param length length to expand to
* @return expanded character
*/
publi... | UTF-8 | Java | 1,655 | java | Misc.java | Java | [] | null | [] | package sjsu.cs146.project3;
import java.util.Map;
/**
* Provides miscellaneous helper methods for {@link Maze}.
*/
public class Misc {
/**
* Repeats a {@code char} to fill a specified length.
* @param source character to expand
* @param length length to expand to
* @return expanded character
*/
publi... | 1,655 | 0.657402 | 0.653172 | 65 | 24.461538 | 21.173334 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.953846 | false | false | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.