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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
11299f94ddb02620c3ee92add92fcf711a7a4bb1 | 3,298,534,897,974 | 8335ba909c2f741e29c67c19da12a9d1f7f5abb8 | /src/main/java/com/arde/media/rmp/impl/PlayListStatus.java | 812bb451941fc52a0494f101469b08609cc21bdb | [] | no_license | arun-deva/rmp | https://github.com/arun-deva/rmp | 718c843b36f4bc6036fc7b62e337b3c55e956ae4 | ff223f99cfe4db64c454bd8e3550f0f52a2dc764 | refs/heads/master | 2021-01-10T13:55:20.362000 | 2016-02-28T04:01:12 | 2017-12-30T23:55:03 | 51,671,395 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.arde.media.rmp.impl;
import com.arde.media.common.Song;
public class PlayListStatus {
private long nowPlayingChangedMillis;
private long playListChangedMillis;
private Song nowPlayingSong;
public long getNowPlayingChangedMillis() {
return nowPlayingChangedMillis;
}
public void setNowPlayingChang... | UTF-8 | Java | 787 | java | PlayListStatus.java | Java | [] | null | [] | package com.arde.media.rmp.impl;
import com.arde.media.common.Song;
public class PlayListStatus {
private long nowPlayingChangedMillis;
private long playListChangedMillis;
private Song nowPlayingSong;
public long getNowPlayingChangedMillis() {
return nowPlayingChangedMillis;
}
public void setNowPlayingChang... | 787 | 0.810673 | 0.810673 | 29 | 26.137932 | 22.007402 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.344828 | false | false | 6 |
a0dd06555ae1522489d30c4da7489fc6d370e7a1 | 32,392,643,363,629 | a964b141caa940f0f7625af721ce328118c55ded | /algorithms/java/src/permutationSequence/Solution.java | 31fd139d62e42bd3f8099fd875c043adda10887a | [] | no_license | pointer95/leetcode | https://github.com/pointer95/leetcode | b74425b5f4e9096abbf6c7b8917ef5fd4418bb76 | 0d4ed9bbd228662124dbc000a1a338a949315aff | refs/heads/master | 2022-04-01T13:42:03.989000 | 2020-07-13T07:07:00 | 2020-07-13T07:07:00 | 198,643,005 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package permutationSequence;
import java.util.ArrayList;
import java.util.List;
/**
* @author: pointer
* @date: Created on 2019/12/10
*/
class Solution {
private int[] factorial = {1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880};
public String getPermutation(int n, int k) {
int[] nums = new int[n]... | UTF-8 | Java | 1,433 | java | Solution.java | Java | [
{
"context": "ArrayList;\nimport java.util.List;\n\n/**\n * @author: pointer\n * @date: Created on 2019/12/10\n */\nclass Solutio",
"end": 105,
"score": 0.9365476965904236,
"start": 98,
"tag": "USERNAME",
"value": "pointer"
}
] | null | [] | package permutationSequence;
import java.util.ArrayList;
import java.util.List;
/**
* @author: pointer
* @date: Created on 2019/12/10
*/
class Solution {
private int[] factorial = {1, 1, 2, 6, 24, 120, 720, 5040, 40320, 362880};
public String getPermutation(int n, int k) {
int[] nums = new int[n]... | 1,433 | 0.46127 | 0.432659 | 50 | 27.66 | 20.623878 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 6 |
17b1fcf4c9c135abc8ccb5ded9a826d3784ec827 | 18,021,682,788,569 | 156bb2c459a19a24201181eb804a34085e9712b3 | /app/src/main/java/com/example/lab4_participation_t32/Star.java | ba4d6ea85c24af6533bcdb957a5e8ec2e15f8306 | [
"Apache-2.0"
] | permissive | CMPUT301F20T32/Lab4-Participation-T32 | https://github.com/CMPUT301F20T32/Lab4-Participation-T32 | 260b2a24e277f29e3ca1474e7c5a2c782ddde8f8 | 158748079df26c99326aaae987aa9aa9b1a49f08 | refs/heads/main | 2022-12-30T03:07:53 | 2020-10-05T23:11:44 | 2020-10-05T23:11:44 | 301,239,686 | 0 | 0 | null | false | 2020-10-05T21:34:55 | 2020-10-04T22:26:37 | 2020-10-05T21:23:48 | 2020-10-05T21:34:54 | 155 | 0 | 0 | 0 | Java | false | false | package com.example.lab4_participation_t32;
public class Star extends Shape{
public Star(int x, int y) {
super(x, y);
}
}
| UTF-8 | Java | 140 | java | Star.java | Java | [] | null | [] | package com.example.lab4_participation_t32;
public class Star extends Shape{
public Star(int x, int y) {
super(x, y);
}
}
| 140 | 0.635714 | 0.614286 | 8 | 16.5 | 16.132265 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 6 |
26a644143f26492eb2c261ac1fe8d02282dfaf87 | 18,021,682,788,827 | fc18ef34161f34321c3225ad0972b178b6f05a48 | /src/main/java/com/micda/g2/searchengine/rest/IPersonApi.java | cf6947fe8d9f033615614e30a104ba96ecaea4b2 | [
"MIT"
] | permissive | gouzal/search-engine_back | https://github.com/gouzal/search-engine_back | 8945515bf87dc66141404971520ee1de4eacdb6b | fc2e31cb93cf3dda3bc1c8eb0b1d8b6f10729bb7 | refs/heads/master | 2020-04-20T12:23:30.903000 | 2019-07-10T22:42:58 | 2019-07-10T22:42:58 | 168,842,075 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.micda.g2.searchengine.rest;
import org.springframework.web.bind.annotation.RestController;
import com.micda.g2.searchengine.model.Person;
@RestController
public interface IPersonApi extends IEntityApi<Person> {
}
| UTF-8 | Java | 239 | java | IPersonApi.java | Java | [] | null | [] | package com.micda.g2.searchengine.rest;
import org.springframework.web.bind.annotation.RestController;
import com.micda.g2.searchengine.model.Person;
@RestController
public interface IPersonApi extends IEntityApi<Person> {
}
| 239 | 0.790795 | 0.782427 | 10 | 21.9 | 24.590445 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 6 |
b866901a3b5fab5f161d33dbe0268d205865fd6b | 19,378,892,483,933 | a671f99c1ac2e4582725889dfdcf8075fcc9dbcb | /member-parent/member-authentication-consumer/src/main/java/com/example/handler/PortalHandler.java | c9875bb087c279dffbfd9ef13b74b63246fe9008 | [] | no_license | LDXu/crowfunding | https://github.com/LDXu/crowfunding | 90ea5a1e7fb2d5b4f67a8ca656021b21b52cc6b5 | b18403a709f37830613ef0c9eeac280f8df3676a | refs/heads/master | 2023-05-27T13:12:53.065000 | 2020-06-29T06:12:41 | 2020-06-29T06:12:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.handler;
import com.example.api.MySQLRemoteService;
import com.example.constant.Constant;
import com.example.entity.vo.PortalTypeVO;
import com.example.util.ResultEntity;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.spri... | UTF-8 | Java | 1,051 | java | PortalHandler.java | Java | [
{
"context": "stMapping;\n\nimport java.util.List;\n\n/**\n * @Author Administrator\n * @Date 2020/5/19\n */\n@Controller\npublic class P",
"end": 458,
"score": 0.6065917015075684,
"start": 445,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.example.handler;
import com.example.api.MySQLRemoteService;
import com.example.constant.Constant;
import com.example.entity.vo.PortalTypeVO;
import com.example.util.ResultEntity;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.spri... | 1,051 | 0.745005 | 0.738344 | 34 | 29.911764 | 25.384535 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
28b5551c8e027c91758b38dc3b1d0aec754462cb | 31,224,412,281,661 | bda207b0ef0ef57e1f01f6e0c94575c813002a1b | /src/main/java/com/barber/controller/BodegaSesion.java | 8867e9a9675a450cdc8fa7c392159bff5a7f800a | [] | no_license | Maurocreew/UrbanBarberShop | https://github.com/Maurocreew/UrbanBarberShop | db9aadfacaaae6676d9f68fad87d987e4c5b26f9 | 65cab0f4943b23876627662b83df63b652986089 | refs/heads/master | 2023-08-15T16:04:46.982000 | 2021-09-11T16:02:06 | 2021-09-11T16:02:06 | 405,416,785 | 0 | 0 | null | true | 2021-09-11T15:39:13 | 2021-09-11T15:39:13 | 2021-08-21T02:40:17 | 2021-09-11T00:30:54 | 92,110 | 0 | 0 | 0 | null | false | false | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.barber.controller;
import com.barber.EJB.BodegaFacadeLocal;
import com.barber.model.Bodega;
import java.io.Serializable;
i... | UTF-8 | Java | 3,446 | java | BodegaSesion.java | Java | [
{
"context": "port org.primefaces.PrimeFaces;\n\n/**\n *\n * @author juan\n */\n@Named(value = \"bodegaSesion\")\n@SessionScoped",
"end": 620,
"score": 0.9182587265968323,
"start": 616,
"tag": "USERNAME",
"value": "juan"
}
] | 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 com.barber.controller;
import com.barber.EJB.BodegaFacadeLocal;
import com.barber.model.Bodega;
import java.io.Serializable;
i... | 3,446 | 0.64209 | 0.64209 | 126 | 26.34127 | 25.877968 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.460317 | false | false | 3 |
9140eb4d814878c1e0088ef50b6657ec45471158 | 10,170,482,588,308 | c998a4cc76f041a7cdcc43c0be7042b7d3876e80 | /JavaJPS/src/com/unreal/jps/utility/Utility.java | 677df8280550f6ce79b073ea0fb214561ff5235d | [] | no_license | unrealgamer/Java-JPS | https://github.com/unrealgamer/Java-JPS | 22bdca635b62ed7f7bb383b98115140e89d6b80a | 910b935c1030ab025aea59cb850c797d85b94364 | refs/heads/master | 2021-01-01T15:40:21.999000 | 2013-09-19T14:43:40 | 2013-09-19T14:43:40 | 12,832,990 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.unreal.jps.utility;
/**
*
* @author Shane
*/
public class Utility {
}
| UTF-8 | Java | 100 | java | Utility.java | Java | [
{
"context": "age com.unreal.jps.utility;\r\n\r\n/**\r\n *\r\n * @author Shane\r\n */\r\npublic class Utility {\r\n \r\n}\r\n",
"end": 60,
"score": 0.9994833469390869,
"start": 55,
"tag": "NAME",
"value": "Shane"
}
] | null | [] | package com.unreal.jps.utility;
/**
*
* @author Shane
*/
public class Utility {
}
| 100 | 0.55 | 0.55 | 9 | 9.111111 | 10.50338 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 3 |
f53d6179e978a1df90a2166553f128613e7cba74 | 24,077,586,715,973 | 13a0d6da375074d839e7fa4673e699f7148fa213 | /src/test/java/com/dzz/medical/service/impl/OrganizationServiceMongoImplTest.java | 18b5ed5a45daeb94a90830c7ff7c35ccb27a5e01 | [] | no_license | dengzongzheng/medical-server | https://github.com/dengzongzheng/medical-server | 94ba397c54245840d3cf1b5663c114bd97fae029 | 67222220495068749545c978f27dae16a7e4402e | refs/heads/master | 2022-06-24T10:53:38.820000 | 2019-12-01T12:25:32 | 2019-12-01T12:25:32 | 186,843,845 | 0 | 0 | null | false | 2022-06-17T02:08:23 | 2019-05-15T14:30:29 | 2019-12-01T12:25:43 | 2022-06-17T02:08:23 | 298 | 0 | 0 | 3 | Java | false | false | package com.dzz.medical.service.impl;
import com.dzz.medical.common.enums.OrganizationEnum;
import com.dzz.medical.supervise.domain.model.Industry;
import com.dzz.medical.supervise.domain.model.Organization;
import com.dzz.medical.supervise.service.impl.OrganizationServiceMongoImpl;
import java.util.ArrayList;
import ... | UTF-8 | Java | 3,444 | java | OrganizationServiceMongoImplTest.java | Java | [
{
"context": ".test.context.junit4.SpringRunner;\n\n/**\n * @author dzz\n * @version 1.0.0\n * @since 2019年06月14 18:07\n */\n",
"end": 596,
"score": 0.9996360540390015,
"start": 593,
"tag": "USERNAME",
"value": "dzz"
}
] | null | [] | package com.dzz.medical.service.impl;
import com.dzz.medical.common.enums.OrganizationEnum;
import com.dzz.medical.supervise.domain.model.Industry;
import com.dzz.medical.supervise.domain.model.Organization;
import com.dzz.medical.supervise.service.impl.OrganizationServiceMongoImpl;
import java.util.ArrayList;
import ... | 3,444 | 0.731087 | 0.71513 | 90 | 36.611111 | 28.337526 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655556 | false | false | 3 |
b12fa942ee29c9e73fd1910055a6ca36eb769dc4 | 24,077,586,714,721 | 9b8e639519d6bcfec386b3a1d4460e9aeda9750e | /src/main/java/jahind/entity/Media.java | 339e13a929dbe69a7b037d955fe5ef4ae4639c9f | [] | no_license | gauravdighe/Jaihind-Spring | https://github.com/gauravdighe/Jaihind-Spring | 697715ee566f63fe3ad9c77f36d969ed96d92fdb | b1f3b5d62f99e6e32ddc17da5b1f41212d1cd067 | refs/heads/master | 2016-06-06T17:59:02.837000 | 2015-12-24T12:58:00 | 2015-12-24T12:58:00 | 46,348,413 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jahind.entity;
import org.springframework.hateoas.ResourceSupport;
import javax.persistence.*;
import java.io.Serializable;
import java.sql.Blob;
/**
* Created by Gaurav on 16/11/15.
*/
@Entity
@Table(name = "MEDIA")
public class Media extends ResourceSupport implements Serializable {
@Id
@Generat... | UTF-8 | Java | 1,157 | java | Media.java | Java | [
{
"context": "alizable;\nimport java.sql.Blob;\n\n/**\n * Created by Gaurav on 16/11/15.\n */\n\n@Entity\n@Table(name = \"MEDIA\")\n",
"end": 181,
"score": 0.9996771812438965,
"start": 175,
"tag": "NAME",
"value": "Gaurav"
}
] | null | [] | package jahind.entity;
import org.springframework.hateoas.ResourceSupport;
import javax.persistence.*;
import java.io.Serializable;
import java.sql.Blob;
/**
* Created by Gaurav on 16/11/15.
*/
@Entity
@Table(name = "MEDIA")
public class Media extends ResourceSupport implements Serializable {
@Id
@Generat... | 1,157 | 0.630942 | 0.625756 | 60 | 18.283333 | 17.826097 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 3 |
07dc92c2004a3b88524cea46122fbb6c4b14a429 | 27,693,949,172,378 | efcf24d0d11574aa41984474e996dfa70225b1d2 | /beanpoll/src/main/java/is/stma/beanpoll/rules/ResourceRules.java | dbc053352bbe568521582bd1552d40498afb28af | [
"MIT"
] | permissive | anthrax3/CyBearPit | https://github.com/anthrax3/CyBearPit | d3e6566c9ada27bedee27d3b67145a3a1cb91dcc | 9f2de34b54ee015444330edc6bcace79cf75dd3a | refs/heads/master | 2021-09-14T03:47:35.387000 | 2018-05-07T20:08:36 | 2018-05-07T20:47:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2018 Nathaniel Stickney
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dist... | UTF-8 | Java | 2,332 | java | ResourceRules.java | Java | [
{
"context": "/*\n * Copyright 2018 Nathaniel Stickney\n *\n * Permission is hereby granted, free of charg",
"end": 39,
"score": 0.9998679161071777,
"start": 21,
"tag": "NAME",
"value": "Nathaniel Stickney"
}
] | null | [] | /*
* Copyright 2018 <NAME>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, subl... | 2,320 | 0.733705 | 0.73199 | 54 | 42.185184 | 85.066872 | 463 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648148 | false | false | 3 |
211b4d7cbaf088ede7527470bb9d53638230c5fe | 30,442,728,202,133 | 629af4c2ced64b70d57921899cc296815e343bbe | /YunLong-Elf/src/main/java/pers/bruce/yunlong/elf/equipment/Screen.java | 1e6a3c121f225e6b01ca6b7ba951f8ce515093c9 | [] | no_license | BruceLeeCHN/YunLong | https://github.com/BruceLeeCHN/YunLong | d6ad3212b7579cb025fc828e7b54a9d366048bef | 17be9b9458e954198f6953f80e8ee6cb42573daa | refs/heads/main | 2023-02-15T11:52:54.404000 | 2021-01-04T03:32:13 | 2021-01-04T03:32:13 | 324,307,159 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pers.bruce.yunlong.elf.equipment;
import pers.bruce.yunlong.elf.model.dto.ImagePosition;
import java.awt.image.BufferedImage;
import java.io.IOException;
/**
* <p>
* 显示器
* </p>
*
* @author BruceLee
* @since 2020/12/25
*/
public interface Screen {
/**
* <p>
* 截屏
* 区域截取
* </p>
... | UTF-8 | Java | 2,095 | java | Screen.java | Java | [
{
"context": "xception;\n\n/**\n * <p>\n * 显示器\n * </p>\n *\n * @author BruceLee\n * @since 2020/12/25\n */\npublic interface Screen ",
"end": 213,
"score": 0.937630295753479,
"start": 205,
"tag": "USERNAME",
"value": "BruceLee"
},
{
"context": ">\n * 截屏\n * 区域截取\n * </p>... | null | [] | package pers.bruce.yunlong.elf.equipment;
import pers.bruce.yunlong.elf.model.dto.ImagePosition;
import java.awt.image.BufferedImage;
import java.io.IOException;
/**
* <p>
* 显示器
* </p>
*
* @author BruceLee
* @since 2020/12/25
*/
public interface Screen {
/**
* <p>
* 截屏
* 区域截取
* </p>
... | 2,095 | 0.574445 | 0.538711 | 88 | 19.988636 | 21.64617 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.261364 | false | false | 3 |
de6488eb5114e482b0869d2e0d39982dff9d4427 | 26,800,595,995,783 | 4647ff9777b85826b90ef18627b3bbb491ed54e1 | /src/clases/ProductObject.java | 0d69daef1144e31284e2d08399ca958a775c2fef | [] | no_license | Deschain53/Calculadora_rentabilidad_Sim_Company | https://github.com/Deschain53/Calculadora_rentabilidad_Sim_Company | 3ce97903761e51c568627d99d774e649f70f0f0e | 6e7ea43d7bb10df6ecdc2f4795b4563e253f67d7 | refs/heads/main | 2023-06-02T16:42:01.865000 | 2021-06-19T03:38:49 | 2021-06-19T03:38:49 | 369,317,664 | 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 clases;
import java.io.IOException;
import org.json.JSONException;
import org.json.JSONObject;
import org.json.JSONArray;
impor... | UTF-8 | Java | 9,984 | java | ProductObject.java | Java | [
{
"context": "r;\nimport java.sql.SQLException;\n/**\n *\n * @author donyo\n */\n\n//Objeto que contendra el ObjecJson con la i",
"end": 477,
"score": 0.9993364214897156,
"start": 472,
"tag": "USERNAME",
"value": "donyo"
}
] | 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 clases;
import java.io.IOException;
import org.json.JSONException;
import org.json.JSONObject;
import org.json.JSONArray;
impor... | 9,984 | 0.628557 | 0.621643 | 313 | 30.884985 | 26.722445 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517572 | false | false | 3 |
bba83ad3f1361522ff73721afed68bc96b7cf772 | 25,013,889,598,759 | 20633db818eac0b6d81b8fc455b4d2901c4ec33d | /SearchEngineProject/src/QueryProcessor/QueryProcessor.java | a66dfcb247709b55ffd542e122c566c2aa5797f2 | [] | no_license | SarahMohamedLotfy/Search-Engine-Java-Web-Servlets | https://github.com/SarahMohamedLotfy/Search-Engine-Java-Web-Servlets | 9b7de5ffd507d3bf429b65f5af202c7139744041 | 33ebf9a533147d9a331d02b7b39da5895f8553a6 | refs/heads/master | 2022-12-26T16:46:56.758000 | 2020-10-01T01:52:18 | 2020-10-01T01:52:18 | 261,163,791 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package QueryProcessor;
import Data.Data;
import Stemmer.Stemmer;
import java.io.*;
import java.nio.file.Files;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class QueryProcessor {
public static Stri... | UTF-8 | Java | 2,557 | java | QueryProcessor.java | Java | [] | null | [] | package QueryProcessor;
import Data.Data;
import Stemmer.Stemmer;
import java.io.*;
import java.nio.file.Files;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class QueryProcessor {
public static Stri... | 2,557 | 0.558858 | 0.553774 | 91 | 27.087912 | 27.106485 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 3 |
26e7c4a87503a19ae3a7750111d6d371344ee45f | 26,774,826,144,881 | 7f78dde56e114dae44098cd96f36a0b039ebdcf4 | /105-Construct-Binary-Tree-from-Preorder-and-Inorder-Traversal/solution.java | 83d99827a44c63c16a5db5ed7b5570d246f5fba3 | [] | no_license | JimmyXie123/Leetcode_Problems | https://github.com/JimmyXie123/Leetcode_Problems | 00690b85e4e4f52f89cf7edd9bd57833712bbaad | c0b31684ce3937368641e79a1a7a7c02932a4ee0 | refs/heads/master | 2021-01-15T13:13:53.140000 | 2016-09-02T21:12:46 | 2016-09-02T21:12:46 | 59,343,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
public class Solution {
public TreeNode buildTree(int[] preorder, int[] inorder) {
return helper(preorder, inorder, 0, preorder.lengt... | WINDOWS-1252 | Java | 1,266 | java | solution.java | Java | [] | null | [] | /**
* Definition for a binary tree node.
* public class TreeNode {
* int val;
* TreeNode left;
* TreeNode right;
* TreeNode(int x) { val = x; }
* }
*/
public class Solution {
public TreeNode buildTree(int[] preorder, int[] inorder) {
return helper(preorder, inorder, 0, preorder.lengt... | 1,266 | 0.551974 | 0.542305 | 37 | 32.567566 | 31.177383 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.108108 | false | false | 3 |
d1c4f56fd0ed187b654f229fe617a31d33be3a01 | 26,774,826,148,081 | ff35529f19aa4d8f2772fe098fe02349933bbe86 | /02-AtvdPOOAndre/src/pkg2/atvdpooandre/ContaEspecial.java | ad8e3220ed2bc34f7fb95b074681033d23277f81 | [] | no_license | GuilhermeCunha/ListaPOOAndre | https://github.com/GuilhermeCunha/ListaPOOAndre | 8cda1f47dc1119a571ef7a45ccc146ac0cfd3491 | 48c03bcc06618223b5b2a6eaf388dc47a1ebfa26 | refs/heads/master | 2020-04-30T01:40:05.269000 | 2019-04-08T01:07:24 | 2019-04-08T01:07:24 | 176,535,280 | 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 pkg2.atvdpooandre;
/**
*
* @author Guilherme
*/
public class ContaEspecial extends Conta{
private double limite;
... | UTF-8 | Java | 963 | java | ContaEspecial.java | Java | [
{
"context": "\n */\npackage pkg2.atvdpooandre;\n\n/**\n *\n * @author Guilherme\n */\npublic class ContaEspecial extends Conta{\n ",
"end": 240,
"score": 0.9997788071632385,
"start": 231,
"tag": "NAME",
"value": "Guilherme"
}
] | 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 pkg2.atvdpooandre;
/**
*
* @author Guilherme
*/
public class ContaEspecial extends Conta{
private double limite;
... | 963 | 0.593977 | 0.5919 | 45 | 20.4 | 20.40196 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
5a4434b932efd818cc0e128fde42c0ec5107d3a3 | 25,958,782,397,010 | 4a3097a26ba61af61f30d8d5a2db5e5f91e904a3 | /src/triplepane/MainFrame.java | 179e9b24d6de219d754920dc88492cf80f5a1620 | [] | no_license | FluorineGH/TriplePane | https://github.com/FluorineGH/TriplePane | 68e61d873536c56a7958766d17c399e79ae32aa3 | c7be4599b964de0121cf54dcc32deb8d36195a38 | refs/heads/master | 2016-09-10T00:10:44.574000 | 2014-08-22T23:54:06 | 2014-08-22T23:54:06 | 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 triplepane;
import java.awt.Font;
import java.awt.Insets;
import java.io.BufferedReader;
import java.io.InputStreamReader;
i... | UTF-8 | Java | 12,825 | java | MainFrame.java | Java | [
{
"context": ".*;\nimport java.util.ArrayList;\n\n/**\n *\n * @author jcalvert\n */\npublic class MainFrame extends javax.swing.JF",
"end": 426,
"score": 0.9995480179786682,
"start": 418,
"tag": "USERNAME",
"value": "jcalvert"
}
] | 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 triplepane;
import java.awt.Font;
import java.awt.Insets;
import java.io.BufferedReader;
import java.io.InputStreamReader;
i... | 12,825 | 0.644288 | 0.639376 | 306 | 40.911766 | 38.289089 | 181 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689542 | false | false | 3 |
4a4511847eda17cea3da87515a779abe99eda656 | 25,563,645,410,260 | 09dcb78bf900613445c2c5589c603b953cb328c6 | /test/com/twu/biblioteca/UserAccountManagerTest.java | d7399081c4a84ac87bf356ad7ac2ab19cbc5b11c | [
"Apache-2.0"
] | permissive | aloysiusang/twu-biblioteca-aloysiusang | https://github.com/aloysiusang/twu-biblioteca-aloysiusang | 502c706c85ebd16dbad9bc2edfee98a3e6427152 | dc4711ffe4d4e20cd9f969a96a06a94aaacf1421 | refs/heads/master | 2021-01-19T14:04:56.846000 | 2015-06-23T05:52:31 | 2015-06-23T05:52:31 | 36,613,458 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.twu.biblioteca;
import org.junit.Before;
import org.junit.Test;
import java.util.HashMap;
import static org.junit.Assert.*;
/**
* Created by aloysiusang on 17/6/15.
*/
public class UserAccountManagerTest {
private LoginCredential validLoginCredential;
private LoginCredential invalidLoginCreden... | UTF-8 | Java | 1,714 | java | UserAccountManagerTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Created by aloysiusang on 17/6/15.\n */\npublic class UserAccountManagerTe",
"end": 169,
"score": 0.9996705055236816,
"start": 158,
"tag": "USERNAME",
"value": "aloysiusang"
},
{
"context": "oginCredential = new LoginCredential... | null | [] | package com.twu.biblioteca;
import org.junit.Before;
import org.junit.Test;
import java.util.HashMap;
import static org.junit.Assert.*;
/**
* Created by aloysiusang on 17/6/15.
*/
public class UserAccountManagerTest {
private LoginCredential validLoginCredential;
private LoginCredential invalidLoginCreden... | 1,710 | 0.688448 | 0.670362 | 54 | 30.75926 | 28.653702 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 3 |
db3978509903d2c053e1e1879936b554c5fd163f | 6,090,263,668,990 | f932106a8708cb9e447c7f63cfeec3e56b30aeed | /modulo05-java-poo/aula04/Contador/src/Contador.java | c338483eb3fa8fee6e09c3fa242cf8f4086bec39 | [] | no_license | joseraimundomeli/bootcamp-meli | https://github.com/joseraimundomeli/bootcamp-meli | 7aec6d5a96de598a1ee88d54066d7b60a5a913b8 | 5a4a781b9f6621c150921fe773e90b3911d40929 | refs/heads/master | 2023-06-07T19:36:32.628000 | 2021-06-29T18:45:57 | 2021-06-29T18:45:57 | 368,978,993 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Contador {
private Integer count = 0;
public Contador(){
}
public Contador(Integer count){
this.count = count;
}
public Contador(Contador c){
this.count = this.getCount();
}
public Integer incrementaCount(){
return ++this.count;
}
public... | UTF-8 | Java | 660 | java | Contador.java | Java | [] | null | [] | public class Contador {
private Integer count = 0;
public Contador(){
}
public Contador(Integer count){
this.count = count;
}
public Contador(Contador c){
this.count = this.getCount();
}
public Integer incrementaCount(){
return ++this.count;
}
public... | 660 | 0.531818 | 0.530303 | 38 | 16.368422 | 14.33329 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.210526 | false | false | 3 |
cb0b8f060a1202d0cb27c0f7b970470fd3b037ec | 26,809,185,868,557 | 018209b88f99c5b29355eb5ee1893b57db2e1490 | /src/main/java/me/pltzz/rankcolor/user/UserCacheStore.java | 503f79253c4bf7c79c86e9218b2fd6eb73414bf1 | [] | no_license | SrKurpfy/rank-color | https://github.com/SrKurpfy/rank-color | 24375b7290af698abbdf724c8eaf72261e1bbd99 | d2f2bc39d0cefad19dc193be9eb3055ffd4c68c4 | refs/heads/master | 2022-11-28T22:56:01.285000 | 2020-08-11T20:14:13 | 2020-08-11T20:14:13 | 286,838,904 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.pltzz.rankcolor.user;
import lombok.Getter;
import me.pltzz.rankcolor.RankColorPlugin;
import me.saiintbrisson.minecraft.boilerplate.Dao;
import me.saiintbrisson.minecraft.boilerplate.common.AbstractCacheStore;
import java.util.UUID;
public class UserCacheStore extends AbstractCacheStore<UUID, User> {
... | UTF-8 | Java | 885 | java | UserCacheStore.java | Java | [
{
"context": "ntbrisson.minecraft.boilerplate.Dao;\nimport me.saiintbrisson.minecraft.boilerplate.common.AbstractCache",
"end": 166,
"score": 0.5615213513374329,
"start": 163,
"tag": "USERNAME",
"value": "int"
},
{
"context": "sson.minecraft.boilerplate.Dao;\nimport me.saiintbrisson.... | null | [] | package me.pltzz.rankcolor.user;
import lombok.Getter;
import me.pltzz.rankcolor.RankColorPlugin;
import me.saiintbrisson.minecraft.boilerplate.Dao;
import me.saiintbrisson.minecraft.boilerplate.common.AbstractCacheStore;
import java.util.UUID;
public class UserCacheStore extends AbstractCacheStore<UUID, User> {
... | 885 | 0.737853 | 0.737853 | 35 | 24.285715 | 23.471041 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485714 | false | false | 3 |
b7e70f6e21b9eb8365698745ca2adf13a724dda9 | 19,705,309,989,056 | 40f04eea2c6a1fa92443651f0ff5df5c31fbff4c | /app/src/main/java/com/dsc/bootcamp/dscbootcamp/activities/RegisterActivity.java | 6559d0734e029f34b39341760d2bf51f6bcb19ce | [] | no_license | developer-student-club-nit-raipur/bootcamp-app | https://github.com/developer-student-club-nit-raipur/bootcamp-app | fdd88b3d3732107ea613a7b08f6c04fd1497abee | b726c16d22586cce0398a0a76a6140204c2438b0 | refs/heads/master | 2020-04-27T15:57:55.417000 | 2019-03-10T17:02:33 | 2019-03-10T17:02:33 | 174,466,911 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dsc.bootcamp.dscbootcamp.activities;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.dsc.bootcamp.dscbootcamp.R;
import ... | UTF-8 | Java | 2,633 | java | RegisterActivity.java | Java | [] | null | [] | package com.dsc.bootcamp.dscbootcamp.activities;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.dsc.bootcamp.dscbootcamp.R;
import ... | 2,633 | 0.644892 | 0.644512 | 81 | 31.506172 | 25.190201 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.753086 | false | false | 3 |
2f19ee53f74c33d03236313a29f39eacb104d8a9 | 25,529,285,638,907 | a51115b85980240914a621eaa97e8827c325146d | /plugin/src/main/java/com/stratio/cassandra/lucene/search/condition/PhraseCondition.java | 03ef8511179a92dd7291c3f51164d2bc2b0e5a37 | [
"Apache-2.0"
] | permissive | Stratio/cassandra-lucene-index | https://github.com/Stratio/cassandra-lucene-index | dc68f18dde1d6a17bfc760bcc7a7e056ceb90481 | a94a4d9af6c25d40e1108729974c35c27c54441c | refs/heads/branch-3.0.14 | 2023-06-22T04:21:54.521000 | 2017-12-19T09:52:15 | 2017-12-19T09:52:15 | 35,206,972 | 667 | 181 | Apache-2.0 | false | 2020-05-27T11:21:14 | 2015-05-07T08:04:05 | 2020-05-27T11:20:49 | 2020-05-27T11:21:13 | 10,977 | 574 | 145 | 64 | Java | false | false | /*
* Copyright (C) 2014 Stratio (http://stratio.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | UTF-8 | Java | 3,183 | java | PhraseCondition.java | Java | [
{
"context": "ning a particular sequence of terms.\n *\n * @author Andres de la Pena {@literal <adelapena@stratio.com>}\n */\npublic cla",
"end": 1155,
"score": 0.9998822808265686,
"start": 1138,
"tag": "NAME",
"value": "Andres de la Pena"
},
{
"context": "terms.\n *\n * @author Andr... | null | [] | /*
* Copyright (C) 2014 Stratio (http://stratio.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 3,158 | 0.675463 | 0.672322 | 85 | 36.458824 | 29.924829 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435294 | false | false | 3 |
fe36a8b715ba463767833c918faf6fbf29169bfb | 21,088,289,465,820 | afa828ead29109c7760640d5b472e03c017631ab | /Sysc-Project/src/jUnitTests/RoomTest.java | 0d1e584134457721cfa4703d2682f3be79d483df | [] | no_license | DPenner/SYSC-Project | https://github.com/DPenner/SYSC-Project | 704dcbffb5fdecd9ab16dad22c8490b1e54bf5fa | ea1fb9b117e1b7295742197b02512014fb3100bb | refs/heads/master | 2021-01-13T01:59:47.195000 | 2012-12-04T03:34:25 | 2012-12-04T03:34:25 | 6,175,247 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package jUnitTests;
import static org.junit.Assert.*;
import java.awt.Point;
import java.util.HashSet;
import java.util.Set;
import gameCore.Room;
import gameCore.Tile;
import org.junit.Before;
import org.junit.Test;
/**
* Tests a Room.
*
* @author Group D
* @author Main author: Darrell Penner
* ... | UTF-8 | Java | 2,115 | java | RoomTest.java | Java | [
{
"context": "om.\n * \n * @author Group D\n * @author Main author: Darrell Penner\n * \n * Group D Members\n * ---------------\n * Kare",
"end": 316,
"score": 0.9999016523361206,
"start": 302,
"tag": "NAME",
"value": "Darrell Penner"
},
{
"context": "enner\n * \n * Group D Members\n... | null | [] | /**
*
*/
package jUnitTests;
import static org.junit.Assert.*;
import java.awt.Point;
import java.util.HashSet;
import java.util.Set;
import gameCore.Room;
import gameCore.Tile;
import org.junit.Before;
import org.junit.Test;
/**
* Tests a Room.
*
* @author Group D
* @author Main author: <NAME>
*
* Grou... | 2,089 | 0.658156 | 0.649173 | 114 | 17.552631 | 16.862234 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.412281 | false | false | 3 |
cd6a7249fb5374e5de201ee89d3ba47ffd9103f5 | 21,844,203,714,115 | 736ed1b08852e3e13120e77a543af67cde11cf25 | /InterviewPrograms/ExamplesForInterview/src/com/sunilsahoo/programs/PalindromeExample.java | 5f9b9a4d5c1e4da74a0d8c3b817eff5017393049 | [] | no_license | ravindersravi/InterviewPrograms | https://github.com/ravindersravi/InterviewPrograms | 83e92f72f13307a8aa1074789cd56ded656c6861 | 1872711695e2f29c36c7def7af4aa30d66d35cc5 | refs/heads/master | 2023-08-16T02:32:49.849000 | 2021-10-25T11:45:50 | 2021-10-25T11:45:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sunilsahoo.programs;
/*
* Q.What is palindrome?
A. If reverse of string is same as original one, than our string is palindrome or palindrome is a string which reads the same backward or forward.
Example in java>
input String : aabaa
output: it’s palindrome.
*/
public class PalindromeExample {
public s... | UTF-8 | Java | 2,115 | java | PalindromeExample.java | Java | [] | null | [] | package com.sunilsahoo.programs;
/*
* Q.What is palindrome?
A. If reverse of string is same as original one, than our string is palindrome or palindrome is a string which reads the same backward or forward.
Example in java>
input String : aabaa
output: it’s palindrome.
*/
public class PalindromeExample {
public s... | 2,115 | 0.616186 | 0.588263 | 79 | 25.746836 | 26.919228 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.063291 | false | false | 3 |
a2121f2c39100f5cca92a23bea861edda122ea0a | 7,997,229,125,619 | c415056cf5c7c096a478d6140026077b1b6d66a7 | /atlas-core/src/main/java/com/yetoop/cloud/atlas/domain/AsWorksHis.java | c8d76195af1ac2211f702050d9d9aa6e2bfec47e | [] | no_license | liutaotao/atlas | https://github.com/liutaotao/atlas | deb2e668473fbd62712856239bdb978a2b9c6bb8 | 842200c3db2e1990fdd7caaa95c9966b1e1e9cba | refs/heads/first | 2022-12-22T04:43:13.387000 | 2019-09-18T07:47:35 | 2019-09-18T07:53:59 | 209,248,411 | 0 | 0 | null | false | 2022-12-16T04:26:18 | 2019-09-18T07:41:39 | 2019-09-18T07:55:37 | 2022-12-16T04:26:16 | 756 | 0 | 0 | 12 | Java | false | false | package com.yetoop.cloud.atlas.domain;
import java.util.Date;
public class AsWorksHis {
private Integer id;
private Date dataDate;
private Integer worksId;
private String name;
private String logoUrl;
private String intro;
private Date createDate;
private Date version;
priv... | UTF-8 | Java | 3,801 | java | AsWorksHis.java | Java | [] | null | [] | package com.yetoop.cloud.atlas.domain;
import java.util.Date;
public class AsWorksHis {
private Integer id;
private Date dataDate;
private Integer worksId;
private String name;
private String logoUrl;
private String intro;
private Date createDate;
private Date version;
priv... | 3,801 | 0.621415 | 0.621415 | 205 | 17.546341 | 16.817646 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302439 | false | false | 3 |
b244e35dd893c4cfd406b46ce0611b5b6923dcf1 | 31,095,563,278,589 | e4ff152854924e357a66c31cbb2b4227d2d9acd9 | /src/test1/Test.java | 8ae6a0a928477395896826642721763959512911 | [] | no_license | rookiely1/JustForTest | https://github.com/rookiely1/JustForTest | e4eb1a5d4ed8b3d613f303033903a6e67f9bb70f | 0ef6eb1ef7faab27df5e12b7013a9ef8962e870b | refs/heads/master | 2022-04-22T16:41:32.568000 | 2020-04-22T08:42:19 | 2020-04-22T08:42:19 | 257,792,740 | 0 | 0 | null | true | 2020-04-22T04:38:34 | 2020-04-22T04:38:33 | 2018-10-29T07:46:06 | 2020-04-22T03:49:36 | 0 | 0 | 0 | 0 | null | false | false | package test1;
public class Test {
public static void main(String[] args) {
System.out.println("branch2");
System.out.print("yang change branch1 to branch2");
}
}
| UTF-8 | Java | 183 | java | Test.java | Java | [] | null | [] | package test1;
public class Test {
public static void main(String[] args) {
System.out.println("branch2");
System.out.print("yang change branch1 to branch2");
}
}
| 183 | 0.655738 | 0.63388 | 9 | 19.333334 | 19.45936 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 3 |
bd38a7c960537b853c59062e65bbf3f09f694418 | 27,419,071,228,445 | fe3831e17eef49b19c0017b6a074070e96c9407c | /app/src/main/java/com/gonext/callreminder/datalayers/retrofit/ApiInterface.java | 38ac3480bb943fd2ddfe763929228b854b9c697e | [] | no_license | tejas710/project_demo | https://github.com/tejas710/project_demo | d943515ff2089cc275670cd3d96c49e96f7bb6dd | b9697a6ecd1d1280d9a3802cf7fc50eb543cc7a5 | refs/heads/master | 2021-05-06T01:09:32.348000 | 2017-12-15T17:37:37 | 2017-12-15T17:37:37 | 114,396,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gonext.callreminder.datalayers.retrofit;
import com.gonext.callreminder.datalayers.model.AdDataResponse;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Query;
public interface ApiInterface {
@GET("/app/getAds")
Call<AdDataResponse> getServerAds(@Query("appId") String Op... | UTF-8 | Java | 332 | java | ApiInterface.java | Java | [] | null | [] | package com.gonext.callreminder.datalayers.retrofit;
import com.gonext.callreminder.datalayers.model.AdDataResponse;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Query;
public interface ApiInterface {
@GET("/app/getAds")
Call<AdDataResponse> getServerAds(@Query("appId") String Op... | 332 | 0.78012 | 0.771084 | 14 | 22.571428 | 23.717728 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 3 |
1cc4fd96042d063b4d1ebd1f56d62b2e67e1f611 | 32,074,815,834,093 | 47a0e2c905a788870cab5a2bf17fba7efe14f050 | /projects/copper-regtest/src/test/java/org/copperengine/regtest/test/versioning/compatibility/TestJavaSerializer.java | 071eb2255f76668a026bcca6c28ae61cf9820ac2 | [
"Apache-2.0"
] | permissive | copper-engine/copper-engine | https://github.com/copper-engine/copper-engine | 2de4dfdefd4ff8f4b6292622c5fcf80d3ff4d52f | 9a58db41d14779e2b98d97060766e0f1c5ce9cb7 | refs/heads/master | 2023-04-08T18:27:23.154000 | 2023-04-03T06:46:03 | 2023-04-03T06:46:03 | 15,008,570 | 239 | 73 | Apache-2.0 | false | 2020-06-01T12:47:43 | 2013-12-07T16:15:18 | 2020-05-31T07:08:08 | 2020-06-01T12:47:42 | 122,975 | 166 | 56 | 31 | Java | false | false | /*
* Copyright 2002-2015 SCOOP Software GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | UTF-8 | Java | 6,263 | java | TestJavaSerializer.java | Java | [] | null | [] | /*
* Copyright 2002-2015 SCOOP Software GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | 6,263 | 0.689606 | 0.681622 | 169 | 36.05917 | 30.420467 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.573964 | false | false | 3 |
1da98aaf3780bdfd9ddca5cff0c65cd544df05b3 | 27,195,732,980,579 | 74560e8a369c8d762f7122c89d28b67dd25f192c | /src/main/java/com/eg/eclothing/repo/CreateCoRepo.java | 56660cbcc87cdb66df83285c7bf7738f0566e07c | [] | no_license | ermang/eclothing-original | https://github.com/ermang/eclothing-original | 95f22c1b09778ecbfd5c9e0e9aa2c1237b09895b | cdb31ab07cd18a046d958c2682790457b33b5e6b | refs/heads/master | 2021-06-13T23:52:55.146000 | 2020-01-14T20:50:31 | 2020-01-14T20:50:31 | 200,531,787 | 1 | 0 | null | false | 2021-05-12T00:22:29 | 2019-08-04T19:11:19 | 2020-01-14T20:51:14 | 2021-05-12T00:22:29 | 78 | 0 | 0 | 1 | Java | false | false | package com.eg.eclothing.repo;
import com.eg.eclothing.entity.CreateCo;
import org.springframework.data.jpa.repository.JpaRepository;
public interface CreateCoRepo extends JpaRepository<CreateCo, Long> {
}
| UTF-8 | Java | 208 | java | CreateCoRepo.java | Java | [] | null | [] | package com.eg.eclothing.repo;
import com.eg.eclothing.entity.CreateCo;
import org.springframework.data.jpa.repository.JpaRepository;
public interface CreateCoRepo extends JpaRepository<CreateCo, Long> {
}
| 208 | 0.826923 | 0.826923 | 7 | 28.714285 | 27.285341 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 3 |
d89d7a15ce62b33b04ebbf54e706b03e61954e13 | 26,912,265,120,910 | bbf526bca24e395fcc87ef627f6c196d30a1844f | /watering-plants/Solution.java | c61adafe7d816c4d43d21e9a589b5df083ff8507 | [] | no_license | charles-wangkai/leetcode | https://github.com/charles-wangkai/leetcode | 864e39505b230ec056e9b4fed3bb5bcb62c84f0f | 778c16f6cbd69c0ef6ccab9780c102b40731aaf8 | refs/heads/master | 2023-08-31T14:44:52.850000 | 2023-08-31T03:04:02 | 2023-08-31T03:04:02 | 25,644,039 | 52 | 18 | null | false | 2021-06-05T00:02:50 | 2014-10-23T15:29:44 | 2021-06-04T08:24:09 | 2021-06-05T00:02:19 | 4,155 | 38 | 12 | 0 | Java | false | false | class Solution {
public int wateringPlants(int[] plants, int capacity) {
int result = 0;
int rest = capacity;
for (int i = 0; i < plants.length; ++i) {
if (plants[i] <= rest) {
++result;
rest -= plants[i];
} else {
result += i * 2 + 1;
rest = capacity - plants[i... | UTF-8 | Java | 363 | java | Solution.java | Java | [] | null | [] | class Solution {
public int wateringPlants(int[] plants, int capacity) {
int result = 0;
int rest = capacity;
for (int i = 0; i < plants.length; ++i) {
if (plants[i] <= rest) {
++result;
rest -= plants[i];
} else {
result += i * 2 + 1;
rest = capacity - plants[i... | 363 | 0.487603 | 0.476584 | 17 | 20.352942 | 15.28914 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 3 |
e0e48dac1bbf3b72986055c7bd8fcf42fc35005b | 26,680,336,890,132 | da36d81a2a7930347befcdcc9b6132cf530fa5d1 | /app/src/main/java/com/example/pokedex/Model/evolution/evolutionchain.java | 732d605ae98d5a0007cf2f61cdd570d28f23e1c3 | [] | no_license | mohnish179/pokemon | https://github.com/mohnish179/pokemon | c2eadc8a706002e95b26bc67c3eac121dc1490b3 | 352e362fded4022ab3b3678d8abd5adc402c3ee2 | refs/heads/master | 2022-11-27T14:41:06.536000 | 2020-08-09T22:15:12 | 2020-08-09T22:15:12 | 272,872,458 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pokedex.Model.evolution;
import java.util.ArrayList;
public class evolutionchain {
Chain chain;
public Chain getChain() {
return chain;
}
}
| UTF-8 | Java | 180 | java | evolutionchain.java | Java | [] | null | [] | package com.example.pokedex.Model.evolution;
import java.util.ArrayList;
public class evolutionchain {
Chain chain;
public Chain getChain() {
return chain;
}
}
| 180 | 0.7 | 0.7 | 12 | 14 | 14.736576 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
a86dfc49b35f9d286c0c1d16b7e55b88a1e09dd2 | 24,988,119,747,687 | cb8166218bc7881ec3a0447e762b2f1315b56122 | /rpc-sdk/src/main/java/rpc/sdk/dto/RpcResponse.java | 39f8b277b036ffad39245da80541e4a34c9a00f7 | [
"Apache-2.0"
] | permissive | cxshun/simple-rpc | https://github.com/cxshun/simple-rpc | ae70fb7103ab4cce79048eb3668e08ec8f9d61ca | f6d162904c456cfc0dd794d67e6f01d1a6cedbaa | refs/heads/master | 2021-05-09T21:30:14.621000 | 2019-11-29T03:18:39 | 2019-11-29T03:18:39 | 118,729,671 | 5 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rpc.sdk.dto;
import java.io.Serializable;
/**
* <br/>==========================
* RPC请求响应
* @author cxshun(cxshun@gmail.com)
* @date 2017/11/27
* <br/>==========================
*/
public class RpcResponse implements Serializable{
private static final long serialVersionUID = -3522250621167698598L;
... | UTF-8 | Java | 1,745 | java | RpcResponse.java | Java | [
{
"context": "/>==========================\n * RPC请求响应\n * @author cxshun(cxshun@gmail.com)\n * @date 2017/11/27\n * <br/>===",
"end": 119,
"score": 0.9996233582496643,
"start": 113,
"tag": "USERNAME",
"value": "cxshun"
},
{
"context": "====================\n * RPC请求响应\n * @author cx... | null | [] | package rpc.sdk.dto;
import java.io.Serializable;
/**
* <br/>==========================
* RPC请求响应
* @author cxshun(<EMAIL>)
* @date 2017/11/27
* <br/>==========================
*/
public class RpcResponse implements Serializable{
private static final long serialVersionUID = -3522250621167698598L;
priva... | 1,727 | 0.572258 | 0.537435 | 70 | 23.614286 | 22.355116 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 3 |
322b9fb05aee0f00087d8c5c0f6bab0fd8b49d8c | 19,576,460,941,024 | 1d42364c8a1e9eb40a644c87acfb16a80a729e8e | /src/main/java/net/loxal/quizzer/repository/UptimeRepository.java | e00497c1e1457c3256d2a0b1bba502274a813d69 | [] | no_license | loxal/quizzer-service | https://github.com/loxal/quizzer-service | 0ad7e19d5f0c08a784a42f822572f605ffb5be45 | 1f439171637884f92f1904e8c24b7e41596f1c31 | refs/heads/master | 2021-03-27T16:52:34.914000 | 2017-07-12T19:37:09 | 2017-07-12T19:37:09 | 57,264,019 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2017 Alexander Orlov <alexander.orlov@loxal.net>. All rights reserved.
*/
package net.loxal.quizzer.repository;
import net.loxal.quizzer.dto.Uptime;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UptimeReposit... | UTF-8 | Java | 366 | java | UptimeRepository.java | Java | [
{
"context": "/*\n * Copyright 2017 Alexander Orlov <alexander.orlov@loxal.net>. All rights reserved.",
"end": 36,
"score": 0.9998371601104736,
"start": 21,
"tag": "NAME",
"value": "Alexander Orlov"
},
{
"context": "/*\n * Copyright 2017 Alexander Orlov <alexander.orlov@loxal.net>. A... | null | [] | /*
* Copyright 2017 <NAME> <<EMAIL>>. All rights reserved.
*/
package net.loxal.quizzer.repository;
import net.loxal.quizzer.dto.Uptime;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UptimeRepository extends CrudRepository<... | 339 | 0.814208 | 0.803279 | 13 | 27.23077 | 29.470074 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 3 |
35012cb38ce8f110965fa5d598fa61ce3fdfdd59 | 10,934,986,794,450 | 34c17c41181061447d2a3b3a3c2d4220b92c8e2f | /backup/CIS-170/Projects/WeddingPlanner/src/weddingplanner/Couple.java | 3ec42a370f7c7727150384a66610ec1106ff5261 | [] | no_license | Free8Spirit/repository | https://github.com/Free8Spirit/repository | 44e2467819aeae837cc20c84a354f73030ac7b86 | 4b890e150c6d3810a671d80e0cb309a9fc523e72 | refs/heads/master | 2020-03-11T10:32:35.315000 | 2018-10-17T23:39:54 | 2018-10-17T23:39:54 | 129,945,804 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Author: Vert, David 10/16/2018
// sub
package weddingplanner;
public class Couple {
private static Person[] web = new Person[2];
public Couple(Boolean cup) {
while (!(cup == true)) {
Person bride = new Person(!true);
web[0] = bride;
Person groom = new Person... | UTF-8 | Java | 878 | java | Couple.java | Java | [
{
"context": "// Author: Vert, David 10/16/2018\n// sub\npackage weddingplanner;\n\npubli",
"end": 22,
"score": 0.9995657801628113,
"start": 11,
"tag": "NAME",
"value": "Vert, David"
},
{
"context": "e() == \"\") {\n System.out.println(\"Bride Zilla\");\n }... | null | [] | // Author: <NAME> 10/16/2018
// sub
package weddingplanner;
public class Couple {
private static Person[] web = new Person[2];
public Couple(Boolean cup) {
while (!(cup == true)) {
Person bride = new Person(!true);
web[0] = bride;
Person groom = new Person(!fal... | 873 | 0.441913 | 0.427107 | 36 | 23.416666 | 15.596251 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 3 |
80269fd3f5b0e5ef33835b63792ad4394c688155 | 33,921,651,710,149 | 87e4c3dd79c09b0f500c4effaa605893b15a88bb | /eprofiler-ui-fx/src/main/java/cz/encircled/eprofiler/ui/fx/components/LongFormat.java | 8a5598e2b8304071f5e503c615ccab119999371c | [] | no_license | banyue/eprofiler | https://github.com/banyue/eprofiler | 800b88f8eb8b36ea43e518886352725bef0eb6aa | ad506e677b7b7b860e272241f2f464827df94cb5 | refs/heads/master | 2020-04-18T05:46:46.618000 | 2016-07-23T17:58:35 | 2016-07-23T17:58:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.encircled.eprofiler.ui.fx.components;
import org.apache.commons.lang3.StringUtils;
import java.text.DecimalFormat;
import java.text.ParseException;
/**
* @author Vlad on 16-Jul-16.
*/
public class LongFormat extends DecimalFormat {
@Override
public Object parseObject(String source) throws Parse... | UTF-8 | Java | 417 | java | LongFormat.java | Java | [
{
"context": ";\nimport java.text.ParseException;\n\n/**\n * @author Vlad on 16-Jul-16.\n */\npublic class LongFormat extends",
"end": 181,
"score": 0.7877013683319092,
"start": 177,
"tag": "NAME",
"value": "Vlad"
}
] | null | [] | package cz.encircled.eprofiler.ui.fx.components;
import org.apache.commons.lang3.StringUtils;
import java.text.DecimalFormat;
import java.text.ParseException;
/**
* @author Vlad on 16-Jul-16.
*/
public class LongFormat extends DecimalFormat {
@Override
public Object parseObject(String source) throws Parse... | 417 | 0.743405 | 0.731415 | 18 | 22.166666 | 24.599571 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 3 |
3456a1c7d81ae408e020c654bed6631079789e38 | 34,668,976,014,944 | f67894004960b35a315000c4291b19c57291599a | /BasicGame/src/com/wolfertgames/tutorial/world/World.java | 54d298ab002f7b16ab41066828c51d42c6b988f7 | [] | no_license | cabubaloo/Whatever | https://github.com/cabubaloo/Whatever | 20226cd240217186499de09a8c050ab1c3d29cc5 | c28c4dfc977f3654f989349a77a3b2671ef28277 | refs/heads/master | 2022-07-28T09:32:24.812000 | 2020-05-19T16:12:30 | 2020-05-19T16:12:30 | 262,891,493 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wolfertgames.tutorial.world;
import java.awt.Graphics;
import com.wolfertgames.tutorial.Handler;
import com.wolfertgames.tutorial.entities.EntityManager;
import com.wolfertgames.tutorial.entities.creatures.Player;
import com.wolfertgames.tutorial.entities.statics.Tree;
import com.wolfertgames.tutorial.tile... | UTF-8 | Java | 3,791 | java | World.java | Java | [] | null | [] | package com.wolfertgames.tutorial.world;
import java.awt.Graphics;
import com.wolfertgames.tutorial.Handler;
import com.wolfertgames.tutorial.entities.EntityManager;
import com.wolfertgames.tutorial.entities.creatures.Player;
import com.wolfertgames.tutorial.entities.statics.Tree;
import com.wolfertgames.tutorial.tile... | 3,791 | 0.678713 | 0.673701 | 146 | 24.965754 | 29.518606 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.917808 | false | false | 3 |
579a2aa152e4639ff38c745b6b4af5fa9975023f | 15,324,443,334,506 | 93e325ef80ae634804fe967c2a9b3c044bd73f88 | /Shakki/src/test/java/shakki/domain/KuningatarTest.java | 8eb9a85aa4087848b2b7a5689d2ac7368325b368 | [] | no_license | marktuom/OhHa | https://github.com/marktuom/OhHa | ee46acfe6ebf7bf7c7185546cf38592b8f9a7657 | 10dc36f39bc85e89fd2803e5da0a45b8d346b7b6 | refs/heads/master | 2016-08-04T01:59:54.183000 | 2014-02-28T16:48:39 | 2014-02-28T16:48:39 | 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 shakki.domain;
import shakki.domain.Sotilas;
import shakki.domain.Lauta;
import shakki.domain.Kuningatar;
import shakki.domai... | UTF-8 | Java | 2,012 | java | KuningatarTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n *\n * @author Markus\n */\npublic class KuningatarTest {\n public Laut",
"end": 574,
"score": 0.9995534420013428,
"start": 568,
"tag": "NAME",
"value": "Markus"
}
] | 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 shakki.domain;
import shakki.domain.Sotilas;
import shakki.domain.Lauta;
import shakki.domain.Kuningatar;
import shakki.domai... | 2,012 | 0.620775 | 0.599901 | 78 | 24.794872 | 20.46533 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705128 | false | false | 3 |
3e9978f0b65e51809082c808a9b33256db8bd4c4 | 15,324,443,334,044 | 40fd2f9c5bd8ffff4799a5b2a9ded1d22049e933 | /epubViewer/src/main/java/com/vinhblue/epub/EbookApplication.java | c2b0768ccff269021f6a9c72f1a5a12a965054b1 | [] | no_license | vinhdn/Epub | https://github.com/vinhdn/Epub | 0194efbf9baaf556a557bc507880f6245f8eb827 | 66ad77fbc8eeb60ce08e968752ce5ada16e26836 | refs/heads/master | 2020-12-25T10:42:19.405000 | 2016-01-14T07:53:04 | 2016-01-14T07:53:04 | 32,921,885 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vinhblue.epub;
import android.app.Application;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import com.crashlytics.android.Crashlytics;
import com.vinhblue.epub.epub.Book;
import com.vinhblue.epub.models.Bookmark;
import io.fabric.sdk.android.Fabric;
/**
* Creat... | UTF-8 | Java | 1,790 | java | EbookApplication.java | Java | [
{
"context": "t io.fabric.sdk.android.Fabric;\n\n/**\n * Created by vinhdo on 3/26/15.\n */\npublic class EbookApplication ext",
"end": 332,
"score": 0.9995911717414856,
"start": 326,
"tag": "USERNAME",
"value": "vinhdo"
}
] | null | [] | package com.vinhblue.epub;
import android.app.Application;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import com.crashlytics.android.Crashlytics;
import com.vinhblue.epub.epub.Book;
import com.vinhblue.epub.models.Bookmark;
import io.fabric.sdk.android.Fabric;
/**
* Creat... | 1,790 | 0.604469 | 0.596089 | 63 | 27.412699 | 20.86817 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 3 |
f62a2b8844ae2f8442d7fe92dc455087c9267041 | 31,791,347,983,100 | 57ba8b8d31c5a7a8b2c02720c6ecd77a7b83fb43 | /app/src/main/java/ru/tele2/mur51/terranova/mymoney/helpers/RealmHelper.java | 46e0c837846f3660a79cde21b675186d327e5913 | [] | no_license | Allteran/MyMoney | https://github.com/Allteran/MyMoney | 31c65642f1a9413dfd1236d658568ff528be5d0b | d79a0546f1c0c9a5bbb8594e50aaf7ccf6594deb | refs/heads/master | 2021-04-09T11:23:40.590000 | 2018-05-01T17:10:52 | 2018-05-01T17:10:52 | 125,515,804 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.tele2.mur51.terranova.mymoney.helpers;
import android.support.annotation.NonNull;
import java.util.List;
import io.realm.Realm;
import io.realm.RealmList;
import ru.tele2.mur51.terranova.mymoney.entities.Dealer;
import ru.tele2.mur51.terranova.mymoney.entities.DealerBonus;
import ru.tele2.mur51.terranova.... | UTF-8 | Java | 11,789 | java | RealmHelper.java | Java | [
{
"context": "anova.mymoney.entities.WorkDay;\n\n/**\n * Created by Allteran on 15.02.2018.\n */\n\npublic class RealmHelper {\n\n ",
"end": 612,
"score": 0.9996617436408997,
"start": 604,
"tag": "NAME",
"value": "Allteran"
}
] | null | [] | package ru.tele2.mur51.terranova.mymoney.helpers;
import android.support.annotation.NonNull;
import java.util.List;
import io.realm.Realm;
import io.realm.RealmList;
import ru.tele2.mur51.terranova.mymoney.entities.Dealer;
import ru.tele2.mur51.terranova.mymoney.entities.DealerBonus;
import ru.tele2.mur51.terranova.... | 11,789 | 0.572483 | 0.567987 | 300 | 38.296665 | 25.095192 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596667 | false | false | 3 |
9e1cf579eaf2ded06cad0964cfcacc75b672b428 | 34,471,407,518,812 | 0b7ad84237936ad8a938585d4e44fc4a935da8e7 | /src/com/nguyenDat/Sound/SoundApp.java | fad0cdf772d516e35de2b70a3fcfb678b021ef84 | [] | no_license | DatNguyen15399/Dictionary | https://github.com/DatNguyen15399/Dictionary | a8025d83a9c41c8ce1f39c893b60917841124ae6 | 4ee5d441d7bab0c52b9ed02acca76a40aeea32c9 | refs/heads/master | 2020-07-23T05:52:42.110000 | 2019-09-10T04:17:25 | 2019-09-10T04:17:25 | 207,457,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nguyenDat.Sound;
import GoogleAPI.Language;
import java.io.InputStream;
public class SoundApp {
private static String word;
private static GoogleAPI.Audio audio = GoogleAPI.Audio.getInstance();
private static InputStream sound;
public static void setWord(String word) {
SoundApp.w... | UTF-8 | Java | 653 | java | SoundApp.java | Java | [] | null | [] | package com.nguyenDat.Sound;
import GoogleAPI.Language;
import java.io.InputStream;
public class SoundApp {
private static String word;
private static GoogleAPI.Audio audio = GoogleAPI.Audio.getInstance();
private static InputStream sound;
public static void setWord(String word) {
SoundApp.w... | 653 | 0.618683 | 0.618683 | 25 | 25.120001 | 20.927151 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 3 |
e6bc71dd3fa6fa307103d5bc2f0e426d0c4b8152 | 31,421,980,803,715 | f06c1f68f49ce0b84fddbe028646cd1303ddd0ea | /src/main/java/com/github/wuzguo/export/ws/vo/GroupMessageVo.java | e8bcdd04d79ede34f86de90e9e5ba28a25f45283 | [
"Apache-2.0"
] | permissive | wzguo/async-export | https://github.com/wzguo/async-export | 75616fef1a4fa4cd08619715aeb69885853bc4b5 | b85fb0206b9b4a4d535770f20ae28a9aa9e285ca | refs/heads/master | 2020-03-27T12:42:26.967000 | 2019-01-09T09:53:42 | 2019-01-09T09:53:42 | 146,563,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.wuzguo.export.ws.vo;
import java.io.Serializable;
/**
* TODO 群组消息
*
* @author wuzguo at 2018/1/9 14:54
*/
public class GroupMessageVo extends BaseMessageVo implements Serializable {
// 所属群组
private String group;
// 消息发送人
private String from;
public GroupMessageVo() {
... | UTF-8 | Java | 1,102 | java | GroupMessageVo.java | Java | [
{
"context": "a.io.Serializable;\n\n/**\n * TODO 群组消息\n *\n * @author wuzguo at 2018/1/9 14:54\n */\npublic class GroupMessageVo",
"end": 108,
"score": 0.9995417594909668,
"start": 102,
"tag": "USERNAME",
"value": "wuzguo"
}
] | null | [] | package com.github.wuzguo.export.ws.vo;
import java.io.Serializable;
/**
* TODO 群组消息
*
* @author wuzguo at 2018/1/9 14:54
*/
public class GroupMessageVo extends BaseMessageVo implements Serializable {
// 所属群组
private String group;
// 消息发送人
private String from;
public GroupMessageVo() {
... | 1,102 | 0.561338 | 0.552045 | 54 | 18.925926 | 19.929367 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 3 |
be422a37af0a279546c29b19be15a2aac1e7f72a | 24,206,435,725,492 | be4e51ccaa3835bc44da7af947e67aad3a2e5ba3 | /src/com/brainacad/oop/_2_9/testsregexp/Main.java | e831c0c8d3c635bddb7b7c6b0a2686fbe50863ca | [] | no_license | Saaoiw/TestStrings1 | https://github.com/Saaoiw/TestStrings1 | b81d46fb6d8492d14c50c8fbff10da6816023846 | 0b0796c61dd64207bc0b779d5eea4e1aa2243e80 | refs/heads/master | 2021-01-12T16:26:15.857000 | 2016-10-24T18:46:18 | 2016-10-24T18:46:18 | 69,273,996 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brainacad.oop._2_9.testsregexp;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by Work on 27.09.2016.
*/
public class Main {
public static boolean checkPersonWithRegExp(String userNameString){
Pattern regex = Pattern.compile("^[A-Z][a-z]*");
Matcher ma... | UTF-8 | Java | 676 | java | Main.java | Java | [
{
"context": "import java.util.regex.Pattern;\n\n/**\n * Created by Work on 27.09.2016.\n */\npublic class Main {\n public",
"end": 132,
"score": 0.7731128334999084,
"start": 128,
"tag": "NAME",
"value": "Work"
},
{
"context": " args) {\n String[] testStrings = {\"VOVA\", \... | null | [] | package com.brainacad.oop._2_9.testsregexp;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by Work on 27.09.2016.
*/
public class Main {
public static boolean checkPersonWithRegExp(String userNameString){
Pattern regex = Pattern.compile("^[A-Z][a-z]*");
Matcher ma... | 676 | 0.613905 | 0.588757 | 23 | 28.391304 | 27.890686 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 3 |
adb2c79e01ab7056b907795132fc3d85a885cf6e | 9,242,769,625,359 | c27ea7ae509f113781878a9b76de4e7a88942935 | /functions/Problem13.java | ba3a8187c612eb87e42e8063ed9f4fdf273ca3b4 | [] | no_license | Apurv0007/javacore | https://github.com/Apurv0007/javacore | 172512b46d8bad1ce6b434ffd8cccf839b2faaba | dbccd0b36ea37d8ff3dec8e8072d2ea346d9edf7 | refs/heads/main | 2023-07-08T02:20:34.716000 | 2021-08-06T18:52:45 | 2021-08-06T18:52:45 | 393,472,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //WAP accept the temp in cel and convert in fer.........(Parameter and return)
package functions;
import java.util.Scanner;
public class Problem13 {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
System.out.println("Enter the temp in celcius");
double n=sc.nextDouble();
double ... | UTF-8 | Java | 529 | java | Problem13.java | Java | [] | null | [] | //WAP accept the temp in cel and convert in fer.........(Parameter and return)
package functions;
import java.util.Scanner;
public class Problem13 {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
System.out.println("Enter the temp in celcius");
double n=sc.nextDouble();
double ... | 529 | 0.672968 | 0.661626 | 24 | 21.041666 | 20.222675 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.458333 | false | false | 3 |
4edd3acf3ae5a42044ed453346c821ee78a38dde | 25,993,142,107,984 | 2a0ec8d12f6adc33ea31347522523e6a38d2ea21 | /trabajo-sowasd-master/src/main/java/com/clinica/service/ResultadoLaboratorioService.java | 244dc0e199966b569690df15a4b6b3fec1808f29 | [] | no_license | lccogu/proyectoFinal | https://github.com/lccogu/proyectoFinal | 70e5dfd3adc0167f42bacf19f6c48152e9181813 | 1b39e8d42ae1be259eb7bc60b850c50a0979c6b2 | refs/heads/master | 2020-09-22T06:37:47.764000 | 2019-12-01T01:22:16 | 2019-12-01T01:22:16 | 225,089,687 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clinica.service;
import com.clinica.model.entity.ResultadoLaboratorio;
public interface ResultadoLaboratorioService extends CrudService<ResultadoLaboratorio, Integer>{
}
| UTF-8 | Java | 185 | java | ResultadoLaboratorioService.java | Java | [] | null | [] | package com.clinica.service;
import com.clinica.model.entity.ResultadoLaboratorio;
public interface ResultadoLaboratorioService extends CrudService<ResultadoLaboratorio, Integer>{
}
| 185 | 0.854054 | 0.854054 | 7 | 25.428572 | 34.400402 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 3 |
97f6a38fc259fa69cb41b37b88d8b90f4c9ff5d2 | 18,159,121,783,826 | b1fe9cada0381e58fce2cfd4d46aa51ecf3c02dc | /laba5/src/com/company/parts/NextRowCharacter.java | ac9d88fc57b15ecf52bc4675b44632c77957ee93 | [] | no_license | PopovMihail1/javaLabs | https://github.com/PopovMihail1/javaLabs | 15dffcf4203054e4de7113fd721f96c77d502958 | 79c4376cf3ad6150c6e1841b6d70da427234fc2a | refs/heads/master | 2023-05-29T17:16:55.070000 | 2021-06-11T07:25:01 | 2021-06-11T07:25:01 | 275,410,587 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.parts;
public class NextRowCharacter extends SentencePart{
@Override
public String toString() {
return "\r\n";
}
}
| UTF-8 | Java | 164 | java | NextRowCharacter.java | Java | [] | null | [] | package com.company.parts;
public class NextRowCharacter extends SentencePart{
@Override
public String toString() {
return "\r\n";
}
}
| 164 | 0.634146 | 0.634146 | 8 | 18.5 | 16.271139 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
9b84fc0d38450e4b7a56d8019f824524cb380e6e | 28,338,194,256,403 | 17363e30b8017bd8b28d52934ce6484d99ffd63a | /src/main/java/com/neu/getyourcode/dao/AdminsDao.java | c1da67713479cbf824970ae7bf120c6bdb500a6e | [] | no_license | AppleCiderGuy/Online_Tutorial_Portal-Spring-MVC-Security-Hibernate-Maven- | https://github.com/AppleCiderGuy/Online_Tutorial_Portal-Spring-MVC-Security-Hibernate-Maven- | b1c7bb476388b79d721d0510f32ec8a9a7b2c500 | d946e693dc1082fd050245b29e244834e31f5c28 | refs/heads/master | 2021-06-22T17:27:40.294000 | 2017-08-07T01:11:05 | 2017-08-07T01:11:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neu.getyourcode.dao;
import com.neu.getyourcode.domain.Role;
public interface AdminsDao {
public Role getRoleForId(int id);
}
| UTF-8 | Java | 145 | java | AdminsDao.java | Java | [] | null | [] | package com.neu.getyourcode.dao;
import com.neu.getyourcode.domain.Role;
public interface AdminsDao {
public Role getRoleForId(int id);
}
| 145 | 0.765517 | 0.765517 | 9 | 15.111111 | 16.441441 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 3 |
8825f5a16e218b49a1631e887cd8bf15e8be745d | 19,636,590,525,329 | 02882692cd711f1cb796d9d695a60b04313d4043 | /src/main/java/tv/amwa/maj/union/impl/FadeImpl.java | b5d315849f8f7200e0c6f17d7f838cd18af46e71 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | AMWA-TV/maj | https://github.com/AMWA-TV/maj | ca6bfb6a1d207129f5b6ad3105d68b235eeb7bb6 | 899715f25e7e736aa42523e4ad8068ea1698e0dd | refs/heads/master | 2022-08-07T20:00:46.572000 | 2016-02-23T15:18:38 | 2016-02-23T15:18:38 | 51,018,227 | 18 | 16 | Apache-2.0 | false | 2021-11-10T10:30:32 | 2016-02-03T17:45:14 | 2021-05-08T11:52:54 | 2021-11-10T10:30:32 | 4,627 | 14 | 13 | 14 | HTML | false | false | /*
* Copyright 2016 Richard Cartwright
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | UTF-8 | Java | 10,358 | java | FadeImpl.java | Java | [
{
"context": "/*\n * Copyright 2016 Richard Cartwright\n *\n * Licensed under the Apache License, Version ",
"end": 39,
"score": 0.9998654127120972,
"start": 21,
"tag": "NAME",
"value": "Richard Cartwright"
},
{
"context": "mpl.java,v $\n * Revision 1.1 2011/01/04 10:40:23 vizigoth... | null | [] | /*
* Copyright 2016 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | 10,346 | 0.712686 | 0.702645 | 338 | 29.64497 | 30.924675 | 177 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.677515 | false | false | 3 |
05ba26db3dc5f62d52914c758763d11665d31828 | 7,937,099,616,809 | fd10b24e4af50a14889a0bee5099b7ca3a74667d | /src/gui/SearchDisplay.java | 900a68696b2910659953c8cf7591691e091b3e16 | [] | no_license | jo-h28/Weather_Forecast | https://github.com/jo-h28/Weather_Forecast | 8def52f2e22f4e516f4079dac3cd715fa4166694 | f4c4a5edb851c4ecafe89b6c75e80b715d45e9b4 | refs/heads/master | 2020-03-19T12:07:27.485000 | 2018-07-07T21:15:51 | 2018-07-07T21:15:51 | 136,497,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui;
import api.CityFinder;
import api.CityForecast;
import api.CityWeather;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
impo... | UTF-8 | Java | 10,207 | java | SearchDisplay.java | Java | [] | null | [] | package gui;
import api.CityFinder;
import api.CityForecast;
import api.CityWeather;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
impo... | 10,207 | 0.586558 | 0.579896 | 291 | 34.0756 | 23.547009 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.67354 | false | false | 3 |
18ec997a2eb3c0519fe77103d0f4393b667395a1 | 16,381,005,325,954 | f1d95422e450c3ad166b4de297491f29a9b624a4 | /src/test/java/tests/day09/C01_Allerts.java | d43db32c7638f5b51f7c7319a71a3ddcd4ec4e19 | [] | no_license | tugbaozturk66/TestNG | https://github.com/tugbaozturk66/TestNG | cc64d21a76fee74a84d830a6726ac47500436d41 | 92e40da48f342a4b084611fdad0d4bf30386eeff | refs/heads/main | 2023-08-23T03:04:52.206000 | 2021-10-20T17:19:28 | 2021-10-20T17:19:28 | 416,079,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tests.day09;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.Assert;
import org.testng.annotations.Aft... | UTF-8 | Java | 3,065 | java | C01_Allerts.java | Java | [
{
"context": "package tests.day09;\n\nimport io.github.bonigarcia.wdm.WebDriverManager;\nimport org.openqa.selenium.",
"end": 49,
"score": 0.9996312856674194,
"start": 39,
"tag": "USERNAME",
"value": "bonigarcia"
},
{
"context": "n[@onclick='jsPrompt()']\")).click();\nString isim=\"M... | null | [] | package tests.day09;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.Assert;
import org.testng.annotations.Aft... | 3,065 | 0.743615 | 0.739967 | 76 | 38.671051 | 32.849491 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671053 | false | false | 3 |
166a23115b17f872f55be8cca12a8e179540213f | 16,080,357,599,350 | 73020364be2cadd83eac6016d04a2fad2f95a2cc | /src/edu/upenn/cis350/status/client/StatusProcessor.java | 8cabc7241e87ac2846e01b38bd9cd020ea1ba71f | [] | no_license | amandankj/Upenn-CIS350-HW3 | https://github.com/amandankj/Upenn-CIS350-HW3 | 6a6e817baebc606e8d8d9f75a7c6813b5f8351b7 | 817ec409e3a41e0c6355ee9435a1aa72ae231995 | refs/heads/master | 2020-09-12T08:37:43.169000 | 2019-11-18T05:34:26 | 2019-11-18T05:34:26 | 222,370,762 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.upenn.cis350.status.client;
import edu.upenn.cis350.status.common.Status;
import java.io.IOException;
import java.util.*;
import java.util.concurrent.TimeUnit;
public class StatusProcessor {
public HashMap<Integer, Status> map = new HashMap<>();
public List<StatusDataSource> sources;
public S... | UTF-8 | Java | 2,039 | java | StatusProcessor.java | Java | [] | null | [] | package edu.upenn.cis350.status.client;
import edu.upenn.cis350.status.common.Status;
import java.io.IOException;
import java.util.*;
import java.util.concurrent.TimeUnit;
public class StatusProcessor {
public HashMap<Integer, Status> map = new HashMap<>();
public List<StatusDataSource> sources;
public S... | 2,039 | 0.519372 | 0.513977 | 56 | 35.410713 | 24.295631 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.589286 | false | false | 3 |
f5de3a3b8ac072f5ebef86b6b539c2d1ab30d8d2 | 16,080,357,603,460 | d5625a274019879735ccc3d0b2f87ee43ae95e1c | /common/src/main/java/top/codemc/common/util/singleton/Language.java | f9afab0f733c70d8e055b7169bbae02938c3a23f | [] | no_license | xiyouMc/XUPTScore | https://github.com/xiyouMc/XUPTScore | 9ba5ec948049fd2a0882ba81145884de2c2f20fb | 29dff919a3d9f6c37977ab6422448c8dd625bfd8 | refs/heads/master | 2021-01-19T05:21:02.186000 | 2016-10-13T16:29:58 | 2016-10-13T16:29:58 | 63,531,075 | 4 | 2 | null | false | 2016-08-10T14:32:35 | 2016-07-17T12:36:46 | 2016-07-17T13:22:35 | 2016-08-10T14:32:35 | 6,690 | 2 | 0 | 0 | Java | null | null | package top.codemc.common.util.singleton;
public class Language {
private String language;
private Boolean select;
public String getLanguage() {
return language;
}
public void setLanguage(String language) {
this.language = language;
}
public Boolean getSelect() {
... | UTF-8 | Java | 426 | java | Language.java | Java | [] | null | [] | package top.codemc.common.util.singleton;
public class Language {
private String language;
private Boolean select;
public String getLanguage() {
return language;
}
public void setLanguage(String language) {
this.language = language;
}
public Boolean getSelect() {
... | 426 | 0.631455 | 0.631455 | 24 | 16.75 | 16.018869 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 3 |
371984d4bc0fd1ab91156067de4346b68c0546e0 | 16,415,365,031,214 | c2eb769447641498a07f4cbad55ed8b541a80db5 | /src/PrimeGen.java | d0cea80603c92b633479f9e44b2939fd1224f44b | [] | no_license | WHEARobotics/PrimeProbs | https://github.com/WHEARobotics/PrimeProbs | 17f3f8a06ac3e56fdbe09da1f9a13a4066595779 | 50591d8f9274fbfde4b8b36ea91da6362f0585f1 | refs/heads/master | 2021-03-13T00:11:08.776000 | 2012-12-29T09:00:08 | 2012-12-29T09:00:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Implements a prime number generator.
* */
public class PrimeGen {
private int limit; // all primes will be less than this number.
private int index = 0; // Index into array.
private int [] primes = {2};
public PrimeGen(int maxPrime){
// Currently a stub that only creates an array of 5 primes.
... | UTF-8 | Java | 907 | java | PrimeGen.java | Java | [] | null | [] | /*
* Implements a prime number generator.
* */
public class PrimeGen {
private int limit; // all primes will be less than this number.
private int index = 0; // Index into array.
private int [] primes = {2};
public PrimeGen(int maxPrime){
// Currently a stub that only creates an array of 5 primes.
... | 907 | 0.62183 | 0.606395 | 35 | 23.914286 | 23.217445 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.971429 | false | false | 3 |
0148744629fd0decaa1179ccbe09c314b43c7740 | 19,894,288,564,955 | f63db1452f2139f919364f34f33279937d864967 | /src/FunctionalInterfaceDemo/Demo11FunctionApply.java | 2f3e7dd0cd9bb75469ca065531352e63647f7ccb | [] | no_license | wangchen1206/java8 | https://github.com/wangchen1206/java8 | 10c640a3d80532f1b834af0788476b533fe32a46 | 407fd1ad3cdaabc391268cd5eacd0578c84aefcb | refs/heads/master | 2020-12-09T19:49:54.003000 | 2020-01-16T12:42:00 | 2020-01-16T12:42:00 | 233,403,879 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package FunctionalInterfaceDemo;
import java.util.function.Function;
/**
* @Author: ck
* @Date: 2020/1/12 21:15
*/
public class Demo11FunctionApply {
private static void method(Function<String, Integer> function, String s) {
int r = function.apply(s);
System.out.println(r + 20);
}
publ... | UTF-8 | Java | 435 | java | Demo11FunctionApply.java | Java | [
{
"context": "port java.util.function.Function;\n\n/**\n * @Author: ck\n * @Date: 2020/1/12 21:15\n */\npublic class Demo11",
"end": 89,
"score": 0.9943195581436157,
"start": 87,
"tag": "USERNAME",
"value": "ck"
}
] | null | [] | package FunctionalInterfaceDemo;
import java.util.function.Function;
/**
* @Author: ck
* @Date: 2020/1/12 21:15
*/
public class Demo11FunctionApply {
private static void method(Function<String, Integer> function, String s) {
int r = function.apply(s);
System.out.println(r + 20);
}
publ... | 435 | 0.627586 | 0.586207 | 19 | 21.894737 | 20.700609 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 3 |
6965233cce5e0e04258975f55067f38b422d6d00 | 20,718,922,291,526 | 88b7b4202a355b5fa981c1ac957d2f2fade94034 | /android/app/src/main/java/com/vicman/jnitest/fragments/BaseFragment.java | 4841f0d0348cef4aaf8ffa1daeaeb8707a7647da | [] | no_license | ainur699/androidPlayground | https://github.com/ainur699/androidPlayground | fbe0951470df2b53e9a827d42d977dd71bdfcdda | 975b219bb301a94efe7f8959f29d2205d391e92f | refs/heads/master | 2020-05-03T04:50:37.591000 | 2019-04-04T18:43:04 | 2019-04-04T18:43:04 | 178,433,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vicman.jnitest.fragments;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import com.v... | UTF-8 | Java | 2,636 | java | BaseFragment.java | Java | [] | null | [] | package com.vicman.jnitest.fragments;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import com.v... | 2,636 | 0.698786 | 0.698407 | 101 | 25.09901 | 23.134777 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405941 | false | false | 3 |
c666bcca284953c49889aff49085c8cd2b244396 | 35,089,882,827,695 | 51de6588fcc2e13bf0210a0e4e8c71e727e99702 | /app/src/main/java/com/aite/a/activity/DistributionCenterActivity.java | c78b6643dcb992b68b0d3943d3955b095e2b5031 | [] | no_license | surpreme/AwangDa2.0.0 | https://github.com/surpreme/AwangDa2.0.0 | ef536df430ef23c92458489dbec0f505a0c325fd | cd8455f7f07ededb43bf0b3f26fc08b2becb5eca | refs/heads/master | 2022-04-26T00:45:37.247000 | 2020-04-08T01:09:12 | 2020-04-08T01:09:12 | 254,808,491 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aite.a.activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.wi... | UTF-8 | Java | 8,452 | java | DistributionCenterActivity.java | Java | [
{
"context": "oid.xutils.BitmapUtils;\n\n/**\n * 分销中心\n *\n * @author Administrator\n */\npublic class DistributionCenterActivity exten",
"end": 731,
"score": 0.9971073269844055,
"start": 718,
"tag": "NAME",
"value": "Administrator"
},
{
"context": "icon6};\n\n /**\n * 分销中心\n ... | null | [] | package com.aite.a.activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.wi... | 8,452 | 0.5724 | 0.568344 | 232 | 35.137932 | 26.226927 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62069 | false | false | 3 |
8a92957999fe133c313ff782161dcc7cf2748eae | 34,205,119,562,032 | de65e96ac2b8ef6fe6b313ad853be427e495a2ac | /gradletest/src/test/java/com/jatesun/test/spring/chp10/SqlTest.java | f56fef5e8c5a1325c025bc5cc6ca55719751b5a7 | [] | no_license | jatesun/gradletest | https://github.com/jatesun/gradletest | d8b0bbe33a12cfd764c29df573d6ce8c7ec43009 | 8b79c03db25b452278ed940c017f6dd4e802dbef | refs/heads/master | 2019-08-30T17:32:11.320000 | 2016-09-12T09:04:51 | 2016-09-12T09:04:51 | 61,086,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jatesun.test.spring.chp10;
import static org.junit.Assert.*;
import javax.annotation.Resource;
import org.junit.Test;
import com.alibaba.druid.sql.visitor.functions.Ucase;
import com.jatesun.springaction.chp10.TestSql;
import com.jatesun.springaction.chp5.data.User;
import com.jatesun.test.Ba... | UTF-8 | Java | 698 | java | SqlTest.java | Java | [
{
"context": ": SqlTest.java\r\n * @Description: TODO\r\n * @author: jateSun \r\n * @date: 2016年9月12日 上午11:21:51\r\n * @version: ",
"end": 405,
"score": 0.9150053858757019,
"start": 398,
"tag": "USERNAME",
"value": "jateSun"
},
{
"context": "ew User();\r\n\t\tuser.setId(\"003\");\r\... | null | [] | package com.jatesun.test.spring.chp10;
import static org.junit.Assert.*;
import javax.annotation.Resource;
import org.junit.Test;
import com.alibaba.druid.sql.visitor.functions.Ucase;
import com.jatesun.springaction.chp10.TestSql;
import com.jatesun.springaction.chp5.data.User;
import com.jatesun.test.Ba... | 698 | 0.684211 | 0.649123 | 33 | 18.727272 | 15.671384 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.787879 | false | false | 3 |
cf13acae2612a53efa47c82d6ce5c1a8dbf20965 | 34,205,119,563,283 | 454273aa8a77664df61adf9b2e41b070395d296d | /src/test/DFSGraphTraversal.java | af546b9fb0afd9aeac3c78543478d06edda18800 | [] | no_license | b1uebank/interviewprep | https://github.com/b1uebank/interviewprep | 00486453bc9141fc1c592c57c5808193eed58f89 | 2cbd09ae3fa4a1f57f56afb40c202c2ca0746cc7 | refs/heads/master | 2023-07-03T21:03:07.765000 | 2021-07-23T06:13:04 | 2021-07-23T06:13:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
public class DFSGraphTraversal {
Vertex[] adjLists;
public void dfs() {
boolean[] visited = new boolean[adjLists.length];
for (int v = 0; v < visited.length; v++) {
if (!visited[v]) {
System.out.println("\nSTARTING AT " + adjLists[v].name);
dfs(v, visited);
}
}
}
// recur... | UTF-8 | Java | 699 | java | DFSGraphTraversal.java | Java | [] | null | [] | package test;
public class DFSGraphTraversal {
Vertex[] adjLists;
public void dfs() {
boolean[] visited = new boolean[adjLists.length];
for (int v = 0; v < visited.length; v++) {
if (!visited[v]) {
System.out.println("\nSTARTING AT " + adjLists[v].name);
dfs(v, visited);
}
}
}
// recur... | 699 | 0.609442 | 0.608011 | 31 | 21.548388 | 23.49995 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.354839 | false | false | 3 |
36e5f2466d7008973e4cc5b069df9da080b28f93 | 35,579,509,096,249 | 907aa14b7352568c1cadfada92a4a2304248e641 | /src/main/java/edu/umss/fcyt/tourismapp/paquete_turistico/ServicioService.java | 1eea119ec3f598e5f198cd8dfb8dab624829769b | [] | no_license | AlRoBe/tourism-app | https://github.com/AlRoBe/tourism-app | 16de16bc41c0eabd038c4ab06a56f3ea9b12999b | ad901d69670b10ad6c0bfad4b24f8dee8a7d3ed6 | refs/heads/develop | 2020-03-30T05:37:52.604000 | 2018-11-28T12:52:42 | 2018-11-28T12:52:42 | 150,810,333 | 4 | 4 | null | false | 2018-11-28T12:52:43 | 2018-09-29T01:16:29 | 2018-11-28T12:28:01 | 2018-11-28T12:52:43 | 165 | 2 | 3 | 0 | Java | false | null | package edu.umss.fcyt.tourismapp.paquete_turistico;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class ServicioService {
@Autowired
private ServicioRepository servicioService;
public List<Servicio> ge... | UTF-8 | Java | 665 | java | ServicioService.java | Java | [] | null | [] | package edu.umss.fcyt.tourismapp.paquete_turistico;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class ServicioService {
@Autowired
private ServicioRepository servicioService;
public List<Servicio> ge... | 665 | 0.705263 | 0.705263 | 30 | 21.166666 | 20.428873 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 3 |
8e3c78acdf330e4ba8a748156747f9be585c8563 | 8,967,891,782,317 | 804db40cb4bfaa22896df16df3ee52af71c99ced | /meet-all-api/src/main/java/fr/pinguet62/meetall/ExpiredTokenException.java | b0c33809272bddc330b98f5fc8a8c678d4a3c0c7 | [] | no_license | pinguet62/meet-all | https://github.com/pinguet62/meet-all | eb0efb5a8606c5b10f4f71911e08601d5b929cd6 | f758f6dca99e9fdf3f487e5eaf8de1449f7d88a8 | refs/heads/main | 2022-03-17T21:00:49.454000 | 2021-12-20T14:51:09 | 2022-02-13T16:02:28 | 155,382,177 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.pinguet62.meetall;
public class ExpiredTokenException extends RuntimeException {
public ExpiredTokenException(Throwable cause) {
super(cause);
}
}
| UTF-8 | Java | 177 | java | ExpiredTokenException.java | Java | [
{
"context": "package fr.pinguet62.meetall;\n\npublic class ExpiredTokenException exte",
"end": 20,
"score": 0.8015920519828796,
"start": 15,
"tag": "USERNAME",
"value": "uet62"
}
] | null | [] | package fr.pinguet62.meetall;
public class ExpiredTokenException extends RuntimeException {
public ExpiredTokenException(Throwable cause) {
super(cause);
}
}
| 177 | 0.740113 | 0.728814 | 9 | 18.666666 | 22.345768 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 3 |
5588e3d93ba085ce909cdefab28248d866ede341 | 10,247,791,998,072 | 6084ff044107ea79367dbd3e642ca9a7e654c985 | /src/main/java/pro/hirooka/chukasa/operator/ITimerTaskParameterCalculator.java | 5ab7dfdad054aaaa7d0d5e579dae2da6c003e533 | [
"MIT"
] | permissive | eliransapir/chukasa | https://github.com/eliransapir/chukasa | 5297df7040eb6385b6c93a6d0df04175def78362 | 4a3219f4e5ebcc684707fa9d682deca15eb5230b | refs/heads/master | 2020-04-02T21:45:38.567000 | 2016-01-24T14:06:02 | 2016-01-24T14:06:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pro.hirooka.chukasa.operator;
public interface ITimerTaskParameterCalculator {
void calculate(int adaptiveBitrateStreaming);
}
| UTF-8 | Java | 140 | java | ITimerTaskParameterCalculator.java | Java | [] | null | [] | package pro.hirooka.chukasa.operator;
public interface ITimerTaskParameterCalculator {
void calculate(int adaptiveBitrateStreaming);
}
| 140 | 0.828571 | 0.828571 | 5 | 27 | 22.045408 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
c8f919ad5d5eea1ab7a7cbc0245973a4bc0b85cd | 17,686,675,329,979 | e30e784d7ee56674973b80b367b6ba73a98091d2 | /trade-service/src/main/java/com/youzan/trade/order/service/ChildOrderAddressService.java | c32e029939a1bb06f2c6694c1f44c02f8c675e0f | [] | no_license | suevip/trade-1 | https://github.com/suevip/trade-1 | 774bb35a3aa878c42280f6770524eba08923b4aa | 4a48848eebb5ebcf0958fcdc61b4a6e357ec38b8 | refs/heads/master | 2018-01-14T17:41:43.441000 | 2016-02-22T08:39:47 | 2016-02-22T08:39:47 | 63,680,598 | 1 | 0 | null | true | 2016-07-19T09:30:20 | 2016-07-19T09:30:20 | 2016-03-03T15:33:51 | 2016-03-03T15:35:16 | 2,599 | 0 | 0 | 0 | null | null | null | package com.youzan.trade.order.service;
import com.youzan.trade.api.delivery.model.OrderAddress;
import java.util.List;
/**
* Created by yangliane on 15/10/12.
*/
public interface ChildOrderAddressService {
/**
* 根据order id list 批量查询
* @param kdtId
* @param orderIds
* @return
*/
L... | UTF-8 | Java | 409 | java | ChildOrderAddressService.java | Java | [
{
"context": "ddress;\n\nimport java.util.List;\n\n/**\n * Created by yangliane on 15/10/12.\n */\npublic interface ChildOrderAddre",
"end": 150,
"score": 0.9996612071990967,
"start": 141,
"tag": "USERNAME",
"value": "yangliane"
}
] | null | [] | package com.youzan.trade.order.service;
import com.youzan.trade.api.delivery.model.OrderAddress;
import java.util.List;
/**
* Created by yangliane on 15/10/12.
*/
public interface ChildOrderAddressService {
/**
* 根据order id list 批量查询
* @param kdtId
* @param orderIds
* @return
*/
L... | 409 | 0.687657 | 0.672544 | 19 | 19.894737 | 21.635485 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 3 |
ca2423ff373d531aae4689f969c01474b098d02d | 32,787,780,345,975 | fd1d7fb08d1eb2261976e8c490b86e1c5e45cefe | /8/284/src/Example31.java | a804ccedcb07d91230fa434a1745c47d8b5c4d83 | [] | no_license | jianhanke/Java_first | https://github.com/jianhanke/Java_first | 95c7c726f8150d355f3e448207ff29b90d5196c9 | 5d00fcad421bc0f951a8e907b7c7d6684b44cc84 | refs/heads/master | 2020-06-03T20:23:05.592000 | 2019-07-06T01:57:47 | 2019-07-06T01:57:47 | 191,716,532 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
public class Example31 {
public static void main(String[] args) throws Exception{
RandomAccessFile raf=new RandomAccessFile("time.txt","rw");
int times=0;
times=Integer.parseInt(raf.readLine());
if(times>0) {
System.out.println("你可以用试用"+--times+"次!");
raf.seek(0);
raf.writ... | GB18030 | Java | 495 | java | Example31.java | Java | [] | null | [] | import java.io.*;
public class Example31 {
public static void main(String[] args) throws Exception{
RandomAccessFile raf=new RandomAccessFile("time.txt","rw");
int times=0;
times=Integer.parseInt(raf.readLine());
if(times>0) {
System.out.println("你可以用试用"+--times+"次!");
raf.seek(0);
raf.writ... | 495 | 0.626932 | 0.615894 | 17 | 24.588236 | 18.081707 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.470588 | false | false | 3 |
bfb3db5b760916a819730119aeffa03e57bc4a6d | 17,085,379,913,157 | 257e3c24a3b3e8b85088ef0512adbbed57651fd5 | /app/src/main/java/bav/androidatcommands/commands/AtPlusCMGD.java | c7d95cac9ea5e8041c9e0a8c46e12e9a5aba36ec | [] | no_license | aleksandr-bakanov/android-at-commands | https://github.com/aleksandr-bakanov/android-at-commands | 70c16c6ba8d33a6019e82f6243f1e1d91bf318ab | c8500ae5b8dc469afabb0dee97469db71c0a3236 | refs/heads/master | 2021-01-20T01:50:41.843000 | 2018-08-09T19:32:44 | 2018-08-09T19:32:44 | 83,810,287 | 6 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bav.androidatcommands.commands;
import android.content.Context;
import bav.androidatcommands.R;
public class AtPlusCMGD extends ATcommand {
public AtPlusCMGD(Context ctx) {
super("+CMGD", DEFAULT_ANSWER_WAIT_TIMEOUT_MS);
mDescription = ctx.getString(R.string.at_plus_cmgd_description);
... | UTF-8 | Java | 324 | java | AtPlusCMGD.java | Java | [] | null | [] | package bav.androidatcommands.commands;
import android.content.Context;
import bav.androidatcommands.R;
public class AtPlusCMGD extends ATcommand {
public AtPlusCMGD(Context ctx) {
super("+CMGD", DEFAULT_ANSWER_WAIT_TIMEOUT_MS);
mDescription = ctx.getString(R.string.at_plus_cmgd_description);
... | 324 | 0.737654 | 0.737654 | 11 | 28.454546 | 23.192333 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 3 |
428129e975f7ccd2c9bdded290921ec22dc9873a | 26,929,444,951,902 | b5fb27b42e205312b6d4b57a8c65e36fb7e9f708 | /app/src/main/java/me/bitfrom/yandexmoneycatalog/database/Category.java | 0e34e63266e23ed79b5451c9604fc6fbd82733c9 | [] | no_license | KChernenko/YandexMoneyCatalog | https://github.com/KChernenko/YandexMoneyCatalog | e69dfbc2facb2e17aaedb80b3d47894c2fcdcc2c | e0e956ca6886aa6651165662193f8fb9ac708e10 | refs/heads/master | 2015-09-25T18:53:39.130000 | 2015-09-18T23:04:36 | 2015-09-18T23:04:36 | 41,045,484 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.bitfrom.yandexmoneycatalog.database;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
/**
* Created by Constantine on 25.08.2015.
*/
public class Category extends RealmObject {
@PrimaryKey
private String id;
private String title;
private SubCategory subCategory;
... | UTF-8 | Java | 753 | java | Category.java | Java | [
{
"context": "o.realm.annotations.PrimaryKey;\n\n/**\n * Created by Constantine on 25.08.2015.\n */\npublic class Category extends ",
"end": 148,
"score": 0.999414324760437,
"start": 137,
"tag": "NAME",
"value": "Constantine"
}
] | null | [] | package me.bitfrom.yandexmoneycatalog.database;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
/**
* Created by Constantine on 25.08.2015.
*/
public class Category extends RealmObject {
@PrimaryKey
private String id;
private String title;
private SubCategory subCategory;
... | 753 | 0.649402 | 0.638778 | 39 | 18.307692 | 16.939037 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 3 |
56d21e0ef165e18931081612015ac1f7d5fa55bf | 15,083,925,144,154 | b6e7a2f9f05cd2aa1ab88d8304d4dbd397879968 | /src/main/java/fair/tfcengineer/common/Render/FridgeRender.java | 7fffcff20409a69bf1c38cc6766a5949b0fb2d1e | [] | no_license | DrFair/TFCEngineer | https://github.com/DrFair/TFCEngineer | c9a053e9bcea49d37de93ef75a692e1f18784633 | 2bb600dbfd76d3ed7dd4c54a986f0c21c08bb1fe | refs/heads/master | 2022-10-23T21:11:30.373000 | 2017-02-09T00:04:51 | 2017-02-09T00:04:51 | 69,613,074 | 2 | 4 | null | false | 2022-09-24T07:04:16 | 2016-09-29T22:31:36 | 2018-01-27T15:52:44 | 2022-09-24T07:02:48 | 101 | 2 | 3 | 2 | Java | false | false | package fair.tfcengineer.common.Render;
import net.minecraft.block.Block;
import net.minecraft.client.renderer.RenderBlocks;
import net.minecraft.world.IBlockAccess;
public class FridgeRender extends SidedBlockRender {
@Override
public boolean renderWorldBlock(IBlockAccess world, int x, int y, int z, Block b... | UTF-8 | Java | 572 | java | FridgeRender.java | Java | [] | null | [] | package fair.tfcengineer.common.Render;
import net.minecraft.block.Block;
import net.minecraft.client.renderer.RenderBlocks;
import net.minecraft.world.IBlockAccess;
public class FridgeRender extends SidedBlockRender {
@Override
public boolean renderWorldBlock(IBlockAccess world, int x, int y, int z, Block b... | 572 | 0.708042 | 0.694056 | 18 | 30.777779 | 31.163647 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.277778 | false | false | 3 |
036ec9fe4d33c74fb3f0d2f5f80fcccc091dd734 | 15,075,335,279,933 | 863c1b35c4dbf413223a8c800a9dcf675559dc6e | /jmoviedb/src/main/java/com/googlecode/jmoviedb/CONST.java | c1b51bf3bda46b8747107c3eb18e1b6c5f2d0c9a | [] | no_license | torlye/jmoviedb | https://github.com/torlye/jmoviedb | d1276a495efe337ba301b1fd5561b40393ca5f6f | df9d5aad4c7584c497d1fe1deb849dbf8154cf50 | refs/heads/master | 2023-04-30T05:03:03.379000 | 2022-12-04T21:04:10 | 2022-12-04T21:04:10 | 41,412,174 | 0 | 0 | null | false | 2023-04-14T17:58:13 | 2015-08-26T07:51:33 | 2021-10-21T14:27:25 | 2023-04-14T17:58:12 | 30,163 | 0 | 0 | 2 | Java | false | false | /*
* This file is part of JMoviedb.
*
* Copyright (C) Tor Arne Lye torarnelye@gmail.com
*
* JMoviedb is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your optio... | UTF-8 | Java | 14,022 | java | CONST.java | Java | [
{
"context": "This file is part of JMoviedb.\n *\n * Copyright (C) Tor Arne Lye torarnelye@gmail.com\n *\n * JMoviedb is free softw",
"end": 69,
"score": 0.9998943209648132,
"start": 57,
"tag": "NAME",
"value": "Tor Arne Lye"
},
{
"context": "part of JMoviedb.\n *\n * Copyright (C) T... | null | [] | /*
* This file is part of JMoviedb.
*
* Copyright (C) <NAME> <EMAIL>
*
* JMoviedb is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later versio... | 13,997 | 0.69391 | 0.680502 | 523 | 25.810707 | 30.951954 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.183556 | false | false | 3 |
85feb7c7b61e1e41d18f6449c809244c949c3cf7 | 26,697,516,729,238 | 1cb44083986ad03a66dc8297e61d2bad97839fa5 | /app/src/main/java/com/offers/couponempire/fragment/BaseNativeListFragment1.java | 6d8b034218e7438280bab519243b44b778e53a46 | [] | no_license | hromit/CouponEmpire | https://github.com/hromit/CouponEmpire | 8fcb420ef0a230c83f2e850660499bc48e42e906 | fd4c6a50f31cdac748bb4b5451cf7fb9d7851b18 | refs/heads/master | 2021-01-10T10:09:33.683000 | 2015-12-11T19:22:25 | 2015-12-11T19:22:27 | 47,844,650 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.offers.couponempire.fragment;
import android.app.Activity;
import android.net.Uri;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.AnimationUtils;
import com.offers.couponempir... | UTF-8 | Java | 2,602 | java | BaseNativeListFragment1.java | Java | [] | null | [] | package com.offers.couponempire.fragment;
import android.app.Activity;
import android.net.Uri;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.AnimationUtils;
import com.offers.couponempir... | 2,602 | 0.631822 | 0.631437 | 86 | 29.255814 | 23.805504 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
0d28678461b20b6e86279c4f0760a93b348792e3 | 30,872,224,923,875 | 39225481d385d9e4937c903b4741230f767aaf09 | /src/test/java/com/imooc/basic/guard/SalaryStrategyEnumTest.java | 2f102eb3e60942324d49213a67853ca7c6d29862 | [] | no_license | chujianyun/imooc-javalearning | https://github.com/chujianyun/imooc-javalearning | cbfe516fc5cf0facd2d97d7390e98f2f5350b1b5 | 8ff475194eeb9fb2d5642c9d623a8c461c08aa9c | refs/heads/master | 2022-06-23T10:06:47.796000 | 2019-12-15T16:29:57 | 2019-12-15T16:29:57 | 196,828,800 | 0 | 0 | null | false | 2022-06-17T02:18:39 | 2019-07-14T11:34:50 | 2019-12-15T16:30:45 | 2022-06-17T02:18:39 | 182 | 0 | 0 | 7 | Java | false | false | package com.imooc.basic.guard;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import static org.junit.Assert.*;
@Slf4j
public class SalaryStrategyEnumTest {
@Test
public void getSalary() {
SalaryStrategyEnum salaryStrategyEnum = SalaryStrategyEnum.valueOf(0);
if(salaryStrategyEnum ... | UTF-8 | Java | 450 | java | SalaryStrategyEnumTest.java | Java | [] | null | [] | package com.imooc.basic.guard;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import static org.junit.Assert.*;
@Slf4j
public class SalaryStrategyEnumTest {
@Test
public void getSalary() {
SalaryStrategyEnum salaryStrategyEnum = SalaryStrategyEnum.valueOf(0);
if(salaryStrategyEnum ... | 450 | 0.68552 | 0.676471 | 18 | 23.611111 | 26.249104 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 3 |
ce39cc0d66671679116ffc6f282661890e52ca6b | 2,499,670,976,255 | 5fdd9cf2d33fee48d343cf0d2fa37f2a40c0b372 | /online_edu_permission/src/main/java/com/atguigu/acl/service/impl/IndexServiceImpl.java | 6a96462f315a6d252f60fbf57dee4845c33e22e9 | [] | no_license | hahagioi998/online_edu_parent | https://github.com/hahagioi998/online_edu_parent | 4c88d6eab54388e2c602dc620c69a3984a4fe798 | 51e9bab41404aa273450cc989cb03cb70200921b | refs/heads/master | 2023-05-12T23:59:07.369000 | 2020-05-11T11:18:57 | 2020-05-11T11:18:57 | 485,859,282 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atguigu.acl.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.atguigu.acl.entity.TPermission;
import com.atguigu.acl.entity.TUser;
import com.atguigu.acl.helper.MenuHelper;
import com.atguigu.acl.helper.TPermissionHelper;
import com.atguigu.acl.service.IndexService;
import com.atguigu.acl.se... | UTF-8 | Java | 2,669 | java | IndexServiceImpl.java | Java | [
{
"context": "w QueryWrapper<>();\n wrapper.eq(\"username\",userName);\n TUser dbUser = userService.getOne(wrapp",
"end": 2036,
"score": 0.9933938384056091,
"start": 2028,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package com.atguigu.acl.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.atguigu.acl.entity.TPermission;
import com.atguigu.acl.entity.TUser;
import com.atguigu.acl.helper.MenuHelper;
import com.atguigu.acl.helper.TPermissionHelper;
import com.atguigu.acl.service.IndexService;
import com.atguigu.acl.se... | 2,669 | 0.730097 | 0.721553 | 66 | 38.015152 | 25.119408 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.757576 | false | false | 3 |
0fa16712d9c85587d4e3e6d3e80a9c5e19611dd3 | 1,984,274,904,137 | 374d9ae49f79c7b182eafa36ca3c3fd5f1ef74a7 | /chain-of-responsibility/src/main/java/freelec/chainofresponsiblity/client/Stock.java | 2031dc0645ca15c8aad0e1acbaaffd37d9fc4f26 | [] | no_license | kenshin579/java-design-pattern | https://github.com/kenshin579/java-design-pattern | ce9801e1aed7fd144a180fad12006b57055be8cc | 57ed4bf0428d4515774274c215dd5065c3d5ce1b | refs/heads/master | 2021-01-01T17:43:46.121000 | 2020-12-13T10:16:45 | 2020-12-13T10:16:45 | 12,368,219 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package freelec.chainofresponsiblity.client;
import java.io.Serializable;
public class Stock implements Serializable {
private String item;
private int current;
private float upndwn;
private float upndwnper;
public Stock(String item, int current, float upndwn, float upndwnper) {
this.ite... | UTF-8 | Java | 1,007 | java | Stock.java | Java | [] | null | [] | package freelec.chainofresponsiblity.client;
import java.io.Serializable;
public class Stock implements Serializable {
private String item;
private int current;
private float upndwn;
private float upndwnper;
public Stock(String item, int current, float upndwn, float upndwnper) {
this.ite... | 1,007 | 0.616683 | 0.616683 | 51 | 18.745098 | 17.25 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 3 |
0af8c1cf62b9ce2814c077467199dc0b82197183 | 14,723,147,900,341 | bbadb452ede0f0030a3abcd44e9dd4377530c66e | /src/main/java/fr/thesmyler/terramap/network/playersync/SP2CPlayerSyncPacket.java | fe70e132a720d8ac21115cf0767a0b643d94e6f4 | [
"MIT"
] | permissive | Gelberdaniel19/terramap | https://github.com/Gelberdaniel19/terramap | a8371aef4fcd30e3cd79cc04317b6e0e83131c18 | 7696fc3abc8641e7863785f405fd319261eb7633 | refs/heads/master | 2023-06-03T10:27:30.972000 | 2021-06-21T11:42:24 | 2021-06-21T11:42:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.thesmyler.terramap.network.playersync;
import java.util.UUID;
import fr.thesmyler.terramap.TerramapClientContext;
import fr.thesmyler.terramap.network.TerramapNetworkManager;
import io.netty.buffer.ByteBuf;
import net.buildtheearth.terraplusplus.projection.OutOfProjectionBoundsException;
import net.minecra... | UTF-8 | Java | 2,890 | java | SP2CPlayerSyncPacket.java | Java | [] | null | [] | package fr.thesmyler.terramap.network.playersync;
import java.util.UUID;
import fr.thesmyler.terramap.TerramapClientContext;
import fr.thesmyler.terramap.network.TerramapNetworkManager;
import io.netty.buffer.ByteBuf;
import net.buildtheearth.terraplusplus.projection.OutOfProjectionBoundsException;
import net.minecra... | 2,890 | 0.788927 | 0.785467 | 77 | 36.532467 | 33.035042 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.116883 | false | false | 3 |
18c1ccd252865682e9e5668d83cefddfc01b3c56 | 6,030,134,093,460 | 809dab229d72a2b6aba18b9c8a0a6f0490e137b0 | /backend/utilities/utils.java | 4c2ac1b1a0cc50945681ee5408f2eecc9b5cfa62 | [] | no_license | Ben-Wunderlich/FractalExplorer | https://github.com/Ben-Wunderlich/FractalExplorer | 45fc7ee8957cc343d4889c0f0906cf67c19d3a65 | 8f6f28f74ceba3075da6a0c489a76eee3a51494f | refs/heads/master | 2020-08-26T22:14:43.150000 | 2020-04-19T20:02:01 | 2020-04-19T20:02:01 | 217,164,693 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utilities;
public class utils{
public static void errorMsg(String er){
System.out.println(er);
}
public static boolean isNumber(String str){
try{
Double.parseDouble(str);return true;}
catch(NumberFormatException e){
return false;}
}
public ... | UTF-8 | Java | 936 | java | utils.java | Java | [] | null | [] | package utilities;
public class utils{
public static void errorMsg(String er){
System.out.println(er);
}
public static boolean isNumber(String str){
try{
Double.parseDouble(str);return true;}
catch(NumberFormatException e){
return false;}
}
public ... | 936 | 0.639957 | 0.628205 | 34 | 26.558823 | 26.408768 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382353 | false | false | 3 |
97c52e59734f96fbeeba3b28c27121f75b7c1a66 | 6,030,134,095,849 | ce2367b39e6e0826c0e4a17f5bd3627a73fe8e77 | /Java8Stuff/src/com/lambda/Greeting.java | bba39c8917b5ad926db95416214457aa8676d9fd | [] | no_license | parjanyaroy/JavaPracticeProjects | https://github.com/parjanyaroy/JavaPracticeProjects | a54196068893a22c2bac6d4f9fd4e2a684942557 | b5889ae1cf783f2c7fdd3df9d6bff4240c1a1e01 | refs/heads/master | 2021-09-11T20:57:19.844000 | 2018-04-12T09:03:25 | 2018-04-12T09:03:25 | 114,755,495 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lambda;
@FunctionalInterface
public interface Greeting {
public void perform();
default String sayHello()
{
return "Hello";
}
default String sayHi()
{
callStaticMethod();
return "Hello";
}
static void callStaticMethod()
{
System.out.println("This is a static method");
}
}
| UTF-8 | Java | 317 | java | Greeting.java | Java | [] | null | [] | package com.lambda;
@FunctionalInterface
public interface Greeting {
public void perform();
default String sayHello()
{
return "Hello";
}
default String sayHi()
{
callStaticMethod();
return "Hello";
}
static void callStaticMethod()
{
System.out.println("This is a static method");
}
}
| 317 | 0.671924 | 0.671924 | 26 | 11.192307 | 12.833307 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 3 |
fda68abd643d893553623310ea0f82403ccccb17 | 4,801,773,455,849 | 1fb757214b4c0b813a086f5e67af0f98def77438 | /src/main/java/com/jason/joda/Java8TimeTest.java | 571237126b9f0bfb7d06c53ec377b761b0bf9dad | [] | no_license | smallbaby/j8 | https://github.com/smallbaby/j8 | cfbae83cefc1b468bdd49a28dfb4a2692cd1a922 | 7bdd72c7877e3cfd5f59d5092531292f2793b2eb | refs/heads/master | 2020-12-27T02:44:02.427000 | 2020-02-02T07:56:00 | 2020-02-02T07:56:00 | 237,737,654 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jason.joda;
import java.time.Clock;
import java.time.LocalDate;
import java.time.ZoneId;
import java.time.temporal.ChronoUnit;
import java.util.Set;
import java.util.TreeSet;
/**
* author: zhangkai
* date: 2020-01-31
* description:
*/
public class Java8TimeTest {
public static void main(String[] a... | UTF-8 | Java | 1,173 | java | Java8TimeTest.java | Java | [
{
"context": "til.Set;\nimport java.util.TreeSet;\n\n/**\n * author: zhangkai\n * date: 2020-01-31\n * description:\n */\npublic cl",
"end": 212,
"score": 0.9936957955360413,
"start": 204,
"tag": "USERNAME",
"value": "zhangkai"
}
] | null | [] | package com.jason.joda;
import java.time.Clock;
import java.time.LocalDate;
import java.time.ZoneId;
import java.time.temporal.ChronoUnit;
import java.util.Set;
import java.util.TreeSet;
/**
* author: zhangkai
* date: 2020-01-31
* description:
*/
public class Java8TimeTest {
public static void main(String[] a... | 1,173 | 0.630861 | 0.617221 | 60 | 18.549999 | 22.158087 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
96fce3383146d8c8af2346ce2850656d4f71b9a1 | 28,346,784,170,530 | 2fa851e66d704810b9e73f5976f0f317fa248d29 | /src/main/java/org/tullio/algo/dp/tsp/TspSet.java | 1596df41425eda97c3521b1c4e93d2ba63f94810 | [] | no_license | marc0uk/AlgoMusings | https://github.com/marc0uk/AlgoMusings | 00d711244ce0a274a49a8f4860a8899ffee6236c | 08d7fc83d2536b556f3fb3b455736c881249dd9e | refs/heads/master | 2021-01-18T13:58:44.785000 | 2015-01-21T19:58:15 | 2015-01-21T19:58:15 | 7,318,794 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tullio.algo.dp.tsp;
import java.util.Iterator;
public class TspSet implements Iterable<Integer>{
private final int max;
private final int size;
private final int key;
public TspSet(final int numCities, final int set, final int citiesInSet) {
max = numCities;
size = citiesInSet;
key = set;
}
... | UTF-8 | Java | 1,213 | java | TspSet.java | Java | [] | null | [] | package org.tullio.algo.dp.tsp;
import java.util.Iterator;
public class TspSet implements Iterable<Integer>{
private final int max;
private final int size;
private final int key;
public TspSet(final int numCities, final int set, final int citiesInSet) {
max = numCities;
size = citiesInSet;
key = set;
}
... | 1,213 | 0.642209 | 0.635614 | 69 | 16.57971 | 17.388491 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.855072 | false | false | 3 |
890ba8d4afbc2c2e9b465f795901aee2cac3ac1d | 8,615,704,412,576 | fe263e1ef845195f8cdd52c8f6d140117684bc91 | /VeilingWebService/src/fec/florecom/xml/data/draft/orderstandardmessage/_7/PutOrderResponseMessage.java | de0c7cd49c828e48780494e0c50b7fdc264917fe | [] | no_license | paulociencia/git | https://github.com/paulociencia/git | 9179a176abec729596c49279985e7ea41a061c0b | f880e58156cc3bd3c243db6d19ae1d2992c50917 | refs/heads/master | 2016-09-06T16:21:43.705000 | 2013-11-18T17:17:27 | 2013-11-18T17:17:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package fec.florecom.xml.data.draft.orderstandardmessage._7;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for PutOrderResponseMessage complex typ... | UTF-8 | Java | 3,808 | java | PutOrderResponseMessage.java | Java | [] | null | [] |
package fec.florecom.xml.data.draft.orderstandardmessage._7;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for PutOrderResponseMessage complex typ... | 3,808 | 0.576943 | 0.572216 | 126 | 28.206348 | 27.615074 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34127 | false | false | 3 |
5eef77cf5bcf3c7b2e0534e11c179a3eeb241723 | 14,955,076,140,650 | 87dbac15d365393f108ad5e41296aa680c0129a4 | /COMP5134_Project/src/comp5134/view/SystemAdminButton.java | 7fa8e8ecae6bbf8f7ee834791d2d3c4aefa019a4 | [] | no_license | 14000421g/comp_five_one_three_four | https://github.com/14000421g/comp_five_one_three_four | 0df511fa53f4567639925b25c07fd355eb3148f4 | 844c8ac1ee986d6b0c5523a080f164cdcc4ae59d | HEAD | 2016-09-08T02:07:32.912000 | 2015-04-16T01:35:44 | 2015-04-16T01:35:44 | 33,984,810 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package comp5134.view;
import javax.swing.JButton;
public class SystemAdminButton extends JButton {
/**
*
*/
private static final long serialVersionUID = 256604245443871900L;
public SystemAdminButton(String text){
super(text);
}
}
| UTF-8 | Java | 253 | java | SystemAdminButton.java | Java | [] | null | [] | package comp5134.view;
import javax.swing.JButton;
public class SystemAdminButton extends JButton {
/**
*
*/
private static final long serialVersionUID = 256604245443871900L;
public SystemAdminButton(String text){
super(text);
}
}
| 253 | 0.72332 | 0.636364 | 20 | 11.65 | 18.61525 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 3 |
57f76d938e1e003f9aa85538d4eef9b78f0a2b88 | 25,907,242,745,173 | b8e581759035efc6004ebe89daa0b0a4f41bc99f | /src/main/java/com/rysh/module/statistics/beans/ArticleDetail.java | ce726358bee20ea999e6f6c9c108d3ea09c81027 | [] | no_license | sengeiou/RongYiLife-Java | https://github.com/sengeiou/RongYiLife-Java | f1ad2e759b396fefdc81e19699511df48f82dbf6 | b42e24a9fea2e850086afbe940b14025f6d8cbc2 | refs/heads/master | 2022-11-19T22:29:56.776000 | 2020-06-28T14:36:00 | 2020-06-28T14:36:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rysh.module.statistics.beans;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.util.Date;
@Data
public class ArticleDetail {
private String id;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm",timezone = "GMT+8")
private Date createdTime;
private String title... | UTF-8 | Java | 436 | java | ArticleDetail.java | Java | [] | null | [] | package com.rysh.module.statistics.beans;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.util.Date;
@Data
public class ArticleDetail {
private String id;
@JsonFormat(pattern = "yyyy-MM-dd HH:mm",timezone = "GMT+8")
private Date createdTime;
private String title... | 436 | 0.720183 | 0.71789 | 25 | 16.440001 | 17.817026 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 3 |
11136c5c749f4d8a7b1ab1e88382b03e85adcd3d | 20,100,446,959,869 | eef823ab9dc08ba42b77e04cbd11412bdaf04ab2 | /src/application/MainStage.java | e85250119ea154af76e1a973ca9579c36a9586e2 | [] | no_license | MatthewHinton56/SankeyDiagram | https://github.com/MatthewHinton56/SankeyDiagram | c5ceb4371ccd7ecc8650742fbe5dd378f23abb0d | 12962409554b441647677232bf9689acd8f1507f | refs/heads/master | 2021-04-30T01:15:01.527000 | 2018-02-24T21:59:37 | 2018-02-24T21:59:37 | 121,479,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application;
import javafx.application.Application;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.canvas.Canvas;
import javafx.scene.layout.BorderPane;
import javafx.scene.layout.Pane;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
public class MainStage extends Applic... | UTF-8 | Java | 1,057 | java | MainStage.java | Java | [] | null | [] | package application;
import javafx.application.Application;
import javafx.scene.Group;
import javafx.scene.Scene;
import javafx.scene.canvas.Canvas;
import javafx.scene.layout.BorderPane;
import javafx.scene.layout.Pane;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
public class MainStage extends Applic... | 1,057 | 0.746452 | 0.726585 | 40 | 25.424999 | 22.215858 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 3 |
237f310f30173b9d83f97ce4349b420ac6eef97a | 2,276,332,686,598 | cc5a7d0bfe6519e2d462de1ac9ef793fb610f2a7 | /api1/src/test/java/com/heb/pm/index/VendorWriterTest.java | 1816ec73924b8999da2251ab169760e80c5fbf88 | [] | no_license | manosbatsis/SAVEFILECOMPANY | https://github.com/manosbatsis/SAVEFILECOMPANY | d21535a46aebedf2a425fa231c678658d4b017a4 | c33d41cf13dd2ff5bb3a882f6aecc89b24a206be | refs/heads/master | 2023-03-21T04:46:23.286000 | 2019-10-10T10:38:02 | 2019-10-10T10:38:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* VendorWriterTest
*
* Copyright (c) 2016 HEB
* All rights reserved.
*
* This software is the confidential and proprietary information
* of HEB.
*/
package com.heb.pm.index;
import com.heb.pm.entity.Vendor;
import com.heb.pm.repository.VendorIndexRepository;
import org.junit.Assert;
import org.junit.T... | UTF-8 | Java | 3,528 | java | VendorWriterTest.java | Java | [
{
"context": "il.List;\n\n/**\n * Tests VendorWriter.\n *\n * @author d116773\n * @since 2.0.2\n */\npublic class VendorWriterTest",
"end": 535,
"score": 0.9994655847549438,
"start": 528,
"tag": "USERNAME",
"value": "d116773"
}
] | null | [] | /*
* VendorWriterTest
*
* Copyright (c) 2016 HEB
* All rights reserved.
*
* This software is the confidential and proprietary information
* of HEB.
*/
package com.heb.pm.index;
import com.heb.pm.entity.Vendor;
import com.heb.pm.repository.VendorIndexRepository;
import org.junit.Assert;
import org.junit.T... | 3,528 | 0.727041 | 0.720522 | 134 | 25.328358 | 28.232187 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380597 | false | false | 3 |
0aad2a2446984b2fba71d1cc912f21f9d8e81ede | 2,276,332,686,125 | d084229cdc9593e26b822e5d1c4b3721facaa74f | /src/test/java/hazelcast/.svn/text-base/AssertUnimplementedMethodsTest.java.svn-base | aa0c1a661b425585cfd8e506eddeea1effa98e0c | [] | no_license | d-smith/ds-ksu-mse | https://github.com/d-smith/ds-ksu-mse | b8e1606a3931cd03187a1f72777e2190c0c13cf0 | 3e03c348ab4ac94d1de5dc7900e626cefa17eb57 | refs/heads/master | 2020-05-04T22:17:02.947000 | 2014-12-17T16:45:39 | 2014-12-17T16:45:39 | 4,963,180 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hazelcast;
import junit.framework.TestCase;
import org.apache.commons.lang.NotImplementedException;
import org.springframework.context.ApplicationContext;
import util.AppConfigFactory;
/**
* This test class is to formalize the methods that will not be provided from a
* Hazelcast map and store standpoint. ... | UTF-8 | Java | 3,440 | AssertUnimplementedMethodsTest.java.svn-base | Java | [] | null | [] | package hazelcast;
import junit.framework.TestCase;
import org.apache.commons.lang.NotImplementedException;
import org.springframework.context.ApplicationContext;
import util.AppConfigFactory;
/**
* This test class is to formalize the methods that will not be provided from a
* Hazelcast map and store standpoint. ... | 3,440 | 0.678198 | 0.675291 | 180 | 18.111111 | 19.56212 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.044445 | false | false | 3 | |
3989fe33a1a9d4af1621027c54d635100bd7e41c | 4,191,888,089,873 | 08888a29fc00788e49390cbf6590a9c5b9a88f95 | /cgtjr/academics/elctrclengnrng/fem/gui/pnl/FEMIcnPnl.java | b48f4339022b99b6ad42674f44b81386d9dc39a7 | [] | no_license | hellohung1229/cgtjr_csa | https://github.com/hellohung1229/cgtjr_csa | eebfd3f8f04deb89ca4346b13b79c87640527f58 | 5591dc8c2ec22fd4d94d1895b83c1313f1537df9 | refs/heads/master | 2021-04-15T05:00:42.743000 | 2017-10-23T20:43:33 | 2017-10-23T20:43:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cgtjr.academics.elctrclengnrng.fem.gui.pnl;
import cgtjr.academics.elctrclengnrng.fem.gui.bttn.ClndrclTrnglTpSrfcBttn;
import cgtjr.academics.elctrclengnrng.fem.gui.bttn.FEMClndrclBttn;
import cgtjr.academics.elctrclengnrng.fem.gui.bttn.FEMClndrclQuadBttn;
import cgtjr.academics.elctrclengnrng.fem.gui.bttn.FEM... | UTF-8 | Java | 2,902 | java | FEMIcnPnl.java | Java | [] | null | [] | package cgtjr.academics.elctrclengnrng.fem.gui.pnl;
import cgtjr.academics.elctrclengnrng.fem.gui.bttn.ClndrclTrnglTpSrfcBttn;
import cgtjr.academics.elctrclengnrng.fem.gui.bttn.FEMClndrclBttn;
import cgtjr.academics.elctrclengnrng.fem.gui.bttn.FEMClndrclQuadBttn;
import cgtjr.academics.elctrclengnrng.fem.gui.bttn.FEM... | 2,902 | 0.75224 | 0.751551 | 70 | 40.471428 | 27.19334 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 3 |
d93e3f917acd49de70467140974434bc63cf8546 | 5,875,515,278,482 | a5e6c6e063e453523afe0843637715bba057dccc | /src/main/java/com/hello2morrow/sonarplugin/foundation/SonargraphStandaloneMetricNames.java | 9838fecd1399ef204a0321ca09700af8fe89405a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | desionyang/sonar-sonargraph | https://github.com/desionyang/sonar-sonargraph | 1b1f1500422b29867a080655bcef4ba3cd9cc19c | a6f0a12549e20ce88b2be506872433409cef2fe6 | refs/heads/master | 2020-03-27T13:42:57.984000 | 2016-07-13T08:11:40 | 2016-07-13T08:11:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Sonar Sonargraph Plugin
* Copyright (C) 2009, 2010, 2011 hello2morrow GmbH
* mailto: info AT hello2morrow DOT com
*
* 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
*
* ht... | UTF-8 | Java | 2,603 | java | SonargraphStandaloneMetricNames.java | Java | [] | null | [] | /*
* Sonar Sonargraph Plugin
* Copyright (C) 2009, 2010, 2011 hello2morrow GmbH
* mailto: info AT hello2morrow DOT com
*
* 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
*
* ht... | 2,603 | 0.780638 | 0.773338 | 48 | 52.229168 | 29.1992 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.645833 | false | false | 3 |
bd884f2519b1e34135bdd0bf8fd6c366980f1f96 | 24,446,953,870,144 | daa1cb74a57928ed84ae67142dc25939118ab9f9 | /it/raptor/lang/runtime/HttpDownloadFunction.java | dbfa22416c3696c0dbda8f33cd2427190df0c3bc | [] | no_license | karonte691/Raptor | https://github.com/karonte691/Raptor | b6f51629c8e0fb44f8166cd35932480eaf7eef8c | 5a97970d06dd86d65f341913e04c758c76cf01ce | refs/heads/master | 2016-09-06T16:46:58.733000 | 2013-04-30T10:52:17 | 2013-04-30T10:52:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Raptor Interpreter engine
Copyright (C) 2013 Luca Magistrelli <blackstorm010[at]gmail[dot]com>
Based on ZemScript interpreter by Cameron Zemek Copyright (c) 2008 grom[at]zeminvaders[dot]net
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General P... | UTF-8 | Java | 2,766 | java | HttpDownloadFunction.java | Java | [
{
"context": " Raptor Interpreter engine\r\n\r\n Copyright (C) 2013 Luca Magistrelli <blackstorm010[at]gmail[dot]com>\r\n\r\n Based on Zem",
"end": 73,
"score": 0.9997861981391907,
"start": 57,
"tag": "NAME",
"value": "Luca Magistrelli"
},
{
"context": "ail[dot]com>\r\n\r\n Based on... | null | [] | /*
Raptor Interpreter engine
Copyright (C) 2013 <NAME> <blackstorm010[at]gmail[dot]com>
Based on ZemScript interpreter by <NAME> Copyright (c) 2008 grom[at]zeminvaders[dot]net
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
a... | 2,749 | 0.645698 | 0.637021 | 91 | 28.373627 | 24.978518 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527473 | false | false | 3 |
a3485d080173736672cd2f337b6e74f7ca87811f | 19,009,525,299,019 | be63867bcba1e7581f16349ed80d0a418012369b | /InterviewQuestions/src/programmingSession/CountOfEachVowel.java | c4935a72ff505753f549cade8461cfb4086450d9 | [] | no_license | nadellarajeshbabu/InterviewQuestions | https://github.com/nadellarajeshbabu/InterviewQuestions | e064618212eec358f9c524f5c1f5cadff983db7b | 8829cc01f6ee726b6749f817a1f75526bb01a996 | refs/heads/master | 2020-12-22T02:11:50.814000 | 2020-01-28T02:14:47 | 2020-01-28T02:14:47 | 236,639,279 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package programmingSession;
import java.util.Scanner;
public class CountOfEachVowel
{
static char c;
public static void main(String[] args)
{
String s1="developer";
int counta=0;int counte=0;int counti=0;
int counto=0;
int countu=0;
System.out.println("Count of each vowel in a given String: ");... | UTF-8 | Java | 858 | java | CountOfEachVowel.java | Java | [] | null | [] | package programmingSession;
import java.util.Scanner;
public class CountOfEachVowel
{
static char c;
public static void main(String[] args)
{
String s1="developer";
int counta=0;int counte=0;int counti=0;
int counto=0;
int countu=0;
System.out.println("Count of each vowel in a given String: ");... | 858 | 0.543124 | 0.531469 | 44 | 17.5 | 15.685112 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.75 | false | false | 3 |
277467bbbf55ca38a47cba208a6840c925e6e7ed | 30,777,735,663,328 | 6c06d71b99983263dc85b7cbadb708a94a3008a7 | /links/src/main/java/com/zerotrust/links/service/impl/AgentServiceImpl.java | 682a8e71cfc8405cb1d606b8b4c4127725c7f48e | [
"Apache-2.0"
] | permissive | alisle/ZeroTrust-Server | https://github.com/alisle/ZeroTrust-Server | 7375128034c4797da57f04b44f22d3823cf86d1c | 3f708609f5853ebb0573a004c1da7628e20cca59 | refs/heads/master | 2023-01-13T05:57:14.425000 | 2020-06-06T04:46:40 | 2020-06-06T04:46:40 | 154,124,903 | 6 | 2 | null | false | 2023-01-07T03:36:16 | 2018-10-22T10:26:35 | 2022-08-02T09:46:34 | 2023-01-07T03:36:15 | 3,492 | 5 | 2 | 35 | Java | false | false | package com.zerotrust.links.service.impl;
import com.zerotrust.links.event.NewCloseConnection;
import com.zerotrust.links.event.NewOpenConnection;
import com.zerotrust.links.exception.AgentNotFoundException;
import com.zerotrust.model.entity.Agent;
import com.zerotrust.model.entity.IPAddress;
import com.zerotrust.mode... | UTF-8 | Java | 3,605 | java | AgentServiceImpl.java | Java | [] | null | [] | package com.zerotrust.links.service.impl;
import com.zerotrust.links.event.NewCloseConnection;
import com.zerotrust.links.event.NewOpenConnection;
import com.zerotrust.links.exception.AgentNotFoundException;
import com.zerotrust.model.entity.Agent;
import com.zerotrust.model.entity.IPAddress;
import com.zerotrust.mode... | 3,605 | 0.68932 | 0.68932 | 119 | 29.294117 | 25.468502 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 3 |
30654369ed77f0becf6bcd10d111686039fb6ba3 | 30,777,735,663,506 | 810dcae09950172b5ec45fb9a015662d486699b1 | /src/main/java/tools/Params.java | a90c629b3458338165c22459e812683522ad94e9 | [] | no_license | kharinandrii/selenium-java-junittest | https://github.com/kharinandrii/selenium-java-junittest | d5214b963a457cd6a166f123916e299dcfbebebe | 323842d9b612c03fc443a328cf835aea5bfb2a65 | refs/heads/master | 2023-05-12T21:37:24.297000 | 2020-08-13T07:06:13 | 2020-08-13T07:06:13 | 283,976,821 | 0 | 0 | null | false | 2023-05-09T18:53:04 | 2020-07-31T07:53:35 | 2020-08-13T07:07:40 | 2023-05-09T18:53:00 | 28 | 0 | 0 | 1 | Java | false | false | package tools;
public class Params {
public String SITE_URL = "http://opencart.abstracta.us/";
public String PASSWORD = "demo1234";
public String EXPECTED_SUCCESS_MESSAGE = "Your Account Has Been Created!";
public String LOGIN = "test@test.com";
public String ADD_TO_CARD = "Add to Cart";
publi... | UTF-8 | Java | 426 | java | Params.java | Java | [
{
"context": "art.abstracta.us/\";\n public String PASSWORD = \"demo1234\";\n public String EXPECTED_SUCCESS_MESSAGE = \"",
"end": 138,
"score": 0.9989756345748901,
"start": 130,
"tag": "PASSWORD",
"value": "demo1234"
},
{
"context": "nt Has Been Created!\";\n public String... | null | [] | package tools;
public class Params {
public String SITE_URL = "http://opencart.abstracta.us/";
public String PASSWORD = "<PASSWORD>";
public String EXPECTED_SUCCESS_MESSAGE = "Your Account Has Been Created!";
public String LOGIN = "<EMAIL>";
public String ADD_TO_CARD = "Add to Cart";
public St... | 422 | 0.676056 | 0.666667 | 13 | 31.76923 | 27.15243 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 3 |
ca7af17415da24da34618a9653a016c4bfef85eb | 27,006,754,375,981 | cc3f4327f60b467ea7b0313cdd0180123d929708 | /src/controller/Hello.java | 8994e46494362b742e3bd9b2ee954634cc39d104 | [] | no_license | fujian76531/springmvc-01 | https://github.com/fujian76531/springmvc-01 | 2b705b6c26b138681581129eccab48ee288f4517 | 84b690fe4efc6065ea6b59a5d1c3f1f213d0bddf | refs/heads/master | 2020-04-19T16:02:39.370000 | 2019-01-30T08:03:25 | 2019-01-30T08:03:25 | 168,292,440 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;/**
* Created by 437862485@qq.com on 2019/1/30.
*/
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.portlet.bind.annotation.RenderMapping;
/**
* @author :launche... | UTF-8 | Java | 577 | java | Hello.java | Java | [
{
"context": "package controller;/**\n * Created by 437862485@qq.com on 2019/1/30.\n */\n\nimport org.springframework.ste",
"end": 53,
"score": 0.9997971057891846,
"start": 37,
"tag": "EMAIL",
"value": "437862485@qq.com"
},
{
"context": "t.bind.annotation.RenderMapping;\n\n/**\n * @a... | null | [] | package controller;/**
* Created by <EMAIL> on 2019/1/30.
*/
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.portlet.bind.annotation.RenderMapping;
/**
* @author :launcher
* @dat... | 568 | 0.726795 | 0.686515 | 22 | 24.954546 | 20.822796 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 3 |
9412e85db743dfe3a7802c79f8d97445365924d3 | 15,375,982,931,379 | aced807556e044f6453408828a4efd92d9580b67 | /POH7/TwinTail/Main.java | eaa4f2d7640533702154d6771292f43eb9bb7695 | [
"MIT"
] | permissive | neetsdkasu/Paiza-POH-MySolutions | https://github.com/neetsdkasu/Paiza-POH-MySolutions | 5b3d2174b1707b567d2232e034ffa0cd82151dd6 | 4a968a13e62e7de2fadce163fea4cadf629b5148 | refs/heads/master | 2021-06-23T02:42:52.340000 | 2017-09-04T08:32:12 | 2017-09-04T08:32:12 | 19,866,175 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Try POH
// author: Leonardone @ NEETSDKASU
import java.io.*;
import java.util.*;
import java.util.function.*;
import java.util.regex.*;
import java.util.stream.*;
public class Main {
void solve() throws Exception {
int c1 = scni(), p1 = scni();
int c2 = scni(), p2 = scni();
... | UTF-8 | Java | 3,917 | java | Main.java | Java | [
{
"context": "// Try POH\n// author: Leonardone @ NEETSDKASU\nimport java.io.*;\nimport java.util.*",
"end": 32,
"score": 0.9998151063919067,
"start": 22,
"tag": "NAME",
"value": "Leonardone"
}
] | null | [] | // Try POH
// author: Leonardone @ NEETSDKASU
import java.io.*;
import java.util.*;
import java.util.function.*;
import java.util.regex.*;
import java.util.stream.*;
public class Main {
void solve() throws Exception {
int c1 = scni(), p1 = scni();
int c2 = scni(), p2 = scni();
... | 3,917 | 0.500128 | 0.493235 | 66 | 58.348484 | 41.708038 | 153 | false | false | 0 | 0 | 0 | 0 | 83 | 0.042379 | 1.863636 | false | false | 3 |
1ebbb0071aec0c4baba5610f77fe621da19a9956 | 29,472,065,604,388 | b5d7a1b5ac2a9c0441dc43e4d69ad5b5a1ef15af | /src/main/java/com/plohoy/generator/model/tool/impl/maven/tag/BuildTag.java | a8d06c431b1ca9ecb44f11807d1ecd358b581013 | [] | no_license | alexdoublesmile/7-code-generator | https://github.com/alexdoublesmile/7-code-generator | 5dcaae831f192ca6150ca6a6836f4b3b1aeed593 | c3d34db28ee96f12104b688364e11eeff60838d0 | refs/heads/master | 2023-03-18T15:08:36.694000 | 2021-03-11T15:13:55 | 2021-03-11T15:13:55 | 322,788,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.plohoy.generator.model.tool.impl.maven.tag;
import com.plohoy.generator.model.codeentity.CodeEntity;
import com.plohoy.generator.util.stringhelper.list.impl.IndentList;
import lombok.Data;
import java.util.List;
@Data
public class BuildTag extends TagEntity {
public BuildTag(String name, List<String>... | UTF-8 | Java | 774 | java | BuildTag.java | Java | [] | null | [] | package com.plohoy.generator.model.tool.impl.maven.tag;
import com.plohoy.generator.model.codeentity.CodeEntity;
import com.plohoy.generator.util.stringhelper.list.impl.IndentList;
import lombok.Data;
import java.util.List;
@Data
public class BuildTag extends TagEntity {
public BuildTag(String name, List<String>... | 774 | 0.705426 | 0.705426 | 27 | 27.666666 | 29.57852 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.851852 | false | false | 3 |
c564117d5aba40c5c260cc917e72dd5d9bfde95b | 3,667,902,102,773 | 4205dfde71b543d56945f851fc5c78b2fc7a12b6 | /spring-tecaj-02/src/main/java/net/springinaction/exercise3/WeatherData.java | dd40bd4daa61ad957a65d40ee58f6c4783d14101 | [] | no_license | bmlikota/spring-tecaj | https://github.com/bmlikota/spring-tecaj | 6d93d8501ff055a80ba5fb6fbb36ee4e9e9bf778 | 98350eea07a33c38454fc2ac2bf9e3fdc43a2c8e | HEAD | 2016-08-11T20:34:09.616000 | 2015-10-21T11:37:23 | 2015-10-21T11:37:23 | 44,588,761 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.springinaction.exercise3;
import java.io.Serializable;
public class WeatherData implements Serializable {
String place;
String weatherToday;
String weatherTomorrow;
String weatherDayAfterTomorrow;
public WeatherData(String place, String weatherToday, String weatherTomorrow, String weathe... | UTF-8 | Java | 1,188 | java | WeatherData.java | Java | [] | null | [] | package net.springinaction.exercise3;
import java.io.Serializable;
public class WeatherData implements Serializable {
String place;
String weatherToday;
String weatherTomorrow;
String weatherDayAfterTomorrow;
public WeatherData(String place, String weatherToday, String weatherTomorrow, String weathe... | 1,188 | 0.76431 | 0.763468 | 44 | 25 | 24 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.522727 | false | false | 3 |
9e299fef492ffc9d0dfe4f889816395c358b3e73 | 27,032,524,210,841 | 8bc883d970d8f5fb155bad718eaee62685bf6d01 | /src/de/uni_paderborn/robots/gui/MainToolBar.java | e34ee2768f938d19f390b703c29dd1fdaa7078e8 | [] | no_license | syd711/robot-game | https://github.com/syd711/robot-game | fc95c6f637b4337a026c76e16a3bbcb0adb835d1 | 2fe0ab99028f1f3d0e144825f4aad41dc1510e3f | refs/heads/master | 2021-01-01T18:34:54.994000 | 2013-02-17T08:39:16 | 2013-02-17T08:39:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.uni_paderborn.robots.gui;
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/**
* The games main toolbar.
*/
class MainToolBar extends JToolBar
{
/**
* Creates a new toolbar to display in the MainWindow
*
* @param myMainWindow The games MainWindow-insta... | UTF-8 | Java | 8,781 | java | MainToolBar.java | Java | [] | null | [] | package de.uni_paderborn.robots.gui;
import java.io.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/**
* The games main toolbar.
*/
class MainToolBar extends JToolBar
{
/**
* Creates a new toolbar to display in the MainWindow
*
* @param myMainWindow The games MainWindow-insta... | 8,781 | 0.412595 | 0.412595 | 186 | 46.209679 | 32.354954 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575269 | false | false | 3 |
ed24eb82bc42dba17524540fb2677605b34c8a81 | 13,013,750,924,585 | 55702214b12cbb106cf44ad028b9a76b4ead7124 | /librarys/src/dao/CurrentBorrowDAO.java | 8231b3f19355284f2bdfef022c553c1235bdafeb | [] | no_license | secondhand-transaction/Second-Hand-Pro | https://github.com/secondhand-transaction/Second-Hand-Pro | 73d4ed779b63abe8c363372c1ea003b6b75e2b35 | 26f3585a12ad8165a13e322be0834c117eeee019 | refs/heads/master | 2020-06-13T11:37:11.835000 | 2019-07-02T03:03:42 | 2019-07-02T03:03:42 | 194,641,022 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import entity.CurrentBorrow;
import utils.DBHelper;
public class CurrentBorrowDAO {
private Cu... | UTF-8 | Java | 5,893 | java | CurrentBorrowDAO.java | Java | [] | null | [] | package dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.Statement;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import entity.CurrentBorrow;
import utils.DBHelper;
public class CurrentBorrowDAO {
private Cu... | 5,893 | 0.653487 | 0.646021 | 225 | 24.182222 | 21.199741 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.893333 | false | false | 3 |
5d10dc9d5ad82ab1ce97a385d83794684dbdd3b5 | 11,330,123,771,409 | 5a2d31bfad8ac0c6fdae35bc6d3ef5cadef9f44e | /app/src/main/java/ca/antonious/habittracker/interactions/AddHabit.java | 53990ffbf02ec66787bb9eb294bf43c4571d9aa3 | [
"MIT"
] | permissive | gantonious/HabitTracker | https://github.com/gantonious/HabitTracker | d1afaee327d4be9ec50df8b8d768f81e67b5a019 | 31c2ca8067c4a34fa6ae89f13b0657d8357306e8 | refs/heads/master | 2021-06-19T10:18:12.468000 | 2017-07-02T17:13:39 | 2017-07-02T17:13:39 | 67,173,535 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ca.antonious.habittracker.interactions;
import java.util.Date;
import java.util.List;
import ca.antonious.habittracker.habitstorage.IHabitRepository;
import ca.antonious.habittracker.models.Habit;
/**
* Created by George on 2016-09-12.
*
* Exposes a method to create a new Habit in the System
*/
public cl... | UTF-8 | Java | 756 | java | AddHabit.java | Java | [
{
"context": "ious.habittracker.models.Habit;\n\n/**\n * Created by George on 2016-09-12.\n *\n * Exposes a method to create a",
"end": 232,
"score": 0.996896505355835,
"start": 226,
"tag": "NAME",
"value": "George"
}
] | null | [] | package ca.antonious.habittracker.interactions;
import java.util.Date;
import java.util.List;
import ca.antonious.habittracker.habitstorage.IHabitRepository;
import ca.antonious.habittracker.models.Habit;
/**
* Created by George on 2016-09-12.
*
* Exposes a method to create a new Habit in the System
*/
public cl... | 756 | 0.718254 | 0.707672 | 29 | 25.068966 | 22.34206 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 3 |
8ecfb276eab034161393a2d74374fb2665541843 | 5,342,939,346,257 | c56f07a564d3720a3b291fbc24bd453205c04df3 | /snuggletex-core/src/test/java/uk/ac/ed/ph/snuggletex/LineTests.java | a07a274d30c4dd58f887cbb9268307cb01a4f012 | [] | no_license | nobleson/snuggletex-1 | https://github.com/nobleson/snuggletex-1 | 62fb31e970e7ebf0fb231f38b4600f86044a746c | c77c5d3afed863432b447b327f4e507274c873eb | refs/heads/master | 2021-01-22T20:21:36.265000 | 2015-03-11T17:56:06 | 2015-03-11T17:56:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* $Id:LineTests.java 179 2008-08-01 13:41:24Z davemckain $
*
* Copyright (c) 2010, The University of Edinburgh.
* All Rights Reserved
*/
package uk.ac.ed.ph.snuggletex;
import uk.ac.ed.ph.snuggletex.definitions.W3CConstants;
import uk.ac.ed.ph.snuggletex.testutil.TestFileHelper;
import java.util.Collection;
imp... | UTF-8 | Java | 1,647 | java | LineTests.java | Java | [
{
"context": "/* $Id:LineTests.java 179 2008-08-01 13:41:24Z davemckain $\n *\n * Copyright (c) 2010, The University of Edi",
"end": 57,
"score": 0.9985233545303345,
"start": 47,
"tag": "USERNAME",
"value": "davemckain"
},
{
"context": "tiple input lines for convenience.\n * \n * @au... | null | [] | /* $Id:LineTests.java 179 2008-08-01 13:41:24Z davemckain $
*
* Copyright (c) 2010, The University of Edinburgh.
* All Rights Reserved
*/
package uk.ac.ed.ph.snuggletex;
import uk.ac.ed.ph.snuggletex.definitions.W3CConstants;
import uk.ac.ed.ph.snuggletex.testutil.TestFileHelper;
import java.util.Collection;
imp... | 1,641 | 0.669095 | 0.652702 | 55 | 28.945454 | 26.808695 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.381818 | false | false | 3 |
e54351d3badb0d6b115f4644253b8f0f162cdfc8 | 1,614,907,752,779 | 96d9d794baf424089f0a0966137eecc10a087eb8 | /ru.taxi-ms/ru.taxims.domain/src/main/java/ru/taxims/domain/interfaces/core/UserService.java | 23e8228c538b1fd1dd3560894cccb2b799c2eee6 | [] | no_license | faniskhakov/ms-as | https://github.com/faniskhakov/ms-as | 4bb4cba0a03c2e166a4face487dab95ea5a00faf | d53f1b28bb11c5ca745ac0419b5c86ee363e9102 | refs/heads/master | 2021-01-23T19:44:21.427000 | 2014-12-23T09:48:24 | 2014-12-23T09:48:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.taxims.domain.interfaces.core;
import ru.taxims.domain.datamodels.User;
import ru.taxims.domain.exception.CacheException;
import ru.taxims.domain.exception.DaoException;
import javax.ejb.Local;
import java.util.Map;
/**
* Created by Developer_DB on 12.11.14.
*/
@Local
public interface UserS... | UTF-8 | Java | 1,133 | java | UserService.java | Java | [
{
"context": "ocal;\r\nimport java.util.Map;\r\n\r\n/**\r\n * Created by Developer_DB on 12.11.14.\r\n */\r\n@Local\r\npublic interface UserS",
"end": 270,
"score": 0.9993217587471008,
"start": 258,
"tag": "USERNAME",
"value": "Developer_DB"
}
] | null | [] | package ru.taxims.domain.interfaces.core;
import ru.taxims.domain.datamodels.User;
import ru.taxims.domain.exception.CacheException;
import ru.taxims.domain.exception.DaoException;
import javax.ejb.Local;
import java.util.Map;
/**
* Created by Developer_DB on 12.11.14.
*/
@Local
public interface UserS... | 1,133 | 0.799647 | 0.794351 | 26 | 41.576923 | 33.510242 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 3 |
57501a321a3af33a6302440a73b7b3bbb8932a88 | 18,064,632,477,399 | e8b822f9c4542fb3b1fb5e8d86194b0618f09c43 | /OrdenacaoInterna/src/Main.java | 44e877216be761ce18b532bde3e49897a4477a1e | [] | no_license | iac-isabella/TPA | https://github.com/iac-isabella/TPA | cc00de89cf860c908e09a644201e0a079013bbe6 | 83268ca1b9284e2c2c83b068e69844b8bad05c40 | refs/heads/master | 2021-01-02T22:57:59.086000 | 2014-12-14T17:57:06 | 2014-12-14T17:57:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* Classe que modela a rotina de testes.
*/
public class Main {
public static void main(String[] args) {
/**
* Define a quantidade de Registros a ser utilizada nos testes.
*/
final int qua... | UTF-8 | Java | 3,627 | java | Main.java | Java | [] | null | [] | import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* Classe que modela a rotina de testes.
*/
public class Main {
public static void main(String[] args) {
/**
* Define a quantidade de Registros a ser utilizada nos testes.
*/
final int qua... | 3,627 | 0.60744 | 0.60633 | 98 | 35.7449 | 28.219732 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520408 | false | false | 3 |
a87ee5e3691266895cd016bbb4165032193b455b | 18,064,632,478,903 | 4ff5761421285ce2b749879aa476dc3f68cd418f | /shianghergo/src/main/java/com/shianghergo/controller/ALLController.java | 8a5208758c38d5680e2e4338578ba38ee7b404e4 | [] | no_license | wade5141000/shianghergo | https://github.com/wade5141000/shianghergo | b5ff21b3939f1fcaf20d1baddfeccf58980dfd95 | 822e36c264b2bdcf3b3f523aac6729a013a3e385 | refs/heads/master | 2022-12-21T00:19:37.367000 | 2020-05-19T07:28:47 | 2020-05-19T07:28:47 | 207,445,533 | 0 | 9 | null | false | 2022-12-16T09:54:10 | 2019-09-10T02:15:12 | 2020-05-19T07:28:52 | 2022-12-16T09:54:07 | 24,500 | 0 | 5 | 7 | Java | false | false | package com.shianghergo.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.ui.ModelMap;
import org.springframe... | UTF-8 | Java | 17,300 | java | ALLController.java | Java | [
{
"context": "g password, Model model) {\n\n\t\tif (account.equals(\"admin\") && password.equals(\"1009\")) {\n\n\t\t\tList<Category",
"end": 2277,
"score": 0.8074398636817932,
"start": 2272,
"tag": "USERNAME",
"value": "admin"
},
{
"context": "\t\tif (account.equals(\"admin\") && pa... | null | [] | package com.shianghergo.controller;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.ui.ModelMap;
import org.springframe... | 17,306 | 0.666426 | 0.665345 | 675 | 23.657778 | 25.316425 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.502222 | false | false | 3 |
3af9f20695a62b84c16c862f669f638ee8d6de92 | 26,345,329,418,604 | 44c14eb7e29a50e1eee37e7cf793de523bc3788d | /mc/src/main/java/com/makenv/model/mc/server/message/pojo/Emis.java | c0a5318afdf6eefa6018c08915fca7ad17391371 | [] | no_license | Dr-wgy/hh | https://github.com/Dr-wgy/hh | 4b78f6c2de25d6547b9d9d28e85f0d5458575709 | 2e01b5bc80ef57e87b5ec404ec389be362ccbb99 | refs/heads/master | 2022-05-02T06:45:13.347000 | 2017-10-31T10:46:30 | 2017-10-31T10:46:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.makenv.model.mc.server.message.pojo;
/**
* Created by wgy on 2017/2/23.
*/
public class Emis {
private String calctype;
private String psal;
private String ssal;
// private List<String> model;
// private Cmaq cmaq;
// private Megan megan;
private String sourceid;
private String meiccityco... | UTF-8 | Java | 1,008 | java | Emis.java | Java | [
{
"context": "v.model.mc.server.message.pojo;\n\n/**\n * Created by wgy on 2017/2/23.\n */\npublic class Emis {\n\n private ",
"end": 71,
"score": 0.9996280670166016,
"start": 68,
"tag": "USERNAME",
"value": "wgy"
}
] | null | [] | package com.makenv.model.mc.server.message.pojo;
/**
* Created by wgy on 2017/2/23.
*/
public class Emis {
private String calctype;
private String psal;
private String ssal;
// private List<String> model;
// private Cmaq cmaq;
// private Megan megan;
private String sourceid;
private String meiccityco... | 1,008 | 0.675595 | 0.668651 | 58 | 16.379311 | 15.674301 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327586 | false | false | 3 |
4bd7157a1828066ccf9298500014711cffa2006c | 33,011,118,666,679 | e0afa335ced4dc9ead4f0d3e8188aa7d7303f215 | /src/catalogos/CatalogoCliente.java | 94fcc7d5dea250a6ef02e6514fe30cbb43c05f81 | [] | no_license | juancruzg/NegocioRopa | https://github.com/juancruzg/NegocioRopa | 5f6c2059876b26113121cc6620f6b615930f98b3 | f1e58f3f4dcf70be239804a3031463f66472258f | refs/heads/master | 2021-01-12T12:37:15.447000 | 2016-10-22T19:51:33 | 2016-10-22T19:51:33 | 69,617,982 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package catalogos;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import entidades.Cliente;
import entidades.RankingCantidadCompras;
import entidades.RankingPreciosCompras;
import excepciones.RespuestaServidor;
public... | ISO-8859-3 | Java | 8,738 | java | CatalogoCliente.java | Java | [] | null | [] | package catalogos;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import entidades.Cliente;
import entidades.RankingCantidadCompras;
import entidades.RankingPreciosCompras;
import excepciones.RespuestaServidor;
public... | 8,738 | 0.651133 | 0.648729 | 387 | 21.568476 | 23.52309 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.875969 | false | false | 3 |
6dd0667b39beffe9153cee5e731e3509a94fea5f | 30,451,318,154,114 | e48bc5f8d229acc76b16d9382f7e5d11be1c3914 | /lab3/Flik/Flik.java | 1cf80b0e367dc255aca4f8e83e4034f619983972 | [] | no_license | xuanlc113/cs61b | https://github.com/xuanlc113/cs61b | cdb9778c6a0e960e8bce7bb2040f690ca8385902 | a604f1ed59caff30611e5c2409c8b549f3a67060 | refs/heads/master | 2021-10-23T15:58:31.093000 | 2019-03-18T14:27:22 | 2019-03-18T14:27:22 | 164,098,918 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /** An Integer tester created by Flik Enterprises. */
import static org.junit.Assert.*;
import org.junit.Test;
public class Flik {
public static boolean isSameNumber(Integer a, Integer b) {
return a == b;
}
@Test
public void testSame() {
HorribleSteve A = new HorribleSteve();
... | UTF-8 | Java | 439 | java | Flik.java | Java | [] | null | [] | /** An Integer tester created by Flik Enterprises. */
import static org.junit.Assert.*;
import org.junit.Test;
public class Flik {
public static boolean isSameNumber(Integer a, Integer b) {
return a == b;
}
@Test
public void testSame() {
HorribleSteve A = new HorribleSteve();
... | 439 | 0.61959 | 0.592255 | 18 | 23.388889 | 19.734737 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.