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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cd36d4de4cc6b4b84fc8a6d6c3cee856074e332e | 35,115,652,636,438 | 965a9f84a547091f6ed09ae7e092997a47397c73 | /src/main/java/com/zking/ssm/kxj/service/IHousebasichireinfoService.java | 65be48a967d50156e82673e1b391b45fa1a8b639 | [] | no_license | XIEAHAO/ssm | https://github.com/XIEAHAO/ssm | 91a3802b774ceb4d9b68d9b7b5d33e9a0844973a | 7d69ed19cf06d21c5ceeaf15ce7a132aea99e523 | refs/heads/master | 2023-02-07T23:51:49.038000 | 2020-12-31T00:45:14 | 2020-12-31T00:45:14 | 323,043,054 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zking.ssm.kxj.service;
import com.zking.ssm.kxj.model.Housebasichireinfo;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/**
* @author kxj
* @createย 2020-12-23 15:11
*/
@Transactional
public interface IHousebasichireinfoService {
int deleteByPrimaryKey(Int... | UTF-8 | Java | 729 | java | IHousebasichireinfoService.java | Java | [
{
"context": "sactional;\n\nimport java.util.List;\n\n/**\n * @author kxj\n * @createย 2020-12-23 15:11\n */\n@Transactional\np",
"end": 195,
"score": 0.9996546506881714,
"start": 192,
"tag": "USERNAME",
"value": "kxj"
}
] | null | [] | package com.zking.ssm.kxj.service;
import com.zking.ssm.kxj.model.Housebasichireinfo;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
/**
* @author kxj
* @createย 2020-12-23 15:11
*/
@Transactional
public interface IHousebasichireinfoService {
int deleteByPrimaryKey(Int... | 729 | 0.78022 | 0.763736 | 27 | 25.962963 | 22.716419 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 5 |
dda47952c8eb51be6978afdafa8918977d93b412 | 27,565,100,151,193 | d647217d4a810dd041d4b48610d38b9a71031ad9 | /lang_java/src/baekjoon/Baekjoon_12904.java | 3052bf889c2b007d7ee89e161985f4d6fb50d888 | [] | no_license | jiwoo-shin/Algorithm | https://github.com/jiwoo-shin/Algorithm | 86d2e15be123531008a39e41a0af24218c392aca | 272d97756d777368856a9e68ea68b8472b1a8a53 | refs/heads/master | 2021-12-26T04:38:26.626000 | 2021-10-26T12:44:46 | 2021-10-26T12:44:46 | 165,377,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package baekjoon;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import common.Solution;
public class Baekjoon_12904 extends Solution {
@Override
public void solution() throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));... | UHC | Java | 1,195 | java | Baekjoon_12904.java | Java | [] | null | [] | package baekjoon;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import common.Solution;
public class Baekjoon_12904 extends Solution {
@Override
public void solution() throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));... | 1,195 | 0.658787 | 0.647482 | 42 | 22.190475 | 24.640499 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 5 |
c46b44df1144fe33980137986235283142221bd3 | 6,021,544,188,744 | 9a6f418bca6e0df29ced3c804b2212fdb5fe0d2f | /LegendsOfAndor/Client/src/Time.java | 6d0a935021efa4bd5130624f03a888bf99f143db | [] | no_license | DongMZ1/JavaProject | https://github.com/DongMZ1/JavaProject | ca733cd30b5e70ef67470c2c427c9ef3ed8903d5 | d4bef3b55089a198290487acf45101209da05067 | refs/heads/master | 2023-03-04T13:47:44.310000 | 2020-04-30T17:51:11 | 2020-04-30T17:51:11 | 337,876,207 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.Serializable;
public class Time implements Serializable{
/**
*
*/
private static final long serialVersionUID = -2177194751906316579L;
public int time;
public int x;
public int y;
public Time() {
time = 0;
x = 6020;
y = 240;
}
public void advance() {
if(time >= 7... | UTF-8 | Java | 579 | java | Time.java | Java | [] | null | [] | import java.io.Serializable;
public class Time implements Serializable{
/**
*
*/
private static final long serialVersionUID = -2177194751906316579L;
public int time;
public int x;
public int y;
public Time() {
time = 0;
x = 6020;
y = 240;
}
public void advance() {
if(time >= 7... | 579 | 0.549223 | 0.474957 | 39 | 12.846154 | 14.599856 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.74359 | false | false | 5 |
fec2f8fed70907c079dd795cbdb66b851231f8e8 | 29,429,115,949,910 | 448a7f3a1ec5d76ee47b97f343a5437c1d670eb9 | /src/test/java/de/tuberlin/av/openteagle/api/TestOpenTeagleAPI.java | ebe162b00779bee7c38a52e932ab28af00bcc281 | [] | no_license | tubav/OpenTeagle_API | https://github.com/tubav/OpenTeagle_API | 80d5656c95bdfc7f987bb1b6ab8729d99131047a | a0da7e295b02f1a5cc7e1a42436b6d58fd7a0800 | refs/heads/master | 2021-01-13T02:31:59.370000 | 2012-07-02T07:13:27 | 2012-07-02T07:13:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.tuberlin.av.openteagle.api;
import java.math.BigInteger;
import java.util.List;
import junit.framework.Assert;
import org.junit.Test;
import de.tuberlin.av.openteagle.model.vct.jaxb.Description;
import de.tuberlin.av.openteagle.model.vct.jaxb.User;
import de.tuberlin.av.openteagle.model.vct.jaxb.Vct;
imp... | UTF-8 | Java | 1,423 | java | TestOpenTeagleAPI.java | Java | [] | null | [] | package de.tuberlin.av.openteagle.api;
import java.math.BigInteger;
import java.util.List;
import junit.framework.Assert;
import org.junit.Test;
import de.tuberlin.av.openteagle.model.vct.jaxb.Description;
import de.tuberlin.av.openteagle.model.vct.jaxb.User;
import de.tuberlin.av.openteagle.model.vct.jaxb.Vct;
imp... | 1,423 | 0.756852 | 0.754744 | 50 | 27.459999 | 20.795393 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.68 | false | false | 5 |
f0e2bb125d61154929905c498771c6077510dfb7 | 1,906,965,521,294 | 0fdae5e521d6420ad0222339528dca5cc2e14883 | /RxBusDemo/EventBus/app/src/main/java/com/ryx/eventbus/MainActivity.java | 127f0d02643a7a3359d6cb4a3403ac1c838d0d76 | [] | no_license | taowuhua/Banner | https://github.com/taowuhua/Banner | 58a8622e5cd5966f2d130847e0898a38317056f8 | f2629150f9c906b5ed28a9b3cdb6850a6fc06352 | refs/heads/master | 2021-05-07T06:14:35.640000 | 2018-02-26T02:41:32 | 2018-02-26T02:41:32 | 111,645,533 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ryx.eventbus;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.wzgiceman.rxbuslibrary.rxbus.RxBus;
import com.wzgiceman.rxbuslibrary.rxbus.Subscribe;
... | UTF-8 | Java | 1,571 | java | MainActivity.java | Java | [] | null | [] | package com.ryx.eventbus;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import com.wzgiceman.rxbuslibrary.rxbus.RxBus;
import com.wzgiceman.rxbuslibrary.rxbus.Subscribe;
... | 1,571 | 0.680837 | 0.680183 | 54 | 27.314816 | 20.097746 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
7a417ac5a89db2f1bd018afbfc6d89d56badfa29 | 4,389,456,620,796 | 2f7d0dec222803d5580925825d4e12d555d4501c | /LVM/src/com/luna/core/module/ModuleLoader.java | a34356d6baed5b59ef96cc56a20969ffbb8e5cdd | [] | no_license | bizper/LUNA | https://github.com/bizper/LUNA | 98700529443e0dd9b1bbd14831b3fb22c48df0ed | cdb19873f02fb491a987b08aca01550556eb3828 | refs/heads/master | 2021-11-18T00:37:44.304000 | 2021-11-09T14:25:38 | 2021-11-09T14:25:38 | 177,700,984 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luna.core.module;
public class ModuleLoader {
public static void load(String path) {
}
}
| UTF-8 | Java | 113 | java | ModuleLoader.java | Java | [] | null | [] | package com.luna.core.module;
public class ModuleLoader {
public static void load(String path) {
}
}
| 113 | 0.681416 | 0.681416 | 9 | 11.555555 | 15.485557 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 5 |
2bb146e0cef774fb087e778a9a33a85ee0b0f5d7 | 2,525,440,808,664 | 8acc7c3e35b852fac991321e61aaa9b62fb763d8 | /src/main/java/com/vortexbird/vortexbird_prueba_backend/Dto/UsuarioDTO.java | d9f423a09fa8ed407296403ba8d439db377fd5d5 | [] | no_license | DavidAnduquia/vortexbird_pruebaBackend | https://github.com/DavidAnduquia/vortexbird_pruebaBackend | 73909ee5212096fcdcc5c2342065ceac300a285f | c2b5fede3cf449f9c5905fe65733d0b7d8899d63 | refs/heads/master | 2023-08-02T15:48:10.096000 | 2021-09-14T17:50:29 | 2021-09-14T17:50:29 | 406,466,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vortexbird.vortexbird_prueba_backend.Dto;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
public class UsuarioDTO {
private String email;
@NotEmpty
private String password;
@NotNull
private String nombre;
@NotNull
private String a... | UTF-8 | Java | 1,530 | java | UsuarioDTO.java | Java | [
{
"context": "\t\tsuper();\n\t\tthis.email = email;\n\t\tthis.password = password;\n\t\tthis.nombre = nombre;\n\t\tthis.apellido = apelli",
"end": 649,
"score": 0.9943891763687134,
"start": 641,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "d setPassword(String password) {\... | null | [] | package com.vortexbird.vortexbird_prueba_backend.Dto;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
public class UsuarioDTO {
private String email;
@NotEmpty
private String password;
@NotNull
private String nombre;
@NotNull
private String a... | 1,534 | 0.681699 | 0.681699 | 105 | 13.561905 | 17.401108 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.961905 | false | false | 5 |
591563a9b46ae8a8deffdd2e1f1d670c5d243d70 | 841,813,634,295 | 981593e2d6297046b1dc1d3779019f34bd127e79 | /app/src/main/java/datnguyen/lab/baithuchanh4application/GreenXmasFragment.java | 9bd0edba6cbeb1541946f099cd752ff0102957f6 | [] | no_license | datnguyennutte/BaiThucHanh4Application | https://github.com/datnguyennutte/BaiThucHanh4Application | 8f56b85b806e1d933c487c5dcba1237dda140ea0 | aa79628e1c3a996d0a1dd40dac34d06a5bf0dad7 | refs/heads/master | 2023-02-01T18:20:19.652000 | 2020-12-18T13:35:55 | 2020-12-18T13:35:55 | 322,604,554 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package datnguyen.lab.baithuchanh4application;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import... | UTF-8 | Java | 1,699 | java | GreenXmasFragment.java | Java | [] | null | [] | package datnguyen.lab.baithuchanh4application;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import... | 1,699 | 0.735138 | 0.728075 | 51 | 32.333332 | 28.115076 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72549 | false | false | 5 |
b7e5b6cf92c209185ad0ca5a8c69638f901983ca | 17,549,236,417,427 | f85242af85d28727a0e9b662f70a7b296d04463b | /src/com/adamreeve/whattimeistwit/analysis/ClassificationProcessor.java | 3b3e8ebaa3f96c6674d1b10f9aebe972d7a22894 | [
"MIT"
] | permissive | reeve/whattimeistwit | https://github.com/reeve/whattimeistwit | da0deb3a6abe4cba603e91f5887d9020dbad7b60 | 88ca44089308d73f09428555409d901492bbb8b4 | refs/heads/master | 2020-04-27T17:58:41.056000 | 2014-03-13T19:24:20 | 2014-03-13T19:24:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.adamreeve.whattimeistwit.analysis;
import com.adamreeve.whattimeistwit.analysis.classifiers.CharSetLanguageClassifier;
import com.adamreeve.whattimeistwit.analysis.classifiers.LanguageClassifier;
import com.adamreeve.whattimeistwit.analysis.classifiers.WordListLanguageClassifier;
import com.adamreeve.... | UTF-8 | Java | 9,823 | java | ClassificationProcessor.java | Java | [] | null | [] | package com.adamreeve.whattimeistwit.analysis;
import com.adamreeve.whattimeistwit.analysis.classifiers.CharSetLanguageClassifier;
import com.adamreeve.whattimeistwit.analysis.classifiers.LanguageClassifier;
import com.adamreeve.whattimeistwit.analysis.classifiers.WordListLanguageClassifier;
import com.adamreeve.... | 9,823 | 0.560928 | 0.55482 | 222 | 42.247749 | 32.287376 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.657658 | false | false | 5 |
83b13174af00ca4b5800fd9069e654de1e66f159 | 21,887,153,385,466 | 014cbee930e32da7018635b9dbd918085c981721 | /src/com/psl/semicolon/bitsplease/exception/BitsPleaseException.java | 2903850160120fbdd0ba5722a0bb83e2a022ad21 | [] | no_license | sabyasachi087/bitsplease | https://github.com/sabyasachi087/bitsplease | 1dc1d56fd8d97f14f5c7faa4cd6fe84e60fbd989 | 2d367af844e6fcd596f0040b2701b0f265104413 | refs/heads/master | 2021-04-27T15:04:05.295000 | 2018-02-25T02:19:33 | 2018-02-25T02:19:33 | 122,463,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.psl.semicolon.bitsplease.exception;
public class BitsPleaseException extends RuntimeException{
/**
*
*/
private static final long serialVersionUID = 6040625801202342940L;
public BitsPleaseException(Exception ex){
super(ex);
}
}
| UTF-8 | Java | 256 | java | BitsPleaseException.java | Java | [] | null | [] | package com.psl.semicolon.bitsplease.exception;
public class BitsPleaseException extends RuntimeException{
/**
*
*/
private static final long serialVersionUID = 6040625801202342940L;
public BitsPleaseException(Exception ex){
super(ex);
}
}
| 256 | 0.761719 | 0.6875 | 14 | 17.285715 | 23.665613 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 5 |
d023919980e039ea3ed906accc39a8d1c6b8a7a2 | 30,966,714,245,785 | 1ea74ff282bba8f1bf0985c45cf2cd71b271cef2 | /Day_20/Notes/src/com/dragontalker/java/StringTest1.java | 241e858fd1853dccabd83dfca788a6dca44b6340 | [
"MIT"
] | permissive | Dragontalker/JavaEE-study-notes | https://github.com/Dragontalker/JavaEE-study-notes | 85d6361d4e3fd90eeacb78d56bfcb1e0885678d1 | b6c334f4539b2d2f377146334667e5129ce28dd8 | refs/heads/main | 2023-05-03T02:55:42.221000 | 2021-05-27T01:11:10 | 2021-05-27T01:11:10 | 363,492,612 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dragontalker.java;
/*
ๆถๅๅฐString็ฑปไธๅ
ถไป็ปๆไน้ด็่ฝฌๆข
*/
import org.junit.Test;
import java.io.UnsupportedEncodingException;
import java.util.Arrays;
public class StringTest1 {
@Test
public void test1() {
//String ---> ๅบๆฌๆฐๆฎ็ฑปๅใๅ
่ฃ
็ฑป: ่ฐ็จๅ
่ฃ
็ฑป็้ๆๆนๆณ: parseXxx(str)
String str1 = "123";
Inte... | UTF-8 | Java | 2,603 | java | StringTest1.java | Java | [] | null | [] | package com.dragontalker.java;
/*
ๆถๅๅฐString็ฑปไธๅ
ถไป็ปๆไน้ด็่ฝฌๆข
*/
import org.junit.Test;
import java.io.UnsupportedEncodingException;
import java.util.Arrays;
public class StringTest1 {
@Test
public void test1() {
//String ---> ๅบๆฌๆฐๆฎ็ฑปๅใๅ
่ฃ
็ฑป: ่ฐ็จๅ
่ฃ
็ฑป็้ๆๆนๆณ: parseXxx(str)
String str1 = "123";
Inte... | 2,603 | 0.565996 | 0.542729 | 81 | 26.592592 | 20.118032 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530864 | false | false | 5 |
f250595d9b1ccb2c2a58b6246b93cd15b8d44b77 | 9,354,438,832,008 | 436bbd2823506abcf3e92ec05827e91655e1dee1 | /src/mx/com/recomendare/services/db/LabelsDAO.java | c8f5ca431f97ae5a35151bb9b972b33eed9934e2 | [] | no_license | gmartinezgil/Recomendare-Website | https://github.com/gmartinezgil/Recomendare-Website | 2bfadccaff1047044c1e762b50535262fb92f4ae | 12f5952ec554f8678130ae7a84365a9df4b4076d | refs/heads/master | 2020-06-30T05:55:46.504000 | 2013-09-23T00:17:39 | 2013-09-23T00:17:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package mx.com.recomendare.services.db;
/**
* @author jerry
*
*/
public final class LabelsDAO extends AbstractDAO {
/**
*
* @param labelCode
* @param languageCode
* @return
*/
public String getLabelByCodeLanguage(final String labelCode, final String languageCode) {
retu... | UTF-8 | Java | 1,302 | java | LabelsDAO.java | Java | [
{
"context": ".com.recomendare.services.db;\r\n\r\n\r\n/**\r\n * @author jerry\r\n *\r\n */\r\npublic final class LabelsDAO extend",
"end": 77,
"score": 0.5991281270980835,
"start": 76,
"tag": "NAME",
"value": "j"
},
{
"context": "om.recomendare.services.db;\r\n\r\n\r\n/**\r\n * @aut... | null | [] | /**
*
*/
package mx.com.recomendare.services.db;
/**
* @author jerry
*
*/
public final class LabelsDAO extends AbstractDAO {
/**
*
* @param labelCode
* @param languageCode
* @return
*/
public String getLabelByCodeLanguage(final String labelCode, final String languageCode) {
retu... | 1,302 | 0.607527 | 0.605223 | 55 | 21.709091 | 24.31735 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.654546 | false | false | 5 |
34424184f08c8efaf1c1c710b53c6cfcd29bcdaf | 6,305,012,000,053 | 519c4dc49067016edc00b1526acdde693220e78d | /nwclHT/.svn/pristine/bb/bb4518be89993842492ae5590f4c6bf21ba0e040.svn-base | 9ccfb686ea8083a7e7da6fcb0c1ba3a02d733431 | [] | no_license | zeng95xin/WorkSpaces | https://github.com/zeng95xin/WorkSpaces | 686ea13a4374de743d017135a5a5a9d497bbf1f2 | bccf5430754811d78f9e4d50fc03522053e04f39 | refs/heads/master | 2020-03-07T08:07:58.606000 | 2018-03-30T07:09:16 | 2018-03-30T07:09:16 | 127,368,334 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bola.nwcl.biz.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.bola.nwcl.biz.PropertyManager;
import com.bola.nwcl.common.manager.ManagerImpl;
import com.bola.nwcl.dal.model.page.DataGrid;
import com.bola.... | UTF-8 | Java | 1,306 | bb4518be89993842492ae5590f4c6bf21ba0e040.svn-base | Java | [] | null | [] | package com.bola.nwcl.biz.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.bola.nwcl.biz.PropertyManager;
import com.bola.nwcl.common.manager.ManagerImpl;
import com.bola.nwcl.dal.model.page.DataGrid;
import com.bola.... | 1,306 | 0.787136 | 0.786371 | 45 | 28.022223 | 25.657997 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.511111 | false | false | 5 | |
188f0315141c895e000ae81706af6bdddaf9ad06 | 7,241,314,861,615 | 83e11ef00f849ae4ffaadf45557d3cb9abe5d7ed | /app/src/main/java/com/example/localnews/Youtube/ChannelModel.java | bf478f908ec2fb5b9e3e59c594f5318d6d17d816 | [] | no_license | Kawleen/LocalNews | https://github.com/Kawleen/LocalNews | 92c3e21f538c6a2a664ba9c99f8a3997c10e569c | 5d306fd3717e21eee7456734006f1f912613aeb2 | refs/heads/master | 2020-12-09T20:10:24.496000 | 2020-01-12T14:38:20 | 2020-01-12T14:38:20 | 233,405,012 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.localnews.Youtube;
public class ChannelModel {
String urlID;
String url;
String country;
public ChannelModel(){}
public ChannelModel(String urlID, String url, String country) {
this.urlID = urlID;
this.url = url;
this.country = country;
}
publi... | UTF-8 | Java | 492 | java | ChannelModel.java | Java | [] | null | [] | package com.example.localnews.Youtube;
public class ChannelModel {
String urlID;
String url;
String country;
public ChannelModel(){}
public ChannelModel(String urlID, String url, String country) {
this.urlID = urlID;
this.url = url;
this.country = country;
}
publi... | 492 | 0.595528 | 0.595528 | 27 | 17.222221 | 15.654448 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 5 |
d3ebdd1d5867d3af3f074adb77c206b7df7aed12 | 10,514,080,001,108 | c8fb5ddb5fa99862a8fc5973b2fbda3ecd0d0aa6 | /Gps2/app/src/main/java/com/example/jimmi/gps2/Destination.java | 7df7ab2cafdd162b7b9e6ff77ab2dc5823c095a2 | [] | no_license | jimmi280586/android_development | https://github.com/jimmi280586/android_development | e8286fdcfbdd43f8ab00a75aabc4b9ae9ecfe482 | 6418a19a4201e59cd211dadc00932ed0a44ae4c3 | refs/heads/master | 2021-01-10T19:37:28.686000 | 2016-08-29T20:11:00 | 2016-08-29T20:11:00 | 39,770,971 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jimmi.gps2;
import android.text.Editable;
/**
* Created by jimmi on 03-08-2015.
*/
public class Destination
{
private double latitude;
private double longitude;
private String name;
public Destination(double latitude, double longitude, String name)
{
this.latitude = ... | UTF-8 | Java | 699 | java | Destination.java | Java | [
{
"context": "\n\nimport android.text.Editable;\n\n/**\n * Created by jimmi on 03-08-2015.\n */\npublic class Destination\n{\n ",
"end": 87,
"score": 0.9994988441467285,
"start": 82,
"tag": "USERNAME",
"value": "jimmi"
}
] | null | [] | package com.example.jimmi.gps2;
import android.text.Editable;
/**
* Created by jimmi on 03-08-2015.
*/
public class Destination
{
private double latitude;
private double longitude;
private String name;
public Destination(double latitude, double longitude, String name)
{
this.latitude = ... | 699 | 0.632332 | 0.619456 | 36 | 18.416666 | 18.38232 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 5 |
f8c7e8f4363ea6a789ad669a896616e8d1ac3bab | 21,861,383,540,708 | de8a442f9dd36909fda39cd9830b676f5ecbf817 | /JogoDosPontinhos(ProjetoFinal)/model/Jogador.java | b2bb249482562f4ba02d3f11ae7d10903453f951 | [] | no_license | HenriqueVmc/ads-poo | https://github.com/HenriqueVmc/ads-poo | c2398d9d215200931dce2cd88a89ec2c254c14d5 | f66a29d2a3c67b8107f46ca7b88e646f2f42fc5b | refs/heads/master | 2020-03-21T09:57:15.169000 | 2018-06-23T19:33:36 | 2018-06-23T19:33:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import view.Tela;
public abstract class Jogador {
private String nome;
private int pontos;
public Jogador() {
pontos = 0;
}
public String getNome() {
return nome;
}
public void setNome(String nome) {
this.nome = nome;
}
public void setPon... | UTF-8 | Java | 597 | java | Jogador.java | Java | [] | null | [] | package model;
import view.Tela;
public abstract class Jogador {
private String nome;
private int pontos;
public Jogador() {
pontos = 0;
}
public String getNome() {
return nome;
}
public void setNome(String nome) {
this.nome = nome;
}
public void setPon... | 597 | 0.589615 | 0.58459 | 37 | 15.135135 | 16.235035 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324324 | false | false | 5 |
2d4e3fa8c06396cf042099ecb529e15433d9d4ad | 29,815,663,035,777 | 5c68af64d39ccc773b349214c7f612872c3f1474 | /src/main/java/by/belisa/server/entities/Napravl.java | aa3e314d3d41c0ca00f20ddc38afcbb19ca2ae66 | [] | no_license | mrpencil/FondGwt | https://github.com/mrpencil/FondGwt | 580079601505709f394604e9b5355dcc85be2b83 | e7d3729a7480476067f6c52cca4714fbe7718a86 | refs/heads/master | 2020-01-05T10:43:41.586000 | 2016-06-10T08:26:48 | 2016-06-10T08:26:49 | 49,724,202 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.belisa.server.entities;
import by.belisa.shared.model.NapravlModel;
import lombok.Data;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Rozhko on 16.05.2016.
*/
@Entity
@Table(name="NAPRAVL")
@SequenceGenerator(sequenceName="SEQ_UCH_STEPENI", name="PK")
pu... | UTF-8 | Java | 775 | java | Napravl.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Rozhko on 16.05.2016.\n */\n@Entity\n@Table(name=\"NAPRAVL\")",
"end": 205,
"score": 0.9963805079460144,
"start": 199,
"tag": "USERNAME",
"value": "Rozhko"
}
] | null | [] | package by.belisa.server.entities;
import by.belisa.shared.model.NapravlModel;
import lombok.Data;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Rozhko on 16.05.2016.
*/
@Entity
@Table(name="NAPRAVL")
@SequenceGenerator(sequenceName="SEQ_UCH_STEPENI", name="PK")
pu... | 775 | 0.676129 | 0.665806 | 37 | 19.945946 | 17.559084 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378378 | false | false | 5 |
6b110610eab7a16f80d532c122d4a94c83e811fc | 29,815,663,036,881 | be6593a4b8af6a81240f120f36d792ed112d4d28 | /src/main/java/com/dbs/loyalty/service/ProvinceService.java | 04a4cc2b8fc2ff5885c64e2df3369b1edca15c60 | [] | no_license | ferrylinton/dbs-loyalty | https://github.com/ferrylinton/dbs-loyalty | 4e54ae70a798b92edb9959eb97610931b2867b56 | 99433a4449bf8cf12b1a9a1305e8dc352abaf90a | refs/heads/master | 2023-02-22T20:30:43.498000 | 2019-10-12T07:38:46 | 2019-10-12T07:38:46 | 245,748,769 | 0 | 0 | null | false | 2023-02-22T07:42:30 | 2020-03-08T04:00:28 | 2020-03-08T04:05:23 | 2023-02-22T07:42:29 | 5,930 | 0 | 0 | 1 | Java | false | false | package com.dbs.loyalty.service;
import java.util.Map;
import java.util.Optional;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
import com.dbs.loyalty.domain.Province;
import com.dbs.loyalty.repository.ProvinceRepository;
... | UTF-8 | Java | 914 | java | ProvinceService.java | Java | [] | null | [] | package com.dbs.loyalty.service;
import java.util.Map;
import java.util.Optional;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Service;
import com.dbs.loyalty.domain.Province;
import com.dbs.loyalty.repository.ProvinceRepository;
... | 914 | 0.817287 | 0.817287 | 34 | 25.882353 | 24.709805 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.970588 | false | false | 5 |
e0fb5c56f4bfaefbc9788b12dab5e0ed7fada4d5 | 22,101,901,775,625 | 082e26b011e30dc62a62fae95f375e4f87d9e99c | /docs/weixin_7.0.4_source/ๅ็ผ่ฏๆบ็ /ๆชๅๆททๆท/src/main/java/com/tencent/mm/modelsfs/SFSFileSystem.java | a0df73ba92cf3a19b46ccfaca0758c90d8e585f4 | [] | no_license | xsren/AndroidReverseNotes | https://github.com/xsren/AndroidReverseNotes | 9631a5aabc031006e795a112b7ac756a8edd4385 | 9202c276fe9f04a978e4e08b08e42645d97ca94b | refs/heads/master | 2021-04-07T22:50:51.072000 | 2019-07-16T02:24:43 | 2019-07-16T02:24:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.modelsfs;
import android.os.CancellationSignal;
import android.os.Environment;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import android.os.StatFs;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.modelsfs.SFSContext.Builder;
import com.tencent.mm.mo... | UTF-8 | Java | 5,321 | java | SFSFileSystem.java | Java | [] | null | [] | package com.tencent.mm.modelsfs;
import android.os.CancellationSignal;
import android.os.Environment;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import android.os.StatFs;
import com.tencent.matrix.trace.core.AppMethodBeat;
import com.tencent.mm.modelsfs.SFSContext.Builder;
import com.tencent.mm.mo... | 5,321 | 0.592558 | 0.560609 | 192 | 26.713541 | 22.727467 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619792 | false | false | 5 |
abc33592df934b80b9f1e4951c909f5eaf5ace1d | 11,192,684,837,597 | 9ee1726697b77c27e2223dd9a94aed52c57aff3f | /app/src/main/java/com/example/eros_demo/Matching.java | bc0abb1d1149ebbc2e7b8027e61ee7b856ea65bd | [] | no_license | thanhdat00/Eros-app | https://github.com/thanhdat00/Eros-app | 7d5f3e3eb35313a0661df263fed2b0a5c159e128 | a6b3111c812c6661c8d34bc4dc04f4c2dce236fe | refs/heads/master | 2023-02-12T22:17:12.351000 | 2021-01-15T08:58:26 | 2021-01-15T08:58:26 | 321,341,247 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.eros_demo;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.Typeface;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.w... | UTF-8 | Java | 5,052 | java | Matching.java | Java | [
{
"context": " THE ROLE OF TONY STARK IN MCU\",\n \"Robert Downey,Jr.\",\n \"Christ Evans\",\n ",
"end": 2289,
"score": 0.9998436570167542,
"start": 2276,
"tag": "NAME",
"value": "Robert Downey"
},
{
"context": " \"Robert Downey,Jr.\... | null | [] | package com.example.eros_demo;
import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.Typeface;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.w... | 5,023 | 0.562154 | 0.558393 | 166 | 29.439758 | 21.481134 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.704819 | false | false | 5 |
0c3b931301fc06c917df2d0e1082cb59f74e7b42 | 38,689,065,428,746 | 02c471d0d2e08aed71a309bf9535609b46d5f4df | /src/main/java/com/example/testcasenotdoable/services/PersonServiceImpl.java | 7306a9033b56c4b2690e9c3a55c72dd337332358 | [] | no_license | jasilva03/SpringMVC-Simple-UnitTest | https://github.com/jasilva03/SpringMVC-Simple-UnitTest | 0630862a9d380707ee25b3ed77be274c6775ccc7 | 5fd35dc04402ae3f08052b9b43da00f645ba4de8 | refs/heads/master | 2022-11-23T19:38:15.511000 | 2020-07-28T00:25:20 | 2020-07-28T00:25:20 | 283,051,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.testcasenotdoable.services;
import com.example.testcasenotdoable.model.Person;
import com.example.testcasenotdoable.services.PersonService;
import org.springframework.stereotype.Service;
import java.util.Arrays;
import java.util.List;
@Service
public class PersonServiceImpl implements PersonServi... | UTF-8 | Java | 511 | java | PersonServiceImpl.java | Java | [] | null | [] | package com.example.testcasenotdoable.services;
import com.example.testcasenotdoable.model.Person;
import com.example.testcasenotdoable.services.PersonService;
import org.springframework.stereotype.Service;
import java.util.Arrays;
import java.util.List;
@Service
public class PersonServiceImpl implements PersonServi... | 511 | 0.726027 | 0.710372 | 23 | 21.217392 | 21.560747 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 5 |
63dec2469d7c9c69d3a0391a71015456c4c0985c | 39,513,699,130,399 | 61e1e65b49c8923796f49d7c9f270f84b66af7d1 | /app/src/main/java/com/example/workfinder/confirmAppPage.java | 3c2b88c466418612f84cd2224e15e6f28c908214 | [] | no_license | ekarati/Work_Finder-Android-App-ESD-Project | https://github.com/ekarati/Work_Finder-Android-App-ESD-Project | a4edcd81d7d4d1eed817e5161928a7a36042319d | 0ab686d0f560278b5209d940406c96c7392accba | refs/heads/master | 2021-05-17T12:31:32.137000 | 2020-03-31T12:31:52 | 2020-03-31T12:31:52 | 250,777,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.workfinder;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.wid... | UTF-8 | Java | 3,086 | java | confirmAppPage.java | Java | [] | null | [] | package com.example.workfinder;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.wid... | 3,086 | 0.684057 | 0.683409 | 78 | 38.564102 | 29.73196 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 5 |
85dbc98803eefbaa6ac5dacdd7818c2895dd00c7 | 38,972,533,290,771 | 4a8d831da56fb668664ee810ec0bcc8cce930491 | /level2/[3์ฐจ]_n์ง์_๊ฒ์/Solution077.java | 51938fea5ddc70657f61995c3ae8ddce8d87a80b | [] | no_license | yongbok78/kyb-coding-test | https://github.com/yongbok78/kyb-coding-test | a30bc0b848324e7321d0255bd61b74a08e3d9dc8 | 39aea47304760a2a7ac88781ab8e929d25e8be09 | refs/heads/master | 2023-02-28T09:55:34.752000 | 2021-02-06T11:58:57 | 2021-02-06T11:58:57 | 334,563,984 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution077 {
public String solution(int n, int t, int m, int p) {
String answer = "";
int i = 0;
int pointer = p - 1;
StringBuilder nums = new StringBuilder();
while (answer.length() < t) {
nums.append(Integer.toString(i, n).toUpperCase());
i++;... | UTF-8 | Java | 755 | java | Solution077.java | Java | [] | null | [] | class Solution077 {
public String solution(int n, int t, int m, int p) {
String answer = "";
int i = 0;
int pointer = p - 1;
StringBuilder nums = new StringBuilder();
while (answer.length() < t) {
nums.append(Integer.toString(i, n).toUpperCase());
i++;... | 755 | 0.513907 | 0.478146 | 24 | 30.458334 | 18.544943 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 5 |
110461110a9b56cc29c482170a4be38de00f4c8f | 18,837,726,603,252 | f35ccf00f20ce8ed27898a8c49aaece431a75f2c | /hospital/src/main/java/com/kkb/bean/Hosregister.java | 90475e37fd90625ea1fad80cbda49a83e3ebe78f | [] | no_license | Shuaishuaizai/hospital | https://github.com/Shuaishuaizai/hospital | d27a279b6855f36b178b3f8a71f8889da8d366dd | 3c9e5ff177598d8204417d9204d38df2a11be819 | refs/heads/master | 2023-04-30T08:44:54.307000 | 2021-05-09T13:13:00 | 2021-05-09T13:13:00 | 366,288,737 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kkb.bean;
import javax.persistence.Id;
/**
* @author xiaoyou
*
*/
public class Hosregister {
@Id
private Integer hosrId;
private String hosrIdcar;
private String hosrMedical;
private Double hosrRegprice;
private String hosrPhone;
private Integer hosrSelfprice;
priv... | UTF-8 | Java | 2,837 | java | Hosregister.java | Java | [
{
"context": "ean;\n\nimport javax.persistence.Id;\n\n/**\n * @author xiaoyou\n *\n */\npublic class Hosregister {\n @Id\n pri",
"end": 75,
"score": 0.9992508292198181,
"start": 68,
"tag": "USERNAME",
"value": "xiaoyou"
}
] | null | [] | package com.kkb.bean;
import javax.persistence.Id;
/**
* @author xiaoyou
*
*/
public class Hosregister {
@Id
private Integer hosrId;
private String hosrIdcar;
private String hosrMedical;
private Double hosrRegprice;
private String hosrPhone;
private Integer hosrSelfprice;
priv... | 2,837 | 0.633063 | 0.633063 | 140 | 19.271429 | 20.211327 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.292857 | false | false | 5 |
0f684671c55b921c2eb91fc9738538023116a275 | 10,617,159,212,831 | 67932fb255c5063f5bde80e1c221d30cac4d7125 | /src/main/java/pages/ProductPage.java | 29d44b5ed660651cb3cd6378dc550468440b9d30 | [] | no_license | ElenaGh/UrnAutomation | https://github.com/ElenaGh/UrnAutomation | e9f1c71069e36d57d5d42997e534f8441ff8c773 | d13f51640a76f42b74e7e317e46172a6a4d8f3ca | refs/heads/master | 2021-08-28T00:43:37.243000 | 2017-12-10T22:42:50 | 2017-12-10T22:42:50 | 113,736,988 | 0 | 0 | null | false | 2017-12-10T22:42:51 | 2017-12-10T09:12:38 | 2017-12-10T12:41:57 | 2017-12-10T22:42:51 | 6,287 | 0 | 0 | 0 | Java | false | null | package pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
public class ProductPage {
public static boolean checkProductName(WebDriver browser, String productDesc) {
return browser.findElement(By.id("ProductName")).getText().contains(productDesc);
}
}
| UTF-8 | Java | 304 | java | ProductPage.java | Java | [] | null | [] | package pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
public class ProductPage {
public static boolean checkProductName(WebDriver browser, String productDesc) {
return browser.findElement(By.id("ProductName")).getText().contains(productDesc);
}
}
| 304 | 0.736842 | 0.736842 | 14 | 19.714285 | 28.237333 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.857143 | false | false | 5 |
6a96561d82a8c9acdea1d5c4eca251797a78008e | 11,149,735,158,990 | cc8635edbc3a1d8bbfab47f7772d2557d106cdd8 | /AVLDriver.java | dea2ba43bed8aa67b66b5fd12e1cf10c686bee73 | [] | no_license | sophielandver/AVLTree | https://github.com/sophielandver/AVLTree | 267c91a9b7ac3bf70ef74e065f0491b55bc9994c | 6e3e7f27b07bddcca17964dba5abedf5d92cebc1 | refs/heads/master | 2020-04-02T23:28:40.338000 | 2016-07-10T00:53:17 | 2016-07-10T00:53:17 | 62,975,397 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class AVLDriver {
/**
* This main function reads in instructions on what to do with a
* AVL tree. The instructions must be given in the format
* "insert n" or "delete n" or "search n" or "traverse" or "exit" where n is an
* integer. This method will continually accept inst... | UTF-8 | Java | 1,390 | java | AVLDriver.java | Java | [] | null | [] | import java.util.Scanner;
public class AVLDriver {
/**
* This main function reads in instructions on what to do with a
* AVL tree. The instructions must be given in the format
* "insert n" or "delete n" or "search n" or "traverse" or "exit" where n is an
* integer. This method will continually accept inst... | 1,390 | 0.628058 | 0.62518 | 61 | 21.770493 | 20.281942 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.672131 | false | false | 5 |
5b94282ecd9ad3092ab291083e985aadd84a0762 | 19,679,540,204,068 | 4a1d631a9811580da7191b219e80850b5b2864c4 | /src/org/jgll/grammar/slot/BodyGrammarSlot.java | ba08e74137aa307469faa1dd9b944b3411710493 | [] | no_license | seba--/iguana | https://github.com/seba--/iguana | ef7ed01af1bc416f6548d6be891b920e236d5b55 | 206f29141379f29ff54f351b31253e5a16a56b06 | refs/heads/master | 2021-01-17T21:57:45.827000 | 2013-09-15T23:44:08 | 2013-09-15T23:44:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jgll.grammar.slot;
import java.io.IOException;
import java.io.Serializable;
import java.io.Writer;
import java.util.ArrayList;
import java.util.List;
import org.jgll.grammar.Symbol;
import org.jgll.grammar.slotaction.SlotAction;
import org.jgll.parser.GLLParserInternals;
import org.jgll.util.Input;
/**
... | UTF-8 | Java | 3,321 | java | BodyGrammarSlot.java | Java | [
{
"context": "s;\nimport org.jgll.util.Input;\n\n/**\n * \n * @author Ali Afroozeh\n *\n */\npublic abstract class BodyGrammarSlot exte",
"end": 346,
"score": 0.9998825192451477,
"start": 334,
"tag": "NAME",
"value": "Ali Afroozeh"
}
] | null | [] | package org.jgll.grammar.slot;
import java.io.IOException;
import java.io.Serializable;
import java.io.Writer;
import java.util.ArrayList;
import java.util.List;
import org.jgll.grammar.Symbol;
import org.jgll.grammar.slotaction.SlotAction;
import org.jgll.parser.GLLParserInternals;
import org.jgll.util.Input;
/**
... | 3,315 | 0.728696 | 0.727793 | 148 | 21.43919 | 24.345272 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.506757 | false | false | 5 |
e4579a57a86e617ad5966e0cdc33dc0eb7a19418 | 33,225,867,053,457 | 51208458940cf15883f8287841d498e23a41606a | /a1755144/2018/s1/fcs/week-10/practical-06/MySearchAlg/Main.java | e272bc98e548d70600e33a3d06ef7602ce203085 | [] | no_license | chengen1213/uniwork | https://github.com/chengen1213/uniwork | dc72a92daaf7d8a7e11873b1f181f500220787dc | 1456477360c958cad13ee32cc6a94ed03a6eed1f | refs/heads/master | 2022-04-06T18:15:05.197000 | 2020-03-05T09:57:45 | 2020-03-05T09:57:45 | 230,687,212 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
int numOfElements = 10;
ArrayList<MySearchAlg> mySearchAlgs = new ArrayList<>();
MySearchAlg linearSearch = new LinearSearch();
MySearchAlg binarySearch = new BinarySearch();
mySearchA... | UTF-8 | Java | 5,505 | java | Main.java | Java | [] | null | [] | import java.util.ArrayList;
public class Main {
public static void main(String[] args) {
int numOfElements = 10;
ArrayList<MySearchAlg> mySearchAlgs = new ArrayList<>();
MySearchAlg linearSearch = new LinearSearch();
MySearchAlg binarySearch = new BinarySearch();
mySearchA... | 5,505 | 0.470663 | 0.462125 | 149 | 35.946308 | 23.278236 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644295 | false | false | 5 |
cbe51f0a8d44200f213d14c78b5ce585a3a09ba0 | 10,376,641,042,557 | e30a0fddcd2a98731a84caf7736d3a9634e7c55f | /src/main/java/com/chocobo/composite/util/ShipIdGenerator.java | a72d3f652985f792018216099f9326a6122e618d | [] | no_license | ChoCoBo1712/epam-threading | https://github.com/ChoCoBo1712/epam-threading | 8ad468cd3c6305c6877f809fcb990537d091d397 | 8533a3cf8f43794f3cc408488d17a11830d6f1d4 | refs/heads/master | 2023-06-30T09:50:30.112000 | 2021-07-28T11:46:53 | 2021-07-28T11:46:53 | 372,309,269 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chocobo.composite.util;
public class ShipIdGenerator {
private static long counter;
private ShipIdGenerator() { }
public static long generateId() {
return ++counter;
}
}
| UTF-8 | Java | 210 | java | ShipIdGenerator.java | Java | [] | null | [] | package com.chocobo.composite.util;
public class ShipIdGenerator {
private static long counter;
private ShipIdGenerator() { }
public static long generateId() {
return ++counter;
}
}
| 210 | 0.671429 | 0.671429 | 12 | 16.5 | 15.787653 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
02d10999c38e88c39aab63b9efac2f924c36cb23 | 26,036,091,790,863 | 823732a62781bae4aa5335fcb06823cdb01b4ce7 | /SearchFileContents_Toni.java | 7fee072651bfa9e520ffbda5a0439625c4deda33 | [] | no_license | Hyonsok/ubc-cpsc213 | https://github.com/Hyonsok/ubc-cpsc213 | c6a2821d744376669cf9d24f440319927c638b41 | fbc34480fbfde0541c77039d8b8358794affd266 | refs/heads/master | 2022-07-25T04:47:48.373000 | 2019-07-04T18:12:13 | 2019-07-04T18:12:13 | 195,284,507 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.io.*;
public class SearchFileContents extends JFrame {
private DefaultListModel<File> fileListModel;
private JList<File> fileList;
private JLabel searchTextLabel;
private JTextField searchTextField;
private JLa... | UTF-8 | Java | 6,215 | java | SearchFileContents_Toni.java | Java | [] | null | [] | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.io.*;
public class SearchFileContents extends JFrame {
private DefaultListModel<File> fileListModel;
private JList<File> fileList;
private JLabel searchTextLabel;
private JTextField searchTextField;
private JLa... | 6,215 | 0.601448 | 0.59823 | 171 | 35.345028 | 24.067236 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.672515 | false | false | 5 |
1cb3d4313d33436a24d50b97d19e068f070a4905 | 21,474,836,546,646 | 7c8fac40ed6ab5d0843652a4a172561ffb708a92 | /PoC-result/src/main/java/com/aufbau/PoCresult/service/VoteService.java | 76f3c4d3d9a3cca58f2d817856ea499d83ae9a6c | [] | no_license | Aufbau/PoC-result | https://github.com/Aufbau/PoC-result | d27a0aa5bbfb1bac2442656788f00ce845775e3b | 5d55558d0389a971ff79545ba35972f72b2e0590 | refs/heads/master | 2023-03-02T12:20:51.569000 | 2021-02-01T10:34:37 | 2021-02-01T10:34:37 | 332,652,732 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aufbau.PoCresult.service;
import com.aufbau.PoCresult.dao.VoteRepository;
import com.aufbau.PoCresult.models.Result;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.List;
/*
VoteRepository (whic... | UTF-8 | Java | 1,228 | java | VoteService.java | Java | [] | null | [] | package com.aufbau.PoCresult.service;
import com.aufbau.PoCresult.dao.VoteRepository;
import com.aufbau.PoCresult.models.Result;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.ArrayList;
import java.util.List;
/*
VoteRepository (whic... | 1,228 | 0.660423 | 0.657166 | 47 | 25.127659 | 24.754641 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319149 | false | false | 5 |
e5e4bed828d308e21d8ad6b4fe390019da83ead5 | 32,873,679,739,849 | 88d12ff2fa5d301cfadc205483e5723111b57788 | /app/repositories/JpaRegionRepository.java | 25d0c88c1644271fa013f3cde5c289024bf02fe5 | [
"Apache-2.0"
] | permissive | AsuraMedia/tradepackers.api | https://github.com/AsuraMedia/tradepackers.api | e4b27e81a6987caa1ce86aae414a0eb902cee000 | 72ce7779f5fc8b893ebde8e013e0ed1ec0b56eae | refs/heads/master | 2021-05-02T09:34:11.368000 | 2017-02-17T02:41:46 | 2017-02-17T02:41:46 | 72,882,231 | 1 | 0 | null | false | 2017-02-17T02:41:47 | 2016-11-04T20:16:37 | 2016-11-21T07:37:45 | 2017-02-17T02:41:47 | 149 | 0 | 0 | 0 | Java | null | null | package repositories;
import models.Region;
import play.db.jpa.JPAApi;
import repositories.base.JpaRepository;
import repositories.interfaces.RegionRepository;
import javax.inject.Inject;
import javax.inject.Singleton;
/**
* Created by eduardo on 12/02/17.
*/
@Singleton
public class JpaRegionRepository extends Jpa... | UTF-8 | Java | 473 | java | JpaRegionRepository.java | Java | [
{
"context": "\nimport javax.inject.Singleton;\n\n/**\n * Created by eduardo on 12/02/17.\n */\n@Singleton\npublic class JpaRegio",
"end": 247,
"score": 0.9089893102645874,
"start": 240,
"tag": "USERNAME",
"value": "eduardo"
}
] | null | [] | package repositories;
import models.Region;
import play.db.jpa.JPAApi;
import repositories.base.JpaRepository;
import repositories.interfaces.RegionRepository;
import javax.inject.Inject;
import javax.inject.Singleton;
/**
* Created by eduardo on 12/02/17.
*/
@Singleton
public class JpaRegionRepository extends Jpa... | 473 | 0.784355 | 0.77167 | 23 | 19.565218 | 21.975927 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 5 |
fe383c63f8d7d065fed4761bdc3270aa02e6565c | 206,158,433,305 | e29dfefcccf63126a328ebafad29701e8724f53c | /talleres/taller01/DigraphAM.java | bb0dae2a166d2e55e3155a5d565db6e92f9dbc44 | [] | no_license | DavidLakeT/ST0247-002 | https://github.com/DavidLakeT/ST0247-002 | 7c2c8a769fd474fad063ef4361526ac4b6dbf9c7 | ccbaee735a500d4aac9d01ffb424b9eba27a39fc | refs/heads/master | 2023-04-26T01:51:33.591000 | 2021-06-02T02:14:11 | 2021-06-02T02:14:11 | 332,781,655 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.DavidLake.DatosAlgoritmos2.Taller01;
import java.lang.reflect.Array;
import java.util.ArrayList;
public class DigraphAM extends Digraph {
private int size;
private int[][] matriz;
public DigraphAM(int size) {
super(size);
this.size = size;
matriz = new i... | UTF-8 | Java | 1,161 | java | DigraphAM.java | Java | [
{
"context": "package me.DavidLake.DatosAlgoritmos2.Taller01;\r\n\r\nimport java.lang.re",
"end": 20,
"score": 0.7303975820541382,
"start": 11,
"tag": "USERNAME",
"value": "DavidLake"
}
] | null | [] | package me.DavidLake.DatosAlgoritmos2.Taller01;
import java.lang.reflect.Array;
import java.util.ArrayList;
public class DigraphAM extends Digraph {
private int size;
private int[][] matriz;
public DigraphAM(int size) {
super(size);
this.size = size;
matriz = new i... | 1,161 | 0.530577 | 0.523686 | 52 | 20.326923 | 20.624594 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.480769 | false | false | 5 |
e7d56c09eea9a977362d0785b6832ac2b0b4ae90 | 5,162,550,712,860 | 6e5a8fd3002ac526d4c2a7e9f567974594d0c006 | /src/test/java/com/xu/tao/service/Impl/UserServiceImplTest.java | b91dc5ef0acc96ea0d305bda6c2fd4aa42c59459 | [] | no_license | xubyxiaobao/change_data_source | https://github.com/xubyxiaobao/change_data_source | 1c76c08813faffed5996b34f7f0ccdfebf0f2932 | 117a13d66ec00f70770564950af2d9671712595b | refs/heads/master | 2021-08-30T06:21:04.643000 | 2017-12-16T12:51:16 | 2017-12-16T12:51:16 | 114,460,521 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xu.tao.service.Impl;
import com.xu.tao.pojo.User;
import com.xu.tao.service.IUserService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.conte... | UTF-8 | Java | 1,119 | java | UserServiceImplTest.java | Java | [
{
"context": "port static org.junit.Assert.*;\n\n/**\n * Created by xutao on 2017/12/16.\n */\n@RunWith(SpringRunner.class)\n@",
"end": 403,
"score": 0.9993395805358887,
"start": 398,
"tag": "USERNAME",
"value": "xutao"
},
{
"context": "User user = new User();\n user.setUserna... | null | [] | package com.xu.tao.service.Impl;
import com.xu.tao.pojo.User;
import com.xu.tao.service.IUserService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.conte... | 1,130 | 0.684734 | 0.676603 | 45 | 23.622223 | 18.290604 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488889 | false | false | 5 |
d8aecd0df277ef9ba94785c6e5c91d01c1774ce5 | 13,572,096,678,492 | 238f71529804f85ae4cc78575d579bd4aeffc3f6 | /src/test/resources/expectations/java/testjava/TestIgnoreInInterfaceBase.java | 01c9476b53ae1dfc0387440d813e346cd83fbd7c | [] | no_license | Catalysts/cdoclet | https://github.com/Catalysts/cdoclet | c6e2e09234e16c41ba4d670f9b23f269af77a98a | d9f82a6ac6b0179bfd419e2510a6cea3b63b7e92 | refs/heads/master | 2016-09-06T02:44:31.551000 | 2015-03-15T21:16:47 | 2015-03-15T21:16:47 | 3,842,400 | 0 | 0 | null | false | 2015-03-18T12:22:54 | 2012-03-27T10:00:37 | 2015-03-15T21:16:54 | 2015-03-18T12:21:21 | 976 | 1 | 0 | 1 | Java | null | null |
package testjava;
/**
* Generated by CDoclet from test.TestIgnoreInInterfaceBase. Do not edit.
*/
public interface TestIgnoreInInterfaceBase<T> extends testjava.TestOverrideInterfaceBase<T> {
}
| UTF-8 | Java | 198 | java | TestIgnoreInInterfaceBase.java | Java | [] | null | [] |
package testjava;
/**
* Generated by CDoclet from test.TestIgnoreInInterfaceBase. Do not edit.
*/
public interface TestIgnoreInInterfaceBase<T> extends testjava.TestOverrideInterfaceBase<T> {
}
| 198 | 0.792929 | 0.792929 | 6 | 31.666666 | 37.124416 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 5 |
0a3af486cc7515c40704c55f1cae111888993abd | 8,358,006,377,591 | 20fd58ae2446f0e7c710f0864f5d6d230fabed07 | /app/src/main/java/art/ozandmlr/vkmessenger/VKFirebaseMessaginingServer.java | 2d71e83b34bef6dc520b0e587e046ee586f4afc1 | [] | no_license | tima2015/VKMessenger | https://github.com/tima2015/VKMessenger | 8285233efa316ef360aee01c4f9a5bfbbda5d4d2 | 5eaef618391c50c1f23854b7fbfb5090d504b9da | refs/heads/master | 2020-09-01T08:06:51.689000 | 2019-11-07T08:30:14 | 2019-11-07T08:30:14 | 218,916,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package art.ozandmlr.vkmessenger;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.util.Log;
import androidx.annotation.NonNull;
import com.google.firebase.messaging.FirebaseMessagingService;
public class VKFirebaseMessaginingServer extends FirebaseMessagingServic... | UTF-8 | Java | 579 | java | VKFirebaseMessaginingServer.java | Java | [] | null | [] | package art.ozandmlr.vkmessenger;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.util.Log;
import androidx.annotation.NonNull;
import com.google.firebase.messaging.FirebaseMessagingService;
public class VKFirebaseMessaginingServer extends FirebaseMessagingServic... | 579 | 0.74266 | 0.74266 | 26 | 21.26923 | 24.248011 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 5 |
95e02f239c7669edb4810e27301e1eb979a362e7 | 6,305,012,034,849 | 6fc1023105c1db9f47338d0edd9524dcce3ca438 | /src/aprisma/akirah/bingung/MainActivity.java | 246693472cec0dc4319798f7301caa30c34ff4b1 | [] | no_license | akipmaulana/ProgramKB | https://github.com/akipmaulana/ProgramKB | b8be2f8334eed83ef853426f2cdacee4e480441a | eab08dc1e4f6a793722ec74d3c2a115e05cab9ce | refs/heads/master | 2020-12-24T15:22:09.861000 | 2014-12-02T01:45:56 | 2014-12-02T01:45:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aprisma.akirah.bingung;
import org.json.JSONException;
import org.json.JSONObject;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.cont... | UTF-8 | Java | 4,680 | java | MainActivity.java | Java | [] | null | [] | package aprisma.akirah.bingung;
import org.json.JSONException;
import org.json.JSONObject;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.cont... | 4,680 | 0.701496 | 0.7 | 183 | 24.573771 | 19.611355 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.945355 | false | false | 5 |
f8380eedef5a8869169852e4f872bcf686388505 | 30,425,548,344,154 | fa25efe48b63ed9d936fca443eda3ed583939268 | /src/com/example/java/panels/EnemyPanel.java | 9ec49b78a92f97c1a9978851342d7d85834af384 | [] | no_license | PuceEdgar/FightGame | https://github.com/PuceEdgar/FightGame | fd8c2dce75d498db950d4955b6fbbce20f04753a | 4e3776dc0658f4118e6775de9734a938fc641ed7 | refs/heads/master | 2021-05-14T01:33:53.002000 | 2018-01-07T14:20:55 | 2018-01-07T14:20:55 | 114,936,621 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.java.panels;
import com.example.java.enemy.Enemy;
import javax.swing.*;
public class EnemyPanel {
private Enemy enemy;
private JPanel enemyPanel;
private JLabel enemyName, enemyHealth;
public EnemyPanel(Enemy enemy) {
this.enemy = enemy;
this.enemyPanel = new JPa... | UTF-8 | Java | 1,268 | java | EnemyPanel.java | Java | [] | null | [] | package com.example.java.panels;
import com.example.java.enemy.Enemy;
import javax.swing.*;
public class EnemyPanel {
private Enemy enemy;
private JPanel enemyPanel;
private JLabel enemyName, enemyHealth;
public EnemyPanel(Enemy enemy) {
this.enemy = enemy;
this.enemyPanel = new JPa... | 1,268 | 0.637224 | 0.637224 | 55 | 22.054546 | 19.464109 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418182 | false | false | 5 |
dcc07e9d6ae8376f2925f6ced31f25f2c628820c | 644,245,103,535 | cc2ff3f2e20dd673ed7593dd68ceb625c44fdb57 | /jaxrs/eagledns/src/main/java/se/unlogic/standardutils/dao/GenericDAO.java | d764b98eabc40ba10d2cb6d09fb4c7b89956fcea | [
"Apache-2.0"
] | permissive | raphaelning/resteasy-client-android | https://github.com/raphaelning/resteasy-client-android | c0051e6fa921bb62754b3c49e8ea23d3b0813362 | 428bef2352710afaad2f3a3b7f6798eaf2c4fe2b | refs/heads/master | 2016-09-06T10:37:56.680000 | 2013-11-19T06:50:41 | 2013-11-19T06:50:41 | 14,515,445 | 2 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2010 Robert "Unlogic" Olofsson (unlogic@unlogic.se).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this d... | UTF-8 | Java | 1,960 | java | GenericDAO.java | Java | [
{
"context": "****************************\n * Copyright (c) 2010 Robert \"Unlogic\" Olofsson (unlogic@unlogic.se).\n * All r",
"end": 109,
"score": 0.8857623338699341,
"start": 103,
"tag": "NAME",
"value": "Robert"
},
{
"context": "*******************\n * Copyright (c) 2010 Robert \... | null | [] | /*******************************************************************************
* Copyright (c) 2010 Robert "Unlogic" Olofsson (<EMAIL>).
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this distribution... | 1,949 | 0.741837 | 0.738265 | 47 | 40.702129 | 37.968586 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.06383 | false | false | 5 |
ccae8886d5c07d3d321d8cfedfb15bc2c8453cdf | 18,648,748,017,869 | 40bee1b0df9c094884a50632d48fa6937b9f6592 | /src/main/java/com/siti/enterprise/vo/PositionReleaseVo.java | 239466e2a76fef4745f0a627cda274489a76eb1c | [] | no_license | Ahellblack/recruit_assemble | https://github.com/Ahellblack/recruit_assemble | 44ca505f8f9a801c0ad5b04601e6bf3c45975832 | c5767622c22f8c51acf929e01b36ed5fe4c577cb | refs/heads/master | 2022-07-11T04:12:08.342000 | 2020-02-27T07:25:20 | 2020-02-27T07:25:20 | 242,373,964 | 0 | 0 | null | false | 2022-06-29T17:58:42 | 2020-02-22T16:31:44 | 2020-02-27T07:25:37 | 2022-06-29T17:58:41 | 239 | 0 | 0 | 7 | Java | false | false | package com.siti.enterprise.vo;
import java.sql.Timestamp;
public class PositionReleaseVo {
private long id;
private long entId;
private long postId;
private String postName;
private String entName;
private String salary;
private String city;
private String province;
private long recruitNum;
priv... | UTF-8 | Java | 7,493 | java | PositionReleaseVo.java | Java | [] | null | [] | package com.siti.enterprise.vo;
import java.sql.Timestamp;
public class PositionReleaseVo {
private long id;
private long entId;
private long postId;
private String postName;
private String entName;
private String salary;
private String city;
private String province;
private long recruitNum;
priv... | 7,493 | 0.696383 | 0.696383 | 407 | 17.41032 | 17.277365 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.348894 | false | false | 5 |
d134b2fb1c09ac8f507e9a78cd9e827db39a2328 | 5,016,521,849,272 | 0093d534ce85e7959629e86f136bab4fac5ad1ef | /src/main/java/webprobe/pages/Page.java | c298cc0890a870bef9ea7c84b87128340acd67f0 | [] | no_license | Pleshivtsev/WebProbe | https://github.com/Pleshivtsev/WebProbe | 465231b2ab2089999c47d71fcbfc2f0f4bab5a82 | 6d9af08e430bf2a27a07f83c0aa1b7e820125834 | refs/heads/master | 2020-03-21T13:31:53.238000 | 2019-11-14T07:41:46 | 2019-11-14T07:41:46 | 138,610,873 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package webprobe.pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
import webprobe.WebProbe;
import webprobe.utils.Assert;
import java.util.Ar... | UTF-8 | Java | 9,234 | java | Page.java | Java | [] | null | [] | package webprobe.pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
import webprobe.WebProbe;
import webprobe.utils.Assert;
import java.util.Ar... | 9,234 | 0.596328 | 0.595875 | 243 | 35.316872 | 33.996647 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.469136 | false | false | 5 |
8b8766b2aeb61b5356b7c04851bda4c20e4a0243 | 5,016,521,848,019 | 0271a8d6fe08d82647adde66f385528cbeccfc2e | /phone/video/src/com/miui/video/widget/recommend/BaseMediaView.java | 6a790c32de2cc304a2568e5fecb43f06348ab8a1 | [] | no_license | eltld/MiuiVideo | https://github.com/eltld/MiuiVideo | 8ac9bb2e5b3545c0a18964e7bb5e014d2197988c | ce578e51833268bc65091d14d630e6bf6cf62af4 | refs/heads/master | 2020-05-29T11:06:37.612000 | 2015-03-06T01:47:07 | 2015-03-06T01:47:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright(c) 2014 XiaoMi TV Group
*
* BaseMediaView.java
*
* @author tianli(tianli@xiaomi.com)
*
* @date 2014-11-6
*/
package com.miui.video.widget.recommend;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.RelativeLayout;
im... | UTF-8 | Java | 4,622 | java | BaseMediaView.java | Java | [
{
"context": "up\n * \n * BaseMediaView.java\n * \n * @author tianli(tianli@xiaomi.com)\n * \n * @date 2014-11-6\n */\np",
"end": 97,
"score": 0.9972270131111145,
"start": 91,
"tag": "USERNAME",
"value": "tianli"
},
{
"context": "\n * BaseMediaView.java\n * \n * @author... | null | [] | /**
* Copyright(c) 2014 XiaoMi TV Group
*
* BaseMediaView.java
*
* @author tianli(<EMAIL>)
*
* @date 2014-11-6
*/
package com.miui.video.widget.recommend;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.RelativeLayout;
import andro... | 4,612 | 0.615102 | 0.612722 | 162 | 27.530865 | 21.264116 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 5 |
b0aec2a932dce7df5d234cc2926bdabecc23561e | 24,756,191,539,226 | 9cd2819c3cf778e6699ee8c979b2d823ce7784b9 | /doc/src/com/company/Main.java | 272850fbd048ba8fe10c4a73ecb65e8bb7bb4436 | [] | no_license | taniarailll/test | https://github.com/taniarailll/test | 749b7807091ecd4c5ba897c69601e0e8f4d59de7 | 561495c0f7f6e14d9f4950048ca14ac727ab5ce4 | refs/heads/main | 2023-02-16T15:32:01.694000 | 2021-01-17T18:48:06 | 2021-01-17T18:48:06 | 330,459,489 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
System.out.println("ะทะฐะดะฐะฝะธะต 1");
Task1.task1();
System.out.println("ะทะฐะดะฐะฝะธะต 2");
Task2.task2();
System.out.println("ะทะฐะดะฐะฝะธะต 3");
Task3.task3();
... | UTF-8 | Java | 570 | java | Main.java | Java | [] | null | [] | package com.company;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
System.out.println("ะทะฐะดะฐะฝะธะต 1");
Task1.task1();
System.out.println("ะทะฐะดะฐะฝะธะต 2");
Task2.task2();
System.out.println("ะทะฐะดะฐะฝะธะต 3");
Task3.task3();
... | 570 | 0.543561 | 0.50947 | 21 | 23.142857 | 14.80761 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
51bc1decf7ebb7beadd5bb22b2e4a7b701bb4f40 | 21,912,923,201,824 | 85911ffc87894bb0dabf555cda34ed0c79b67f05 | /src/mp/exceptions/suscripciones/SuscripcionActivada.java | 9e8efe24d0a01639b1f47d45773aecdd8913dcf0 | [] | no_license | IsraelSonseca/P2-Grupo05 | https://github.com/IsraelSonseca/P2-Grupo05 | a98cf7e9e2f80803389d86cb89be42bf6481026a | 420fbb131f0025ee07ea0a1a944902b06f5d9c4d | refs/heads/master | 2021-04-11T06:20:28.250000 | 2020-05-13T15:48:16 | 2020-05-13T15:48:16 | 248,998,951 | 2 | 1 | null | false | 2020-04-22T12:34:11 | 2020-03-21T15:00:46 | 2020-04-16T23:17:28 | 2020-04-22T12:34:11 | 298 | 2 | 0 | 4 | Java | false | false | package mp.exceptions.suscripciones;
import mp.exceptions.Result;
import mp.subforos.SubForo;
import mp.users.MiembroURJC;
public class SuscripcionActivada extends Result {
public SuscripcionActivada(MiembroURJC user, SubForo subForo) {
super("El usuario: " + user.getNick() + ", ha sido suscrito al SUBFOR... | UTF-8 | Java | 424 | java | SuscripcionActivada.java | Java | [] | null | [] | package mp.exceptions.suscripciones;
import mp.exceptions.Result;
import mp.subforos.SubForo;
import mp.users.MiembroURJC;
public class SuscripcionActivada extends Result {
public SuscripcionActivada(MiembroURJC user, SubForo subForo) {
super("El usuario: " + user.getNick() + ", ha sido suscrito al SUBFOR... | 424 | 0.726415 | 0.726415 | 11 | 37.545456 | 47.277447 | 172 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 5 |
34c96ef18d8c1fe396f6dfdb0f8008c1512886a3 | 21,912,923,201,288 | f3649bb3264163b205a056ed73b9c0f10e9e358c | /app/src/main/java/com/cs/cardwhere/ScanCardActivity.java | b624b5b9cbef4c88036fa9e504f21e3c26f08457 | [] | no_license | wongchiksum/CardWhere | https://github.com/wongchiksum/CardWhere | 41bf5cba1183f71254056336fb4c8275c3ffe179 | 84aad6fcf8b6fbf7075d7c24c4aed1aa40346dc5 | refs/heads/master | 2022-01-09T00:42:20.019000 | 2019-05-08T06:47:30 | 2019-05-08T06:47:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cs.cardwhere;
import android.Manifest;
import android.app.AlertDialog;
import android.content.ContentValues;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import andr... | UTF-8 | Java | 15,126 | java | ScanCardActivity.java | Java | [] | null | [] | package com.cs.cardwhere;
import android.Manifest;
import android.app.AlertDialog;
import android.content.ContentValues;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import andr... | 15,126 | 0.590969 | 0.588523 | 419 | 35.100239 | 27.393177 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541766 | false | false | 5 |
3bcb4856b38c0382ddc1cdb638cd842fc7109139 | 34,789,235,134,383 | cfbd5f49dab34a02ebc7a743dd61cc62ff2f69e4 | /src/main/java/mx/company/code/model/BcomServiceRequestBean.java | 181e937390999773d497682eda24827864557824 | [] | no_license | apalmag/springExample | https://github.com/apalmag/springExample | 64853c1b19eadb235401f04148b94bc310cdb329 | 0f9edda8e84726f86968ea08be651dbf101e2a61 | refs/heads/master | 2020-04-10T06:29:45.656000 | 2018-12-07T18:08:02 | 2018-12-07T18:08:02 | 160,856,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* ISBAN Mexico - (c) Banco Santander Central Hispano
*
* Creado el 21/06/2018 17:26:34 (dd/mm/aaaa hh:mm)
*
* Copyright (C) ISBAN All rights reserved. Todos los derechos reservados.
*
*/
package mx.company.code.model;
import java.io.Serializable;
/**
*
*
* @Proyecto: bcom-operacion-service
* @Paquete:... | UTF-8 | Java | 1,846 | java | BcomServiceRequestBean.java | Java | [
{
"context": " *\n * @version 1.0.0\n * @author <a href=โmailto:jnieves@visionconsulting.com.mxโ>Uriel Nieves</a>\n */\npublic class BcomServiceReq",
"end": 481,
"score": 0.9999277591705322,
"start": 450,
"tag": "EMAIL",
"value": "jnieves@visionconsulting.com.mx"
},
{
"context": " ... | null | [] | /**
* ISBAN Mexico - (c) Banco Santander Central Hispano
*
* Creado el 21/06/2018 17:26:34 (dd/mm/aaaa hh:mm)
*
* Copyright (C) ISBAN All rights reserved. Todos los derechos reservados.
*
*/
package mx.company.code.model;
import java.io.Serializable;
/**
*
*
* @Proyecto: bcom-operacion-service
* @Paquete:... | 1,816 | 0.647666 | 0.628122 | 101 | 17.237623 | 18.151806 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.970297 | false | false | 5 |
ebf4b8c7fda897fb1f6c3460f3ebc685e6c45afe | 38,843,684,231,006 | 4bf752f654c2fe508264811cf50b4f4b3c0f6610 | /FourSquareCipher.java | 878bf312a5d9d6cf76bada28ad196caceb80b701 | [] | no_license | kamilBrodziak/enigma | https://github.com/kamilBrodziak/enigma | 2ca736db02a466f200d3cd172555a01897a63a0c | 921610f0854f95980299af3867791647d8c1bd4c | refs/heads/master | 2020-03-26T21:28:53.516000 | 2018-08-24T09:06:40 | 2018-08-24T09:06:40 | 145,391,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class FourSquareCipher{
private String message;
final String alphabetTXT="abcdefghiklmnopqrstuvwxyz";
private String key;
private String key2;
private String decision;
public char[][] alphabet= new char[5][5];
public char[][] ciphertext1=new char[5][5];
public ... | UTF-8 | Java | 4,867 | java | FourSquareCipher.java | Java | [] | null | [] | import java.util.*;
public class FourSquareCipher{
private String message;
final String alphabetTXT="abcdefghiklmnopqrstuvwxyz";
private String key;
private String key2;
private String decision;
public char[][] alphabet= new char[5][5];
public char[][] ciphertext1=new char[5][5];
public ... | 4,867 | 0.472159 | 0.459832 | 164 | 28.682926 | 22.778294 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.640244 | false | false | 5 |
c85bdf723d5dc8bde820e2626a33be687faf3970 | 38,843,684,230,367 | 52c975e2af64621284b070e3a5e855dfa062e5a9 | /test/src/main/java/edu/nju/test/exception/TimeExceededException.java | e871538b9b273887948840b6ee65817156604591 | [] | no_license | dongyibo/OnlineTestSystem | https://github.com/dongyibo/OnlineTestSystem | ad1ac319cc2724b58c57c7993e1bb07ff57b1fa5 | 30fd64e219b10033e8c0a6fd7f4675ec40943f70 | refs/heads/master | 2021-05-11T13:58:53.952000 | 2018-01-16T14:07:20 | 2018-01-16T14:07:20 | 117,690,947 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.nju.test.exception;
public class TimeExceededException extends RuntimeException{
public TimeExceededException(String message){
super(message);
}
}
| UTF-8 | Java | 176 | java | TimeExceededException.java | Java | [] | null | [] | package edu.nju.test.exception;
public class TimeExceededException extends RuntimeException{
public TimeExceededException(String message){
super(message);
}
}
| 176 | 0.755682 | 0.755682 | 7 | 24.142857 | 22.15806 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 5 |
e5cd1e3a797924e4bfae139801e3dd887a6dbe69 | 22,849,226,073,996 | 2c6b840a23566f143b1fb150b32b10f2aa2f7765 | /src/com/koreaap/rms/tr/rp/utiUpdate/web/UtiUpdateController.java | 2acec9b1669b6b8935aacf7300fb82bf8f6d253c | [] | no_license | Lee-Myung-Chul/mc | https://github.com/Lee-Myung-Chul/mc | 45d1145cb240e2b38df87921d1f19309bdf0832a | 39da1fb35275de269b9c5dd8b2c01f46a8d95dad | refs/heads/master | 2021-08-02T12:20:57.907000 | 2021-07-27T00:07:24 | 2021-07-27T00:07:24 | 67,489,237 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.koreaap.rms.tr.rp.utiUpdate.web;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
impo... | UTF-8 | Java | 1,142 | java | UtiUpdateController.java | Java | [] | null | [] | package com.koreaap.rms.tr.rp.utiUpdate.web;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
impo... | 1,142 | 0.793651 | 0.791887 | 44 | 24.795454 | 22.847897 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
06f1740abb98e06f74bb90138a696818236ff35e | 4,939,212,458,748 | 28c62c40a23f1212cb51ace078afae475e4b0559 | /lichkin-spring-boot-demo-web-api/src/main/java/com/lichkin/ErrorCodes.java | a03b602386546f753c20b599a023be97423cafb5 | [
"MIT"
] | permissive | LichKinContributor/lichkin-spring-boot-demos | https://github.com/LichKinContributor/lichkin-spring-boot-demos | 11116f776ccdd487ae1240b9cfbdbd5ab70efacd | 81e27be7e3203716a1cb33897abc586be597b70b | refs/heads/master | 2018-09-07T19:41:30.697000 | 2018-06-08T14:48:09 | 2018-06-08T14:48:09 | 128,640,279 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lichkin;
import com.lichkin.framework.defines.enums.LKCodeEnum;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
/**
* ้่ฏฏ็ผ็
*
* <pre>
* ่ง่ๅฝๅๅบไฝฟ็จไธๅ็บฟๅคงๅ่กจ็คบ้ๆๅธธ้๏ผไธบๅขๅ ๅฏ่ฏปๆงๆฌ็ฑป้็จๅๅใ
* ๅๆฐ้่ฏฏ็ฑปๆ็คบๅฐcode่ฎพ็ฝฎไธบnull๏ผๅไธ้่ฆ้
็ฝฎi18nๆไปถไธญ็ๅ
ๅฎนใ
* ่ชๅฎไนcodeไธ่ฝๅฐไบ10000ใ
* </pre>
*
* @author SuZhou LichKin Information Technol... | UTF-8 | Java | 1,191 | java | ErrorCodes.java | Java | [
{
"context": "ไธญ็ๅ
ๅฎนใ\n * ่ชๅฎไนcodeไธ่ฝๅฐไบ10000ใ\n * </pre>\n *\n * @author SuZhou LichKin Information Technology Co., Ltd.\n */\n@Getter\n@Req",
"end": 300,
"score": 0.9663195013999939,
"start": 286,
"tag": "NAME",
"value": "SuZhou LichKin"
}
] | null | [] | package com.lichkin;
import com.lichkin.framework.defines.enums.LKCodeEnum;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
/**
* ้่ฏฏ็ผ็
*
* <pre>
* ่ง่ๅฝๅๅบไฝฟ็จไธๅ็บฟๅคงๅ่กจ็คบ้ๆๅธธ้๏ผไธบๅขๅ ๅฏ่ฏปๆงๆฌ็ฑป้็จๅๅใ
* ๅๆฐ้่ฏฏ็ฑปๆ็คบๅฐcode่ฎพ็ฝฎไธบnull๏ผๅไธ้่ฆ้
็ฝฎi18nๆไปถไธญ็ๅ
ๅฎนใ
* ่ชๅฎไนcodeไธ่ฝๅฐไบ10000ใ
* </pre>
*
* @author <NAME> Information Technology Co.,... | 1,183 | 0.641054 | 0.627881 | 68 | 12.397058 | 12.925282 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.735294 | false | false | 5 |
c36233ad7d9d55d450a7a0b74e91268cdae370d1 | 24,275,155,221,249 | 2289c90b71c5291049391ea88941b59ecfbba6c7 | /.svn/pristine/d4/d435a5d656711d358d4bad3d787d2052a3a5a45f.svn-base | 9c29205c53c960a3f9be17ac85fdb3e58b6a2964 | [] | no_license | samakin/car-parent | https://github.com/samakin/car-parent | 388762472282b5e5258c01dbdc782b40df980880 | 76130221e27c91f098684350b57d48bbcd1a8643 | refs/heads/master | 2020-04-29T05:01:08.127000 | 2019-01-16T02:41:02 | 2019-01-16T02:41:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.emate.shop.rpc.dto;
import java.util.List;
public class RpcRequest implements java.io.Serializable {
private static final long serialVersionUID = -8643757230663618215L;
// private Class<?> serviceClazz;
private String serviceClazz;
// private Method ... | UTF-8 | Java | 1,697 | d435a5d656711d358d4bad3d787d2052a3a5a45f.svn-base | Java | [] | null | [] | package com.emate.shop.rpc.dto;
import java.util.List;
public class RpcRequest implements java.io.Serializable {
private static final long serialVersionUID = -8643757230663618215L;
// private Class<?> serviceClazz;
private String serviceClazz;
// private Method ... | 1,697 | 0.606953 | 0.595757 | 71 | 22.901409 | 22.531452 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309859 | false | false | 5 | |
b33b77f46aa879ceb63964027653d29995296024 | 38,843,684,266,347 | ab5052b0daba62b84ae1d76cf63e4d1f6b52552f | /audioFile.java | 139ba6f589e72e2de367eff90c46fcbcf53397ad | [] | no_license | mariaguyde/lecteur-de-fichiers | https://github.com/mariaguyde/lecteur-de-fichiers | 7bb8e8e7de58e8b50f3057edf2c76fbfd271a02e | eb311b44e15ca8c18d35415bb82bea86a40347ad | refs/heads/main | 2023-08-13T07:42:20.799000 | 2021-10-14T17:55:10 | 2021-10-14T17:55:10 | 416,657,408 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package file_reader;
public abstract class audioFile extends file implements lecteurFichiers{
public audioFile(String path, String nameFile) {
super(path, nameFile);
}
}
| UTF-8 | Java | 179 | java | audioFile.java | Java | [] | null | [] | package file_reader;
public abstract class audioFile extends file implements lecteurFichiers{
public audioFile(String path, String nameFile) {
super(path, nameFile);
}
}
| 179 | 0.765363 | 0.765363 | 11 | 15.272727 | 23.351429 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 5 |
5e48dac97e57e8f51516636afb5fa9f841197125 | 37,684,043,075,398 | c06c8e62e66c15a8215d73cc02aa6d97a3fd15b4 | /src_hashimoto/Ex04/prac_04_08.java | f1d6f821c0c79ba6ca2db561f9fce06ebef78be2 | [] | no_license | jmas1524/schoo | https://github.com/jmas1524/schoo | ab2226bcb4bb87e503411bf59d143757c50f948a | 884a8dea6a8baf4b87581b3559f7750639be2817 | refs/heads/master | 2022-07-16T08:45:28.481000 | 2020-05-21T07:36:38 | 2020-05-21T07:36:38 | 265,781,215 | 0 | 0 | null | true | 2020-05-21T07:16:03 | 2020-05-21T07:16:02 | 2020-05-21T07:12:01 | 2020-05-21T07:11:58 | 0 | 0 | 0 | 0 | null | false | false | import java.util.Scanner;
public class prac_04_08 {
public static void main(String[] args) {
Scanner stdln = new Scanner(System.in);
int n;
do {
System.out.print("ๆดๆฐๅค๏ผ");
n = stdln.nextInt();
} while (n < 0);
int i = 0;
do {
n /= 1... | UTF-8 | Java | 444 | java | prac_04_08.java | Java | [] | null | [] | import java.util.Scanner;
public class prac_04_08 {
public static void main(String[] args) {
Scanner stdln = new Scanner(System.in);
int n;
do {
System.out.print("ๆดๆฐๅค๏ผ");
n = stdln.nextInt();
} while (n < 0);
int i = 0;
do {
n /= 1... | 444 | 0.440476 | 0.419048 | 22 | 18.136364 | 15.157642 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 5 |
e40663da349cf0ead2cd1c3aca106eda338b3613 | 38,096,359,928,206 | 48601d6a5e542d94382d38eafc05dc90f4681e9f | /src/main/java/com/javaweb/service/impl/BaseDataManageService.java | 0672e65aec6cce218acc038d6e455f564685ada3 | [] | no_license | chen0860310/vmm | https://github.com/chen0860310/vmm | 39971871b201938e4fbe9062ce0bb135a39fe121 | 082ecac3870e2d42ffab78dd27581f50540d58c2 | refs/heads/master | 2023-08-15T12:35:01.581000 | 2021-09-13T09:22:15 | 2021-09-13T09:22:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javaweb.service.impl;
import java.text.SimpleDateFormat;
import java.util.List;
import javax.annotation.Resource;
import org.apache.tools.ant.taskdefs.condition.And;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import org.springframewo... | UTF-8 | Java | 11,531 | java | BaseDataManageService.java | Java | [
{
"context": ".MainItemView;\r\n\r\n/**\r\n * ๅบ็กๆฐๆฎ็ๆๅก\r\n * \r\n * @author PengChan\r\n *\r\n */\r\n@Service\r\npublic class BaseDataManageSe",
"end": 1110,
"score": 0.9986957907676697,
"start": 1102,
"tag": "NAME",
"value": "PengChan"
}
] | null | [] | package com.javaweb.service.impl;
import java.text.SimpleDateFormat;
import java.util.List;
import javax.annotation.Resource;
import org.apache.tools.ant.taskdefs.condition.And;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import org.springframewo... | 11,531 | 0.68944 | 0.68596 | 367 | 27.752043 | 28.450369 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.425068 | false | false | 5 |
0f0e9c59272ba2dbe1c950e05449c36e3b8932c1 | 38,096,359,924,314 | b4fa45fd56da5c448ce731da53597b70d348eb28 | /src/main/java/com/imlewis/repository/SettingsRepository.java | f5796e0ad1a51760080fdf148ce90a28ab75a550 | [] | no_license | MrMagik/progettoweb | https://github.com/MrMagik/progettoweb | 1893d71fe5bc4cab2b9bede95cc5b5aed299f339 | 3a728f5334af582af064f4b82f5bfbad28e4a5ef | refs/heads/master | 2021-05-09T05:11:46.301000 | 2018-01-28T22:25:33 | 2018-01-28T22:25:33 | 119,302,965 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.imlewis.repository;
import com.imlewis.model.Settings;
import org.springframework.data.repository.CrudRepository;
public interface SettingsRepository extends CrudRepository<Settings, Long> {
Settings findByKey(String key);
}
| UTF-8 | Java | 243 | java | SettingsRepository.java | Java | [] | null | [] | package com.imlewis.repository;
import com.imlewis.model.Settings;
import org.springframework.data.repository.CrudRepository;
public interface SettingsRepository extends CrudRepository<Settings, Long> {
Settings findByKey(String key);
}
| 243 | 0.823045 | 0.823045 | 8 | 29.375 | 26.409929 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 5 |
6d6c2857009b649972f4c02d0ec6cc8b18dfe764 | 35,158,602,324,958 | 69ca230138d587d43d867079c80e1c88c8d5678c | /net.colloquia/src/net/colloquia/menu/Action_Exit.java | 68d340487baa2c8c1d73511a3f96a7e3537d3f24 | [] | no_license | Phillipus/colloquia | https://github.com/Phillipus/colloquia | cc6138c44e02425407a5986cfe1b1ad0ca93bb21 | d1dcc5440ae9fb621a853fc8d43f7fad48c3da0d | refs/heads/master | 2022-12-04T17:57:31.197000 | 2020-08-31T21:51:50 | 2020-08-31T21:51:50 | 281,718,827 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.colloquia.menu;
import java.awt.event.*;
import net.colloquia.*;
import net.colloquia.util.*;
/**
* Exits the program by calling {@link MainFrame#closeApp}.
*/
public class Action_Exit extends MenuAction {
public Action_Exit() {
super(LanguageManager.getString("EXIT"), null);
}
/*... | UTF-8 | Java | 503 | java | Action_Exit.java | Java | [] | null | [] | package net.colloquia.menu;
import java.awt.event.*;
import net.colloquia.*;
import net.colloquia.util.*;
/**
* Exits the program by calling {@link MainFrame#closeApp}.
*/
public class Action_Exit extends MenuAction {
public Action_Exit() {
super(LanguageManager.getString("EXIT"), null);
}
/*... | 503 | 0.654076 | 0.654076 | 23 | 20.826086 | 21.93796 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 5 |
fe15ee50b48de0236bcfbd39c367fdbf6407709d | 35,158,602,327,766 | 17c30fed606a8b1c8f07f3befbef6ccc78288299 | /Mate10_8_1_0/src/main/java/com/huawei/android/provider/SettingsEx.java | cac614e5dcdf7e766e6851cfbddbafa7f56e0f0f | [] | no_license | EggUncle/HwFrameWorkSource | https://github.com/EggUncle/HwFrameWorkSource | 4e67f1b832a2f68f5eaae065c90215777b8633a7 | 162e751d0952ca13548f700aad987852b969a4ad | refs/heads/master | 2020-04-06T14:29:22.781000 | 2018-11-09T05:05:03 | 2018-11-09T05:05:03 | 157,543,151 | 1 | 0 | null | true | 2018-11-14T12:08:01 | 2018-11-14T12:08:01 | 2018-11-14T12:07:41 | 2018-11-09T05:05:10 | 26,058 | 0 | 0 | 0 | null | false | null | package com.huawei.android.provider;
import android.content.ContentResolver;
import android.net.Uri;
import android.os.Debug;
import android.provider.Settings.SettingNotFoundException;
import android.util.Slog;
public final class SettingsEx {
public static final String AUTHORITY = "settings";
public static fi... | UTF-8 | Java | 11,500 | java | SettingsEx.java | Java | [] | null | [] | package com.huawei.android.provider;
import android.content.ContentResolver;
import android.net.Uri;
import android.os.Debug;
import android.provider.Settings.SettingNotFoundException;
import android.util.Slog;
public final class SettingsEx {
public static final String AUTHORITY = "settings";
public static fi... | 11,500 | 0.700783 | 0.697826 | 200 | 56.5 | 43.562485 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.1 | false | false | 5 |
755466aa6e784ee8580b5d5ac4ffb306319e59db | 26,963,804,695,095 | 5ac7b60ef19664b2a2dec5c0a4c52519a9ed6e96 | /src/main/java/com/thinkgem/jeesite/modules/sys/entity/User.java | 1db474a9097071db0efceaeee35ca85b69ca05d0 | [
"Apache-2.0"
] | permissive | wangyingjiao/apiservice | https://github.com/wangyingjiao/apiservice | ccf333503225ac82fda024a7f7db2f84d5544527 | 6261e593866be787d9ac016ce16824f8e8c805d7 | refs/heads/master | 2020-03-19T06:04:46.696000 | 2018-05-17T09:56:47 | 2018-05-17T09:56:47 | 135,988,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.sys.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.google.common.collect.Lists;
import co... | UTF-8 | Java | 12,165 | java | User.java | Java | [
{
"context": "ight © 2012-2016 <a href=\"https://github.com/thinkgem/jeesite\">JeeSite</a> All rights reserved.\n */\npac",
"end": 70,
"score": 0.9992668032646179,
"start": 62,
"tag": "USERNAME",
"value": "thinkgem"
},
{
"context": "ort java.util.List;\n\n/**\n * ็จๆทEntity\n *\n ... | null | [] | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.sys.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.google.common.collect.Lists;
import co... | 12,165 | 0.623381 | 0.61156 | 465 | 23.744085 | 20.772839 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505376 | false | false | 12 |
288a7955cb40bf96d374822168e73ec0b991e436 | 2,310,692,406,447 | c49399acbc00d570d2701c3a2c855a8448ba7a3e | /war/src/main/java/com/dev/project2/Generics.java | 68e215787f55802215c207ea8da1c45c16365134 | [] | no_license | Lazzo1984/JenkinsPipelineTest | https://github.com/Lazzo1984/JenkinsPipelineTest | 878f69b67476014337c6bc86f76719943ce4399d | 8155f50d65f66f96d28ddf1ad715ec0c36ae4551 | refs/heads/master | 2022-11-28T12:57:25.569000 | 2020-02-13T13:21:12 | 2020-02-13T13:21:12 | 240,236,382 | 0 | 0 | null | false | 2022-11-16T09:22:03 | 2020-02-13T10:43:25 | 2020-02-13T13:21:15 | 2022-11-16T09:21:59 | 14,693 | 0 | 0 | 4 | HTML | false | false | package com.dev.project2;
public class Generics implements IOrdinable{
// qualsiasi tipo purche implementi Comparable es String Integer oppure tipi definiti dall'utente
public <T extends Comparable<T>> T[] selectionSort(T[] array) {
T temp;
for (int i = 0; i < array.length - 1; i++)
{
... | UTF-8 | Java | 654 | java | Generics.java | Java | [] | null | [] | package com.dev.project2;
public class Generics implements IOrdinable{
// qualsiasi tipo purche implementi Comparable es String Integer oppure tipi definiti dall'utente
public <T extends Comparable<T>> T[] selectionSort(T[] array) {
T temp;
for (int i = 0; i < array.length - 1; i++)
{
... | 654 | 0.463303 | 0.455657 | 24 | 26.25 | 24.700287 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 12 |
11a5b1d7a95b8d318785c727c2209a28f751a0b4 | 18,897,856,168,977 | 6de3e2dd6e12dabaa02cded3dfc972339869d4e9 | /panda-core/src/main/java/panda/idx/lucene/LuceneQuery.java | 72e1359e0087cbe6bff9032448691ec27bf8693d | [
"Apache-2.0"
] | permissive | ulrye1dev/panda | https://github.com/ulrye1dev/panda | 3757a37e7815a57de43e37636997752611719809 | 3c58a5775697ddade0dfb12f2929178393ef6283 | refs/heads/master | 2020-06-05T14:49:47.647000 | 2019-06-17T02:46:39 | 2019-06-17T03:34:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package panda.idx.lucene;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.queryparser.classic.ParseException;
import org.apache.lucene.queryparser.classic.QueryParser;
import org.apache.lucene.search.Query;
import org.... | UTF-8 | Java | 2,604 | java | LuceneQuery.java | Java | [] | null | [] | package panda.idx.lucene;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.queryparser.classic.ParseException;
import org.apache.lucene.queryparser.classic.QueryParser;
import org.apache.lucene.search.Query;
import org.... | 2,604 | 0.721198 | 0.720814 | 106 | 23.566038 | 21.180277 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 12 |
e801aa3ed854670a024e3ca036236f3dd912cf93 | 18,906,446,037,205 | cf97facff5508dbef46de86eb3ca16441dcfeddd | /airback-web/src/main/java/com/airback/module/user/accountsettings/team/view/UserAddViewImpl.java | fcb49dff27af0f13f5ec00ac623f951b04987418 | [
"MIT"
] | permissive | am2nh/airback | https://github.com/am2nh/airback | bffcc024aa15d5cc5990c93d1965572df17dd834 | 782b1ac49b343d8c497d3dae5be3eb812d151772 | refs/heads/master | 2023-04-08T05:14:55.670000 | 2021-07-05T17:34:52 | 2021-07-05T17:34:52 | 246,276,311 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright ยฉ airback
* <p>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* <p>
* This program is d... | UTF-8 | Java | 17,154 | java | UserAddViewImpl.java | Java | [] | null | [] | /**
* Copyright ยฉ airback
* <p>
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* <p>
* This program is d... | 17,154 | 0.651023 | 0.64461 | 337 | 49.902077 | 37.636074 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.721068 | false | false | 12 |
4b31b2be2afc393432f00c7bf43fddd08b1b633d | 32,057,635,959,938 | dae42883468254ef0210c36ccf881e18cf93d16e | /01_java_basic/02.class_season2/OverridingDemo.java | 27aaa5e472d6cf97157a391dac9f1dbcfc914735 | [] | no_license | sdu6342/java-practice | https://github.com/sdu6342/java-practice | 5151f27c28ba691d4eb414dfe15d205b17ab723f | b132ecce47120dfe67276b96e2e90fea2f80f030 | refs/heads/master | 2017-12-08T07:11:32.761000 | 2017-01-23T08:17:29 | 2017-01-23T08:17:29 | 79,426,706 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
date: 2017.01.23
title: ์ค๋ฒ๋ผ์ด๋ฉ
content: ์์ํ๋ ๊ณผ์ ์์ ๋ถ๋ชจํด๋์ค์ ๋ฉ์๋๋ฅผ ์์ ํ ์ ์๋๋ฐ, ์ด๋ฅผ ์ค๋ฒ๋ผ์ด๋ฉ์ด๋ผ ํ๋ค.
์ค๋ฒ๋ผ์ด๋ฉ์ ํ๊ธฐ ์ํด์๋ ๋ฉ์๋์ ์ด๋ฆ์ด ๊ฐ์์ผํ๊ณ , ๋ฉ์๋์ ๋งค๊ฐ๋ณ์ ๋ฐ์ดํฐ ํ์
๊ณผ ์์๊ฐ ๊ฐ๊ณ ,
๋ฉ์๋์ ๋ฆฌํด๊ฐ์ด ๊ฐ์์ผ ํ๋ค. = ๋ฉ์๋์ ์๋ช
์ด ๊ฐ์์ผ ํ๋ค.
*/
class Calcurator{
int left, right;
public Calcurator(int left, int right){
this.left = left;
this.rig... | UTF-8 | Java | 1,148 | java | OverridingDemo.java | Java | [] | null | [] | /*
date: 2017.01.23
title: ์ค๋ฒ๋ผ์ด๋ฉ
content: ์์ํ๋ ๊ณผ์ ์์ ๋ถ๋ชจํด๋์ค์ ๋ฉ์๋๋ฅผ ์์ ํ ์ ์๋๋ฐ, ์ด๋ฅผ ์ค๋ฒ๋ผ์ด๋ฉ์ด๋ผ ํ๋ค.
์ค๋ฒ๋ผ์ด๋ฉ์ ํ๊ธฐ ์ํด์๋ ๋ฉ์๋์ ์ด๋ฆ์ด ๊ฐ์์ผํ๊ณ , ๋ฉ์๋์ ๋งค๊ฐ๋ณ์ ๋ฐ์ดํฐ ํ์
๊ณผ ์์๊ฐ ๊ฐ๊ณ ,
๋ฉ์๋์ ๋ฆฌํด๊ฐ์ด ๊ฐ์์ผ ํ๋ค. = ๋ฉ์๋์ ์๋ช
์ด ๊ฐ์์ผ ํ๋ค.
*/
class Calcurator{
int left, right;
public Calcurator(int left, int right){
this.left = left;
this.rig... | 1,148 | 0.637116 | 0.608747 | 41 | 19.634146 | 19.469496 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463415 | false | false | 12 |
1b24abc86174ad320107557e4132e6a5a9d1cce1 | 18,837,726,627,116 | 1c044d4f2276b4746da3d33fce7e0563ab826028 | /app/src/main/java/ie/wit/darren/actio/EventMapActivity.java | d9787f867a9ed34f951bd4ec2c2c3e7f8e2060d9 | [] | no_license | dLeniston/actio-android | https://github.com/dLeniston/actio-android | 568f030bc1da3a37ccabae2dbae18dfc33fe5d26 | 523e88d9c73a268dded6f0337b82ec3bf910d4fe | refs/heads/master | 2021-01-24T02:29:42.988000 | 2018-04-22T21:43:36 | 2018-04-22T21:43:36 | 122,847,221 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ie.wit.darren.actio;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Location;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.ActivityCompat;... | UTF-8 | Java | 10,692 | java | EventMapActivity.java | Java | [
{
"context": ".darren.actio.modules.FetchUrl;\n\n/**\n * Created by Dazza on 27/02/2018.\n */\n\npublic class EventMapActivity",
"end": 1361,
"score": 0.999286413192749,
"start": 1356,
"tag": "USERNAME",
"value": "Dazza"
}
] | null | [] | package ie.wit.darren.actio;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.location.Location;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.ActivityCompat;... | 10,692 | 0.660213 | 0.655537 | 278 | 37.456833 | 27.699894 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669065 | false | false | 12 |
2ee2b789d08777c8f9ff903d49cb410e94f16559 | 1,846,835,944,743 | 08dd51bf1759c5353752b51d1670e810a1a50cf2 | /src/MinHeap.java | a7d768a987362ca5255024e957eb010ecff19f9e | [] | no_license | navspeak/ds | https://github.com/navspeak/ds | 431f2ec7898e495da75a916fbac61493db2554fd | e22f0bfacf3377a3daa05a7356f1e4ddbed0218c | refs/heads/master | 2020-12-31T07:11:42.139000 | 2017-08-02T11:24:08 | 2017-08-02T11:24:08 | 80,598,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class MinHeap<T extends Comparable> extends Heap<T> {
public MinHeap(Class<T> clazz) {
super(clazz);
}
public MinHeap(Class<T> clazz, int size ) {
super(clazz, size);
}
// 10
// 15 20
// 17 8 <-
//
// 10, 15, 20, 17, 8 <- (we add 8 and sift up)
@... | UTF-8 | Java | 1,829 | java | MinHeap.java | Java | [] | null | [] |
public class MinHeap<T extends Comparable> extends Heap<T> {
public MinHeap(Class<T> clazz) {
super(clazz);
}
public MinHeap(Class<T> clazz, int size ) {
super(clazz, size);
}
// 10
// 15 20
// 17 8 <-
//
// 10, 15, 20, 17, 8 <- (we add 8 and sift up)
@... | 1,829 | 0.632039 | 0.608529 | 71 | 24.746479 | 27.383411 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 12 |
6357d3478b6044b137e84c98474a66422ca43ac6 | 26,723,286,531,688 | 00b630046f1db8dfbe18891e926df40812e4a7a2 | /app/src/main/java/com/wanjian/demo/App.java | 7dbd243c74be26646b7b13e0fdaa1f9276c1bcfe | [] | no_license | android-notes/watcher | https://github.com/android-notes/watcher | 31909487fa72f66e36637ca6ccd1e08a931cf430 | 2b52d7283f770bd00ee794a9f91cf1576ff0a1f4 | refs/heads/master | 2019-04-07T20:39:20.256000 | 2017-04-21T13:48:13 | 2017-04-21T13:48:13 | 87,143,621 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wanjian.demo;
import android.app.Application;
import com.wanjian.watcher.Watcher;
/**
* Created by wanjian on 2017/4/4.
*/
public class App extends Application {
@Override
public void onCreate() {
super.onCreate();
Watcher.install(this);
}
}
| UTF-8 | Java | 290 | java | App.java | Java | [
{
"context": "rt com.wanjian.watcher.Watcher;\n\n/**\n * Created by wanjian on 2017/4/4.\n */\n\npublic class App extends Applic",
"end": 122,
"score": 0.9994785785675049,
"start": 115,
"tag": "USERNAME",
"value": "wanjian"
}
] | null | [] | package com.wanjian.demo;
import android.app.Application;
import com.wanjian.watcher.Watcher;
/**
* Created by wanjian on 2017/4/4.
*/
public class App extends Application {
@Override
public void onCreate() {
super.onCreate();
Watcher.install(this);
}
}
| 290 | 0.658621 | 0.637931 | 19 | 14.263158 | 14.631768 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 12 |
c910a43be0f263154ca07cffe1bcd51f54d76ab8 | 4,672,924,440,672 | 1b193782dcdb584f8e9bc8d7e73e662970ade2d4 | /src/com/travel/action/DeptAction.java | da58999b5f83558b6f0adcbc2de9a74f901be67f | [] | no_license | tossgoon/travel | https://github.com/tossgoon/travel | a09f5e56640bffd33e987d7d772553685be73361 | a488fac23ca3dca38df09b6fdaefeef9bddf74a5 | refs/heads/master | 2021-01-01T06:52:10.201000 | 2017-11-11T13:44:16 | 2017-11-11T13:44:16 | 97,357,009 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.travel.action;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.struts2.ServletActionContext;
import org.apache.struts2.json.annotations.JSON;
import com.base.MD5Util;
import com.opensymphony.xwork2.Acti... | GB18030 | Java | 3,557 | java | DeptAction.java | Java | [] | null | [] | package com.travel.action;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.struts2.ServletActionContext;
import org.apache.struts2.json.annotations.JSON;
import com.base.MD5Util;
import com.opensymphony.xwork2.Acti... | 3,557 | 0.675376 | 0.667424 | 154 | 20.876623 | 17.15526 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.792208 | false | false | 12 |
72ec3e37e76122316c0430290636caa377e778a9 | 10,239,202,059,150 | 3824931e21bde815224b8051436a4fd8e2cd4e40 | /src/main/java/com/eshop/controllers/CategoryController.java | 340d20f303b8b31bbe54b24572790326b2b45db4 | [] | no_license | eshop-bootcamp/eshop-core | https://github.com/eshop-bootcamp/eshop-core | b9f5e7f76fdf9af5fc0159d7e793937b567bee24 | 38ace97cfc30912a276c407d4cb2334289fd4272 | refs/heads/master | 2020-06-10T03:21:58.202000 | 2016-12-15T11:55:21 | 2016-12-15T11:55:30 | 76,100,805 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eshop.controllers;
import com.eshop.model.Category;
import com.eshop.model.Item;
import com.eshop.services.CategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
@RequestMapping("/categories... | UTF-8 | Java | 828 | java | CategoryController.java | Java | [] | null | [] | package com.eshop.controllers;
import com.eshop.model.Category;
import com.eshop.model.Item;
import com.eshop.services.CategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
@RequestMapping("/categories... | 828 | 0.76087 | 0.76087 | 29 | 27.551723 | 26.235783 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413793 | false | false | 12 |
de0efd36e07124a720d965aaa914beb9787e8883 | 5,866,925,349,350 | 7f7019bdbc662e51f3ecdbb74bde529b4375a14d | /tests/src/de/pifpafpuf/contdis/BasicTests.java | 033a5870199ee5cc361a51c29892895453fa1038 | [
"Apache-2.0"
] | permissive | HaraldKi/contdis | https://github.com/HaraldKi/contdis | 28e5306c5ee17debd0af84512d2a39f99d804492 | dc374dec57ca80f8c31d7b1637620dd22dce7f6c | refs/heads/master | 2020-12-05T05:41:35.297000 | 2016-09-15T05:54:49 | 2016-09-15T05:54:49 | 67,421,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.pifpafpuf.contdis;
import org.junit.Test;
public class BasicTests {
@Test(timeout=2000)
public void serverStartStopTest() throws Exception {
Server s = Server.create(31125, 1);
Thread.sleep(900);
s.shutdown();
}
}
| UTF-8 | Java | 247 | java | BasicTests.java | Java | [] | null | [] | package de.pifpafpuf.contdis;
import org.junit.Test;
public class BasicTests {
@Test(timeout=2000)
public void serverStartStopTest() throws Exception {
Server s = Server.create(31125, 1);
Thread.sleep(900);
s.shutdown();
}
}
| 247 | 0.692308 | 0.639676 | 14 | 16.642857 | 16.329672 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 12 |
8e97a51a3368e814465766bce2dec48b750730cc | 8,134,668,080,286 | c009d2527bff210ca36e492c9f97db2fd50770ed | /swallow-test/src/main/java/com/dianping/swallow/test/cat/CatTest.java | 71c764af7d81679691dac2aff90ca476e2817d34 | [] | no_license | zjpjohn/dianping-swallow | https://github.com/zjpjohn/dianping-swallow | dd04670bff0e1cb3f942dae64047a8898cd00cf8 | 5865dbd058b3fb49e8cf6725488804e5099b19f1 | refs/heads/master | 2021-01-22T08:53:10.282000 | 2016-05-23T09:09:53 | 2016-05-23T09:09:53 | 66,056,694 | 1 | 0 | null | true | 2016-08-19T05:58:22 | 2016-08-19T05:58:22 | 2016-05-27T03:34:47 | 2016-05-27T03:34:42 | 50,454 | 0 | 0 | 0 | null | null | null | package com.dianping.swallow.test.cat;
import java.util.Date;
import java.util.concurrent.TimeUnit;
import org.junit.Test;
import com.dianping.cat.Cat;
import com.dianping.cat.message.Transaction;
import com.dianping.swallow.common.internal.exception.SwallowAlertException;
import com.dianping.swallow.test.AbstractUn... | UTF-8 | Java | 1,237 | java | CatTest.java | Java | [
{
"context": "ing.swallow.test.AbstractUnitTest;\n\n/**\n * @author mengwenchao\n *\n * 2015ๅนด3ๆ20ๆฅ ไธๅ3:45:01\n */\npublic class CatTe",
"end": 355,
"score": 0.999070405960083,
"start": 344,
"tag": "USERNAME",
"value": "mengwenchao"
}
] | null | [] | package com.dianping.swallow.test.cat;
import java.util.Date;
import java.util.concurrent.TimeUnit;
import org.junit.Test;
import com.dianping.cat.Cat;
import com.dianping.cat.message.Transaction;
import com.dianping.swallow.common.internal.exception.SwallowAlertException;
import com.dianping.swallow.test.AbstractUn... | 1,237 | 0.671557 | 0.632437 | 64 | 18.171875 | 19.624247 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.890625 | false | false | 12 |
791c0e2a0b64203488956eb0d73c41675d5dcdae | 240,518,189,578 | 97f34059353000a7358e3e8c9d4d7d4ccea614d7 | /mobile-android-gradle2/LaunchActivity/src/main/java/org/exoplatform/model/SocialCommentInfo.java | aee38da0908b496f732634a7f3525d6c819fd072 | [] | no_license | phamtuanchip/first-class | https://github.com/phamtuanchip/first-class | 3e27b3c5daf397ddba3015a52dfe6347967c2dcd | 82cb9dc0b1111bace94fa091f743808c48f740e6 | refs/heads/master | 2020-03-28T05:26:36.121000 | 2017-02-09T07:38:12 | 2017-02-09T07:38:12 | 7,457,892 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.exoplatform.model;
public class SocialCommentInfo {
private String commentImageUrl;
private String commentId;
private String commentName;
private String commentTitle;
private long postedTime;
public SocialCommentInfo() {
}
public void setImageUrl(String url) {
commentImageUrl ... | UTF-8 | Java | 933 | java | SocialCommentInfo.java | Java | [] | null | [] | package org.exoplatform.model;
public class SocialCommentInfo {
private String commentImageUrl;
private String commentId;
private String commentName;
private String commentTitle;
private long postedTime;
public SocialCommentInfo() {
}
public void setImageUrl(String url) {
commentImageUrl ... | 933 | 0.689175 | 0.689175 | 59 | 14.81356 | 15.180802 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.271186 | false | false | 12 |
b384de1f41cdeb8839f6aa08bde538e7c636ef12 | 16,088,947,517,738 | 401f13e50d46627d0d0625aa44ff2827eef9495d | /eclipse/plugins/org.switchyard.tools.models.switchyard1_0/src/org/switchyard/tools/models/switchyard1_0/camel/CamelNettyTcpBindingType.java | dff65baab06db75a1835bbfec62bcb847d3de790 | [] | no_license | punkhorn/tools | https://github.com/punkhorn/tools | 6f646da3e39dcf9383ca6c6aed7bfee07cfddbe8 | 32acd56bf2d536e1dcdfe9bcd0c3379d7c982c96 | refs/heads/master | 2021-01-16T17:50:50.458000 | 2012-09-25T22:11:00 | 2012-09-26T03:06:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.switchyard.tools.models.switchyard1_0.camel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Netty Tcp Binding Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@lin... | UTF-8 | Java | 4,364 | java | CamelNettyTcpBindingType.java | Java | [] | null | [] | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package org.switchyard.tools.models.switchyard1_0.camel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Netty Tcp Binding Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@lin... | 4,364 | 0.642988 | 0.637947 | 110 | 38.672726 | 38.530533 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.090909 | false | false | 12 |
19a2a76f22441b2f540341480f6ccef6363a9113 | 16,973,710,778,047 | 80fd8818b0b4e006de77663d22a07d461c7e6021 | /tree/LowestCommonAncestorofaBinaryTree.java | 756d99e5888fe40842cc73d8b12ede1082980716 | [] | no_license | harrykjg/leetcode | https://github.com/harrykjg/leetcode | 61d38e4123ef50c7f84885b9f0b8225a1fa01390 | c773b7dc2408e54165c4e07f2a589da06a198104 | refs/heads/master | 2021-11-07T20:56:51.347000 | 2021-10-22T23:56:47 | 2021-10-22T23:56:47 | 87,669,706 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tree;
/**
* Created by yufengzhu on 7/23/18.
*/
public class LowestCommonAncestorofaBinaryTree {
//่ฎฐๅพ
public TreeNode lowestCommonAncestor(TreeNode root, TreeNode A, TreeNode B) {
if(root==null){
return null;
}
if(root==A||root==B){
return root;
... | UTF-8 | Java | 3,765 | java | LowestCommonAncestorofaBinaryTree.java | Java | [
{
"context": "package tree;\n\n/**\n * Created by yufengzhu on 7/23/18.\n */\npublic class LowestCommonAncestor",
"end": 42,
"score": 0.8506988286972046,
"start": 33,
"tag": "USERNAME",
"value": "yufengzhu"
}
] | null | [] | package tree;
/**
* Created by yufengzhu on 7/23/18.
*/
public class LowestCommonAncestorofaBinaryTree {
//่ฎฐๅพ
public TreeNode lowestCommonAncestor(TreeNode root, TreeNode A, TreeNode B) {
if(root==null){
return null;
}
if(root==A||root==B){
return root;
... | 3,765 | 0.563462 | 0.550102 | 116 | 28.681034 | 24.633381 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 12 |
d0c3648ba672c40f273a9440b997fcd56d0c3de2 | 14,130,442,431,173 | c1e81f96632a6e966e4a9ad55d906c982bf50afd | /RecyclerDemoRepeat/app/src/main/java/xyz/gitsieg/recyclerdemorepeat/Kommune.java | ae952309a3bb0a53285e2e01c0fce0d3c7b38fba | [] | no_license | gitsieg/androidstudioprojects | https://github.com/gitsieg/androidstudioprojects | f1492b39f9b703087a481737127cf2b47dc03f01 | 893fd1629ebd1eaff16b37db98fff0f38e6c07fc | refs/heads/master | 2021-04-30T05:39:16.758000 | 2018-02-13T18:53:23 | 2018-02-13T18:53:23 | 121,421,190 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package xyz.gitsieg.recyclerdemorepeat;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
/**
* Created by gitsieg on 07.02.18.
*/
public class Kommune {
int kommunenr, befolkning;
double areal;
String kommuneNavn, fylke, ordforer;
p... | UTF-8 | Java | 1,648 | java | Kommune.java | Java | [
{
"context": "t;\n\nimport java.util.ArrayList;\n\n/**\n * Created by gitsieg on 07.02.18.\n */\n\npublic class Kommune {\n int ",
"end": 182,
"score": 0.9996716976165771,
"start": 175,
"tag": "USERNAME",
"value": "gitsieg"
}
] | null | [] | package xyz.gitsieg.recyclerdemorepeat;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
/**
* Created by gitsieg on 07.02.18.
*/
public class Kommune {
int kommunenr, befolkning;
double areal;
String kommuneNavn, fylke, ordforer;
p... | 1,648 | 0.669095 | 0.663024 | 49 | 32.612244 | 28.151062 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.877551 | false | false | 12 |
f8649ad6797861f28aa0092487792b1fb0a4c5c7 | 4,887,672,810,949 | 1410ed59beeb2436ddc263e1d7b486342174772b | /src/main/java/at/w0mb/jQuery/fileUpload/AbstractFileupload.java | 0b7aac666fa1ba5a6a534d344bb832c69dcbfd1d | [] | no_license | bonsagg/yabby | https://github.com/bonsagg/yabby | 8a14e50013e0899490cd0c5162526646c128d86e | f08a118c756318e2d73eb0b9d365354e1ce882b1 | refs/heads/master | 2016-09-05T17:02:58.655000 | 2012-07-06T08:24:09 | 2012-07-06T08:24:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.w0mb.jQuery.fileUpload;
import java.io.IOException;
import java.net.URISyntaxException;
import java.util.List;
import java.util.UUID;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.ws.rs.Consumes;
import javax... | UTF-8 | Java | 4,201 | java | AbstractFileupload.java | Java | [] | null | [] | package at.w0mb.jQuery.fileUpload;
import java.io.IOException;
import java.net.URISyntaxException;
import java.util.List;
import java.util.UUID;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.ws.rs.Consumes;
import javax... | 4,201 | 0.729588 | 0.728398 | 135 | 30.125925 | 31.995701 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.874074 | false | false | 12 |
9eb377e5978a1791b22f134ee3824fa6b240ff5e | 15,805,479,675,947 | 002840225bff1584464e81e114c754dd5e7c25b7 | /TSQTester2.java | 68943209169d3296b5e9f42996cc6a0053de9959 | [] | no_license | IQ01660/datastructures | https://github.com/IQ01660/datastructures | 684d55ac566a49e023899dcb09a7e7fe5de7791a | 655cbddc4f46f2c51ee4c67a48da4055229f7dd7 | refs/heads/master | 2022-10-16T05:29:03.280000 | 2020-06-15T12:20:28 | 2020-06-15T12:20:28 | 272,420,641 | 0 | 0 | null | true | 2020-06-15T11:29:04 | 2020-06-15T11:29:03 | 2020-06-15T11:26:50 | 2020-06-15T11:26:47 | 0 | 0 | 0 | 0 | null | false | false | public class TSQTester2{
public static void main(String[] args) {
TwoStackQueue<String> testQueue = new TwoStackQueue<String>();
testQueue.enqueue("Roses");
System.out.println(testQueue.dequeue());
testQueue.enqueue("Peonies");
testQueue.enqueue("Daisies");
testQue... | UTF-8 | Java | 685 | java | TSQTester2.java | Java | [
{
"context": "StackQueue<String>();\n\n testQueue.enqueue(\"Roses\");\n System.out.println(testQueue.dequeue()",
"end": 176,
"score": 0.9998180866241455,
"start": 171,
"tag": "NAME",
"value": "Roses"
},
{
"context": "(testQueue.dequeue());\n testQueue.enqueue(\"P... | null | [] | public class TSQTester2{
public static void main(String[] args) {
TwoStackQueue<String> testQueue = new TwoStackQueue<String>();
testQueue.enqueue("Roses");
System.out.println(testQueue.dequeue());
testQueue.enqueue("Peonies");
testQueue.enqueue("Daisies");
testQue... | 685 | 0.624817 | 0.623358 | 22 | 30.181818 | 20.875467 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 12 |
d354013a0f8b405caf0f31f21ecade139010754a | 1,254,130,482,723 | fa15e6a976c752336dfb5951146a30e81322f342 | /src/main/java/shop/warscat/sell/controller/BuyerProductController.java | c4536e986a150afbfb15720acb4a28779598d302 | [] | no_license | WarsFeng/SpringBoog_Sell | https://github.com/WarsFeng/SpringBoog_Sell | 05271ba69456e407e75129d49410ec3f473f5d08 | cb47e96f3c3ff70b4529f1028bf85faf3edf0355 | refs/heads/master | 2021-09-10T18:52:58.167000 | 2018-03-31T04:09:55 | 2018-03-31T04:09:55 | 126,122,033 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package shop.warscat.sell.controller;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import shop.warscat.sell.vo.CategoryVO;
import s... | UTF-8 | Java | 2,828 | java | BuyerProductController.java | Java | [
{
"context": " with IntelliJ IDEA.\n * Description: ่ดญไนฐๅๅ\n * User: wars\n * Date: 2018-03-21\n * Time: 01:18\n */\n@RestContr",
"end": 795,
"score": 0.999405026435852,
"start": 791,
"tag": "USERNAME",
"value": "wars"
}
] | null | [] | package shop.warscat.sell.controller;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import shop.warscat.sell.vo.CategoryVO;
import s... | 2,828 | 0.714388 | 0.710072 | 72 | 37.611111 | 26.931784 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513889 | false | false | 12 |
a2f82ad5d9243f77acd7907d42d29c3dfc937486 | 1,254,130,481,775 | 12d54ff875a4bda1664332d7a296ba3cf9684b54 | /app/src/main/java/com/example/administrator/fragmenttap/mitiupager/ImageFragment.java | 5fbdb6348d8768bc05c2bb8a4f5e788b6e7f3b46 | [] | no_license | HappyImp/FragmentTap | https://github.com/HappyImp/FragmentTap | 2e71e4fdaab4c0c0b706954f06e4be0198e9a6ed | 53a8359aa22a50acd9b34509a9a1ec8af864d70f | refs/heads/master | 2020-02-26T13:06:37.454000 | 2016-06-28T02:27:52 | 2016-06-28T02:27:52 | 62,028,575 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.administrator.fragmenttap.mitiupager;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.example.administrator.fragmenttap.R;
import com.example.administrator.fragmenttap.base.BaseFragment... | UTF-8 | Java | 1,675 | java | ImageFragment.java | Java | [
{
"context": "import butterknife.ButterKnife;\n\n/**\n * Created by Zoi.\n * E-mail๏ผKyluZoi@gmail.com\n * 2016/6/8\n */\npubl",
"end": 402,
"score": 0.7517346143722534,
"start": 399,
"tag": "USERNAME",
"value": "Zoi"
},
{
"context": "fe.ButterKnife;\n\n/**\n * Created by Zoi.\n * E-m... | null | [] | package com.example.administrator.fragmenttap.mitiupager;
import android.graphics.Bitmap;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import com.bumptech.glide.Glide;
import com.example.administrator.fragmenttap.R;
import com.example.administrator.fragmenttap.base.BaseFragment... | 1,665 | 0.661686 | 0.658099 | 73 | 21.917809 | 19.032598 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.410959 | false | false | 12 |
ba302d74adfd259482a250f55f9a6e06d94f85cc | 4,423,816,360,691 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_3f6024e93c2cb4c835fde994751a4a560c331ae3/FieldRenderer/2_3f6024e93c2cb4c835fde994751a4a560c331ae3_FieldRenderer_s.java | c8b81103d78d11b5a330cc40fa61e20108330296 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package net.sf.qualitycheck.immutableobject.generator;
import java.util.Locale;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import net.sf.qualitycheck.Check;
import net.sf.qualitycheck.immutableobject.domain.CollectionVariant;
import net.sf.qualitycheck.immutableobject.domain.Field;
... | UTF-8 | Java | 3,668 | java | 2_3f6024e93c2cb4c835fde994751a4a560c331ae3_FieldRenderer_s.java | Java | [] | null | [] | package net.sf.qualitycheck.immutableobject.generator;
import java.util.Locale;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import net.sf.qualitycheck.Check;
import net.sf.qualitycheck.immutableobject.domain.CollectionVariant;
import net.sf.qualitycheck.immutableobject.domain.Field;
... | 3,668 | 0.714013 | 0.71374 | 110 | 32.336365 | 30.78969 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.072727 | false | false | 12 |
73ddb999a4ed4d7264b2b89c45e5fbc411911108 | 10,179,072,535,975 | 4b93a2d0350b8fb673967ac84ca219a54c4d0648 | /ims/framework/UIFactory.java | a0fa9c0ffdf45692747bf4d585db39982c968741 | [] | no_license | LibreHIS/framework | https://github.com/LibreHIS/framework | f1b91f9a3d9bb35c13ffb2b1396ca546d8ef6ff1 | 8eda310fb9fc208fce53d9e7f2714fb4dcd8930a | refs/heads/master | 2021-01-13T03:02:05.452000 | 2016-12-21T10:39:39 | 2016-12-21T10:39:39 | 77,041,739 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ims.framework;
import java.io.Serializable;
import ims.framework.controls.Timer;
import ims.framework.enumerations.ControlAnchoring;
import ims.framework.enumerations.ControlState;
abstract public class UIFactory implements Serializable
{
private static final long serialVersionUID = 1L;
abstract public... | UTF-8 | Java | 1,438 | java | UIFactory.java | Java | [] | null | [] | package ims.framework;
import java.io.Serializable;
import ims.framework.controls.Timer;
import ims.framework.enumerations.ControlAnchoring;
import ims.framework.enumerations.ControlState;
abstract public class UIFactory implements Serializable
{
private static final long serialVersionUID = 1L;
abstract public... | 1,438 | 0.817107 | 0.816412 | 24 | 58.958332 | 78.433876 | 361 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3 | false | false | 12 |
7341413eba969c11e931de4f3946ab41aeb1bf8b | 18,202,071,454,399 | b1b93cd551af3e7c591b7e152da867e424cfa81d | /IMS-java-client/src/GUI/Fields/AIntegerField.java | 8e8c4fe0a5949b6c399a820a16d592c5ea987f71 | [
"MIT"
] | permissive | eliasdk/NutriServe | https://github.com/eliasdk/NutriServe | a93484e6a83e1236662bfefb2d34ed95affff868 | ef126f83f881741bfc65f08b65094a1df8c472bf | refs/heads/master | 2021-03-27T16:59:38.431000 | 2017-05-28T18:34:13 | 2017-05-28T18:34:13 | 91,822,877 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GUI.Fields;
import javax.swing.event.ChangeListener;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.layout.GridPane;
public class AIntegerField extends Field {
private TextField text;
public AIntegerField(String label) {
super(label);
text = ... | UTF-8 | Java | 924 | java | AIntegerField.java | Java | [] | null | [] | package GUI.Fields;
import javax.swing.event.ChangeListener;
import javafx.scene.control.Label;
import javafx.scene.control.TextField;
import javafx.scene.layout.GridPane;
public class AIntegerField extends Field {
private TextField text;
public AIntegerField(String label) {
super(label);
text = ... | 924 | 0.651515 | 0.649351 | 40 | 21.1 | 19.668249 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 12 |
f1cc39b827229978e655d03a24b3472da164ec13 | 33,595,234,245,560 | 148ed3a8e062d74195f2c5bed2a1396204115b35 | /jetty/extras/sslengine/src/main/java/org/mortbay/jetty/security/SslSelectChannelConnector.java | e0863a5ce4e9e21adf5c61696cf0e0006de43aea | [
"LicenseRef-scancode-other-permissive",
"Apache-2.0",
"LGPL-2.0-or-later",
"CDDL-1.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | napcs/qedserver | https://github.com/napcs/qedserver | 1cb3de8e3733acf0dd160fe4f9b11c630700aee7 | ada3244f36db710ed66a8fd98169b7d440cfd8ab | refs/heads/master | 2023-07-02T12:37:12.419000 | 2015-02-18T19:17:25 | 2015-02-18T19:17:25 | 1,683,704 | 33 | 5 | MIT | false | 2020-10-13T10:04:01 | 2011-04-30T04:15:53 | 2020-02-18T19:00:40 | 2020-10-13T10:03:59 | 22,022 | 40 | 7 | 6 | Java | false | false | //========================================================================
//Copyright 2004-2008 Mort Bay Consulting Pty. Ltd.
//------------------------------------------------------------------------
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance wit... | UTF-8 | Java | 24,290 | java | SslSelectChannelConnector.java | Java | [
{
"context": "/\n/**\n * SslSelectChannelConnector.\n * \n * @author Nik Gonzalez <ngonzalez@exist.com>\n * @author Greg Wilkins <gr",
"end": 2434,
"score": 0.9998975396156311,
"start": 2422,
"tag": "NAME",
"value": "Nik Gonzalez"
},
{
"context": "ectChannelConnector.\n * \n * @autho... | null | [] | //========================================================================
//Copyright 2004-2008 Mort Bay Consulting Pty. Ltd.
//------------------------------------------------------------------------
//Licensed under the Apache License, Version 2.0 (the "License");
//you may not use this file except in compliance wit... | 24,252 | 0.574352 | 0.569741 | 695 | 33.949642 | 29.601168 | 156 | false | false | 0 | 0 | 0 | 0 | 86 | 0.006999 | 0.4 | false | false | 12 |
e4be23b3fd918fd75d5b4645822741376895efdf | 738,734,435,539 | 564cb343841b08e17e1f93c04b43bb09c0cdc84f | /src/main/java/com/dkjk/search/service/ElasticSearchUtil.java | c9c98a4d66267fcf853c910087d399cea7d137a3 | [] | no_license | hualess/daokou-search-api | https://github.com/hualess/daokou-search-api | 28657b4a7dc68c1ffc6207d882512f0bf18cbfcf | abd8ea074e3a54c49f3f24e5595f9c26f681241f | refs/heads/master | 2022-10-21T18:32:11.343000 | 2020-01-04T08:42:40 | 2020-01-04T08:42:40 | 231,496,513 | 0 | 0 | null | false | 2022-10-05T18:20:58 | 2020-01-03T02:28:03 | 2020-01-04T08:47:35 | 2022-10-05T18:20:58 | 138 | 0 | 0 | 3 | Java | false | false | package com.dkjk.search.service;
import lombok.extern.slf4j.Slf4j;
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
import org.elasticsearch.client.RequestOptions;
import org.elasticsearch.client.RestHighLevelClient;
import org.elasticsearch.common.xcontent.XContentType;
import org.springframew... | UTF-8 | Java | 1,410 | java | ElasticSearchUtil.java | Java | [
{
"context": "eans.factory.annotation.Autowired;\n\n/**\n * @author liubaohua\n * @date 2019-10-29 14:19\n */\n@Slf4j\npublic class",
"end": 385,
"score": 0.996738076210022,
"start": 376,
"tag": "USERNAME",
"value": "liubaohua"
}
] | null | [] | package com.dkjk.search.service;
import lombok.extern.slf4j.Slf4j;
import org.elasticsearch.action.admin.indices.create.CreateIndexRequest;
import org.elasticsearch.client.RequestOptions;
import org.elasticsearch.client.RestHighLevelClient;
import org.elasticsearch.common.xcontent.XContentType;
import org.springframew... | 1,410 | 0.690058 | 0.679094 | 47 | 28.106382 | 25.895235 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553191 | false | false | 12 |
3734463daf17878e91e51c579a54467e66b7045a | 15,942,918,635,109 | 19162115253524af5187a380c37b20363e2ef357 | /src/main/java/model/TAccesos.java | db3d1967ed6cd74aa44228b0b9e0561bfac94c44 | [] | no_license | CarlesRa/PracticaHibernateMaven | https://github.com/CarlesRa/PracticaHibernateMaven | bd3e283ec21765ad1a22252a157218806262fa40 | b9bea93f4b377163d9794470fdbdf6a1c36fdb12 | refs/heads/master | 2022-08-12T17:57:35.498000 | 2019-12-05T19:59:06 | 2019-12-05T19:59:06 | 225,593,693 | 0 | 0 | null | false | 2022-02-10T02:33:25 | 2019-12-03T10:33:52 | 2019-12-05T19:59:49 | 2022-02-10T02:33:23 | 71 | 0 | 0 | 1 | Java | false | false | package model;
// Generated 29 nov. 2019 17:36:32 by Hibernate Tools 5.2.12.Final
/**
* TAccesos generated by hbm2java
*/
public class TAccesos implements java.io.Serializable {
private int codAcceso;
private TEstaciones TEstaciones;
private String descripcion;
public TAccesos() {
}
public TAccesos(int codA... | UTF-8 | Java | 929 | java | TAccesos.java | Java | [] | null | [] | package model;
// Generated 29 nov. 2019 17:36:32 by Hibernate Tools 5.2.12.Final
/**
* TAccesos generated by hbm2java
*/
public class TAccesos implements java.io.Serializable {
private int codAcceso;
private TEstaciones TEstaciones;
private String descripcion;
public TAccesos() {
}
public TAccesos(int codA... | 929 | 0.74704 | 0.728741 | 46 | 19.195652 | 20.332689 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.130435 | false | false | 12 |
f67b27c24e15e2c996daa12a2acbf759c65572b4 | 30,459,908,115,728 | 8ecf7607195a8f9c02cf87d9fd143d5c4149ce07 | /src/net/threebit/jvr/test/dxTests.java | 14f24954074858b91cb3f33b277e9a5f1367ad13 | [
"Apache-2.0"
] | permissive | kevinodotnet/jvr | https://github.com/kevinodotnet/jvr | 0a7e870350979b5a3955f3663dd7d33bee1711c7 | bc24f47273811a133f8de5fb701f6ac07ba459f1 | refs/heads/master | 2021-01-10T21:32:58.412000 | 2013-11-05T02:27:20 | 2013-11-05T02:27:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.threebit.jvr.test;
/*
* $Id: dxTests.java,v 1.56 2005/01/26 01:34:05 kevino Exp $
*
* Copyright (c) 2003,2004 Kevin O'Donnell
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free So... | UTF-8 | Java | 27,968 | java | dxTests.java | Java | [
{
"context": "34:05 kevino Exp $\r\n *\r\n * Copyright (c) 2003,2004 Kevin O'Donnell\r\n * \r\n * This library is free software; you can r",
"end": 146,
"score": 0.9997599720954895,
"start": 131,
"tag": "NAME",
"value": "Kevin O'Donnell"
}
] | null | [] | package net.threebit.jvr.test;
/*
* $Id: dxTests.java,v 1.56 2005/01/26 01:34:05 kevino Exp $
*
* Copyright (c) 2003,2004 <NAME>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Fo... | 27,959 | 0.60605 | 0.581987 | 895 | 29.249163 | 21.656626 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.395531 | false | false | 12 |
6b2c072078ec14d6c6c829fc6874973bc23ca4fa | 21,895,743,325,271 | 39277c68e0f0b31cef716a1a99e111cae84e08df | /java8features/src/java8features/patient.java | 877febbe4473837ccd41d8d72e88aa991e116bb9 | [] | no_license | karun54/java8features | https://github.com/karun54/java8features | 5d5b3ea62ae97505b19692b34965b46f0c82b18d | 944061a0d2eec6a8286a0b9bb59aaf0ee68f27c2 | refs/heads/master | 2023-04-24T04:36:20.796000 | 2021-05-10T02:28:14 | 2021-05-10T02:28:14 | 365,895,949 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package java8features;
public class patient implements Comparable<patient> {
int id;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getAge() {
return age;
}
... | UTF-8 | Java | 664 | java | patient.java | Java | [] | null | [] | package java8features;
public class patient implements Comparable<patient> {
int id;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public int getAge() {
return age;
}
... | 664 | 0.643072 | 0.63253 | 40 | 14.6 | 12.579349 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.925 | false | false | 12 |
f1f86645202661c9ea1387db889217cea9c94ec7 | 9,268,539,450,308 | f8b95b4dd190a74a79d8f44ba865bc638fb31328 | /com.google.dart.engine/src/com/google/dart/engine/utilities/general/CharOperation.java | 4873e48f81aa4e782a53551dc33f2df862e2e7c2 | [] | no_license | unreal0/java2dart | https://github.com/unreal0/java2dart | cdd790fc47ba6d9bd617bdd036fd7b7661249099 | 2bd245db46a7090e9298de28f5fd25bac4744957 | refs/heads/master | 2020-04-03T06:52:30.070000 | 2018-10-28T15:55:46 | 2018-10-28T15:55:46 | 155,086,502 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2013, the Dart project authors.
*
* Licensed under the Eclipse Public License v1.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.eclipse.org/legal/epl-v10.html
*
* Unless required by applicable law... | UTF-8 | Java | 24,530 | java | CharOperation.java | Java | [] | null | [] | /*
* Copyright (c) 2013, the Dart project authors.
*
* Licensed under the Eclipse Public License v1.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.eclipse.org/legal/epl-v10.html
*
* Unless required by applicable law... | 24,530 | 0.644313 | 0.639136 | 615 | 38.886177 | 32.235466 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421138 | false | false | 12 |
b920543bc78b10ac400f89369a3d3f73bcee42ba | 18,279,380,873,477 | d2a37d30eee0ce01d338f26794ab4f45a7210149 | /Excercise/DeTai/DuoiHinhBatChu/app/src/main/java/com/example/caculator/MainActivity.java | 599d329a96219c465f2ff443728d1da0f969c04c | [] | no_license | linh14755/LapTrinhAndroid | https://github.com/linh14755/LapTrinhAndroid | a4240cef31e8fe8498625f196fea31c8a5c0dcac | 847e2ef92e1038585781817de6f13a29a6d61bef | refs/heads/master | 2023-02-10T09:24:44.968000 | 2021-01-07T12:47:34 | 2021-01-07T12:47:34 | 294,886,015 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.caculator;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import com.example.caculator.API.LayCauHoi;
import com.example.caculator.Object.DATA;
public class MainActivity extends AppC... | UTF-8 | Java | 1,071 | java | MainActivity.java | Java | [] | null | [] | package com.example.caculator;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
import com.example.caculator.API.LayCauHoi;
import com.example.caculator.Object.DATA;
public class MainActivity extends AppC... | 1,071 | 0.65717 | 0.65622 | 33 | 30.939394 | 30.471983 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515152 | false | false | 12 |
bb8dc861bf66bf9d9082a0f1258f401c893a9180 | 25,434,796,380,727 | df4f03e6365672ab89cf195560d6adb9c44ffb91 | /app/src/main/java/ais/sample/com/returnpurchase/presentation/ReturnPurchaseFragment.java | 4f65afd6923c41fb363819e808b919d9411a293d | [] | no_license | YaTomat/sample | https://github.com/YaTomat/sample | c102887c00ed56615470bdfd44487cb136039ea3 | f010afacc4d20c77002743506931f550e9175199 | refs/heads/master | 2020-03-26T20:26:55.373000 | 2018-08-19T19:10:01 | 2018-08-19T19:10:01 | 145,324,380 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ais.sample.com.returnpurchase.presentation;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.annotation.StringRes;
import android.support.v7.app.AlertDialog;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widg... | UTF-8 | Java | 6,394 | java | ReturnPurchaseFragment.java | Java | [
{
"context": ".com.common.FragmentUtils.show;\n\n/**\n * Created by YaTomat on 13.09.2017.\n */\n\npublic class ReturnPurchaseFr",
"end": 1235,
"score": 0.9721068739891052,
"start": 1228,
"tag": "USERNAME",
"value": "YaTomat"
}
] | null | [] | package ais.sample.com.returnpurchase.presentation;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.annotation.StringRes;
import android.support.v7.app.AlertDialog;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widg... | 6,394 | 0.707695 | 0.705818 | 197 | 31.456852 | 27.968699 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482233 | false | false | 12 |
1ab18f0cdba1d260cf5d10da91a70ff3a8e1135e | 25,297,357,416,940 | a1eae811cd58336f979e2e6586f3fd8a05c89bd0 | /src/AffineTransform.java | 87a7a4bf044e2c744f60aee7c149a596a6027c43 | [] | no_license | KhanhDoHoang/SchoolworkLevel2-Lab2-DrawingViewer | https://github.com/KhanhDoHoang/SchoolworkLevel2-Lab2-DrawingViewer | 16d7f3eda181c654e8c57485d6c01458db58441b | dfcb4330804446c781f05c799a75cfa5ca8a85c5 | refs/heads/master | 2020-12-20T00:01:42.943000 | 2020-07-27T14:20:27 | 2020-07-27T14:20:27 | 235,891,953 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class AffineTransform {
public String name;
public double[][] affine;
public int[][] twoDArray;
public double scale;
public int height;
public int width;
public int xOffset;
public int yOffset;
public double x;
public double y;
public int xDisp;
public int yDisp;
//the name of the ... | UTF-8 | Java | 1,210 | java | AffineTransform.java | Java | [] | null | [] |
public class AffineTransform {
public String name;
public double[][] affine;
public int[][] twoDArray;
public double scale;
public int height;
public int width;
public int xOffset;
public int yOffset;
public double x;
public double y;
public int xDisp;
public int yDisp;
//the name of the ... | 1,210 | 0.645455 | 0.63719 | 57 | 19.228069 | 11.772727 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.368421 | false | false | 12 |
d9c7f4733c98d1c2fd699c21fa8028b5ca35db4e | 6,313,601,961,458 | 017249c3f09177e62598c2b3c2f97e0fdb5ff653 | /_quiz-answers/presentation-8oct/Doctor.java | de142382dab25f43acda2aad1f0a0aa023661441 | [] | no_license | hubertme/LectureRepo-OOP | https://github.com/hubertme/LectureRepo-OOP | 3f1ca0b658451571a6418e7ea27a3566fb365364 | 9dd77bce76088eee24ab9f822e6dc6cb93d26609 | refs/heads/master | 2020-03-28T04:17:06.458000 | 2018-11-02T06:11:32 | 2018-11-02T06:11:32 | 147,705,180 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Doctor extends Employee implements Salary{
private int patientOperated = 0;
private double salaryAmount = baseSalary;
public Doctor(String name, int age, int patient){
super(name,age);
this.patientOperated = patient;
updateSalary(patient);
}
// From interface
public double fetchSalaryAmount(... | UTF-8 | Java | 1,072 | java | Doctor.java | Java | [] | null | [] | public class Doctor extends Employee implements Salary{
private int patientOperated = 0;
private double salaryAmount = baseSalary;
public Doctor(String name, int age, int patient){
super(name,age);
this.patientOperated = patient;
updateSalary(patient);
}
// From interface
public double fetchSalaryAmount(... | 1,072 | 0.727612 | 0.718284 | 41 | 25.170732 | 21.884289 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.902439 | false | false | 12 |
20397afa0632c4cb3a49f4141ffdab13beb251d5 | 12,171,937,364,870 | b2ffbff108e53ab05f4b51255e15cc54e9a2a55e | /java/jupiter/common/test/source/jupiter/common/util/StringsTest.java | 70567f30545cb801dc900fcb429509e4cf6ae200 | [
"MIT"
] | permissive | b-io/io.barras | https://github.com/b-io/io.barras | 0fcfc53d842ae987c6a73ff2eca9f034fd103179 | 26645f0f804811fc2324407de02c97a1a58b5fac | refs/heads/master | 2023-06-11T22:04:08.441000 | 2023-06-04T22:06:23 | 2023-06-04T22:06:23 | 144,495,919 | 6 | 1 | MIT | false | 2022-10-09T20:48:11 | 2018-08-12T19:43:13 | 2022-01-09T17:52:53 | 2022-10-09T20:48:11 | 8,884 | 5 | 1 | 4 | Java | false | false | /*
* The MIT License (MIT)
*
* Copyright ยฉ 2013-2022 Florian Barras <https://barras.io> (florian@barras.io)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, inclu... | UTF-8 | Java | 4,902 | java | StringsTest.java | Java | [
{
"context": " The MIT License (MIT)\n *\n * Copyright ยฉ 2013-2022 Florian Barras <https://barras.io> (florian@barras.io)\n *\n * Per",
"end": 70,
"score": 0.9998711347579956,
"start": 56,
"tag": "NAME",
"value": "Florian Barras"
},
{
"context": "t ยฉ 2013-2022 Florian Barras <https:/... | null | [] | /*
* The MIT License (MIT)
*
* Copyright ยฉ 2013-2022 <NAME> <https://barras.io> (<EMAIL>)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limit... | 4,884 | 0.609308 | 0.605021 | 153 | 31.019608 | 30.274662 | 97 | false | false | 0 | 0 | 0 | 0 | 98 | 0.080016 | 1.777778 | false | false | 12 |
9e1bd5ecc0891922afdd3d9580819398c09ba39d | 17,093,969,884,449 | c4bca4944069cc1abe34b040a8bc2c2691be5c28 | /AllianzFireXOM/src/com/allianz/insurance/fire/FireRiskSurveyItem.java | 29c9dda33ee767f9a5951585d77c7c4214d904c6 | [] | no_license | unturkk/ODM | https://github.com/unturkk/ODM | 25570bb52e5f2c302d3ae6c4e689dcfc383e6070 | f308bfabb62abb8a27e23f13eb854aca42ca27c6 | refs/heads/master | 2016-06-03T13:38:08.757000 | 2016-02-10T08:12:43 | 2016-02-10T08:12:43 | 48,744,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.allianz.insurance.fire;
import java.io.Serializable;
public class FireRiskSurveyItem implements Serializable {
private static final long serialVersionUID = 1L;
private int riskQuestionId;
private int riskAnswerId;
private double discountRatio;
public int getRiskQuestionId() {
return riskQuest... | UTF-8 | Java | 743 | java | FireRiskSurveyItem.java | Java | [] | null | [] | package com.allianz.insurance.fire;
import java.io.Serializable;
public class FireRiskSurveyItem implements Serializable {
private static final long serialVersionUID = 1L;
private int riskQuestionId;
private int riskAnswerId;
private double discountRatio;
public int getRiskQuestionId() {
return riskQuest... | 743 | 0.768506 | 0.76716 | 36 | 19.638889 | 19.062984 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 12 |
35af127c7b0b6cd2e7f2d638c751dc7ecc9260fe | 858,993,486,790 | 13c03a6975bcb8f6d32b9b54e9c1a61696f253a9 | /src/main/java/MinMaxAlphaBetaPlayer.java | ef9cd62475c25efcacb3c47faab49d1968d6578f | [] | no_license | whitewhim2718/Flip-Your-Wig | https://github.com/whitewhim2718/Flip-Your-Wig | 25b6e62c87f25c0d0f38f97e1171723fce2ea69e | 82dabc6370da5cd967ef0764a89e7a379792961b | refs/heads/master | 2020-03-01T04:33:24.169000 | 2012-11-24T01:28:22 | 2012-11-24T01:28:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.lhup.ai;
import java.util.*;
import java.text.*;
import java.util.logging.*;
/**
* A concrete player that plays any {@link IBoard game} using the minimax
* algorithm with alpha-beta pruning and a cutoff. The code used by this
* player is based on the psuedo code presented in Russell and Norv... | UTF-8 | Java | 8,687 | java | MinMaxAlphaBetaPlayer.java | Java | [
{
"context": " player is based on the psuedo code presented in Russell and Norvig's book,\r\n * \"Artificial Intelligence: ",
"end": 311,
"score": 0.5528309941291809,
"start": 305,
"tag": "NAME",
"value": "ussell"
},
{
"context": "ware is for educational purposes only.\r\n * @author ... | null | [] | package edu.lhup.ai;
import java.util.*;
import java.text.*;
import java.util.logging.*;
/**
* A concrete player that plays any {@link IBoard game} using the minimax
* algorithm with alpha-beta pruning and a cutoff. The code used by this
* player is based on the psuedo code presented in Russell and Norv... | 8,683 | 0.609416 | 0.606884 | 298 | 27.157719 | 22.642656 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.563758 | false | false | 12 |
ef46d0893696956c03b7f375091a25638735132d | 10,471,130,277,806 | 678566edaf75724ac432bda0353e3335c0f85c3f | /02_SourceCode/branch/20151230/service/app/models/dao/cart/CartDao.java | f173e4364ce244839625d5348d9427ac26fb2f10 | [
"Apache-2.0"
] | permissive | happy6eve/AppPackager | https://github.com/happy6eve/AppPackager | 5e2ab7354773b06672284916d953e37c60d8bf88 | 26b5d4c928bc93112454aa4eb7bdc353cb9daf9a | refs/heads/master | 2018-04-23T08:21:18.091000 | 2017-04-12T06:06:18 | 2017-04-12T06:06:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package models.dao.cart;
import com.sm.core.db.sql.OutSqlHelp;
import com.sm.core.db.sql.SqlRow;
import java.util.LinkedHashMap;
import java.util.List;
/**
* Created by liufeng on 2015/11/18.
*/
public class CartDao {
/**
* ๆ นๆฎๅฎขๆทID่ทๅๅบๆฏไปทๆ ผ
* @param paramter
* @return
* @thr... | UTF-8 | Java | 6,748 | java | CartDao.java | Java | [
{
"context": "Map;\r\nimport java.util.List;\r\n\r\n/**\r\n * Created by liufeng on 2015/11/18.\r\n */\r\npublic class CartDao {\r\n\r\n\r\n",
"end": 189,
"score": 0.998985767364502,
"start": 182,
"tag": "USERNAME",
"value": "liufeng"
}
] | null | [] | package models.dao.cart;
import com.sm.core.db.sql.OutSqlHelp;
import com.sm.core.db.sql.SqlRow;
import java.util.LinkedHashMap;
import java.util.List;
/**
* Created by liufeng on 2015/11/18.
*/
public class CartDao {
/**
* ๆ นๆฎๅฎขๆทID่ทๅๅบๆฏไปทๆ ผ
* @param paramter
* @return
* @thr... | 6,748 | 0.611093 | 0.609818 | 241 | 24.033195 | 25.995829 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.211618 | false | false | 12 |
42f715d1cbc1774501228828c2e05cb0f8d52eb7 | 26,800,595,964,832 | 693aedd8517e820b8607c8663bcb567c5c8165d0 | /app/src/main/java/com/android/appify/util/LogUtil.java | 712cb7d348726f283f9b635b63a687ce75b03394 | [] | no_license | TeamAppify/AppifyAndroid | https://github.com/TeamAppify/AppifyAndroid | b612b123e6429b641988965d34610656aa2ba940 | 54fdd5b81390b107f660bc0f835fba5b65b2c4e4 | refs/heads/master | 2018-12-25T01:43:05.673000 | 2018-12-21T01:52:55 | 2018-12-21T01:52:55 | 144,081,737 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.android.appify.util;
import android.util.Log;
/**
* Created by Jagtej on 10/2/18.
*/
public class LogUtil {
public static void testLog(String log) {
Log.e("TestLog", log);
}
public static void logErr(String tag, String log) {
Log.e(tag, log);
}
public static void ... | UTF-8 | Java | 635 | java | LogUtil.java | Java | [
{
"context": "util;\n\nimport android.util.Log;\n\n/**\n * Created by Jagtej on 10/2/18.\n */\n\npublic class LogUtil {\n\n publ",
"end": 84,
"score": 0.9877155423164368,
"start": 78,
"tag": "USERNAME",
"value": "Jagtej"
}
] | null | [] | package com.android.appify.util;
import android.util.Log;
/**
* Created by Jagtej on 10/2/18.
*/
public class LogUtil {
public static void testLog(String log) {
Log.e("TestLog", log);
}
public static void logErr(String tag, String log) {
Log.e(tag, log);
}
public static void ... | 635 | 0.582677 | 0.574803 | 35 | 17.142857 | 18.25712 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457143 | false | false | 12 |
50b36a99fb47c0ebfb60302248a9dcc64b7619b4 | 26,800,595,965,100 | eeb1d08033f13bd9e57c0b60d79ade6a7b860ef7 | /VZ-03/src/cell/road/RoadTest.java | 0e945abbec83863894250ddd69acdd6b844e12bc | [] | no_license | dewitast/Robust-Zoo | https://github.com/dewitast/Robust-Zoo | 471e28bbad32e1a3153cd940feac5a1d6d262bec | fddedb3c5aae734e40368bc2c303ec092cb7cfcb | refs/heads/master | 2021-01-23T04:33:42.332000 | 2017-03-28T17:13:19 | 2017-03-28T17:13:19 | 86,207,426 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cell.road;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import cell.Cell;
import org.junit.Test;
/**
* Testing Road.
* @author nim_13515111
*/
public class RoadTest {
/**
* Test method for {@link cell.road.Road#isHabitat()}.
*/
@Test
public void ... | UTF-8 | Java | 569 | java | RoadTest.java | Java | [
{
"context": "t org.junit.Test;\n\n/**\n * Testing Road.\n * @author nim_13515111\n */\n\npublic class RoadTest {\n /**\n * Test meth",
"end": 198,
"score": 0.9995777606964111,
"start": 186,
"tag": "USERNAME",
"value": "nim_13515111"
}
] | null | [] | package cell.road;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import cell.Cell;
import org.junit.Test;
/**
* Testing Road.
* @author nim_13515111
*/
public class RoadTest {
/**
* Test method for {@link cell.road.Road#isHabitat()}.
*/
@Test
public void ... | 569 | 0.627416 | 0.613357 | 35 | 15.257143 | 16.250439 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 12 |
b12fefd2de6248767f9606ee2005d5baa2765361 | 22,024,592,349,596 | 5a01f73bbb2fcadaf2837f4a924b1e7e147ef27d | /family/src/main/java/geektrust/family/relations/impl/PaternalAunt.java | 2a2f9b1a15caf9b95de1b4220bcc7d4f05efb559 | [] | no_license | imsushil/Meet-The-Family | https://github.com/imsushil/Meet-The-Family | 08a6be400353c10328ad63c0f600510517a2c76c | ddfcdb9e4af8f24fb7b547e3a800d0a009f48a6a | refs/heads/master | 2021-05-22T16:42:25.274000 | 2020-06-15T18:57:36 | 2020-06-15T18:57:36 | 253,007,310 | 0 | 0 | null | false | 2020-10-13T20:54:29 | 2020-04-04T13:43:05 | 2020-06-15T19:00:11 | 2020-10-13T20:54:27 | 35 | 0 | 0 | 1 | Java | false | false | package geektrust.family.relations.impl;
import static geektrust.family.pojo.Constants.NONE;
import java.util.stream.Collectors;
import geektrust.family.pojo.Member;
import geektrust.family.relations.Relationship;
public class PaternalAunt implements Relationship {
@Override
public String of(Member person) {
i... | UTF-8 | Java | 639 | java | PaternalAunt.java | Java | [] | null | [] | package geektrust.family.relations.impl;
import static geektrust.family.pojo.Constants.NONE;
import java.util.stream.Collectors;
import geektrust.family.pojo.Member;
import geektrust.family.relations.Relationship;
public class PaternalAunt implements Relationship {
@Override
public String of(Member person) {
i... | 639 | 0.737089 | 0.737089 | 24 | 25.625 | 22.173206 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.458333 | false | false | 12 |
9a4d90bd2554362b2177af070b04bb8284b846c8 | 24,721,831,760,363 | f549cf2fca256f890864d362b3c7d6b34cedd2de | /src/com/example/designpatterns/abstractfactory/AmericanFactory.java | 4fac51c76bfb5b073c604f8533a5d2c6e69e1e83 | [] | no_license | tinagaki/design-pattern | https://github.com/tinagaki/design-pattern | bac4eaebd9858fe5e4602a4c5ff15b477301cf26 | c7817ea1010d06fe61847216eab906e1f97eb3e9 | refs/heads/master | 2020-06-02T20:09:07.035000 | 2019-06-20T07:15:48 | 2019-06-20T07:15:48 | 191,293,850 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.designpatterns.abstractfactory;
public class AmericanFactory extends AbstractFactory{
@Override
public AbstractHuman getRace() {
return new American();
}
}
| UTF-8 | Java | 198 | java | AmericanFactory.java | Java | [] | null | [] | package com.example.designpatterns.abstractfactory;
public class AmericanFactory extends AbstractFactory{
@Override
public AbstractHuman getRace() {
return new American();
}
}
| 198 | 0.732323 | 0.732323 | 9 | 21 | 20.634384 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.222222 | false | false | 12 |
8429170a46cf7c1654deeacd485e1893b73fe1dd | 21,208,548,571,728 | 77a7120c33201c984153c93eeec5b5dc1d943e60 | /src/main/java/com/ippse/web/oauth/UserFeignClient.java | 152c1d1cbe39e8f776c8d8fab35c079d8aef571b | [] | no_license | mahaorong/ippse-web | https://github.com/mahaorong/ippse-web | 2bdfb3d9c7515ec3bdd8c78e2d035626eae412c3 | 54833ec84b23845f6f11e820a7c8a64b8d117793 | refs/heads/master | 2023-05-12T15:30:22.918000 | 2019-06-24T02:22:11 | 2019-06-24T02:22:11 | 193,419,358 | 0 | 0 | null | false | 2023-05-06T03:18:52 | 2019-06-24T02:21:19 | 2019-06-24T02:22:59 | 2023-05-06T03:18:51 | 4,308 | 0 | 0 | 2 | JavaScript | false | false | package com.ippse.web.oauth;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import com.ippse.web.domain.User;
import lombo... | UTF-8 | Java | 1,171 | java | UserFeignClient.java | Java | [] | null | [] | package com.ippse.web.oauth;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import com.ippse.web.domain.User;
import lombo... | 1,171 | 0.767903 | 0.767903 | 46 | 24.195652 | 24.087358 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.891304 | false | false | 12 |
6fce5d56c3477e4799daff710ba5f73a1650c7cd | 28,784,870,863,876 | 85b42d192968b59fc4c1922bbea932f78917b428 | /week-05/day-2/src/Dog.java | 34df86ae4ac54adcbfe8b94b1a412328aaecbe46 | [] | no_license | greenfox-zerda-raptors/ritaklebesz | https://github.com/greenfox-zerda-raptors/ritaklebesz | 0135f63e02986f86c9938103dc1331dee9efec22 | e06eeffcee8fb9ce001c2b4038e91f0f252ec59f | refs/heads/master | 2021-01-13T07:30:34.080000 | 2017-02-17T08:53:24 | 2017-02-17T08:53:24 | 71,347,835 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by Rita on 2016-11-15.
*/
public class Dog extends Animal {
public boolean hasTail = true;
public Dog() {
super(15, true);
System.out.println("Dog is created.");
}
public void speak() {
System.out.println("barks");
}
public void beg() {
System.ou... | UTF-8 | Java | 346 | java | Dog.java | Java | [
{
"context": "/**\n * Created by Rita on 2016-11-15.\n */\npublic class Dog extends Anima",
"end": 22,
"score": 0.9997774362564087,
"start": 18,
"tag": "NAME",
"value": "Rita"
}
] | null | [] | /**
* Created by Rita on 2016-11-15.
*/
public class Dog extends Animal {
public boolean hasTail = true;
public Dog() {
super(15, true);
System.out.println("Dog is created.");
}
public void speak() {
System.out.println("barks");
}
public void beg() {
System.ou... | 346 | 0.549133 | 0.520231 | 18 | 18.222221 | 15.042737 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.