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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
57dd40d6783319a4e10fc8f4aeffd55b7e727242 | 5,617,817,276,664 | 05ca7f4b7e51ab0e08b5969bd9f50ef8cd159439 | /admin/src/main/java/com/hyk/code/common/annotation/SystemLog.java | 1956e81e6bf39784eb2f1db471002a4cff95cd80 | [] | no_license | ganjiaxin/jiayouduoduo | https://github.com/ganjiaxin/jiayouduoduo | a8c99716a08c382440244caef7c0d649d5e6b13e | 06de09fe6ea2193a1af50e1cbf1ff6641eea927e | refs/heads/master | 2020-05-16T03:11:19.672000 | 2019-04-25T14:52:41 | 2019-04-25T14:52:41 | 182,650,676 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hyk.code.common.annotation;
import java.lang.annotation.*;
/**
* 操作日志注解
* Created by chzhxiang on 2018/4/12.
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SystemLog {
/**操作模块*/
public static enum Module {
USER("用户模块"),
SETTING(... | UTF-8 | Java | 1,376 | java | SystemLog.java | Java | [
{
"context": "va.lang.annotation.*;\n\n/**\n * 操作日志注解\n * Created by chzhxiang on 2018/4/12.\n */\n@Target(ElementType.METHOD)\n@Re",
"end": 110,
"score": 0.9996912479400635,
"start": 101,
"tag": "USERNAME",
"value": "chzhxiang"
}
] | null | [] | package com.hyk.code.common.annotation;
import java.lang.annotation.*;
/**
* 操作日志注解
* Created by chzhxiang on 2018/4/12.
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface SystemLog {
/**操作模块*/
public static enum Module {
USER("用户模块"),
SETTING(... | 1,376 | 0.485981 | 0.475857 | 66 | 18.469696 | 14.266107 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 2 |
8d72a6c06f25fee4f58f39c858f291401cf36a65 | 14,499,809,631,920 | 96089e8bc312fba2ffc15ae5c96c93c97b0e42d8 | /nQueen.java | 27adf9231c268502548814a77fe5b6e9de3a6b14 | [] | no_license | JakkulaSairam/Programs | https://github.com/JakkulaSairam/Programs | c0eee3c0b2178e829eff6abe4cd05ffb4ced2702 | a86fb16440c10c8c48f4e27d05b7f7d17744ca33 | refs/heads/master | 2023-05-24T01:33:25.145000 | 2021-06-18T07:35:55 | 2021-06-18T07:35:55 | 370,239,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class nQueen {
public static void main(String[] args) {
Scanner sc= new Scanner(System.in);
int n=sc.nextInt();
int board[][]=new int[n][n];
if( placeQueens(board,n,0))
for (int i = 0; i < board.length; i++) {
for (int j = 0; j < board.l... | UTF-8 | Java | 1,587 | java | nQueen.java | Java | [] | null | [] | import java.util.*;
public class nQueen {
public static void main(String[] args) {
Scanner sc= new Scanner(System.in);
int n=sc.nextInt();
int board[][]=new int[n][n];
if( placeQueens(board,n,0))
for (int i = 0; i < board.length; i++) {
for (int j = 0; j < board.l... | 1,587 | 0.405797 | 0.381222 | 55 | 27.872726 | 20.549767 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.781818 | false | false | 2 |
f1d1437274f0367e8fe6dc83a435c1229595ef4b | 8,890,582,303,600 | e408990cda7a78780ba69c7f6ed210105b6e58e0 | /src/chapter06_Class/sec13_Modifier/part01_Class_Access/pack01/Apple.java | 59725029529081d594d557844b9886c324bb1338 | [] | no_license | youngjinchoi916/this_is_java | https://github.com/youngjinchoi916/this_is_java | 9d8346d35b435293482ad4e7469d91c148ff4ecb | 099d10c6fa367318954d86c26ccfd9a268922739 | refs/heads/master | 2023-03-13T05:59:42.467000 | 2021-03-08T14:07:55 | 2021-03-08T14:07:55 | 323,531,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter06_Class.sec13_Modifier.part01_Class_Access.pack01;
import chapter06_Class.sec13_Modifier.part01_Class_Access.pack02.Cherry;
//클래스 선언시 public을 생략하면 default 접근 제한을 갖는다.
//default 접근 제한을 가지게 되면 같은 패키지에서는 아무런 제한 없이 사용할 수 있지만, 다른 패키지에서는 사용할 수 없도록 제한된다.
class Apple {
/* Apple 클래스와 같은 패키지에 속하는 public 클래스인 ... | UTF-8 | Java | 743 | java | Apple.java | Java | [] | null | [] | package chapter06_Class.sec13_Modifier.part01_Class_Access.pack01;
import chapter06_Class.sec13_Modifier.part01_Class_Access.pack02.Cherry;
//클래스 선언시 public을 생략하면 default 접근 제한을 갖는다.
//default 접근 제한을 가지게 되면 같은 패키지에서는 아무런 제한 없이 사용할 수 있지만, 다른 패키지에서는 사용할 수 없도록 제한된다.
class Apple {
/* Apple 클래스와 같은 패키지에 속하는 public 클래스인 ... | 743 | 0.73913 | 0.706004 | 16 | 29.1875 | 27.942394 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 2 |
ac1a4197ef0f9a11154282920acde2e86510638a | 4,105,988,784,389 | 6fc1781aff7f1be3cb015bc14f38d45eb9debce1 | /Starbucks/src/com/Ruslan/ALevel/coffeeHouse/CoffeeHouse.java | fef35b9fc499bd9311de91a61ab3441340ca7fe7 | [] | no_license | RuslanMck/Modul_1 | https://github.com/RuslanMck/Modul_1 | 9e46b967130622d01360ae8285ed1a1623a16069 | 921c17382091fc127804c3e0271c80f19a022d85 | refs/heads/develop | 2020-04-23T06:45:03.885000 | 2019-02-19T17:32:01 | 2019-02-19T17:32:01 | 170,984,037 | 0 | 1 | null | false | 2019-02-19T21:10:59 | 2019-02-16T09:09:34 | 2019-02-19T17:32:23 | 2019-02-19T21:10:59 | 20 | 0 | 0 | 0 | Java | false | null | package com.Ruslan.ALevel.coffeeHouse;
import com.Ruslan.ALevel.client.Client;
import com.Ruslan.ALevel.client.ClientCreator;
import com.Ruslan.ALevel.coffeeHouse.menu.CoffeePrice;
import com.Ruslan.ALevel.coffeeHouse.staff.Barista;
import com.Ruslan.ALevel.coffeeHouse.staff.CoffeeMachine;
import java.util.Random;
p... | UTF-8 | Java | 1,097 | java | CoffeeHouse.java | Java | [] | null | [] | package com.Ruslan.ALevel.coffeeHouse;
import com.Ruslan.ALevel.client.Client;
import com.Ruslan.ALevel.client.ClientCreator;
import com.Ruslan.ALevel.coffeeHouse.menu.CoffeePrice;
import com.Ruslan.ALevel.coffeeHouse.staff.Barista;
import com.Ruslan.ALevel.coffeeHouse.staff.CoffeeMachine;
import java.util.Random;
p... | 1,097 | 0.657247 | 0.652689 | 36 | 29.5 | 22.144098 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 2 |
48bbcdb2b79a24876182df53de32e1e9235261ea | 18,253,611,012,465 | 6e216f881a4d78364149cf083b90129713c0a20c | /src/main/java/com/ry/workbench/service/ActivityService.java | b3deacf763002eb6c8185b64cd74dfc508bb1805 | [] | no_license | soul-dance/git1216 | https://github.com/soul-dance/git1216 | 7e2aed2a484a2057e0afc436d3a620dde2a195cf | 08dd358faac2600c88b834bdf383d7b10658486d | refs/heads/master | 2023-02-01T02:05:09.385000 | 2020-12-16T08:39:37 | 2020-12-16T08:39:37 | 321,900,760 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ry.workbench.service;
import com.ry.settings.pojo.User;
import com.ry.workbench.pojo.Activity;
import com.ry.workbench.pojo.ActivityReamark;
import com.ry.workbench.vo.Pagination;
import java.util.List;
import java.util.Map;
public interface ActivityService {
//添加市场活动
public int save(Activity act... | UTF-8 | Java | 1,213 | java | ActivityService.java | Java | [] | null | [] | package com.ry.workbench.service;
import com.ry.settings.pojo.User;
import com.ry.workbench.pojo.Activity;
import com.ry.workbench.pojo.ActivityReamark;
import com.ry.workbench.vo.Pagination;
import java.util.List;
import java.util.Map;
public interface ActivityService {
//添加市场活动
public int save(Activity act... | 1,213 | 0.745941 | 0.745941 | 37 | 27.297297 | 20.859718 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567568 | false | false | 2 |
5e71a30e68cd2f7771db5ca252e8bf2066a017d4 | 8,461,085,617,149 | 3b91ed788572b6d5ac4db1bee814a74560603578 | /com/tencent/mm/plugin/appbrand/jsapi/h5_interact/SendDataToH5FromMiniProgramEvent.java | 69228ce9fa6a73dad5443daf147b3f0a58e9eb3b | [] | no_license | linsir6/WeChat_java | https://github.com/linsir6/WeChat_java | a1deee3035b555fb35a423f367eb5e3e58a17cb0 | 32e52b88c012051100315af6751111bfb6697a29 | refs/heads/master | 2020-05-31T05:40:17.161000 | 2018-08-28T02:07:02 | 2018-08-28T02:07:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.plugin.appbrand.jsapi.h5_interact;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
import com.tencent.mm.sdk.b.b;
public class SendDataToH5FromMiniProgramEvent extends b implements Parcelable {
public static final Creator<SendDataToH5FromMiniPro... | UTF-8 | Java | 1,191 | java | SendDataToH5FromMiniProgramEvent.java | Java | [] | null | [] | package com.tencent.mm.plugin.appbrand.jsapi.h5_interact;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
import com.tencent.mm.sdk.b.b;
public class SendDataToH5FromMiniProgramEvent extends b implements Parcelable {
public static final Creator<SendDataToH5FromMiniPro... | 1,191 | 0.685139 | 0.678421 | 37 | 31.18919 | 28.694889 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 2 |
966d848585e72df0af8fc113c26eb8a7b305d6cc | 4,191,888,115,076 | c6b3f4ce8eabd677a75a463ac2bf006ab1ab51fc | /src/main/rendering/postprocess/ShaderEffect.java | 6cb0608ce1e392f7473c9e9edfbd15770d014d36 | [] | no_license | exigow/gbuffer-gdx | https://github.com/exigow/gbuffer-gdx | 710e8596b17e0f90aadff4154bbbd3c6e9fa1f42 | dc68b580c4604adcb1d94b55d266707ae4b340cf | refs/heads/master | 2021-01-10T12:07:55.946000 | 2016-02-07T00:20:22 | 2016-02-07T00:20:22 | 49,904,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.rendering.postprocess;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.glutils.FrameBuffer;
import com.badlogic.gdx.graphics.glutils.ShaderProgram;
import main.rendering.utils.StaticFullscreenQuad;
import main.resources.ResourceLoader;
public class ShaderEffect {
private Fra... | UTF-8 | Java | 1,620 | java | ShaderEffect.java | Java | [] | null | [] | package main.rendering.postprocess;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.glutils.FrameBuffer;
import com.badlogic.gdx.graphics.glutils.ShaderProgram;
import main.rendering.utils.StaticFullscreenQuad;
import main.resources.ResourceLoader;
public class ShaderEffect {
private Fra... | 1,620 | 0.727161 | 0.724691 | 62 | 25.129032 | 22.768459 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.725806 | false | false | 2 |
8ca8d22397281ef96501a3b77beef8ed50280d27 | 5,059,471,529,271 | 738e09993446af904332734250d9c547a1d530b6 | /src/com/zarkonnen/cyberpunk/interaction/MoveInDirection.java | 14ade43e0b33d8c5b4f873d0728d305e49fdd96f | [] | no_license | Zarkonnen/Cyberpunk | https://github.com/Zarkonnen/Cyberpunk | 78aa0e083fb7d57fa7d580a1c6c95498a8217b2c | e844a69d5498b5975efdef59e2c21fab0a8031fc | refs/heads/master | 2020-04-08T01:44:19.053000 | 2014-06-28T12:20:16 | 2014-06-28T12:20:16 | 17,324,102 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zarkonnen.cyberpunk.interaction;
import com.zarkonnen.cyberpunk.Direction;
import com.zarkonnen.cyberpunk.Person;
import com.zarkonnen.cyberpunk.Tile;
public class MoveInDirection extends AbstractInteraction<Tile> {
public MoveInDirection(Direction dir, Person actor, Tile target) {
super(actor, target)... | UTF-8 | Java | 737 | java | MoveInDirection.java | Java | [] | null | [] | package com.zarkonnen.cyberpunk.interaction;
import com.zarkonnen.cyberpunk.Direction;
import com.zarkonnen.cyberpunk.Person;
import com.zarkonnen.cyberpunk.Tile;
public class MoveInDirection extends AbstractInteraction<Tile> {
public MoveInDirection(Direction dir, Person actor, Tile target) {
super(actor, target)... | 737 | 0.712347 | 0.712347 | 38 | 18.394737 | 17.786068 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.421053 | false | false | 2 |
36bda8c0bf0690c9e348929c049901f82dff8b07 | 22,170,621,245,499 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/32/32_7358e092cb7bf5b6ffb8e10005193a384cbec58a/AuthenticationListener/32_7358e092cb7bf5b6ffb8e10005193a384cbec58a_AuthenticationListener_s.java | 285b596a5ad63ee423877af0040bc049d1c5db7e | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
... | UTF-8 | Java | 4,254 | java | 32_7358e092cb7bf5b6ffb8e10005193a384cbec58a_AuthenticationListener_s.java | Java | [
{
"context": "ations.\n * </p>\n * \n * @author <a href=\"mailto:psilva@redhat.com\">Pedro Silva</a>\n * \n */\n @ApplicationScoped\n p",
"end": 2316,
"score": 0.9999246001243591,
"start": 2299,
"tag": "EMAIL",
"value": "psilva@redhat.com"
},
{
"context": "* \n * @author <a hre... | null | [] | /*
* JBoss, Home of Professional Open Source.
* Copyright 2012, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
... | 4,239 | 0.716032 | 0.712036 | 111 | 37.315315 | 33.17738 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 2 |
1973b8e5466f87b909f2c78b44f5df566dbf23cc | 29,575,144,852,451 | aea136b87944de34030f490dc850199d11257df5 | /src/test/java/stepDefinitions/PocAutomacao.java | ccb7840acf084d626cfeb21ae55522191d33c276 | [] | no_license | ribeirowelmoreno/PocAutomacao | https://github.com/ribeirowelmoreno/PocAutomacao | ba6c5971cfcc2818001e1d2bbbe8327727d34658 | a7eb6af24f2358bbc34c63aba96517a35a22b328 | refs/heads/master | 2022-12-07T01:46:38.185000 | 2020-09-03T13:28:21 | 2020-09-03T13:28:21 | 292,433,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stepDefinitions;
import io.cucumber.java.After;
import io.cucumber.java.Before;
import io.cucumber.java.pt.Dado;
import io.cucumber.java.pt.Então;
import io.cucumber.java.pt.Quando;
import org.openqa.selenium.WebDriver;
import pages.LoggedInPage;
import pages.MainPage;
import pages.SignInPage;
import support.W... | UTF-8 | Java | 1,368 | java | PocAutomacao.java | Java | [
{
"context": "ivate WebDriver driver;\n final String EMAIL = \"wel@teste.com\";\n final String PASSWORD = \"123456\";\n\n @Bef",
"end": 423,
"score": 0.9999265670776367,
"start": 410,
"tag": "EMAIL",
"value": "wel@teste.com"
},
{
"context": "L = \"wel@teste.com\";\n final... | null | [] | package stepDefinitions;
import io.cucumber.java.After;
import io.cucumber.java.Before;
import io.cucumber.java.pt.Dado;
import io.cucumber.java.pt.Então;
import io.cucumber.java.pt.Quando;
import org.openqa.selenium.WebDriver;
import pages.LoggedInPage;
import pages.MainPage;
import pages.SignInPage;
import support.W... | 1,366 | 0.655147 | 0.650735 | 55 | 23.727272 | 18.07505 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.381818 | false | false | 2 |
20b671ee77bad67b2177178ce39ccf65da4927b9 | 26,628,797,297,113 | 55dc694da8da0f27c5cf37a52e7b86d1adecd21f | /antlr-sample-action/src/main/java/com/wx/antlr/sample/Col.java | 10a8a63632248036e4d28618f356407cbe330f05 | [] | no_license | wangxuangege/antlr | https://github.com/wangxuangege/antlr | 7a9541fcf5cb668c0623d61823d4ec7e8563b445 | e0b9d2ab49c1ef04a0b46b4b2b03561b00a59cb1 | refs/heads/master | 2021-07-16T21:23:59.611000 | 2019-09-20T08:35:17 | 2019-09-20T08:35:17 | 209,714,447 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wx.antlr.sample;
import com.wx.antlr.sample.automatic.RowsLexer;
import com.wx.antlr.sample.automatic.RowsParser;
import org.antlr.v4.runtime.CharStreams;
import org.antlr.v4.runtime.CommonTokenStream;
/**
* @author xinquan.huangxq
*/
public class Col {
public static void main(String[] args) {
... | UTF-8 | Java | 724 | java | Col.java | Java | [
{
"context": "ntlr.v4.runtime.CommonTokenStream;\n\n/**\n * @author xinquan.huangxq\n */\npublic class Col {\n\n public ",
"end": 232,
"score": 0.5906543731689453,
"start": 231,
"tag": "NAME",
"value": "x"
},
{
"context": "lr.v4.runtime.CommonTokenStream;\n\n/**\n * @author xinqua... | null | [] | package com.wx.antlr.sample;
import com.wx.antlr.sample.automatic.RowsLexer;
import com.wx.antlr.sample.automatic.RowsParser;
import org.antlr.v4.runtime.CharStreams;
import org.antlr.v4.runtime.CommonTokenStream;
/**
* @author xinquan.huangxq
*/
public class Col {
public static void main(String[] args) {
... | 716 | 0.674033 | 0.657459 | 25 | 27.959999 | 22.904114 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 2 |
1056113af66b7c4f6ea3a1c89f6657c26e146f7c | 25,340,307,108,157 | 21c88c20150e1943200e8a9ef829bf6391b5e4ad | /quicksale/src/main/java/com/nahuo/quicksale/adapter/PinHuoShowAdapter.java | 5d93b02fa93acb92b741f2ec02458769c6a9e548 | [] | no_license | JameChen/shopping | https://github.com/JameChen/shopping | cd212101372855ad48d0a0d514c3e5ab5ad991e4 | 9f325ffbc1e3ea98ce002464f7e8fecd21c19c7f | refs/heads/master | 2020-07-12T00:13:58.900000 | 2019-08-28T08:49:49 | 2019-08-28T08:49:49 | 204,668,342 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nahuo.quicksale.adapter;
import android.content.Context;
import android.graphics.Paint;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.TextUtils;
import android.text.sty... | UTF-8 | Java | 34,406 | java | PinHuoShowAdapter.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by jame on 2018/1/29.\n */\n\npublic class PinHuoShowAdapter",
"end": 1858,
"score": 0.9973130226135254,
"start": 1854,
"tag": "USERNAME",
"value": "jame"
}
] | null | [] | package com.nahuo.quicksale.adapter;
import android.content.Context;
import android.graphics.Paint;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.text.SpannableString;
import android.text.Spanned;
import android.text.TextUtils;
import android.text.sty... | 34,406 | 0.608356 | 0.605791 | 847 | 39.042503 | 27.986345 | 192 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.600945 | false | false | 2 |
7a5ea3be440abb9891344f2a31aef5bdf005af86 | 1,090,921,761,533 | db117e30348971b70f55ac3a1abbe59b91778d0e | /applicationDames/java/test/pda/test/pda/TestPlateau.java | 711c0a424e4c754883663aa744d57db1bbe3f046 | [] | no_license | LeChuckMaurice/applicationDames | https://github.com/LeChuckMaurice/applicationDames | 98b2bb0beda62df7c217e8ee390acecddc7aeb94 | f7276e39fecd4cdc328228630f6371db26792a36 | refs/heads/master | 2020-04-09T02:27:52.217000 | 2013-06-20T08:22:45 | 2013-06-20T08:22:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.pda;
import pda.datas.datasDames.*;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class TestPlateau {
private Plateau plateau8;
private Plateau plateau10;
private Plateau plateau12;
private Plateau plateauVide10;
private Piece[]... | UTF-8 | Java | 5,721 | java | TestPlateau.java | Java | [] | null | [] | package test.pda;
import pda.datas.datasDames.*;
import static org.junit.Assert.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class TestPlateau {
private Plateau plateau8;
private Plateau plateau10;
private Plateau plateau12;
private Plateau plateauVide10;
private Piece[]... | 5,721 | 0.719608 | 0.682176 | 198 | 27.873737 | 22.999763 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.151515 | false | false | 2 |
0c0573f4e35a3eab849f3e1ac0b7bdc178f7cd7b | 31,894,427,206,422 | dc48def0899dc5f94869010663b9214587d4e395 | /backend/src/main/java/uk/co/mulecode/sample/resource/SampleResource.java | 4061a87cf7ab920f648921845b80419d9e0d75a4 | [] | no_license | which-caracci/spring-angular-template | https://github.com/which-caracci/spring-angular-template | 2e402d0bee8d24aa62f30a985fb3cfe4cf0243ba | 05972674e0bd7cf0cb2e30bf0e710aac12e87b11 | refs/heads/master | 2022-04-18T20:43:00.292000 | 2020-04-21T11:48:43 | 2020-04-21T11:48:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.co.mulecode.sample.resource;
import java.time.Instant;
import java.util.Map;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.... | UTF-8 | Java | 582 | java | SampleResource.java | Java | [] | null | [] | package uk.co.mulecode.sample.resource;
import java.time.Instant;
import java.util.Map;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.... | 582 | 0.790378 | 0.785223 | 23 | 24.304348 | 20.831488 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 2 |
7058b37f0fef0e1e2323c8fbb255f83c5f7faa9b | 22,660,247,490,077 | b0a44010cd5bfbd2a3c6823a16da4e58520ba75b | /BlackJackProject_combine/src/com/heart/impl/correct/Extends_07_FINAL.java | daa344b7eb6ddd553962597a226005203fa51502 | [] | no_license | dkdud8140/Java_project | https://github.com/dkdud8140/Java_project | 2a2232492d66c0106b3db6654f87c43946fd2952 | c01ba13f55e7ad225c93697074f01e3d96a7581f | refs/heads/master | 2023-04-18T12:10:06.751000 | 2021-04-26T03:45:01 | 2021-04-26T03:45:01 | 357,703,146 | 0 | 1 | null | false | 2021-04-22T07:04:45 | 2021-04-13T22:20:29 | 2021-04-21T16:34:07 | 2021-04-22T07:04:45 | 14,584 | 0 | 1 | 3 | Java | false | false | package com.heart.impl.correct;
public class Extends_07_FINAL extends Extends_06_Choi{
}
| UTF-8 | Java | 91 | java | Extends_07_FINAL.java | Java | [] | null | [] | package com.heart.impl.correct;
public class Extends_07_FINAL extends Extends_06_Choi{
}
| 91 | 0.78022 | 0.736264 | 5 | 17.200001 | 21.903425 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
15306c06ae3678eb7ae28d6dc9fae91694e3c519 | 11,776,800,336,238 | e9d5a9927f37b7f96be716192c85517f8cfaaba0 | /src/com/chd/hrp/budg/dao/business/compilationbasic/deptindex/BudgDeptBasicIndexDataMapper.java | 10d1b0d0fe200f11ded05e9c6929c8b87bcee79c | [] | no_license | moutainhigh/chdHRP | https://github.com/moutainhigh/chdHRP | 2e227136bbfa0ec303ceae594964bf3ad7dd7bcc | 481bf54d10c4dfb7bd457d678f9b3621b5889f15 | refs/heads/master | 2022-05-25T23:56:21.391000 | 2020-04-29T08:09:08 | 2020-04-29T08:09:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @Description:
* @Copyright: Copyright (c) 2015-9-16 下午9:54:34
* @Company: 杭州亦童科技有限公司
* @网站:www.s-chd.com
*/
package com.chd.hrp.budg.dao.business.compilationbasic.deptindex;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.RowBounds;
import org.springframework.dao.DataAccess... | UTF-8 | Java | 1,742 | java | BudgDeptBasicIndexDataMapper.java | Java | [
{
"context": " @Table:\n * BUDG_DEPT_BASIC_INDEX_DATA\n * @Author: bell\n * @email: bell@e-tonggroup.com\n * @Version: 1.0",
"end": 459,
"score": 0.9996165037155151,
"start": 455,
"tag": "USERNAME",
"value": "bell"
},
{
"context": "DEPT_BASIC_INDEX_DATA\n * @Author: bell\n * @email:... | null | [] | /**
* @Description:
* @Copyright: Copyright (c) 2015-9-16 下午9:54:34
* @Company: 杭州亦童科技有限公司
* @网站:www.s-chd.com
*/
package com.chd.hrp.budg.dao.business.compilationbasic.deptindex;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.session.RowBounds;
import org.springframework.dao.DataAccess... | 1,729 | 0.711563 | 0.702668 | 71 | 21.169014 | 26.645288 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.830986 | false | false | 2 |
2328b16e18f10b140b54e47ae16355b43f3a4a9e | 15,753,940,056,599 | f61c6ad1374cc31f95207a76e731493d237e5708 | /src/PlayStore.java | a40c1e46bbd3812b614040916093fc8effce81cf | [] | no_license | RoshanLakmal/PlayStore | https://github.com/RoshanLakmal/PlayStore | 9dede7a5a39054f5f371fef38c067f271aedd7f3 | 4fe70adae8773d50a0c19896b1095b673b74c2fd | refs/heads/master | 2020-04-27T10:06:22.859000 | 2019-03-07T00:12:09 | 2019-03-07T00:12:09 | 174,240,286 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class PlayStore {
private ArrayList<Content> contents;
private ArrayList<User> users;
public PlayStore() {
contents = new ArrayList<Content>();
users = new ArrayList<User>();
}
public void add(String id, Content content) {
// add the content into your content list
... | UTF-8 | Java | 1,479 | java | PlayStore.java | Java | [] | null | [] | import java.util.ArrayList;
public class PlayStore {
private ArrayList<Content> contents;
private ArrayList<User> users;
public PlayStore() {
contents = new ArrayList<Content>();
users = new ArrayList<User>();
}
public void add(String id, Content content) {
// add the content into your content list
... | 1,479 | 0.657201 | 0.655849 | 62 | 22.870968 | 22.814457 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.193548 | false | false | 2 |
be5d352e8786c8313e70bbaa3048c3499d06cf99 | 4,552,665,369,520 | 0d60acb57a6206a6f2404faf9aaa1aeb8d6f1869 | /app/src/main/java/com/learning/appCore/BasePresenter.java | a1076f0f055f9f938e20f3a0cfc37e4ccb868889 | [
"Apache-2.0"
] | permissive | jalagni/mvpAndroid | https://github.com/jalagni/mvpAndroid | 8c91b6bad497b4b9a8c72f05606109592f70e369 | 3be7537fef081359acc4578b95c9b57cf1063bd6 | refs/heads/master | 2020-04-30T11:34:52.911000 | 2019-03-20T19:58:44 | 2019-03-20T19:58:44 | 176,804,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learning.appCore;
import com.learning.dataModel.ResponseModel;
import io.reactivex.Observer;
import io.reactivex.disposables.Disposable;
import timber.log.Timber;
public abstract class BasePresenter<T extends ViewContract>
implements Observer<ResponseModel> {
private T vContract;
public... | UTF-8 | Java | 932 | java | BasePresenter.java | Java | [] | null | [] | package com.learning.appCore;
import com.learning.dataModel.ResponseModel;
import io.reactivex.Observer;
import io.reactivex.disposables.Disposable;
import timber.log.Timber;
public abstract class BasePresenter<T extends ViewContract>
implements Observer<ResponseModel> {
private T vContract;
public... | 932 | 0.655579 | 0.655579 | 46 | 19.26087 | 17.703396 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.282609 | false | false | 2 |
2ed1987ef70e801e7e5b5b1428d461033419ca0d | 10,118,942,991,680 | 0324042f6a752ca3a4e39e0bc4289668a2e7b9c4 | /src/main/java/io/anserini/collection/CommonCrawlCollection.java | 064a54ca5ad7cd951243db45a3f5a2aa4c69724c | [
"MIT"
] | permissive | webis-de/trec-near-duplicates | https://github.com/webis-de/trec-near-duplicates | 28d6d822afb2451c8368f4235631c8218bcb8000 | da02e98317c1c16df71849e4daf99923b1ea4e2a | refs/heads/master | 2020-08-23T06:09:03.507000 | 2020-07-17T09:45:53 | 2020-07-17T09:45:53 | 216,558,207 | 2 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.anserini.collection;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Iterator;
import java.util.List;
import java.util.stream.Collectors;
import org.archive.archivespark.sparkling.warc.WarcLo... | UTF-8 | Java | 3,022 | java | CommonCrawlCollection.java | Java | [] | null | [] | package io.anserini.collection;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Iterator;
import java.util.List;
import java.util.stream.Collectors;
import org.archive.archivespark.sparkling.warc.WarcLo... | 3,022 | 0.691595 | 0.684977 | 110 | 26.472727 | 26.09901 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 2 |
398bb17e5021e415438d20217f48713d904a0252 | 27,616,639,753,616 | 6c0447687e264dc1eb425a581370545174946eb9 | /backend/src/main/java/za/co/operadev/demo/dto/TodoDTO.java | b471e1c401029c42ad76d7e0cb98ee1606381068 | [
"Apache-2.0"
] | permissive | chrismipi/todos | https://github.com/chrismipi/todos | d64682834ea7f27348be0d70784a40cfbe128c50 | 38a09f26ab64e048d033cb953caba257553751e4 | refs/heads/master | 2023-01-07T22:04:25.532000 | 2020-11-01T16:01:01 | 2020-11-01T16:01:01 | 160,214,450 | 0 | 0 | Apache-2.0 | false | 2023-01-05T20:44:53 | 2018-12-03T15:41:03 | 2020-11-01T16:01:50 | 2023-01-05T20:44:51 | 3,264 | 0 | 0 | 23 | Java | false | false | package za.co.operadev.demo.dto;
public class TodoDTO {
private Long id;
private String title;
private Boolean complete;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getTitle() {
return title;
}
publi... | UTF-8 | Java | 544 | java | TodoDTO.java | Java | [] | null | [] | package za.co.operadev.demo.dto;
public class TodoDTO {
private Long id;
private String title;
private Boolean complete;
public Long getId() {
return id;
}
public void setId(Long id) {
this.id = id;
}
public String getTitle() {
return title;
}
publi... | 544 | 0.582721 | 0.582721 | 33 | 15.484848 | 14.276748 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30303 | false | false | 2 |
953e5559e403206ddf387785044942dceb507ca5 | 21,741,124,497,769 | 9b533af8d8f905506b08949e64d6482751ee000f | /src/Evolucion.java | 249570002570f5134272efdb420ad0b6691bb5a9 | [] | no_license | antorof/qap-genetic | https://github.com/antorof/qap-genetic | f35e4992fcb3a0f173d126349ae822e2ddb09e1c | 7266a5434544f3cf5ea5bed23ecf5945c5f9ed5d | refs/heads/master | 2016-09-05T17:38:11.632000 | 2015-01-05T01:28:04 | 2015-01-05T01:28:04 | 28,731,207 | 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.Random;
/**
* Clase que contiene los metodos propios de la evolucion, como
* cruzar o mutar cromosomas.
*
* @author Antonio Toro
*/
public class Evolucion {
/**
* Muta un cromosoma por intercambio de alelos aleatorios.
*
* @para... | UTF-8 | Java | 2,561 | java | Evolucion.java | Java | [
{
"context": " como\n * cruzar o mutar cromosomas.\n * \n * @author Antonio Toro\n */\npublic class Evolucion {\n\t\n\t/**\n\t * Muta un c",
"end": 209,
"score": 0.9998885989189148,
"start": 197,
"tag": "NAME",
"value": "Antonio Toro"
}
] | null | [] | import java.util.ArrayList;
import java.util.Collections;
import java.util.Random;
/**
* Clase que contiene los metodos propios de la evolucion, como
* cruzar o mutar cromosomas.
*
* @author <NAME>
*/
public class Evolucion {
/**
* Muta un cromosoma por intercambio de alelos aleatorios.
*
* @param crom... | 2,555 | 0.641937 | 0.626708 | 98 | 25.132652 | 22.554531 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.285714 | false | false | 2 |
dc0461f2064beca12d0e6d3743e841088e42110a | 20,469,814,174,189 | 22c649aadb366d7b731736ec1e49169cb9b856d9 | /src/main/java/com/example/CouponSystemSagiApplication.java | a74a11229f6b04e3f4040dabd3516cabb4e08b4a | [] | no_license | sagymauda/couponSystem | https://github.com/sagymauda/couponSystem | 0e3890ba1eb72be73977f0c5f7aba57f04fc43f9 | 6c1e0bff5a02664f72c5045b801c4ee5d2e97cc2 | refs/heads/master | 2020-03-28T10:46:03.555000 | 2018-09-20T20:10:08 | 2018-09-20T20:10:08 | 148,143,024 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example;
import com.example.database.repositories.CustomerRepo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class CouponSystemSagiApplica... | UTF-8 | Java | 441 | java | CouponSystemSagiApplication.java | Java | [] | null | [] | package com.example;
import com.example.database.repositories.CustomerRepo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class CouponSystemSagiApplica... | 441 | 0.843537 | 0.843537 | 14 | 30.5 | 25.938801 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 2 |
1abc4c43adc5bbd1879801778c7f72e00f1ef185 | 25,761,213,894,890 | bc20a86fe40c1231419e5a806385e97dde7efe4b | /classwork/0131/warmup.java | a7609540eea06fbbf8c1273f1d97b8bf07d934d5 | [] | no_license | mcclane/ACS | https://github.com/mcclane/ACS | b4b761d79773c9ba8c3bfc03db682508648af3e1 | ab61297f07faf8f51a014a2d1c6e773158970288 | refs/heads/master | 2021-09-15T00:41:23.490000 | 2018-05-23T02:48:07 | 2018-05-23T02:48:07 | 100,309,526 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.LinkedList;
class HashTable<E> {
private LinkedList<E>[] table;
@SuppressWarnings("unchecked")
public HashTable() {
table = new LinkedList[2000];
for(int i = 0;i < table.length;i++) {
table[i] = new LinkedList<E>();
}
}
public void add(E data) {
... | UTF-8 | Java | 1,314 | java | warmup.java | Java | [] | null | [] | import java.util.LinkedList;
class HashTable<E> {
private LinkedList<E>[] table;
@SuppressWarnings("unchecked")
public HashTable() {
table = new LinkedList[2000];
for(int i = 0;i < table.length;i++) {
table[i] = new LinkedList<E>();
}
}
public void add(E data) {
... | 1,314 | 0.52968 | 0.511416 | 49 | 25.836735 | 15.922448 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.632653 | false | false | 2 |
05a4890f1204341a581085a2c87d929debb994a9 | 39,092,792,330,695 | a55fd3232501753ce61d4ab44998a9e31ef5d049 | /slackConsumer/src/main/java/com/consumer/slackConsumer/configuration/RabbitConfiguration.java | 7683e8c3d28cdb5118311e218c7f7f4691eecff4 | [] | no_license | nislamovs/MessageAPI | https://github.com/nislamovs/MessageAPI | d66cfaf9a8bd7eead03d4d6f975aa5a3196b5eb8 | d00ab6392ff74cdc9eb70dd064d711f236bf16f6 | refs/heads/main | 2023-06-30T05:33:21.989000 | 2021-08-03T22:37:26 | 2021-08-03T22:37:26 | 324,131,142 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.consumer.slackConsumer.configuration;
import lombok.RequiredArgsConstructor;
import org.springframework.amqp.core.*;
import org.springframework.amqp.rabbit.annotation.EnableRabbit;
import org.springframework.amqp.rabbit.annotation.QueueBinding;
import org.springframework.amqp.rabbit.config.SimpleRabbitList... | UTF-8 | Java | 2,418 | java | RabbitConfiguration.java | Java | [] | null | [] | package com.consumer.slackConsumer.configuration;
import lombok.RequiredArgsConstructor;
import org.springframework.amqp.core.*;
import org.springframework.amqp.rabbit.annotation.EnableRabbit;
import org.springframework.amqp.rabbit.annotation.QueueBinding;
import org.springframework.amqp.rabbit.config.SimpleRabbitList... | 2,418 | 0.772539 | 0.768404 | 63 | 37.380951 | 28.884239 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539683 | false | false | 2 |
98d131c787f670f8d9f140355685ff31d607a471 | 31,361,851,254,733 | ac4a3e0579ef322089ef0f319398ca557318b833 | /simx.profiler.info.application/src/simx/profiler/info/application/ActorsInfoTopComponent.java | 93e99835b947125e7f85e7f7a6f2c90393d07e3d | [
"Apache-2.0"
] | permissive | stephan-rehfeld/SimXProfiler | https://github.com/stephan-rehfeld/SimXProfiler | eee62323df9e018365e7751634984976a6b08e0d | 7c87912235e14cb63509579756a5137475400708 | refs/heads/master | 2021-01-25T04:01:16.691000 | 2015-01-29T15:06:51 | 2015-01-29T15:06:51 | 30,025,586 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2015 Stephan Rehfeld
*
* 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... | UTF-8 | Java | 58,768 | java | ActorsInfoTopComponent.java | Java | [
{
"context": "/*\n * Copyright 2015 Stephan Rehfeld\n *\n * Licensed under the Apache License, Version ",
"end": 36,
"score": 0.9998701810836792,
"start": 21,
"tag": "NAME",
"value": "Stephan Rehfeld"
}
] | null | [] | /*
* Copyright 2015 <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 wr... | 58,759 | 0.704839 | 0.693898 | 983 | 58.784332 | 49.806545 | 242 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.820956 | false | false | 2 |
818c1e89642ceb81db3350321f2b33ab3c47aa50 | 35,923,106,496,751 | c2da8df83ace9c734b2a8d5023a02e82959fc254 | /adapter/src/AdapterForKitchenerSecond.java | 6f33601b0460b2deb1d1fa66580f559251d92fa6 | [] | no_license | DenisSK78/patterns | https://github.com/DenisSK78/patterns | d2e32e09cc5b80d6f84e09d6c2c1c099efd350b2 | 73e63fb8b4bd7de720683cf8dbc789b7546ae722 | refs/heads/master | 2021-08-27T18:01:18.534000 | 2021-08-17T11:34:31 | 2021-08-17T11:34:31 | 140,442,874 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /***
* wrapper adapter
*/
public class AdapterForKitchenerSecond implements MealCook{
KitchenerSecond kitchenerSecond;
public AdapterForKitchenerSecond(KitchenerSecond kitchenerSecond) {
this.kitchenerSecond = kitchenerSecond;
}
@Override
public void cook() {
kitchenerSecond.pre... | UTF-8 | Java | 336 | java | AdapterForKitchenerSecond.java | Java | [] | null | [] | /***
* wrapper adapter
*/
public class AdapterForKitchenerSecond implements MealCook{
KitchenerSecond kitchenerSecond;
public AdapterForKitchenerSecond(KitchenerSecond kitchenerSecond) {
this.kitchenerSecond = kitchenerSecond;
}
@Override
public void cook() {
kitchenerSecond.pre... | 336 | 0.705357 | 0.705357 | 16 | 20 | 22.259829 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 2 |
be72bfb942dac081ba37dc1c7eb041ca1bc550e4 | 38,036,230,396,519 | 8a90519e30611b9292ee09b88a9407ed334044a8 | /src/main/java/de/gerdiproject/harvest/utils/DiskCollection.java | 6f95cfbbf3ae45389839cfab9e09d6fed8adb25f | [
"Apache-2.0"
] | permissive | GeRDI-Project/ENA-Harvester | https://github.com/GeRDI-Project/ENA-Harvester | 7e4851ed51a27f758da5caa8d2f2d68ba63a06e6 | 54284bdcd29253d048521c574230fb2605f948a9 | refs/heads/master | 2020-08-05T01:29:19.609000 | 2020-01-02T15:45:59 | 2020-01-02T15:45:59 | 212,347,887 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright © 2019 Robin Weiss (http://www.gerdi-project.de/)
*
* 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 req... | UTF-8 | Java | 3,835 | java | DiskCollection.java | Java | [
{
"context": "/*\n * Copyright © 2019 Robin Weiss (http://www.gerdi-project.de/)\n *\n * Licensed un",
"end": 35,
"score": 0.9998387098312378,
"start": 24,
"tag": "NAME",
"value": "Robin Weiss"
},
{
"context": "y faster than\n * an SQLite database.\n *\n * @author Robin Weiss\n */\... | null | [] | /*
* Copyright © 2019 <NAME> (http://www.gerdi-project.de/)
*
* 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... | 3,825 | 0.644497 | 0.64241 | 135 | 27.4 | 26.78507 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.22963 | false | false | 2 |
808b4d20d8220e9eeb9364b74734d466ddbc0e96 | 35,304,631,223,591 | e15e4611599b3ebad6a503211107b1caf39f8c98 | /src/main/java/DivideConquer/MergeKSortedLists23.java | 7e94789bf7ff8097041f52c9d22f90ddf4ce6d6b | [] | no_license | EndlessIdea/leetcode | https://github.com/EndlessIdea/leetcode | 039633b92eab1f9acc5ce9e471681510491f1c86 | 13aea87520f6b78a5fc3f51b42926969338dd37f | refs/heads/master | 2020-03-23T14:43:58.821000 | 2018-12-02T11:35:47 | 2018-12-02T11:35:47 | 141,695,839 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DivideConquer;
import java.util.List;
public class MergeKSortedLists23 {
class ListNode {
int val;
ListNode next;
ListNode(int x) { val = x; }
}
public ListNode mergeKLists(ListNode[] lists) {
if (lists == null || lists.length == 0) {
return null;
... | UTF-8 | Java | 1,885 | java | MergeKSortedLists23.java | Java | [] | null | [] | package DivideConquer;
import java.util.List;
public class MergeKSortedLists23 {
class ListNode {
int val;
ListNode next;
ListNode(int x) { val = x; }
}
public ListNode mergeKLists(ListNode[] lists) {
if (lists == null || lists.length == 0) {
return null;
... | 1,885 | 0.523077 | 0.493369 | 68 | 26.720589 | 21.543285 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794118 | false | false | 2 |
36d90c15367b4d91e30833c74cbe533826490485 | 38,809,324,499,500 | 3bafc14aec8ea991b82832f4c077e87b3cd9f989 | /productsapi/src/main/java/br/com/devaws/productsapi/productsapi/ProductsController.java | 3106e901937b3d18895c73383a4f2b0a47ff65ee | [] | no_license | MSJantana/tutorial-aws-elastic-container-service | https://github.com/MSJantana/tutorial-aws-elastic-container-service | dba4262da6b3507d53c5af39ce4c629938d4f0f5 | d435f5b6e113492486bf8d41b9bb4126b1457353 | refs/heads/master | 2022-11-22T22:21:04.479000 | 2020-07-29T21:00:50 | 2020-07-29T21:00:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.devaws.productsapi.productsapi;
import java.util.ArrayList;
import java.util.List;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@CrossOrigin
public cl... | UTF-8 | Java | 669 | java | ProductsController.java | Java | [] | null | [] | package br.com.devaws.productsapi.productsapi;
import java.util.ArrayList;
import java.util.List;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@CrossOrigin
public cl... | 669 | 0.721973 | 0.713004 | 21 | 30.904762 | 22.354088 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
2811c6f8b4bdbd2c4ba1ac00292dda1d71a929aa | 3,934,190,058,045 | 2c888969eb5fdb53d6c7ca309ec263db074e650a | /src/main/java/net/whydah/sso/utils/EscapeUtils.java | fdc0758fc48f6db053244ef1c2f2535922f80884 | [
"Apache-2.0"
] | permissive | Cantara/Whydah-SSOLoginWebApp | https://github.com/Cantara/Whydah-SSOLoginWebApp | 8cddfbff735f28486bad57b517c5113f87c27831 | 3efc689c380a4809ec08a9f07504049950c62dfb | refs/heads/master | 2023-09-01T17:47:13.139000 | 2023-08-31T07:40:30 | 2023-08-31T07:40:30 | 30,081,603 | 3 | 3 | Apache-2.0 | true | 2023-09-14T20:27:41 | 2015-01-30T16:58:06 | 2023-01-31T16:36:33 | 2023-09-14T20:27:40 | 3,160 | 2 | 1 | 8 | Java | false | false | package net.whydah.sso.utils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.util.HashMap;
public class EscapeUtils {
private static final Logger log = LoggerFactory.getLogger(EscapeUtils.class);
public sta... | UTF-8 | Java | 1,835 | java | EscapeUtils.java | Java | [] | null | [] | package net.whydah.sso.utils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.io.StringWriter;
import java.io.Writer;
import java.util.HashMap;
public class EscapeUtils {
private static final Logger log = LoggerFactory.getLogger(EscapeUtils.class);
public sta... | 1,835 | 0.526975 | 0.518801 | 57 | 31.210526 | 22.651236 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.719298 | false | false | 2 |
ab1c33110ce7d689fa09ed90571571e82ef2a7df | 6,906,307,429,141 | 53323c4df3f46258545151937c8943b3f3cfc5f4 | /src/config/Test_Base.java | d01ce77ab759e64f7c5ffdf48946f8aaa1b0af11 | [] | no_license | svyneet/relayrTest | https://github.com/svyneet/relayrTest | 034fe3b60d4fd2b8cf3402be98a718e7a232515b | 1968cb1edafe32434c135590ae6abbf60e23c21f | refs/heads/master | 2020-03-21T01:12:28.335000 | 2018-06-19T19:27:25 | 2018-06-19T19:27:25 | 137,929,353 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package config;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
public class Test_Base {
protected WebDriver driver = null;
public void configureBrowser(){
System.setProperty("webdriver.... | UTF-8 | Java | 858 | java | Test_Base.java | Java | [] | null | [] | package config;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
public class Test_Base {
protected WebDriver driver = null;
public void configureBrowser(){
System.setProperty("webdriver.... | 858 | 0.737762 | 0.737762 | 37 | 22.18919 | 25.574308 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.243243 | false | false | 2 |
9fb4599d2d1d66caa6ecf2036719e6b6693d8645 | 16,784,732,209,845 | c46782cda86fc52f7ccdefd086f2349dede7ca41 | /BagRoutingApp/src/main/java/com/bag/app/model/Bag.java | ac0772709b0c00c6333aae6ee87a725fabac7e9b | [] | no_license | mohanraj1311/DataSciences | https://github.com/mohanraj1311/DataSciences | 45298b86177f85e72fe8ad6f5df746f00c89b2db | f09078fc946a6058e4871c3ae5e96a0d9538153b | refs/heads/master | 2020-04-25T13:57:06.437000 | 2015-08-12T13:13:18 | 2015-08-12T13:13:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bag.app.model;
public class Bag {
private String bagNumber;
private String entryPoint;
private String flightId;
public Bag(String bagNumber, String entryPoint, String flightId) {
super();
this.bagNumber = bagNumber;
this.entryPoint = entryPoint;
this.flightId = flightId;
}
public Bag(String... | UTF-8 | Java | 1,303 | java | Bag.java | Java | [] | null | [] | package com.bag.app.model;
public class Bag {
private String bagNumber;
private String entryPoint;
private String flightId;
public Bag(String bagNumber, String entryPoint, String flightId) {
super();
this.bagNumber = bagNumber;
this.entryPoint = entryPoint;
this.flightId = flightId;
}
public Bag(String... | 1,303 | 0.690714 | 0.687644 | 55 | 22.690908 | 17.655153 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.872727 | false | false | 2 |
6f1be8a4b4335e32398b698391be5c5674a93ba0 | 6,133,213,314,946 | 1ef95260ff419d23a4d5d7a8d2ed918f9e97dde1 | /src/main/java/com/hello/hello/HelloWorld.java | ef7972d3e7cdd68af7293b69044e2e2bb7cd2360 | [] | no_license | vanyalii/hello | https://github.com/vanyalii/hello | 571536a5469f4b1d0bdaca34ca12565cf28e0e47 | 5c63be2e31a128f10254d825066b7501746f0048 | refs/heads/master | 2021-02-18T23:17:45.366000 | 2020-03-05T19:30:40 | 2020-03-05T19:30:40 | 245,250,494 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hello.hello;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class HelloWorld {
@GetMapping ("/hello")
private String sayHello (){
return "Hello World";
}
}
| UTF-8 | Java | 288 | java | HelloWorld.java | Java | [] | null | [] | package com.hello.hello;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class HelloWorld {
@GetMapping ("/hello")
private String sayHello (){
return "Hello World";
}
}
| 288 | 0.739583 | 0.739583 | 12 | 23 | 19.979156 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
d56aec9e315d0b94e68d212b5498c138a9ebe0d4 | 5,153,960,777,773 | 098745efd6c6faeb797bf16efd8ca9dd06c03fc3 | /Hex Calculator/GeneralisedCalculator.java | db1a0d8b40dde115e685d855d44a5e9c170683ff | [] | no_license | meta-harshit-singla/GET2020 | https://github.com/meta-harshit-singla/GET2020 | d5ca3f7a0274e0f4a2030542d75cd11755560f0d | b3a4b1530f62bd8d6391b3c1245aafaad3e1cf87 | refs/heads/master | 2020-12-06T14:59:40.045000 | 2020-03-16T08:49:44 | 2020-03-16T08:49:44 | 232,491,030 | 0 | 0 | null | false | 2020-04-06T06:17:18 | 2020-01-08T06:07:40 | 2020-03-16T08:49:48 | 2020-04-06T06:16:24 | 2,494 | 0 | 0 | 29 | Java | false | false | package main;
public interface GeneralisedCalculator
{
public String addNumbers(String first,String second);
public String subtractNumbers(String first,String second);
public String multiplyNumbers(String first,String second);
public String divideNumbers(String first,String second);
}
| UTF-8 | Java | 313 | java | GeneralisedCalculator.java | Java | [] | null | [] | package main;
public interface GeneralisedCalculator
{
public String addNumbers(String first,String second);
public String subtractNumbers(String first,String second);
public String multiplyNumbers(String first,String second);
public String divideNumbers(String first,String second);
}
| 313 | 0.766773 | 0.766773 | 9 | 32.777779 | 26.997028 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 2 |
c2b4cb60c627b250863c40bb6b81a7dede93f228 | 979,252,570,726 | 96b10c252c848676f034043612dcb2f566ac2c4b | /testjava/src/main/java/Chain/Mysql.java | cb2734a965cfe933e5bf738ade3c422633075e5f | [] | no_license | liyuntian/test | https://github.com/liyuntian/test | cbfc9da4f79b49f6aca5eb9162c22555767538d7 | 3280683213f34107be6f7563acfbc78e011d5fe5 | refs/heads/master | 2020-02-24T16:46:01.629000 | 2017-05-02T07:21:42 | 2017-05-02T07:21:52 | 55,884,883 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Chain;
/**
* Created by wangbaohan_t on 2017/3/30.
*/
public class Mysql extends Chain<Context,Void> {
@Override
public boolean accept(Context in) {
return in.getType()==Context.Type.MY_SQL;
}
@Override
public Void process(Context in) {
System.out.println("mysql");
... | UTF-8 | Java | 344 | java | Mysql.java | Java | [
{
"context": "package Chain;\n\n/**\n * Created by wangbaohan_t on 2017/3/30.\n */\npublic class Mysql extends Chai",
"end": 46,
"score": 0.9993293881416321,
"start": 34,
"tag": "USERNAME",
"value": "wangbaohan_t"
}
] | null | [] | package Chain;
/**
* Created by wangbaohan_t on 2017/3/30.
*/
public class Mysql extends Chain<Context,Void> {
@Override
public boolean accept(Context in) {
return in.getType()==Context.Type.MY_SQL;
}
@Override
public Void process(Context in) {
System.out.println("mysql");
... | 344 | 0.616279 | 0.59593 | 18 | 18.111111 | 17.622236 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 2 |
8bd4d7d3380ba45c7b478f2c3ea8a2e15e042f9e | 32,650,341,405,816 | d2fa0c03b4009ef1056c2a1c874bdcff0c61d3eb | /src/test/java/io/primeval/reflex/proxy/StackedInterceptorTest.java | 1ff290bf1ccb1d9fdf36b7658405984153a2bde6 | [
"Apache-2.0"
] | permissive | primeval-io/primeval-reflex | https://github.com/primeval-io/primeval-reflex | 8f779c8976aace5aa5dd7f35b25b42795d69269b | b0b9c1245f16ba6449be07947fd13e16630e658f | refs/heads/master | 2021-01-20T07:37:50.310000 | 2018-07-22T05:52:39 | 2018-07-22T05:52:39 | 90,022,497 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.primeval.reflex.proxy;
import java.lang.reflect.Method;
import java.util.Arrays;
import org.assertj.core.api.Assertions;
import org.junit.Test;
import io.primeval.reflex.arguments.Arguments;
import io.primeval.reflex.proxy.CallContext;
import io.primeval.reflex.proxy.Interceptor;
import io.primeval.reflex... | UTF-8 | Java | 3,637 | java | StackedInterceptorTest.java | Java | [] | null | [] | package io.primeval.reflex.proxy;
import java.lang.reflect.Method;
import java.util.Arrays;
import org.assertj.core.api.Assertions;
import org.junit.Test;
import io.primeval.reflex.arguments.Arguments;
import io.primeval.reflex.proxy.CallContext;
import io.primeval.reflex.proxy.Interceptor;
import io.primeval.reflex... | 3,637 | 0.596096 | 0.593621 | 107 | 32.990654 | 31.135368 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.504673 | false | false | 2 |
f9231bdb38fd6688450020502edd758ae791b48c | 9,569,187,139,987 | 8116e49cb3d44824cb150c5ac36e26c434b45771 | /final year java projects/ExactStringMatching/src/cp3/lab02/ExactStringMatchingDriver.java | 3fca85159d133b031a414c3bd29f8cbf85076b33 | [] | no_license | nonycheers/Academic-projects | https://github.com/nonycheers/Academic-projects | 9212e332260e5b9b5890075090127a7233878ff5 | fc6fa10271e07f1b88f71404c47d3d546c7d28a1 | refs/heads/main | 2023-04-17T19:30:05.889000 | 2021-05-03T14:01:25 | 2021-05-03T14:01:25 | 352,326,620 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cp3.lab02;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.Scanner;
/**
*
* @author lewi0146
*/
public class ExactStringMatchingDriver {
/**
* Example commands:
* repaper.txt, builtin, verbose
* repaper.txt,... | UTF-8 | Java | 3,646 | java | ExactStringMatchingDriver.java | Java | [
{
"context": "\r\nimport java.util.Scanner;\r\n\r\n/**\r\n *\r\n * @author lewi0146\r\n */\r\npublic class ExactStringMatchingDriver {\r\n\r",
"end": 173,
"score": 0.9994385838508606,
"start": 165,
"tag": "USERNAME",
"value": "lewi0146"
}
] | null | [] | package cp3.lab02;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.Scanner;
/**
*
* @author lewi0146
*/
public class ExactStringMatchingDriver {
/**
* Example commands:
* repaper.txt, builtin, verbose
* repaper.txt,... | 3,646 | 0.504663 | 0.499177 | 103 | 33.39806 | 27.399717 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679612 | false | false | 2 |
2d51f5531da9b7d58e3ac2145e5f3da356679b14 | 33,646,773,805,354 | c5496d352a91b29643e1db21939747a6fabc64f0 | /src/com/SAPTCO/common/dto/GeneralDto.java | 6af6e9a2384bdfd5ee90fe46381d26925296f601 | [] | no_license | shadymohs/SAPTCOApps | https://github.com/shadymohs/SAPTCOApps | c95098180dbb1c9a6c92f93b7384ece84726188c | a0552009a65207b17e1dd5e80023b34927417617 | refs/heads/master | 2023-01-02T02:50:44.084000 | 2020-10-19T08:53:02 | 2020-10-19T08:53:02 | 298,189,342 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.SAPTCO.common.dto;
/**
* @author Shady
*/
public class GeneralDto extends BaseDto{
private static final long serialVersionUID = 1L;
private Long branchId;
private Long userId;
private String tableName;
private String columnName;
private String procResult;
private Long customerId;
private Long cu... | UTF-8 | Java | 1,298 | java | GeneralDto.java | Java | [
{
"context": "package com.SAPTCO.common.dto;\n\n/**\n * @author Shady\n*/\n\npublic class GeneralDto extends BaseDto{\n\n\tpr",
"end": 52,
"score": 0.9696273803710938,
"start": 47,
"tag": "NAME",
"value": "Shady"
}
] | null | [] | package com.SAPTCO.common.dto;
/**
* @author Shady
*/
public class GeneralDto extends BaseDto{
private static final long serialVersionUID = 1L;
private Long branchId;
private Long userId;
private String tableName;
private String columnName;
private String procResult;
private Long customerId;
private Long cu... | 1,298 | 0.746533 | 0.745763 | 61 | 20.295082 | 16.130964 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.442623 | false | false | 2 |
953b20d1813dc8d82a0e1d48ac1392c8513f70cd | 25,357,486,949,655 | c671141e207a98948b9612fe2ac13aa83d8240f4 | /app/src/main/java/com/mobi/efficacious/gurukulaarti/Interface/DataService.java | 20d992132a84ffa426415ab89d677f96c2435635 | [] | no_license | EfficaciousIT/GurukulAarti | https://github.com/EfficaciousIT/GurukulAarti | eb0751bfa17c90bbe12b4750156842624deb1907 | fab46fb978f25e1b7d88fdb0ac907c1b7678ba38 | refs/heads/main | 2023-07-31T11:52:41.792000 | 2021-09-01T09:38:18 | 2021-09-01T09:38:18 | 402,006,574 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mobi.efficacious.gurukulaarti.Interface;
import com.mobi.efficacious.gurukulaarti.entity.AttendanceDetail;
import com.mobi.efficacious.gurukulaarti.entity.AttendanceDetailPojo;
import com.mobi.efficacious.gurukulaarti.entity.ChatDetail;
import com.mobi.efficacious.gurukulaarti.entity.ChatDetailsPojo;
impo... | UTF-8 | Java | 14,645 | java | DataService.java | Java | [] | null | [] | package com.mobi.efficacious.gurukulaarti.Interface;
import com.mobi.efficacious.gurukulaarti.entity.AttendanceDetail;
import com.mobi.efficacious.gurukulaarti.entity.AttendanceDetailPojo;
import com.mobi.efficacious.gurukulaarti.entity.ChatDetail;
import com.mobi.efficacious.gurukulaarti.entity.ChatDetailsPojo;
impo... | 14,645 | 0.535336 | 0.534585 | 259 | 55.544403 | 35.575153 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648649 | false | false | 2 |
230461006a7db2bf6fe7dc6dcd764f8ed3699f25 | 6,012,954,221,406 | 8fb530ac3c9c29ff79536e0a16ae62d722e93ccc | /src/main/java1/deber/nonaccess/finall/EstudianteComputacion.java | 981bcbfea4fe84b9f0afd9a33e07dd3cf5e343dc | [] | no_license | Brandongj11/maven_proyecto_bg | https://github.com/Brandongj11/maven_proyecto_bg | 6c0e4241ca680e92709ed93545b471e68ad51aa1 | 567092e0635811e8be8d5d258e3520e3c1103961 | refs/heads/main | 2023-08-17T16:46:54.922000 | 2021-09-21T01:04:15 | 2021-09-21T01:04:15 | 403,783,195 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package deber.nonaccess.finall;
public class EstudianteComputacion extends Estudiante {
private String carnetEstudiante;
protected final void realizarSistema() {
System.out.println("Realiza 8 horas de un Sistema de datos");
}
protected void realizarMantenimento() {
System.out.println("Realizar 8 horas de Ma... | UTF-8 | Java | 375 | java | EstudianteComputacion.java | Java | [] | null | [] | package deber.nonaccess.finall;
public class EstudianteComputacion extends Estudiante {
private String carnetEstudiante;
protected final void realizarSistema() {
System.out.println("Realiza 8 horas de un Sistema de datos");
}
protected void realizarMantenimento() {
System.out.println("Realizar 8 horas de Ma... | 375 | 0.781333 | 0.776 | 14 | 25.785715 | 28.877026 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.928571 | false | false | 2 |
1431d531efc503e783655e3a3d9397fe1f4f4e15 | 6,012,954,221,139 | 447520f40e82a060368a0802a391697bc00be96f | /apks/comparison_androart/ro.btrl.pay/source/com/insidesecure/hce/rns/MatrixHCEGcmListenerService.java | 10450b1cb66e2b1938aad99a75d4095dfd5ed80c | [
"Apache-2.0"
] | permissive | iantal/AndroidPermissions | https://github.com/iantal/AndroidPermissions | 7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465 | d623b732734243590b5f004d167e542e2e2ae249 | refs/heads/master | 2023-07-19T01:29:26.689000 | 2019-09-30T19:01:42 | 2019-09-30T19:01:42 | 107,239,248 | 0 | 0 | Apache-2.0 | false | 2023-07-16T07:41:38 | 2017-10-17T08:22:57 | 2019-09-30T19:01:44 | 2023-07-16T07:41:38 | 1,616,319 | 0 | 0 | 1 | null | false | false | package com.insidesecure.hce.rns;
import android.content.res.Resources;
import android.os.Bundle;
import o.oH;
import o.pK;
public class MatrixHCEGcmListenerService
extends pK
{
public MatrixHCEGcmListenerService() {}
public Resources getResources()
{
return oH.ˊ(super.getResources());
}
public ... | UTF-8 | Java | 449 | java | MatrixHCEGcmListenerService.java | Java | [] | null | [] | package com.insidesecure.hce.rns;
import android.content.res.Resources;
import android.os.Bundle;
import o.oH;
import o.pK;
public class MatrixHCEGcmListenerService
extends pK
{
public MatrixHCEGcmListenerService() {}
public Resources getResources()
{
return oH.ˊ(super.getResources());
}
public ... | 449 | 0.752232 | 0.752232 | 22 | 19.363636 | 20.319147 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 2 |
e8162a9c8f552e1561d93260dcbc575885c70763 | 2,259,152,841,921 | 45696102b0fe7680bd7a2d8b30a8d1b9224b936c | /app/src/main/java/com/jt/app/starterapp/ImportDataActivity.java | ded771299dea9c340d4e5ff5e4bf51aa83945acf | [] | no_license | jtoews32/StarterApp | https://github.com/jtoews32/StarterApp | 0b17d5cdaf18d64d9982baefdf1bd370fbd79b52 | e7d813e86aa87e956823507bc5bef5f21797ddb9 | refs/heads/master | 2021-01-10T09:29:04.726000 | 2016-02-19T01:05:29 | 2016-02-19T01:05:29 | 51,190,070 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jt.app.starterapp;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class ImportDataActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Ur... | UTF-8 | Java | 2,615 | java | ImportDataActivity.java | Java | [] | null | [] | package com.jt.app.starterapp;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class ImportDataActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Ur... | 2,615 | 0.59977 | 0.598238 | 89 | 28.348314 | 23.852591 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.561798 | false | false | 2 |
c39c2f2470b358cf0ba2ef0fe2aaf6d16df03ce9 | 24,326,694,778,475 | 44609425e4cfee2ac35f7bb77505e0da20e5e316 | /Interview-Preparation/src/com/interview/preparation/java8/methodreference/ConstructorMethodRef.java | 15f50faf279ccce2496c41d3d9bc16cfa3e6bbd2 | [] | no_license | full-stack-org/interview-programs | https://github.com/full-stack-org/interview-programs | d36fd1128eba584e439a69be705227ef419b640f | 98dae853ffb6655777533a768a20cc159b803701 | refs/heads/main | 2023-06-06T19:31:37.908000 | 2021-06-24T06:04:04 | 2021-06-24T06:04:04 | 379,819,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.interview.preparation.java8.methodreference;
@FunctionalInterface
interface Messageable {
Message getMessage(String msg);
}
class Message {
Message(String msg) {
System.out.print(msg);
}
}
public class ConstructorMethodRef {
public static void main(String[] args) {
Messageable messageable = M... | UTF-8 | Java | 397 | java | ConstructorMethodRef.java | Java | [] | null | [] | package com.interview.preparation.java8.methodreference;
@FunctionalInterface
interface Messageable {
Message getMessage(String msg);
}
class Message {
Message(String msg) {
System.out.print(msg);
}
}
public class ConstructorMethodRef {
public static void main(String[] args) {
Messageable messageable = M... | 397 | 0.715365 | 0.712846 | 23 | 16.26087 | 18.685537 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 2 |
4d25fd1e66cd6d64cef4c8bb64e41c105aa25a59 | 7,636,451,916,670 | cad8201224a4b27a4dbf176dca46790d6ba5df3d | /app/src/main/java/com/example/ausu/erpapp/model/LetterBean.java | b23013c928982fbf163fdd704ddfa6f20d9fa03c | [] | no_license | hzh-romens/DriveApp | https://github.com/hzh-romens/DriveApp | 1d7aff7add77889be97ee7789b196908eda4a294 | 441d63504651f654f9e185f053863074f3b47a96 | refs/heads/master | 2020-08-30T19:31:50.417000 | 2017-06-15T02:33:31 | 2017-06-15T02:33:34 | 94,391,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ausu.erpapp.model;
/**
* Created by Lanxumit on 2016/7/28.
*/
public class LetterBean {
private long time;
private String letter;
public long getTime() {
return time;
}
public void setTime(long time) {
this.time = time;
}
public String getLetter() {
... | UTF-8 | Java | 431 | java | LetterBean.java | Java | [
{
"context": " com.example.ausu.erpapp.model;\n\n/**\n * Created by Lanxumit on 2016/7/28.\n */\npublic class LetterBean {\n p",
"end": 66,
"score": 0.9992697834968567,
"start": 58,
"tag": "USERNAME",
"value": "Lanxumit"
}
] | null | [] | package com.example.ausu.erpapp.model;
/**
* Created by Lanxumit on 2016/7/28.
*/
public class LetterBean {
private long time;
private String letter;
public long getTime() {
return time;
}
public void setTime(long time) {
this.time = time;
}
public String getLetter() {
... | 431 | 0.596288 | 0.580046 | 25 | 16.24 | 14.35348 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.28 | false | false | 2 |
7cdcae38572555a8474b2a7a292aa85b41c0d667 | 31,018,253,822,677 | 7eb59312878aa16b1a643f04f6d75677b0ba8e08 | /api/src/main/java/pl/marceen/wakatimeparser/login/control/RequestBuilder.java | 263ca2d8f6f13525171acc62d8414e51423c5874 | [] | no_license | m4rc1no5/WakaTimeParser | https://github.com/m4rc1no5/WakaTimeParser | 6e79e2949a148238f42b6c2895bb48c0c79f7f9d | 1742938ba5958a34a7efd2ea7928b26390a48eac | refs/heads/master | 2020-04-17T09:39:42.215000 | 2019-02-16T23:16:55 | 2019-02-16T23:16:55 | 166,467,814 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.marceen.wakatimeparser.login.control;
import okhttp3.MultipartBody;
import okhttp3.Request;
import pl.marceen.wakatimeparser.parser.control.UrlBuilder;
import javax.inject.Inject;
/**
* @author Marcin Zaremba
*/
public class RequestBuilder {
@Inject
private UrlBuilder urlBuilder;
Request b... | UTF-8 | Java | 1,178 | java | RequestBuilder.java | Java | [
{
"context": "lder;\n\nimport javax.inject.Inject;\n\n/**\n * @author Marcin Zaremba\n */\npublic class RequestBuilder {\n\n @Inject\n ",
"end": 223,
"score": 0.999882161617279,
"start": 209,
"tag": "NAME",
"value": "Marcin Zaremba"
},
{
"context": "mail)\n .addFor... | null | [] | package pl.marceen.wakatimeparser.login.control;
import okhttp3.MultipartBody;
import okhttp3.Request;
import pl.marceen.wakatimeparser.parser.control.UrlBuilder;
import javax.inject.Inject;
/**
* @author <NAME>
*/
public class RequestBuilder {
@Inject
private UrlBuilder urlBuilder;
Request buildCsrf... | 1,172 | 0.612054 | 0.610357 | 42 | 27.047619 | 22.116524 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 2 |
f8d0289df7e895674a6b542647ab8d86c41c2f63 | 11,020,886,097,854 | 478f22571bfd4a447b5bc2375876a2667a6bb8e7 | /src/ca/ualberta/cs/cshaffer_notes/ClaimListController.java | a45f140e08a9ecd6134bdc0d5d2d1cd6277bf357 | [
"Apache-2.0"
] | permissive | ChristineShaffer/Cshaffer-notes | https://github.com/ChristineShaffer/Cshaffer-notes | 38e4ca0f72a6004c4a321c55226f8c19a2b91570 | 3a1be9ed655e78d2b0316dac4a75c42524117a59 | refs/heads/master | 2020-12-24T15:31:23.706000 | 2015-02-02T21:30:15 | 2015-02-02T21:30:15 | 29,792,468 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // We want this class in order to keep a persistent ClaimList for our app
// For now we're shoving the ClaimList in this class -- might change later
// THIS IS THE CLAIM LIST FOR THE APP
package ca.ualberta.cs.cshaffer_notes;
import java.util.GregorianCalendar;
public class ClaimListController {
// Lazy Singleto... | UTF-8 | Java | 1,079 | java | ClaimListController.java | Java | [] | null | [] | // We want this class in order to keep a persistent ClaimList for our app
// For now we're shoving the ClaimList in this class -- might change later
// THIS IS THE CLAIM LIST FOR THE APP
package ca.ualberta.cs.cshaffer_notes;
import java.util.GregorianCalendar;
public class ClaimListController {
// Lazy Singleto... | 1,079 | 0.743281 | 0.743281 | 36 | 28.972221 | 29.447208 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.222222 | false | false | 2 |
8252a5fa94ec3cc7b8b34d839672684d9d474235 | 21,715,354,660,751 | 9da2ff35196001329e16b23c40de531d4d38c001 | /src/main/java/my/examples/chatserver/ChatHouse.java | fdaaf594df00b91708a3933ee32db7ab76a9209f | [] | no_license | misudev/chatserver | https://github.com/misudev/chatserver | 0c7ae21410e551f0ab46d2374380b6bf829c82e8 | 3a7d528a3fa97af877508a9f0cd9b45ae58c2515 | refs/heads/master | 2020-04-14T05:16:45.232000 | 2018-12-31T09:31:58 | 2018-12-31T09:31:58 | 163,654,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.examples.chatserver;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class ChatHouse {
List<ChatUser> lobby;
List<ChatRoom> chatRooms;
public ChatHouse(){
lobby = Collections.synchronizedList(new ArrayList<>());
chatRooms = Collections.sy... | UTF-8 | Java | 1,260 | java | ChatHouse.java | Java | [] | null | [] | package my.examples.chatserver;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class ChatHouse {
List<ChatUser> lobby;
List<ChatRoom> chatRooms;
public ChatHouse(){
lobby = Collections.synchronizedList(new ArrayList<>());
chatRooms = Collections.sy... | 1,260 | 0.632045 | 0.632045 | 50 | 23.84 | 20.732931 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42 | false | false | 2 |
b2e303948359ea23ccb2362bed8138b0fd214004 | 4,492,535,808,517 | 2f2fdb84b7f08540d2abf9217c758def0c319d2d | /src/main/java/Notebook/Objects/NotebookFacade.java | 35c016f6972eb11f4cc6bf5a911e31e30be89245 | [] | no_license | mrkovalchuk/Notebook | https://github.com/mrkovalchuk/Notebook | 375cd96f7853ef99a2a444890824048df1976ff5 | 031faf43d4ac359d776fdacd64f360d61c4b819e | refs/heads/master | 2018-01-10T12:13:38.103000 | 2016-04-07T03:09:02 | 2016-04-07T03:09:02 | 55,389,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Notebook.Objects;
import Notebook.DAO.interfaces.getNoteDAO;
import Notebook.DAO.interfaces.groupDAO;
import Notebook.Enities.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import java.uti... | UTF-8 | Java | 2,264 | java | NotebookFacade.java | Java | [] | null | [] | package Notebook.Objects;
import Notebook.DAO.interfaces.getNoteDAO;
import Notebook.DAO.interfaces.groupDAO;
import Notebook.Enities.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Component;
import java.uti... | 2,264 | 0.634276 | 0.633834 | 91 | 23.879122 | 22.967648 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505495 | false | false | 2 |
6f858129e1c46c5f3457f45f6134816d41e010b5 | 10,754,598,125,938 | 6f6a364bcde74d421bf761f2e49dca9327ebb5ea | /src/lvhaoxuan/custom/cuilian/object/Stone.java | 930905acb0ea53240e254c33a044f58340979b76 | [] | no_license | woshidashuaige666/NewCustomCuiLianPro | https://github.com/woshidashuaige666/NewCustomCuiLianPro | 97dbe3933044b2f53aaf1f11a730ba28db439252 | 0f6dade0dd758fe8873dab03962db93955ed95f3 | refs/heads/master | 2022-09-02T03:02:35.121000 | 2020-05-22T11:43:04 | 2020-05-22T11:43:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lvhaoxuan.custom.cuilian.object;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
import lvhaoxuan.llib.api.LLibAPI;
import lvhaoxuan.llib.loader.LoaderUtil;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.i... | UTF-8 | Java | 2,706 | java | Stone.java | Java | [] | null | [] | package lvhaoxuan.custom.cuilian.object;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
import lvhaoxuan.llib.api.LLibAPI;
import lvhaoxuan.llib.loader.LoaderUtil;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.configuration.file.YamlConfiguration;
import org.bukkit.i... | 2,706 | 0.566149 | 0.56541 | 87 | 30.103449 | 23.307062 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 2 |
de3973831ae408b667aa2eaa7901452d9643c79b | 19,421,842,136,140 | 290f89cf3a7bcbc460e34bc3be1312c5f724deab | /app/src/main/java/com/example/kevin/tracker/model/dataaccess/database/SQLiteDataStorage.java | 147c41fe81bee79f416bf01a80be146668a9c351 | [] | no_license | kevindevos/tasks | https://github.com/kevindevos/tasks | f3b4d13995f1d3a40f79e6467f6b09946d3c1dbc | 5a0db95a611c561006d85e91eb64c7986e7894b6 | refs/heads/master | 2018-12-18T10:46:39.494000 | 2018-09-16T19:51:44 | 2018-09-16T19:51:44 | 148,789,582 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.kevin.tracker.model.dataaccess.database;
import com.example.kevin.tracker.DatabaseHelper;
import com.example.kevin.tracker.model.dataaccess.DAO;
import com.example.kevin.tracker.model.dataaccess.DataStorage;
public class SQLiteDataStorage extends DataStorage {
private DatabaseHelper dbHelper;
... | UTF-8 | Java | 946 | java | SQLiteDataStorage.java | Java | [] | null | [] | package com.example.kevin.tracker.model.dataaccess.database;
import com.example.kevin.tracker.DatabaseHelper;
import com.example.kevin.tracker.model.dataaccess.DAO;
import com.example.kevin.tracker.model.dataaccess.DataStorage;
public class SQLiteDataStorage extends DataStorage {
private DatabaseHelper dbHelper;
... | 946 | 0.733615 | 0.733615 | 34 | 26.82353 | 24.37389 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 2 |
fc9e28bfc96b4424184864132123fe6a12fc5c1c | 24,094,766,554,628 | a8689af942b3d2e22d7c90842f28e435b1396262 | /src/main/java/app/hyein/util/ConfigurableUrlByteSource.java | a840f366c3d6559e2583110d3454aa784da81266 | [] | no_license | AwesomeHye/thymeleaf-web-controller | https://github.com/AwesomeHye/thymeleaf-web-controller | d2b4d1eb2f821bff8a2ffa87cf4dc9179e678cce | 57bda10c18fcf6a0660552b1f14ecf9910fa7d6f | refs/heads/master | 2020-04-19T16:23:33.143000 | 2019-01-30T07:54:36 | 2019-01-30T07:54:36 | 168,302,240 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.hyein.util;
import com.google.common.base.Preconditions;
import com.google.common.io.ByteSource;
import lombok.Data;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.net.URLConnection;
@Data
public class Conf... | UTF-8 | Java | 1,108 | java | ConfigurableUrlByteSource.java | Java | [] | null | [] | package app.hyein.util;
import com.google.common.base.Preconditions;
import com.google.common.io.ByteSource;
import lombok.Data;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.net.URLConnection;
@Data
public class Conf... | 1,108 | 0.751945 | 0.738327 | 34 | 29.235294 | 23.878441 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617647 | false | false | 2 |
53b3b15ccb9feff1d9a593bf0034bfd33b1b0e24 | 29,368,986,396,078 | 83e5f13c223412a32c2f3bdc671a0f6c7784026f | /algorithm/src/main/java/jzl/com/crackcodeinterview/P/P14.java | 8bba93dad5a58647fb7602eae0165ac3a63beadf | [] | no_license | jzlfighter/MyTemplateApplication | https://github.com/jzlfighter/MyTemplateApplication | ee8cb4b63c013a29c6bb5367f8a3907b51ec42b1 | c5a5f4be8abe67a0db9a33d2b1c15504bff5bff8 | refs/heads/master | 2022-11-18T02:06:54.308000 | 2020-07-21T11:40:24 | 2020-07-21T11:40:24 | 115,295,364 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jzl.com.crackcodeinterview.P;
/**
* jzl.com.crackcodeinterview.P
* Created by kingj on 2020/6/23 0023.
* 16. 14 最佳 直线。 给定 一个 二维 平面 及 平 面上 的 若干 点。 请 找出 一条 直线, 其 通过 的 点 的 数目 最多。
*
*/
public class P14 {
// Line findBestLine(GraphPoint[] points){
// HahsMapList<Double,Line> linesBySlope = getList... | UTF-8 | Java | 639 | java | P14.java | Java | [
{
"context": "\n/**\n * jzl.com.crackcodeinterview.P\n * Created by kingj on 2020/6/23 0023.\n * 16. 14 最佳 直线。 给定 一个 二维 平面",
"end": 94,
"score": 0.9995926022529602,
"start": 89,
"tag": "USERNAME",
"value": "kingj"
}
] | null | [] | package jzl.com.crackcodeinterview.P;
/**
* jzl.com.crackcodeinterview.P
* Created by kingj on 2020/6/23 0023.
* 16. 14 最佳 直线。 给定 一个 二维 平面 及 平 面上 的 若干 点。 请 找出 一条 直线, 其 通过 的 点 的 数目 最多。
*
*/
public class P14 {
// Line findBestLine(GraphPoint[] points){
// HahsMapList<Double,Line> linesBySlope = getList... | 639 | 0.65045 | 0.61982 | 21 | 25.428572 | 27.939682 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 2 |
448aaa558941e92545809584ee0611cdf476a63c | 13,408,887,918,194 | 06e60af329805b88089b2f20400faa68e8fdf0e3 | /ws/src/main/java/org/cgee/aquarius/rest/CloudWS.java | f785f2886363b0e98aa84ecef1d9b94992ceb8b8 | [] | no_license | gustavodsf/primeface-spring | https://github.com/gustavodsf/primeface-spring | 83440c282683cddd5fae464e3c47bd54986782d0 | abda26dfd3dd9159fbfdc1623e6476b16def82c9 | refs/heads/master | 2016-09-06T06:40:28.228000 | 2014-08-13T19:10:25 | 2014-08-13T19:10:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cgee.aquarius.rest;
import java.util.ArrayList;
import java.util.List;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import org.cgee.aquarius.model.CloudVO;
import org.cgee.aquarius.model.Stem;
import org.cge... | UTF-8 | Java | 2,248 | java | CloudWS.java | Java | [] | null | [] | package org.cgee.aquarius.rest;
import java.util.ArrayList;
import java.util.List;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import org.cgee.aquarius.model.CloudVO;
import org.cgee.aquarius.model.Stem;
import org.cge... | 2,248 | 0.715302 | 0.70863 | 74 | 29.378378 | 22.50988 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.864865 | false | false | 2 |
ec5be597cf045a65fb718b118f21d9dae7d50cb9 | 26,817,775,847,892 | 966154aa74794b920a02917eac726bbb752d6fb0 | /src/Solver/Solver.java | 8a35afc7e87b642412b7661597afea6e7b795399 | [] | no_license | cliulinnaeus/MaxwellEqComputationalModeling | https://github.com/cliulinnaeus/MaxwellEqComputationalModeling | b93854fe309c9700e14bfea0923ba6f91a45cc76 | c5394f546ecaed16ae1ffd632846b2b170716bb0 | refs/heads/master | 2020-05-18T21:08:31.214000 | 2019-08-25T05:36:18 | 2019-08-25T05:36:18 | 184,652,699 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Solver;
import MathUtils.VectorField;
import Physics.PointCharge;
public interface Solver {
// write into a text file
void stepForward();
}
| UTF-8 | Java | 160 | java | Solver.java | Java | [] | null | [] | package Solver;
import MathUtils.VectorField;
import Physics.PointCharge;
public interface Solver {
// write into a text file
void stepForward();
}
| 160 | 0.73125 | 0.73125 | 11 | 13.545455 | 12.694764 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 2 |
27af81071f2d654594065937bdd62a360a6eeb96 | 6,906,307,473,933 | 1b1448be8956181388d514e78761abd221d074d9 | /src/main/java/org/tonylin/powermock/User.java | e31456276110aa98ade59d0a93ea5c5c8c911a51 | [] | no_license | frank007love/PowerMockPractice | https://github.com/frank007love/PowerMockPractice | 7e1de222a726e11dbc360798ca822af220c5408b | 98bd2dd4a4a410e77a617bf08cb9190a6fe4c637 | refs/heads/master | 2023-07-03T22:45:11.716000 | 2021-07-31T07:12:22 | 2021-07-31T07:12:22 | 391,281,913 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.tonylin.powermock;
public class User {
}
| UTF-8 | Java | 60 | java | User.java | Java | [] | null | [] | package org.tonylin.powermock;
public class User {
}
| 60 | 0.683333 | 0.683333 | 5 | 10 | 12.345039 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 2 |
b569b42faed39664b8bed00ee7b142e12e3132dd | 6,906,307,476,526 | c8adb37a7f5635a3bf33b21d2edde89f47744bb1 | /fx/mlillusion.java | b3785149afd2e736eb28849f0d98ee7dfdbea9bc | [] | no_license | matthewbrozen/java-programs | https://github.com/matthewbrozen/java-programs | 37550c9fabf07010c888f0fb14d0397409957901 | 2e392f3b83ee215803a42c25e552fadc000dd9d2 | refs/heads/master | 2021-01-24T22:06:17.347000 | 2016-09-17T05:59:45 | 2016-09-17T05:59:45 | 58,708,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.scene.paint.Color;
import javafx.stage.Stage;
import javafx.scene.shape.Line;
public class mlillusion extends Application {
@Override
public void start(Stage primaryStage) {
Scene scene = new S... | UTF-8 | Java | 2,237 | java | mlillusion.java | Java | [] | null | [] | import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.layout.Pane;
import javafx.scene.paint.Color;
import javafx.stage.Stage;
import javafx.scene.shape.Line;
public class mlillusion extends Application {
@Override
public void start(Stage primaryStage) {
Scene scene = new S... | 2,237 | 0.640143 | 0.563254 | 88 | 24.431818 | 15.645065 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.943182 | false | false | 2 |
5c185bc3cd760f8a9ac32468b4857caa6755dea4 | 33,062,658,257,952 | a9d59dc39e6435bdef0237fc97f130cc0e3cef5f | /src/main/java/com/boxymoron/request/Request3.java | bdb5169d958c310b42449f121f868abe4f5fb667 | [] | no_license | boxymoron/Layer7Router | https://github.com/boxymoron/Layer7Router | e98f8a44947fdea5ec08cf72b6d8733ac567ce48 | 59ae650ee7f2d2b82142b9bc776ca1e1adc717d2 | refs/heads/master | 2021-09-10T22:32:37.156000 | 2018-04-03T13:51:34 | 2018-04-03T13:51:34 | 114,422,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boxymoron.request;
import java.nio.ByteBuffer;
import java.nio.charset.StandardCharsets;
import org.apache.log4j.Logger;
public final class Request3 {
private static final int EXPECT_LEN = "\nExpect: ".length();
private static final int CONNECTION_LEN = "\nConnection: ".length();
private static fina... | UTF-8 | Java | 6,014 | java | Request3.java | Java | [] | null | [] | package com.boxymoron.request;
import java.nio.ByteBuffer;
import java.nio.charset.StandardCharsets;
import org.apache.log4j.Logger;
public final class Request3 {
private static final int EXPECT_LEN = "\nExpect: ".length();
private static final int CONNECTION_LEN = "\nConnection: ".length();
private static fina... | 6,014 | 0.646159 | 0.641171 | 215 | 26.976744 | 29.556007 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.423256 | false | false | 2 |
1992db2f6aca6cb94b8d228047893a18e0432c53 | 23,347,442,227,238 | b81e234504fe1150692b4361bc4c115022798bb8 | /slgapv2/src/main/java/net/gap/app/models/rb/LabourModel.java | 71f700e363fbed5be2c8b12a6e926d2b876865ce | [] | no_license | RolandHewage/SLGAP_BackEnd | https://github.com/RolandHewage/SLGAP_BackEnd | ed460110b7a5837e4a61663c51670e6bef88eff9 | 8e660ff6cdc01018f98c5bfb53893ae165801902 | refs/heads/master | 2022-07-08T07:21:30.188000 | 2019-08-17T07:03:45 | 2019-08-17T07:03:45 | 202,847,925 | 2 | 0 | null | false | 2022-06-24T02:24:32 | 2019-08-17T07:04:34 | 2019-08-18T11:25:16 | 2022-06-24T02:24:29 | 84 | 2 | 0 | 1 | Java | false | false | package net.gap.app.models.rb;
import lombok.Data;
@Data
public class LabourModel {
private Long id;
private Long recordBookId;
private int period;
private String trainingName;
private String trainingPerson;
private String trainingCompany;
private String other;
}
| UTF-8 | Java | 278 | java | LabourModel.java | Java | [] | null | [] | package net.gap.app.models.rb;
import lombok.Data;
@Data
public class LabourModel {
private Long id;
private Long recordBookId;
private int period;
private String trainingName;
private String trainingPerson;
private String trainingCompany;
private String other;
}
| 278 | 0.776978 | 0.776978 | 17 | 15.352942 | 12.56953 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 2 |
c6208744c79ee50d09c33d078729f23947a117ab | 16,904,991,342,160 | 8990c54282eaf277c80494ae4e1a51230f87b35f | /app/src/test/java/com/a0gmail/iancampos/rewardtracker/TestRewardListMethods.java | e7ce5e2b6acaa491769af81e05d6eee58cc0565d | [
"MIT"
] | permissive | brainwave0/reward-tracker | https://github.com/brainwave0/reward-tracker | 97185b3fe3c83c9be5dad65f88ab62a050b9ffd7 | bd2a12d05fcf413ce7d7d67ba4438923e87b6bc5 | refs/heads/master | 2021-01-12T13:24:29.074000 | 2016-10-19T01:05:55 | 2016-10-19T01:05:55 | 68,976,270 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.a0gmail.iancampos.rewardtracker;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.junit.MockitoJUnit;
import org.mockito.junit.MockitoRule;
import static junit.framework.Assert.assertEquals;
import static org.mockit... | UTF-8 | Java | 2,117 | java | TestRewardListMethods.java | Java | [
{
"context": "package com.a0gmail.iancampos.rewardtracker;\n\nimport org.junit.A",
"end": 14,
"score": 0.5677081346511841,
"start": 13,
"tag": "USERNAME",
"value": "0"
}
] | null | [] | package com.a0gmail.iancampos.rewardtracker;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.junit.MockitoJUnit;
import org.mockito.junit.MockitoRule;
import static junit.framework.Assert.assertEquals;
import static org.mockit... | 2,117 | 0.684459 | 0.658951 | 62 | 33.161289 | 24.702875 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.951613 | false | false | 2 |
40715b0e41eeec15ae65aa5d5cc7cc01f1adb167 | 10,625,749,105,156 | fbe55b95b2ab09684256440698ef3bcd1a7191e3 | /ScheduleApiHit/MyController.java | 3b0e3050b5cb038fb93293958da630ffafea17d0 | [] | no_license | anishgit96/SpringBootProjectsRepo | https://github.com/anishgit96/SpringBootProjectsRepo | 58b644709b669b33d8115f4ee61afff4dd298d26 | 8f737a0254f393fc65235ef4366dcd4903ea05d9 | refs/heads/master | 2023-05-31T03:53:47.837000 | 2021-06-19T11:21:07 | 2021-06-19T11:21:07 | 362,459,696 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.ScheduleApiHit;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class MyController {
@Scheduled(fixedRate = 5000)
@GetMapping(value=... | UTF-8 | Java | 422 | java | MyController.java | Java | [
{
"context": "eting() {\n System.out.println(\"Hello GIIT Sol From Anish\");\n }\n}\n",
"end": 404,
"score": 0.5339974761009216,
"start": 400,
"tag": "NAME",
"value": "From"
}
] | null | [] | package com.example.ScheduleApiHit;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class MyController {
@Scheduled(fixedRate = 5000)
@GetMapping(value=... | 422 | 0.767772 | 0.758294 | 15 | 27.133333 | 22.413885 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 2 |
d6ab180c56d97d292ddb5ee8a5a041aa51d87954 | 4,320,737,124,382 | 30b55b2c24bf32f7734cd455fa5c7ed4d46e02db | /src/main/java/ale/service/CardCommentService.java | c6ad5bf7adc73e500bf454852147afa11b47a699 | [] | no_license | ALE-Team/ale-prototype | https://github.com/ALE-Team/ale-prototype | 2144c4539b5795a5c0e4bb3ac9563fde7dad70af | c9bc92146938630efaa411645e8fd2a9f1035226 | refs/heads/develop | 2015-08-14T07:42:43.540000 | 2015-08-13T21:50:56 | 2015-08-13T21:50:56 | 25,838,185 | 0 | 0 | null | false | 2015-11-03T21:51:45 | 2014-10-27T20:41:01 | 2015-05-07T14:14:55 | 2015-11-03T21:51:45 | 27,782 | 0 | 1 | 3 | JavaScript | null | null | package ale.service;
import java.util.List;
import java.util.Map;
import ale.api.data.CardCommentPost;
import ale.api.data.CardCommentRaw;
import ale.api.data.CardCommentSummary;
import ale.api.data.CardSummary;
import ale.api.data.UserSummary;
import ale.api.data.seed.SeedComment;
import ale.model.data.Card;
import ... | UTF-8 | Java | 2,676 | java | CardCommentService.java | Java | [] | null | [] | package ale.service;
import java.util.List;
import java.util.Map;
import ale.api.data.CardCommentPost;
import ale.api.data.CardCommentRaw;
import ale.api.data.CardCommentSummary;
import ale.api.data.CardSummary;
import ale.api.data.UserSummary;
import ale.api.data.seed.SeedComment;
import ale.model.data.Card;
import ... | 2,676 | 0.709641 | 0.709641 | 77 | 33.753246 | 35.312023 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 2 |
23e8a962c57feccfb2ca65f5a71ae3eea2ae03d3 | 14,439,680,083,127 | b80af238a3e3f46878e90d2fcf0159a6017f2e96 | /media_api/tv-framework/src/main/java/com/nbc/testautomation/chillertv/service/SeasonService.java | c8d8a73e21780aaa249a21deaa3ac03f5e3c9ed6 | [] | no_license | kiryl-zaytes/poc | https://github.com/kiryl-zaytes/poc | 0c6fe52d569ce0f1343ccf69d858fea390ebac3e | 46bf2b88376c813dff71ed46808074042ac48d46 | refs/heads/master | 2020-03-25T05:22:02.962000 | 2019-05-07T17:20:50 | 2019-05-07T17:20:50 | 143,443,173 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nbc.testautomation.chillertv.service;
import com.nbc.testautomation.chillertv.businessobject.Season;
/**
* Service for retrieving the data about season via UI or API
*/
public interface SeasonService {
Season getSeasonById(String seasonId, String seriesId);
}
| UTF-8 | Java | 281 | java | SeasonService.java | Java | [] | null | [] | package com.nbc.testautomation.chillertv.service;
import com.nbc.testautomation.chillertv.businessobject.Season;
/**
* Service for retrieving the data about season via UI or API
*/
public interface SeasonService {
Season getSeasonById(String seasonId, String seriesId);
}
| 281 | 0.786477 | 0.786477 | 11 | 24.545454 | 26.73562 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 2 |
dea601c8f7926727fc6f65fc5b612e072661d215 | 24,000,277,292,182 | dc6fee990b033452c1ca5c9b714c1f8c19ed311b | /app/src/main/java/com/example/parkinson/fcm/MessagingManager.java | 2954470bfb553aa0fe6331ff487045fd6084ec74 | [] | no_license | ManchiGitHub/HilaProjectApp | https://github.com/ManchiGitHub/HilaProjectApp | 698a4d8f14b9942f2302bbc33c819bf770dc43f1 | 4a967fa42434a12485749242298468c6ebccc748 | refs/heads/master | 2023-08-16T12:26:55.356000 | 2021-07-23T14:31:23 | 2021-07-23T14:31:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.parkinson.fcm;
import androidx.annotation.NonNull;
import com.example.parkinson.data.UserRepository;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.Task;
import com.google.firebase.messaging.FirebaseMessaging;
import javax.inject.Inject;
import javax.inj... | UTF-8 | Java | 1,664 | java | MessagingManager.java | Java | [] | null | [] | package com.example.parkinson.fcm;
import androidx.annotation.NonNull;
import com.example.parkinson.data.UserRepository;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.Task;
import com.google.firebase.messaging.FirebaseMessaging;
import javax.inject.Inject;
import javax.inj... | 1,664 | 0.647236 | 0.647236 | 56 | 28.714285 | 22.61614 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 2 |
01d354e5ce1cc10053338058d69072bdc5589913 | 7,146,825,610,300 | 1ebeac8bbbe2af5b1a6deba0bd3e4fd28a9a9d0d | /otherproblems/Possibilities.java | d9fbb14170b9ee543aeac31b0a0d1a0bafeee657 | [] | no_license | Qingyu-Shi/icpc | https://github.com/Qingyu-Shi/icpc | 1b7286201bca0e5071798b66b88739adb9dce5fd | 7494cc34b94a00ece810ec772e203b1c1e03b8f6 | refs/heads/master | 2023-08-04T16:15:30.742000 | 2015-08-27T23:46:48 | 2015-08-27T23:46:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package otherproblems;
import java.util.Arrays;
// http://stackoverflow.com/questions/18342274
public class Possibilities
{
public static void main(String[] args)
{
// Input
int[] input = {100, 80, 66, 25, 4, 2, 1};
int n = 50;
// Prepare input
Arrays.sort(input);
// Allocate storage space
long[... | UTF-8 | Java | 1,778 | java | Possibilities.java | Java | [] | null | [] | package otherproblems;
import java.util.Arrays;
// http://stackoverflow.com/questions/18342274
public class Possibilities
{
public static void main(String[] args)
{
// Input
int[] input = {100, 80, 66, 25, 4, 2, 1};
int n = 50;
// Prepare input
Arrays.sort(input);
// Allocate storage space
long[... | 1,778 | 0.578178 | 0.559055 | 63 | 27.222221 | 19.900902 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.253968 | false | false | 2 |
e4e6561fef879182b3bd8fecd719c9f2dac04be8 | 26,611,617,385,701 | 5449824379ef6828cf3dacafe2ab4ab720f663f5 | /app/src/main/java/byou/yadun/wallet/adapter/SendNoteAdapter.java | 4891eb5e9a4549e3c290108caa9e4a23631f461a | [] | no_license | Xdone111/beyou | https://github.com/Xdone111/beyou | 38735050db0b1daa224cc4064c0858eefc68fb84 | f24acc510070b108f954e4ff1515c4918a322962 | refs/heads/master | 2020-03-17T00:38:40.571000 | 2018-05-12T07:56:17 | 2018-05-12T07:56:17 | 133,125,004 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package byou.yadun.wallet.adapter;
import android.content.Context;
import byou.yadun.wallet.R;
import byou.yadun.wallet.adapter.base.CommonBaseAdapter;
import byou.yadun.wallet.adapter.base.ViewHolder;
import byou.yadun.wallet.entity.TradeNoteResponse;
import java.text.SimpleDateFormat;
import java.util.List;
/**
... | UTF-8 | Java | 1,498 | java | SendNoteAdapter.java | Java | [] | null | [] | package byou.yadun.wallet.adapter;
import android.content.Context;
import byou.yadun.wallet.R;
import byou.yadun.wallet.adapter.base.CommonBaseAdapter;
import byou.yadun.wallet.adapter.base.ViewHolder;
import byou.yadun.wallet.entity.TradeNoteResponse;
import java.text.SimpleDateFormat;
import java.util.List;
/**
... | 1,498 | 0.719626 | 0.709613 | 41 | 35.536587 | 33.616268 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.756098 | false | false | 2 |
11c5d23110906fe93de7f550d240847d0e6aac17 | 33,148,557,608,937 | b0d004f27b27912ff2372c6df075e0b2acea1c6d | /android-studio/vast_player/VastPlayer/app/src/main/java/com/lcjian/vastplayer/ui/home/RecommendFragment.java | a833ef12faf2c9ee97af387ca69f7062d77d4ebf | [] | no_license | LCJIAN/ROOT | https://github.com/LCJIAN/ROOT | ca397389c7a57d7e30f52a22d8d15331ebc490c8 | af9f08bd5328f543a23bf0e3c3b1352e8c372fa4 | refs/heads/master | 2021-01-12T02:30:41.991000 | 2020-12-14T13:12:38 | 2020-12-14T13:12:38 | 78,490,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lcjian.vastplayer.ui.home;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.recyclervie... | UTF-8 | Java | 4,816 | java | RecommendFragment.java | Java | [
{
"context": "em;\n String key = TextUtils.equals(recommend.title, \"banner\") ? recommend.title : re",
"end": 2925,
"score": 0.6967762112617493,
"start": 2919,
"tag": "KEY",
"value": "equals"
}
] | null | [] | package com.lcjian.vastplayer.ui.home;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.recyclervie... | 4,816 | 0.622716 | 0.622716 | 134 | 34.9403 | 27.442684 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.634328 | false | false | 2 |
08091e33189b89e84f363cd85ca525f5f64cf1d6 | 23,347,442,269,271 | e7b2885a98a7956d8d8ff4649f3ebd8a312c1790 | /wyl-demo-service/src/main/java/com/wyl/ApplicationServiceBoot.java | 3d2a6a06b863d8ef6f95e227e4cead1b05098b20 | [] | no_license | wangyulin/study | https://github.com/wangyulin/study | b918476329b38235620b009187f61e5c987ee330 | 20b57d0399c2f5406bf5c3f183681e80f6b4e346 | refs/heads/master | 2020-06-30T19:25:24.036000 | 2018-11-06T00:15:03 | 2018-11-06T00:15:03 | 66,319,561 | 0 | 0 | null | false | 2016-09-05T05:09:27 | 2016-08-23T00:56:36 | 2016-08-23T00:56:58 | 2016-09-05T05:09:26 | 91 | 0 | 0 | 0 | Java | null | null | package com.wyl;
import com.google.common.eventbus.EventBus;
import com.wyl.utils.eventbus.EventListener;
import org.h2.server.web.WebServlet;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servl... | UTF-8 | Java | 1,793 | java | ApplicationServiceBoot.java | Java | [] | null | [] | package com.wyl;
import com.google.common.eventbus.EventBus;
import com.wyl.utils.eventbus.EventListener;
import org.h2.server.web.WebServlet;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servl... | 1,793 | 0.741774 | 0.7401 | 51 | 34.156864 | 28.469021 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431373 | false | false | 2 |
3e110de9ada8fc6c82df3309e812672acd3acb1a | 23,347,442,270,307 | 4632f3766cc62e6f561639b370cb27b11578e4b6 | /back/src/main/java/ru/gowork/dto/ExtendedStepDto.java | 00ff5eca6e8b895b7864fb1b568d121a196e2305 | [] | no_license | varchugov/hh-gowork | https://github.com/varchugov/hh-gowork | bb4ddeed2a6d86496e14bbea094e5bcb2c54080a | 22761947a5795edad4bea0742b33a303dd0e0b58 | refs/heads/master | 2023-05-31T12:19:13.645000 | 2021-06-23T21:16:17 | 2021-06-23T21:16:17 | 351,066,945 | 1 | 2 | null | false | 2021-06-28T10:31:44 | 2021-03-24T12:12:06 | 2021-06-23T21:16:20 | 2021-06-28T10:31:44 | 62,296 | 1 | 1 | 2 | JavaScript | false | false | package ru.gowork.dto;
import java.util.List;
public class ExtendedStepDto {
private Integer id;
private String theory;
private Object question;
private Object userAnswer;
private List<Integer> correctAnswers;
private Object answersExplanations;
public Integer getId() {
retur... | UTF-8 | Java | 1,285 | java | ExtendedStepDto.java | Java | [] | null | [] | package ru.gowork.dto;
import java.util.List;
public class ExtendedStepDto {
private Integer id;
private String theory;
private Object question;
private Object userAnswer;
private List<Integer> correctAnswers;
private Object answersExplanations;
public Integer getId() {
retur... | 1,285 | 0.649805 | 0.649805 | 65 | 18.76923 | 18.770493 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 2 |
f483ebd8c9cda68464f39d5b6696dd6da0bb74ed | 22,522,808,521,267 | 3601825b214233035d756f21516d48e9415a05c2 | /src/main/java/com/mstatkiewicz/decertoRecruitment/operation/generator/Generator.java | c9f633c012f5d37a256ae6696f503e118a488483 | [] | no_license | m-statkiewicz/decertoRecruitment | https://github.com/m-statkiewicz/decertoRecruitment | 4c1f7405e09f660afca3bd7e7ea2dca9b9479a6a | ae9ca43677d2bbed48d936dab342b0d66f40e0d0 | refs/heads/main | 2023-01-06T17:52:49.531000 | 2020-11-05T17:14:39 | 2020-11-05T17:14:39 | 310,109,398 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mstatkiewicz.decertoRecruitment.operation.generator;
public enum Generator {
H2,
JAVA,
RANDOMORG
}
| UTF-8 | Java | 118 | java | Generator.java | Java | [] | null | [] | package com.mstatkiewicz.decertoRecruitment.operation.generator;
public enum Generator {
H2,
JAVA,
RANDOMORG
}
| 118 | 0.779661 | 0.771186 | 7 | 15.857142 | 20.910891 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 2 |
503aa03cd48bca36c9b33d0c00f38c03787dc6e5 | 1,022,202,237,485 | 6b920fa71c99e31c375dee08c0a12812a69d9754 | /src/com/mloeppky/matrices/client/MatrixFun.java | 2191720867c5012f7214ba37a632f7215257ba0b | [] | no_license | MixMasterMitch/Matrix-Calculator | https://github.com/MixMasterMitch/Matrix-Calculator | 331ca67bee679a49767a5c40ee2e68b50cd0e3a0 | 459789bbb33b826c46cf0b72d72dcb9ed5d35d1b | refs/heads/master | 2020-03-29T09:55:58.170000 | 2012-02-07T21:58:44 | 2012-02-07T21:58:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mloeppky.matrices.client;
import static com.mloeppky.matrices.client.MatrixOperations.add;
import static com.mloeppky.matrices.client.MatrixOperations.multiply;
import static com.mloeppky.matrices.client.MatrixOperations.subtract;
import static com.mloeppky.matrices.client.MatrixOperations.transpose;
impor... | UTF-8 | Java | 1,605 | java | MatrixFun.java | Java | [] | null | [] | package com.mloeppky.matrices.client;
import static com.mloeppky.matrices.client.MatrixOperations.add;
import static com.mloeppky.matrices.client.MatrixOperations.multiply;
import static com.mloeppky.matrices.client.MatrixOperations.subtract;
import static com.mloeppky.matrices.client.MatrixOperations.transpose;
impor... | 1,605 | 0.676012 | 0.620561 | 58 | 26.672413 | 25.071888 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.551724 | false | false | 2 |
87834c6680097338a0ef2d7dbfb5b8a16af47c9d | 21,492,016,350,064 | c3d974274f2b8aa826bfbfa27a3a97c93f253881 | /src/main/java/com/curou/oa/models/ProductUnit.java | cb86f730d6b34de0feb3b9b504643bfc296f2a9f | [] | no_license | curou/cr_oa | https://github.com/curou/cr_oa | 37b4bb744ffb009597fa64929d8ab373124de1e9 | 929db95c9fcada7d088d06e8fd8576db3cf39233 | refs/heads/master | 2022-11-08T06:01:35.543000 | 2019-07-10T07:08:35 | 2019-07-10T07:08:35 | 183,121,625 | 0 | 0 | null | false | 2022-10-12T20:25:49 | 2019-04-24T01:19:03 | 2019-07-10T07:09:28 | 2022-10-12T20:25:47 | 937 | 0 | 0 | 8 | Java | false | false | package com.curou.oa.models;
import java.io.Serializable;
import java.util.Date;
public class ProductUnit implements Serializable {
private String id;
private String value;
private Date createTimeUtc;
private Date modifyTimeUtc;
private String createEmployeeId;
private String modifyEmploy... | UTF-8 | Java | 1,538 | java | ProductUnit.java | Java | [] | null | [] | package com.curou.oa.models;
import java.io.Serializable;
import java.util.Date;
public class ProductUnit implements Serializable {
private String id;
private String value;
private Date createTimeUtc;
private Date modifyTimeUtc;
private String createEmployeeId;
private String modifyEmploy... | 1,538 | 0.663849 | 0.663199 | 68 | 21.632353 | 22.74016 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323529 | false | false | 2 |
d5f3d4a3ff944d1f9015caf456c64eff8c709055 | 23,347,442,277,812 | 2f562387115930e387979060ccec7ff2fc22ce15 | /Limpness/src/entidade/Despesa.java | 191e81535acdd1060cc6d42857404bae674773c9 | [] | no_license | gabriel-aguiar/Limpness | https://github.com/gabriel-aguiar/Limpness | d2df39f9ee4531c5aa509609a06029e4aabe193b | d39a8a46d3a6138571f75dfda162933a18c65ea3 | refs/heads/master | 2023-01-13T10:54:57.280000 | 2020-11-10T23:01:13 | 2020-11-10T23:01:13 | 301,200,100 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package entidade;
import java.sql.Date;
public class Despesa {
private int ID_despesa;
private int valor;
private String tipo_desp;
private Date data_desp;
private String descricao_desp;
public Despesa() {
}
public Despesa(int valor, String tipo_desp, Date data_desp, String descricao_d... | UTF-8 | Java | 2,942 | java | Despesa.java | Java | [] | null | [] | package entidade;
import java.sql.Date;
public class Despesa {
private int ID_despesa;
private int valor;
private String tipo_desp;
private Date data_desp;
private String descricao_desp;
public Despesa() {
}
public Despesa(int valor, String tipo_desp, Date data_desp, String descricao_d... | 2,942 | 0.623046 | 0.621006 | 138 | 19.31884 | 21.266762 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.76087 | false | false | 2 |
83f7cbed5ddd539c097c981880dbb836fa0019e5 | 23,347,442,276,313 | 5d4892c0d549a36f5569122e189ed6c6c5e289d8 | /app/src/main/java/com/example/keyaanapplication/activities/Venues_Activity.java | bb53220f0f53ca13e4085652bd00fa01a2ae22e3 | [] | no_license | karthikNamani99/keyaan_Eventz_adda | https://github.com/karthikNamani99/keyaan_Eventz_adda | 2edf1cf9182f0178d6b789c284599971ad83f52a | 4791dc32c438b66a1d65ca1199fa0186c6b20594 | refs/heads/master | 2020-07-14T19:58:33.030000 | 2019-09-06T13:36:18 | 2019-09-06T13:36:18 | 205,389,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.keyaanapplication.activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import andr... | UTF-8 | Java | 7,264 | java | Venues_Activity.java | Java | [
{
"context": "d(event1);\n\n event1 = new Venues_list(\"Park Hyatt\", \"1 Review\", \"Pune\", \"On Request\", R.drawable.im",
"end": 6430,
"score": 0.9989891052246094,
"start": 6420,
"tag": "NAME",
"value": "Park Hyatt"
}
] | null | [] | package com.example.keyaanapplication.activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.DefaultItemAnimator;
import android.support.v7.widget.LinearLayoutManager;
import andr... | 7,260 | 0.594438 | 0.58549 | 192 | 36.833332 | 32.746235 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.755208 | false | false | 2 |
9b07b0f155525efd5241bcc723ddd7c86ff43244 | 9,259,949,521,569 | 0e7f6291a5992e78296133dae09cf9b27b27cd2f | /bisiesto/bisiesto.java | d02590a1bce8e48c8dae0b091b89539c295925d8 | [] | no_license | 11ivan/Java. | https://github.com/11ivan/Java. | 5a64f8dc6f502bc13095334a0ccefa712ff2058d | 832c9b001fafbbd68af80eaf6c3f4221d1137bb4 | refs/heads/master | 2018-03-07T04:37:20.285000 | 2017-09-25T22:04:52 | 2017-09-25T22:04:52 | 80,730,748 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //bisiesto.java
/**
*Análisis.
* Propósito: Dado un año decir si es bisiesto o no.
* Entradas: Un número.
* Salidas: Bisiesto o no bisiesto.
* Restricciones: No se pueden introducir números negativos o 0.
*Pseudocódigo generalizado
* Leer datos
* Realizar cáculos y Comprobar datos
* Escribir resultado
*... | ISO-8859-1 | Java | 1,092 | java | bisiesto.java | Java | [] | null | [] | //bisiesto.java
/**
*Análisis.
* Propósito: Dado un año decir si es bisiesto o no.
* Entradas: Un número.
* Salidas: Bisiesto o no bisiesto.
* Restricciones: No se pueden introducir números negativos o 0.
*Pseudocódigo generalizado
* Leer datos
* Realizar cáculos y Comprobar datos
* Escribir resultado
*... | 1,092 | 0.678373 | 0.652495 | 48 | 21.541666 | 17.03912 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.354167 | false | false | 2 |
a3cb81562a319e22d00fd4025190f4b4220e1f99 | 3,728,031,620,245 | cdc764b57e8e8df532d123c6b1d966d625a65bcd | /Tps/p8/p8e2/LocalidadOBarrio.java | 95cca64f061877439af7fa58ce3b133daa89f288 | [] | no_license | mmoauro/Programacion2-2020 | https://github.com/mmoauro/Programacion2-2020 | 5f43b13e900fdada2b3a1c7f1d143559e99948a8 | 8007b97ce0350f093f5020202efd61dc3701270a | refs/heads/master | 2023-01-04T11:18:47.803000 | 2020-11-05T18:45:04 | 2020-11-05T18:45:04 | 289,585,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p8.p8e2;
import java.util.ArrayList;
public class LocalidadOBarrio extends ElementoSistemaElectoral {
private String nombre;
private ArrayList<LugarVotable> lugaresVotables;
public LocalidadOBarrio(String nombre) {
this.nombre = nombre;
this.lugaresVotables = new ArrayList<>();
... | UTF-8 | Java | 995 | java | LocalidadOBarrio.java | Java | [] | null | [] | package p8.p8e2;
import java.util.ArrayList;
public class LocalidadOBarrio extends ElementoSistemaElectoral {
private String nombre;
private ArrayList<LugarVotable> lugaresVotables;
public LocalidadOBarrio(String nombre) {
this.nombre = nombre;
this.lugaresVotables = new ArrayList<>();
... | 995 | 0.632161 | 0.626131 | 37 | 25.891891 | 21.912336 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405405 | false | false | 2 |
edd4aa22b0287270c21334029a0a22a0084c6d62 | 15,607,911,188,706 | 31276e7e718be5ac8ed61efb832aaa078ca76792 | /src/main/java/svenhjol/charm/enums/ICoralMaterial.java | 250bcc3197364d345b6403411e5673cffca0e635 | [
"MIT"
] | permissive | svenhjol/Charm | https://github.com/svenhjol/Charm | 453eff96e1d8179d53bb81f81e2081412f6d3f3b | 2011d0d9846872cc91ad322693d8185e2bdf38b3 | refs/heads/master | 2023-09-03T12:32:38.485000 | 2022-09-29T17:51:31 | 2022-09-29T17:51:31 | 179,774,068 | 178 | 100 | MIT | false | 2023-07-04T17:22:15 | 2019-04-06T01:01:26 | 2023-05-31T15:06:25 | 2023-07-04T17:22:15 | 28,446 | 141 | 49 | 155 | Java | false | false | package svenhjol.charm.enums;
public interface ICoralMaterial extends ICharmEnum {
}
| UTF-8 | Java | 86 | java | ICoralMaterial.java | Java | [] | null | [] | package svenhjol.charm.enums;
public interface ICoralMaterial extends ICharmEnum {
}
| 86 | 0.825581 | 0.825581 | 4 | 20.5 | 21.592823 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 2 |
3c3ccb0a246a44258c5feec28e78e05b807d6311 | 9,577,777,080,001 | 64fc2ce2148469ac1fa54fd94c56573c02397a6f | /src/main/java/com/atwangsi/user/controller/CollegeController.java | b8d07a1f43b747e83e5eafcab4fcb6ff74b59e77 | [] | no_license | qza99300/sanjiu | https://github.com/qza99300/sanjiu | 4b98bca069b57fa0a0f52e8c5cf4b79fac1f5444 | 440bcff3487024154c00b1279ee50176fad69c32 | refs/heads/master | 2021-09-04T19:13:18.386000 | 2018-01-17T07:24:27 | 2018-01-17T07:24:27 | 114,592,882 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atwangsi.user.controller;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springfram... | UTF-8 | Java | 3,735 | java | CollegeController.java | Java | [
{
"context": "\r\n/**\r\n * 学院简介\r\n * \r\n * 简介增删查已经做完,测试ok\r\n * @author ou\r\n *\r\n */\r\n@Controller\r\n@RequestMapping(\"college\")",
"end": 797,
"score": 0.45208925008773804,
"start": 795,
"tag": "USERNAME",
"value": "ou"
}
] | null | [] | package com.atwangsi.user.controller;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springfram... | 3,735 | 0.706351 | 0.705212 | 134 | 24.201492 | 24.651535 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.746269 | false | false | 2 |
46724d3bd0cc0473ff1549036d3904b91117e23d | 6,442,450,959,923 | 5f016facee62b1f91cc7e065bbb6ea5c9d6b976e | /ProjekatIPa/src/java/paket7/DrugiServletZaKorisnika.java | c0e8fd222ac28faea2668ab1c75cb9f594162746 | [] | no_license | vezba/JavaWeb | https://github.com/vezba/JavaWeb | de96ff6a1138e940c37515e9c8ae9f1e85d04a7b | b0219c7b588b043646aea0a6a7a984a0ee86fcdc | refs/heads/master | 2020-04-07T17:36:44.809000 | 2019-02-11T01:26:44 | 2019-02-11T01:26:44 | 158,576,644 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package paket7;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
public class DrugiServletZaKorisni... | UTF-8 | Java | 1,601 | java | DrugiServletZaKorisnika.java | Java | [] | null | [] |
package paket7;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
public class DrugiServletZaKorisni... | 1,601 | 0.642723 | 0.640225 | 50 | 31 | 27.147007 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62 | false | false | 2 |
3d41e72102dc9274c67d032e11cfe801ea5b61c1 | 30,416,958,405,571 | b52e0c317c57a54cac076752c96376a5f4c4577b | /insight-newjava/src/insightbook/newjava/ch11/HttpPostExample.java | e38c150d72e02ff9007e41710ae89fec14808656 | [] | no_license | sskim91/book-pratical-modernjava | https://github.com/sskim91/book-pratical-modernjava | 73412b5aff96aab7d99c7840779f828e8e8646d6 | 703ed3f17fdbd08ba7f4c721e0874649397eb19f | refs/heads/master | 2023-03-18T06:58:43.407000 | 2021-03-05T01:19:55 | 2021-03-05T01:19:55 | 344,656,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package insightbook.newjava.ch11;
import java.io.IOException;
import java.net.URI;
import java.net.URLEncoder;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpRequest.BodyPublishers;
import java.net.http.HttpResponse;
import java.net.http.HttpResponse.BodyHandlers;
import ja... | UTF-8 | Java | 1,871 | java | HttpPostExample.java | Java | [
{
"context": "tle\", \"Email Test\");\n params.put(\"email\", \"id@seamail.example.com\");\n params.put(\"reply_to_thread\", 10394);\n",
"end": 635,
"score": 0.9999004006385803,
"start": 613,
"tag": "EMAIL",
"value": "id@seamail.example.com"
}
] | null | [] | package insightbook.newjava.ch11;
import java.io.IOException;
import java.net.URI;
import java.net.URLEncoder;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpRequest.BodyPublishers;
import java.net.http.HttpResponse;
import java.net.http.HttpResponse.BodyHandlers;
import ja... | 1,856 | 0.657392 | 0.652482 | 54 | 32.944443 | 22.981005 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.592593 | false | false | 2 |
a06d940a1b2c580de9eedda1b4fa1dc267eaae31 | 33,389,075,776,115 | 3bc2fa9d3ce5207e2d2ae65f6199782f3ca2c631 | /src/main/java/ru/job4j/carMarket/model/dao/Storage.java | d0136ed36c4cc1399a3fe217d81241d042abd298 | [
"Apache-2.0"
] | permissive | Mrsananabos/cars_market | https://github.com/Mrsananabos/cars_market | af8a2b8a45ecda5a61be91c11b8d7231741379e8 | 820334c1cc5cdfbc3c026a6960ba4da9c3148f1b | refs/heads/master | 2020-05-25T03:53:53.028000 | 2019-05-20T11:05:55 | 2019-05-20T11:05:55 | 187,615,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.job4j.carMarket.model.dao;
import ru.job4j.carMarket.model.entity.*;
import java.util.List;
public interface Storage {
List<Car> getCars();
List<Mark> getMarks();
List<Model> findModelsByMark(int id);
List<Transmission> getTransmission();
List<BodyType> getBodyType();
Car add... | UTF-8 | Java | 452 | java | Storage.java | Java | [] | null | [] | package ru.job4j.carMarket.model.dao;
import ru.job4j.carMarket.model.entity.*;
import java.util.List;
public interface Storage {
List<Car> getCars();
List<Mark> getMarks();
List<Model> findModelsByMark(int id);
List<Transmission> getTransmission();
List<BodyType> getBodyType();
Car add... | 452 | 0.690265 | 0.685841 | 27 | 15.740741 | 17.035025 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 2 |
0b4b1249619aa636e42a4d250b0b6cedecf1476c | 3,788,161,174,203 | f951f4c90b6563fbda5c214839e5b89e8e426dd4 | /src/main/java/model/Blog.java | 2f0981bc210d615531ffc8c6986aea65b4957157 | [] | no_license | hoangvietanhh/blog-RESTful | https://github.com/hoangvietanhh/blog-RESTful | eec365dff32638c60449d88ed2b58c20350045ed | b284d1c6f73f176bdc8d7d0a83da678e41bf81d6 | refs/heads/master | 2023-02-10T08:43:03.053000 | 2020-12-31T06:40:27 | 2020-12-31T06:40:27 | 323,831,039 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import javax.persistence.*;
import java.sql.Date;
@Entity
@Table
public class Blog {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String post;
private Date datePost;
private String author;
public Blog(String post, Date datePost, String author... | UTF-8 | Java | 985 | java | Blog.java | Java | [] | null | [] | package model;
import javax.persistence.*;
import java.sql.Date;
@Entity
@Table
public class Blog {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String post;
private Date datePost;
private String author;
public Blog(String post, Date datePost, String author... | 985 | 0.585787 | 0.585787 | 56 | 16.589285 | 14.92933 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 2 |
a16e6818964b19f653489b86c01f0d8110079ab9 | 12,687,333,414,208 | 334c04c9e39347d0b5c21862a50e71388d01da41 | /org/usfirst/frc/team1076/robot/commands/TeleopWithGyroCommand.java | 21ccde981f09dd620010b96624e6b7374784dfc9 | [] | no_license | Dannihu01/Practice-Bot-2019 | https://github.com/Dannihu01/Practice-Bot-2019 | 7ca949a4e3b460b1b881c76579f493381c253cf8 | bd8665a65f67ab3adf133850899dcfdd0e6b8151 | refs/heads/master | 2020-04-16T05:53:13.970000 | 2019-01-11T23:35:54 | 2019-01-11T23:35:54 | 165,325,510 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.usfirst.frc.team1076.robot.commands;
import org.strongback.components.Gyroscope;
import org.usfirst.frc.team1076.robot.IGamepad;
import org.usfirst.frc.team1076.robot.subsystems.Drivetrain;
import org.usfirst.frc.team1076.robot.subsystems.GyroPIDCorrector;
import org.usfirst.frc.team1076.robot.subsystems.W... | UTF-8 | Java | 893 | java | TeleopWithGyroCommand.java | Java | [] | null | [] | package org.usfirst.frc.team1076.robot.commands;
import org.strongback.components.Gyroscope;
import org.usfirst.frc.team1076.robot.IGamepad;
import org.usfirst.frc.team1076.robot.subsystems.Drivetrain;
import org.usfirst.frc.team1076.robot.subsystems.GyroPIDCorrector;
import org.usfirst.frc.team1076.robot.subsystems.W... | 893 | 0.758119 | 0.735722 | 25 | 34.720001 | 33.147572 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.76 | false | false | 2 |
e6b3035552f88c81d2bce3e6558fa53088ca1062 | 25,701,084,322,212 | e89d45f9e6831afc054468cc7a6ec675867cd3d7 | /src/main/java/com/microsoft/graph/requests/extensions/GroupPolicyCategoryWithReferenceRequestBuilder.java | e23631bc0ccfa20a4e9f04311337e5d566899204 | [
"MIT"
] | permissive | isabella232/msgraph-beta-sdk-java | https://github.com/isabella232/msgraph-beta-sdk-java | 67d3b9251317f04a465042d273fe533ef1ace13e | 7d2b929d5c99c01ec1af1a251f4bf5876ca95ed8 | refs/heads/dev | 2023-03-12T05:44:24.349000 | 2020-11-19T15:51:17 | 2020-11-19T15:51:17 | 318,158,544 | 0 | 0 | MIT | true | 2021-02-23T20:48:09 | 2020-12-03T10:37:46 | 2020-12-03T10:37:48 | 2021-02-23T20:48:08 | 27,030 | 0 | 0 | 1 | null | false | false | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... | UTF-8 | Java | 3,467 | java | GroupPolicyCategoryWithReferenceRequestBuilder.java | Java | [] | null | [] | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... | 3,467 | 0.766369 | 0.766369 | 69 | 49.246376 | 45.413208 | 193 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463768 | false | false | 2 |
1d52be504f422932438c9139a26534794409ba49 | 15,135,464,770,423 | b48f728f05a39c493571f824ceab37cc6dd18a50 | /src/main/java/ar/com/heroes/services/address/AddressServiceImpl.java | 2601734d3f8300ef1ac2af318e00cac2fb09785b | [] | no_license | nahuelmarianolosada/heroesbackend | https://github.com/nahuelmarianolosada/heroesbackend | 869deb6d3279b80bf7348dd96269cbef5e28f65c | dcb1cd4ec744a83450b43f2faf79a07d6dbca7e7 | refs/heads/master | 2020-03-12T09:40:12.886000 | 2019-03-18T00:36:23 | 2019-03-18T00:36:23 | 130,557,395 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.com.heroes.services.address;
import ar.com.heroes.model.dao.address.IAddressDao;
import ar.com.heroes.model.domain.address.AddressEntity;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.transaction.Transactional;
import java.util.Li... | UTF-8 | Java | 935 | java | AddressServiceImpl.java | Java | [
{
"context": "ctional;\nimport java.util.List;\n\n/**\n * Created by nlosada on 18/04/18.\n */\n@Service\n@Transactional\npublic c",
"end": 350,
"score": 0.9996240735054016,
"start": 343,
"tag": "USERNAME",
"value": "nlosada"
}
] | null | [] | package ar.com.heroes.services.address;
import ar.com.heroes.model.dao.address.IAddressDao;
import ar.com.heroes.model.domain.address.AddressEntity;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.transaction.Transactional;
import java.util.Li... | 935 | 0.727273 | 0.720856 | 40 | 22.375 | 20.766184 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 2 |
dbf1c32b9a2f02b93ee6564ef8a50d1e3661a85b | 26,946,624,851,971 | 6500e11d6477d8d0f9a9e9e00ee5dc7925292a4a | /app/src/main/java/portalbeanz/com/doublefoot/util/Config.java | b723fb93e10ecd38ee25548c8d27fe3c33219a4c | [] | no_license | songoku14/thanglh_abms | https://github.com/songoku14/thanglh_abms | 20032b5ff2dd121e43d3bb91e39f7efcbaf972dd | 73acce772e05b383120388c19750e8b26bf2ba79 | refs/heads/master | 2021-01-17T09:22:21.687000 | 2016-08-04T08:20:43 | 2016-08-04T08:20:43 | 64,916,547 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package portalbeanz.com.doublefoot.util;
/**
* Created by thangit14 on 3/29/16.
*/
public class Config {
public static final boolean DEBUG_MODE = false;
}
| UTF-8 | Java | 163 | java | Config.java | Java | [
{
"context": "ortalbeanz.com.doublefoot.util;\n\n/**\n * Created by thangit14 on 3/29/16.\n */\npublic class Config {\n public ",
"end": 69,
"score": 0.9995104074478149,
"start": 60,
"tag": "USERNAME",
"value": "thangit14"
}
] | null | [] | package portalbeanz.com.doublefoot.util;
/**
* Created by thangit14 on 3/29/16.
*/
public class Config {
public static final boolean DEBUG_MODE = false;
}
| 163 | 0.705521 | 0.662577 | 9 | 17.111111 | 19.005522 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 2 |
7c97ac5b8cb52bb2174d65a23500cb1cb1ee9cf3 | 14,216,341,803,538 | 6d676927311dccd066cf67a6882054e57f1f2e6a | /demo-client/src/main/java/com/xuwen/demo/bean/dto/LoginResultDto.java | c1c9e41826c842120a0a6cde9e8e498b86e0b14d | [] | no_license | Xuwenee/demo-project | https://github.com/Xuwenee/demo-project | 37b2ed7ef9426dee8e73d44798b2e8b88158c79e | 684852e83f0d37113d08fa254655be7e5a5bb118 | refs/heads/master | 2022-12-12T02:22:29.152000 | 2020-03-10T14:58:40 | 2020-03-10T14:58:40 | 245,548,803 | 0 | 0 | null | false | 2022-11-16T06:56:39 | 2020-03-07T01:36:37 | 2020-03-10T14:59:13 | 2022-11-16T06:56:36 | 69 | 0 | 0 | 9 | Java | false | false | package com.xuwen.demo.bean.dto;
import lombok.Data;
/**
* 登陆业务操作返回结果
*
* @author XuWen
* @created 2018-04-16 9:58.
*/
@Data
public class LoginResultDto {
/**
* 登陆用户id
*/
private Long uid;
/**
* 登陆票据
*/
private String token;
}
| UTF-8 | Java | 308 | java | LoginResultDto.java | Java | [
{
"context": "port lombok.Data;\n\n/**\n * 登陆业务操作返回结果\n *\n * @author XuWen\n * @created 2018-04-16 9:58.\n */\n@Data\npublic cla",
"end": 92,
"score": 0.9982695579528809,
"start": 87,
"tag": "NAME",
"value": "XuWen"
}
] | null | [] | package com.xuwen.demo.bean.dto;
import lombok.Data;
/**
* 登陆业务操作返回结果
*
* @author XuWen
* @created 2018-04-16 9:58.
*/
@Data
public class LoginResultDto {
/**
* 登陆用户id
*/
private Long uid;
/**
* 登陆票据
*/
private String token;
}
| 308 | 0.558824 | 0.518382 | 23 | 10.826087 | 10.085082 | 32 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.173913 | false | false | 2 |
79e95d4b92be6375ab8ec970dd6b72e19903536a | 25,606,595,069,854 | d920b94fd8355adfbe43799804e24076ae48cc9a | /UI/BiteStockExchange/app/src/main/java/com/cloud/bse/model/OrderDetails.java | efefe995a1deb14195dafb02058c62497ed4fc48 | [] | no_license | ry2294/BiteStockExchange | https://github.com/ry2294/BiteStockExchange | eba6e3549c4daefb01ff5232d81fea4c72472232 | 62b40f7cf1cfce4191377d3d3a1bb7b96f15e670 | refs/heads/master | 2021-01-10T03:54:46.146000 | 2015-12-23T18:35:57 | 2015-12-23T18:35:57 | 47,645,252 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloud.bse.model;
import java.util.ArrayList;
/**
* Created by rakesh on 12/21/15.
*/
public class OrderDetails {
private String orderId;
private ArrayList<OrderSummaryItem> orderedItems;
public OrderDetails(String orderId, ArrayList<OrderSummaryItem> orderedItems) {
this.orderId = o... | UTF-8 | Java | 528 | java | OrderDetails.java | Java | [
{
"context": "l;\n\nimport java.util.ArrayList;\n\n/**\n * Created by rakesh on 12/21/15.\n */\npublic class OrderDetails {\n ",
"end": 83,
"score": 0.9982107281684875,
"start": 77,
"tag": "USERNAME",
"value": "rakesh"
}
] | null | [] | package com.cloud.bse.model;
import java.util.ArrayList;
/**
* Created by rakesh on 12/21/15.
*/
public class OrderDetails {
private String orderId;
private ArrayList<OrderSummaryItem> orderedItems;
public OrderDetails(String orderId, ArrayList<OrderSummaryItem> orderedItems) {
this.orderId = o... | 528 | 0.698864 | 0.6875 | 22 | 23 | 23.49081 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 2 |
86bc438ea6f06d149e9b806acb4c980d9df542e0 | 34,419,867,921,977 | 8e2b50aa57c8b234106af21837a962b259aaabd2 | /src/main/java/com/cibernet/minestuckuniverse/items/properties/PropertyInnocuousDouble.java | b81fcb4f33c349d5d225893cc1821355384b8a48 | [] | no_license | Cibernet83/MinestuckUniverse | https://github.com/Cibernet83/MinestuckUniverse | d6e639b52b8d6f237b1048e5ceafae3216401d1c | ae4ac8e575a60b707c0639328aa4fd6630c21d6c | refs/heads/master | 2023-02-06T07:48:44.780000 | 2023-01-29T02:24:22 | 2023-01-29T02:24:22 | 170,741,749 | 3 | 7 | null | false | 2022-07-23T06:01:13 | 2019-02-14T18:53:37 | 2021-12-25T04:21:16 | 2022-07-23T06:01:13 | 75,314 | 3 | 5 | 1 | Java | false | false | package com.cibernet.minestuckuniverse.items.properties;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.util.EnumActionResult;
import net.minecraft.util.EnumHand;
import net.minecraft.world.World;
public class PropertyInnocuou... | UTF-8 | Java | 2,096 | java | PropertyInnocuousDouble.java | Java | [
{
"context": "package com.cibernet.minestuckuniverse.items.properties;\n\nimport net.m",
"end": 20,
"score": 0.7030851244926453,
"start": 12,
"tag": "USERNAME",
"value": "cibernet"
}
] | null | [] | package com.cibernet.minestuckuniverse.items.properties;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.util.EnumActionResult;
import net.minecraft.util.EnumHand;
import net.minecraft.world.World;
public class PropertyInnocuou... | 2,096 | 0.775763 | 0.775286 | 57 | 35.771931 | 34.77346 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 2 |
a20d1f62e66421ee103c5fe06a5a75d83a78fded | 764,504,228,769 | 7fffd5b7f71efe4d233f949b343025d15e5d0d32 | /src/main/java/com/iridium/collections/MainSet.java | f1cfd9be4b7017b11183084ef2b18f5c7c6bcf17 | [
"MIT"
] | permissive | kleysonfmadruga/dio-desenvolvimento-web-em-java | https://github.com/kleysonfmadruga/dio-desenvolvimento-web-em-java | 9235c0f845b9d91f8396fa9c0ed7f539ca5e59bf | 3f999e11a946aeef4bbb4ddf6510d614a4eb6300 | refs/heads/main | 2023-04-19T15:28:51.720000 | 2021-05-03T14:45:33 | 2021-05-03T14:45:33 | 359,297,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iridium.collections;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.TreeSet;
public class MainSet {
public static void main(String[] args){
/*
- Sets don't allows you to order the list (TreeSet do)
- Sets don't allows you to insert a same ele... | UTF-8 | Java | 4,154 | java | MainSet.java | Java | [
{
"context": "he ordination of the elements\n cities.add(\"João Pessoa\");\n cities.add(\"Recife\");\n cities.a",
"end": 2970,
"score": 0.978420615196228,
"start": 2959,
"tag": "NAME",
"value": "João Pessoa"
},
{
"context": "cities.add(\"João Pessoa\");\n ... | null | [] | package com.iridium.collections;
import java.util.HashSet;
import java.util.LinkedHashSet;
import java.util.TreeSet;
public class MainSet {
public static void main(String[] args){
/*
- Sets don't allows you to order the list (TreeSet do)
- Sets don't allows you to insert a same ele... | 4,124 | 0.62648 | 0.617782 | 111 | 36.288288 | 26.15835 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648649 | false | false | 2 |
ed352e34dbc0ba0d558ebfafb58f40583ce143cb | 15,951,508,578,944 | 300a64267adcbd873e23efd6c4fbd4578b3db790 | /app/src/main/java/ha/houviewpagergallery/MainActivity.java | 4a936b4408c2cc4fca9406898b1758027843eae7 | [] | no_license | qinxiongxu/HouViewPagerGallery | https://github.com/qinxiongxu/HouViewPagerGallery | 73a3bcb6dbe5d189ca77e9ad43228318c01e619a | ae5929fe38aaaec58e21a7a382829b49eea2f1cd | refs/heads/master | 2022-02-21T06:45:13.486000 | 2016-11-14T09:26:42 | 2016-11-14T09:26:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ha.houviewpagergallery;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import java.util.ArrayList;
import java.util.List;
public class MainActivity extends AppCompatActivity {
private ViewPager pager;
pri... | UTF-8 | Java | 3,067 | java | MainActivity.java | Java | [] | null | [] | package ha.houviewpagergallery;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import java.util.ArrayList;
import java.util.List;
public class MainActivity extends AppCompatActivity {
private ViewPager pager;
pri... | 3,067 | 0.660626 | 0.527842 | 59 | 50.152542 | 33.245777 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.135593 | false | false | 2 |
947c7cb188b6676c9a4a86765d062974045d80bd | 22,952,305,285,943 | a7246e9b0d69b29f656ccc12103fce4365a3f0db | /sources/com/facebook/ads/redexgen/X/XS.java | fd68afef46a44a1b30738487642a21c3e1f1759a | [] | no_license | dungnguyenBKA/app1-decompile | https://github.com/dungnguyenBKA/app1-decompile | e1343b0505bfc8532409f5a51ddc9ac7ad439e04 | 5b9aadc0fb75d6f276e7f8ed912b430896989b15 | refs/heads/master | 2023-07-26T01:41:47.981000 | 2021-09-10T13:24:12 | 2021-09-10T13:24:12 | 405,087,480 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.ads.redexgen.X;
public abstract class XS<T> extends AnonymousClass8N<T> {
}
| UTF-8 | Java | 98 | java | XS.java | Java | [] | null | [] | package com.facebook.ads.redexgen.X;
public abstract class XS<T> extends AnonymousClass8N<T> {
}
| 98 | 0.77551 | 0.765306 | 4 | 23.5 | 24.171265 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 2 |
c1a0ddd98e5ae82238e45be8f88f1bc3d6b15839 | 11,759,620,517,879 | 9e462903faf68d28ac648fcbc9533b64418ee5be | /app/src/main/java/com/example/storetodoor/OrdersLocationPOJO.java | e41354dab42f837a5abb97a25ba05e8a9c7505b2 | [] | no_license | Anas-jed/StoreToDoor | https://github.com/Anas-jed/StoreToDoor | 00964151c841ab10cd1cbfccc9668a2931971c65 | 3bdd21149081ae9215c2e298d78de6de7c57d946 | refs/heads/master | 2023-01-01T20:52:56.544000 | 2020-10-22T11:42:32 | 2020-10-22T11:42:32 | 305,810,510 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.storetodoor;
import com.google.firebase.firestore.GeoPoint;
public class OrdersLocationPOJO {
public OrdersLocationPOJO(String messenger_name, String quantity, String p_name, GeoPoint geoPoint) {
this.messenger_name = messenger_name;
this.quantity = quantity;
this.p_na... | UTF-8 | Java | 1,104 | java | OrdersLocationPOJO.java | Java | [] | null | [] | package com.example.storetodoor;
import com.google.firebase.firestore.GeoPoint;
public class OrdersLocationPOJO {
public OrdersLocationPOJO(String messenger_name, String quantity, String p_name, GeoPoint geoPoint) {
this.messenger_name = messenger_name;
this.quantity = quantity;
this.p_na... | 1,104 | 0.64221 | 0.64221 | 50 | 21.08 | 21.75853 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42 | false | false | 2 |
6d15a902c4459c94b8f2c91cb4f1d2c5e6282311 | 8,126,078,153,138 | 1b90189ba08fc05991896ad36a13b1fa011dde6d | /src/replit/PalindromeAnotherVersion.java | 5625cd988e235a59ac97b4cdb160a8b334940a5b | [] | no_license | 0615cholpon/practice | https://github.com/0615cholpon/practice | 2f06f659144f9375cc6efa7d238ceb515fcb182c | 21361824f2ab5a65994df8a469bd26909e03dd90 | refs/heads/master | 2020-07-17T22:22:03.111000 | 2019-09-03T16:00:55 | 2019-09-03T16:00:55 | 206,112,017 | 0 | 0 | null | false | 2019-09-03T16:00:56 | 2019-09-03T15:36:03 | 2019-09-03T15:47:28 | 2019-09-03T16:00:56 | 0 | 0 | 0 | 0 | Java | false | false | package replit;
import java.util.Scanner;
public class PalindromeAnotherVersion {
public static void main(String[] args) {
// Scanner input = new Scanner(System.in);
// System.out.println("Enter area code:");
// int area = input.nextInt();
// input.nextLine();
//
// System.out.println("Local number:");
// in... | UTF-8 | Java | 709 | java | PalindromeAnotherVersion.java | Java | [] | null | [] | package replit;
import java.util.Scanner;
public class PalindromeAnotherVersion {
public static void main(String[] args) {
// Scanner input = new Scanner(System.in);
// System.out.println("Enter area code:");
// int area = input.nextInt();
// input.nextLine();
//
// System.out.println("Local number:");
// in... | 709 | 0.595205 | 0.589563 | 32 | 21.15625 | 18.982079 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.15625 | false | false | 2 |
d1b683e6b9a11ee241bc9427a563c728d537349f | 25,761,213,865,246 | 53aaa339d79919a3bc98237f6bd55369d51fd4b9 | /TLS-Server-Scanner/src/main/java/de/rub/nds/tlsscanner/serverscanner/guideline/results/SignatureAlgorithmsGuidelineCheckResult.java | a6cac1cd0ff69466d994381462f9bb6853ae5240 | [
"Apache-2.0"
] | permissive | bbhunter/TLS-Scanner | https://github.com/bbhunter/TLS-Scanner | 605470b0b7e4a54f861acbf1dd59a7bcbdfc9d7b | 7fd1969f398e2b41f8116e8062d3e198658eed44 | refs/heads/master | 2023-07-05T22:40:46.818000 | 2023-06-26T15:37:14 | 2023-06-26T15:37:14 | 155,064,507 | 0 | 0 | NOASSERTION | true | 2023-06-30T15:20:26 | 2018-10-28T11:37:59 | 2022-02-01T13:39:12 | 2023-06-30T15:20:23 | 13,790 | 0 | 0 | 0 | Java | false | false | /*
* TLS-Scanner - A TLS configuration and analysis tool based on TLS-Attacker
*
* Copyright 2017-2023 Ruhr University Bochum, Paderborn University, Technology Innovation Institute, and Hackmanit GmbH
*
* Licensed under Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0.txt
*/
package de.ru... | UTF-8 | Java | 1,674 | java | SignatureAlgorithmsGuidelineCheckResult.java | Java | [] | null | [] | /*
* TLS-Scanner - A TLS configuration and analysis tool based on TLS-Attacker
*
* Copyright 2017-2023 Ruhr University Bochum, Paderborn University, Technology Innovation Institute, and Hackmanit GmbH
*
* Licensed under Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0.txt
*/
package de.ru... | 1,674 | 0.73178 | 0.724612 | 45 | 36.200001 | 31.529598 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 2 |
9c4c99ace631a8d76f04485d9e7eb30f188f1d17 | 23,785,528,940,675 | 87a107e53f63d78308056f3f7fe619c7711e288b | /logistics/src/com/neusoft/logistics/bean/ShortProductTotal.java | ecfab737dc6d7e97b028a832618965134b8cb194 | [] | no_license | duomengwuyou/sshproject | https://github.com/duomengwuyou/sshproject | cad6cba67951ba93fd97a187cc14f2ad87f70863 | 4b3c43efbf0753988c5ffebc32fb0e150518c1eb | refs/heads/master | 2016-09-06T06:33:09.511000 | 2015-05-11T11:16:11 | 2015-05-11T11:16:11 | 35,419,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.neusoft.logistics.bean;
import java.util.Date;
/**
* 用于配送中心生产购货单时,获取缺货信息
* ShortProductTotal
* @author 龚玉斌
*
*/
public class ShortProductTotal {
private int productId;
private int shortQuantityTotal;
private int remainQuantity;
private int warningQuantity;
private int maxQuantity;
private Date date;
... | UTF-8 | Java | 1,347 | java | ShortProductTotal.java | Java | [
{
"context": "配送中心生产购货单时,获取缺货信息\n * ShortProductTotal\n * @author 龚玉斌\n *\n */\npublic class ShortProductTotal {\nprivate i",
"end": 123,
"score": 0.9998432993888855,
"start": 120,
"tag": "NAME",
"value": "龚玉斌"
}
] | null | [] | package com.neusoft.logistics.bean;
import java.util.Date;
/**
* 用于配送中心生产购货单时,获取缺货信息
* ShortProductTotal
* @author 龚玉斌
*
*/
public class ShortProductTotal {
private int productId;
private int shortQuantityTotal;
private int remainQuantity;
private int warningQuantity;
private int maxQuantity;
private Date date;
... | 1,347 | 0.780507 | 0.780507 | 63 | 19.682539 | 16.124344 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.587302 | false | false | 2 |
89e99e4348e1029d5df861e4028ec4261070ed67 | 5,566,277,665,277 | ad188d7041334357b658fd9d9f2a5769d81898a7 | /src/com/javalesson/overriding/Override_AccessLevels.java | 8d685069d41f13441a2416912ca43b3769548da6 | [] | no_license | alexander-pimenov/java-lessons | https://github.com/alexander-pimenov/java-lessons | d686f2fa8674f5833c26d1b0770bc6be3a35e43b | 0780fddb40f578d58b6e9343686f0031df39d034 | refs/heads/master | 2020-08-13T00:50:10.137000 | 2019-10-21T18:34:22 | 2019-10-21T18:34:22 | 214,877,073 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javalesson.overriding;
/*Переопределение уровней доступа
* Пример с пустым main() методом.
* Уровни доступа не могут быть ограничительными*/
public class Override_AccessLevels {
public static void main(String[] args) {
}
}
class Parent_Access {
protected void method(String a, String b, int v, ... | UTF-8 | Java | 823 | java | Override_AccessLevels.java | Java | [] | null | [] | package com.javalesson.overriding;
/*Переопределение уровней доступа
* Пример с пустым main() методом.
* Уровни доступа не могут быть ограничительными*/
public class Override_AccessLevels {
public static void main(String[] args) {
}
}
class Parent_Access {
protected void method(String a, String b, int v, ... | 823 | 0.682997 | 0.682997 | 29 | 22.896551 | 21.681622 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 2 |
5304b4b9e8d5a3963d9fa40322d3d674417f567b | 14,826,227,169,092 | 61720541b01da76498bc1b99f95a7d56b1d7fa26 | /src/GBKToUTF8.java | 0dcf7ac40b6344a800d2fe1740a3829a426273aa | [] | no_license | oookkk12138/TranslatorGUI | https://github.com/oookkk12138/TranslatorGUI | b4f6b5656c3a46d63a0d956cbea5278fc05cff9e | 085935771d4318dbcca6b6c0f33c33d41db397be | refs/heads/master | 2022-07-19T02:58:17.329000 | 2020-05-21T17:40:46 | 2020-05-21T17:40:46 | 265,911,928 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import javax.swing.ProgressMonitor;
//GBK转换成UTF-8
public class GBKToUTF8{
public static int size = 0;
public static ProgressMonit... | UTF-8 | Java | 5,197 | java | GBKToUTF8.java | Java | [] | null | [] | import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
import javax.swing.ProgressMonitor;
//GBK转换成UTF-8
public class GBKToUTF8{
public static int size = 0;
public static ProgressMonit... | 5,197 | 0.66457 | 0.656482 | 165 | 25.975758 | 21.988964 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.818182 | false | false | 2 |
154e216944c662a29dc07727e1fbe850bf7d9bf3 | 6,141,803,286,104 | c5bead8b2872759960b73559f5227425416efb2b | /src/java/common/Cookies.java | 74b58f9936a4368443816466b2e2310aaa00559e | [] | no_license | naveter/testjava | https://github.com/naveter/testjava | d17aea532d7ab8cedafcca73b12ccda1a608e901 | b46493bf324efe68554341e68c40f379757788bb | refs/heads/master | 2022-02-21T21:21:31.991000 | 2022-02-14T08:58:46 | 2022-02-14T08:58:46 | 179,640,260 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package common;
import common.annot.ControlledObject;
import common.annot.StartObject;
import common.annot.StopObject;
@ControlledObject(name="biscuits")
public class Cookies {
@StartObject
public void createCookie(){
//бизнес логика
}
@StopObject
public void stopCookie(){
//бизне... | UTF-8 | Java | 362 | java | Cookies.java | Java | [] | null | [] | package common;
import common.annot.ControlledObject;
import common.annot.StartObject;
import common.annot.StopObject;
@ControlledObject(name="biscuits")
public class Cookies {
@StartObject
public void createCookie(){
//бизнес логика
}
@StopObject
public void stopCookie(){
//бизне... | 362 | 0.692308 | 0.692308 | 19 | 16.789474 | 13.089084 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.210526 | false | false | 2 |
665817e294fe84c4fa5dbbabab37c92ef12087b9 | 33,543,694,584,714 | f3d7b495fd46c5ac99701188545d2bd9a2b7f502 | /serviceuri/com/rc/openapi/serviceuriV2/GetUpAndDownNavService.java | aa74de964969126d53a8d9b10837d436a3503417 | [] | no_license | AdorkDean/111_yao_app_mobile | https://github.com/AdorkDean/111_yao_app_mobile | 408067a16d6a6a219b93d37531c58236a93eae49 | 37bbc9f86977f4c5a803223fc85d022c36228807 | refs/heads/master | 2020-03-12T19:27:51.592000 | 2016-12-03T10:11:40 | 2016-12-03T10:11:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.rc.openapi.serviceuriV2;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.sf.json.JS... | UTF-8 | Java | 6,755 | java | GetUpAndDownNavService.java | Java | [] | null | [] | package com.rc.openapi.serviceuriV2;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import net.sf.json.JS... | 6,755 | 0.672059 | 0.659393 | 176 | 36.232956 | 29.315626 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.840909 | false | false | 2 |
feb4042df43619e90eb3671a791178eee2c52dee | 33,543,694,587,582 | 096e862f59cf0d2acf0ce05578f913a148cc653d | /code/apps/HallView/src/com/wx/hallview/fragment/AudioProfileFragment.java | f711c30c378be75762678744e868829aaf0c0d5c | [] | no_license | Phenix-Collection/Android-6.0-packages | https://github.com/Phenix-Collection/Android-6.0-packages | e2ba7f7950c5df258c86032f8fbdff42d2dfc26a | ac1a67c36f90013ac1de82309f84bd215d5fdca9 | refs/heads/master | 2021-10-10T20:52:24.087000 | 2017-05-27T05:52:42 | 2017-05-27T05:52:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wx.hallview.fragment;
import android.content.Context;
import android.media.AudioManager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.widget.BaseAdapter;
... | UTF-8 | Java | 5,403 | java | AudioProfileFragment.java | Java | [] | null | [] | package com.wx.hallview.fragment;
import android.content.Context;
import android.media.AudioManager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.widget.BaseAdapter;
... | 5,403 | 0.729225 | 0.716824 | 176 | 29.698864 | 23.619022 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.159091 | false | false | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.