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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a2f9e56e632c2e989d30e6e46b8af5078990f96e | 25,262,997,641,204 | 4691acca4e62da71a857385cffce2b6b4aef3bb3 | /core-java-modules/core-java-lambdas/src/main/java/com/baeldung/java8/lambda/serialization/SerializableLambdaExpression.java | 74541013bb9713da1fbef9f1a7c0f193e02eb8c2 | [
"MIT"
] | permissive | lor6/tutorials | https://github.com/lor6/tutorials | 800f2e48d7968c047407bbd8a61b47be7ec352f2 | e993db2c23d559d503b8bf8bc27aab0847224593 | refs/heads/master | 2023-05-29T06:17:47.980000 | 2023-05-19T08:37:45 | 2023-05-19T08:37:45 | 145,218,314 | 7 | 11 | MIT | true | 2018-08-18T12:29:20 | 2018-08-18T12:29:19 | 2018-08-18T12:01:20 | 2018-08-18T12:01:05 | 108,692 | 0 | 0 | 0 | null | false | null | package com.baeldung.java8.lambda.serialization;
import java.io.Serializable;
public class SerializableLambdaExpression {
public static Object getLambdaExpressionObject() {
Runnable r = (Runnable & Serializable) () -> System.out.println("please serialize this message");
return r;
}
}
| UTF-8 | Java | 311 | java | SerializableLambdaExpression.java | Java | [] | null | [] | package com.baeldung.java8.lambda.serialization;
import java.io.Serializable;
public class SerializableLambdaExpression {
public static Object getLambdaExpressionObject() {
Runnable r = (Runnable & Serializable) () -> System.out.println("please serialize this message");
return r;
}
}
| 311 | 0.726688 | 0.723473 | 10 | 30.1 | 31.832216 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 11 |
fb7a9eea4fa8e5c7517fb9b914f56e585220c142 | 77,309,422,011 | 871c7479b1cb0aa22909f974492f4eeb4238a5d8 | /src/main/java/com/acme/webserviceserentcar/client/resource/CreateCommentResource.java | 45004afc48ab3f4d76262dacf3fcd6f1e7d1cfdb | [] | no_license | SebastianBran/Web-Services-eRentCar | https://github.com/SebastianBran/Web-Services-eRentCar | 7cd00db9f620646f1576f754c023a88711ec8a3c | bc1c2ea80bfcfd06dcf926d849c375e478e41237 | refs/heads/master | 2023-09-02T11:11:17.612000 | 2021-11-23T08:05:31 | 2021-11-23T08:05:31 | 404,839,159 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.acme.webserviceserentcar.client.resource;
import lombok.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@With
public class CreateCommentResource {
@NotNull
... | UTF-8 | Java | 492 | java | CreateCommentResource.java | Java | [] | null | [] | package com.acme.webserviceserentcar.client.resource;
import lombok.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@With
public class CreateCommentResource {
@NotNull
... | 492 | 0.739837 | 0.731707 | 27 | 17.222221 | 15.014397 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 11 |
dbe04c93955b21f15e8d9de47663f1899e9ac264 | 77,309,421,415 | ab964d1a95a6324f6e59bf522fdee674b9464e09 | /tiger-core/src/main/java/tiger/core/service/department/impl/SalesManServiceImpl.java | 97d807fa38a44dab67a92415150b7d4447b6f6b7 | [] | no_license | liu412825long/tigerback | https://github.com/liu412825long/tigerback | 0e4865909d61b3cdfd1f8a1a8e26e4fad9113458 | 50779083615842a7bfd5b4c43b18a0b311317d94 | refs/heads/master | 2018-04-06T14:40:00.688000 | 2017-04-26T01:54:50 | 2017-04-26T01:54:50 | 89,425,187 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tiger.core.service.department.impl;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import tiger.common.dal.dataobject.CustomerDO;
import tiger.common.... | UTF-8 | Java | 4,569 | java | SalesManServiceImpl.java | Java | [
{
"context": ".util.Date;\nimport java.util.List;\n\n/**\n * @author LiuHaiLong\n * Created by xgkj01 on 17/1/3.\n */\n@Service\npubl",
"end": 985,
"score": 0.9997953176498413,
"start": 975,
"tag": "NAME",
"value": "LiuHaiLong"
},
{
"context": "til.List;\n\n/**\n * @author LiuHaiLong... | null | [] | package tiger.core.service.department.impl;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import tiger.common.dal.dataobject.CustomerDO;
import tiger.common.... | 4,569 | 0.695929 | 0.692518 | 135 | 31.57037 | 26.762201 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451852 | false | false | 11 |
917d8d219bd017cafe42611d5cf23641b8cdf1b6 | 20,229,295,966,624 | 38d1b53f272f91de55e11351b112885cf9b569b4 | /src/main/java/com/leiming/blog/controller/BlogController.java | 3b44901db75bdb05a84bf3860382ff004393e039 | [] | no_license | LovelyLM/blog_competition | https://github.com/LovelyLM/blog_competition | eb110dea6ce406b1b8f6a0e2bd3a056021e5d093 | efe5a6a395d05bb363a3edcd27cf15da2b83d5aa | refs/heads/master | 2022-06-22T16:15:14.636000 | 2019-10-17T01:40:25 | 2019-10-17T01:40:25 | 204,953,719 | 1 | 0 | null | false | 2022-06-21T01:45:58 | 2019-08-28T14:38:39 | 2019-10-17T01:40:28 | 2022-06-21T01:45:54 | 7,643 | 1 | 0 | 3 | CSS | false | false | package com.leiming.blog.controller;
import com.leiming.blog.domain.Blog;
import com.leiming.blog.domain.BlogComment;
import com.leiming.blog.domain.Catalog;
import com.leiming.blog.domain.User;
import com.leiming.blog.dto.PageBean;
import com.leiming.blog.service.BlogCommentService;
import com.leiming.blog.service.Bl... | UTF-8 | Java | 3,700 | java | BlogController.java | Java | [] | null | [] | package com.leiming.blog.controller;
import com.leiming.blog.domain.Blog;
import com.leiming.blog.domain.BlogComment;
import com.leiming.blog.domain.Catalog;
import com.leiming.blog.domain.User;
import com.leiming.blog.dto.PageBean;
import com.leiming.blog.service.BlogCommentService;
import com.leiming.blog.service.Bl... | 3,700 | 0.702703 | 0.701892 | 93 | 38.784946 | 23.046867 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.806452 | false | false | 11 |
c4efc486c05c1ace3ed9ef0294dfb75b01db872c | 7,043,746,383,963 | 55c6117713b890a1e08839d4ccdf0ee6d9b55f85 | /src/main/java/card/action/SmithyAction.java | 71f28ed5674f709c5b71fde0d6ec1c6989ccff5b | [] | no_license | CarpeQueso/all-about-that-big-money | https://github.com/CarpeQueso/all-about-that-big-money | 6358230e1eb3f79f581020f082debb1a70da3365 | aeb84daa1e8d1bb85dc7d48f4ffcdff631229388 | refs/heads/master | 2016-08-05T01:47:10.307000 | 2015-04-19T03:02:54 | 2015-04-19T03:02:54 | 30,127,900 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java.card.action;
import main.java.player.Player;
/**
* Created by jon on 1/26/15.
*/
public class SmithyAction implements Action {
public void onPlay(Player player) {
player.drawToHand(3);
}
}
| UTF-8 | Java | 228 | java | SmithyAction.java | Java | [
{
"context": "import main.java.player.Player;\n\n/**\n * Created by jon on 1/26/15.\n */\npublic class SmithyAction impleme",
"end": 86,
"score": 0.9565260410308838,
"start": 83,
"tag": "USERNAME",
"value": "jon"
}
] | null | [] | package main.java.card.action;
import main.java.player.Player;
/**
* Created by jon on 1/26/15.
*/
public class SmithyAction implements Action {
public void onPlay(Player player) {
player.drawToHand(3);
}
}
| 228 | 0.675439 | 0.649123 | 13 | 16.538462 | 16.588297 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 11 |
3dd1efe76b5a5d89e96bcf9821ece71cca151ce9 | 9,577,777,080,030 | cb9814c176d452943d5f98d15811733ff91b4211 | /src/java/sait/dataaccess/UserDB.java | b1b836c34344d54b8751e16a8466e5204674988a | [] | no_license | MTocchettoP/NoteKeepr | https://github.com/MTocchettoP/NoteKeepr | 23769a8141e543b1b9ceae79ab88261afaa471d6 | d9ae98f349c9b80c89f77f10d436cf3508a3279b | refs/heads/master | 2021-09-04T12:37:20.939000 | 2017-12-06T00:06:23 | 2017-12-06T00:06:23 | null | 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 sait.dataaccess;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util... | UTF-8 | Java | 4,667 | java | UserDB.java | Java | [
{
"context": "port sait.domainmodel.User;\r\n\r\n/**\r\n *\r\n * @author awarsyle\r\n */\r\npublic class UserDB {\r\n\r\n public User ge",
"end": 550,
"score": 0.9995987415313721,
"start": 542,
"tag": "USERNAME",
"value": "awarsyle"
}
] | 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 sait.dataaccess;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util... | 4,667 | 0.579173 | 0.57853 | 140 | 31.335714 | 27.921986 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.628571 | false | false | 11 |
152c54ac61aea38d36f045f469bf6debb934f160 | 27,290,222,239,143 | 9fc1482d79c847c0a317359f8d2bfd88dcca6353 | /TrabajoFinal/src/Modelo/SaldoClientes.java | 4518ca15c00cf4c4bdc76702904b1bae4dad7a26 | [] | no_license | LorenzoChiocarello/Trabajo-Final | https://github.com/LorenzoChiocarello/Trabajo-Final | 274158b3e2ee37b09ce77e2e2d10bd1bfee7e2f3 | c90f37aea48ac7dd7253027f04f87f73b142e1ca | refs/heads/master | 2023-06-14T03:12:56.595000 | 2021-07-10T23:02:23 | 2021-07-10T23:02:23 | 384,812,974 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package Modelo;
import java.util.Date;
public class SaldoClientes {
private int id;
private int idCliente;
private double monto;
private double resto;
private String descripcion;
private String forma_pago;
private Date fecha;
public SaldoClientes() {
}
public SaldoClientes(... | UTF-8 | Java | 2,046 | java | SaldoClientes.java | Java | [] | null | [] |
package Modelo;
import java.util.Date;
public class SaldoClientes {
private int id;
private int idCliente;
private double monto;
private double resto;
private String descripcion;
private String forma_pago;
private Date fecha;
public SaldoClientes() {
}
public SaldoClientes(... | 2,046 | 0.584555 | 0.584555 | 104 | 18.663462 | 20.817713 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451923 | false | false | 11 |
520c0e5cd1c302a686b565a0878a7f69d8335a64 | 18,940,805,794,736 | a22984789554dc0460b0d123764522f70b12bf16 | /dolphin-server/src/main/java/com/xxx/server/mapper/MenuMapper.java | c6480b9c484b8af85607efa08785dbe9a6a23ad5 | [] | no_license | xiaozhu260600866/java_dolphin | https://github.com/xiaozhu260600866/java_dolphin | 22edd792005a19715e5405d6217ae463bc7d5490 | a8ce997be55db0c41629ba9a4a860a6f722da690 | refs/heads/master | 2023-06-05T10:42:18.816000 | 2021-06-12T10:02:51 | 2021-06-12T10:02:51 | 369,779,608 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xxx.server.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xxx.server.pojo.Menu;
import java.util.List;
/**
* <p>
* Mapper 接口
* </p>
*
* @author zhoubin
* @since 2021-05-01
*/
public interface MenuMapper extends BaseMapper<Menu> {
List<Menu> getMenusWithRole();
}
| UTF-8 | Java | 324 | java | MenuMapper.java | Java | [
{
"context": ";\n\n\n/**\n * <p>\n * Mapper 接口\n * </p>\n *\n * @author zhoubin\n * @since 2021-05-01\n */\npublic interface MenuMap",
"end": 201,
"score": 0.9996744394302368,
"start": 194,
"tag": "USERNAME",
"value": "zhoubin"
}
] | null | [] | package com.xxx.server.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xxx.server.pojo.Menu;
import java.util.List;
/**
* <p>
* Mapper 接口
* </p>
*
* @author zhoubin
* @since 2021-05-01
*/
public interface MenuMapper extends BaseMapper<Menu> {
List<Menu> getMenusWithRole();
}
| 324 | 0.696875 | 0.671875 | 20 | 15 | 17.329166 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 11 |
d2509fd27f71bbbe3236d9af73651196507f8011 | 19,842,748,917,195 | b54aa1e633126a85b4778c02f5e4e93061c89ab5 | /toolkit/src/main/java/cn/jbricks/toolkit/web/session/constant/SessionAttribute.java | 22cbf12379f51d572521c034f7eafef0bdf36d1e | [] | no_license | whting/Jbricks | https://github.com/whting/Jbricks | e0ca3d787bbe5eea2456e4370582e89a4249c700 | e6e03aa7cb125fe1a0dc56e84f197532a557b8a1 | refs/heads/master | 2016-08-08T21:47:41.868000 | 2016-03-10T04:57:43 | 2016-03-10T04:57:43 | 53,480,109 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.jbricks.toolkit.web.session.constant;
public class SessionAttribute {
public static final String sessionId = "sid";
public static final String token = "token";
public static final String userId = "userId";
public static final String appId = "appId";
public static final String signature ... | UTF-8 | Java | 387 | java | SessionAttribute.java | Java | [] | null | [] | package cn.jbricks.toolkit.web.session.constant;
public class SessionAttribute {
public static final String sessionId = "sid";
public static final String token = "token";
public static final String userId = "userId";
public static final String appId = "appId";
public static final String signature ... | 387 | 0.72093 | 0.72093 | 12 | 31.25 | 22.502316 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 11 |
ec0af9606d6699a71c50293d2d8bc133bfc86cdc | 29,858,612,651,246 | 52bd9885183d4c1e6eca2a46039e8e7ade4029fb | /game/src/main/java/org/apollo/game/message/impl/IgnoreListMessage.java | cf492c02dac863a4d407b2d6101df93b6161da04 | [
"ISC"
] | permissive | lare96/apollo | https://github.com/lare96/apollo | 32a8aff6e6f0d76ec7487addcd9bf1c6ed416ef5 | a0c78ced90eebf90ed9b0a4e51cece6ddf10932e | refs/heads/kotlin-experiments | 2020-04-05T05:52:32.706000 | 2018-09-04T04:53:06 | 2018-09-04T04:53:06 | 156,615,242 | 1 | 1 | ISC | true | 2018-11-07T22:22:29 | 2018-11-07T22:13:55 | 2018-11-07T22:13:58 | 2018-11-07T22:22:15 | 3,464 | 0 | 0 | 0 | Java | false | null | package org.apollo.game.message.impl;
import java.util.List;
import org.apollo.net.message.Message;
/**
* A {@link Message} sent to the client that updates the ignored user list.
*
* @author Major
*/
public final class IgnoreListMessage extends Message {
/**
* The list of ignored player usernames.
*/
priv... | UTF-8 | Java | 698 | java | IgnoreListMessage.java | Java | [
{
"context": " that updates the ignored user list.\n *\n * @author Major\n */\npublic final class IgnoreListMessage extends ",
"end": 202,
"score": 0.9677157402038574,
"start": 197,
"tag": "NAME",
"value": "Major"
}
] | null | [] | package org.apollo.game.message.impl;
import java.util.List;
import org.apollo.net.message.Message;
/**
* A {@link Message} sent to the client that updates the ignored user list.
*
* @author Major
*/
public final class IgnoreListMessage extends Message {
/**
* The list of ignored player usernames.
*/
priv... | 698 | 0.689112 | 0.689112 | 37 | 17.891891 | 20.673502 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.756757 | false | false | 11 |
db85a006d551398a02ec643f70632202771f9bf9 | 14,697,378,099,811 | 44e21de049c9f5d907397528c6faa84519439cb7 | /src/main/java/com/gabe/bedwars/Bedwars.java | f2ce284bc31bdac3fa8803b2019d53e8bb11fd57 | [
"MIT"
] | permissive | ThatKingGuy/BedwarsPlus | https://github.com/ThatKingGuy/BedwarsPlus | e27a837f876b82fef2e5d6c14ca7efb3d6d88e5d | 6c9c6c02e1c8c57b078c7fc0b3fee4f6b5e7ddb7 | refs/heads/master | 2023-07-09T14:11:00.600000 | 2023-06-08T22:23:44 | 2023-06-08T22:23:44 | 315,617,586 | 2 | 0 | MIT | false | 2021-06-04T19:50:47 | 2020-11-24T11:56:18 | 2021-06-01T19:44:05 | 2021-05-28T11:55:18 | 238 | 0 | 0 | 0 | Java | false | false | package com.gabe.bedwars;
import com.gabe.bedwars.arenas.Game;
import com.gabe.bedwars.commands.admin.*;
import com.gabe.bedwars.listeners.GameListener;
import com.gabe.bedwars.listeners.ShopListener;
import com.gabe.bedwars.listeners.UpgradeListener;
import com.gabe.bedwars.managers.ArenaManager;
import com.gabe.bedw... | UTF-8 | Java | 23,768 | java | Bedwars.java | Java | [] | null | [] | package com.gabe.bedwars;
import com.gabe.bedwars.arenas.Game;
import com.gabe.bedwars.commands.admin.*;
import com.gabe.bedwars.listeners.GameListener;
import com.gabe.bedwars.listeners.ShopListener;
import com.gabe.bedwars.listeners.UpgradeListener;
import com.gabe.bedwars.managers.ArenaManager;
import com.gabe.bedw... | 23,768 | 0.489863 | 0.486449 | 543 | 42.692448 | 27.38578 | 214 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583794 | false | false | 11 |
74000c3caa18323d8ccadbde93b5aae002927ca9 | 21,139,829,041,560 | 86ba6a70502276d95014705a29d4bf6ea7ddc40c | /src/main/java/com/chainsys/collegefeeregister/servlet/AddStudentLoad.java | 5222cb48e9440e0bed1e7f790ec9b70744cc7deb | [] | no_license | csys-fresher-batch-2019/collegefeeapp-spring-anand | https://github.com/csys-fresher-batch-2019/collegefeeapp-spring-anand | b95acfc565d00e68a8da0dc1ac175f15cacb5b9e | c12ddfe380cfd9c8594f96280356ff1748fa7283 | refs/heads/master | 2021-01-14T15:21:14.752000 | 2020-03-12T10:05:52 | 2020-03-12T10:05:52 | 242,660,292 | 0 | 0 | null | false | 2020-10-13T19:55:41 | 2020-02-24T06:11:35 | 2020-03-12T10:07:25 | 2020-10-13T19:55:40 | 187 | 0 | 0 | 1 | Java | false | false | package com.chainsys.collegefeeregister.servlet;
import java.io.IOException;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import jav... | UTF-8 | Java | 1,089 | java | AddStudentLoad.java | Java | [] | null | [] | package com.chainsys.collegefeeregister.servlet;
import java.io.IOException;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import jav... | 1,089 | 0.788797 | 0.787879 | 41 | 25.560976 | 23.042959 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.390244 | false | false | 11 |
15ea95b5fca295107994235d38701b9bb4afd74a | 11,003,706,217,140 | 0aeeea50790fb70cbbc0d0927596b3c6d858eaf8 | /src/models/Staff.java | 4938e7d172fc07d8899aa72f11f774dffaf74c5a | [] | no_license | albertfiati/psm | https://github.com/albertfiati/psm | c2cb2a4f6cf51369ef786133b45fe4ec6aed3cf5 | 1533a7aae742dddb48efd367f6bea3ebe7cf7026 | refs/heads/master | 2021-01-16T00:27:48.469000 | 2014-11-20T04:18:45 | 2014-11-20T04:18:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models;
public class Staff extends Model{
public String name;
public String staff_id;
public Staff(){}
public Staff(String name, String staff_id){
this.name = name;
this.staff_id = staff_id;
}
}
| UTF-8 | Java | 217 | java | Staff.java | Java | [] | null | [] | package models;
public class Staff extends Model{
public String name;
public String staff_id;
public Staff(){}
public Staff(String name, String staff_id){
this.name = name;
this.staff_id = staff_id;
}
}
| 217 | 0.695853 | 0.695853 | 13 | 15.692307 | 13.617775 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.307692 | false | false | 11 |
2043db27bd6efdb1def6dd12ae6dbf245c69a21e | 32,890,859,581,868 | 19dd636fb3fb6485571f021d20aaf8443a06c2d4 | /src/org/twak/tweed/gen/MiniGen.java | 17943968394ff6892691b6f85ee57c87f39e0a06 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | twak/chordatlas | https://github.com/twak/chordatlas | b15e939d345e32ef459a0b1d22500a16eee4abee | 9f5603b03a8e50570e00edad3f74ecb44b33df91 | refs/heads/stable | 2022-03-01T05:46:09.474000 | 2022-02-13T19:13:29 | 2022-02-13T19:13:29 | 93,035,129 | 99 | 28 | Apache-2.0 | false | 2020-11-16T20:30:46 | 2017-06-01T08:33:28 | 2020-11-09T08:04:50 | 2020-11-16T20:30:45 | 41,672 | 65 | 17 | 3 | Java | false | false | package org.twak.tweed.gen;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.nio.file.Files;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.... | UTF-8 | Java | 13,423 | java | MiniGen.java | Java | [] | null | [] | package org.twak.tweed.gen;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.nio.file.Files;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.... | 13,423 | 0.633092 | 0.619832 | 497 | 26.008049 | 25.130323 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.726358 | false | false | 11 |
a2b5d668ef293bb8cbe7b3fd1523d2180421d32f | 29,214,367,575,960 | 58c11d3a4d57bf684fb53f098e23cb32e66b4fb0 | /PUSHIOT/src/main/java/com/app/xxcpush/api/HttpApis.java | 3d76dfeed0f586025d16ecb335cf1bffe610af76 | [] | no_license | cckmit/PushIot | https://github.com/cckmit/PushIot | 99c327cb1ea9697e8404f84ad6851d231bb55a96 | 1f83b6bd02d2b5a501406250fb4e5d84dd9d090f | refs/heads/master | 2023-03-15T15:58:19.426000 | 2019-03-19T08:25:28 | 2019-03-19T08:25:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.xxcpush.api;
/**
* @Copyright 广州市数商云网络科技有限公司
* @Author XXC
* @Date 2018/11/22 0022 13:13
* Describe
*/
public interface HttpApis {
// String HostApi = BuildConfig.TESTSTATE ? "http://192.168.3.3:8080/" : "http://xiexc.cn:8080/";//保证打包为正式环境
// String HostApi = "http://xiexc.cn:8080/";
//... | UTF-8 | Java | 707 | java | HttpApis.java | Java | [
{
"context": ".api;\n\n/**\n * @Copyright 广州市数商云网络科技有限公司\n * @Author XXC\n * @Date 2018/11/22 0022 13:13\n * Describe\n */\npu",
"end": 77,
"score": 0.9992824792861938,
"start": 74,
"tag": "USERNAME",
"value": "XXC"
},
{
"context": " String HostApi = BuildConfig.TESTSTATE ? \"http://... | null | [] | package com.app.xxcpush.api;
/**
* @Copyright 广州市数商云网络科技有限公司
* @Author XXC
* @Date 2018/11/22 0022 13:13
* Describe
*/
public interface HttpApis {
// String HostApi = BuildConfig.TESTSTATE ? "http://192.168.3.3:8080/" : "http://xiexc.cn:8080/";//保证打包为正式环境
// String HostApi = "http://xiexc.cn:8080/";
//... | 707 | 0.636215 | 0.531811 | 20 | 29.65 | 28.858751 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 11 |
cb5f57d2b7f4f36edd7c48262d172b371d25d1f6 | 25,718,264,191,556 | 22a666e864f0c3379f8d6b70553c9596ffb7f1f2 | /app/src/main/java/vn/com/misa/cukcuklite/utils/AppConstants.java | bee6ae5ff3949e18da4b4c86a304fce4b3f4b372 | [] | no_license | linhtop97/CUKCUK | https://github.com/linhtop97/CUKCUK | 25e0d28153067eea6711716687d3320eca11f757 | 8879f0bcc5897e7b63352d8a20186ce330ef7757 | refs/heads/master | 2020-05-03T22:10:07.405000 | 2019-04-04T10:48:29 | 2019-04-04T10:48:29 | 178,838,766 | 3 | 0 | null | false | 2019-04-17T10:16:59 | 2019-04-01T10:20:44 | 2019-04-04T10:51:38 | 2019-04-17T10:16:57 | 2,605 | 0 | 0 | 0 | Java | false | false | package vn.com.misa.cukcuklite.utils;
/**
* Lớp chứa các định danh hằng được sử dụng trong app
* Created_by Nguyễn Bá Linh on 20/03/2019
*/
public final class AppConstants {
public static final String EXTRA_ACCOUNT = "EXTRA_ACCOUNT";
public static final String ARG_DISH_COLOR_ID = "ARG_DISH_COLOR_ID";
pu... | UTF-8 | Java | 996 | java | AppConstants.java | Java | [
{
"context": "ịnh danh hằng được sử dụng trong app\n * Created_by Nguyễn Bá Linh on 20/03/2019\n */\npublic final class AppConstants",
"end": 125,
"score": 0.9998892545700073,
"start": 111,
"tag": "NAME",
"value": "Nguyễn Bá Linh"
}
] | null | [] | package vn.com.misa.cukcuklite.utils;
/**
* Lớp chứa các định danh hằng được sử dụng trong app
* Created_by <NAME> on 20/03/2019
*/
public final class AppConstants {
public static final String EXTRA_ACCOUNT = "EXTRA_ACCOUNT";
public static final String ARG_DISH_COLOR_ID = "ARG_DISH_COLOR_ID";
public sta... | 985 | 0.709845 | 0.696373 | 24 | 39.208332 | 26.193159 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 11 |
16ac92c6c6aab3079f5980ebead0faa9e935105a | 31,645,319,060,081 | cb89248b3a23cb9155deaa15d85d4414c03339a4 | /src/main/java/org/lanadvice/service/QuestionnaireService.java | 59a653b94099fac8c03f0ecc900e1781a25d9a6d | [] | no_license | bsdimer/lanAdvice-surveyApi | https://github.com/bsdimer/lanAdvice-surveyApi | 32272704e560d2fb1922c9db76a75ec0aea252e1 | 7579247213ba3cdb30aeb58bba1b80c24a85a67a | refs/heads/master | 2022-12-06T20:20:36.521000 | 2020-05-20T08:12:04 | 2020-05-20T08:12:04 | 264,911,547 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.lanadvice.service;
import io.quarkus.hibernate.orm.panache.PanacheEntityBase;
import io.quarkus.hibernate.orm.panache.PanacheQuery;
import org.lanadvice.model.Question;
import org.lanadvice.model.Questionnaire;
import org.lanadvice.model.Survey;
import org.lanadvice.repository.QuestionRepository;
import or... | UTF-8 | Java | 2,854 | java | QuestionnaireService.java | Java | [] | null | [] | package org.lanadvice.service;
import io.quarkus.hibernate.orm.panache.PanacheEntityBase;
import io.quarkus.hibernate.orm.panache.PanacheQuery;
import org.lanadvice.model.Question;
import org.lanadvice.model.Questionnaire;
import org.lanadvice.model.Survey;
import org.lanadvice.repository.QuestionRepository;
import or... | 2,854 | 0.675193 | 0.67274 | 81 | 34.23457 | 24.284971 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.814815 | false | false | 11 |
70f65b69cff137750a149079d38d48860857f4ae | 14,147,622,322,955 | 477b8abad30c67f8976c2e13e713ac74f3210ffa | /spring-boot/spring-boot004/sb-ws/src/test/java/com/xa/dt/mode/factory/chouxiang/ProductAa.java | 62a28f8a579c154b12ac96fe64887c95d0e8266d | [] | no_license | DanielHaiFeng/hello-world | https://github.com/DanielHaiFeng/hello-world | 12f770105d31fb5659e1eb7f41ddb129572ea40e | 143e7eee2816ea6fd4575975dbb1b8fc506e8187 | refs/heads/master | 2021-01-17T20:54:19.047000 | 2020-01-17T07:29:43 | 2020-01-17T07:29:43 | 62,312,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xa.dt.mode.factory.chouxiang;
/**
* @ ProductAa.java
* 具体产品 (矿泉水)
*/
public class ProductAa extends ProductA {
@Override
void intro() {
System.out.println("矿泉水");
}
}
| UTF-8 | Java | 225 | java | ProductAa.java | Java | [] | null | [] | package com.xa.dt.mode.factory.chouxiang;
/**
* @ ProductAa.java
* 具体产品 (矿泉水)
*/
public class ProductAa extends ProductA {
@Override
void intro() {
System.out.println("矿泉水");
}
}
| 225 | 0.609756 | 0.609756 | 13 | 14.769231 | 14.613765 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 11 |
b60cf8f26633ba92b2be525f43cb0b259bccfdcf | 7,550,552,518,842 | a634abe28714c187057cdf9e0b469a6de1b3647e | /dmr/src/main/java/org/jboss/hal/dmr/Operation.java | 1907874cdd36c83464edfe038be1e55484a796b2 | [
"Apache-2.0"
] | permissive | hal/console | https://github.com/hal/console | 23328a2ee8dd640e53cff81eaf1c519e3a98f024 | 32cbfefaa7ca9254e439dbd787bda58d8490b6e7 | refs/heads/main | 2023-08-21T11:06:39.446000 | 2023-08-16T06:17:17 | 2023-08-16T06:17:17 | 38,317,187 | 31 | 105 | Apache-2.0 | false | 2023-09-14T21:26:53 | 2015-06-30T15:26:19 | 2023-06-26T11:24:02 | 2023-09-14T21:26:53 | 161,898 | 46 | 85 | 3 | Java | false | false | /*
* Copyright 2022 Red Hat
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | UTF-8 | Java | 8,720 | java | Operation.java | Java | [] | null | [] | /*
* Copyright 2022 Red Hat
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... | 8,720 | 0.58039 | 0.579358 | 277 | 30.480145 | 25.173845 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.512635 | false | false | 1 |
c5f750953b081c656ff450735423845ece1943b6 | 34,376,918,246,705 | 0ae6974ac62b54be7d7954430dd4839b1e3f67b0 | /app/src/main/java/net/proyecto/tesis/agrario/sensor/LenturaSensorRasbian.java | ba61a97a0291357d3ace6e0271bebd2a050c0f53 | [] | no_license | choquidownn25/agrario | https://github.com/choquidownn25/agrario | f86ae4ce3fa0264dac632171414e602d935b8dfd | 1dff3ee784a7b2b2ba25eeaca9d12f57adb3f931 | refs/heads/master | 2016-09-05T23:04:15.446000 | 2015-10-10T18:12:27 | 2015-10-10T18:12:27 | 34,223,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.proyecto.tesis.agrario.sensor;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
import net.proyecto.tesis.agrario.R;
/**
* Created by choqu_000 on 22/08/2015.
* Clase donde creamos el web service
*
*/
public class LenturaSensorRasbian extends Activity {
//At... | UTF-8 | Java | 615 | java | LenturaSensorRasbian.java | Java | [
{
"context": "t net.proyecto.tesis.agrario.R;\n\n/**\n * Created by choqu_000 on 22/08/2015.\n * Clase donde creamos el web serv",
"end": 197,
"score": 0.9996228218078613,
"start": 188,
"tag": "USERNAME",
"value": "choqu_000"
}
] | null | [] | package net.proyecto.tesis.agrario.sensor;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
import net.proyecto.tesis.agrario.R;
/**
* Created by choqu_000 on 22/08/2015.
* Clase donde creamos el web service
*
*/
public class LenturaSensorRasbian extends Activity {
//At... | 615 | 0.713821 | 0.695935 | 27 | 21.777779 | 20.261866 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
5556ebac35a2d5e1977b7946ef7cf2296bf48b50 | 11,252,814,331,683 | 22296354fd89b6cab30eb6cce4dd140ae230a2dc | /src/game/CollisionDetector.java | 9dd05b99db3baadf5fa06eb42e81727671c153d1 | [] | no_license | DenisDuev/Tank_SoftUni_Game | https://github.com/DenisDuev/Tank_SoftUni_Game | 03c2dbe76e53d7e1b6080ca9673b2df9d0548067 | 862bf4b2580fb55dd1652393e701a91af949f1ec | refs/heads/master | 2021-01-18T23:01:15.461000 | 2016-05-22T11:01:23 | 2016-05-22T11:01:23 | 55,591,414 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game;
import objects.game_objects.Bullet;
import objects.game_objects.GameObject;
import objects.game_objects.power_ups.PowerUp;
import objects.game_objects.tanks.Tank;
import java.util.List;
import static constants.Constants.*;
public class CollisionDetector {
private int[][] matrix;
private List<T... | UTF-8 | Java | 6,215 | java | CollisionDetector.java | Java | [] | null | [] | package game;
import objects.game_objects.Bullet;
import objects.game_objects.GameObject;
import objects.game_objects.power_ups.PowerUp;
import objects.game_objects.tanks.Tank;
import java.util.List;
import static constants.Constants.*;
public class CollisionDetector {
private int[][] matrix;
private List<T... | 6,215 | 0.597426 | 0.593242 | 123 | 49.512196 | 65.643951 | 318 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.780488 | false | false | 1 |
172e1bb1ffba26b0b5e6057eb533703e140d65f4 | 35,115,652,614,084 | 87acadfc0966c6c7a71ef41f5a34bf08c4e360ac | /javautils/src/main/java/com/java/utils/beantomap/BeanToMapUtil.java | 0821dfde077deedf70db88e80e815096633eb025 | [] | no_license | changecode/javautils | https://github.com/changecode/javautils | f511e97c49ab94c400493187661680ff56a5b32c | 7926a967ca4b4163306a5d6f9131551fb94b1620 | refs/heads/master | 2021-09-04T10:29:19.096000 | 2018-01-18T01:50:43 | 2018-01-18T01:50:43 | 64,804,812 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java.utils.beantomap;
import java.beans.BeanInfo;
import java.beans.Introspector;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* bean 与 map之间的转换
* @author... | UTF-8 | Java | 2,377 | java | BeanToMapUtil.java | Java | [
{
"context": "gerFactory;\r\n\r\n/**\r\n * bean 与 map之间的转换\r\n * @author Tim\r\n *\r\n */\r\npublic class BeanToMapUtil {\r\n\r\n\tprivat",
"end": 324,
"score": 0.988655686378479,
"start": 321,
"tag": "NAME",
"value": "Tim"
}
] | null | [] | package com.java.utils.beantomap;
import java.beans.BeanInfo;
import java.beans.Introspector;
import java.beans.PropertyDescriptor;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* bean 与 map之间的转换
* @author... | 2,377 | 0.591942 | 0.591084 | 83 | 26.108435 | 24.16161 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.457831 | false | false | 1 |
1c4f4207f19e34291ac604da821f858cc78fb15a | 34,213,709,486,407 | abd40ab24c20db709b0ee32f156c11914f83e683 | /src/com/company/CaesarCipher.java | b1ede113d048dacaf986cc6f87e56902eb9831a7 | [] | no_license | Dyazho/COMP307_lab01 | https://github.com/Dyazho/COMP307_lab01 | d2f201b288b91eee4e584b158436889b15e05a9d | ea7da6691d1058c0766a4b82433e1c64dc84a3a5 | refs/heads/master | 2023-08-02T10:28:41.368000 | 2021-09-09T15:36:45 | 2021-09-09T15:36:45 | 404,777,769 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.Scanner;
public class CaesarCipher {
public static void main(String[] args) {
// write your code here
int userChoice;
int userKey;
String userInput;
String result;
Scanner input = new Scanner(System.in);
System.out.println("C... | UTF-8 | Java | 1,707 | java | CaesarCipher.java | Java | [] | null | [] | package com.company;
import java.util.Scanner;
public class CaesarCipher {
public static void main(String[] args) {
// write your code here
int userChoice;
int userKey;
String userInput;
String result;
Scanner input = new Scanner(System.in);
System.out.println("C... | 1,707 | 0.564733 | 0.560047 | 63 | 26.095238 | 20.399746 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603175 | false | false | 1 |
50b2d4111767dbd09693f0848245399b1dd5a97b | 34,522,947,132,964 | 6d08e7dbabff98687f1007a4fcc3f8f155eb5ba1 | /src/com/wfsc/http/HttpConnectionManager.java | 900ee923c8614c6074bbf584ee22daaf907bf04c | [] | no_license | Code-God/zysq | https://github.com/Code-God/zysq | df1f7ff554b8648773603ec2548749d03e77284c | c7a6f08f889ae369cbb73ceca0d55c91e2a639a6 | refs/heads/master | 2020-03-21T12:34:34.764000 | 2018-06-25T07:43:13 | 2018-06-25T07:43:13 | 138,560,140 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wfsc.http;
/**
* Created with IntelliJ IDEA.
* User: jia
* Date: 13-7-8
* Time: 下午11:37
* To change this template use File | Settings | File Templates.
*/
import java.security.cert.CertificateException;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509Tru... | UTF-8 | Java | 3,867 | java | HttpConnectionManager.java | Java | [
{
"context": "http;\n\n/**\n * Created with IntelliJ IDEA.\n * User: jia\n * Date: 13-7-8\n * Time: 下午11:37\n * To change thi",
"end": 71,
"score": 0.992337703704834,
"start": 68,
"tag": "USERNAME",
"value": "jia"
}
] | null | [] | package com.wfsc.http;
/**
* Created with IntelliJ IDEA.
* User: jia
* Date: 13-7-8
* Time: 下午11:37
* To change this template use File | Settings | File Templates.
*/
import java.security.cert.CertificateException;
import javax.net.ssl.SSLContext;
import javax.net.ssl.TrustManager;
import javax.net.ssl.X509Tru... | 3,867 | 0.739564 | 0.723549 | 110 | 33.627274 | 26.622566 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.481818 | false | false | 1 |
25f6ec257a86e285909dabead50278e9a2d28017 | 10,402,410,844,883 | 386ea4778f25ffbb2d32ca0a3ace60cb4ed3e6a9 | /src/L1A6.java | 8793523c2cae58a14850de0edb5efb395d525700 | [] | no_license | emil10001/ReignOfBrains_Pandora | https://github.com/emil10001/ReignOfBrains_Pandora | bded498724a6aaef461cb3173e3a68330d2e782f | 4c482313b78bf27e3cb6c0b4d12f20d672e103ab | refs/heads/master | 2021-01-10T19:44:53.162000 | 2013-12-01T22:04:57 | 2013-12-01T22:04:57 | 1,211,054 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class L1A6 extends Area{
//Hospital, roof
}
| UTF-8 | Java | 52 | java | L1A6.java | Java | [] | null | [] |
public class L1A6 extends Area{
//Hospital, roof
}
| 52 | 0.730769 | 0.692308 | 3 | 16 | 12.247449 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
0d5824d309797f36a16b586b79d589f3427f2f27 | 10,402,410,844,423 | 20e3fb7a9a0d3119ac5d5131fcd484eb79c7255d | /src/main/java/org/example/warehouse/types/input/Inventory.java | f84cfcee5a4937403a90e9743a464dc019fab451 | [] | no_license | christianfrid/service-digital-warehouse | https://github.com/christianfrid/service-digital-warehouse | 689213ab449b8bef983b63d448f979fd8ff9cfa1 | a33f8d2caa2b23827aec4926098357eb7cbf718e | refs/heads/main | 2023-07-13T19:51:46.970000 | 2021-08-20T08:45:27 | 2021-08-20T08:45:27 | 344,174,694 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.warehouse.types.input;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.example.warehouse.types.Article;
import java.util.List;
@Data
@Builder
@NoArgsConstructor... | UTF-8 | Java | 476 | java | Inventory.java | Java | [] | null | [] | package org.example.warehouse.types.input;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.example.warehouse.types.Article;
import java.util.List;
@Data
@Builder
@NoArgsConstructor... | 476 | 0.777311 | 0.77521 | 19 | 23.052631 | 18.065594 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 1 |
d42183ce959a46a210ecbd0c156f7cad4beef232 | 154,618,850,113 | eb23a2338064a923d637eb4ba53940423eb222dd | /product-authority/src/main/java/cn/cloudwalk/product/authority/config/UserUtil.java | 63f84fa94faa16382a820c379dcb7629b9f13f1f | [] | no_license | YuLGitHub/product-manage | https://github.com/YuLGitHub/product-manage | f8fae4ef900e6b37df30d18df5b4a50d31d8e9a7 | ef570508db803fcbff727c474cd1e38ea9825999 | refs/heads/master | 2018-11-02T15:54:38.017000 | 2018-09-03T01:38:41 | 2018-09-03T01:38:41 | 146,082,973 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.cloudwalk.product.authority.config;
import cn.cloudwalk.product.authority.model.User;
import org.apache.shiro.SecurityUtils;
/**
* 获取系统中登录用户信息类
* @author YCKJ1127
* @date 2018/08/25
*/
public class UserUtil {
public static User getCurrentUser() {
return (User) SecurityUtils.getSubject().ge... | UTF-8 | Java | 386 | java | UserUtil.java | Java | [
{
"context": "iro.SecurityUtils;\n\n/**\n * 获取系统中登录用户信息类\n * @author YCKJ1127\n * @date 2018/08/25\n */\npublic class UserUtil {\n\n",
"end": 177,
"score": 0.9996122717857361,
"start": 169,
"tag": "USERNAME",
"value": "YCKJ1127"
}
] | null | [] | package cn.cloudwalk.product.authority.config;
import cn.cloudwalk.product.authority.model.User;
import org.apache.shiro.SecurityUtils;
/**
* 获取系统中登录用户信息类
* @author YCKJ1127
* @date 2018/08/25
*/
public class UserUtil {
public static User getCurrentUser() {
return (User) SecurityUtils.getSubject().ge... | 386 | 0.720994 | 0.687845 | 17 | 20.294117 | 23.072174 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 1 |
3c6e207f5de98496496e9360ac424870fdf588fd | 17,386,027,667,018 | 72bae081467df7dc6c6add2a024bfe8c6a8ad75e | /src/Users/upload.java | ba81b7dd37c2feadad0571589b4a65a40a99b9be | [] | no_license | rupss/QuizAmp | https://github.com/rupss/QuizAmp | 62c8badfc695d7f542c91b07d09af122e82d064a | 9505e095c28c24bf28f073f94dbc05c5d8d2c3c6 | refs/heads/master | 2020-05-17T10:16:20.822000 | 2013-12-01T03:27:06 | 2013-12-01T03:27:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Users;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.util.Iterator;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.ServletInputStream;
impor... | UTF-8 | Java | 3,150 | java | upload.java | Java | [] | null | [] | package Users;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.util.Iterator;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.ServletInputStream;
impor... | 3,150 | 0.648571 | 0.646349 | 90 | 34 | 28.326273 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.755556 | false | false | 1 |
d38a59557ffa3105d8e0f21b6461f08ac2f04042 | 34,359,738,381,446 | ae0bda88e8dec455c3347927ec5424a79dbaf7f6 | /src/main/java/com/ps/network/MD2HashSample.java | 2aa85a10c3c96cfd95ecca12b4164391eb81f4a5 | [] | no_license | prempocs/Java-8-proc | https://github.com/prempocs/Java-8-proc | 22e02a8c0ae327d69a5e9ac7fc4ddf2f35dde594 | 4690405c26c5ce31d5983651d708cb1b668178be | refs/heads/master | 2020-03-31T07:43:56.839000 | 2018-10-13T08:38:47 | 2018-10-13T08:38:47 | 152,032,973 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ps.network;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class MD2HashSample {
public static String encryptThisString(String input, String algorithm ) {
try {
// getInstance() method is called with algorithm MD2
... | UTF-8 | Java | 2,406 | java | MD2HashSample.java | Java | [
{
"context": " Generated by MD2 for: \");\r\n\r\n\t\tString s1 = \"GeeksForGeeks\";\r\n\t\tString s2 = \"hello world\";\r\n\t\tSystem.ou",
"end": 1243,
"score": 0.5064119696617126,
"start": 1240,
"tag": "USERNAME",
"value": "For"
}
] | null | [] | package com.ps.network;
import java.math.BigInteger;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
public class MD2HashSample {
public static String encryptThisString(String input, String algorithm ) {
try {
// getInstance() method is called with algorithm MD2
... | 2,406 | 0.633832 | 0.597672 | 68 | 33.382355 | 29.955864 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.132353 | false | false | 1 |
f8331263f772697ed1a8d4f9671559707e4975a1 | 35,270,271,443,577 | 700411b471a464574257a4d6b1de09fc7200f2d9 | /DecisionFactory.java | 7c186873e7851445f762da03d690d1cf83dc42a0 | [
"MIT"
] | permissive | hdhami2/CS342_Senator | https://github.com/hdhami2/CS342_Senator | c06e64bb3d52164a1321a87247b7696fc1652e86 | e53b21065c39fc19cfb8d6ba81e3fde06066e33f | refs/heads/master | 2020-03-13T21:42:10.932000 | 2017-04-27T15:09:10 | 2017-04-27T15:09:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class DecisionFactory {
public DecisionFactory(){
};
//only send two arguements here for now
private String[] packageStrings (String...strings) {
return strings;
}
/*
* Here are the different Decisions you can make
* Format is like this:
* method to create decision
* interface that the... | UTF-8 | Java | 8,643 | java | DecisionFactory.java | Java | [] | null | [] | public class DecisionFactory {
public DecisionFactory(){
};
//only send two arguements here for now
private String[] packageStrings (String...strings) {
return strings;
}
/*
* Here are the different Decisions you can make
* Format is like this:
* method to create decision
* interface that the... | 8,643 | 0.692352 | 0.682633 | 210 | 40.109524 | 44.336079 | 265 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62381 | false | false | 1 |
14f95995a037ddc197215e1743e169dd0711921e | 14,748,917,750,998 | 2168df96bc59c074d238f708e89e3f3aa2763453 | /src/main/java/toor/barrettbot/environment/sniper/sniper/main/Account.java | 1c1a48a65e70db524a0154497b6176029a0a4b30 | [] | no_license | superusertoor/Barrett | https://github.com/superusertoor/Barrett | 28e9def0d16db809c4fa3fa784db3045435521a7 | cd91be9b0cc24333464d1f14c82ae013dad17da5 | refs/heads/master | 2023-07-29T02:26:24.471000 | 2021-08-31T03:12:47 | 2021-08-31T03:12:47 | 401,499,013 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package toor.barrettbot.environment.sniper.sniper.main;
import net.dv8tion.jda.api.entities.TextChannel;
import net.dv8tion.jda.api.entities.User;
import toor.barrettbot.environment.sniper.sniper.exceptions.TooLessProxiesException;
import toor.barrettbot.environment.sniper.sniper.sniper.Authentication;
import java.ne... | UTF-8 | Java | 2,659 | java | Account.java | Java | [] | null | [] | package toor.barrettbot.environment.sniper.sniper.main;
import net.dv8tion.jda.api.entities.TextChannel;
import net.dv8tion.jda.api.entities.User;
import toor.barrettbot.environment.sniper.sniper.exceptions.TooLessProxiesException;
import toor.barrettbot.environment.sniper.sniper.sniper.Authentication;
import java.ne... | 2,659 | 0.651749 | 0.650621 | 120 | 21.166666 | 19.880615 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.366667 | false | false | 1 |
7c988a27b58ec7a1c00aea63299eab1cb8ae0a02 | 15,951,508,600,413 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/25/25_30d71bcddb06674c7f74ed90d5bf46debdc863ed/RegisterServiceImpl/25_30d71bcddb06674c7f74ed90d5bf46debdc863ed_RegisterServiceImpl_s.java | 7ea9747befc1a79efc2b0e4ac14c16eee7288a8d | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package org.openiot.scheduler.core.api.impl.RegisterService;
/**
* Copyright (c) 2011-2014, OpenIoT
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public
* License version 2.1 as published by the Free Software Foundation
*... | UTF-8 | Java | 8,047 | java | 25_30d71bcddb06674c7f74ed90d5bf46debdc863ed_RegisterServiceImpl_s.java | Java | [
{
"context": " and limitations.\n *\n * Contact: OpenIoT mailto: info@openiot.eu\n */\n \n \n \n \n import java.io.InputStream;\n import",
"end": 900,
"score": 0.9999255537986755,
"start": 885,
"tag": "EMAIL",
"value": "info@openiot.eu"
},
{
"context": "l.jena.ontology.OntModelSpe... | null | [] | package org.openiot.scheduler.core.api.impl.RegisterService;
/**
* Copyright (c) 2011-2014, OpenIoT
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public
* License version 2.1 as published by the Free Software Foundation
*... | 8,025 | 0.659252 | 0.655151 | 250 | 31.184 | 29.362665 | 201 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.448 | false | false | 1 |
023d4b2eafd6c80ea0cac4e15be2269f583efa4c | 33,895,881,917,447 | ee3bf4cc93b9a887144d359df97d3ca447b5c065 | /src/main/java/com/app/config/ShiroConfig.java | 1cc954ce6dce67312b2153feead243e8a23479d8 | [] | no_license | 1992mt/appboot | https://github.com/1992mt/appboot | 28cf280c3520eba9b4a177f2713562574286e465 | f46d097f68cd2e1584b533a4319962a696871540 | refs/heads/master | 2021-08-15T18:22:15.579000 | 2017-11-18T03:05:35 | 2017-11-18T03:06:00 | 110,707,992 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.config;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
import javax.servlet.Filter;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.mgt.DefaultSessionStorageEvaluator;
import org.apache.shiro.mgt.DefaultSubjectDAO;
import org.apache.shiro.mgt.S... | UTF-8 | Java | 6,088 | java | ShiroConfig.java | Java | [
{
"context": "vice.UserService;\r\n\r\n\r\n/**\r\n * shiro配置\r\n * @author mt\r\n *\r\n */\r\n@Configuration\r\npublic class ShiroConfi",
"end": 1046,
"score": 0.9812197089195251,
"start": 1044,
"tag": "USERNAME",
"value": "mt"
},
{
"context": "iption: 该过滤器无需增加 shiro默认会添加该filter\r\n ... | null | [] | package com.app.config;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
import javax.servlet.Filter;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.mgt.DefaultSessionStorageEvaluator;
import org.apache.shiro.mgt.DefaultSubjectDAO;
import org.apache.shiro.mgt.S... | 6,088 | 0.635405 | 0.634691 | 157 | 33.656052 | 25.361015 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.630573 | false | false | 1 |
09434e959df400dee74b8a44b104a5a7a85e490b | 35,923,106,485,125 | e9affefd4e89b3c7e2064fee8833d7838c0e0abc | /aws-java-sdk-glue/src/main/java/com/amazonaws/services/glue/model/GetDataQualityRuleRecommendationRunResult.java | 2d8dd02f9fcf51c99d03827d439b5912f6006b34 | [
"Apache-2.0"
] | permissive | aws/aws-sdk-java | https://github.com/aws/aws-sdk-java | 2c6199b12b47345b5d3c50e425dabba56e279190 | bab987ab604575f41a76864f755f49386e3264b4 | refs/heads/master | 2023-08-29T10:49:07.379000 | 2023-08-28T21:05:55 | 2023-08-28T21:05:55 | 574,877 | 3,695 | 3,092 | Apache-2.0 | false | 2023-09-13T23:35:28 | 2010-03-22T23:34:58 | 2023-09-13T22:30:40 | 2023-09-13T21:56:58 | 4,866,710 | 3,998 | 2,861 | 114 | null | false | false | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | UTF-8 | Java | 26,076 | java | GetDataQualityRuleRecommendationRunResult.java | Java | [] | null | [] | /*
* Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... | 26,076 | 0.607839 | 0.60431 | 796 | 31.758795 | 34.236645 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.211055 | false | false | 1 |
ea9f1237cb8d0cd83d23368a56a704f0e442bbfc | 9,594,956,999,501 | 69f78dfb40bcb50d413020fcda9cbea3f51d1c31 | /src/main/java/com/java1234/dao/ProductDao.java | b345c037cc89fd3d41abc2e0f900f0b272b45faa | [] | no_license | denggege123/TestBuy | https://github.com/denggege123/TestBuy | b587e53e64b61e649e17a11e6cc6ea2d3e252031 | 8534a54198c618aeade0eb07acea5ed3c405414e | refs/heads/master | 2020-03-19T12:53:01.427000 | 2018-06-22T10:02:04 | 2018-06-22T10:02:04 | 136,547,143 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java1234.dao;
import java.util.List;
import java.util.Map;
import com.java1234.entity.News;
import com.java1234.entity.Product;
import com.java1234.entity.ProductSmallType;
import com.java1234.entity.Tag;
public interface ProductDao {
public List<Product> findProductList(Map<String,Object>... | UTF-8 | Java | 781 | java | ProductDao.java | Java | [] | null | [] | package com.java1234.dao;
import java.util.List;
import java.util.Map;
import com.java1234.entity.News;
import com.java1234.entity.Product;
import com.java1234.entity.ProductSmallType;
import com.java1234.entity.Tag;
public interface ProductDao {
public List<Product> findProductList(Map<String,Object>... | 781 | 0.775928 | 0.75032 | 28 | 25.892857 | 25.715948 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 1 |
80dbefc4eff2a1c11a6ae2c4c952274cd209e0bd | 36,661,840,861,113 | 084021e2fee3710e7daccd7fec03f3e14e504907 | /src/main/java/com/wsh/SpringBootMybatisApplication.java | 46e481b32e3e936954e961e05f4ba4645f773cd6 | [] | no_license | cckmit/springBoot-mybatis | https://github.com/cckmit/springBoot-mybatis | eeac6159d88d307d811e789b545e751302f9d921 | 5625b9937346c54b0198d72dedbca77de9988f24 | refs/heads/master | 2023-03-16T13:41:10.708000 | 2019-04-26T10:45:29 | 2019-04-26T10:45:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wsh;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.transaction.annotation.EnableTransactionManag... | UTF-8 | Java | 935 | java | SpringBootMybatisApplication.java | Java | [] | null | [] | package com.wsh;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.transaction.annotation.EnableTransactionManag... | 935 | 0.821634 | 0.81588 | 22 | 38.5 | 28.146936 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 1 |
c8b70f1e6cb851b0f330561d94e247780c7bd8c8 | 36,155,034,731,019 | 6e1142ca9aa6c6300091908e07d61d94728e13a4 | /app/src/main/java/com/example/android/quizapp/json/JsonParser.java | 973229a3b3913be1d7dae25a65aaf4202f653735 | [] | no_license | paltee13/QuizApp | https://github.com/paltee13/QuizApp | edcc5e0e8dd478c76c4609e0d934e7103143a0b4 | c43fe6b51a79d47c3fa448d928e05eefc1d21a9e | refs/heads/master | 2020-04-06T15:41:12.384000 | 2019-01-05T21:42:51 | 2019-01-05T21:42:51 | 157,588,725 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.quizapp.json;
import com.example.android.quizapp.util.Util;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
public class JsonParser {
public String getQuote(String data){
String s="";
try{
JSONArray jsonArray=new JSON... | UTF-8 | Java | 679 | java | JsonParser.java | Java | [] | null | [] | package com.example.android.quizapp.json;
import com.example.android.quizapp.util.Util;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
public class JsonParser {
public String getQuote(String data){
String s="";
try{
JSONArray jsonArray=new JSON... | 679 | 0.600884 | 0.599411 | 32 | 20.21875 | 23.896566 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 1 |
aa49de87539169082d32c917175accff405dccd3 | 39,290,360,824,560 | 78f9e15bc0b37a91806ab2f50ab51a1ee577d8b3 | /src/main/java/top/vanserver/wxpublic/dao/SFoodDao.java | 6dd1eb4f1acd700611235627a0bd6ac8acc61759 | [] | no_license | FanFamily123/wxpublic | https://github.com/FanFamily123/wxpublic | 4dee2051fe2510b1b5a870e2e491785fa520045a | c75c67addb9c73f07f697509b65517d41421620e | refs/heads/master | 2020-06-12T06:46:04.774000 | 2019-06-28T06:55:45 | 2019-06-28T06:55:45 | 194,223,568 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package top.vanserver.wxpublic.dao;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import top.vanserver.wxpublic.bean.Food;
@Mapper
@Repository
public interface SFoodDao {
Food SelectOneFood(int mathi);
}
| UTF-8 | Java | 259 | java | SFoodDao.java | Java | [] | null | [] | package top.vanserver.wxpublic.dao;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import top.vanserver.wxpublic.bean.Food;
@Mapper
@Repository
public interface SFoodDao {
Food SelectOneFood(int mathi);
}
| 259 | 0.810811 | 0.810811 | 11 | 22.545454 | 18.157711 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 1 |
c0183d0ee19477d15b8314d0d7f7bd0ccf9b636f | 12,816,182,480,710 | 4ea59b5aee039e2111be8ff30c0b333f8d013e53 | /src/com/youku/exranking/data/crawl/components/downloaders/HttpClientDownloader.java | a6728e1e84342c18b54ed928ef659e6aed3f4ce3 | [] | no_license | CharmLynn/Spider | https://github.com/CharmLynn/Spider | 666b4b547a96c93ee8703fe1b9a855acb923f600 | 069fe923afaaa9f43d914d26144d78fd85e14ca5 | refs/heads/master | 2017-05-01T00:38:24.945000 | 2016-09-13T02:48:00 | 2016-09-13T02:48:00 | 68,067,277 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.youku.exranking.data.crawl.components.downloaders;
import java.io.IOException;
import java.nio.charset.Charset;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.annotation.Thread... | UTF-8 | Java | 9,029 | java | HttpClientDownloader.java | Java | [
{
"context": "m.youku.exranking.utils.UrlUtils;\n\n\n/**\n * @author ariel.wang\n * \n */\n@ThreadSafe\npublic class HttpClientDownlo",
"end": 1264,
"score": 0.9923739433288574,
"start": 1254,
"tag": "NAME",
"value": "ariel.wang"
}
] | null | [] | package com.youku.exranking.data.crawl.components.downloaders;
import java.io.IOException;
import java.nio.charset.Charset;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.annotation.Thread... | 9,029 | 0.722647 | 0.718324 | 273 | 32.043957 | 22.913715 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.769231 | false | false | 1 |
4f8ba21048db0a0cc162c912488ab3740ef472e0 | 21,328,807,617,613 | 282563a7998174c0c7c8d331137a03a7add8e9b0 | /app/src/main/java/com/yiyang/cn/util/FourLieDecoration.java | 2e7d1208a4db4e284c01205a517ba14d65afb06d | [] | no_license | CareyLiu/YiyangApp_0907_01 | https://github.com/CareyLiu/YiyangApp_0907_01 | c226a6d8965143f19bccd567ff137b1b1059c8be | d3d7e1e08ed6c3e342424bafbb8b562a1013e302 | refs/heads/master | 2023-08-05T06:35:43.620000 | 2021-09-22T03:17:43 | 2021-09-22T03:17:43 | 403,847,296 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yiyang.cn.util;
import android.app.Activity;
import android.graphics.Canvas;
import android.graphics.Rect;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.util.Log;
import android.view.View;
import com.scwang.smartrefresh.layout.util.... | UTF-8 | Java | 2,660 | java | FourLieDecoration.java | Java | [] | null | [] | package com.yiyang.cn.util;
import android.app.Activity;
import android.graphics.Canvas;
import android.graphics.Rect;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.util.Log;
import android.view.View;
import com.scwang.smartrefresh.layout.util.... | 2,660 | 0.647126 | 0.634644 | 69 | 37.31884 | 32.089321 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 1 |
b8ec95450de49202b936e073445311e7ec40daeb | 30,047,591,260,712 | ec234daf08beeefba2a7098c92f5a31a1cb84153 | /src/task/src/task/Config.java | a0eea556cbe9f91ee4bf47a1900658b96fed5456 | [] | no_license | Pivovarov/task | https://github.com/Pivovarov/task | 2f51eb9ea866331c3b105cc903178fdb1f507541 | 5ae98db7ada086229cb7dd0127cf1565af9971b6 | refs/heads/master | 2016-09-05T16:08:18.450000 | 2011-07-10T16:38:14 | 2011-07-10T16:38:14 | 2,026,085 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package task;
/**
*
* @author Alexey
*/
public class Config {
final static String WORK_DIR = "work/";
final static String CONFIG_DIR = "config/";
final static String WEBHARVEST_CONFIG_FILE = "farpost.xml"... | UTF-8 | Java | 1,103 | java | Config.java | Java | [
{
"context": "n the editor.\n */\npackage task;\n\n/**\n *\n * @author Alexey\n */\npublic class Config {\n final static String",
"end": 139,
"score": 0.999538779258728,
"start": 133,
"tag": "NAME",
"value": "Alexey"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package task;
/**
*
* @author Alexey
*/
public class Config {
final static String WORK_DIR = "work/";
final static String CONFIG_DIR = "config/";
final static String WEBHARVEST_CONFIG_FILE = "farpost.xml"... | 1,103 | 0.69697 | 0.690127 | 28 | 35.535713 | 24.418205 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 1 |
2d69681352df85ebff6bc0adc588193df6659a6f | 19,894,288,528,063 | 38bf7b40d5dc7d45020d7ccfccd3061ab50d49af | /src/Google/spellchecktest.java | d6a56db5d2eee508f7fe27f2ac796a3df65d1d71 | [] | no_license | musan801/ACCProject-8547-Anveshan | https://github.com/musan801/ACCProject-8547-Anveshan | 2b6ddf6aa8814b654f171d39c6ededa4466ba681 | 18fa1f2dfad36f42e39b633bf5b310d59eb5b255 | refs/heads/master | 2023-07-01T05:35:44.262000 | 2021-08-01T08:48:36 | 2021-08-01T08:48:36 | 391,573,372 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Google;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
import searchtrees.Sequences;
public class spellchecktest {
public static String SpellCheck(String word) {... | UTF-8 | Java | 2,350 | java | spellchecktest.java | Java | [] | null | [] | package Google;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
import searchtrees.Sequences;
public class spellchecktest {
public static String SpellCheck(String word) {... | 2,350 | 0.599149 | 0.592766 | 103 | 21.815535 | 20.340189 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.601942 | false | false | 1 |
21e59d05ac911a4224f29d53dff1101befca2770 | 15,891,379,022,523 | e0066daf65bee30d48de76c1332e02971608bbba | /src/main/java/ru/energodata/PostgreProcessor.java | de6edf6d481913a5306b4bc7626f40e1afe73a17 | [] | no_license | annanimous/xml2csv | https://github.com/annanimous/xml2csv | 9b2495bdab5e1458b3a5233784a2555610e23a03 | 13d946ca2aed18c758bc7c62819e5640736dd8cf | refs/heads/master | 2021-06-12T12:20:03.211000 | 2017-04-06T09:26:43 | 2017-04-06T09:26:43 | 69,962,169 | 1 | 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 ru.energodata;
import org.postgresql.ds.PGPoolingDataSource;
import java.sql.*;
import java.util.ArrayList;
import java.util.... | UTF-8 | Java | 3,903 | java | PostgreProcessor.java | Java | [] | 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 ru.energodata;
import org.postgresql.ds.PGPoolingDataSource;
import java.sql.*;
import java.util.ArrayList;
import java.util.... | 3,903 | 0.621573 | 0.621061 | 96 | 39.65625 | 35.929279 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 1 |
a5a884b44a8795dd1c34dd683b283fd33e3443d9 | 23,072,564,341,781 | 84ab3c6395ec9e7dba3a40f95bf702ca9e3af831 | /zyx-news-service-model/src/main/java/com/zyx/pojo/vo/ArticleDetailVO.java | 0210fb387cbbc4069feed8e08e97a1e1551c23a2 | [
"Apache-2.0"
] | permissive | xitinb/zyx-news-service | https://github.com/xitinb/zyx-news-service | 1b85e0a6ac10c1f5f8f24f006fd71aa7322f6833 | cb012c754ffb432b8f16be2d070d1d8d132e07cf | refs/heads/master | 2023-07-01T10:57:36.425000 | 2021-07-10T23:57:11 | 2021-07-10T23:57:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zyx.pojo.vo;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.util.Date;
public class ArticleDetailVO {
private String id;
private String title;
private String cover;
private Integer categoryId;
private String categoryName;
private String publishUserId;
@JsonFo... | UTF-8 | Java | 2,106 | java | ArticleDetailVO.java | Java | [] | null | [] | package com.zyx.pojo.vo;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.util.Date;
public class ArticleDetailVO {
private String id;
private String title;
private String cover;
private Integer categoryId;
private String categoryName;
private String publishUserId;
@JsonFo... | 2,106 | 0.6415 | 0.641026 | 101 | 19.861385 | 18.083431 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.336634 | false | false | 1 |
aefc85b39cfe41d91222a361756a8add44ba8f2b | 25,366,076,885,392 | 5e139a33ad8aa00db66e6589ea713a534d8cc26d | /src/test/java/com/ijmeet/base/BaseCucumber.java | c90bc74c77ede54d79b049c8827aa171b28154af | [] | no_license | dharmikmehta1112/IJmeet | https://github.com/dharmikmehta1112/IJmeet | aeec6010c0c949f9cb47ecf0887dd953b83e5f35 | d3985323970cdc28d7857d65c43a5fbb6db98d46 | refs/heads/master | 2023-03-13T09:09:11.828000 | 2021-03-06T19:14:32 | 2021-03-06T19:14:32 | 343,659,668 | 0 | 0 | null | false | 2021-03-06T19:14:32 | 2021-03-02T05:44:45 | 2021-03-02T08:48:46 | 2021-03-06T19:14:32 | 0 | 0 | 0 | 0 | null | false | false | package com.ijmeet.base;
import com.ijmeet.main.Constants;
import com.ijmeet.main.UIKeywords;
import io.cucumber.java.*;
public class BaseCucumber extends UIKeywords {
@After
public void tearDown(){
Constants.driver.quit();
}
} | UTF-8 | Java | 237 | java | BaseCucumber.java | Java | [] | null | [] | package com.ijmeet.base;
import com.ijmeet.main.Constants;
import com.ijmeet.main.UIKeywords;
import io.cucumber.java.*;
public class BaseCucumber extends UIKeywords {
@After
public void tearDown(){
Constants.driver.quit();
}
} | 237 | 0.755274 | 0.755274 | 14 | 16 | 15.436506 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 1 |
32f380e154a7eeb6951e818ab92b459d6f4ae73c | 25,864,293,059,998 | c4dc34106ac473ff3dd1fbf8e4edbb8d9906fe1c | /thecaptains.domain/src/test/java/ch/kitchencaptain/model/CreateIT.java | bdbfd7d7352c9e0606869a418820e4642669fc5a | [] | no_license | engineererr/KitchenCaptain | https://github.com/engineererr/KitchenCaptain | ed2cb5519faea264c1f162c84987b3828396c822 | 5faa2e67886c16bad90a04290b6b3c1c579012a2 | refs/heads/master | 2021-05-30T19:39:33.285000 | 2016-01-26T21:13:16 | 2016-01-26T21:13:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch.kitchencaptain.model; /**
* Created by User on 27.10.2015.
*/
import org.junit.Test;
import javax.persistence.EntityManager;
import javax.persistence.Persistence;
import java.util.ArrayList;
import java.util.List;
public class CreateIT {
@Test
public void test() {
Category category = ne... | UTF-8 | Java | 1,079 | java | CreateIT.java | Java | [] | null | [] | package ch.kitchencaptain.model; /**
* Created by User on 27.10.2015.
*/
import org.junit.Test;
import javax.persistence.EntityManager;
import javax.persistence.Persistence;
import java.util.ArrayList;
import java.util.List;
public class CreateIT {
@Test
public void test() {
Category category = ne... | 1,079 | 0.668211 | 0.65709 | 42 | 24.690475 | 20.724369 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 1 |
2ccfa708978ec74d0009eb60f4d4ae13ea297503 | 16,544,214,029,077 | 48a5b8d33f061d2a5eab13d6d3dd0c1af871bc12 | /src/main/java/com/example/demo/controller/CustomerController.java | 79ba8b23a1854a584f2f03a01cf4aedc8dc323d3 | [] | no_license | vinnunaidu/SpringGradle | https://github.com/vinnunaidu/SpringGradle | 767c0c77fb09e90e2dafb9c0f60a70ba9f494dc3 | d5cd8315d39d8667964d82abd27cd5dba741bf9e | refs/heads/master | 2020-06-08T02:07:31.896000 | 2019-06-21T17:52:49 | 2019-06-21T17:52:49 | 193,138,936 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.controller;
import com.example.demo.entities.Customer;
import com.example.demo.service.CustomerService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@RestController
public class CustomerController {
@Autowired
priva... | UTF-8 | Java | 687 | java | CustomerController.java | Java | [] | null | [] | package com.example.demo.controller;
import com.example.demo.entities.Customer;
import com.example.demo.service.CustomerService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
@RestController
public class CustomerController {
@Autowired
priva... | 687 | 0.765648 | 0.765648 | 25 | 26.48 | 24.250559 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 1 |
ea57d1902c6cac521f71fb0ac187f97530c86b34 | 4,973,572,154,587 | a1b8170ffbaf3e94b16d496b2d9ae21b56c8329c | /utc-python/src/test/java/me/dave_karetnyk/utils/grammar/python27/UtcTest.java | 380ae4aa1b99bb48fc491ca1ed94ef41ffe6a7c7 | [
"MIT"
] | permissive | DaveKaretnyk/parsing-utils2 | https://github.com/DaveKaretnyk/parsing-utils2 | e8736d2d7946acb820b755c80ee3e6217d47c376 | 40085bbd399fa605f2f2a4708d385a64ffc907de | refs/heads/master | 2021-09-03T06:23:14.917000 | 2018-01-06T11:30:21 | 2018-01-06T11:30:21 | 115,658,112 | 0 | 0 | MIT | false | 2018-01-05T20:15:48 | 2017-12-28T20:43:09 | 2018-01-05T13:39:07 | 2018-01-05T20:15:48 | 10,959 | 0 | 0 | 0 | Python | false | null | // Under MIT License, Copyright (c) 2017-18 Dave Karetnyk
// Full terms: see "LICENSE' file in root directory of repository:
// https://github.com/DaveKaretnyk/parsing-utils2
package me.dave_karetnyk.utils.grammar.python27;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import or... | UTF-8 | Java | 3,445 | java | UtcTest.java | Java | [
{
"context": "// Under MIT License, Copyright (c) 2017-18 Dave Karetnyk\n// Full terms: see \"LICENSE' file in root directo",
"end": 57,
"score": 0.9998519420623779,
"start": 44,
"tag": "NAME",
"value": "Dave Karetnyk"
},
{
"context": "rectory of repository:\n// https://github.c... | null | [] | // Under MIT License, Copyright (c) 2017-18 <NAME>
// Full terms: see "LICENSE' file in root directory of repository:
// https://github.com/DaveKaretnyk/parsing-utils2
package me.dave_karetnyk.utils.grammar.python27;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit... | 3,438 | 0.636865 | 0.624673 | 92 | 36.445652 | 28.053274 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663043 | false | false | 1 |
54b62414e1ed51cf83d5ec4f7a4e96e3b29fcfc0 | 33,088,428,084,460 | 733e01273f054601ac8e1f28aabb9a8d12266812 | /P532-GameMaker/src/main/java/com/infrastruture/MoveType.java | b81c4b986fd425a540e3600c414c62277c7d25ff | [] | no_license | chetan253/GameMaker | https://github.com/chetan253/GameMaker | 8c0c5323aebd05dcabf3ebdea9ee7a5b388f2494 | 56262c0f91352b001d83eea172a80f86fe075d75 | refs/heads/master | 2020-04-05T22:32:41.578000 | 2018-11-12T18:52:14 | 2018-11-12T18:52:14 | 157,256,411 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.infrastruture;
public enum MoveType {
FREE, FIXED, LEFTRIGHT, UPDOWN, FOURWAY
}
| UTF-8 | Java | 94 | java | MoveType.java | Java | [] | null | [] | package com.infrastruture;
public enum MoveType {
FREE, FIXED, LEFTRIGHT, UPDOWN, FOURWAY
}
| 94 | 0.765957 | 0.765957 | 5 | 17.799999 | 15.341447 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 1 |
e06c73f45f1b9d991b4e1c6576ad4fd16b7c304c | 26,525,718,066,881 | 9bbf3cb4917513177b8d07f6dc45ebc6393e3ff1 | /Service-Tech-Java/sam/org.st.sam.lscminer/src/lscminer/tracer/JavaMethodCallTracer.java | 5998b46dd7f8a35448a18e843f750afe0e591407 | [] | no_license | bakhansen/service-technology.org | https://github.com/bakhansen/service-technology.org | ff538493e3d23874dbab13b2abe128ff3ee8709c | 03479bef94adc927bf824967fc91ed4b4b298ed6 | refs/heads/master | 2020-03-22T19:54:49.232000 | 2013-12-20T14:02:58 | 2013-12-20T14:02:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lscminer.tracer;
import gov.nasa.jpf.*;
import gov.nasa.jpf.jvm.*;
import gov.nasa.jpf.jvm.bytecode.*;
import java.util.*;
import java.io.*;
import lscminer.datastructure.LSCEvent;
/**
* This class can trace method calls from an arbitrary Java program,
* given its class path and a set of test inputs.
*
* ... | UTF-8 | Java | 5,689 | java | JavaMethodCallTracer.java | Java | [
{
"context": "class path and a set of test inputs.\n *\n * @author Anh Cuong Nguyen\n */\npublic class JavaMethodCallTracer extends Lis",
"end": 344,
"score": 0.9998226761817932,
"start": 328,
"tag": "NAME",
"value": "Anh Cuong Nguyen"
}
] | null | [] | package lscminer.tracer;
import gov.nasa.jpf.*;
import gov.nasa.jpf.jvm.*;
import gov.nasa.jpf.jvm.bytecode.*;
import java.util.*;
import java.io.*;
import lscminer.datastructure.LSCEvent;
/**
* This class can trace method calls from an arbitrary Java program,
* given its class path and a set of test inputs.
*
* ... | 5,679 | 0.556688 | 0.555458 | 136 | 40.830883 | 24.743258 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.933824 | false | false | 1 |
73427c29de83a1a32cae1062179af607946f2d87 | 14,302,241,098,046 | 372ca69a81723ae7a51e95862e3eb8c8e7d00de2 | /src/test/java/seedu/address/testutil/personutil/TypicalPersonDescriptor.java | 6dd17748700df3b48f03b8243ce8a80027a4aee4 | [
"MIT"
] | permissive | klementtan/main | https://github.com/klementtan/main | d70dc9ea96a490bd57d572a5b9c3e868a202aeca | d4e108efb53e2d748d7a78ef3ae0118241cd12ed | refs/heads/master | 2020-08-03T14:05:33.916000 | 2019-11-11T16:49:59 | 2019-11-11T16:49:59 | 211,779,059 | 1 | 0 | NOASSERTION | true | 2019-10-09T06:02:54 | 2019-09-30T05:04:18 | 2019-10-06T18:05:44 | 2019-10-09T06:02:53 | 11,842 | 0 | 0 | 0 | Java | false | false | package seedu.address.testutil.personutil;
import seedu.address.model.person.PersonDescriptor;
import seedu.address.model.person.PersonList;
import seedu.address.model.person.User;
import seedu.address.model.person.exceptions.DuplicatePersonException;
/**
* Typical person descriptors.
*/
public class TypicalPersonD... | UTF-8 | Java | 3,933 | java | TypicalPersonDescriptor.java | Java | [
{
"context": "E = \" \";\n\n public static final PersonDescriptor ALICE = new PersonDescriptorBuilder()\n .with",
"end": 429,
"score": 0.8716132044792175,
"start": 424,
"tag": "NAME",
"value": "ALICE"
},
{
"context": " PersonDescriptorBuilder()\n .withName(\"... | null | [] | package seedu.address.testutil.personutil;
import seedu.address.model.person.PersonDescriptor;
import seedu.address.model.person.PersonList;
import seedu.address.model.person.User;
import seedu.address.model.person.exceptions.DuplicatePersonException;
/**
* Typical person descriptors.
*/
public class TypicalPersonD... | 3,809 | 0.59878 | 0.576151 | 107 | 35.757008 | 21.75902 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.280374 | false | false | 1 |
30ea77fa07b8250ddbf57d950def649637f6f537 | 23,287,312,695,504 | 1963f999bfee40582e7849338ea772c86dfa0bcd | /user-service/src/main/java/com/ut/user/cache/ICacheService.java | 45d47aa8aa4d784bcaf77d78186a7027d213e726 | [] | no_license | shindoyang/admission | https://github.com/shindoyang/admission | 9aa41759ca2f44e65b0751ab3680774278c15292 | b50689c4928880c820b1f3f9ddf08bd60e188bd1 | refs/heads/main | 2023-06-12T22:38:02.162000 | 2021-07-02T06:34:00 | 2021-07-02T06:34:00 | 381,985,604 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ut.user.cache;
public interface ICacheService {
String setex(String key, String value);
String setex(String key, int seconds, String value);
String get(String key);
}
| UTF-8 | Java | 195 | java | ICacheService.java | Java | [] | null | [] | package com.ut.user.cache;
public interface ICacheService {
String setex(String key, String value);
String setex(String key, int seconds, String value);
String get(String key);
}
| 195 | 0.712821 | 0.712821 | 10 | 18.5 | 19.981241 | 56 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 1 |
726181d85219113d35f93ba28030fb52cd6ffd18 | 12,558,484,390,379 | 73c6071d6b99b9ac5b24655df98dbdc3d6b89dd6 | /app/src/main/java/carcar/alex/cityguide/Trolley.java | 263fbd71dce4f186ed9ddab3db08e9713a051d04 | [] | no_license | alexcarcar/SanFranciscoCityGuide | https://github.com/alexcarcar/SanFranciscoCityGuide | 06b62f50639e8bb6bcd427a8aa6b5f59a06853e6 | f9114d3550cce555e00278139084ceb7d60b6b9d | refs/heads/master | 2018-01-08T14:02:21.238000 | 2015-10-14T21:01:47 | 2015-10-14T21:01:47 | 44,276,108 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package carcar.alex.cityguide;
import android.app.Activity;
import android.os.Bundle;
/**
* Created by Local User on 10/14/2015.
*/
public class Trolley extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layo... | UTF-8 | Java | 341 | java | Trolley.java | Java | [
{
"context": "vity;\nimport android.os.Bundle;\n\n/**\n * Created by Local User on 10/14/2015.\n */\npublic class Trolley extends A",
"end": 116,
"score": 0.5530762672424316,
"start": 106,
"tag": "USERNAME",
"value": "Local User"
}
] | null | [] | package carcar.alex.cityguide;
import android.app.Activity;
import android.os.Bundle;
/**
* Created by Local User on 10/14/2015.
*/
public class Trolley extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layo... | 341 | 0.715542 | 0.692082 | 15 | 21.733334 | 18.52014 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
2f5d2e71aa021c9253a381c86ebeafca06cd545b | 30,176,440,243,964 | 3cc849f555953147e8051f623b8552ac17854399 | /src/com/rds/statistics/service/impl/RdsStatisticsWagesServiceImpl.java | c0ce6ede4269990b0bd40b56f8ef46947dc3fff8 | [] | no_license | clownlin22/judicial-web | https://github.com/clownlin22/judicial-web | c8444b17f16ec9a567d43786efce6ff8ce0c967b | 6350aa62353187dc1ee5dac5b1f6322e5c2982c8 | refs/heads/master | 2020-05-07T22:23:21.426000 | 2019-04-12T06:07:00 | 2019-04-12T06:07:00 | 180,913,232 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rds.statistics.service.impl;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletResponse;
import jxl.Cell;
import jxl.Sheet;
import... | UTF-8 | Java | 13,639 | java | RdsStatisticsWagesServiceImpl.java | Java | [] | null | [] | package com.rds.statistics.service.impl;
import java.io.FileInputStream;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletResponse;
import jxl.Cell;
import jxl.Sheet;
import... | 13,639 | 0.694455 | 0.680574 | 370 | 34.243244 | 23.620199 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.705405 | false | false | 1 |
77e76f01dd231e05704ba39a69c965c7bf93c8c8 | 28,750,511,097,588 | 0ba37d0e41ee5a99187e3bc2d430594a1817b07c | /src/main/java/br/com/cardapiododia/model/request/CardapioDatesRequest.java | 60f3213c741f9a2063234bee1aaeb1b2ac29e2b5 | [] | no_license | tenazatto/cardapiododia | https://github.com/tenazatto/cardapiododia | 4df90dbc58a19cefa980eb197ec00c80fa05f603 | e804f386b934bb0c8531d22c2511aef95bac2466 | refs/heads/master | 2020-09-06T04:16:29.003000 | 2019-11-07T20:01:59 | 2019-11-07T20:01:59 | 220,317,993 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.cardapiododia.model.request;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer;
i... | UTF-8 | Java | 689 | java | CardapioDatesRequest.java | Java | [] | null | [] | package br.com.cardapiododia.model.request;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateDeserializer;
import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateSerializer;
i... | 689 | 0.827286 | 0.818578 | 21 | 31.809525 | 25.104769 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 1 |
0af6844ca198eabe6779e9bf6d6fed87f4726281 | 8,607,114,521,732 | 7183ab01643c51f9c1fc4833dbd6eaf2625a5cb8 | /src/com/upgrader/validator/PNRValidator.java | d95264dd7834d558da9d3e1f39d158d741e5ad6c | [] | no_license | sonamrasal/FlightTicketUpgrader | https://github.com/sonamrasal/FlightTicketUpgrader | a6b77d6dff8381839003069fc47a2fdce6855bc8 | 2a540dd8193ce9c2a8900d3b27739da7ce5e1178 | refs/heads/master | 2020-12-23T12:17:26.357000 | 2020-02-05T10:37:19 | 2020-02-05T10:37:19 | 237,148,014 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.upgrader.validator;
import com.updgrader.booking.Booking;
public class PNRValidator implements Validator {
@Override
public void validate(Booking booking) throws ValidationException {
if(!booking.isPNRValid()) {
throw new ValidationException("PNR Invalid");
}
}
}
| UTF-8 | Java | 290 | java | PNRValidator.java | Java | [] | null | [] | package com.upgrader.validator;
import com.updgrader.booking.Booking;
public class PNRValidator implements Validator {
@Override
public void validate(Booking booking) throws ValidationException {
if(!booking.isPNRValid()) {
throw new ValidationException("PNR Invalid");
}
}
}
| 290 | 0.765517 | 0.765517 | 14 | 19.714285 | 22.266016 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.928571 | false | false | 1 |
a1f6b7573e8c84fea115a71fd43c735ee5d2cfbe | 3,650,722,268,848 | 9b12a4ba3644731a88052fbe9733ca10e74bf55a | /blade-service/ml-pms-gw/src/main/java/org/springblade/gw/listener/ApplicationReadyEventListener.java | 5e46d2604f79048fb906340d1fb6fd7ae8d38ce1 | [] | no_license | ken209/BladeX | https://github.com/ken209/BladeX | 7f633f7e3ffac82783efc6b7a584cf198a2f01a1 | 12a518e482b4a79864e40f7d8c638082761cd1fa | refs/heads/master | 2023-01-11T22:58:36.438000 | 2020-11-10T07:38:26 | 2020-11-10T07:38:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.springblade.gw.listener;
import org.springblade.core.redis.cache.BladeRedisCache;
import org.springblade.gw.config.SystemConfig;
import org.springblade.pms.gw.feign.ITopicClient;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.event.ApplicationReadyEve... | UTF-8 | Java | 1,188 | java | ApplicationReadyEventListener.java | Java | [
{
"context": "ngframework.stereotype.Component;\n\n/**\n * @Auther: bond\n * @Date: 2020/4/22\n * @Description:\n */\n@Compone",
"end": 450,
"score": 0.9993720650672913,
"start": 446,
"tag": "USERNAME",
"value": "bond"
}
] | null | [] | package org.springblade.gw.listener;
import org.springblade.core.redis.cache.BladeRedisCache;
import org.springblade.gw.config.SystemConfig;
import org.springblade.pms.gw.feign.ITopicClient;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.context.event.ApplicationReadyEve... | 1,188 | 0.800505 | 0.793771 | 40 | 28.700001 | 29.063894 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.975 | false | false | 1 |
9024675fd6baabd01b5372de745ed55ba986bf23 | 36,704,790,534,374 | 4d9f783b251ed9d91421ce2aaad762c971f87793 | /STSWorkspace/horse-service/src/main/java/com/oracle/service/impl/PingLunServiceImpl.java | 5e0e1cd1c1e84661035b13a7d9685d360a989f72 | [] | no_license | lvjunjiang/OracleStudy | https://github.com/lvjunjiang/OracleStudy | e33b7a7649cf91a3faece9cfac481a4f6a609153 | 8a390f161b892a2f7a9a35667eb2c667aac34f73 | refs/heads/master | 2020-06-02T22:08:20.074000 | 2019-06-11T08:37:38 | 2019-06-11T08:37:38 | 191,318,365 | 0 | 0 | null | false | 2020-10-13T13:50:36 | 2019-06-11T07:33:28 | 2019-06-11T08:45:11 | 2020-10-13T13:50:35 | 203,165 | 0 | 0 | 78 | JavaScript | false | false | package com.oracle.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import com.oracle.mapper.PingLunMapper;
import com.oracle.mapper.PingLunPlusMapper;
import com.oracle.mapper.po.OrderNew;
import com.oracle.mapper.po.PingLun;
import com.oracle.mapper.po.PingLunAndPl... | UTF-8 | Java | 2,090 | java | PingLunServiceImpl.java | Java | [] | null | [] | package com.oracle.service.impl;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Resource;
import com.oracle.mapper.PingLunMapper;
import com.oracle.mapper.PingLunPlusMapper;
import com.oracle.mapper.po.OrderNew;
import com.oracle.mapper.po.PingLun;
import com.oracle.mapper.po.PingLunAndPl... | 2,090 | 0.788332 | 0.787367 | 75 | 26.653334 | 24.360893 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.573333 | false | false | 1 |
7b9ee8a3b72c4fa313ffc9e9725d0308817e2ef9 | 29,815,663,027,717 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a161/A161617.java | b9c183565a3699e5103cb5fd3138eb2e55b7b3e4 | [] | no_license | flywind2/joeis | https://github.com/flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080000 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package irvine.oeis.a161;
import irvine.oeis.LinearRecurrence;
/**
* A161617 <code>8*n^2+20*n+1</code>.
* @author Sean A. Irvine
*/
public class A161617 extends LinearRecurrence {
/** Construct the sequence. */
public A161617() {
super(new long[] {1, -3, 3}, new long[] {1, 29, 73});
}
}
| UTF-8 | Java | 304 | java | A161617.java | Java | [
{
"context": "*\n * A161617 <code>8*n^2+20*n+1</code>.\n * @author Sean A. Irvine\n */\npublic class A161617 extends LinearRecurrence",
"end": 132,
"score": 0.9998944401741028,
"start": 118,
"tag": "NAME",
"value": "Sean A. Irvine"
}
] | null | [] | package irvine.oeis.a161;
import irvine.oeis.LinearRecurrence;
/**
* A161617 <code>8*n^2+20*n+1</code>.
* @author <NAME>
*/
public class A161617 extends LinearRecurrence {
/** Construct the sequence. */
public A161617() {
super(new long[] {1, -3, 3}, new long[] {1, 29, 73});
}
}
| 296 | 0.634868 | 0.523026 | 15 | 19.266666 | 18.720636 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 1 |
8e0d2e171ac81b366d1bc6dc3dc58b40aeb9a8df | 25,503,515,805,448 | e4e32977da3acb4e58f643e6be33db834c4a301c | /interfaces-and-abstraction/src/main/java/bg/softuni/foodshortage/model/citizen/contracts/Citizen.java | 58e0faf7c96bc633866f8c928ae10a0878a77827 | [] | no_license | kosio197/JavaOOPAdvanced | https://github.com/kosio197/JavaOOPAdvanced | 8ed57e3fbd4d0fbcc294ff0001e69d5d2a98901f | ffef480954a0898943ad98c49c79edae65f196a1 | refs/heads/master | 2020-09-21T08:43:05.587000 | 2016-08-21T10:50:49 | 2016-08-21T10:50:49 | 66,186,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bg.softuni.foodshortage.model.citizen.contracts;
public interface Citizen extends Identifiable, HasName {
}
| UTF-8 | Java | 118 | java | Citizen.java | Java | [] | null | [] | package bg.softuni.foodshortage.model.citizen.contracts;
public interface Citizen extends Identifiable, HasName {
}
| 118 | 0.822034 | 0.822034 | 5 | 22.6 | 27.27343 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 1 |
c3bc5e30a8dfaa5ccde947849375dc0c31013d99 | 27,247,272,581,451 | df23470774e42ab13bcdbcd1de2da49e573c44e3 | /src/main/java/com/example/demo/job/job4/NewJob.java | 8fb03edcaec814344700726a10413524af54859a | [] | no_license | guangyuanlcc123/springboot-one | https://github.com/guangyuanlcc123/springboot-one | c8f3d4654b801d317e30c06dec41a8cb92d32f1d | 511ff9a052b07fc710615d4c7180868a81298989 | refs/heads/master | 2023-02-09T20:47:19.445000 | 2021-01-06T02:12:23 | 2021-01-06T02:12:23 | 327,173,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.job.job4;
import lombok.extern.slf4j.Slf4j;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
import java.util.concurrent.TimeUnit;
/**
* 四、Quartz----Scheduler(任务的执行需自行调用方法执行)
*/
@Slf4j
public class NewJob implements Job {
@Overrid... | UTF-8 | Java | 732 | java | NewJob.java | Java | [] | null | [] | package com.example.demo.job.job4;
import lombok.extern.slf4j.Slf4j;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
import java.util.concurrent.TimeUnit;
/**
* 四、Quartz----Scheduler(任务的执行需自行调用方法执行)
*/
@Slf4j
public class NewJob implements Job {
@Overrid... | 732 | 0.660294 | 0.651471 | 31 | 20.935484 | 19.181536 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 1 |
be76acd9189a0386ba126da96fe07ad1f1303fe3 | 33,139,967,664,143 | 8bfb64f3c8ab81b6ef38e5a510e44f5db3e4deed | /tvhms/3_implementation/src/com/tvhms/entity/Account.java | 9d5b9d546bca5e21c9816a452d91a89123d05ead | [] | no_license | ngphloc/temp | https://github.com/ngphloc/temp | b07d66d6b99117156a9e53b5bc7b155a78a304f1 | 0865c7cc19996c8495f5b0229ce07b6fe9d9635e | refs/heads/master | 2022-10-13T09:15:01.660000 | 2022-09-28T10:23:20 | 2022-09-28T10:23:20 | 138,309,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tvhms.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Id;
import javax.persistence.Table;
/**
*
* @author Administrator2
* @version 1.0
*
*/
@javax.persistence.Entity
@Table (name = "Account")
public class Account extends Entity {
/**
*
*/
pu... | UTF-8 | Java | 2,219 | java | Account.java | Java | [
{
"context": "port javax.persistence.Table;\n\n\n/**\n * \n * @author Administrator2\n * @version 1.0\n *\n */\n@javax.persistence.Entity\n",
"end": 186,
"score": 0.9996367692947388,
"start": 172,
"tag": "USERNAME",
"value": "Administrator2"
},
{
"context": "is.accountId = accountId;... | null | [] | package com.tvhms.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Id;
import javax.persistence.Table;
/**
*
* @author Administrator2
* @version 1.0
*
*/
@javax.persistence.Entity
@Table (name = "Account")
public class Account extends Entity {
/**
*
*/
pu... | 2,222 | 0.634971 | 0.632267 | 166 | 12.36747 | 13.958756 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.228916 | false | false | 1 |
87711ed7fb46c047724a1d95c85a465b06bbb455 | 33,139,967,663,086 | 86a08b37844d717fca3354cb9e1d7f93dfaf379a | /src/main/java/com/doodod/staffmanagement/statistic/WorkTimeLauncher.java | 9c647be4b039c9f2fba13f138bbf98aaf3cedf1f | [] | no_license | yifenghi/employee_worktime | https://github.com/yifenghi/employee_worktime | f5a62b34752b88b0e0b43c5d1272d171864a381c | e629c0ec10aa3433ad3cb7036df178bc7383dfd1 | refs/heads/master | 2021-01-24T20:53:15.277000 | 2018-02-28T09:36:35 | 2018-02-28T09:36:35 | 123,261,355 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.doodod.staffmanagement.statistic;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.conf.Configured;
import org.apache.hadoop.io.BytesWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.ma... | UTF-8 | Java | 1,577 | java | WorkTimeLauncher.java | Java | [] | null | [] | package com.doodod.staffmanagement.statistic;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.conf.Configured;
import org.apache.hadoop.io.BytesWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Job;
import org.apache.hadoop.ma... | 1,577 | 0.790742 | 0.78884 | 46 | 33.282608 | 22.851755 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.804348 | false | false | 1 |
68757a6502d21a2984371af9b46b1ecec13b547d | 16,449,724,759,882 | 68748cbfdba3f6ad6ec81016375237f84eb815a0 | /BasicConcepts/callingprivatemethod/ReflectionDemo.java | 431703f546214565fad3171d497cc1888f507ef6 | [] | no_license | osemrt/Java | https://github.com/osemrt/Java | 993232c62bee01cbb22b225d5788f75670fbc37e | d65479d7a981a0a1de9b6727061df5f7a43a95b2 | refs/heads/master | 2020-05-02T03:27:26.870000 | 2019-05-01T12:46:46 | 2019-05-01T12:46:46 | 177,729,023 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package callingprivatemethod;
/*
* If we can able to call private function, Why is there?
* because reflection is for debugging and it is a trick.
*
*/
import java.lang.reflect.Method;
public class ReflectionDemo {
public static void main(String[] args) throws Exception {
Class c = Class.forName("callingp... | UTF-8 | Java | 485 | java | ReflectionDemo.java | Java | [] | null | [] | package callingprivatemethod;
/*
* If we can able to call private function, Why is there?
* because reflection is for debugging and it is a trick.
*
*/
import java.lang.reflect.Method;
public class ReflectionDemo {
public static void main(String[] args) throws Exception {
Class c = Class.forName("callingp... | 485 | 0.692784 | 0.692784 | 24 | 19.208334 | 21.466988 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 1 |
1c9376f433d834b27df3fc9a1e94addf539df0f6 | 11,862,699,686,354 | 528e8a52d10696b9f432a2d3151a92c671f78752 | /Build10/src/Build10.java | c8ff59762e7b1be0489b42d2c9698d9457601a00 | [] | no_license | Robra1/Robocomp | https://github.com/Robra1/Robocomp | cb0bb3fb306590699c5d7c8b077e413951fff46b | 110b74a69bedecbd006715794c52c4081dafa9e6 | refs/heads/master | 2020-05-18T09:00:38.847000 | 2015-07-25T19:15:13 | 2015-07-25T19:15:13 | 39,697,950 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import lejos.nxt.Button;
import lejos.robotics.subsumption.Arbitrator;
import lejos.robotics.subsumption.Behavior;
public class Build10 {
public static void main(String[] args) {
//Erstellen des Hilfsobjektes
Robot r = new Robot();
//Setzen des Ziels
r.setTarget(r.winkelBestimmen());
//Abfrage v... | UTF-8 | Java | 520 | java | Build10.java | Java | [] | null | [] | import lejos.nxt.Button;
import lejos.robotics.subsumption.Arbitrator;
import lejos.robotics.subsumption.Behavior;
public class Build10 {
public static void main(String[] args) {
//Erstellen des Hilfsobjektes
Robot r = new Robot();
//Setzen des Ziels
r.setTarget(r.winkelBestimmen());
//Abfrage v... | 520 | 0.686538 | 0.682692 | 20 | 24 | 17.108477 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.7 | false | false | 1 |
21b23f004d4ff08a9f5917328b06048cb3feb15f | 11,862,699,686,443 | 6ef5bbd7daf1362fe42db062b834056a21519f05 | /DesignPatterns/src/dp/iterator/EmployeeIterator.java | 064ae8fd15ef035d4d2cc26e06ed4c4b5a20ae00 | [] | no_license | gkdgithub/Dp-Repo | https://github.com/gkdgithub/Dp-Repo | f8920ed37b420d6c11f5c0b4f397c64de868e96b | 821fb07d6815e66400b25b127dfe47508b0842b0 | refs/heads/master | 2023-05-03T05:42:00.959000 | 2022-07-24T18:15:07 | 2022-07-24T18:15:07 | 216,508,268 | 0 | 0 | null | false | 2023-04-14T17:43:12 | 2019-10-21T07:49:20 | 2022-07-24T18:15:14 | 2023-04-14T17:43:12 | 50,932 | 0 | 0 | 38 | Java | false | false | /**
*
*/
package dp.iterator;
/**
* @author DhanunjayaY
*
*/
public interface EmployeeIterator {
boolean hasNext();
Object next();
boolean hasPrevious();
Object previous();
}
| UTF-8 | Java | 189 | java | EmployeeIterator.java | Java | [
{
"context": "/**\n * \n */\npackage dp.iterator;\n\n/**\n * @author DhanunjayaY\n *\n */\npublic interface EmployeeIterator {\n\n\tbool",
"end": 60,
"score": 0.9605536460876465,
"start": 49,
"tag": "NAME",
"value": "DhanunjayaY"
}
] | null | [] | /**
*
*/
package dp.iterator;
/**
* @author DhanunjayaY
*
*/
public interface EmployeeIterator {
boolean hasNext();
Object next();
boolean hasPrevious();
Object previous();
}
| 189 | 0.640212 | 0.640212 | 17 | 10.117647 | 10.560093 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 1 |
fc90be0c721ea2e1e2c167534adf12a6ffc661e0 | 30,803,505,465,800 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/branches/3.6/dso-l1/src/main/java/com/tc/object/bytecode/HashtableClassAdapter.java | 2a27cfcbb4cab32f0f31130f0c483322cc1e7e7b | [] | no_license | sirinath/Terracotta | https://github.com/sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414000 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright
* notice. All rights reserved.
*/
package com.tc.object.bytecode;
import com.tc.asm.Label;
import com.tc.asm.Opcodes;
import com.tc.asm.tree.MethodNode;
import com.tc.util.runtime.Vm;
public class Ha... | UTF-8 | Java | 10,797 | java | HashtableClassAdapter.java | Java | [] | null | [] | /*
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright
* notice. All rights reserved.
*/
package com.tc.object.bytecode;
import com.tc.asm.Label;
import com.tc.asm.Opcodes;
import com.tc.asm.tree.MethodNode;
import com.tc.util.runtime.Vm;
public class Ha... | 10,797 | 0.633139 | 0.616282 | 297 | 35.353535 | 25.80501 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.606061 | false | false | 1 |
aa769e9d181d5b793099a74dd0bda4ad1f32671a | 13,357,348,312,589 | 11bb59cf93b085875f31fa8e9add749f15fd565f | /src/main/java/NeatSnake/World/World.java | 0e6f35cbca6c0b4aaceb6b2af9a789d0509cf67d | [
"MIT"
] | permissive | DirkGehlich/NeatSnake | https://github.com/DirkGehlich/NeatSnake | 2de51e3cb43e57738b06adbccb67ca9cc5a318dc | f8ab0a39852c2aeed30f89e66e6215eef393ce19 | refs/heads/master | 2022-11-28T23:21:07.482000 | 2019-05-25T08:57:36 | 2019-05-25T08:57:36 | 175,991,973 | 1 | 0 | MIT | false | 2022-11-16T12:23:53 | 2019-03-16T15:49:57 | 2019-05-25T08:57:39 | 2022-11-16T12:23:50 | 235 | 1 | 0 | 3 | Java | false | false | package NeatSnake.World;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.WindowEvent;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.... | UTF-8 | Java | 9,890 | java | World.java | Java | [] | null | [] | package NeatSnake.World;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Point;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.event.WindowEvent;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.... | 9,890 | 0.667947 | 0.657937 | 356 | 26.77528 | 30.944042 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.160112 | false | false | 1 |
cf4903f8ebbc18bc7e12f01f44b5c25d45f3fb8e | 27,736,898,810,842 | edf009b7ae29106f87d3b8596e0a60992160a48a | /Shoping/src/system/servlet/loginFilter.java | 828eb37a9f7447e1fdc8a0dabaeb334fe9e40fb1 | [] | no_license | JunqiFu/more_web | https://github.com/JunqiFu/more_web | d6b610b7cdc465bd4c891f837bf6a68e78be9e08 | aa81fd0fac9c0d3ddcdbaeda4ecee1073fe2e20c | refs/heads/master | 2021-09-29T01:12:27.564000 | 2018-11-22T06:06:52 | 2018-11-22T06:06:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package system.servlet;
/*<filter>
<filter-name>loginFilter</filter-name>
<filter-class>system.servlet.loginFilter</filter-class>
<init-param>
<param-name>include</param-name>
<param-value>manageUserinfo,addAddrinfo</param-value>
</init-param>
</filter>
<filter-map... | GB18030 | Java | 1,693 | java | loginFilter.java | Java | [] | null | [] | package system.servlet;
/*<filter>
<filter-name>loginFilter</filter-name>
<filter-class>system.servlet.loginFilter</filter-class>
<init-param>
<param-name>include</param-name>
<param-value>manageUserinfo,addAddrinfo</param-value>
</init-param>
</filter>
<filter-map... | 1,693 | 0.72065 | 0.720048 | 58 | 26.637932 | 23.479042 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.327586 | false | false | 1 |
0b48c78cf803234ba8278a8c4fb013e470d4c928 | 3,968,549,800,677 | 232cb52812c1351a9b2ed2db4d55d217fd118cce | /src/com/training/srs/dao/IdGeneratorAnnotation.java | 8e64dfe4af568572ed444acc1d43e5ab7250a63d | [] | no_license | shamalsd/ship-reservation-system | https://github.com/shamalsd/ship-reservation-system | 442f82d5bb6400c974d050ed899ffd0bed282935 | c0cfe883541cc2aa0049d3c04894cfeed7e577d1 | refs/heads/master | 2023-03-28T04:15:33.962000 | 2021-03-06T07:43:17 | 2021-03-06T07:43:17 | 345,035,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.training.srs.dao;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import javax.validation.Constraint;
import javax.validation.Payload;
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUN... | UTF-8 | Java | 577 | java | IdGeneratorAnnotation.java | Java | [] | null | [] | package com.training.srs.dao;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import javax.validation.Constraint;
import javax.validation.Payload;
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUN... | 577 | 0.786828 | 0.786828 | 21 | 26.476191 | 19.599852 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.904762 | false | false | 1 |
bece4267b7377e0bba20283cab6a97237548f106 | 12,283,606,488,670 | e89b6be272f1c70fd93f80285a552b1d80e40705 | /src/main/java/com/hello/suripu/service/resources/RegisterResource.java | d008b8bd894cfe87374d2cfd3a4231ff0c529ef2 | [] | no_license | hello/suripu-service | https://github.com/hello/suripu-service | ec6b9c5f3109c49092b7d628f829f1f07f14baf0 | 981fe38a0fb157d63b04b4278af52048fdc846c7 | refs/heads/master | 2021-03-30T17:48:37.303000 | 2017-05-03T22:11:18 | 2017-05-03T22:11:18 | 45,714,188 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hello.suripu.service.resources;
import com.codahale.metrics.annotation.Timed;
import com.google.common.base.Optional;
import com.hello.dropwizard.mikkusu.helpers.AdditionalMediaTypes;
import com.hello.suripu.api.ble.SenseCommandProtos;
import com.hello.suripu.api.ble.SenseCommandProtos.MorpheusCommand;
imp... | UTF-8 | Java | 20,793 | java | RegisterResource.java | Java | [
{
"context": "mport java.util.regex.Pattern;\n\n\n/**\n * Created by pangwu on 10/10/14.\n */\n@Path(\"/register\")\npublic class ",
"end": 2316,
"score": 0.9995675086975098,
"start": 2310,
"tag": "USERNAME",
"value": "pangwu"
}
] | null | [] | package com.hello.suripu.service.resources;
import com.codahale.metrics.annotation.Timed;
import com.google.common.base.Optional;
import com.hello.dropwizard.mikkusu.helpers.AdditionalMediaTypes;
import com.hello.suripu.api.ble.SenseCommandProtos;
import com.hello.suripu.api.ble.SenseCommandProtos.MorpheusCommand;
imp... | 20,793 | 0.67441 | 0.673592 | 447 | 45.516777 | 37.217712 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.814318 | false | false | 1 |
5671632c0734c5149d0569259d90b86cee898d36 | 35,794,257,479,524 | 459805e61f3b1fea89dd5eff4a2b7fb51eb4b36d | /modules/gateway/management/src/main/java/com/l7tech/server/management/api/monitoring/NodeStatus.java | ff3992362af6de43f0659d78ec4e5222ccf103aa | [] | no_license | neelam-007/gateway | https://github.com/neelam-007/gateway | 9ae2d04eda96ce510ad7034f4d72efa034f973cd | 60e0a4138746803a14d8de070d3319b028fcffe4 | refs/heads/master | 2023-04-29T01:19:08.369000 | 2018-11-08T20:03:09 | 2018-11-08T20:03:09 | 368,039,344 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2009 Layer 7 Technologies Inc.
*/
package com.l7tech.server.management.api.monitoring;
import com.l7tech.server.management.NodeStateType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.Date;
@XmlRootElement
public class NodeStatus... | UTF-8 | Java | 1,276 | java | NodeStatus.java | Java | [] | null | [] | /*
* Copyright (C) 2009 Layer 7 Technologies Inc.
*/
package com.l7tech.server.management.api.monitoring;
import com.l7tech.server.management.NodeStateType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.Date;
@XmlRootElement
public class NodeStatus... | 1,276 | 0.688872 | 0.683386 | 56 | 21.785715 | 19.779783 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.339286 | false | false | 1 |
0bba698c1d064adef58ab1da314ee534b9518947 | 32,083,405,758,703 | 2b5ba1c267ccf7b740cb6ba01628ec9302ae1f05 | /java-project/src/main/java/com/sapient/week4/Matrix.java | 6d43df9313aafbc2d6691a3d379a6a3e148f638e | [] | no_license | mohitvyas9265/JavaFirstProject | https://github.com/mohitvyas9265/JavaFirstProject | 0d7d6926ebf1473a5252c20d95d5a427a9f48203 | 713f07406057c46eab64588e8cd0240eaf4c7d36 | refs/heads/master | 2022-12-21T19:33:10.253000 | 2020-06-05T18:52:18 | 2020-06-05T18:52:18 | 254,365,940 | 0 | 0 | null | false | 2022-12-16T04:24:16 | 2020-04-09T12:31:43 | 2020-06-05T18:52:21 | 2022-12-16T04:24:16 | 92 | 0 | 0 | 11 | Java | false | false | package com.sapient.week4;
import java.util.Arrays;
import java.util.Scanner;
public class Matrix
{
int arr[][];
public Matrix(int m,int n)
{
arr=new int[m][n];
}
public Matrix()
{
arr=new int[3][3];
}
public Matrix(int arr1[][])
{
arr=new int[arr1.length][arr1[0].length];
for(int i=0;i<arr1.length;... | UTF-8 | Java | 1,789 | java | Matrix.java | Java | [] | null | [] | package com.sapient.week4;
import java.util.Arrays;
import java.util.Scanner;
public class Matrix
{
int arr[][];
public Matrix(int m,int n)
{
arr=new int[m][n];
}
public Matrix()
{
arr=new int[3][3];
}
public Matrix(int arr1[][])
{
arr=new int[arr1.length][arr1[0].length];
for(int i=0;i<arr1.length;... | 1,789 | 0.5109 | 0.485746 | 96 | 17.625 | 15.163175 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.145833 | false | false | 1 |
1f4825b1fab8c1444dfec0b1a1b0ee99e296f1aa | 34,711,925,725,288 | f3210f323645b6bc1007942720faeb858327de97 | /distribuidora/src/modmantenimiento/util/BusquedaTipoPago.java | 7afa6a36d28015ffb6ec8c48c6704b6ce4f6a4f5 | [] | no_license | santiagoaisa/distribuidora | https://github.com/santiagoaisa/distribuidora | da1e0c16334742fa5e13a8acba09fb8f64de5bc7 | ddff291604e8290e3d3a792a2285994474593163 | refs/heads/master | 2018-01-07T12:02:43.997000 | 2014-09-04T01:11:11 | 2014-09-04T01:11:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modmantenimiento.util;
import com.zarcillo.service.TipoCuentaBancariaService;
import javax.naming.NamingException;
import org.zkoss.zk.ui.HtmlMacroComponent;
import org.zkoss.zk.ui.Path;
import org.zkoss.zk.ui.select.SelectorComposer;
import org.zkoss.zk.ui.select.annotation.Listen;
import org.zkoss.zk.ui.sele... | UTF-8 | Java | 1,518 | java | BusquedaTipoPago.java | Java | [] | null | [] | package modmantenimiento.util;
import com.zarcillo.service.TipoCuentaBancariaService;
import javax.naming.NamingException;
import org.zkoss.zk.ui.HtmlMacroComponent;
import org.zkoss.zk.ui.Path;
import org.zkoss.zk.ui.select.SelectorComposer;
import org.zkoss.zk.ui.select.annotation.Listen;
import org.zkoss.zk.ui.sele... | 1,518 | 0.757576 | 0.756917 | 43 | 34.325581 | 23.370346 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581395 | false | false | 1 |
8c7b4c5159a535b2a46f178f390bf9b8f0527d73 | 38,723,425,186,459 | 030b82cf0ed7f341e3464403d44c58ef650f1f96 | /examsys/src/main/java/com/hainan/cs/dao/NewTestDaoImp.java | a7a9062d4e05b8d61648e15402d1f138ea988397 | [] | no_license | ChenJingS/examination_system | https://github.com/ChenJingS/examination_system | 27570e443a3ff601c03f2c9adc351c8db4479e82 | d8b7feb35289f3e7d6fbe3524e00b2cf4b5b0949 | refs/heads/master | 2021-06-10T19:41:28.464000 | 2017-02-18T15:18:47 | 2017-02-18T15:18:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hainan.cs.dao;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import com.hainan.cs.bean.NewTest;
import com.hainan.cs.bean.TestBean;
public class NewTestDaoImp implements NewTestDao {
private SessionFactory sessionfactor... | UTF-8 | Java | 4,228 | java | NewTestDaoImp.java | Java | [] | null | [] | package com.hainan.cs.dao;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import com.hainan.cs.bean.NewTest;
import com.hainan.cs.bean.TestBean;
public class NewTestDaoImp implements NewTestDao {
private SessionFactory sessionfactor... | 4,228 | 0.729186 | 0.729186 | 140 | 28.200001 | 19.769817 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.2 | false | false | 1 |
f593f49e54ec2511b2024796dcd2aa5a90a45e97 | 36,275,293,814,442 | 40cd4da5514eb920e6a6889e82590e48720c3d38 | /desktop/applis/apps/core/common/expressionlanguage/src/main/java/code/expressionlanguage/analyze/AnaApplyCoreMethodUtil.java | b6bab60ea5e2bc5c069555d18611c49b16ce846f | [] | no_license | Cardman/projects | https://github.com/Cardman/projects | 02704237e81868f8cb614abb37468cebb4ef4b31 | 23a9477dd736795c3af10bccccb3cdfa10c8123c | refs/heads/master | 2023-08-17T11:27:41.999000 | 2023-08-15T07:09:28 | 2023-08-15T07:09:28 | 34,724,613 | 4 | 0 | null | false | 2020-10-13T08:08:38 | 2015-04-28T10:39:03 | 2020-10-12T21:02:20 | 2020-10-13T08:08:37 | 44,842 | 1 | 0 | 0 | Java | false | false | package code.expressionlanguage.analyze;
import code.expressionlanguage.Argument;
import code.expressionlanguage.analyze.stds.AnaStdCaller;
import code.expressionlanguage.exec.util.ArgumentListCall;
import code.expressionlanguage.stds.StandardConstructor;
import code.expressionlanguage.stds.StandardMethod;
import code... | UTF-8 | Java | 2,705 | java | AnaApplyCoreMethodUtil.java | Java | [] | null | [] | package code.expressionlanguage.analyze;
import code.expressionlanguage.Argument;
import code.expressionlanguage.analyze.stds.AnaStdCaller;
import code.expressionlanguage.exec.util.ArgumentListCall;
import code.expressionlanguage.stds.StandardConstructor;
import code.expressionlanguage.stds.StandardMethod;
import code... | 2,705 | 0.665434 | 0.665434 | 72 | 36.569443 | 28.896763 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708333 | false | false | 1 |
3e061e1dd06aae7b1831977d67bb1cbf8f34dda5 | 34,720,515,666,984 | f1103f4c1d6df2446aa656dd307ff2a58aee874d | /src/main/java/com/j/utils/GPS.java | f2171e89f9018d3826221083a2452a249f1d9161 | [] | no_license | kwy904/Middleware | https://github.com/kwy904/Middleware | 11fc067444adf59f45469c51ac30af40a0971e3e | a2c7fc8b14c6e6130250d6ed3828ce7e3358b934 | refs/heads/master | 2016-09-09T21:07:38.271000 | 2015-07-02T08:04:04 | 2015-07-02T08:04:04 | 38,419,348 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.j.utils;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.location.Criteria;
import android.location.Location;
import android.location.LocationManager;
import android.provider.Settings;
import android.widget.Toast;
import com.j.log.FLog;... | UTF-8 | Java | 1,663 | java | GPS.java | Java | [] | null | [] | package com.j.utils;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.location.Criteria;
import android.location.Location;
import android.location.LocationManager;
import android.provider.Settings;
import android.widget.Toast;
import com.j.log.FLog;... | 1,663 | 0.755153 | 0.755153 | 48 | 31.354166 | 23.946547 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.895833 | false | false | 1 |
d7e68543ca42c35180be08847deb641fc797a5d1 | 34,720,515,669,794 | 66ee2edf9980ee676e8f483116e95ee321ef64ef | /Proyecto1/src/java/blagtunez/MatrixManager.java | d08121ea623994354ede9615e09cf93ce38e7f53 | [] | no_license | tian2992/blagtunez | https://github.com/tian2992/blagtunez | 50a88cece9a89785321955348a5da257eee1942c | 8db95a77125dad50ff9469cd3919147dba4255bc | refs/heads/master | 2016-09-05T09:02:31.193000 | 2010-03-08T08:10:17 | 2010-03-08T08:10:17 | 33,006,010 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package blagtunez;
/**
* La clase que abstrae la matriz
* @author tian
*/
public class MatrixManager implements java.io.Serializable {
static matriz matrix;
public MatrixManager(){
}
void setup(){
if (matrix == null)
matrix = new matriz();
else
retur... | UTF-8 | Java | 10,330 | java | MatrixManager.java | Java | [
{
"context": "\n\n/**\n * La clase que abstrae la matriz\n * @author tian\n */\npublic class MatrixManager implements java.io",
"end": 73,
"score": 0.8894993662834167,
"start": 69,
"tag": "USERNAME",
"value": "tian"
}
] | null | [] | package blagtunez;
/**
* La clase que abstrae la matriz
* @author tian
*/
public class MatrixManager implements java.io.Serializable {
static matriz matrix;
public MatrixManager(){
}
void setup(){
if (matrix == null)
matrix = new matriz();
else
retur... | 10,330 | 0.564165 | 0.559709 | 349 | 28.584528 | 27.455864 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538682 | false | false | 1 |
9ba53fac9293c90d32e5ddb7ea0bc0302834367d | 37,340,445,698,830 | b094598e9333afc23621a7fd112d6729d7bfbaf3 | /src/main/java/com/druppel/api/model/Measurement.java | 712448bd0dc3ce71f516922a47b76e87b74cb195 | [
"MIT"
] | permissive | De-Druppel/DruppelAPI | https://github.com/De-Druppel/DruppelAPI | 222c57226c0cb0dd895908aa00cc663f31c814ae | 309efb2cf8e8ecc7eb213d24e910bf6decdaf19b | refs/heads/master | 2023-02-02T11:27:28.582000 | 2020-12-17T18:04:25 | 2020-12-17T18:04:25 | 291,798,914 | 1 | 0 | MIT | false | 2020-12-17T18:04:26 | 2020-08-31T18:54:02 | 2020-12-16T21:43:45 | 2020-12-17T18:04:26 | 38,217 | 1 | 0 | 0 | Java | false | false | package com.druppel.api.model;
import javax.persistence.*;
import java.util.Date;
@Entity
@Table(name = "measurement")
public class Measurement {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
@Column(name = "date_created")
private Date date;
@Column(name = "typ... | UTF-8 | Java | 1,139 | java | Measurement.java | Java | [] | null | [] | package com.druppel.api.model;
import javax.persistence.*;
import java.util.Date;
@Entity
@Table(name = "measurement")
public class Measurement {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
@Column(name = "date_created")
private Date date;
@Column(name = "typ... | 1,139 | 0.590869 | 0.590869 | 65 | 16.507692 | 15.23167 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.276923 | false | false | 1 |
2c20c2c0f6f243de358aa1734e4110e625fcdb0a | 37,134,287,267,496 | 703dad4be855a57de562e3ae88a042b80bad9f3d | /app/src/main/java/micro/com/microblog/manager/RxSubscriber.java | c938603002991c26d26356472055501d4248fab2 | [] | no_license | Microhx/MicroBlog | https://github.com/Microhx/MicroBlog | 47ee0f3f519b6d5259c9cfe738e34a65deae1842 | c3ddc57ee89cdccc0a1696aab46635fc00920265 | refs/heads/master | 2021-01-10T23:45:41.766000 | 2016-12-04T04:00:00 | 2016-12-04T04:00:00 | 70,405,841 | 8 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package micro.com.microblog.manager;
import android.app.Activity;
import android.content.Context;
import micro.com.microblog.R;
import micro.com.microblog.utils.DialogUtils;
import micro.com.microblog.utils.LogUtils;
import micro.com.microblog.utils.NetWorkUtils;
import micro.com.microblog.utils.UIUtils;
import rx.Su... | UTF-8 | Java | 2,011 | java | RxSubscriber.java | Java | [
{
"context": "ls.UIUtils;\nimport rx.Subscriber;\n\n/**\n * author : micro_hx\n * desc :\n * email: javainstalling@163.com\n * dat",
"end": 355,
"score": 0.9996440410614014,
"start": 347,
"tag": "USERNAME",
"value": "micro_hx"
},
{
"context": "ber;\n\n/**\n * author : micro_hx\n * de... | null | [] | package micro.com.microblog.manager;
import android.app.Activity;
import android.content.Context;
import micro.com.microblog.R;
import micro.com.microblog.utils.DialogUtils;
import micro.com.microblog.utils.LogUtils;
import micro.com.microblog.utils.NetWorkUtils;
import micro.com.microblog.utils.UIUtils;
import rx.Su... | 1,996 | 0.625062 | 0.617603 | 83 | 23.228916 | 21.555378 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445783 | false | false | 1 |
f678da7aca4704b381cde8fab532d36b9bcbb20f | 36,395,552,907,394 | f5f311a7d010c4ec724d00d9b9ad4fbb7ed5c3d6 | /eclipse代码/elemeServlet/src/bean/Order.java | e67b4e4f8a730fd1011fb0c25a8db00568e48607 | [] | no_license | fenghong97/Green-Hat | https://github.com/fenghong97/Green-Hat | 1c5694daf929b99d947484db1fcc5d14a9897a65 | b8fbf3dbe1e4186be824ea3d50708ee732b1681e | refs/heads/master | 2020-04-25T03:02:46.500000 | 2019-06-16T14:48:21 | 2019-06-16T14:48:21 | 172,462,423 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bean;
import java.sql.ResultSet;
import java.sql.SQLException;
public class Order {
public String go(String username) {
ResultSet rs = null;
Sql sql = new Sql();
sql.link("ysw", "123456", "eleme");
sql.runq
("select ord.O_Id,commodity.Name,commodity.Imagename,ord.Time,ord.U_Id,ord.IfAccept,commodit... | UTF-8 | Java | 1,408 | java | Order.java | Java | [
{
"context": "dity,ord,users \"\n\t\t\t\t+ \"where users.Username =\\\"\"+username+\"\\\" and ord.U_Id=users.U_Id and commodity.C_Id=or",
"end": 416,
"score": 0.936259925365448,
"start": 408,
"tag": "USERNAME",
"value": "username"
},
{
"context": "modity,order,users \"\n\t\t\t\t+ \"w... | null | [] | package bean;
import java.sql.ResultSet;
import java.sql.SQLException;
public class Order {
public String go(String username) {
ResultSet rs = null;
Sql sql = new Sql();
sql.link("ysw", "123456", "eleme");
sql.runq
("select ord.O_Id,commodity.Name,commodity.Imagename,ord.Time,ord.U_Id,ord.IfAccept,commodit... | 1,408 | 0.639205 | 0.634943 | 40 | 34.200001 | 31.212337 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.45 | false | false | 1 |
50eb1d45205a4b51f251149fe5d97e254c667516 | 20,882,131,027,559 | c95ccb221c184c8b226cb49792b17640c9678994 | /app/src/main/java/gst/trainingcourse/quanlikhachsan/model/Floor.java | 0c03a7244ab99c90a943085e97ace5c3acb101d9 | [] | no_license | xuantrung231997/QuanliKhachSan | https://github.com/xuantrung231997/QuanliKhachSan | ac1f6d2dc3810cf447b49ec45fb3319ac6ba26e5 | 592728b36426b5c2357032805ee27998070711bc | refs/heads/master | 2020-12-02T08:45:48.656000 | 2019-12-30T16:31:39 | 2019-12-30T16:31:39 | 230,947,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gst.trainingcourse.quanlikhachsan.model;
public class Floor {
private int mId;
private String mName;
private String mDescription;
public int getId() {
return mId;
}
public void setId(int mId) {
this.mId = mId;
}
public String getName() {
return mName;
... | UTF-8 | Java | 579 | java | Floor.java | Java | [] | null | [] | package gst.trainingcourse.quanlikhachsan.model;
public class Floor {
private int mId;
private String mName;
private String mDescription;
public int getId() {
return mId;
}
public void setId(int mId) {
this.mId = mId;
}
public String getName() {
return mName;
... | 579 | 0.613126 | 0.613126 | 31 | 17.67742 | 15.87123 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322581 | false | false | 1 |
a77b140cc0fe508880a1fc6c9d318822b7142cca | 21,732,534,563,378 | 69ee20ba7471e66ffa42ab5b29472ce7b6c02a52 | /src/main/java/top/godder/homework/service/DiscussionService.java | 08cea1dbf8031b25a259cf9cff070c058067b629 | [] | no_license | WangGodder/Homework-System-V2.1 | https://github.com/WangGodder/Homework-System-V2.1 | 88134071e4cd9a37c3a336e64d97714b1193ee59 | 7643b3ae52abe14cc463c66f67a8c6f8ecd468a0 | refs/heads/master | 2022-06-24T07:49:26.229000 | 2020-05-22T14:34:11 | 2020-05-22T14:34:11 | 185,955,408 | 0 | 0 | null | false | 2022-06-21T01:07:14 | 2019-05-10T09:00:39 | 2020-05-22T14:34:20 | 2022-06-21T01:07:11 | 28,917 | 0 | 0 | 2 | Java | false | false | package top.godder.homework.service;
import top.godder.homework.domain.Discussion;
import top.godder.homework.domain.Student;
/**
* @author: godder
* @date: 2019/5/8
*/
public interface DiscussionService {
Student getStudent(Discussion discussion);
boolean createDiscussion(Discussion discussion);
}
| UTF-8 | Java | 314 | java | DiscussionService.java | Java | [
{
"context": "p.godder.homework.domain.Student;\n\n/**\n * @author: godder\n * @date: 2019/5/8\n */\npublic interface Discussio",
"end": 150,
"score": 0.9996205568313599,
"start": 144,
"tag": "USERNAME",
"value": "godder"
}
] | null | [] | package top.godder.homework.service;
import top.godder.homework.domain.Discussion;
import top.godder.homework.domain.Student;
/**
* @author: godder
* @date: 2019/5/8
*/
public interface DiscussionService {
Student getStudent(Discussion discussion);
boolean createDiscussion(Discussion discussion);
}
| 314 | 0.764331 | 0.745223 | 14 | 21.428572 | 19.71118 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 1 |
a8c4c8b5dee10e602e9b4652bfc38b82ffbacaf4 | 18,081,812,356,915 | b90244e8d0f7bc182cb4eebf8e743b274322cc78 | /src/main/java/uk/ac/ebi/lipidhome/service/result/model/IsomerSummary.java | af12eaddfdb16249a30a8577f1577f5984de0175 | [] | no_license | EBI-Metabolights/lipidhome-web | https://github.com/EBI-Metabolights/lipidhome-web | 8182782cdeb65bf66cfeb9d4893e61918abd9f5c | d2924175b9f1c141ea517ce982c0b21f85277963 | refs/heads/master | 2022-08-04T08:39:49.317000 | 2021-01-15T07:28:06 | 2021-01-15T07:28:06 | 52,377,277 | 1 | 3 | null | false | 2022-06-29T16:43:56 | 2016-02-23T17:19:38 | 2021-01-15T07:28:09 | 2022-06-29T16:43:54 | 34,457 | 1 | 3 | 4 | JavaScript | false | false | package uk.ac.ebi.lipidhome.service.result.model;
import uk.ac.ebi.lipidhome.core.model.CrossReference;
import uk.ac.ebi.lipidhome.core.model.Isomer;
import uk.ac.ebi.lipidhome.core.model.Paper;
import java.util.ArrayList;
import java.util.List;
/**
* @author Antonio Fabregat <fabregat@ebi.ac.uk>
*/
public class I... | UTF-8 | Java | 1,578 | java | IsomerSummary.java | Java | [
{
"context": ".ArrayList;\nimport java.util.List;\n\n/**\n * @author Antonio Fabregat <fabregat@ebi.ac.uk>\n */\npublic class IsomerSumma",
"end": 280,
"score": 0.999880313873291,
"start": 264,
"tag": "NAME",
"value": "Antonio Fabregat"
},
{
"context": "java.util.List;\n\n/**\n * @au... | null | [] | package uk.ac.ebi.lipidhome.service.result.model;
import uk.ac.ebi.lipidhome.core.model.CrossReference;
import uk.ac.ebi.lipidhome.core.model.Isomer;
import uk.ac.ebi.lipidhome.core.model.Paper;
import java.util.ArrayList;
import java.util.List;
/**
* @author <NAME> <<EMAIL>>
*/
public class IsomerSummary extends ... | 1,557 | 0.659696 | 0.659696 | 71 | 21.225351 | 19.967012 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352113 | false | false | 1 |
42073a272db89f93b6f5f4b15ac494e8a07efc81 | 18,081,812,355,010 | d9281aa8c5679e618fefcf23e03122224937e4d1 | /src/main/java/it/polito/tdp/quadrato/model/RisolviQuadrato.java | 87464c20a3aa12f622d75a0432c0b1e7e803fb3b | [] | no_license | MartaProla/QuadratoMagico | https://github.com/MartaProla/QuadratoMagico | 870e8ebf6fc8b6df83b4cc5357600c62b5933111 | e4f599e7c6efce086f9cbe9d0e28ac707f76f056 | refs/heads/master | 2022-11-06T20:36:33.744000 | 2020-07-07T13:27:52 | 2020-07-07T13:27:52 | 277,812,931 | 0 | 0 | null | true | 2020-07-07T12:40:36 | 2020-07-07T12:40:35 | 2020-04-16T17:46:04 | 2020-04-16T17:39:50 | 8 | 0 | 0 | 0 | null | false | false | package it.polito.tdp.quadrato.model;
import java.util.ArrayList;
import java.util.List;
public class RisolviQuadrato {
private int N ; // lato del quadrato
private int N2 ; // numero di caselle (N^2)
private int magica ; // costante magica
private List<List<Integer>>soluzioni;
public RisolviQuadrato(int... | UTF-8 | Java | 2,806 | java | RisolviQuadrato.java | Java | [] | null | [] | package it.polito.tdp.quadrato.model;
import java.util.ArrayList;
import java.util.List;
public class RisolviQuadrato {
private int N ; // lato del quadrato
private int N2 ; // numero di caselle (N^2)
private int magica ; // costante magica
private List<List<Integer>>soluzioni;
public RisolviQuadrato(int... | 2,806 | 0.647877 | 0.637888 | 118 | 22.754238 | 20.005482 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.525424 | false | false | 1 |
25ee0127c581affe965126ccde1733f84a634583 | 14,130,442,446,846 | ca68103108124e16b1d62309cf5fb87f2849622a | /201712/study/src/main/java/study/produceconsumer/StorageWithReentrantLock.java | 81dc327321867370ffe04cbc3a69664b25006e46 | [] | no_license | clairewu2017/java_demo | https://github.com/clairewu2017/java_demo | 28cb5529b27da71d4d7532c14e7142c2c3ddf1d0 | 7115cd5091d3220495ee4d9dca729da87fca3349 | refs/heads/master | 2021-09-05T09:26:18.723000 | 2018-01-26T02:25:47 | 2018-01-26T02:25:47 | 115,076,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package study.produceconsumer;
import java.util.LinkedList;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.ReentrantLock;
/**
* Created by chunmei on 12/28/2017.
*/
public class StorageWithReentrantLock {
private LinkedList<Object> list = new LinkedList<Object>();
... | UTF-8 | Java | 1,280 | java | StorageWithReentrantLock.java | Java | [
{
"context": "current.locks.ReentrantLock;\r\n\r\n/**\r\n * Created by chunmei on 12/28/2017.\r\n */\r\npublic class StorageWithReen",
"end": 188,
"score": 0.9996545314788818,
"start": 181,
"tag": "USERNAME",
"value": "chunmei"
}
] | null | [] | package study.produceconsumer;
import java.util.LinkedList;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.ReentrantLock;
/**
* Created by chunmei on 12/28/2017.
*/
public class StorageWithReentrantLock {
private LinkedList<Object> list = new LinkedList<Object>();
... | 1,280 | 0.532812 | 0.522656 | 52 | 22.615385 | 19.110161 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480769 | false | false | 1 |
0cb37ccaca05dea2c770157d558f1937654f2386 | 1,125,281,469,457 | c161b47c9bf8fb1b526a6e6b623da917685144da | /src/se/lth/cs/trajgen/CartesianSystem.java | 52df43e2b13a6b515fec73400010327cdcb8f800 | [] | no_license | RTSYork/flexpicker-rtsj | https://github.com/RTSYork/flexpicker-rtsj | c181989480c7eded1bb76facb0fc0cb4d5cd2465 | 176d264281e704d15ecc6c8a2da868b9f9d608e1 | refs/heads/master | 2019-01-14T05:33:15.497000 | 2013-05-10T13:59:43 | 2013-05-10T13:59:43 | 73,935,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* CartesianSystem.java
*
* Created on den 23 april 2007, 21:12
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package se.lth.cs.trajgen;
/**
*
* @author mathias
*/
public class CartesianSystem {
/** Creates a new instance o... | UTF-8 | Java | 2,642 | java | CartesianSystem.java | Java | [
{
"context": "\npackage se.lth.cs.trajgen;\r\n\r\n/**\r\n *\r\n * @author mathias\r\n */\r\npublic class CartesianSystem {\r\n \r\n /",
"end": 243,
"score": 0.9640315771102905,
"start": 236,
"tag": "USERNAME",
"value": "mathias"
}
] | null | [] | /*
* CartesianSystem.java
*
* Created on den 23 april 2007, 21:12
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package se.lth.cs.trajgen;
/**
*
* @author mathias
*/
public class CartesianSystem {
/** Creates a new instance o... | 2,642 | 0.488645 | 0.484103 | 92 | 26.717392 | 17.082489 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641304 | false | false | 1 |
8eaa3eb4634f450109dbddc0064e65382be48b59 | 2,095,944,099,803 | 0427519685c949ddf0e6b7c37f5440b8f3510a57 | /src/main/java/juuxel/thisandthat/mixin/client/WorldMixin.java | 04b0df6eeb6154e0351364ef7bb5c76ea4edeace | [
"MIT"
] | permissive | immortalcatz/ThisAndThat | https://github.com/immortalcatz/ThisAndThat | 44e9eb287e6cfcbc6ab0624c25ae4c97db3cd9e7 | b58fbfc4d20f2363ef4cb0de73546659ff44b77f | refs/heads/master | 2020-05-02T11:38:49.736000 | 2019-02-09T11:46:19 | 2019-02-09T11:46:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* This file is a part of the This & That project
* by Juuxel, licensed under the MIT license.
* Full code and license: https://github.com/Juuxel/ThisAndThat
*/
package juuxel.thisandthat.mixin.client;
import juuxel.thisandthat.lib.ModConfig;
import juuxel.thisandthat.util.CloudColorMode;
import net.minecraft.util.... | UTF-8 | Java | 1,684 | java | WorldMixin.java | Java | [
{
"context": "is file is a part of the This & That project\n * by Juuxel, licensed under the MIT license.\n * Full cod",
"end": 57,
"score": 0.7491092085838318,
"start": 56,
"tag": "USERNAME",
"value": "J"
},
{
"context": " file is a part of the This & That project\n * by Juuxel, lic... | null | [] | /* This file is a part of the This & That project
* by Juuxel, licensed under the MIT license.
* Full code and license: https://github.com/Juuxel/ThisAndThat
*/
package juuxel.thisandthat.mixin.client;
import juuxel.thisandthat.lib.ModConfig;
import juuxel.thisandthat.util.CloudColorMode;
import net.minecraft.util.... | 1,684 | 0.684085 | 0.673397 | 38 | 43.315788 | 26.466568 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.894737 | false | false | 1 |
56166258588552c8b717a723cbb942cbb626dad6 | 30,803,505,491,078 | b6b3ca8229fc9aa228c75f080ec46bb63b7a3f51 | /apps/owl/src/java/org/hypergraphdb/app/owl/versioning/distributed/ClientCentralizedOntology.java | 9e133c4081796ba08ff6e247b869aa5a3ab1a896 | [] | no_license | xingh/hypergraphdb | https://github.com/xingh/hypergraphdb | 533229be26323d693c84268cfc92f0ece0f0abd7 | e8ae87743a916d90d039fcefe393824dee13ed9c | refs/heads/master | 2019-01-02T04:02:06.217000 | 2015-03-20T03:06:36 | 2015-03-20T03:06:36 | 32,645,146 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.hypergraphdb.app.owl.versioning.distributed;
import org.hypergraphdb.HGHandle;
import org.hypergraphdb.peer.HGPeerIdentity;
/**
* ClientCentralizedOntology.
*
* @author Thomas Hilpold (CIAO/Miami-Dade County)
* @created Aug 23, 2012
*/
public class ClientCentralizedOntology extends Distri... | UTF-8 | Java | 1,052 | java | ClientCentralizedOntology.java | Java | [
{
"context": "**\r\n * ClientCentralizedOntology.\r\n * \r\n * @author Thomas Hilpold (CIAO/Miami-Dade County)\r\n * @created Aug 23, 201",
"end": 209,
"score": 0.9998796582221985,
"start": 195,
"tag": "NAME",
"value": "Thomas Hilpold"
}
] | null | [] | package org.hypergraphdb.app.owl.versioning.distributed;
import org.hypergraphdb.HGHandle;
import org.hypergraphdb.peer.HGPeerIdentity;
/**
* ClientCentralizedOntology.
*
* @author <NAME> (CIAO/Miami-Dade County)
* @created Aug 23, 2012
*/
public class ClientCentralizedOntology extends DistributedOnt... | 1,044 | 0.704373 | 0.698669 | 52 | 18.23077 | 23.17709 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 1 |
15aec3ebdac7c292797e9396ba53b96653aebc50 | 17,832,704,250,916 | 538adfb2f148a5f399e6308a042cf99daff4521c | /app/src/main/java/com/daniel/ottograf/services/OttografQSTileService.java | 1be5599759a73333874185d258b39fcd1743dc1c | [] | no_license | Daninator1/Ottograf | https://github.com/Daninator1/Ottograf | d09052731d8a073f9c8a6810b115bf2137880160 | 654711086cefea90a78b89c8749a1035674be573 | refs/heads/master | 2018-02-07T17:51:31.919000 | 2018-02-05T16:28:31 | 2018-02-05T16:28:31 | 95,960,854 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.daniel.ottograf.services;
import android.annotation.TargetApi;
import android.media.MediaPlayer;
import android.service.quicksettings.TileService;
import com.daniel.ottograf.R;
@TargetApi(24)
public class OttografQSTileService extends TileService {
@Override
public void onClick() {
Medi... | UTF-8 | Java | 757 | java | OttografQSTileService.java | Java | [] | null | [] | package com.daniel.ottograf.services;
import android.annotation.TargetApi;
import android.media.MediaPlayer;
import android.service.quicksettings.TileService;
import com.daniel.ottograf.R;
@TargetApi(24)
public class OttografQSTileService extends TileService {
@Override
public void onClick() {
Medi... | 757 | 0.715984 | 0.712021 | 26 | 28.115385 | 27.759027 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 1 |
f7fa78e4cf9171ef6d08a2320c01e4b4a9eb08e3 | 25,220,048,029,374 | 7b030039b1b2b68515c0bd82e2a7938a5a551588 | /app/src/main/java/com/example/softwarepatternsca2/AdminFeatures/WelcomeAdmin.java | e700928b336d8e46a085006cfb375b00369a6ac8 | [] | no_license | adamd500/SoftwarePatternsCA2 | https://github.com/adamd500/SoftwarePatternsCA2 | 1bdf5cc04a6673d2fac3913ec87ab8f26ee2642a | 777fbc186c5bbdbf122e7aad8f46ff8d4c7b4cf1 | refs/heads/master | 2023-04-08T01:15:36.707000 | 2021-04-18T19:08:33 | 2021-04-18T19:08:33 | 351,845,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.softwarepatternsca2.AdminFeatures;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.example.softwarepatternsca2.R;
public class WelcomeAdmin extends AppCompatActivity {
@Override
protected void... | UTF-8 | Java | 952 | java | WelcomeAdmin.java | Java | [] | null | [] | package com.example.softwarepatternsca2.AdminFeatures;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import com.example.softwarepatternsca2.R;
public class WelcomeAdmin extends AppCompatActivity {
@Override
protected void... | 952 | 0.732143 | 0.728992 | 33 | 27.878788 | 25.767912 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 1 |
abf69bb367948b3576e16c4a8a68eb6048f4867f | 36,928,128,853,259 | 95e00656ad8d5897f4d94ee066fb5966ba9ab77d | /UI Prototypes/ColorPicker/ColorPicker.java | 11ea95ebbb06bad25de2236aeec59036d4670c01 | [] | no_license | avalon-dev-j120/lab-3-AntNaz | https://github.com/avalon-dev-j120/lab-3-AntNaz | ee57ea40663625aa473a6b6b7c739f5a187b9d00 | 537ab63468159f2ee0c3d07116fb7de97f06b53b | refs/heads/master | 2020-09-21T19:17:59.207000 | 2019-12-27T16:30:20 | 2019-12-27T16:30:20 | 224,896,787 | 0 | 0 | null | false | 2019-12-27T16:30:22 | 2019-11-29T17:27:09 | 2019-12-07T15:07:33 | 2019-12-27T16:30:21 | 122 | 0 | 0 | 0 | Java | false | false |
package ColorPicker;
import java.awt.*;
import static java.awt.BorderLayout.*;
import java.awt.datatransfer.Clipboard;
import java.awt.datatransfer.StringSelection;
import javax.swing.*;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
public class ColorPicker extends JFrame ... | UTF-8 | Java | 4,603 | java | ColorPicker.java | Java | [] | null | [] |
package ColorPicker;
import java.awt.*;
import static java.awt.BorderLayout.*;
import java.awt.datatransfer.Clipboard;
import java.awt.datatransfer.StringSelection;
import javax.swing.*;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
public class ColorPicker extends JFrame ... | 4,603 | 0.617858 | 0.598957 | 112 | 39.080357 | 18.719326 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.008929 | false | false | 1 |
4a2c4240ba3084dc9a6718e2aafa81cd104c0fca | 38,250,978,767,535 | ccb9dc8450af48aa38f29b3386d8f3e84e264020 | /weatherSystem/src/main/java/com/kycoo/persistence/WeatherDao.java | 282a84ca7683c96253bcc62202e20e3c932f574c | [] | no_license | kycoo/kycoo | https://github.com/kycoo/kycoo | 15771c2d533b36ab4ad665f3bf1d281bc946f88a | 9184a7a5d57d34b2d68f7eef5c196f143b38292f | refs/heads/master | 2021-01-25T01:16:07.370000 | 2017-06-25T07:42:38 | 2017-06-25T07:42:38 | 94,743,462 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kycoo.persistence;
import java.util.Date;
import java.util.List;
import com.kycoo.domain.City;
import com.kycoo.domain.Weather;
public interface WeatherDao extends BaseDao<Weather, Integer> {
List<Weather> getWeather(City city,Date date,boolean isDay,int count);
}
| UTF-8 | Java | 282 | java | WeatherDao.java | Java | [] | null | [] | package com.kycoo.persistence;
import java.util.Date;
import java.util.List;
import com.kycoo.domain.City;
import com.kycoo.domain.Weather;
public interface WeatherDao extends BaseDao<Weather, Integer> {
List<Weather> getWeather(City city,Date date,boolean isDay,int count);
}
| 282 | 0.79078 | 0.79078 | 12 | 22.5 | 23.57435 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 1 |
ca1d1b7f070798fb3bf53a48a7b514f131cc640d | 34,608,846,528,049 | a96f5db76b23175170ef26ade3974d0bee8cee72 | /xinqushi-common/src/main/java/com/xinqushi/entity/Admin.java | 281020ed9b4e060f83fbded37e040ae58121541a | [] | no_license | chuanSir123/member | https://github.com/chuanSir123/member | 6e930af48e65692371d112ccefd96701ddcbe950 | 8ca0b5212f866147da3b02fc7c937edf92704505 | refs/heads/master | 2021-01-25T13:11:04.571000 | 2018-03-02T11:42:56 | 2018-03-02T11:42:56 | 123,536,076 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xinqushi.entity;
public class Admin {
private Integer id;
private String name;
private String pwd;
private String salt;
private Integer authority;
private String realname;
private Integer cauthority;
private String phone;
public Integer getId()... | UTF-8 | Java | 1,630 | java | Admin.java | Java | [] | null | [] | package com.xinqushi.entity;
public class Admin {
private Integer id;
private String name;
private String pwd;
private String salt;
private Integer authority;
private String realname;
private Integer cauthority;
private String phone;
public Integer getId()... | 1,630 | 0.554601 | 0.554601 | 83 | 17.662651 | 17.676666 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.301205 | false | false | 1 |
2252452eb5a15ac4f9b9e28fab0cc6e928c9be73 | 35,356,170,831,696 | 4cc1e4d1a371252634ac7de9eb4fae16634958c0 | /src/main/java/com/fennec/gestioncinema/service/cinemaInitServiceImp.java | 3ecfc981761c8fe108edcd3a347172fc3fdff16e | [] | no_license | houcine95/gestioncinema | https://github.com/houcine95/gestioncinema | 4c65e66babbb0b51bc2dccde45e9f987a51276cf | 0a4b2eeb4b81d3cf87a41238c318fe8ceffa4ea8 | refs/heads/master | 2022-07-10T04:03:20.111000 | 2020-05-12T16:58:01 | 2020-05-12T16:58:01 | 263,095,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fennec.gestioncinema.service;
import com.fennec.gestioncinema.dao.*;
import com.fennec.gestioncinema.entities.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import java.util.Date;
import java.util.stream.Stream;
//@Bean
public class c... | UTF-8 | Java | 3,989 | java | cinemaInitServiceImp.java | Java | [
{
"context": " f1.setDuree(2.32);\n f1.setRealisateur(\"Christopher Nolan\");\n f1.setTitre(\"Dark Knight\");\n fi",
"end": 1788,
"score": 0.9998696446418762,
"start": 1771,
"tag": "NAME",
"value": "Christopher Nolan"
},
{
"context": "cket = new Ticket();\n ... | null | [] | package com.fennec.gestioncinema.service;
import com.fennec.gestioncinema.dao.*;
import com.fennec.gestioncinema.entities.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import java.util.Date;
import java.util.stream.Stream;
//@Bean
public class c... | 3,967 | 0.61444 | 0.604914 | 132 | 29.219696 | 19.401779 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 1 |
b2ec6cc800bd0318c88c98f0573123b983a1966b | 8,211,977,474,121 | c019fcfdc9d44ac35840c7edaa141677e5aedeb1 | /Dominio/src/dominio/Cliente.java | 406be761a93abc00e94fa11e58d0ee890010ffe7 | [] | no_license | Skye41/projetolivros | https://github.com/Skye41/projetolivros | a0d4546eb9cff4ce7985cfb7a06d738a3e6eb83c | 3be7d7208571d1677a370bcb44ab9a71ac65c970 | refs/heads/master | 2020-03-23T04:19:51.332000 | 2018-07-16T02:27:47 | 2018-07-16T02:27:47 | 141,070,804 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dominio;
import java.util.Date;
import java.util.List;
public class Cliente extends EntidadeDominio
{
private boolean status;
private List<Endereco> enderecos;
private List<Cartao> cartoes;
private Usuario usuario;
private Genero genero;
private String nome;
private Date dtNascimen... | UTF-8 | Java | 2,532 | java | Cliente.java | Java | [] | null | [] | package dominio;
import java.util.Date;
import java.util.List;
public class Cliente extends EntidadeDominio
{
private boolean status;
private List<Endereco> enderecos;
private List<Cartao> cartoes;
private Usuario usuario;
private Genero genero;
private String nome;
private Date dtNascimen... | 2,532 | 0.594392 | 0.594392 | 128 | 18.78125 | 14.812335 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 1 |
692df2f891f1c18eba38f98c24331c37d6bebeb9 | 9,698,036,175,505 | 4d9c11e6d569010159c7da225a47c282260e6310 | /service-management-front/src/main/java/fr/orange/ddr/sympa/controllers/NameNodeController.java | bc745ebcc698a47dd1535cb565d896cee2980bc5 | [] | no_license | Zouhairhajji/hypervision-bigdata | https://github.com/Zouhairhajji/hypervision-bigdata | 0c37c696ced3d98455fe67e3ba894541e8fad6a2 | 87e72120937effe61f3569d550abb1ecb2305b03 | refs/heads/master | 2020-03-29T05:39:01.712000 | 2018-09-13T14:01:25 | 2018-09-13T14:01:25 | 136,483,459 | 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 fr.orange.ddr.sympa.controllers;
import com.fasterxml.jackson.core.type.TypeReference;
import com.jcraft.jsch.JSchExce... | UTF-8 | Java | 3,101 | java | NameNodeController.java | Java | [
{
"context": "t org.xml.sax.SAXException;\r\n\r\n/**\r\n *\r\n * @author fqlh0717\r\n */\r\n@Controller\r\n@RequestMapping(\"namenode\")\r\np",
"end": 1149,
"score": 0.999620258808136,
"start": 1141,
"tag": "USERNAME",
"value": "fqlh0717"
}
] | 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 fr.orange.ddr.sympa.controllers;
import com.fasterxml.jackson.core.type.TypeReference;
import com.jcraft.jsch.JSchExce... | 3,101 | 0.724839 | 0.723226 | 81 | 36.271606 | 36.794731 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679012 | false | false | 1 |
fea38e3e976abc0a2bd2a73b0795eb7de9612968 | 1,735,166,839,804 | 1ce1fc7b663e6949e77888e2c8894d5b1471962f | /Restore IP Addresses.java | 516574a8a772f61108d7e1c662b12f2cb0354741 | [] | no_license | Onewayr9/Leetcode | https://github.com/Onewayr9/Leetcode | ed148f72f2e5b7e9a0aeeec1eeb895b89bb29866 | 97c7b4781f295c5a4752fdc9086192d64ec72ed5 | refs/heads/master | 2016-09-02T02:07:45.208000 | 2016-01-26T22:59:18 | 2016-01-26T22:59:18 | 40,700,950 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Solution {
public List<String> restoreIpAddresses(String s) {
List<String> ans = new ArrayList<String>();
String IP = "";
backtracking(0,s,IP,ans);
return ans;
}
public boolean backtracking(int layer, String sub, String IP, List<String> tempans){
if(layer... | UTF-8 | Java | 1,520 | java | Restore IP Addresses.java | Java | [] | null | [] | public class Solution {
public List<String> restoreIpAddresses(String s) {
List<String> ans = new ArrayList<String>();
String IP = "";
backtracking(0,s,IP,ans);
return ans;
}
public boolean backtracking(int layer, String sub, String IP, List<String> tempans){
if(layer... | 1,520 | 0.45 | 0.426316 | 42 | 35.214287 | 25.461021 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.904762 | false | false | 1 |
c6522ccefbbc74750323f649659b6c339db49273 | 24,223,615,580,924 | e7340b19ff001016f486183271c4baeeb3bc081a | /src/main/java/com/nachiket/vo/ResponseVO.java | 4c07cffd9b560c40629c0fab499b992d5e85c8ae | [] | no_license | Nachiketsingh90/batch-service | https://github.com/Nachiketsingh90/batch-service | 4679e0e1bfc386cd5bc3468d18c761a8936d2f7e | 2ce73eb1ab52ee6b8369889a36df3a128bf8a332 | refs/heads/main | 2023-06-06T21:06:49.884000 | 2021-06-28T08:42:20 | 2021-06-28T08:42:20 | 380,963,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.nachiket.vo;
import com.nachiket.model.Batch;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Data
@AllArgsConstructor
@NoArgsConstructor
@Setter
@Getter
public class ResponseVO {
private Batch batch;
private Fac... | UTF-8 | Java | 337 | java | ResponseVO.java | Java | [] | null | [] |
package com.nachiket.vo;
import com.nachiket.model.Batch;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Data
@AllArgsConstructor
@NoArgsConstructor
@Setter
@Getter
public class ResponseVO {
private Batch batch;
private Fac... | 337 | 0.795252 | 0.795252 | 26 | 11.923077 | 12.025368 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 1 |
66dc8ed85743a52cd38959c8bbdb1bb437f95da3 | 24,446,953,877,880 | 5d17886fe46d075a6db402373c94a7957544d535 | /Course 5 Recommendation System/MovieRunnerAverage.java | ba8c9caa4e0218730e6c4977947f504eb3960865 | [] | no_license | nigel-f-wilson/movieRecommendationEngine | https://github.com/nigel-f-wilson/movieRecommendationEngine | 6b1fa2157ae472fcbdada06ccdf3378eb134bc17 | e5ea95a5bf8a382e872cf074c33feb5adecaddda | refs/heads/master | 2022-06-16T22:02:05.216000 | 2019-10-14T18:17:13 | 2019-10-14T18:17:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
* Write a description of MovieRunnerAverage here.
*
* @author (your name)
* @version (a version number or a date)
*/
import java.util.Collections;
import java.util.ArrayList;
public class MovieRunnerAverage {
public void printAverageRatings() throws java.io.IOException {
/*
* TEST FIL... | UTF-8 | Java | 2,468 | java | MovieRunnerAverage.java | Java | [] | null | [] |
/**
* Write a description of MovieRunnerAverage here.
*
* @author (your name)
* @version (a version number or a date)
*/
import java.util.Collections;
import java.util.ArrayList;
public class MovieRunnerAverage {
public void printAverageRatings() throws java.io.IOException {
/*
* TEST FIL... | 2,468 | 0.602273 | 0.597403 | 61 | 39.377048 | 34.337364 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540984 | false | false | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.