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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dd3e89acf83793ca0d61fe22a1926a89e73cc95d | 1,563,368,158,505 | 959126dc58e6c8060427dba59a22dd38c3e2bf21 | /single_file/CArchTCPB.java | 0b895bcd171fdcd9cfab4e4a63ff8642928e641b | [] | no_license | unityofdisaster2/redes2 | https://github.com/unityofdisaster2/redes2 | 8c6a7e34693387691f890af45cc94f8632e657d5 | 79122254d24167f477cb24216807050f2dce3f1a | refs/heads/master | 2020-04-22T04:56:58.370000 | 2019-03-22T00:43:06 | 2019-03-22T00:43:06 | 170,141,255 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author sandu
*/
package single_file;
import javax.swing.JFileChooser;
import java.net.*;
import java.io.*;
public final c... | UTF-8 | Java | 2,621 | java | CArchTCPB.java | Java | [
{
"context": "the template in the editor.\n */\n\n/**\n *\n * @author sandu\n */\npackage single_file;\nimport javax.swing.JFile",
"end": 209,
"score": 0.975203275680542,
"start": 204,
"tag": "USERNAME",
"value": "sandu"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author sandu
*/
package single_file;
import javax.swing.JFileChooser;
import java.net.*;
import java.io.*;
public final c... | 2,621 | 0.507058 | 0.503243 | 73 | 34.917809 | 25.940266 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657534 | false | false | 13 |
e690c263a291c631935c9231079789577b79f249 | 31,679,678,836,506 | 06ca13deac24485a173ec037ec0b9fd2d79aa694 | /src/main/java/br/com/megahack/Converter.java | a4eaf8b3b0a3198b517ee1d57b9a17ba11550aa3 | [] | no_license | guilhermecostalopes/megahack | https://github.com/guilhermecostalopes/megahack | 15cb53623428057140d5f5eb893bce5cddc58f14 | 81cbdb04c349fa1855495203d5d79b98546f26ae | refs/heads/master | 2022-04-07T15:29:51.560000 | 2020-02-19T00:58:21 | 2020-02-19T00:58:21 | 240,717,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.megahack;
import java.io.IOException;
import java.io.InputStream;
public class Converter {
public static byte[] imageToByte(String image) throws IOException {
InputStream is = Converter.class.getResourceAsStream(image);
byte[] buffer = new byte[is.available()];
is.read(buffer);
is.close();
... | UTF-8 | Java | 340 | java | Converter.java | Java | [] | null | [] | package br.com.megahack;
import java.io.IOException;
import java.io.InputStream;
public class Converter {
public static byte[] imageToByte(String image) throws IOException {
InputStream is = Converter.class.getResourceAsStream(image);
byte[] buffer = new byte[is.available()];
is.read(buffer);
is.close();
... | 340 | 0.738235 | 0.738235 | 15 | 21.666666 | 21.038589 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 13 |
47ed57ff5b17723fc9e21b1b5f05b887c36e2f9a | 22,376,779,645,257 | cbc3b59a000bcecf7d6bdf19ac51560d27150fb5 | /Flubber/flubber/src/main/java/com/appolica/flubber/annotations/RepeatMode.java | aea0410e5a99193337ba6ddf5dcfc4847dab00ad | [
"Apache-2.0"
] | permissive | ansh2166/Flubber | https://github.com/ansh2166/Flubber | 89ced23d333121eb8703ff5de96a0f4cb819fa23 | 73c0ede38a4a6268d3352450b276a9c427655f02 | refs/heads/master | 2023-06-12T16:14:21.197000 | 2021-07-05T12:51:27 | 2021-07-05T12:51:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.appolica.flubber.annotations;
import androidx.annotation.IntDef;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import static android.animation.ValueAnimator.RESTART;
import static android.animation.ValueAnimator.REVERSE;
@IntDef({RESTART, REVERSE})
@Retention(Retent... | UTF-8 | Java | 371 | java | RepeatMode.java | Java | [] | null | [] | package com.appolica.flubber.annotations;
import androidx.annotation.IntDef;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import static android.animation.ValueAnimator.RESTART;
import static android.animation.ValueAnimator.REVERSE;
@IntDef({RESTART, REVERSE})
@Retention(Retent... | 371 | 0.832884 | 0.832884 | 14 | 25.5 | 20.233459 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
2d1c76c2472e546ef7f67c78528501ec860e2153 | 4,964,982,197,486 | 7f950c5c0b75e84925d0a9b8a899ed31685ea396 | /3-Aplicaciones/br-iconecta-ssm-firma-respuesta-pf/src/main/java/co/gov/banrep/iconecta/ssm/firma/respuestapf/RespuestaPFController.java | e1318869af17ad0df13d3ba2db471838a228b643 | [] | no_license | vamaya/GIT_REPOSITORIO_DGD_SDS | https://github.com/vamaya/GIT_REPOSITORIO_DGD_SDS | 6c427048d50869c6164a6fc3072d424fabe8b0bb | a0e756c7f8db8efa0455adb6f3401b1b91f23a68 | refs/heads/master | 2022-11-05T00:37:07.659000 | 2020-03-20T19:23:53 | 2020-03-20T19:23:53 | 248,024,820 | 0 | 0 | null | false | 2022-10-25T21:13:00 | 2020-03-17T16:54:24 | 2020-03-20T19:24:10 | 2022-10-25T21:13:00 | 6,149 | 0 | 0 | 9 | Java | false | false | package co.gov.banrep.iconecta.ssm.firma.respuestapf;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Reque... | UTF-8 | Java | 1,144 | java | RespuestaPFController.java | Java | [
{
"context": "uesta Porta Firmas\n * \n * @author <a href=\"mailto:jjrojassa@banrep.gov.co\">John Jairo Rojas S.</a>\n *\n */\n@Controller\npubli",
"end": 526,
"score": 0.9999305605888367,
"start": 503,
"tag": "EMAIL",
"value": "jjrojassa@banrep.gov.co"
},
{
"context": " @author <a h... | null | [] | package co.gov.banrep.iconecta.ssm.firma.respuestapf;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Reque... | 1,116 | 0.698427 | 0.695804 | 35 | 31.685715 | 32.819656 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 13 |
7bb839d9e4afb43a440e28124b9a8b0535588b25 | 29,892,972,429,363 | 001b7449c1497f6777b30b3464d5601da476232d | /cocostudio-ui-libgdx/src/org/freyja/libgdx/cocostudio/ui/parser/group/CCPanel.java | 1743d25af56e0705a6cd031ecca5b072660d9feb | [] | no_license | shuangde/libgdx-ui | https://github.com/shuangde/libgdx-ui | 718a164da8bb3013f8d65cb6b00a367a51eeada3 | d40e9dfd1734f73fa3531519456d5e5639ee7066 | refs/heads/master | 2021-01-21T02:45:10.535000 | 2014-11-07T07:25:29 | 2014-11-07T07:25:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.freyja.libgdx.cocostudio.ui.parser.group;
import org.freyja.libgdx.cocostudio.ui.CocoStudioUIEditor;
import org.freyja.libgdx.cocostudio.ui.model.CCOption;
import org.freyja.libgdx.cocostudio.ui.model.CCWidget;
import org.freyja.libgdx.cocostudio.ui.parser.GroupParser;
import com.badlogic.gdx.graph... | UTF-8 | Java | 2,481 | java | CCPanel.java | Java | [
{
"context": "还未支持单色背景属性,背景图片在Cocostudio里面并不是铺满,而是居中\r\n * @author i see\r\n * \r\n */\r\npublic class CCPanel extends GroupPars",
"end": 771,
"score": 0.9395049810409546,
"start": 766,
"tag": "NAME",
"value": "i see"
}
] | null | [] | package org.freyja.libgdx.cocostudio.ui.parser.group;
import org.freyja.libgdx.cocostudio.ui.CocoStudioUIEditor;
import org.freyja.libgdx.cocostudio.ui.model.CCOption;
import org.freyja.libgdx.cocostudio.ui.model.CCWidget;
import org.freyja.libgdx.cocostudio.ui.parser.GroupParser;
import com.badlogic.gdx.graph... | 2,482 | 0.722101 | 0.70547 | 60 | 36.083332 | 30.177967 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.183333 | false | false | 13 |
0289f327bcd4f141511a9111e3ead9b47118fd3c | 18,880,676,278,821 | 2e178295524de8491bd934de92f1271c65fd27f4 | /core/src/com/janusz/climbergame/shared/factories/ButtonFactory.java | c252753ccc12e21cb3b44d25b0db4bf3ff33f3bd | [] | no_license | SzewskiJanusz/ClimberGame | https://github.com/SzewskiJanusz/ClimberGame | dce394f8a2be925726eccd84ef2b5142f2717d30 | 44191e3fff91367c3e490a8e8bf180bbfa7cc57b | refs/heads/master | 2020-05-24T04:05:25.406000 | 2019-05-16T18:53:12 | 2019-05-16T18:53:12 | 187,084,881 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.janusz.climbergame.shared.factories;
import com.badlogic.gdx.scenes.scene2d.ui.TextButton;
import com.janusz.climbergame.shared.DefComponents;
public class ButtonFactory
{
private final static int width = 350;
private final static int height = 65;
private final static int startingX = 175;
... | UTF-8 | Java | 928 | java | ButtonFactory.java | Java | [] | null | [] | package com.janusz.climbergame.shared.factories;
import com.badlogic.gdx.scenes.scene2d.ui.TextButton;
import com.janusz.climbergame.shared.DefComponents;
public class ButtonFactory
{
private final static int width = 350;
private final static int height = 65;
private final static int startingX = 175;
... | 928 | 0.701509 | 0.6875 | 31 | 28.967741 | 25.376499 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.677419 | false | false | 13 |
5402b897689c2c1c28fee6669e9b843d464101b4 | 11,003,706,279,818 | 4126719b6a8925ed41d352e6ad2cadc95d7dbb74 | /src/main/java/io/zensoft/food/dto/request/TodaysMenuRequestDto.java | b9f0100a85c6c75019a726ab126689e7f8f120e8 | [] | no_license | medabek/food | https://github.com/medabek/food | aa5a8b58909978ba0699356e169c76e2c4984e37 | e667edda49d45c70ef29e9785f7196c82c7da464 | refs/heads/master | 2020-07-22T09:29:36.312000 | 2019-09-08T17:50:56 | 2019-09-08T17:50:56 | 207,150,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.zensoft.food.dto.request;
import lombok.Data;
import javax.validation.constraints.NotNull;
@Data
public class TodaysMenuRequestDto {
@NotNull
private Long dishId;
}
| UTF-8 | Java | 187 | java | TodaysMenuRequestDto.java | Java | [] | null | [] | package io.zensoft.food.dto.request;
import lombok.Data;
import javax.validation.constraints.NotNull;
@Data
public class TodaysMenuRequestDto {
@NotNull
private Long dishId;
}
| 187 | 0.770053 | 0.770053 | 11 | 16 | 15.805637 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 13 |
9898b5c99b1ab8c34784ed972f20fdfec9af79f7 | 6,897,717,490,219 | 07c0c17b3ac055169a3a54d7d6aed392d6f16185 | /game/src/game/task/templet/CustomTaskTemplet.java | 90283dd39c2b112cc2686c347d79d74cf71263bf | [] | no_license | babizhu/game | https://github.com/babizhu/game | 534adb28a6c0e9e59beb1c746f31f7ec96c0df27 | 346cca1bf3ea038540f6a3fc7fd4f56e0d809d1a | refs/heads/master | 2021-01-13T01:36:27.103000 | 2013-07-10T14:48:51 | 2013-07-10T14:48:51 | 5,139,207 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game.task.templet;
import game.task.TaskBase;
import game.task.CustomTask;
/**
* 玩家定制任务
* @author liukun
*
*/
public class CustomTaskTemplet extends TaskTempletBase {
@Override
public TaskBase createTask() {
return new CustomTask( this );
}
@Override
public void parseParam(Str... | UTF-8 | Java | 363 | java | CustomTaskTemplet.java | Java | [
{
"context": "ame.task.CustomTask;\r\n\r\n/**\r\n * 玩家定制任务\r\n * @author liukun\r\n *\r\n */\r\npublic class CustomTaskTemplet extends ",
"end": 123,
"score": 0.999238908290863,
"start": 117,
"tag": "USERNAME",
"value": "liukun"
}
] | null | [] | package game.task.templet;
import game.task.TaskBase;
import game.task.CustomTask;
/**
* 玩家定制任务
* @author liukun
*
*/
public class CustomTaskTemplet extends TaskTempletBase {
@Override
public TaskBase createTask() {
return new CustomTask( this );
}
@Override
public void parseParam(Str... | 363 | 0.655271 | 0.655271 | 25 | 12.04 | 15.182833 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 13 |
b91a092ed99f68f118734f596225622e83cdef31 | 7,937,099,601,436 | a7c45e23ea5441eb2db2aeb7fc6611d18fb9f07e | /app/src/main/java/ma/dradeb/hiddenfounders/Modals/Album.java | 2a79d48fcec03b55adcad24001ef519ae85d163f | [] | no_license | Dradeb/HF-Android-App | https://github.com/Dradeb/HF-Android-App | 8d20ca4bc50d51db18dbaa00b1e083575aed4f0b | 1f7200ea9ad499681f1dd9b69a9f63c81590e3b2 | refs/heads/master | 2021-01-01T16:04:08.091000 | 2017-07-20T09:36:33 | 2017-07-20T09:36:33 | 97,767,183 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ma.dradeb.hiddenfounders.Modals;
import java.io.Serializable;
/**
* Created by Youness on 09/07/2017.
*/
public class Album implements Serializable{
String id, name , creationDate , coverUrl , count;
public Album(String id, String name, String creationDate, String coverUrl) {
this.id = id... | UTF-8 | Java | 1,161 | java | Album.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by Youness on 09/07/2017.\n */\n\npublic class Album implements",
"end": 97,
"score": 0.9982233047485352,
"start": 90,
"tag": "NAME",
"value": "Youness"
}
] | null | [] | package ma.dradeb.hiddenfounders.Modals;
import java.io.Serializable;
/**
* Created by Youness on 09/07/2017.
*/
public class Album implements Serializable{
String id, name , creationDate , coverUrl , count;
public Album(String id, String name, String creationDate, String coverUrl) {
this.id = id... | 1,161 | 0.611542 | 0.604651 | 60 | 18.35 | 19.397444 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
c2d84ba9c28cb260e7bc3d4d4b3acd676732ea9c | 7,129,645,761,623 | 689644aebd09ddd0f1c0b9c14c91e712ea546d75 | /src/main/java/com/Stone/Pages/Login.java | 181ec347ae8fe18016c5d7928388945a3193039d | [] | no_license | Weddyy/LS-Web | https://github.com/Weddyy/LS-Web | b14bcbb99bcf9197f3f605ce1994abaddc62483d | 0da7a346b757a077ca8fcc62e92c8c7ad4f00a8c | refs/heads/master | 2021-01-20T21:00:57.887000 | 2017-03-31T08:21:30 | 2017-03-31T08:21:30 | 62,018,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Stone.Pages;
import com.Stone.model.FormModel.LoginModel;
import com.Stone.model.User;
import com.Stone.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentic... | UTF-8 | Java | 2,689 | java | Login.java | Java | [] | null | [] | package com.Stone.Pages;
import com.Stone.model.FormModel.LoginModel;
import com.Stone.model.User;
import com.Stone.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentic... | 2,689 | 0.695426 | 0.689104 | 58 | 45.379311 | 52.692284 | 214 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568965 | false | false | 13 |
9d5d213e38c2a311a6f41e97ecabfbf900fda497 | 1,425,929,193,778 | a8ee8e3ed70ed098eb9e2dfef152e9fe999987c0 | /kodein/src/main/java/com/github/salomonbrys/kodein/JKodein.java | 7198ed24fd2688dcec74cf910dc5b97518504565 | [
"MIT"
] | permissive | danijoo/Kodein | https://github.com/danijoo/Kodein | d3c5178975a4ad1f451697b50524b4614fdba1e3 | 9d64999f2b63057d49e174e6758cf847bbf0938d | refs/heads/master | 2020-02-26T08:12:20.235000 | 2015-11-16T17:20:31 | 2015-11-16T17:20:31 | 46,290,070 | 0 | 1 | null | true | 2015-11-16T17:18:01 | 2015-11-16T17:18:00 | 2015-11-16T17:18:01 | 2015-11-14T15:54:38 | 350 | 0 | 0 | 0 | Kotlin | null | null | package com.github.salomonbrys.kodein;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
import java.lang.reflect.Type;
/**
* Java access to Kodein dependency injection.
*
* Each method works either with a Class or with a TypeToken.
* To create a TypeToken, you must use the following ... | UTF-8 | Java | 5,848 | java | JKodein.java | Java | [
{
"context": "package com.github.salomonbrys.kodein;\n\nimport kotlin.jvm.functions.Function0;\ni",
"end": 30,
"score": 0.9970714449882507,
"start": 19,
"tag": "USERNAME",
"value": "salomonbrys"
}
] | null | [] | package com.github.salomonbrys.kodein;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
import java.lang.reflect.Type;
/**
* Java access to Kodein dependency injection.
*
* Each method works either with a Class or with a TypeToken.
* To create a TypeToken, you must use the following ... | 5,848 | 0.65578 | 0.650479 | 79 | 73.025314 | 57.594166 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.341772 | false | false | 13 |
597b2f697d4c6887245bf78326fd8bdc3de557e4 | 34,454,227,675,319 | 4eab257c1c3f518b4d49e10fe3363c83d2f9c876 | /mediaplayer/src/main/java/rc/loveq/mediaplayerday02/activity/VideoPlayerActivity.java | 8060a2af574fea3579a25c00c006b504b1364c37 | [] | no_license | LoveqLRC/MediaPlayer | https://github.com/LoveqLRC/MediaPlayer | f1bc9af66d5125ec228943f476a644c17e8f444a | 73aec1e17556d4834cb2aef94e5af7a2325826ae | refs/heads/master | 2021-01-12T04:52:03.239000 | 2017-01-02T02:26:55 | 2017-01-02T02:26:55 | 77,804,455 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rc.loveq.mediaplayerday02.activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.BatteryManager;
import... | UTF-8 | Java | 17,934 | java | VideoPlayerActivity.java | Java | [
{
"context": "yerday02.view.FullScreenVideoView;\n\n/**\n * Author:Rc\n * Csdn:http://blog.csdn.net/loveqrc\n * 0n 2016/1",
"end": 1188,
"score": 0.8945990800857544,
"start": 1186,
"tag": "USERNAME",
"value": "Rc"
},
{
"context": "w;\n\n/**\n * Author:Rc\n * Csdn:http://blog.csdn.net... | null | [] | package rc.loveq.mediaplayerday02.activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.net.Uri;
import android.os.BatteryManager;
import... | 17,925 | 0.603923 | 0.598786 | 584 | 28.328768 | 23.783731 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472603 | false | false | 13 |
e53a5bf6ff33e986a163f5992993334e52c49f19 | 35,777,077,598,184 | ec0c0cbdb9d57bc1379d15f62ae04d53dda2b49e | /officemaps/src/main/java/com/blagoy/officemaps/controller/FloorController.java | 69ae36e0e46ea579c99995de8a9e18c6d1d75601 | [
"MIT"
] | permissive | Lascor22/HackatonWartsila | https://github.com/Lascor22/HackatonWartsila | 10e11e6220d8c5eaeebbf5f16cf23e0c57840e82 | b1d65deed5f14670a6c9cfaa7978d98617243471 | refs/heads/master | 2022-04-14T08:34:41.440000 | 2020-03-27T10:20:43 | 2020-03-27T10:20:43 | 240,022,773 | 1 | 0 | MIT | false | 2020-03-27T10:20:44 | 2020-02-12T13:43:28 | 2020-03-27T10:05:29 | 2020-03-27T10:20:43 | 548 | 1 | 0 | 0 | HTML | false | false | package com.blagoy.officemaps.controller;
import com.blagoy.officemaps.domain.*;
import com.blagoy.officemaps.service.FloorService;
import com.blagoy.officemaps.service.ObjectMapService;
import org.springframework.web.bind.annotation.*;
import java.io.*;
import java.util.ArrayList;
import java.util.Collections;
impor... | UTF-8 | Java | 6,745 | java | FloorController.java | Java | [] | null | [] | package com.blagoy.officemaps.controller;
import com.blagoy.officemaps.domain.*;
import com.blagoy.officemaps.service.FloorService;
import com.blagoy.officemaps.service.ObjectMapService;
import org.springframework.web.bind.annotation.*;
import java.io.*;
import java.util.ArrayList;
import java.util.Collections;
impor... | 6,745 | 0.593921 | 0.58725 | 166 | 39.63253 | 31.15629 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73494 | false | false | 13 |
a3f5d21de516952f4a798a89fca34153e72791d0 | 34,059,090,689,493 | 19c6bdac01233a278c379658337a50d9a94bb972 | /src/music/BeatFinder.java | 5349c9ad627b91a29a8848ac783610696c72d824 | [] | no_license | djh329/Jarvis_Mark_5 | https://github.com/djh329/Jarvis_Mark_5 | 62542f4a643b5ed8229b476f4fc25c765b4d41ac | 7ca5a6abebc500ea1dd7ad3051286081c0c8e816 | refs/heads/master | 2021-01-25T06:24:33.109000 | 2017-06-06T20:53:25 | 2017-06-06T20:53:25 | 93,560,173 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package music;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.awt.Rectangle;
import java.io.BufferedInputStream;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Ar... | UTF-8 | Java | 5,676 | java | BeatFinder.java | Java | [
{
"context": "tring filename) {\n\t\ttry {\n\t\t\t//filename = \"/Users/daniel/Documents/Songs/Avicii - Wake me up (Radio Edit)",
"end": 1105,
"score": 0.7281395196914673,
"start": 1099,
"tag": "USERNAME",
"value": "daniel"
},
{
"context": "ke me up (Radio Edit).mp3\";\n\t\t\tfilena... | null | [] | package music;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.awt.Rectangle;
import java.io.BufferedInputStream;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Ar... | 5,676 | 0.695913 | 0.683404 | 212 | 25.773584 | 26.311014 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.806604 | false | false | 13 |
df9fd4547ab6577d5937b3e5421e79e3b8b34e09 | 37,443,524,888,210 | 840c4c7614e7779651105a6973a8d6dd2be274cd | /src/main/java/org/eastway/echarts/client/common/DiagnosisCellTable.java | 5b835eb9dd0db1b0c8799a6be8548cfe8ad5c644 | [
"Apache-2.0"
] | permissive | ihilt/echarts | https://github.com/ihilt/echarts | 8f4eaa8f14e96830c25e10d075ad69c8f46ed0d0 | 8a821f062dc48778d63f0015873ecc962fe6978f | refs/heads/master | 2017-12-22T04:03:32.784000 | 2011-06-23T19:56:02 | 2011-06-23T19:56:02 | 872,327 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.eastway.echarts.client.common;
import org.eastway.echarts.client.request.DiagnosisProxy;
import org.eastway.echarts.client.style.GlobalResources;
import com.google.gwt.user.cellview.client.CellTable;
import com.google.gwt.user.cellview.client.TextColumn;
public class DiagnosisCellTable extends CellTable<... | UTF-8 | Java | 2,658 | java | DiagnosisCellTable.java | Java | [] | null | [] | package org.eastway.echarts.client.common;
import org.eastway.echarts.client.request.DiagnosisProxy;
import org.eastway.echarts.client.style.GlobalResources;
import com.google.gwt.user.cellview.client.CellTable;
import com.google.gwt.user.cellview.client.TextColumn;
public class DiagnosisCellTable extends CellTable<... | 2,658 | 0.656509 | 0.647479 | 84 | 30.642857 | 23.958616 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.297619 | false | false | 13 |
e1ed8e35cf674bd4dba97c7f92cbe84429012f58 | 37,443,524,888,260 | e88225d360b493c11d8199144de351eb2e7a59c7 | /CPCInfoEF02.java | f33b05678e601e50c4f5785d9bd08bf6d80e40f0 | [] | no_license | qq137352475/cpctest | https://github.com/qq137352475/cpctest | 2d3d68fcfb759ce5ebdd7a6831e17a55684a2380 | 7d9bdf24469c7d6b8ef5234c69e207115f9d0385 | refs/heads/master | 2020-08-22T21:44:07.953000 | 2019-10-21T05:12:38 | 2019-10-21T05:12:38 | 216,482,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cpctest;
import android.os.Bundle;
import android.text.method.ScrollingMovementMethod;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
public class CPCInfoEF02 extends AppCompatActivity {
@Override
... | UTF-8 | Java | 4,508 | java | CPCInfoEF02.java | Java | [] | null | [] | package com.example.cpctest;
import android.os.Bundle;
import android.text.method.ScrollingMovementMethod;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import androidx.appcompat.app.AppCompatActivity;
public class CPCInfoEF02 extends AppCompatActivity {
@Override
... | 4,508 | 0.553023 | 0.51907 | 121 | 34.537189 | 29.420868 | 218 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669421 | false | false | 13 |
ff23af10c4cbae7ad0fb493f71994440bcb3b1e1 | 27,281,632,297,368 | 79dbabd96571c58d36e488827568ef372870d0c8 | /ASE/src/courseworkFSV/model/ToTables.java | c6191650bc20dcc00d5702cb59e5d7543572667e | [] | no_license | florentgonin/ase | https://github.com/florentgonin/ase | ee22d8cb0be2b4ac17fab49d413aebe87e951e76 | b8009fe900af6635fae4346b297d5607fd1f0b8c | refs/heads/master | 2021-01-20T02:19:49.406000 | 2014-03-21T11:00:40 | 2014-03-21T11:00:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package courseworkFSV.model;
public class ToTables implements Runnable {
private Hatch hatch;
private Tables tables;
public ToTables(final Hatch hatch, final Tables tables) {
this.hatch = hatch;
this.tables=tables;
}
public void run() {
while(!hatch.getFinished()){
if (!hatch.isEmpty()) {
Order cu... | UTF-8 | Java | 939 | java | ToTables.java | Java | [] | null | [] | package courseworkFSV.model;
public class ToTables implements Runnable {
private Hatch hatch;
private Tables tables;
public ToTables(final Hatch hatch, final Tables tables) {
this.hatch = hatch;
this.tables=tables;
}
public void run() {
while(!hatch.getFinished()){
if (!hatch.isEmpty()) {
Order cu... | 939 | 0.644302 | 0.627263 | 42 | 21.357143 | 18.191862 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.785714 | false | false | 13 |
47bb13c3bdb4e3b72e8c18c96949959a503d7391 | 4,312,147,200,060 | 9a29cad1b43304dccab87f76292dccae435201e3 | /app/src/main/java/com/proyecto/proveedor/AdaptadorClientes.java | bc759506f912cf4673c7cf6000ae9c5f907d8e8b | [] | no_license | digabo97/Proveedor | https://github.com/digabo97/Proveedor | 6b002a1c095d51b759687584edd5e6c99096bf0b | 6c124516e4f870967151c7c731f2e5ec9014e95f | refs/heads/master | 2020-03-18T23:02:49.448000 | 2018-06-09T14:50:41 | 2018-06-09T14:50:41 | 135,380,068 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.proyecto.proveedor;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import andr... | UTF-8 | Java | 2,686 | java | AdaptadorClientes.java | Java | [] | null | [] | package com.proyecto.proveedor;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.EditText;
import andr... | 2,686 | 0.647803 | 0.647431 | 77 | 33.883118 | 27.787212 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 13 |
81bbacb642957682a4e00370ea9d89ce32e45c6d | 4,544,075,430,015 | 5c921ed3363c38ad99b90169c5d9157ad98c2353 | /src/contactClasses/Contact_View.java | d556d1d794d53d13609a7a253e3b4943cedc60c4 | [] | no_license | dietikerluca/fhnw-oopi2-chat | https://github.com/dietikerluca/fhnw-oopi2-chat | 7b8e1e8726adcda45e52d93b9c6b8786cf08e180 | c7121d00f4ea012cba90bf01e8bf966795fe8f55 | refs/heads/master | 2020-05-25T05:39:53.897000 | 2019-06-21T15:58:32 | 2019-06-21T15:58:32 | 187,654,247 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package src.contactClasses;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.control.ToggleButton;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.HBox;
import ja... | UTF-8 | Java | 11,371 | java | Contact_View.java | Java | [] | null | [] | package src.contactClasses;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.control.ToggleButton;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import javafx.scene.layout.HBox;
import ja... | 11,371 | 0.547973 | 0.544983 | 288 | 38.482639 | 25.428133 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701389 | false | false | 13 |
e4d6c61ed3c2bce896c2d3c10ff8015cc69f3159 | 28,123,445,881,885 | 935e79db5b64bd83a1ae0d749f8e7b886cf71433 | /SwingJieMian/src/SwingJieMian/ChatFrame.java | f12d067ebdb2084a812ee672de3610bae164d677 | [] | no_license | TiAmoLLY/The-Second-Test | https://github.com/TiAmoLLY/The-Second-Test | 57aca0d3b57f5b79d4b7d0e5e720e9ed04c2ba0c | 3998a093a626d916177caf50502ecba35828b70c | refs/heads/master | 2020-04-09T01:58:08.022000 | 2018-12-01T08:33:19 | 2018-12-01T08:33:19 | 159,924,244 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SwingJieMian;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.Date;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JFrame;
import... | UTF-8 | Java | 3,660 | java | ChatFrame.java | Java | [] | null | [] | package SwingJieMian;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.util.Date;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JFrame;
import... | 3,660 | 0.69923 | 0.675844 | 121 | 25.917355 | 18.416479 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.710744 | false | false | 13 |
53b2257702052ac2ca24b5e8069dc0c6a0bf9647 | 7,911,329,794,100 | 45cb1d2a8c0ffb3a9f98805f58076ba176c7467a | /ShopLocationMobile/app/src/main/java/com/example/sebo/shoplocationmobile/objects/Location.java | f1ea569584a1fbcee777111bf9819df6ad69b29b | [] | no_license | Huynhtri027/beacon-shop-location | https://github.com/Huynhtri027/beacon-shop-location | 9bda5922fa74b6a4d768e067c5fdb833d7bc2c25 | a5e02eb5dbb1d83baefd14a8574751500d553a3a | refs/heads/master | 2021-01-15T18:35:43.050000 | 2016-02-16T08:58:02 | 2016-02-16T08:58:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sebo.shoplocationmobile.objects;
/**
* Created by Sebo on 2015-12-30.
*/
public class Location {
private double posX;
private double posY;
public Location(double x, double y) {
this.posX = x;
this.posY = y;
}
public double getPosX() {
return posX;
... | UTF-8 | Java | 521 | java | Location.java | Java | [
{
"context": "ebo.shoplocationmobile.objects;\n\n/**\n * Created by Sebo on 2015-12-30.\n */\npublic class Location {\n pr",
"end": 76,
"score": 0.7552767992019653,
"start": 72,
"tag": "NAME",
"value": "Sebo"
}
] | null | [] | package com.example.sebo.shoplocationmobile.objects;
/**
* Created by Sebo on 2015-12-30.
*/
public class Location {
private double posX;
private double posY;
public Location(double x, double y) {
this.posX = x;
this.posY = y;
}
public double getPosX() {
return posX;
... | 521 | 0.571977 | 0.556622 | 30 | 16.366667 | 14.620724 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
78aec89627b3e8a192c2e59af24005218106722a | 30,520,037,640,419 | d33675a8df61a42c7925317205e0ac0fd1404f39 | /src/server_side/Problem.java | b177837d644bc0a841865a672ce981ab2b33063b | [] | no_license | barattar1991/PTM_Project | https://github.com/barattar1991/PTM_Project | 3306ae533f0d5e581b278737f3504c6e6296f543 | 1c20861d3e5866738a35c852ebc0ac24b5282695 | refs/heads/master | 2020-04-11T15:43:29.276000 | 2019-01-02T19:30:11 | 2019-01-02T19:30:11 | 161,900,827 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package server_side;
import java.util.ArrayList;
// can be used as input from client, example: { "1,3,4", "1,2,3", "50,8,9" }
public class Problem extends ArrayList<String> { }
| UTF-8 | Java | 179 | java | Problem.java | Java | [] | null | [] | package server_side;
import java.util.ArrayList;
// can be used as input from client, example: { "1,3,4", "1,2,3", "50,8,9" }
public class Problem extends ArrayList<String> { }
| 179 | 0.687151 | 0.631285 | 6 | 28.833334 | 27.13188 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.833333 | false | false | 13 |
cd55d78987a055d10495027dc5cd167a888a0685 | 11,149,735,146,467 | e89f27f3d8ad8428ec5fbf01b537cf12f1210277 | /src/graphs/IGraph.java | d358fc3edce4240f170b0e2d92ad25f763cf09f5 | [] | no_license | jgvdangelo/java-explorations | https://github.com/jgvdangelo/java-explorations | 80ce19e5b20f235620795b9ec8c35e19f07c4c27 | 912b16a3da6b0468660f48411d37f8d3d03dc243 | refs/heads/master | 2021-06-06T12:48:26.287000 | 2016-12-12T19:32:01 | 2016-12-12T19:32:01 | 50,749,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package graphs;
import java.util.*;
public interface IGraph<V> {
void addVertex(V v);
void addEdge(V v1, V v2);
void clear();
boolean containsEdge(V v1, V v2);
boolean containsVertex(V v);
int degree(V v);
boolean isEmpty();
boolean isReachable(V v1, V v2); // DFS
Set<V> neighbors(V v);
int outDegree(V v);
... | UTF-8 | Java | 479 | java | IGraph.java | Java | [] | null | [] | package graphs;
import java.util.*;
public interface IGraph<V> {
void addVertex(V v);
void addEdge(V v1, V v2);
void clear();
boolean containsEdge(V v1, V v2);
boolean containsVertex(V v);
int degree(V v);
boolean isEmpty();
boolean isReachable(V v1, V v2); // DFS
Set<V> neighbors(V v);
int outDegree(V v);
... | 479 | 0.674322 | 0.653445 | 22 | 20.772728 | 10.761598 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.772727 | false | false | 13 |
5ef304b404756bb41afa9c5fe0c2c7b2c7f0a927 | 22,299,470,267,711 | 2408d8589968093e0701de682a4c21ab1001dddb | /greetings.java | 7825e3659118e003fbf4cfaa0c8a8110011361a1 | [] | no_license | mingyli/usaco_solutions | https://github.com/mingyli/usaco_solutions | 048410720a474e96245e7df30cca14318c2aa839 | a4f3ed44570187e1add79cc79bdb22d88bf1d78c | refs/heads/master | 2021-05-01T04:28:36.170000 | 2016-09-28T22:24:49 | 2016-09-28T22:24:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Scanner;
import java.util.*;
import java.io.FileNotFoundException;
public class greetings{
private PrintWriter outFile;
private Scanner inFile;
private int numB, numE;//the number of lines to read
private int b... | UTF-8 | Java | 3,091 | java | greetings.java | Java | [] | null | [] | import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Scanner;
import java.util.*;
import java.io.FileNotFoundException;
public class greetings{
private PrintWriter outFile;
private Scanner inFile;
private int numB, numE;//the number of lines to read
private int b... | 3,091 | 0.556454 | 0.547072 | 131 | 21.610687 | 16.316793 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.916031 | false | false | 13 |
d56c23c4d9008c008fe4336d0802487c49c66d58 | 6,846,177,940,932 | 886d277fb3570a85495da61a04786ff26dbc1456 | /app/src/main/java/com/example/main/imdb/ImdbMovieRequest.java | e8089b95074b770455ffceb600805bc1ce9e8e33 | [] | no_license | Dinalii/Movie-Tracker | https://github.com/Dinalii/Movie-Tracker | bdf6a8f56561d5c4e5b1f84646752e72c60a2fc7 | bf067403bfd461fd5faa906f5116395583d26875 | refs/heads/main | 2023-04-30T05:22:25.276000 | 2021-05-21T18:53:35 | 2021-05-21T18:53:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.main.imdb;
import android.content.Context;
import android.os.AsyncTask;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java... | UTF-8 | Java | 6,147 | java | ImdbMovieRequest.java | Java | [] | null | [] | package com.example.main.imdb;
import android.content.Context;
import android.os.AsyncTask;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java... | 6,147 | 0.590207 | 0.587278 | 192 | 31.020834 | 24.621502 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 13 |
a0ff3dae6af4952938ba61b287e67f9924144186 | 21,414,707,001,554 | 4212d9e75ada72576486a41a6490a2742acf3c18 | /platform/com.netifera.platform.core/com.netifera.platform.util/src/com/netifera/platform/util/locators/UnixSocketLocator.java | 671dbfa091c30c4b68b9e51b1ee3dbd505454839 | [] | no_license | philmd/netifera | https://github.com/philmd/netifera | e5e024136245843c9bff2ed5884aca22b84bdc17 | ced1d9c99c0feb778064d8129bab4073e6a07a5a | refs/heads/master | 2020-12-25T02:23:46.732000 | 2009-05-04T00:37:59 | 2009-05-04T00:37:59 | 185,577 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.netifera.platform.util.locators;
public class UnixSocketLocator implements SocketLocator {
private static final long serialVersionUID = -1105335082340898775L;
public static final String FAMILY_NAME = "unix";
private final String path;
public UnixSocketLocator(String path) {
this.path = path;
}
... | UTF-8 | Java | 523 | java | UnixSocketLocator.java | Java | [] | null | [] | package com.netifera.platform.util.locators;
public class UnixSocketLocator implements SocketLocator {
private static final long serialVersionUID = -1105335082340898775L;
public static final String FAMILY_NAME = "unix";
private final String path;
public UnixSocketLocator(String path) {
this.path = path;
}
... | 523 | 0.749522 | 0.713193 | 25 | 19.92 | 21.339016 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.28 | false | false | 13 |
32c45b89172070bc20f2bcfe3ddadf4506240a02 | 33,311,766,348,733 | 10eb87f7ab085c174d386e74176eda0f4334cc76 | /bb-integration-tests/src/test/java/com/cognifide/qa/bb/journeys/HomepageTest.java | b1d1878d3c6240ff02fdb12370f4ecdfea4ce2f9 | [
"Apache-2.0"
] | permissive | wttech/bobcat | https://github.com/wttech/bobcat | a691903baee35a335b1e9249fee7c3d0f914f3f9 | b38faa94af322dbd08f28455a4e1de45f015694b | refs/heads/master | 2023-03-18T12:57:44.080000 | 2021-11-23T14:18:57 | 2021-11-23T14:18:57 | 62,303,580 | 11 | 8 | Apache-2.0 | false | 2021-11-23T14:18:58 | 2016-06-30T10:54:10 | 2021-09-22T01:52:19 | 2021-11-23T14:18:57 | 10,101 | 90 | 42 | 54 | Java | false | false | /*-
* #%L
* Bobcat
* %%
* Copyright (C) 2019 Cognifide Ltd.
* %%
* 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 requi... | UTF-8 | Java | 1,597 | java | HomepageTest.java | Java | [
{
"context": ".io/bobcat/contact/\",\n \"https://github.com/Cognifide/bobcat\"\n );\n\n HomePage page = bobcatPageFac",
"end": 1341,
"score": 0.9983039498329163,
"start": 1332,
"tag": "USERNAME",
"value": "Cognifide"
}
] | null | [] | /*-
* #%L
* Bobcat
* %%
* Copyright (C) 2019 Cognifide Ltd.
* %%
* 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 requi... | 1,597 | 0.706951 | 0.701941 | 56 | 27.517857 | 24.677195 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410714 | false | false | 13 |
bef0ef52f1ede185e5bc8bba34bba7c6846e2761 | 27,358,941,735,284 | 6d05609c588891e83c96711a36a3a9c0d61b18da | /app/example02_java/src/main/java/example02/RegisterUserOrg2.java | 95f587776acd6cadedef323fbfda966a1fb3ebf6 | [] | no_license | hzy800123/BlockChain_Lab_v2_test | https://github.com/hzy800123/BlockChain_Lab_v2_test | 356d59d6d995339675572f275772655970cf80fc | 79ca268afd6ab212b94bb369da8a0d244be17066 | refs/heads/main | 2023-02-08T01:18:33.318000 | 2020-12-28T12:51:35 | 2020-12-28T12:51:35 | 322,989,969 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package example02;
import org.hyperledger.fabric.gateway.*;
import org.hyperledger.fabric.sdk.Enrollment;
import org.hyperledger.fabric.sdk.NetworkConfig;
import org.hyperledger.fabric.sdk.User;
import org.hyperledger.fabric.sdk.security.CryptoSuite;
import org.hyperledger.fabric.sdk.security.CryptoSuiteFactory;
impor... | UTF-8 | Java | 3,862 | java | RegisterUserOrg2.java | Java | [
{
"context": " private static final String ADMINNAME_ORG2 = \"admin\";\n private static final String USERNAME_ORG2 =",
"end": 1041,
"score": 0.7474592328071594,
"start": 1036,
"tag": "USERNAME",
"value": "admin"
},
{
"context": "\n private static final String USERNAME_ORG2 =... | null | [] | package example02;
import org.hyperledger.fabric.gateway.*;
import org.hyperledger.fabric.sdk.Enrollment;
import org.hyperledger.fabric.sdk.NetworkConfig;
import org.hyperledger.fabric.sdk.User;
import org.hyperledger.fabric.sdk.security.CryptoSuite;
import org.hyperledger.fabric.sdk.security.CryptoSuiteFactory;
impor... | 3,862 | 0.6797 | 0.66986 | 86 | 43.906979 | 35.053326 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.837209 | false | false | 13 |
bc9290310bb23e099906da28d60e93d88f542c04 | 9,998,683,925,136 | 2ed7cb12ca20fe14d491c054d321be319fca80c1 | /my-study/src/main/java/com/deng/study/redis/RedisUtil.java | 3b3fbc6c8dc66b9498f55c4b21177acfdcc27e44 | [] | no_license | Dengyanliang/study | https://github.com/Dengyanliang/study | 42faba19c8fd37f000cabfdbd0603d45934b3fba | a3fbcc80d22add6a1871eae4f38015e0153d062f | refs/heads/master | 2023-08-19T08:54:04.158000 | 2023-08-14T11:32:17 | 2023-08-14T11:32:17 | 152,381,263 | 0 | 1 | null | false | 2022-11-16T01:52:40 | 2018-10-10T07:30:12 | 2022-01-04T06:25:01 | 2022-11-16T01:52:37 | 558 | 0 | 0 | 11 | Java | false | false | package com.deng.study.redis;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
import redis.clients.jedis.JedisPoolConfig;
import java.util.Objects;
/**
* @Desc: redis工具类,方便main方法测试
* @Auther: dengyanliang
* @Date: 2023/2/27 21:15
*/
public class RedisUtil {
private static JedisPool j... | UTF-8 | Java | 999 | java | RedisUtil.java | Java | [
{
"context": "ts;\n\n/**\n * @Desc: redis工具类,方便main方法测试\n * @Auther: dengyanliang\n * @Date: 2023/2/27 21:15\n */\npublic class RedisU",
"end": 233,
"score": 0.9996333122253418,
"start": 221,
"tag": "USERNAME",
"value": "dengyanliang"
},
{
"context": ";\n public static final Strin... | null | [] | package com.deng.study.redis;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
import redis.clients.jedis.JedisPoolConfig;
import java.util.Objects;
/**
* @Desc: redis工具类,方便main方法测试
* @Auther: dengyanliang
* @Date: 2023/2/27 21:15
*/
public class RedisUtil {
private static JedisPool j... | 1,003 | 0.682329 | 0.645557 | 35 | 26.971428 | 22.614138 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
90e8f9810501403c79e24964f89366f8a45c9812 | 4,045,859,260,796 | ee74676833b8129918ff0ae45a080a2aee6fad63 | /src/main/java/model/Node.java | 7041cada95cb2ad42a41e3a3a6603f28144092e2 | [] | no_license | HasukiHT/graph-coloring-GA | https://github.com/HasukiHT/graph-coloring-GA | 1fe213b0c3c8d45c51d39712b7614da76ae23e30 | 57dc59a1f658b7b28b5d77d64182a21db474ac9c | refs/heads/master | 2023-02-24T22:13:34.166000 | 2021-01-27T16:59:28 | 2021-01-27T16:59:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class Node {
private int color;
private Boolean fixed;
private int idx;
public Node(int color, Boolean fixed, int idx) {
this.color = color;
this.fixed = fixed;
this.idx = idx;
}
public int getColor() {
return color;
}
public Bool... | UTF-8 | Java | 623 | java | Node.java | Java | [] | null | [] | package model;
public class Node {
private int color;
private Boolean fixed;
private int idx;
public Node(int color, Boolean fixed, int idx) {
this.color = color;
this.fixed = fixed;
this.idx = idx;
}
public int getColor() {
return color;
}
public Bool... | 623 | 0.47512 | 0.47512 | 34 | 17.32353 | 13.071569 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 13 |
53e40547795dd25eb34dc79c4dbd0bd95a324503 | 19,731,079,798,668 | 10c73abb84f7ff478e615b0e49b126034571635c | /src/main/java/com/mk/hms/model/MUser.java | 24d0f1daf04d98e4509f43f5487fe35a643cbc50 | [] | no_license | zhangzuoqiang/hotel-mgr-sys | https://github.com/zhangzuoqiang/hotel-mgr-sys | 16bee1adbb480d59d90061b7c3538300af1449af | 1b0e1cca5ef0763c2366bdf2c2a637c87c9db672 | refs/heads/master | 2020-04-06T05:09:05.262000 | 2016-03-10T15:32:42 | 2016-03-10T15:32:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mk.hms.model;
import java.io.Serializable;
import java.util.Collection;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
public class MUser implements UserDetails, Serializable{
/**
*
*/
private static final long serial... | UTF-8 | Java | 16,753 | java | MUser.java | Java | [] | null | [] | package com.mk.hms.model;
import java.io.Serializable;
import java.util.Collection;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
public class MUser implements UserDetails, Serializable{
/**
*
*/
private static final long serial... | 16,753 | 0.630932 | 0.594341 | 600 | 26.923334 | 24.815266 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.196667 | false | false | 13 |
04c2dcd70b46e0f9f97f2c9958a09b46bdb2dc0e | 31,215,822,354,477 | 43d3b3bd2e1ad89b0b323dc262d0cb59c450155e | /L1/TPs/0101-ALGORITHMIQUE/tp3/Math/cosinus.java | b72d6f22bd7f0fcd3d4ab0be3d53bf3234790e3b | [
"MIT"
] | permissive | Tehcam/Studies | https://github.com/Tehcam/Studies | bdb5c23c4a65cd66c39a19ea6b2e67284eaab11d | 69477a211d8c686473b171ad2fa4298ead2ee60d | refs/heads/master | 2023-08-14T20:45:28.090000 | 2021-10-02T14:28:31 | 2021-10-02T14:28:31 | 411,800,074 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class cosinus
{
public static void main(String[] args)
{
double x = 2;
x = Math.cos(x);
System.out.println(x);
}
} | UTF-8 | Java | 123 | java | cosinus.java | Java | [] | null | [] | class cosinus
{
public static void main(String[] args)
{
double x = 2;
x = Math.cos(x);
System.out.println(x);
}
} | 123 | 0.617886 | 0.609756 | 9 | 12.777778 | 12.272623 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 13 |
fe952cdd9bb306418ca9fd1c6faf7dfd684a56c2 | 10,831,907,543,993 | 4f9c633f111d0c77e2dc2f7cbd4784cfa71cee3e | /src/test/java/com/example/demo/controllers/CartControllerTest.java | d5531e35bf0710bd3e824dd21d04afea0861e987 | [] | no_license | svasquez97/eCommerce-Application-JWDND | https://github.com/svasquez97/eCommerce-Application-JWDND | df63ffbcef25a3c2dfa4a15d863ccf828b5d23b8 | 1ba033abf46fc4c6141491c2488e565682e04501 | refs/heads/master | 2023-05-02T14:17:47.934000 | 2021-05-26T06:23:22 | 2021-05-26T06:23:22 | 370,439,319 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.controllers;
import com.example.demo.TestUtils;
import com.example.demo.model.persistence.Cart;
import com.example.demo.model.persistence.Item;
import com.example.demo.model.persistence.User;
import com.example.demo.model.persistence.repositories.CartRepository;
import com.example.demo.model.p... | UTF-8 | Java | 4,546 | java | CartControllerTest.java | Java | [
{
"context": "t();\n\n u.setId(1L);\n u.setUsername(\"u\");\n u.setPassword(\"pw\");\n newU.setI",
"end": 2096,
"score": 0.9089876413345337,
"start": 2095,
"tag": "USERNAME",
"value": "u"
},
{
"context": " u.setUsername(\"u\");\n u.setPassword... | null | [] | package com.example.demo.controllers;
import com.example.demo.TestUtils;
import com.example.demo.model.persistence.Cart;
import com.example.demo.model.persistence.Item;
import com.example.demo.model.persistence.User;
import com.example.demo.model.persistence.repositories.CartRepository;
import com.example.demo.model.p... | 4,546 | 0.687198 | 0.679278 | 140 | 31.471428 | 24.357 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.764286 | false | false | 13 |
bf9b605a4aa18a8d66781bdaa6a540930313e3e9 | 15,693,810,509,359 | a0cb0b1788c8cb3532a137a74ceca85f6da8dab5 | /SchoolDriveLogic/src/main/java/com/schooldrive/logic/car/CarPresentation.java | 5c829248a1bbe2d5a64cb713240111e1d64da1e4 | [] | no_license | palkafilip/driving-school | https://github.com/palkafilip/driving-school | 70e16b56cfcfd93e616153453ab1d069f457591c | 58e4c53691d98111a95b83fe1bbd3bfac08437ff | refs/heads/master | 2021-09-04T00:36:50.790000 | 2018-01-13T11:40:28 | 2018-01-13T11:40:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.schooldrive.logic.car;
import com.schooldrive.logic.utils.DateUtils;
import com.schooldrive.persistence.car.Car;
import java.util.Date;
/**
* Created by Filip on 13.10.2017.
*/
public class CarPresentation {
private Integer id;
private String brand;
private String model;
private String ... | UTF-8 | Java | 1,125 | java | CarPresentation.java | Java | [
{
"context": "ar.Car;\n\nimport java.util.Date;\n\n/**\n * Created by Filip on 13.10.2017.\n */\npublic class CarPresentation {",
"end": 174,
"score": 0.9996322393417358,
"start": 169,
"tag": "NAME",
"value": "Filip"
}
] | null | [] | package com.schooldrive.logic.car;
import com.schooldrive.logic.utils.DateUtils;
import com.schooldrive.persistence.car.Car;
import java.util.Date;
/**
* Created by Filip on 13.10.2017.
*/
public class CarPresentation {
private Integer id;
private String brand;
private String model;
private String ... | 1,125 | 0.627556 | 0.620444 | 54 | 19.833334 | 16.687487 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 13 |
9e30130a75c32d4116b41b9098d0519288d86168 | 10,548,439,681,442 | 5d833bcc6cd6f0de505cbc3a1c4a5d9646cbb540 | /app/src/main/java/de/cspeckner/babytracker/persistence/EventPebbleMarshaller.java | 54f4649085010971f5f91d438b172a019f24328c | [
"MIT"
] | permissive | gambol/AndroidBabyTracker | https://github.com/gambol/AndroidBabyTracker | ffb1ee68be6e4b9551e56757a74b5b3f1bafff7f | 7f5918ffd337ebbb1481e87b33a3c532b049d3fc | refs/heads/master | 2021-01-17T15:40:43.701000 | 2015-07-08T21:55:17 | 2015-07-08T21:55:17 | 38,971,296 | 1 | 0 | null | true | 2015-07-12T17:43:03 | 2015-07-12T17:43:02 | 2015-07-12T17:43:03 | 2015-07-08T21:48:13 | 220 | 0 | 0 | 0 | Java | null | null | package de.cspeckner.babytracker.persistence;
import java.util.ArrayList;
import java.util.List;
import java.util.TimeZone;
public class EventPebbleMarshaller {
public static class InvalidMessageException extends Exception {}
protected static Event.Type decodeType(byte value) throws InvalidMessageException ... | UTF-8 | Java | 1,534 | java | EventPebbleMarshaller.java | Java | [] | null | [] | package de.cspeckner.babytracker.persistence;
import java.util.ArrayList;
import java.util.List;
import java.util.TimeZone;
public class EventPebbleMarshaller {
public static class InvalidMessageException extends Exception {}
protected static Event.Type decodeType(byte value) throws InvalidMessageException ... | 1,534 | 0.554107 | 0.536506 | 57 | 25.929825 | 25.983706 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 13 |
e7db9c73f47f66fad89d53534c14138a1a234ecf | 12,163,347,448,184 | fe8ccfbfe06825a7f1d8052dee885047e857e4b3 | /src/main/java/com/lingxue/model/common/MyPage.java | ab26f6d72d791bee295d2da2248a07abe009ea70 | [] | no_license | teaching-agency/manager | https://github.com/teaching-agency/manager | 509f563b6bb47db3c7d170358b44f53b7afe933d | 38debb1765c3b676ff88072d28e5a202280c2281 | refs/heads/master | 2022-06-26T12:26:08.098000 | 2020-01-05T14:11:04 | 2020-01-05T14:11:04 | 225,363,065 | 0 | 0 | null | false | 2022-06-17T02:44:27 | 2019-12-02T11:50:13 | 2020-01-05T14:11:17 | 2022-06-17T02:44:26 | 147 | 0 | 0 | 1 | Java | false | false | package com.lingxue.model.common;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import java.util.Map;
public class MyPage<T> extends Page<T>{
private static final String PAGE = "page";
private static final String LIMIT = "limit";
private static final String ORDER_BY_FIELD = "orderBy... | UTF-8 | Java | 585 | java | MyPage.java | Java | [] | null | [] | package com.lingxue.model.common;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import java.util.Map;
public class MyPage<T> extends Page<T>{
private static final String PAGE = "page";
private static final String LIMIT = "limit";
private static final String ORDER_BY_FIELD = "orderBy... | 585 | 0.723077 | 0.717949 | 17 | 33.411766 | 37.402515 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 13 |
30ed19f004d0f4ce580ec96efb2129aa416e4581 | 33,139,967,713,322 | 4637863ada86fb956d36344230a54d6806227370 | /chat-server/src/main/java/com/jiangfucheng/im/chatserver/chat/CommonMessageSender.java | 9ff55cefb460829fd926125beb726d7f14a8e3c3 | [] | no_license | zihanbobo/IM-3 | https://github.com/zihanbobo/IM-3 | 986a34f4a89831872ef1084f0580335dea1ed424 | 0272868a86f4f6d4c91130cb7d2b0f2ee988d3a2 | refs/heads/master | 2022-12-08T01:56:27.929000 | 2020-08-04T13:50:44 | 2020-08-04T13:50:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jiangfucheng.im.chatserver.chat;
import com.jiangfucheng.im.common.chat.OnlineMessageConsumer;
import com.jiangfucheng.im.common.constants.MQConstants;
import com.jiangfucheng.im.common.constants.RedisConstants;
import com.jiangfucheng.im.common.utils.RocketMQUtil;
import com.jiangfucheng.im.protobuf.Base;... | UTF-8 | Java | 4,440 | java | CommonMessageSender.java | Java | [
{
"context": " * Time: 0:08\n * 只有ack消息才可以做去除消息体的优化\n *\n * @author jiangfucheng\n */\n@Slf4j\npublic class CommonMessageSender {\n\n\tp",
"end": 631,
"score": 0.9861552119255066,
"start": 619,
"tag": "USERNAME",
"value": "jiangfucheng"
}
] | null | [] | package com.jiangfucheng.im.chatserver.chat;
import com.jiangfucheng.im.common.chat.OnlineMessageConsumer;
import com.jiangfucheng.im.common.constants.MQConstants;
import com.jiangfucheng.im.common.constants.RedisConstants;
import com.jiangfucheng.im.common.utils.RocketMQUtil;
import com.jiangfucheng.im.protobuf.Base;... | 4,440 | 0.76243 | 0.759381 | 139 | 29.676258 | 29.291691 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.143885 | false | false | 13 |
c210ba544b35ba42254b0369c0dc1332e5485693 | 29,987,461,725,806 | 1bc783fba99b1c3158cd700641c896382102d2c0 | /app/src/main/java/kr/ac/hansung/demap/ui/myfolderlist/SubsfolderFragment.java | 624489dd8a3298b8b6dc9bb9dd2d5be028c17f00 | [] | no_license | 2020CapstoneDesign-Demap/DeMap | https://github.com/2020CapstoneDesign-Demap/DeMap | 18d722547015d944beb199035cd6d17f9473ca38 | 8dd2a0497e3a9521b2fd0fceb31c49521e84b8ab | refs/heads/master | 2021-04-01T00:40:23.497000 | 2020-06-23T07:31:17 | 2020-06-23T07:31:17 | 248,141,849 | 1 | 1 | null | false | 2020-06-19T02:13:00 | 2020-03-18T04:56:00 | 2020-06-18T08:17:18 | 2020-06-19T02:12:50 | 1,926 | 0 | 2 | 1 | Java | false | false | package kr.ac.hansung.demap.ui.myfolderlist;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import and... | UTF-8 | Java | 2,257 | java | SubsfolderFragment.java | Java | [] | null | [] | package kr.ac.hansung.demap.ui.myfolderlist;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import and... | 2,257 | 0.750111 | 0.750111 | 66 | 33.196968 | 29.754663 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 13 |
c600c8cbed3ad315a782ed8a6cedf1290ea90065 | 29,884,382,505,838 | 1ea6983bb823b461ffebdbb520706142b6c1e198 | /MailBoxGoatServer/src/tools/Chronometer.java | 46937f22ba57e95c2140f4af43e289a9c203d8a5 | [] | no_license | PierreBRISSE/draft | https://github.com/PierreBRISSE/draft | 58215c5fc224e1b7597902419901296464b0c419 | 130004306a9bcd6d115c939e307a1fd11970c382 | refs/heads/main | 2022-12-28T01:06:52.233000 | 2020-10-14T15:23:57 | 2020-10-14T15:23:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tools;
public class Chronometer extends AbstractChronometer {
public Chronometer() {
super();
init();
}
/**
* Initialization
*/
private void init() {
super.setReturnCode(100);
super.setEndTime(0);
super.setPassedTime(0);
super.setPauseTimeStart(0);
super.setPauseTimeEnd... | UTF-8 | Java | 2,114 | java | Chronometer.java | Java | [] | null | [] | package tools;
public class Chronometer extends AbstractChronometer {
public Chronometer() {
super();
init();
}
/**
* Initialization
*/
private void init() {
super.setReturnCode(100);
super.setEndTime(0);
super.setPassedTime(0);
super.setPauseTimeStart(0);
super.setPauseTimeEnd... | 2,114 | 0.626301 | 0.613056 | 113 | 16.707964 | 16.693319 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.699115 | false | false | 13 |
ca5b80c3c07b2795c49135e9eea3382812bf0524 | 14,817,637,236,206 | c0b8a48014ca2aa3b6ac0a8b7b1da4ef37258198 | /eclipse-workspace/Monitoria MPOO-2019.2/monitoria04/banco2/Conta.java | 0539053980056c6964658ab8c360923a038014e1 | [] | no_license | davilnv/meus-workspaces | https://github.com/davilnv/meus-workspaces | 3d71f44fa5520769ccb8b6da1024fb4a408c5130 | 156b461efc18ac64bcec5552ad880682e2832064 | refs/heads/master | 2022-03-17T17:56:11.942000 | 2019-11-04T12:39:31 | 2019-11-04T12:39:31 | 215,446,100 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package banco2;
public class Conta {
private String cpf;
private int agencia;
private int numeroConta;
private double saldo;
public Conta(String cpf, int agencia, int numeroCona) {
super();
this.cpf = cpf;
this.agencia = agencia;
this.numeroConta = numeroCona;
this.saldo = 0.0;
}
public boolean sa... | UTF-8 | Java | 1,092 | java | Conta.java | Java | [] | null | [] | package banco2;
public class Conta {
private String cpf;
private int agencia;
private int numeroConta;
private double saldo;
public Conta(String cpf, int agencia, int numeroCona) {
super();
this.cpf = cpf;
this.agencia = agencia;
this.numeroConta = numeroCona;
this.saldo = 0.0;
}
public boolean sa... | 1,092 | 0.684982 | 0.682234 | 66 | 15.545455 | 16.416161 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.454545 | false | false | 13 |
d9f45ecef776c2236a351cf25bc8dff2ba6a243b | 29,326,036,762,146 | c1ad689ba5445e948da6567339642e75c8b91671 | /src/linkedlist/Main.java | 07b28fe5aa3242bd68d51761b323203cc98913e2 | [] | no_license | elunico/JLinkedList | https://github.com/elunico/JLinkedList | 3f5055dac9b03000e8da140b25f5c74ab34936e5 | 6ee1d99ebfeece9b9ed4720f36962b80857cc2be | refs/heads/master | 2016-12-13T12:22:42.700000 | 2016-10-07T18:19:52 | 2016-10-07T18:19:52 | 59,511,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package linkedlist;
/**
* Created by thomaspovinelli on 5/23/16.
*
*/
public class Main {
public static void main(String[] args) throws CloneNotSupportedException {
LinkedList<Integer> list = new LinkedList<Integer>();
list.add(1, 2, 3, 4);
list.addAll(list);
}
}
| UTF-8 | Java | 305 | java | Main.java | Java | [
{
"context": "package linkedlist;\n\n\n/**\n * Created by thomaspovinelli on 5/23/16.\n *\n */\n\n\npublic class Main {\n publ",
"end": 55,
"score": 0.9522193670272827,
"start": 40,
"tag": "USERNAME",
"value": "thomaspovinelli"
}
] | null | [] | package linkedlist;
/**
* Created by thomaspovinelli on 5/23/16.
*
*/
public class Main {
public static void main(String[] args) throws CloneNotSupportedException {
LinkedList<Integer> list = new LinkedList<Integer>();
list.add(1, 2, 3, 4);
list.addAll(list);
}
}
| 305 | 0.62623 | 0.596721 | 18 | 15.944445 | 22.604012 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 13 |
24324c37731f65e53ff3181cf041d7ae46ef5748 | 240,518,235,453 | 92c8afa7722ae68ae48d9476c1ac09e348eaffc1 | /BlacJack/src/blacjack/Kortti.java | 648d43175e3d3ea5daf70f2b731e9f38d1992a0f | [] | no_license | JaniPaasiluoto/BlackJack | https://github.com/JaniPaasiluoto/BlackJack | 4f878a9a8a3497fbf47f04f5d908be30b64ab346 | 3484a473023bf7e08b3ced3e1ceb4de78fa2ec17 | refs/heads/master | 2020-03-31T20:39:03.106000 | 2018-10-11T11:26:01 | 2018-10-11T11:26:01 | 152,543,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package blacjack;
public class Kortti {
private Maa maa;
private Arvo arvo;
private int oikeaArvo;
public Kortti(Maa maa, Arvo arvo) {
this.maa = maa;
this.arvo = arvo;
}
@Override
public String toString() {
return this.maa.toString() + "-" + this.arvo.to... | UTF-8 | Java | 551 | java | Kortti.java | Java | [] | null | [] |
package blacjack;
public class Kortti {
private Maa maa;
private Arvo arvo;
private int oikeaArvo;
public Kortti(Maa maa, Arvo arvo) {
this.maa = maa;
this.arvo = arvo;
}
@Override
public String toString() {
return this.maa.toString() + "-" + this.arvo.to... | 551 | 0.560799 | 0.560799 | 31 | 15.774194 | 15.384764 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 13 |
ed64819d8ef9252c652ffa49c87eb356f12ffd2b | 33,260,226,801,096 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /skype-source/src/com/skype/android/app/vim/VideoMessageRecorderActivity$ExternalStorageBroadcastReceiver.java | dc21640cf7721276aea62d55e4cff3ba80b16046 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.skype.android.app.vim;
import android.content.Context;
import android.content.Intent;
import com.skype.android.util.CheckedBroadcast... | UTF-8 | Java | 847 | java | VideoMessageRecorderActivity$ExternalStorageBroadcastReceiver.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996882677078247,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.skype.android.app.vim;
import android.content.Context;
import android.content.Intent;
import com.skype.android.util.CheckedBroadcastReceiver;
... | 837 | 0.749705 | 0.734357 | 29 | 28.206896 | 27.338717 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 13 |
3519fd19348b134d9456eb66bea89f435eac32af | 7,043,746,371,724 | f315f32f18059940c6c76d07b0b60f5241a71adf | /BookmarkNuggets'/app/src/androidTest/java/com/example/myapplication/test_08_SearchFunctionality.java | 8e3c932d9ff76b3da33a13efdc5a0950404c64ad | [] | no_license | cse442-fall-2019-offering/442projects-spicy-nuggets | https://github.com/cse442-fall-2019-offering/442projects-spicy-nuggets | cef2cd1595aa015093d95d07548b52c5b04649a8 | d3a08bbbce56080927a5ca20f20856f9f7d2d98b | refs/heads/master | 2020-07-15T01:05:21.809000 | 2019-12-03T15:55:04 | 2019-12-03T15:55:04 | 205,443,325 | 0 | 1 | null | false | 2019-12-02T18:34:23 | 2019-08-30T19:17:25 | 2019-11-10T00:06:09 | 2019-12-02T18:34:22 | 35,659 | 0 | 0 | 62 | Java | false | false | package com.example.myapplication;
public class test_08_SearchFunctionality {
}
| UTF-8 | Java | 81 | java | test_08_SearchFunctionality.java | Java | [] | null | [] | package com.example.myapplication;
public class test_08_SearchFunctionality {
}
| 81 | 0.814815 | 0.790123 | 4 | 19.25 | 18.965429 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
de36eacb4053eca085bcdc2c831064025cc70aa0 | 33,131,377,755,686 | ebc774c2e4a06aeaf5aa39ae34b434931771e916 | /src/main/java/randoop/sequence/VariableRenamer.java | 06821eb4c155ea88d4559bfea99019150c530736 | [
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | otmarjr/randoop | https://github.com/otmarjr/randoop | a4223677969f13accc591cbc96e21eb61b4fc2a7 | 8d9cd8fd463fccb12f21a97c793a7554e24056f7 | refs/heads/master | 2021-01-21T13:53:11.146000 | 2016-12-13T15:35:46 | 2016-12-13T15:35:46 | 32,958,519 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package randoop.sequence;
import randoop.types.ArrayType;
import randoop.types.ClassOrInterfaceType;
import randoop.types.InstantiatedType;
import randoop.types.JavaTypes;
import randoop.types.NonParameterizedType;
import randoop.types.ReferenceArgument;
import randoop.types.Type;
import randoop.types.TypeArgument;
c... | UTF-8 | Java | 3,141 | java | VariableRenamer.java | Java | [] | null | [] | package randoop.sequence;
import randoop.types.ArrayType;
import randoop.types.ClassOrInterfaceType;
import randoop.types.InstantiatedType;
import randoop.types.JavaTypes;
import randoop.types.NonParameterizedType;
import randoop.types.ReferenceArgument;
import randoop.types.Type;
import randoop.types.TypeArgument;
c... | 3,141 | 0.627507 | 0.623368 | 99 | 30.727272 | 23.284285 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434343 | false | false | 13 |
73746314555ec3049d27f2ce20f095c2c48e584a | 10,711,648,473,515 | 7ff92936f085041dc46573a29722f7729aa86acb | /src/main/java/com/codefans/apache/poi/ExcelReaderAndWriter.java | b2840dbaa9269fa65d98a6bf1ae3e54167bdc4b3 | [] | no_license | codefans/test-utf8 | https://github.com/codefans/test-utf8 | e6442ba04cf06c0c4350868ddeeda51e73e7ed30 | 96a6722e0e989805621b266703b1762beaa85aea | refs/heads/master | 2017-04-27T15:25:04.514000 | 2017-04-22T01:29:32 | 2017-04-22T01:29:32 | 21,294,654 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codefans.apache.poi;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Date;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.... | UTF-8 | Java | 4,123 | java | ExcelReaderAndWriter.java | Java | [
{
"context": "he.org/spreadsheet/quick-guide.html\n * \n * @author caishengzhi\n * @date 2016年9月21日下午9:57:27\n *\n */\npublic class ",
"end": 632,
"score": 0.9990088939666748,
"start": 621,
"tag": "USERNAME",
"value": "caishengzhi"
}
] | null | [] | package com.codefans.apache.poi;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Date;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.CellStyle;
import org.apache.poi.ss.... | 4,123 | 0.676635 | 0.669341 | 139 | 28.589928 | 23.67247 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 13 |
225edaa2bfe14ee43e9f9919c101b8d57749dde4 | 10,711,648,471,923 | 87296cc017371cbc16001a724711da57c5035d21 | /app/src/main/java/com/android/luggshare/presentation/screens/purchaser/fragments/PurchaserFragment.java | e8a66ddeeb10f93134b93e65a1089fb2e842a2d3 | [] | no_license | AneebKhan/LuggageShare | https://github.com/AneebKhan/LuggageShare | 68ea8ec62ecbdcf9ef89812938b2e831c2e4abd1 | f01056e472598aa51b2dc9caf8b069b841e989b5 | refs/heads/master | 2020-12-15T10:36:38.529000 | 2020-01-20T10:43:37 | 2020-01-20T10:43:37 | 235,076,774 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.luggshare.presentation.screens.purchaser.fragments;
import android.Manifest;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.ne... | UTF-8 | Java | 11,305 | java | PurchaserFragment.java | Java | [] | null | [] | package com.android.luggshare.presentation.screens.purchaser.fragments;
import android.Manifest;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.ne... | 11,305 | 0.639452 | 0.636532 | 259 | 42.652508 | 35.325333 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.830116 | false | false | 13 |
700509018a8a94c6752c5d5c1fe70760dc8d5a22 | 31,525,059,978,818 | b25fd2bff422fb9b105460c560b63a847fac3d04 | /src/DRect.java | 2d7cb2680de5ebfd4c343bbd40ff025eba12560b | [] | no_license | NarulaKeshav/whiteboard | https://github.com/NarulaKeshav/whiteboard | 5d89d37da44b6ae4389a9abb1f0bbab9ac8f9bf0 | 87f2aec466c61cc399ae82f5d9588713d94b9348 | refs/heads/master | 2016-09-12T23:54:57.738000 | 2016-05-29T22:47:53 | 2016-05-29T22:47:53 | 58,001,851 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
/**
* Creates a Rectangle on Canvas
*/
public class DRect extends DShape {
/**
* Constructs DRect with a Model to store its data values in
* @param model model for data
*/
public DRect(DShapeModel model){
super(model);
}
/**
* Draws the rectangle on th... | UTF-8 | Java | 624 | java | DRect.java | Java | [] | null | [] | import java.awt.*;
/**
* Creates a Rectangle on Canvas
*/
public class DRect extends DShape {
/**
* Constructs DRect with a Model to store its data values in
* @param model model for data
*/
public DRect(DShapeModel model){
super(model);
}
/**
* Draws the rectangle on th... | 624 | 0.610577 | 0.610577 | 26 | 23 | 21.487026 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 13 |
705cba3d5e4e9b0d5b4875558426d57e87e293a2 | 25,726,854,116,102 | 50b2d554c32c80c3bf799240b8bb3e9f25c410d9 | /src/main/java/kz/fa/firebasewriter/model/FireEntity.java | c638efe6b7fecc6d9be7afbda821db6e34164a79 | [] | no_license | abay-ibrayev/FireBaseWriterAPI | https://github.com/abay-ibrayev/FireBaseWriterAPI | c7424d23eb0ea7ee5ee3e98ec2f8d673ca646e28 | 3b271729b13a00bb13cb6a82f663a7f66d87dcca | refs/heads/master | 2023-04-29T16:55:33.846000 | 2017-03-15T05:42:49 | 2017-03-15T05:42:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kz.fa.firebasewriter.model;
import java.util.Map;
/**
* Created by abay on 1/17/17.
*/
public interface FireEntity {
Map<String, Object> toMap();
}
| UTF-8 | Java | 164 | java | FireEntity.java | Java | [
{
"context": "r.model;\n\nimport java.util.Map;\n\n/**\n * Created by abay on 1/17/17.\n */\npublic interface FireEntity {\n ",
"end": 82,
"score": 0.9915763139724731,
"start": 78,
"tag": "USERNAME",
"value": "abay"
}
] | null | [] | package kz.fa.firebasewriter.model;
import java.util.Map;
/**
* Created by abay on 1/17/17.
*/
public interface FireEntity {
Map<String, Object> toMap();
}
| 164 | 0.682927 | 0.652439 | 10 | 15.4 | 14.416657 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
76ec436fe96aa24e7fce907dbafe6a1cdcec45ef | 4,380,866,695,363 | 254a9b34356712383b7a69d568b97fc135993664 | /jcertif-bo/src/main/java/com/jcertif/bo/cedule/StatutCedule.java | 8775a41f0aeae4a7a6a8f8a799b762f7054227aa | [] | no_license | albu77/jcertif-backend-2012 | https://github.com/albu77/jcertif-backend-2012 | c9920f30a80e757a51372d09798a39e7ed84ddcb | f25c71db9c2704e24b5e8e5eb20578bd299c09be | refs/heads/master | 2018-12-30T08:48:26.982000 | 2013-02-10T01:22:23 | 2013-02-10T01:22:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jcertif.bo.cedule;
import javax.persistence.Entity;
import javax.xml.bind.annotation.XmlRootElement;
import com.jcertif.bo.CodeDescription;
/**
* BO Statut Cedule.
*
* @author rossi.oddet
*
*/
@Entity
@XmlRootElement
public class StatutCedule extends CodeDescription {
private st... | UTF-8 | Java | 715 | java | StatutCedule.java | Java | [
{
"context": "ion;\r\n\r\n/**\r\n * BO Statut Cedule.\r\n * \r\n * @author rossi.oddet\r\n * \r\n */\r\n@Entity\r\n@XmlRootElement\r\npublic class",
"end": 216,
"score": 0.7709531784057617,
"start": 205,
"tag": "NAME",
"value": "rossi.oddet"
}
] | null | [] | package com.jcertif.bo.cedule;
import javax.persistence.Entity;
import javax.xml.bind.annotation.XmlRootElement;
import com.jcertif.bo.CodeDescription;
/**
* BO Statut Cedule.
*
* @author rossi.oddet
*
*/
@Entity
@XmlRootElement
public class StatutCedule extends CodeDescription {
private st... | 715 | 0.633566 | 0.632168 | 41 | 15.439024 | 16.036617 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.829268 | false | false | 13 |
421555b3079f1eb9d764681c5a6d8696cc834765 | 32,083,405,703,058 | cb7686e04bee481f3513a158757b12fed1ab2c96 | /product-server/src/main/java/com/king2/product/server/dto/ProductIndexDto.java | f75ddebd120ee1cb2b01b63d19a2a073dcc95786 | [] | no_license | nb304/shopping-manage-parent | https://github.com/nb304/shopping-manage-parent | 89ab0cdeab9518dd4d4f658360c9f5c6401191d9 | af60488897578122d0b9cc85e2dc08c22c0d02a5 | refs/heads/master | 2022-11-27T19:38:12.706000 | 2019-09-30T07:53:30 | 2019-09-30T07:53:30 | 200,656,467 | 0 | 0 | null | false | 2022-11-16T05:24:15 | 2019-08-05T13:02:30 | 2019-09-30T07:53:55 | 2022-11-16T05:24:14 | 1,179 | 0 | 0 | 5 | Java | false | false | package com.king2.product.server.dto;
import org.springframework.util.StringUtils;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
import java.util.List;
/**
* 商品首页需要的数据Dto
*/
public class ProductIndexDto {
// 当前页数
@NotNull(message = "当前页数不能为空")
@Min(value = 1, me... | UTF-8 | Java | 2,667 | java | ProductIndexDto.java | Java | [] | null | [] | package com.king2.product.server.dto;
import org.springframework.util.StringUtils;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
import java.util.List;
/**
* 商品首页需要的数据Dto
*/
public class ProductIndexDto {
// 当前页数
@NotNull(message = "当前页数不能为空")
@Min(value = 1, me... | 2,667 | 0.624642 | 0.618502 | 116 | 20.060345 | 17.379778 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.310345 | false | false | 13 |
6c6d2f7adda08827b198871f7090635fd82f0023 | 12,936,441,546,980 | aa8040e9732e18816e758b6c1f36806a50a47218 | /src/main/java/cz/sparko/testproject/cz/sparko/testproject/anotherpackage/AccessClassExt.java | 86c6b44e92ea0a3b4e970c4670081f8e0abb723f | [] | no_license | sparkoo/test-project | https://github.com/sparkoo/test-project | 3a3a5b01eabdcd539a07c5bc2d8328154c6b8971 | 8942381155d32b7aa4a2a0dca004948f53860f9f | refs/heads/master | 2021-01-10T03:44:51.686000 | 2016-12-06T13:54:30 | 2016-12-06T13:54:30 | 54,026,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.sparko.testproject.cz.sparko.testproject.anotherpackage;
import cz.sparko.testproject.AnotherAccessClass;
public class AccessClassExt extends AnotherAccessClass {
public void m() {
System.out.println(prot);
}
}
| UTF-8 | Java | 240 | java | AccessClassExt.java | Java | [] | null | [] | package cz.sparko.testproject.cz.sparko.testproject.anotherpackage;
import cz.sparko.testproject.AnotherAccessClass;
public class AccessClassExt extends AnotherAccessClass {
public void m() {
System.out.println(prot);
}
}
| 240 | 0.7625 | 0.7625 | 9 | 25.666666 | 24.846193 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
3b0a4c094f31ba583b85fad69eedad6003b3eb8b | 29,772,713,331,505 | 43d5098a244ff21e45d787a20c29993d3f04bef3 | /src/com/department/Main.java | 090e06b35f84386046ac3c51c767527326563e55 | [] | no_license | Bencorn1/test.java | https://github.com/Bencorn1/test.java | afa22a3a8269ca7a1611fedc3f1442a329d21434 | fce0ae76cf1e104b2bd400a4af626fcabf916179 | refs/heads/master | 2023-01-22T22:01:48.620000 | 2020-12-04T16:35:31 | 2020-12-04T16:35:31 | 318,574,965 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.department;
import java.security.Principal;
public class Main {
public static void main(String[] args) {
Staff tola = new Staff("blue", true);
/**
*
*/
Engine engine = new Engine();
Car car1 = new Car(engine);
tola.setIdColor("green");
... | UTF-8 | Java | 2,619 | java | Main.java | Java | [] | null | [] | package com.department;
import java.security.Principal;
public class Main {
public static void main(String[] args) {
Staff tola = new Staff("blue", true);
/**
*
*/
Engine engine = new Engine();
Car car1 = new Car(engine);
tola.setIdColor("green");
... | 2,619 | 0.63383 | 0.633066 | 97 | 25.989691 | 25.907248 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505155 | false | false | 13 |
8a725ee4230b11c0bfc59e7a066eb36c959f7b28 | 5,755,256,181,084 | 7504e27521aa2ed3fb0a1f02fbe8da41d90aa1f7 | /src/main/java/com/example/historymap/service/StoryServiceImpl.java | 74fb67e153c25dd803ebe6be00297d75487ff450 | [] | no_license | MuslimaDev/HistoryMap | https://github.com/MuslimaDev/HistoryMap | cb131d8dd6ec7b2cf18e6f482a639d6b04333dea | 89fafa58ed01dba8f3797580d9748c141671abcf | refs/heads/master | 2022-01-19T18:00:58.606000 | 2019-06-11T15:01:19 | 2019-06-11T15:01:19 | 190,589,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.historymap.service;
import com.example.historymap.entity.Story;
import com.example.historymap.repository.StoryRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframe... | UTF-8 | Java | 1,800 | java | StoryServiceImpl.java | Java | [] | null | [] | package com.example.historymap.service;
import com.example.historymap.entity.Story;
import com.example.historymap.repository.StoryRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframe... | 1,800 | 0.655 | 0.647222 | 56 | 31.142857 | 25.701881 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.464286 | false | false | 13 |
aa6a892e838b13e4f083e84fdd5060fb12b2b3bb | 31,129,922,971,481 | 81dd6dd053c9e5af0c008d536f863c4712903979 | /EFAQ/src/cn/edu/pku/sei/jinyong/dao/DocumentDao.java | 1c5dc1afa370249b75d1611ae217e87a7e36c81b | [] | no_license | GSIL-Monitor/EFAQ | https://github.com/GSIL-Monitor/EFAQ | ee18cd61e9bb389d6f70df40f9e4bdef79b351c6 | 2d43bd429c1ca1364fb9ae672708359e0d7994f1 | refs/heads/master | 2020-04-10T23:20:51.226000 | 2014-09-09T05:43:31 | 2014-09-09T05:43:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.pku.sei.jinyong.dao;
import cn.edu.pku.sei.jinyong.entity.Document;
public class DocumentDao {
public void insertDocument(Document doc) {
String sql = "insert into document (qmail_uuid,amail_uuid,question,question_seg_no,session_uuid,keywords) values (?,?,?,?,?,?)";
try {
DAOUtils.update(sql,... | UTF-8 | Java | 517 | java | DocumentDao.java | Java | [] | null | [] | package cn.edu.pku.sei.jinyong.dao;
import cn.edu.pku.sei.jinyong.entity.Document;
public class DocumentDao {
public void insertDocument(Document doc) {
String sql = "insert into document (qmail_uuid,amail_uuid,question,question_seg_no,session_uuid,keywords) values (?,?,?,?,?,?)";
try {
DAOUtils.update(sql,... | 517 | 0.694391 | 0.694391 | 19 | 26.210526 | 34.855461 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.315789 | false | false | 13 |
8fd4bf5032041513aa665f8767c610694a20658f | 3,616,362,478,328 | ed2f936819a380cf3f57844dcc448acd62074a2d | /springcoredemoapp/src/main/java/com/mylab/spring/coredemo/dao/memory/AbstractNamingMemoryDao.java | 57904cb29b7963fa0dce412c07aad8bfe95c3240 | [] | no_license | harumamburu/spring_bootstrap | https://github.com/harumamburu/spring_bootstrap | 0c158a4a2c7cd0da15c689c5fba31a691b2dced5 | f921d668b3631ab0958f24fe9001fbafce46cc70 | refs/heads/master | 2021-01-17T14:50:55.053000 | 2016-08-10T11:15:22 | 2016-08-10T11:15:22 | 44,761,434 | 0 | 0 | null | false | 2015-10-22T17:33:42 | 2015-10-22T17:24:48 | 2015-10-22T17:24:48 | 2015-10-22T17:33:41 | 0 | 0 | 0 | 0 | null | null | null | package com.mylab.spring.coredemo.dao.memory;
import com.mylab.spring.coredemo.dao.NamingDao;
import com.mylab.spring.coredemo.dao.exception.DaoException;
import com.mylab.spring.coredemo.dao.exception.EntityNotFoundException;
import com.mylab.spring.coredemo.entity.Entity;
import com.mylab.spring.coredemo.entity.Name... | UTF-8 | Java | 793 | java | AbstractNamingMemoryDao.java | Java | [] | null | [] | package com.mylab.spring.coredemo.dao.memory;
import com.mylab.spring.coredemo.dao.NamingDao;
import com.mylab.spring.coredemo.dao.exception.DaoException;
import com.mylab.spring.coredemo.dao.exception.EntityNotFoundException;
import com.mylab.spring.coredemo.entity.Entity;
import com.mylab.spring.coredemo.entity.Name... | 793 | 0.749054 | 0.749054 | 17 | 45.64706 | 38.902504 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 13 |
3923e03652c85285b58cd558be8cac4e34276f6b | 7,258,494,776,475 | 8ca2a138b8a7d7ac1a229ecd7f64582ca6e560e8 | /src/main/java/com/zjweu/entity/Comment.java | c477ebc6526e6ca76d21a58ca9eca686784c767e | [] | no_license | wxyPostman/MyBlog | https://github.com/wxyPostman/MyBlog | 8a640947e014fc2ff1a694409fbc19fc7934c94f | 6c71db11959f807e92bd404d0974fadd508dc701 | refs/heads/master | 2020-06-02T22:50:05.942000 | 2019-06-19T08:55:17 | 2019-06-19T08:55:17 | 191,333,941 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zjweu.entity;
public class Comment {
private Integer cid;
private Integer titleId;
private String titleType;
private String content;
private Integer formId;
private Integer id;
private String username;
public Integer getCid() {
return cid;
}
public void setCid(Integer cid) {
this.cid ... | UTF-8 | Java | 1,392 | java | Comment.java | Java | [] | null | [] | package com.zjweu.entity;
public class Comment {
private Integer cid;
private Integer titleId;
private String titleType;
private String content;
private Integer formId;
private Integer id;
private String username;
public Integer getCid() {
return cid;
}
public void setCid(Integer cid) {
this.cid ... | 1,392 | 0.667385 | 0.667385 | 80 | 16.4125 | 20.320982 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2625 | false | false | 13 |
34bf561687a6135cb151797d5a825a7653965bad | 26,757,646,275,524 | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/ugc/aweme/emoji/utils/zip/C27649c.java | fc9a741d25a16d6343cbe759d2b963587e94ab05 | [] | no_license | xrealm/tiktok-src | https://github.com/xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401000 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.p280ss.android.ugc.aweme.emoji.utils.zip;
import java.util.zip.ZipException;
/* renamed from: com.ss.android.ugc.aweme.emoji.utils.zip.c */
public interface C27649c extends C27668s {
/* renamed from: b */
void mo71052b(byte[] bArr, int i, int i2) throws ZipException;
}
| UTF-8 | Java | 292 | java | C27649c.java | Java | [] | null | [] | package com.p280ss.android.ugc.aweme.emoji.utils.zip;
import java.util.zip.ZipException;
/* renamed from: com.ss.android.ugc.aweme.emoji.utils.zip.c */
public interface C27649c extends C27668s {
/* renamed from: b */
void mo71052b(byte[] bArr, int i, int i2) throws ZipException;
}
| 292 | 0.729452 | 0.664384 | 9 | 31.444445 | 25.069286 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
66f5a6c2f8c0729ca3fbd81edf0f59361e1e9540 | 14,293,651,181,484 | c924f19ac403c12b46243f19e98edb868fbb0ad6 | /app/src/main/java/com/montgomeryenergyconnection/MyAccount.java | eb29e28c51e15a018910a8704ed229c635d22831 | [] | no_license | cyborg48/MyGreenMC | https://github.com/cyborg48/MyGreenMC | ec9bd3365fb4ab41542b852c550c8b5ef5dedfae | 047cff9dc1383c8b29bd8c9495206f5728a5a79c | refs/heads/master | 2023-03-14T07:29:09.317000 | 2021-03-09T16:09:31 | 2021-03-09T16:09:31 | 338,034,699 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.montgomeryenergyconnection;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBarDrawerToggle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.core.content.ContextCompat;
import androidx.drawerlayout.widget.DrawerLayout;
impo... | UTF-8 | Java | 7,408 | java | MyAccount.java | Java | [
{
"context": "rawerList;\n EditText name, email, password, newPass1, newPass2;\n TextView pass1, pass2;\n Button ",
"end": 1477,
"score": 0.6692352294921875,
"start": 1472,
"tag": "PASSWORD",
"value": "Pass1"
},
{
"context": "\n EditText name, email, password, newPass1, n... | null | [] | package com.montgomeryenergyconnection;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBarDrawerToggle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.core.content.ContextCompat;
import androidx.drawerlayout.widget.DrawerLayout;
impo... | 7,418 | 0.592603 | 0.588958 | 182 | 39.70879 | 31.442566 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.736264 | false | false | 13 |
ed154d5ea03f2ebea61a3ed98246c74c546ef89c | 18,640,158,068,956 | 63e1c49f35ad03674262ccafed9d92cff2782884 | /src/main/java/com/example/hangrybirdz/gameplay/interfaces/IVelocityRangeValidator.java | 3d4c23354dc20701f18472d1b53158e47f34ae29 | [] | no_license | hirejohnloveland/hangry-birdz | https://github.com/hirejohnloveland/hangry-birdz | a85b708ea19404bdf714c7449db213035da67191 | b333f9dfee1428006a99e6b33eb452272c57504f | refs/heads/master | 2023-09-01T23:45:44.450000 | 2021-11-16T20:26:10 | 2021-11-16T20:26:10 | 426,374,305 | 0 | 0 | null | true | 2021-11-09T20:20:15 | 2021-11-09T20:20:13 | 2021-11-09T18:40:15 | 2021-11-09T18:40:12 | 52 | 0 | 0 | 0 | null | false | false | package com.example.hangrybirdz.gameplay.interfaces;
public interface IVelocityRangeValidator {
boolean isInRange(int velocity);
}
| UTF-8 | Java | 137 | java | IVelocityRangeValidator.java | Java | [] | null | [] | package com.example.hangrybirdz.gameplay.interfaces;
public interface IVelocityRangeValidator {
boolean isInRange(int velocity);
}
| 137 | 0.810219 | 0.810219 | 6 | 21.833334 | 22.003157 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
f694a2d75b27d5a9cf92a04d31c8e44574feb6f8 | 29,240,137,374,433 | c07a65a326fe0063759319f36e31f518f5e70376 | /src/main/java/com/yxvk/hello/spring/boot/mybatis/mapper/ManagerMapper.java | 6fc80ddd2366005be124985a04fe58f29ccf685b | [] | no_license | shiex/hello-spring-boot-mybatis | https://github.com/shiex/hello-spring-boot-mybatis | 06629cd24609c1e2da7c01089836954208c0d6d1 | 2e148a9536ec6270f9ea1f9828e8c843b525bbcf | refs/heads/master | 2020-09-02T01:34:51.784000 | 2019-11-02T04:50:53 | 2019-11-02T04:50:53 | 219,104,865 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yxvk.hello.spring.boot.mybatis.mapper;
import com.yxvk.hello.spring.boot.mybatis.entity.Manager;
import tk.mybatis.MyMapper;
public interface ManagerMapper extends MyMapper<Manager> {
} | UTF-8 | Java | 199 | java | ManagerMapper.java | Java | [] | null | [] | package com.yxvk.hello.spring.boot.mybatis.mapper;
import com.yxvk.hello.spring.boot.mybatis.entity.Manager;
import tk.mybatis.MyMapper;
public interface ManagerMapper extends MyMapper<Manager> {
} | 199 | 0.819095 | 0.819095 | 7 | 27.571428 | 25.415728 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 13 |
053781ab59e999d1496d7b663af0b056e2725854 | 29,240,137,369,960 | 1e8982a86a55a052a89bd935b3f0bc0eebb166cc | /src/test/java/com/de/laval/utils/Actions.java | 73c9a462a21b51251873113ecb221654d7a7b837 | [] | no_license | mbukowiecki/AppiumSampleProject | https://github.com/mbukowiecki/AppiumSampleProject | b69a7935d8726c713154088e9a7995177c5da6a8 | 5ffd4a74bf5ae3fd6705efb865bc035a4db63fe6 | refs/heads/master | 2023-07-09T10:18:58.741000 | 2021-08-05T06:21:20 | 2021-08-05T06:21:20 | 392,926,339 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.de.laval.utils;
public class Actions {
}
| UTF-8 | Java | 55 | java | Actions.java | Java | [] | null | [] | package com.de.laval.utils;
public class Actions {
}
| 55 | 0.727273 | 0.727273 | 5 | 10 | 11.949896 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 13 |
6ee898719fe4a6a68a88ccafda554734e7c46dd9 | 14,388,140,449,094 | 78e326b759b9230a6d59697652dfff4fa52c4d9e | /oc-server-core/src/main/java/com/oc/auth/CustomerAuthCoder.java | 110941946a55f33d1480457ad530369207258cde | [] | no_license | SebastianTang/oc-server | https://github.com/SebastianTang/oc-server | 055e5f70543721f73cf12c3b080c3868f172d420 | 5dd1b3f8403e099f53fd3f337474876abd2dc2cc | refs/heads/master | 2022-12-13T10:19:25.925000 | 2020-08-03T09:15:09 | 2020-08-03T09:15:09 | 284,914,152 | 1 | 0 | null | true | 2020-08-04T07:52:39 | 2020-08-04T07:52:39 | 2020-08-04T07:52:33 | 2020-08-03T09:15:10 | 779 | 0 | 0 | 0 | null | false | false | package com.oc.auth;
import com.oc.common.utils.MD5Encrypt;
import com.oc.exception.BsAuthorizeException;
import com.oc.util.base64.B64;
import com.oc.util.http.HttpRequests;
import io.netty.handler.codec.http.HttpHeaders;
import lombok.extern.slf4j.Slf4j;
/**
* 客户信息认证
* @author chuangyeifang
*/
@Slf4j
public clas... | UTF-8 | Java | 2,735 | java | CustomerAuthCoder.java | Java | [
{
"context": "mbok.extern.slf4j.Slf4j;\n\n/**\n * 客户信息认证\n * @author chuangyeifang\n */\n@Slf4j\npublic class CustomerAuthCoder {\n\n ",
"end": 297,
"score": 0.9991024136543274,
"start": 284,
"tag": "USERNAME",
"value": "chuangyeifang"
}
] | null | [] | package com.oc.auth;
import com.oc.common.utils.MD5Encrypt;
import com.oc.exception.BsAuthorizeException;
import com.oc.util.base64.B64;
import com.oc.util.http.HttpRequests;
import io.netty.handler.codec.http.HttpHeaders;
import lombok.extern.slf4j.Slf4j;
/**
* 客户信息认证
* @author chuangyeifang
*/
@Slf4j
public clas... | 2,735 | 0.625329 | 0.608042 | 65 | 39.938461 | 24.423115 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.861538 | false | false | 13 |
7a29c0ab8ef414264af93344c3b647ce8e351c5d | 11,055,245,846,337 | 653afb74950b63fef55eec603df1b0a8a99b2a08 | /testWeb/src/main/ctchanRoot/com/chan/service/OrderService.java | cf629130e188df4e92b199f7e29557d17a008d67 | [] | no_license | keyeze/StudyPlace | https://github.com/keyeze/StudyPlace | 21f60983d4107eae97e8d5f2b43bcc599617a3fd | 448a783736e41fdfc6a28e4647ebe82f9c03ad59 | refs/heads/master | 2022-12-25T22:55:42.034000 | 2020-03-10T08:59:37 | 2020-03-10T08:59:37 | 97,389,386 | 2 | 0 | null | false | 2022-12-16T10:31:55 | 2017-07-16T14:37:57 | 2020-03-10T08:59:40 | 2022-12-16T10:31:54 | 6,801 | 1 | 0 | 13 | Java | false | false | package com.chan.service;
import com.chan.common.CommonUtil;
import com.chan.common.SuccessThrowable;
import com.chan.dao.IOrderDao;
import com.chan.entity.Order;
import org.springframework.beans.factory.config.ConfigurableBeanFactory;
import org.springframework.context.annotation.Scope;
import org.springframework.ste... | UTF-8 | Java | 3,681 | java | OrderService.java | Java | [] | null | [] | package com.chan.service;
import com.chan.common.CommonUtil;
import com.chan.common.SuccessThrowable;
import com.chan.dao.IOrderDao;
import com.chan.entity.Order;
import org.springframework.beans.factory.config.ConfigurableBeanFactory;
import org.springframework.context.annotation.Scope;
import org.springframework.ste... | 3,681 | 0.675567 | 0.675567 | 123 | 25.186993 | 28.152416 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382114 | false | false | 13 |
791f08d4aedb50c5f424c6ae8ae999e60e4ee885 | 18,846,316,511,837 | f7c1fed680f92c5a2cb9cd81c0f8c5276c3d0ab0 | /src/com/student/dao/CredentialsDao.java | 553cac9bfe25058a16939dc67ecac2391d97a52b | [] | no_license | naviroyal/Student | https://github.com/naviroyal/Student | a25020c717365637d863ae427fbbd0dfed465450 | 241cdc8c5fea97e7b0890b2a01a8dfe3b9a0657c | refs/heads/master | 2020-05-03T02:47:20.907000 | 2019-04-01T14:26:27 | 2019-04-01T14:26:27 | 178,379,968 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.student.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import com.student.bean.CredentialsBean;
import com.student.util.Config;
public class CredentialsDao {
Connection con = Config.getConnection();... | UTF-8 | Java | 3,775 | java | CredentialsDao.java | Java | [] | null | [] | package com.student.dao;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import com.student.bean.CredentialsBean;
import com.student.util.Config;
public class CredentialsDao {
Connection con = Config.getConnection();... | 3,775 | 0.691126 | 0.684503 | 136 | 26.757353 | 20.904367 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3 | false | false | 13 |
243175ff8d4118bb60a274160d57cccf4f7fa2ff | 18,975,165,538,267 | 6ce73a1038e1ee305fb14a2196afda5ae64efce5 | /src/main/repository/GroupRepository.java | b17d02f8d2deec2159cb9063453c1568d4669fa9 | [] | no_license | sardaryanhaykr/Generactive | https://github.com/sardaryanhaykr/Generactive | 1a02a9e303b1841a1a501e6cc256af9f054c5009 | 74a6d7a8bb182164e9f63656c2f201b46e53bb6c | refs/heads/master | 2023-07-08T23:46:15.498000 | 2021-08-16T21:17:10 | 2021-08-16T21:17:10 | 387,230,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.repository;
import main.entity.Group;
import main.db.FakeDatabase;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
/**
* Created by Hayk on 19.07.2021.
*/
public class GroupRepository implements CrudRepository<Group, Integer> {
private final List<Group> group... | UTF-8 | Java | 2,186 | java | GroupRepository.java | Java | [
{
"context": "rt java.util.stream.Collectors;\n\n/**\n * Created by Hayk on 19.07.2021.\n */\npublic class GroupRepository i",
"end": 191,
"score": 0.9978209137916565,
"start": 187,
"tag": "USERNAME",
"value": "Hayk"
}
] | null | [] | package main.repository;
import main.entity.Group;
import main.db.FakeDatabase;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
/**
* Created by Hayk on 19.07.2021.
*/
public class GroupRepository implements CrudRepository<Group, Integer> {
private final List<Group> group... | 2,186 | 0.547575 | 0.540256 | 84 | 25.023809 | 20.561739 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 13 |
1fae4b418c4d917933001cb2f690ce91fd40a94c | 25,262,997,652,920 | aaa15b9381dc25b05c8ca970c5cc8c27464d865a | /java8/src/main/java/dateformat/SimpleDateFormatest_2.java | 66bebb47400755632be44994b0e187ddd9d7d0d6 | [] | no_license | masterYM/Rainbow | https://github.com/masterYM/Rainbow | 0ce72a113e40a6a3f7dcc41899ec4bd6c3901b88 | 4c46a71c7b96ebe20f0008eb529244ca95f49b7f | refs/heads/master | 2022-06-23T14:48:45.358000 | 2020-05-25T01:43:30 | 2020-05-25T01:43:30 | 135,911,884 | 1 | 1 | null | false | 2022-06-20T23:35:34 | 2018-06-03T14:36:11 | 2020-07-20T15:52:39 | 2022-06-20T23:35:31 | 6,361 | 2 | 2 | 13 | Java | false | false | package dateformat;
import java.text.ParseException;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
public class SimpleDateFormatest_2 {
private static final DateT... | UTF-8 | Java | 1,277 | java | SimpleDateFormatest_2.java | Java | [] | null | [] | package dateformat;
import java.text.ParseException;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
public class SimpleDateFormatest_2 {
private static final DateT... | 1,277 | 0.613156 | 0.603759 | 39 | 31.743589 | 25.441454 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 13 |
b367b5ed3fe3913a2b01603e7b4d6b86411fc9d7 | 11,605,001,683,952 | 28ef960ce6c02f67a3d67304080631c6992118dc | /Second_Midterm/src/_Online_Shop/OnlineShopTest.java | 3c5047cac06a414b64bf140822e4cbec49cc104b | [] | no_license | nikolaStanojkovski/Java_Advanced_Concepts | https://github.com/nikolaStanojkovski/Java_Advanced_Concepts | d9de68bb408dd208447495f6c1cefa229b60cb0e | c0e7d5c48f15ae5a7297ec1a1befd0bcde3f41dc | refs/heads/master | 2023-03-20T05:12:05.494000 | 2021-02-26T14:39:18 | 2021-02-26T14:39:18 | 342,601,601 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _Online_Shop;
import java.time.LocalDateTime;
import java.util.*;
import java.util.stream.Collectors;
enum COMPARATOR_TYPE {
NEWEST_FIRST,
OLDEST_FIRST,
LOWEST_PRICE_FIRST,
HIGHEST_PRICE_FIRST,
MOST_SOLD_FIRST,
LEAST_SOLD_FIRST
}
class ProductNotFoundException extends Exception {
... | UTF-8 | Java | 6,816 | java | OnlineShopTest.java | Java | [] | null | [] | package _Online_Shop;
import java.time.LocalDateTime;
import java.util.*;
import java.util.stream.Collectors;
enum COMPARATOR_TYPE {
NEWEST_FIRST,
OLDEST_FIRST,
LOWEST_PRICE_FIRST,
HIGHEST_PRICE_FIRST,
MOST_SOLD_FIRST,
LEAST_SOLD_FIRST
}
class ProductNotFoundException extends Exception {
... | 6,816 | 0.579519 | 0.576731 | 201 | 32.910446 | 26.175678 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.567164 | false | false | 13 |
12d57cc98329cef5afe9b1a5d282e02ef570dd50 | 15,178,414,443,114 | 6235d3b43a49a6d7fea4344300874e8e6853f020 | /src/main/java/com/ss/android/ugc/aweme/shortvideo/fl.java | f7423ac79ac4746d6233e30360637d945b1ecb56 | [] | no_license | junges521/src_awe | https://github.com/junges521/src_awe | a12bcfeb6c62bd55afba7147b83f4e3df8797019 | cff4a5e230f3346f493df79744e6f2a6f20a47e2 | refs/heads/master | 2020-07-13T19:37:36.253000 | 2019-08-29T10:47:51 | 2019-08-29T10:47:51 | 205,140,726 | 0 | 0 | null | true | 2019-08-29T10:41:58 | 2019-08-29T10:41:58 | 2019-08-29T08:24:29 | 2019-08-23T11:31:27 | 177,015 | 0 | 0 | 0 | null | false | false | package com.ss.android.ugc.aweme.shortvideo;
import android.content.Context;
import android.graphics.Bitmap;
import android.media.ThumbnailUtils;
import android.support.v4.os.CancellationSignal;
import android.text.TextUtils;
import com.bytedance.common.utility.Lists;
import com.bytedance.common.utility.collection.Col... | UTF-8 | Java | 62,681 | java | fl.java | Java | [] | null | [] | package com.ss.android.ugc.aweme.shortvideo;
import android.content.Context;
import android.graphics.Bitmap;
import android.media.ThumbnailUtils;
import android.support.v4.os.CancellationSignal;
import android.text.TextUtils;
import com.bytedance.common.utility.Lists;
import com.bytedance.common.utility.collection.Col... | 62,681 | 0.584053 | 0.525518 | 1,219 | 50.420017 | 36.52449 | 277 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.544709 | false | false | 13 |
80a713398d004dadeb783de87241453ecc440a71 | 9,491,877,784,716 | a56c76aa4389212b2376e2a56af17eb9ee41ae88 | /src/java/com/jxau/service/impl/TeacherServiceImpl.java | e33e1b6a63582e930691577673ce8fd83ad68b75 | [] | no_license | leaveshadowsky/ssm01 | https://github.com/leaveshadowsky/ssm01 | 2af7055c9d0a90c5dc3436250cf405c61fe42ae4 | b5a339a9ceb22d2e0727ade85f051ef65e1c5aac | refs/heads/master | 2022-12-22T22:39:33.943000 | 2020-01-13T02:12:41 | 2020-01-13T02:12:41 | 233,235,306 | 0 | 0 | null | false | 2022-12-15T23:46:11 | 2020-01-11T13:22:41 | 2020-01-13T02:13:12 | 2022-12-15T23:46:10 | 24,810 | 0 | 0 | 9 | Java | false | false | package com.jxau.service.impl;
import com.jxau.dao.TeacherDao;
import com.jxau.model.Teacher;
import com.jxau.service.TeacherService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.ui.Model;
import java.util.HashMap;
i... | UTF-8 | Java | 1,946 | java | TeacherServiceImpl.java | Java | [] | null | [] | package com.jxau.service.impl;
import com.jxau.dao.TeacherDao;
import com.jxau.model.Teacher;
import com.jxau.service.TeacherService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.ui.Model;
import java.util.HashMap;
i... | 1,946 | 0.695539 | 0.695021 | 72 | 24.777779 | 23.297129 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 13 |
f5d46c882217cd2865b76f6220771da4d76d2904 | 1,812,476,241,088 | 24e488e1b873c679b2dee71df53d7a8f0173b01e | /app/src/main/java/com/machnikowski/tumblrviewer/ViewHolders/LinkPostViewHolder.java | 8d645324e17e748c0a69450c38dbed4ec192a5f7 | [] | no_license | karolmachnikowski/TumblrViewer | https://github.com/karolmachnikowski/TumblrViewer | f66bd06b648ecda2bd37aa0c60a895bc78d13284 | 8af930a50163e83987d13fe537836955a339e0d8 | refs/heads/master | 2021-07-13T08:24:41.985000 | 2017-10-17T15:16:34 | 2017-10-17T15:16:34 | 107,281,988 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.machnikowski.tumblrviewer.ViewHolders;
import android.text.Html;
import android.text.method.LinkMovementMethod;
import android.view.View;
import android.widget.TextView;
import com.machnikowski.tumblrviewer.R;
import org.json.JSONException;
import org.json.JSONObject;
public class LinkPostViewHolder ex... | UTF-8 | Java | 2,953 | java | LinkPostViewHolder.java | Java | [] | null | [] | package com.machnikowski.tumblrviewer.ViewHolders;
import android.text.Html;
import android.text.method.LinkMovementMethod;
import android.view.View;
import android.widget.TextView;
import com.machnikowski.tumblrviewer.R;
import org.json.JSONException;
import org.json.JSONObject;
public class LinkPostViewHolder ex... | 2,953 | 0.593295 | 0.593295 | 89 | 32.19101 | 31.12854 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.41573 | false | false | 13 |
7a67bfd8732ed780c580400109982b5afaeee14c | 19,086,834,680,523 | 7fcf9367ff63f4e3a4b3d35bc54af20ec9ea8c24 | /app/src/main/java/com/purush/productListing/utils/DebounceTextWatcher.java | fc901e71ae00a2a70842782525905fb849d33c1e | [] | no_license | iamporus/ProductListing | https://github.com/iamporus/ProductListing | 2a791c0f910405962790e79bd5b7910eaa9af7af | c8b7b01ba0c646732201b032f9b1e978611d220a | refs/heads/master | 2023-02-19T17:54:57.892000 | 2021-01-22T14:02:21 | 2021-01-22T14:02:21 | 331,961,183 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.purush.productListing.utils;
import android.os.Handler;
import android.text.Editable;
import android.text.TextWatcher;
import androidx.annotation.NonNull;
public class DebounceTextWatcher implements TextWatcher
{
private final OnDebounceCompletedListener mListener;
public interface OnDebounceCom... | UTF-8 | Java | 1,418 | java | DebounceTextWatcher.java | Java | [] | null | [] | package com.purush.productListing.utils;
import android.os.Handler;
import android.text.Editable;
import android.text.TextWatcher;
import androidx.annotation.NonNull;
public class DebounceTextWatcher implements TextWatcher
{
private final OnDebounceCompletedListener mListener;
public interface OnDebounceCom... | 1,418 | 0.636107 | 0.633992 | 54 | 25.25926 | 27.953789 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
b0db0868cc8969ce9276b67fa3d294e8d17f2319 | 884,763,299,725 | f3c736718f7cab8f17185928b7a7c97513c6fed5 | /jira/src/main/java/org/talend/components/jira/service/JiraUIService.java | b402ec969ab48ebf8add38b31d76f1eeb90633a5 | [
"Apache-2.0"
] | permissive | Talend/connectors-se | https://github.com/Talend/connectors-se | 2023bd93398908a96cf3a65f56a2dd03ca289112 | 97a1f31de13c295a6a06bfb44145a2c93a8202af | refs/heads/master | 2023-08-31T01:08:12.803000 | 2023-08-11T03:06:27 | 2023-08-11T03:06:27 | 136,599,763 | 13 | 35 | Apache-2.0 | false | 2023-09-13T09:06:32 | 2018-06-08T09:44:10 | 2023-09-06T01:28:15 | 2023-09-13T09:06:31 | 29,366 | 13 | 26 | 43 | Java | false | false | /*
* Copyright (C) 2006-2023 Talend Inc. - www.talend.com
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | UTF-8 | Java | 1,619 | java | JiraUIService.java | Java | [] | null | [] | /*
* Copyright (C) 2006-2023 Talend Inc. - www.talend.com
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 1,619 | 0.74861 | 0.741198 | 40 | 39.474998 | 35.339771 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425 | false | false | 13 |
4a7dd772154c751110f611384b0f691981ca0e12 | 14,035,953,163,465 | 5517bad0c517d5624c7102665acf4e18f9fed58d | /src/main/java/com/lwj/seckill/vo/RespBeanEnum.java | f7e9fa8f0511b88e6ae17e0b36e705f6b8d6d5e9 | [] | no_license | FBIanderson/seckill | https://github.com/FBIanderson/seckill | afa691617ff90dcd64698d601e925221ad7d4df8 | 4680780a44cc90b23d49e71ec4ed88e3ec39a2e1 | refs/heads/master | 2023-03-22T02:40:51.134000 | 2021-03-18T14:42:26 | 2021-03-18T14:42:26 | 346,364,390 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lwj.seckill.vo;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.ToString;
@Getter
@ToString
@AllArgsConstructor
public enum RespBeanEnum {
//通用
SUCCESS(200,"SUCCESS"),
ERROR(500,"服务器异常"),
//登陆模块5002XX
LOGIN_ERROR(500210,"用户名或密码不正确"),
MOBILE_ERROR(500211,"手机号码格... | UTF-8 | Java | 857 | java | RespBeanEnum.java | Java | [] | null | [] | package com.lwj.seckill.vo;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.ToString;
@Getter
@ToString
@AllArgsConstructor
public enum RespBeanEnum {
//通用
SUCCESS(200,"SUCCESS"),
ERROR(500,"服务器异常"),
//登陆模块5002XX
LOGIN_ERROR(500210,"用户名或密码不正确"),
MOBILE_ERROR(500211,"手机号码格... | 857 | 0.687589 | 0.584879 | 30 | 22.366667 | 13.297828 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.966667 | false | false | 13 |
1b3e51c332cea0bf27b14d71740d3c1c3d0dc735 | 14,516,989,510,467 | 9deedd68487d6ef789802f200ee0e50e58e3f764 | /src/test/java/com/kunzhou/rxjava/Vacation.java | 94ba9d775f7024e77895aad06083ac7a3182451f | [] | no_license | KKAries/rxjava-workshop | https://github.com/KKAries/rxjava-workshop | 8a3a8e441b09b0566f19bfacb715dffa42ef52ee | ac09ed98121fb84d096a863c9984f3d9a146fe4e | refs/heads/master | 2021-06-20T05:41:14.643000 | 2019-10-25T08:57:11 | 2019-10-25T08:57:11 | 215,228,305 | 0 | 0 | null | false | 2021-06-07T18:35:34 | 2019-10-15T06:54:09 | 2019-10-25T08:57:26 | 2021-06-07T18:35:33 | 30 | 0 | 0 | 3 | Java | false | false | package com.kunzhou.rxjava;
import io.reactivex.rxjava3.core.Flowable;
import java.time.LocalDate;
import java.time.LocalTime;
import java.util.Random;
/**
* Created by kzhou on 6/12/2018.
*/
public class Vacation {
private final City where;
private final LocalDate when;
private final Random RANDOM = n... | UTF-8 | Java | 1,659 | java | Vacation.java | Java | [
{
"context": "lTime;\nimport java.util.Random;\n\n/**\n * Created by kzhou on 6/12/2018.\n */\npublic class Vacation {\n pri",
"end": 178,
"score": 0.9995728135108948,
"start": 173,
"tag": "USERNAME",
"value": "kzhou"
}
] | null | [] | package com.kunzhou.rxjava;
import io.reactivex.rxjava3.core.Flowable;
import java.time.LocalDate;
import java.time.LocalTime;
import java.util.Random;
/**
* Created by kzhou on 6/12/2018.
*/
public class Vacation {
private final City where;
private final LocalDate when;
private final Random RANDOM = n... | 1,659 | 0.60217 | 0.594334 | 68 | 23.397058 | 20.791075 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 13 |
59f2c37563d14bea0d8dc298d90bee92aeb1ea01 | 9,732,395,956,123 | 104b02f52abdc3a45b86360797d9483b091a4578 | /src/com/inmaa/admin/control/PublicationBean.java | f61f232f83797326d3e2cf6da69a7a8a5c7060fb | [] | no_license | mkbh87/ProjectINMA | https://github.com/mkbh87/ProjectINMA | 803cb19db9ef4cc8f534f8daa71bbc76d6c74759 | b20d90c20c51754012755e6c4b5b99f8d712963c | refs/heads/master | 2020-06-30T16:53:40.028000 | 2016-08-02T00:40:08 | 2016-08-02T00:40:08 | 74,359,797 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inmaa.admin.control;
import java.io.File;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.application.FacesMessage;
... | UTF-8 | Java | 8,013 | java | PublicationBean.java | Java | [] | null | [] | package com.inmaa.admin.control;
import java.io.File;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import javax.annotation.PostConstruct;
import javax.faces.application.FacesMessage;
... | 8,013 | 0.702372 | 0.701998 | 293 | 25.32082 | 22.69578 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.09215 | false | false | 13 |
86ff372fc67ddb6d9a61232b6e99963e76061063 | 4,973,572,138,445 | f4ce00825a64e375184cf9f89d6eded655566053 | /source2/com/duokan/reader/ui/store/jr.java | 70fbaab870706852dc9a4ed25d33cfe158c2a0b9 | [] | no_license | yezhuen/hackmanysee | https://github.com/yezhuen/hackmanysee | 97865ebabb00bda60f6325731e8b9a66eb4547c0 | a9255e3eb70bf59e091b574b30417fca45e8d901 | refs/heads/master | 2016-08-05T11:01:40.100000 | 2014-01-15T18:26:51 | 2014-01-15T18:26:51 | 15,881,265 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) lnc
package com.duokan.reader.ui.store;
import android.view.View;
// Referenced classes of package com.duokan.reader.ui.store:
// jk, jt
class jr
imple... | UTF-8 | Java | 512 | java | jr.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.kpdus.com/jad.html\n",
"end": 61,
"score": 0.9996675848960876,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
}
] | null | [] | // Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) lnc
package com.duokan.reader.ui.store;
import android.view.View;
// Referenced classes of package com.duokan.reader.ui.store:
// jk, jt
class jr
implements andr... | 502 | 0.617188 | 0.597656 | 28 | 17.285715 | 19.142057 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 13 |
a0721627a2b5c2ee66bd2c079e3349dc948c6d0f | 429,496,761,400 | 8d7e200ba0c96b494bd73f026c4cbd7a84e060fa | /napoli/napoli.activemq/src/main/java/com/alibaba/napoli/mqImpl/activemq/ActivemqTransportConsumer.java | 1dfcb93c6d0314ed647ee741565f35f67dc0ec2d | [] | no_license | cckmit/platform-1 | https://github.com/cckmit/platform-1 | 5ca403ecc86b14cac30943ee7ee6ce6feeb52e53 | ad6a045398b5b1236f2083ad044a5e1779684e79 | refs/heads/master | 2023-03-21T20:11:28.370000 | 2014-01-03T11:56:27 | 2014-01-03T11:56:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alibaba.napoli.mqImpl.activemq;
import com.alibaba.napoli.client.async.NapoliWorker;
import com.alibaba.napoli.common.ConnectionParam;
import com.alibaba.napoli.common.Extension;
import com.alibaba.napoli.connector.ConsoleConnector;
import com.alibaba.napoli.domain.client.ClientMachine;
import com.a... | UTF-8 | Java | 14,236 | java | ActivemqTransportConsumer.java | Java | [
{
"context": "pache.commons.logging.LogFactory;\r\n\r\n/**\r\n * User: heyman Date: 12/14/11 Time: 3:18 下午\r\n */\r\n@Extension(\"ac",
"end": 1269,
"score": 0.9994176030158997,
"start": 1263,
"tag": "USERNAME",
"value": "heyman"
}
] | null | [] | package com.alibaba.napoli.mqImpl.activemq;
import com.alibaba.napoli.client.async.NapoliWorker;
import com.alibaba.napoli.common.ConnectionParam;
import com.alibaba.napoli.common.Extension;
import com.alibaba.napoli.connector.ConsoleConnector;
import com.alibaba.napoli.domain.client.ClientMachine;
import com.a... | 14,236 | 0.592254 | 0.591197 | 330 | 41.030304 | 32.461899 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 13 |
97b3f81633d0654f0edbf83747f6af9eeda69d42 | 13,795,434,990,402 | 891b626b8f6654b082d7ef116a5b30478db3c636 | /app/src/main/java/com/magomtz/android/magochat/contactlist/ui/ContactListView.java | 46d5862cfa92e86d83d44198060025f2d4c42dd2 | [] | no_license | MagoMtz/Chat | https://github.com/MagoMtz/Chat | dc2634c8544302a972e75c5d8fc514b8feaebda1 | ba2f5d77c53f000ae3fdd9b7aa7653626145c9a7 | refs/heads/master | 2021-01-20T17:09:43.996000 | 2016-07-05T20:54:42 | 2016-07-05T20:54:42 | 62,669,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.magomtz.android.magochat.contactlist.ui;
import com.magomtz.android.magochat.entities.User;
/**
* Created by Mago on 02/07/2016.
*/
public interface ContactListView {
void onContactAdded(User user);
void onContactChanged(User user);
void onContactRemoved(User user);
}
| UTF-8 | Java | 297 | java | ContactListView.java | Java | [
{
"context": "android.magochat.entities.User;\n\n/**\n * Created by Mago on 02/07/2016.\n */\npublic interface ContactLis",
"end": 125,
"score": 0.7461026906967163,
"start": 124,
"tag": "NAME",
"value": "M"
},
{
"context": "droid.magochat.entities.User;\n\n/**\n * Created by Mago on ... | null | [] | package com.magomtz.android.magochat.contactlist.ui;
import com.magomtz.android.magochat.entities.User;
/**
* Created by Mago on 02/07/2016.
*/
public interface ContactListView {
void onContactAdded(User user);
void onContactChanged(User user);
void onContactRemoved(User user);
}
| 297 | 0.750842 | 0.723906 | 12 | 23.75 | 19.710932 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 13 |
9d0b18240619e108adc1689428814e707775da6a | 13,795,434,990,505 | 9af5d256ebf442c337fc08056653eec599357929 | /src/oop3/IphoneTester.java | c688e316b5c720c1edfcfa0fd9584ad22120095e | [] | no_license | Hayebeom/git_test_oop2 | https://github.com/Hayebeom/git_test_oop2 | 00649f467bbbeb42125089dcae5de4a480a5e14d | 33d3e3c5076f24585a95847acb91db0ee1a1104d | refs/heads/master | 2021-05-19T05:32:52.618000 | 2020-03-31T08:50:26 | 2020-03-31T08:50:26 | 251,541,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oop3;
/**
* 11
* @author HYB
*
*/
public class IphoneTester {
void testIphone(Iphone p) {
p.applemusic();
p.siri();
// p에 전달된 객체가 Iphone8 이면 지문인식기능 실행
// p에 전달된 객체가 IphoneX 라면 얼굴인식기능 실행
// p에 전달된 객체가 Iphone11 이면 카메라기능 실행
if (p instanceof Iphone8) {
Iphone8 i8 = (Iphone8) p; //
/... | UTF-8 | Java | 959 | java | IphoneTester.java | Java | [
{
"context": "package oop3;\n/**\n * 11\n * @author HYB\n *\n */\npublic class IphoneTester {\n\tvoid testIpho",
"end": 38,
"score": 0.9995874166488647,
"start": 35,
"tag": "USERNAME",
"value": "HYB"
}
] | null | [] | package oop3;
/**
* 11
* @author HYB
*
*/
public class IphoneTester {
void testIphone(Iphone p) {
p.applemusic();
p.siri();
// p에 전달된 객체가 Iphone8 이면 지문인식기능 실행
// p에 전달된 객체가 IphoneX 라면 얼굴인식기능 실행
// p에 전달된 객체가 Iphone11 이면 카메라기능 실행
if (p instanceof Iphone8) {
Iphone8 i8 = (Iphone8) p; //
/... | 959 | 0.609001 | 0.582278 | 37 | 18.216217 | 16.261602 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 13 |
77f3777e4eb7e24b22a6db2f40e69eddc42f1cc9 | 2,637,109,974,170 | 61e665120c78f961a76561f075ed7a6eed14197c | /Corejava/1Chapter/Number Pattern/NumberPattern8.java | d3689f9a1ba8374058767473bad20eef1af8ee43 | [] | no_license | pandurangshinde190/CoreJava | https://github.com/pandurangshinde190/CoreJava | 26b1fb0a0d2354dc3bc97da94b05fe0b7a26516c | 44ad1de059ace52b86c24b6abc92d4a10bc3477c | refs/heads/master | 2023-02-10T12:01:46.928000 | 2021-01-08T12:09:06 | 2021-01-08T12:09:06 | 327,892,111 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //8. Number Pattern
/*
1 2 3
6 5 4
7 8 9
12 11 10
13 14 15
*/
class NumberPattern8
{
public static void main(String args[])
{
int count=0;
for(int i=1;i<=5;i++)
{
if(i%2!=0)
{
for(int j=1;j<=3;j++)
{
count=count+1;
System.out.print(count+" ");
}
}... | UTF-8 | Java | 518 | java | NumberPattern8.java | Java | [] | null | [] | //8. Number Pattern
/*
1 2 3
6 5 4
7 8 9
12 11 10
13 14 15
*/
class NumberPattern8
{
public static void main(String args[])
{
int count=0;
for(int i=1;i<=5;i++)
{
if(i%2!=0)
{
for(int j=1;j<=3;j++)
{
count=count+1;
System.out.print(count+" ");
}
}... | 518 | 0.440154 | 0.374517 | 44 | 9.681818 | 10.638208 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.159091 | false | false | 13 |
2d6b47664a24acb7279062acaf4cf87c7258ea46 | 31,018,253,873,459 | 85560a3914e1bd99e9fa84f94d8680b365eed3f3 | /LicenseBox-web/src/main/java/com/licensebox/ui/page/DownloadManagedBean.java | 0a0ef9421c15596e4f6f8e6822f5e46e827d8c92 | [] | no_license | mproil/license-box | https://github.com/mproil/license-box | 41c7725bf29a0ca82c333a8ee9fffad97c7b4297 | dcd786f02ed4d208cee19ac9b11b12a5469082dc | refs/heads/master | 2020-05-18T03:38:25.123000 | 2014-07-21T04:59:04 | 2014-07-21T04:59:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.licensebox.ui.page;
import com.licensebox.db.entity.License;
import com.licensebox.ui.Helper;
import com.licensebox.ui.page.licenseadmin.LicenseManagedBean;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.io.Serializable;
import javax.faces.bean.ManagedBean;
import jav... | UTF-8 | Java | 2,227 | java | DownloadManagedBean.java | Java | [
{
"context": "sible for downloading attachments\r\n * \r\n * @author Michael Paltsev & Anna Guzman\r\n */\r\n@ManagedBean\r\n@ViewScoped\r\npu",
"end": 549,
"score": 0.9998570680618286,
"start": 534,
"tag": "NAME",
"value": "Michael Paltsev"
},
{
"context": "ing attachments\r\n * \r\... | null | [] | package com.licensebox.ui.page;
import com.licensebox.db.entity.License;
import com.licensebox.ui.Helper;
import com.licensebox.ui.page.licenseadmin.LicenseManagedBean;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.io.Serializable;
import javax.faces.bean.ManagedBean;
import jav... | 2,213 | 0.641221 | 0.641221 | 58 | 36.396553 | 33.382805 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465517 | false | false | 13 |
1249b315b8246f4e8e795b34ead7684824d56f6e | 18,176,301,648,972 | 79c555a56819a5d775558db5b87dd2dc6c2b4db2 | /MuscleDiary/app/src/main/java/com/munchkin/musclediary/src/main/chart/models/PostWeightRequest.java | 4ef56f6d1e622eae69bbdb2c28e5c00ce5e54b56 | [] | no_license | Dev-RubinJo/MuscleDiary-Android | https://github.com/Dev-RubinJo/MuscleDiary-Android | cc6ea1cf830d8de87b3c865f079c95eb85186cf1 | 750aba08688624f5d1711c8d5a628f7692cdb714 | refs/heads/master | 2022-11-12T05:15:44.333000 | 2020-06-25T13:48:55 | 2020-06-25T13:48:55 | 252,677,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.munchkin.musclediary.src.main.chart.models;
import com.google.gson.annotations.SerializedName;
import java.sql.Date;
public class PostWeightRequest {
public PostWeightRequest(float weight, String recordDate) {
this.weight = weight;
this.recordDate = recordDate;
}
@SerializedNa... | UTF-8 | Java | 427 | java | PostWeightRequest.java | Java | [] | null | [] | package com.munchkin.musclediary.src.main.chart.models;
import com.google.gson.annotations.SerializedName;
import java.sql.Date;
public class PostWeightRequest {
public PostWeightRequest(float weight, String recordDate) {
this.weight = weight;
this.recordDate = recordDate;
}
@SerializedNa... | 427 | 0.728337 | 0.728337 | 18 | 22.777779 | 20.15373 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
5d9dabfb8e6f06f8c90b6139f9a88d3da7854f20 | 25,374,666,847,714 | caebc3e87a54ceea644fc49c1f69cd1f84e6f89f | /spring-boot-s7-data-jpa/src/main/java/com/itc/form/app/models/service/IClienteService.java | 58038ad6f098b17c57a5fef699bacb17f38c0ee7 | [] | no_license | JVelasco96/ProyectosNU | https://github.com/JVelasco96/ProyectosNU | e27463f99956d9baa5b747bce81864bf49c2afca | 5c3bde7f16a33a37dbb993a92d82c9c33a5cb057 | refs/heads/master | 2021-06-24T07:49:25.068000 | 2021-01-04T19:26:22 | 2021-01-04T19:26:22 | 166,932,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itc.form.app.models.service;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import com.itc.form.app.models.entity.Cliente;
public interface IClienteService {
public List<Cliente> findAll();
public Page<Cliente> findAll(Pageable p... | UTF-8 | Java | 441 | java | IClienteService.java | Java | [] | null | [] | package com.itc.form.app.models.service;
import java.util.List;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import com.itc.form.app.models.entity.Cliente;
public interface IClienteService {
public List<Cliente> findAll();
public Page<Cliente> findAll(Pageable p... | 441 | 0.782313 | 0.782313 | 21 | 20 | 19.721876 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761905 | false | false | 13 |
9f393024145b9eb670f8f238a59f27bd77d5ef23 | 25,074,019,078,920 | c1c4116dc4406e911c7b4bac3f8b216dad8800f3 | /app/src/main/java/com/techsole8/marocchat/adapter/MessageListAdapter.java | 3688f701878d954d16c30b600394513105949730 | [] | no_license | awaisehsan727/MarocChat | https://github.com/awaisehsan727/MarocChat | b3172c331317ef49fde62fc97a8bde3da9cebf01 | 72f2ba8aefcc268df2c7231b855ebef41eb1af11 | refs/heads/master | 2022-06-29T21:07:43.481000 | 2020-05-05T10:24:15 | 2020-05-05T10:24:15 | 261,425,033 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.techsole8.marocchat.adapter;
import android.content.Context;
import android.database.DataSetObserver;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.techsole8.marocchat.model.Conversation;
import com.techsole8.marocch... | UTF-8 | Java | 2,363 | java | MessageListAdapter.java | Java | [] | null | [] |
package com.techsole8.marocchat.adapter;
import android.content.Context;
import android.database.DataSetObserver;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.techsole8.marocchat.model.Conversation;
import com.techsole8.marocch... | 2,363 | 0.650444 | 0.648328 | 105 | 21.495237 | 21.961493 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361905 | false | false | 13 |
88bec77b3dd7c3d89990297bdd0414328f72dc66 | 412,316,919,659 | 2db35cac57a319122ba4234d5ac0210154a0d291 | /src/main/java/myapps/todoapp/service/TodoServiceImpl.java | 43a65b1bf40c3b9495407ddb466d2448c4dab5c4 | [] | no_license | akirasosa/Todo-spring-boot | https://github.com/akirasosa/Todo-spring-boot | 9ebee234482eeff36243557770aa17309103ef0c | 1241f830690c4bb7e65c16a83b3c63ec01a04c7a | refs/heads/master | 2021-01-18T19:18:49.600000 | 2015-01-21T01:40:38 | 2015-01-21T01:40:38 | 28,614,224 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package myapps.todoapp.service;
import myapps.todoapp.domain.Todo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.stereotype.Component;
import org.springframework.transaction.anno... | UTF-8 | Java | 1,089 | java | TodoServiceImpl.java | Java | [] | null | [] | package myapps.todoapp.service;
import myapps.todoapp.domain.Todo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.PageRequest;
import org.springframework.stereotype.Component;
import org.springframework.transaction.anno... | 1,089 | 0.737374 | 0.737374 | 43 | 24.325581 | 21.958439 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372093 | false | false | 13 |
557a3f6e3a8910e87c7afd6f92599d8ecb139188 | 28,217,935,197,570 | a5177cb4fbabb15c2c3431a920cb73401adeb6ad | /src/main/java/org/reasm/m68k/source/M68KLogicalLine.java | 0c68e4fef70672562141c150847e5ef7128cda11 | [
"MIT"
] | permissive | reasm/reasm-m68k | https://github.com/reasm/reasm-m68k | 815084b913a92c9e70750b8f063cfcb99de3f7bc | f8c7911e38e80abdfc1883a4553d520514108b6b | refs/heads/master | 2020-05-22T14:24:53.780000 | 2015-03-23T04:34:20 | 2015-03-23T04:34:20 | 24,012,279 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.reasm.m68k.source;
import java.io.IOException;
import javax.annotation.Nonnull;
import javax.annotation.concurrent.Immutable;
import org.reasm.AssemblyBuilder;
import org.reasm.commons.source.LogicalLine;
import org.reasm.commons.source.LogicalLineAttributes;
import org.reasm.m68k.assembly.internal.Sourc... | UTF-8 | Java | 760 | java | M68KLogicalLine.java | Java | [
{
"context": "a 68000 family assembly source file.\n *\n * @author Francis Gagné\n */\n@Immutable\npublic final class M68KLogicalLine",
"end": 431,
"score": 0.9998553395271301,
"start": 418,
"tag": "NAME",
"value": "Francis Gagné"
}
] | null | [] | package org.reasm.m68k.source;
import java.io.IOException;
import javax.annotation.Nonnull;
import javax.annotation.concurrent.Immutable;
import org.reasm.AssemblyBuilder;
import org.reasm.commons.source.LogicalLine;
import org.reasm.commons.source.LogicalLineAttributes;
import org.reasm.m68k.assembly.internal.Sourc... | 752 | 0.776021 | 0.758893 | 30 | 24.299999 | 24.467871 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
5509ab0469b664465e1ed23bf1f2599e99593759 | 2,568,390,453,057 | a054cd3d18174bfe01f6fd0aeae7807d2eebbcad | /src/main/java/facades/RequestFacade.java | 53837d91e59ea2738024febbf065792644748b32 | [] | no_license | DennisSchmock/RK-TrialRun | https://github.com/DennisSchmock/RK-TrialRun | f163ae58054b53278eff831dd5236c4d2abf8062 | ed202d0efb556ddc5d2b3d94aba4c5144a46fd2e | refs/heads/master | 2021-06-08T05:42:04.098000 | 2016-11-25T11:22:53 | 2016-11-25T11:22:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package facades;
import entity.Contact;
import entity.Invoice;
import entity.Request;
import entityconnection.EntityConnector;
import ... | UTF-8 | Java | 2,634 | java | RequestFacade.java | Java | [
{
"context": "import javax.persistence.Query;\n\n/**\n *\n * @author dennisschmock\n */\npublic class RequestFacade {\n \n public ",
"end": 463,
"score": 0.9989588856697083,
"start": 450,
"tag": "USERNAME",
"value": "dennisschmock"
},
{
"context": ", \"2222\");\n Contact... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package facades;
import entity.Contact;
import entity.Invoice;
import entity.Request;
import entityconnection.EntityConnector;
import ... | 2,619 | 0.59248 | 0.582226 | 89 | 28.58427 | 29.11149 | 213 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.797753 | false | false | 13 |
d54c051a93836936995d40ddf62cd587d4fb9642 | 747,324,319,216 | 0bc90396a6db29d5555d8ed59b84a125ed35176f | /src/main/java/com/login/slayer/controller/UserController.java | d2f3dc45f65b19ba9a06b36efb259c8c8bf7bde6 | [] | no_license | aaronmunyangane/Springboot-ORM | https://github.com/aaronmunyangane/Springboot-ORM | bd5591eb0eef75ba0cd8ed6a9c835d1823cffa6b | 91883c97fc0ec48ded5a85326a0db237e7cb4b47 | refs/heads/master | 2020-08-06T00:10:23.374000 | 2019-10-08T12:12:04 | 2019-10-08T12:12:04 | 212,766,363 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.login.slayer.controller;
import com.login.slayer.service.UserService;
import com.login.slayer.model.User;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.Collection;
@RestController
public class UserController {
... | UTF-8 | Java | 564 | java | UserController.java | Java | [] | null | [] | package com.login.slayer.controller;
import com.login.slayer.service.UserService;
import com.login.slayer.model.User;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.Collection;
@RestController
public class UserController {
... | 564 | 0.762411 | 0.762411 | 26 | 20.692308 | 20.771225 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 13 |
2c982d4a4e446cce1ce71b64edca4bfc3d7e8d89 | 30,769,145,775,572 | 08fbb0f523b2e868278c5e3a75f0e7134b74f710 | /app/src/main/java/com/readboy/wearlauncher/view/NegativeScreen.java | 8a3a9bb849aadd930f1a09d792d2c795c36d46b8 | [] | no_license | sengeiou/WearLauncherA2 | https://github.com/sengeiou/WearLauncherA2 | 515af1f9c34e56112f9c7a26427a067254226d95 | 05c711e0fe297c8f7433ec67c3f08ffb07d4ef09 | refs/heads/master | 2021-10-11T13:20:53.427000 | 2019-01-26T12:26:41 | 2019-01-26T12:27:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.readboy.wearlauncher.view;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.database.ContentObserver;
import android.database.Cursor;
import android.media.AudioManager;
import android.net.Uri;
import... | UTF-8 | Java | 11,089 | java | NegativeScreen.java | Java | [] | null | [] | package com.readboy.wearlauncher.view;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.database.ContentObserver;
import android.database.Cursor;
import android.media.AudioManager;
import android.net.Uri;
import... | 11,089 | 0.671123 | 0.668594 | 279 | 38.681004 | 34.03059 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695341 | false | false | 13 |
6e31897920d7c961d4bbc185fb4e6506007bd6fb | 19,490,561,597,383 | 1073021bdf70a288ca16812084d9bc50bb54e984 | /TennisGame/src/main/java/com/game/tennis/util/TennisGameConstants.java | 7ec56b98a958a1eae99a12793c098e4111727ebc | [] | no_license | 2020-DEV-047-design/SimpleTennisGame | https://github.com/2020-DEV-047-design/SimpleTennisGame | 974983c656ae26506a95844dded19c82360b0f3a | 65b3a80066fd2d1ab202358a18334880067af41e | refs/heads/master | 2021-01-16T01:32:36.518000 | 2020-02-26T11:38:29 | 2020-02-26T11:38:29 | 242,927,140 | 0 | 0 | null | false | 2020-10-13T19:49:22 | 2020-02-25T06:28:08 | 2020-02-26T11:38:32 | 2020-10-13T19:49:20 | 75 | 0 | 0 | 1 | Java | false | false | /**
*
*/
package com.game.tennis.util;
/**
* This interface contains the constants used in the Tennis Game application
* @author 2020-DEV-047
*
*/
public interface TennisGameConstants {
String SCORE_LOVE = "LOVE";
String SCORE_FIFTEEN = "FIFTEEN";
String SCORE_THIRTY = "THIRTY";
String SCORE_FORTY = "FORT... | UTF-8 | Java | 616 | java | TennisGameConstants.java | Java | [] | null | [] | /**
*
*/
package com.game.tennis.util;
/**
* This interface contains the constants used in the Tennis Game application
* @author 2020-DEV-047
*
*/
public interface TennisGameConstants {
String SCORE_LOVE = "LOVE";
String SCORE_FIFTEEN = "FIFTEEN";
String SCORE_THIRTY = "THIRTY";
String SCORE_FORTY = "FORT... | 616 | 0.673701 | 0.655844 | 27 | 21.814816 | 18.469267 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.074074 | false | false | 13 |
8f7f29472f9201d62780cefea3ba7495d42477cb | 10,866,267,309,474 | 2e769c20fefe8eb3c39772747ccdcdae40b7ae43 | /src/main/java/duke/Deadline.java | 02612bc59e561db800638428ef8296d0e01936e0 | [] | no_license | oLiXino/duke | https://github.com/oLiXino/duke | 9f40608bce28fb99e7fcc7a263e6f6b2fc2e678e | 0b37f6b3c38dd421bcccdb46c0028a59af73c64b | refs/heads/master | 2020-12-19T00:41:18.229000 | 2020-02-18T08:36:44 | 2020-02-18T08:36:44 | 235,568,847 | 0 | 0 | null | true | 2020-01-22T12:28:29 | 2020-01-22T12:28:28 | 2020-01-21T08:55:47 | 2020-01-21T17:26:36 | 1,386 | 0 | 0 | 0 | null | false | false | package duke;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
/**
* Represents a deadline task created by the user.
*/
public class Deadline extends Task {
protected LocalDate by;
public Deadline(String description, LocalDate by) {
super(description);
this.by = by;
... | UTF-8 | Java | 493 | java | Deadline.java | Java | [] | null | [] | package duke;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;
/**
* Represents a deadline task created by the user.
*/
public class Deadline extends Task {
protected LocalDate by;
public Deadline(String description, LocalDate by) {
super(description);
this.by = by;
... | 493 | 0.64503 | 0.64503 | 22 | 21.363636 | 26.131739 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 13 |
fab0d1c55b9eb7d0348745f559f2be86beeec943 | 15,728,170,285,572 | e090b6e44da0e73fc973fa748a694a97e2d888b0 | /src/main/java/org/guili/ecshop/controller/common/MainController.java | bd58e1f9dfa23b6de3fcf0010544f9e9548bc0c4 | [] | no_license | guiligege/jiaoyu | https://github.com/guiligege/jiaoyu | 9dab6416163aaae28f80511c8aa4a83167659088 | 384ffa69e85a3de139bff0f9865d55f20b72e9c1 | refs/heads/master | 2016-08-11T02:09:41.104000 | 2015-12-21T01:11:02 | 2015-12-21T01:11:02 | 48,343,431 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.guili.ecshop.controller.common;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* 首页跳转和首页需要信息的跳转
* @ClassName:... | UTF-8 | Java | 962 | java | MainController.java | Java | [
{
"context": "escription: TODO(这里用一句话描述这个类的作用) \n * @author: guilige \n * @date 2013-11-19 下午7:09:51 \n *\n */\n@C",
"end": 402,
"score": 0.9996888041496277,
"start": 395,
"tag": "USERNAME",
"value": "guilige"
}
] | null | [] | package org.guili.ecshop.controller.common;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* 首页跳转和首页需要信息的跳转
* @ClassName:... | 962 | 0.777162 | 0.741685 | 30 | 29.066668 | 24.715628 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.766667 | false | false | 13 |
a96dafbd08c68add02c337c269b1899d60439d1a | 2,611,340,134,540 | 180190034c9fcc4e50763d50ec7355052fa3aea4 | /dev/server/src/main/java/coop/tecso/donde/estaciono/model/UserType.java | 9c76de95f5638cdd2ac955e57f40261f01bebabd | [] | no_license | cckmit/dondeEstaciono | https://github.com/cckmit/dondeEstaciono | 15721106619f1b504d9f7770826f8214a6a8b0ea | c749fb41a5e973a4bff52f6435870c735f34c548 | refs/heads/master | 2023-03-16T09:47:56.428000 | 2013-08-01T15:12:31 | 2013-08-01T15:12:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package coop.tecso.donde.estaciono.model;
import org.codehaus.jackson.annotate.JsonIgnore;
import coop.tecso.donde.estaciono.model.common.GenericModel;
/**
*
* @author joel.delvalle
*
*/
public class UserType extends GenericModel {
private Long id;
private String description;
@JsonIgnore... | UTF-8 | Java | 1,143 | java | UserType.java | Java | [
{
"context": "model.common.GenericModel;\r\n\r\n/**\r\n * \r\n * @author joel.delvalle\r\n * \r\n */\r\npublic class UserType extends GenericM",
"end": 195,
"score": 0.938839852809906,
"start": 182,
"tag": "NAME",
"value": "joel.delvalle"
}
] | null | [] | package coop.tecso.donde.estaciono.model;
import org.codehaus.jackson.annotate.JsonIgnore;
import coop.tecso.donde.estaciono.model.common.GenericModel;
/**
*
* @author joel.delvalle
*
*/
public class UserType extends GenericModel {
private Long id;
private String description;
@JsonIgnore... | 1,143 | 0.629921 | 0.628172 | 72 | 13.875 | 16.489843 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.111111 | false | false | 13 |
3cce897343fa0574582326f140592181abd32073 | 3,805,341,076,562 | 081740cc36df6e22eeaa93b8179231ae833f5ae4 | /JDBCAdvanced/src/com/joyce03/C3P0Test2.java | 29ad1f00dbd4a88730967ac7d15380c9eb5307fb | [] | no_license | joycejoycejoyce/basicJavaStudy | https://github.com/joycejoycejoyce/basicJavaStudy | 84fbfcabb40e5cbd370c348dcdf5b0d5a42a2240 | 567313b1bab7e22f291c7e86789497e101b1d26e | refs/heads/master | 2023-04-04T08:16:40.969000 | 2021-04-03T02:00:50 | 2021-04-03T02:00:50 | 345,596,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.joyce03;
import com.mchange.v2.c3p0.ComboPooledDataSource;
import javax.sql.DataSource;
import java.sql.Connection;
import java.sql.SQLException;
public class C3P0Test2 {
public static void main(String[] args) throws Exception {
// 1. create a c3p0 database connection obj
DataSource d... | UTF-8 | Java | 634 | java | C3P0Test2.java | Java | [] | null | [] | package com.joyce03;
import com.mchange.v2.c3p0.ComboPooledDataSource;
import javax.sql.DataSource;
import java.sql.Connection;
import java.sql.SQLException;
public class C3P0Test2 {
public static void main(String[] args) throws Exception {
// 1. create a c3p0 database connection obj
DataSource d... | 634 | 0.613565 | 0.585173 | 24 | 25.416666 | 21.946747 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
ddcef7977c6cc3857552686e5273c71b546e925f | 15,513,421,907,100 | eedcf14fa7e996e24ae1be04a4237ccfc615a1f8 | /src/com/section7challenge/Toyota.java | 908734b6aa04d99b2f8c6569d0d05a7d3d253262 | [] | no_license | ashwink-tech/JavaMasterClass | https://github.com/ashwink-tech/JavaMasterClass | 68b1c89bed3e8c6da63f920f7445fd51946f4e5b | b03a81910aaf6650452919626b72870e67db0ad2 | refs/heads/master | 2021-09-21T23:45:17.933000 | 2018-09-03T11:33:21 | 2018-09-03T11:33:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.section7challenge;
public class Toyota extends Car {
public Toyota( int speed, int wheels, String steeringDirection) {
super("Corolla", "Medium", speed, wheels, steeringDirection);
}
@Override
public int getSpeed() {
return getToyotaSpeed(super.getSpeed());
}
... | UTF-8 | Java | 548 | java | Toyota.java | Java | [] | null | [] | package com.section7challenge;
public class Toyota extends Car {
public Toyota( int speed, int wheels, String steeringDirection) {
super("Corolla", "Medium", speed, wheels, steeringDirection);
}
@Override
public int getSpeed() {
return getToyotaSpeed(super.getSpeed());
}
... | 548 | 0.578467 | 0.563869 | 32 | 16.125 | 21.601143 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 13 |
d5a4224540c28d6b8e79c6e67f425a13eb71ef98 | 8,718,783,638,590 | 7d511146ca649ee377ba2b3a6df028a846737b8a | /src/cn/bf/service/ExpenseService.java | 41293edc7c57b3fcd92253d615d6922e3acdafa4 | [] | no_license | WWWYC/BFMS | https://github.com/WWWYC/BFMS | 7f667b324bb523396e8fef39daf69234a909df93 | fc5388db19385400a1d80280f2c04071deea8e0f | refs/heads/master | 2021-01-23T19:58:31.288000 | 2017-09-08T10:26:05 | 2017-09-08T10:26:05 | 102,808,434 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.bf.service;
import java.util.Map;
import org.springframework.web.servlet.ModelAndView;
import cn.bf.po.ActiveUser;
import cn.bf.po.Expense;
public interface ExpenseService {
public Map<String, Object> selectExpenseByCriteria(Expense expense, Integer page, Integer rows, String groupId, String companyId);... | UTF-8 | Java | 610 | java | ExpenseService.java | Java | [] | null | [] | package cn.bf.service;
import java.util.Map;
import org.springframework.web.servlet.ModelAndView;
import cn.bf.po.ActiveUser;
import cn.bf.po.Expense;
public interface ExpenseService {
public Map<String, Object> selectExpenseByCriteria(Expense expense, Integer page, Integer rows, String groupId, String companyId);... | 610 | 0.806557 | 0.806557 | 20 | 29.5 | 35.734436 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 13 |
e6875882f69cdc1c60bfa276a38f05fd50161709 | 31,817,117,736,952 | 439030b30f092b777480a4e24811c08943548e01 | /lcf-mapper/src/main/java/com/lcf/mapper/PayLogMapper.java | 3493f05cd181062e2befdc7e98a57372bcb8bdb3 | [] | no_license | w767482805/lcf666 | https://github.com/w767482805/lcf666 | 1f82005713d0dbe881dbcbd755c2db49f3c10eb2 | a4d1983626e2b3f6dfff133f7b7b448393937395 | refs/heads/master | 2022-12-24T02:29:39.826000 | 2019-06-27T08:44:09 | 2019-06-27T08:44:09 | 193,186,120 | 0 | 0 | null | false | 2022-12-15T23:41:55 | 2019-06-22T03:25:53 | 2019-06-27T08:47:04 | 2022-12-15T23:41:54 | 12,517 | 0 | 0 | 20 | JavaScript | false | false | package com.lcf.mapper;
import java.util.List;
import com.lcf.model.PayLog;
import org.apache.ibatis.annotations.Param;
import tk.mybatis.mapper.common.Mapper;
public interface PayLogMapper extends Mapper<PayLog> {
} | UTF-8 | Java | 220 | java | PayLogMapper.java | Java | [] | null | [] | package com.lcf.mapper;
import java.util.List;
import com.lcf.model.PayLog;
import org.apache.ibatis.annotations.Param;
import tk.mybatis.mapper.common.Mapper;
public interface PayLogMapper extends Mapper<PayLog> {
} | 220 | 0.8 | 0.8 | 11 | 19.09091 | 19.246981 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 13 |
be641d1286276c18859bfadf577f335359e880b1 | 10,488,310,201,267 | 609c444aab0fab6534391f0ede232f9f1c210591 | /mobile/src/main/java/com/mattrubacky/monet2/reciever/DataUpdateAlarm.java | c9bedecff97e2960abccdd93342d2797a695362b | [] | no_license | msruback/MoNet2 | https://github.com/msruback/MoNet2 | 2185685892294552f73e9a6e77c7d2f0eac415b8 | 16d0916f4bb87d30995342243e161c04c3acccae | refs/heads/master | 2021-01-23T21:55:11.959000 | 2019-02-01T02:47:34 | 2019-02-01T02:47:36 | 102,909,185 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mattrubacky.monet2.reciever;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.PowerManager;
import android.preference.PreferenceManager;
im... | UTF-8 | Java | 9,987 | java | DataUpdateAlarm.java | Java | [
{
"context": "ntent.WakefulBroadcastReceiver;\n\n/**\n * Created by mattr on 9/26/2017.\n */\n\npublic class DataUpdateAlarm e",
"end": 1010,
"score": 0.8207220435142517,
"start": 1005,
"tag": "USERNAME",
"value": "mattr"
}
] | null | [] | package com.mattrubacky.monet2.reciever;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.os.PowerManager;
import android.preference.PreferenceManager;
im... | 9,987 | 0.593071 | 0.564734 | 237 | 41.13924 | 26.688103 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.924051 | false | false | 13 |
93f8c53a2d23ebbdbd515ff3f6f6b2b6df64a965 | 5,231,270,178,701 | eb3a129479a5ea1bc722ffca10921c81b025f380 | /cc-math/src/main/java/cc/creativecomputing/math/signal/CCMixSignal.java | 187fd07c53926cecb9fdd9492ecfad56e28bf959 | [] | no_license | texone/creativecomputing | https://github.com/texone/creativecomputing | 855fe4116322c17aff576020f7c1ba11c3dc30dd | c276d2060a878f115db29bb7d2e7419f5de33e0a | refs/heads/master | 2022-01-25T09:36:11.280000 | 2022-01-11T19:51:48 | 2022-01-11T19:51:48 | 42,046,027 | 8 | 3 | null | false | 2019-11-02T15:04:26 | 2015-09-07T10:10:58 | 2019-09-12T13:18:45 | 2019-11-02T15:04:25 | 381,260 | 5 | 2 | 6 | Java | false | false | package cc.creativecomputing.math.signal;
import cc.creativecomputing.core.CCProperty;
public class CCMixSignal extends CCSignal{
@CCProperty(name = "saw", min = 0, max = 1)
private double _cSaw = 0;
@CCProperty(name = "simplex", min = 0, max = 1)
private double _cSimplex = 0;
@CCProperty(name = "worley", min ... | UTF-8 | Java | 3,738 | java | CCMixSignal.java | Java | [] | null | [] | package cc.creativecomputing.math.signal;
import cc.creativecomputing.core.CCProperty;
public class CCMixSignal extends CCSignal{
@CCProperty(name = "saw", min = 0, max = 1)
private double _cSaw = 0;
@CCProperty(name = "simplex", min = 0, max = 1)
private double _cSimplex = 0;
@CCProperty(name = "worley", min ... | 3,738 | 0.648208 | 0.628143 | 107 | 33.934578 | 23.603924 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.551402 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.