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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a7e1d62622274b2c1f0016db6afbb3ec5ffdabac | 38,895,223,868,279 | 947ec86272526ef7494b8aae511bcbac3ddcbfe1 | /Algorithms/cracking_the_coding_interview/Practise_coding/SortList.java | 7337c3c6997cba2705d809d74a4b95ff4e97785e | [] | no_license | mynamerahulkumar/GitHub | https://github.com/mynamerahulkumar/GitHub | 4e49a88ac7e945b334563679fbd38e5763a80b29 | 04892c689a4007119ba02b1d6545bee334b7192b | refs/heads/master | 2023-08-10T06:04:52.334000 | 2023-07-17T18:18:03 | 2023-07-17T18:18:03 | 144,650,884 | 0 | 0 | null | false | 2022-12-16T06:47:39 | 2018-08-14T01:09:39 | 2021-12-30T07:44:33 | 2022-12-16T06:47:36 | 326,825 | 0 | 0 | 30 | Jupyter Notebook | false | false | import java.util.List;
public class SortList {
class ListNode{
public int val;
public ListNode next;
ListNode(int x){
val=x;
next=null;
}
}
public ListNode head=null;
public ListNode tail=null;
public void addNode(int a){
ListNode ... | UTF-8 | Java | 2,615 | java | SortList.java | Java | [] | null | [] | import java.util.List;
public class SortList {
class ListNode{
public int val;
public ListNode next;
ListNode(int x){
val=x;
next=null;
}
}
public ListNode head=null;
public ListNode tail=null;
public void addNode(int a){
ListNode ... | 2,615 | 0.462333 | 0.457744 | 109 | 22.990826 | 12.301634 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568807 | false | false | 7 |
4c25e7130614f31ee8175b5381d5cbf8daf54fa1 | 35,287,451,344,434 | 43fc57e9078edcf5289ad81c7deeefad7d05daf7 | /app/src/main/java/com/whzl/mengbi/ui/view/UserInfoView.java | 9af063afb650bcee85264b29d0ab0f9789a7d3d8 | [] | no_license | tiangt/MB | https://github.com/tiangt/MB | 51ac7ffb776e7a2ffded034d1a159e85f8fddbc5 | 45b551f0594aaea8fd1250b9861573cbbf30dd22 | refs/heads/master | 2021-01-02T15:50:39.674000 | 2019-12-11T03:07:10 | 2019-12-11T03:07:10 | 239,680,624 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whzl.mengbi.ui.view;
public interface UserInfoView {
void showPortrait(String filename);
void showSuccess(String msg);
void showError(String msg);
void onModifyNickname(String nickname);
void onSignSuccess(String sign);
}
| UTF-8 | Java | 259 | java | UserInfoView.java | Java | [] | null | [] | package com.whzl.mengbi.ui.view;
public interface UserInfoView {
void showPortrait(String filename);
void showSuccess(String msg);
void showError(String msg);
void onModifyNickname(String nickname);
void onSignSuccess(String sign);
}
| 259 | 0.733591 | 0.733591 | 13 | 18.923077 | 17.643745 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 7 |
af0a2a2b9dbc1fc9ba8d03ee12761d836a9173fa | 34,789,235,141,313 | da3ef6b61d063bb018fb5a12fb1a8e5a2a9e49db | /4.JavaCollections/src/com/javarush/task/task32/task3212/ServiceLocator.java | 5e240fc6f4a492d47a157f2d2a489e500d3f7e56 | [] | no_license | men123123men/JavaRush | https://github.com/men123123men/JavaRush | ca348e03a98c20888adf90a448522bdfb51bd196 | 92058395906d248c3f8b35a5a8988dd48eb6ae31 | refs/heads/master | 2021-09-07T13:11:01.448000 | 2018-02-23T08:32:11 | 2018-02-23T08:32:11 | 119,760,785 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javarush.task.task32.task3212;
import com.javarush.task.task32.task3212.contex.InitialContext;
import com.javarush.task.task32.task3212.service.Service;
import java.util.Objects;
public class ServiceLocator {
private static Cache cache = new Cache();
private static InitialContext context = new I... | UTF-8 | Java | 605 | java | ServiceLocator.java | Java | [] | null | [] | package com.javarush.task.task32.task3212;
import com.javarush.task.task32.task3212.contex.InitialContext;
import com.javarush.task.task32.task3212.service.Service;
import java.util.Objects;
public class ServiceLocator {
private static Cache cache = new Cache();
private static InitialContext context = new I... | 605 | 0.719008 | 0.689256 | 20 | 29.25 | 23.744209 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
63c39843f5f64fc4a87a85a560fbeecc9f3a4d5d | 33,809,982,601,800 | 63c60383d5210480303021ff1287026524cf8153 | /BabaFoodMenuItems/src/main/java/com/repo/MenuRepo.java | ebe0ad31f9e75abb4735d5fdb6c6b820b2e24dc0 | [] | no_license | vkm94/foodAppp | https://github.com/vkm94/foodAppp | e03301624dfeaf539e57045b8ca63e38c0836e3a | d25113ae8698ff82decc041654d06cb40ec2e11b | refs/heads/master | 2023-08-17T01:00:15.605000 | 2021-09-24T19:41:02 | 2021-09-24T19:41:02 | 409,484,952 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.repo;
import org.springframework.data.repository.CrudRepository;
import com.entity.Menu;
public interface MenuRepo extends CrudRepository<Menu, String> {
}
| UTF-8 | Java | 181 | java | MenuRepo.java | Java | [] | null | [] | package com.repo;
import org.springframework.data.repository.CrudRepository;
import com.entity.Menu;
public interface MenuRepo extends CrudRepository<Menu, String> {
}
| 181 | 0.767956 | 0.767956 | 9 | 18.111111 | 24.328512 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 7 |
e1f74470881e076fd09ad24615061e8285e94040 | 39,333,310,526,148 | d4382592a545af5bbd0829d51a035f9f3a357b6b | /src/main/java/com/project/crm/backend/repository/medicalHistoryCatalogRepo/DiagnoseResultRepo.java | 2637b6177717f5ad87a2c3a84fd853ace5aadf09 | [] | no_license | 95shuma/crm | https://github.com/95shuma/crm | 256854320f68e34314face8e6f7b2ec822ec6583 | 23f32149dda2d2eae6bf565ce8e61c25bd9f4b15 | refs/heads/master | 2022-12-04T15:05:54.269000 | 2020-08-18T17:53:28 | 2020-08-18T17:53:28 | 267,604,563 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.crm.backend.repository.medicalHistoryCatalogRepo;
import com.project.crm.backend.model.catalog.medicalHistoryCatalog.Diagnose;
import com.project.crm.backend.model.catalog.medicalHistoryCatalog.DiagnoseResult;
import com.project.crm.backend.model.catalog.medicalHistoryCatalog.Direction;
import org.... | UTF-8 | Java | 630 | java | DiagnoseResultRepo.java | Java | [] | null | [] | package com.project.crm.backend.repository.medicalHistoryCatalogRepo;
import com.project.crm.backend.model.catalog.medicalHistoryCatalog.Diagnose;
import com.project.crm.backend.model.catalog.medicalHistoryCatalog.DiagnoseResult;
import com.project.crm.backend.model.catalog.medicalHistoryCatalog.Direction;
import org.... | 630 | 0.857143 | 0.857143 | 12 | 51.5 | 31.789673 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 7 |
042639a1fa79ee3ecb1f8421b4c09b336af8f8d1 | 4,063,039,127,586 | 8c6dffbf5d1e50eef7acb045ba5a9fac8c250e4d | /src/jsrc/org/erights/e/elang/syntax/antlr/EALexerTokenTypes.java | f7c79f2fb06c6c96118f2f6d2d46dae6749164de | [
"MIT"
] | permissive | kpreid/e-on-java | https://github.com/kpreid/e-on-java | 772ff733da7d76cafbe74f766cd8bee1853ce544 | a0b3b599cf267b3138eea5f5fb83f27cebd28373 | refs/heads/master | 2016-09-06T16:19:08.103000 | 2011-10-26T11:56:25 | 2011-10-26T11:56:25 | 3,462,719 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | // $ANTLR 2.7.5rc2 (2005-01-08): "elex.g" -> "EALexer.java"$
package org.erights.e.elang.syntax.antlr;
public interface EALexerTokenTypes {
int EOF = 1;
int NULL_TREE_LOOKAHEAD = 3;
int QUASIOPEN = 4;
int QUASICLOSE = 5;
int QUASIBODY = 6;
int QuasiContent = 7;
int RCURLY = 8;
int DOLLARHOLE = 9;
int ATHOLE ... | UTF-8 | Java | 7,207 | java | EALexerTokenTypes.java | Java | [] | null | [] | // $ANTLR 2.7.5rc2 (2005-01-08): "elex.g" -> "EALexer.java"$
package org.erights.e.elang.syntax.antlr;
public interface EALexerTokenTypes {
int EOF = 1;
int NULL_TREE_LOOKAHEAD = 3;
int QUASIOPEN = 4;
int QUASICLOSE = 5;
int QUASIBODY = 6;
int QuasiContent = 7;
int RCURLY = 8;
int DOLLARHOLE = 9;
int ATHOLE ... | 7,207 | 0.611905 | 0.486471 | 337 | 20.385757 | 6.167747 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.792285 | false | false | 7 |
14697aecdf5d0f5aecde85554e10b36312a04e83 | 38,697,655,353,606 | c92d8dfc793afaf54fb6f1f37b752c9ac859d141 | /cleancode/src/main/java/cleancode/ConstructionCost.java | f3771f30afb39ce12945247d5458b007cb1c6975 | [] | no_license | dimpy1234/DimpySenchoudhury_LoggingTask | https://github.com/dimpy1234/DimpySenchoudhury_LoggingTask | a448ba79eca5a895d61ef8e1927212e0ca07cbb0 | b5343368bf5b9b385e85c744f2cd49d2b674b98a | refs/heads/master | 2022-01-13T05:44:16.891000 | 2020-07-07T16:40:15 | 2020-07-07T16:40:15 | 243,306,039 | 0 | 1 | null | false | 2022-01-04T16:39:03 | 2020-02-26T16:09:30 | 2020-07-07T16:40:19 | 2022-01-04T16:39:03 | 12 | 0 | 0 | 4 | Java | false | false | package cleancode;
import java.io.FileDescriptor;
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.util.Scanner;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;
public class ConstructionCost{
private static final Logger LOGGER= LogManager.getLogger(Construct... | UTF-8 | Java | 2,699 | java | ConstructionCost.java | Java | [] | null | [] | package cleancode;
import java.io.FileDescriptor;
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.util.Scanner;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;
public class ConstructionCost{
private static final Logger LOGGER= LogManager.getLogger(Construct... | 2,699 | 0.562801 | 0.545387 | 69 | 38.130436 | 21.611801 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.753623 | false | false | 7 |
fa0da078e7afaa94e2e849b4538349e9a3fdaf69 | 25,692,494,415,478 | 2c3d865b48063d33e82f88ef7de879558383f5ec | /RESTful server/src/main/java/com/ibsystem/util/jsonWrapper/form/ContactForm.java | 74929bd1d1e4a6f9875219b469bc1633a596cbfb | [] | no_license | ragelo/IBSystem | https://github.com/ragelo/IBSystem | 325961f84a8215dfbefe5d7ecd42229aa782166a | b2773fb5e93ef388f383405f06d494012e93a83b | refs/heads/master | 2016-09-12T05:21:08.810000 | 2016-05-09T17:42:02 | 2016-05-09T17:42:02 | 54,234,539 | 2 | 1 | null | false | 2016-05-09T15:51:33 | 2016-03-18T22:13:25 | 2016-05-08T09:11:45 | 2016-05-09T15:51:33 | 808 | 2 | 0 | 0 | Java | null | null | package com.ibsystem.util.jsonWrapper.form;
public class ContactForm {
private String newFirstName;
private String newLastName;
private String newPatronymic;
private String newPassport;
private String newAddress;
private String newPhone;
private String newEmail;
public ContactForm() {}... | UTF-8 | Java | 1,996 | java | ContactForm.java | Java | [] | null | [] | package com.ibsystem.util.jsonWrapper.form;
public class ContactForm {
private String newFirstName;
private String newLastName;
private String newPatronymic;
private String newPassport;
private String newAddress;
private String newPhone;
private String newEmail;
public ContactForm() {}... | 1,996 | 0.589679 | 0.589679 | 82 | 23.353659 | 19.379 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.353659 | false | false | 7 |
c737490fb06a4b8bfc95547e0a2adb686401940b | 27,376,121,604,824 | a23c512227d6b947dd2998f5e930a587fe836953 | /RestaurantsReserver/src/ReservationApplication.java | 2426056e8fa5b21c6eb10a517cbe86744a8955e6 | [] | no_license | hsbacot/CSF_Homework | https://github.com/hsbacot/CSF_Homework | f258187727a69b902e84857e6b07cec569f31a9b | 7e8ff39067ead9e065d53b531bf15901c693bfe4 | refs/heads/master | 2020-12-11T04:20:29.160000 | 2014-02-19T23:31:45 | 2014-02-19T23:31:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by hsbacot on 12/16/13.
*/
import java.util.ArrayList;
import java.util.Scanner;
public class ReservationApplication {
public static void main(String[] args) {
boolean moreReservations = true;
boolean source = false;
ArrayList<Object> reservations = new ArrayList<Object>()... | UTF-8 | Java | 3,547 | java | ReservationApplication.java | Java | [
{
"context": "/**\n * Created by hsbacot on 12/16/13.\n */\nimport java.util.ArrayList;\nimpo",
"end": 25,
"score": 0.9996817708015442,
"start": 18,
"tag": "USERNAME",
"value": "hsbacot"
}
] | null | [] | /**
* Created by hsbacot on 12/16/13.
*/
import java.util.ArrayList;
import java.util.Scanner;
public class ReservationApplication {
public static void main(String[] args) {
boolean moreReservations = true;
boolean source = false;
ArrayList<Object> reservations = new ArrayList<Object>()... | 3,547 | 0.484071 | 0.482379 | 95 | 36.336842 | 27.046396 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 7 |
dc40b2bca35c13640b88b5aaec225999a1e7f0f1 | 27,376,121,605,219 | e5fb18465d43ce0e5ec0a94b7813959e28edf406 | /src/ch23/TestHeap.java | a6842811d89702432420bd0fbbbbeeba4d79c695 | [] | no_license | MahmoudMabrok/Introduction | https://github.com/MahmoudMabrok/Introduction | 98add3477c82cdecc8faf93aba37858af5dd8b01 | a85efaf4765c1758e06239e6770c3d7621b549be | refs/heads/master | 2021-01-20T03:56:27.416000 | 2018-03-06T05:36:04 | 2018-03-06T05:36:04 | 101,373,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ch23;
/**
* this is
* Created by mo3tamed on 2/5/18.
*/
public class TestHeap {
public static void main(String[] args) {
Heap<Integer> h = new Heap<>() ;
h.add(5);
h.add(1);
h.add(12);
h.add(9);
h.add(50);
System.out.println(h);
System.o... | UTF-8 | Java | 499 | java | TestHeap.java | Java | [
{
"context": "package ch23;\n\n/**\n * this is\n * Created by mo3tamed on 2/5/18.\n */\npublic class TestHeap {\n\n publi",
"end": 52,
"score": 0.9996200203895569,
"start": 44,
"tag": "USERNAME",
"value": "mo3tamed"
}
] | null | [] | package ch23;
/**
* this is
* Created by mo3tamed on 2/5/18.
*/
public class TestHeap {
public static void main(String[] args) {
Heap<Integer> h = new Heap<>() ;
h.add(5);
h.add(1);
h.add(12);
h.add(9);
h.add(50);
System.out.println(h);
System.o... | 499 | 0.51503 | 0.480962 | 26 | 18.192308 | 15.150576 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
f24a4dbae1348f3b5bb8bc97564adb8d00ed9dc7 | 37,366,215,510,439 | 5ee23f3ba8092d1ea1a3bc7b02c10a2abe373c44 | /app/src/main/java/com/netban/edc/wallet/module/trade/out/scan/ScanOutModel.java | 02d41063e7e0068bb42c77e33ce94388f0ce2614 | [] | no_license | jimshanghai/Gtoken-Android | https://github.com/jimshanghai/Gtoken-Android | 4a46669736fc863c9b09842fc1e69b26f0ceaef9 | 4067ed6dac7bbba386c11ae5fa76bef3cee15f48 | refs/heads/master | 2020-03-29T21:24:23.853000 | 2018-09-26T04:00:05 | 2018-09-26T04:00:05 | 150,364,984 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.netban.edc.wallet.module.trade.out.scan;
import com.netban.edc.wallet.api.NetClient;
import com.netban.edc.wallet.base.mvp.BaseModel;
import com.netban.edc.wallet.bean.RequestBean;
import com.netban.edc.wallet.bean.ToUser;
import com.netban.edc.wallet.bean.TradeOutBean;
import com.netban.edc.wallet.module.... | UTF-8 | Java | 1,382 | java | ScanOutModel.java | Java | [
{
"context": "mport rx.schedulers.Schedulers;\n\n/**\n * Created by Evan on 2018/8/13.\n */\n\npublic class ScanOutModel exte",
"end": 475,
"score": 0.9973562359809875,
"start": 471,
"tag": "NAME",
"value": "Evan"
}
] | null | [] | package com.netban.edc.wallet.module.trade.out.scan;
import com.netban.edc.wallet.api.NetClient;
import com.netban.edc.wallet.base.mvp.BaseModel;
import com.netban.edc.wallet.bean.RequestBean;
import com.netban.edc.wallet.bean.ToUser;
import com.netban.edc.wallet.bean.TradeOutBean;
import com.netban.edc.wallet.module.... | 1,382 | 0.765557 | 0.760492 | 37 | 36.351353 | 44.431675 | 192 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594595 | false | false | 7 |
cc2073b78b3e3e160aacff254b96903f62edca3e | 30,013,231,524,760 | e93f2e00af159a3481efa4f323fa111002490e3f | /src/main/java/tn/esprit/spring/Models/Participants.java | 44a39ab30247d40a71196dcbc339760c3da70cf9 | [] | no_license | Mayssa-bit/KINDERGARTEN | https://github.com/Mayssa-bit/KINDERGARTEN | 92fdfcc73a8e60b228ec722367b80272a8811ac2 | c89f0323fd4b1c64ea15c46c332bbe092b29491f | refs/heads/master | 2022-07-06T12:36:46.792000 | 2020-05-06T14:09:36 | 2020-05-06T14:09:36 | 245,135,979 | 0 | 0 | null | false | 2022-06-21T03:13:35 | 2020-03-05T10:41:55 | 2020-05-06T14:08:06 | 2022-06-21T03:13:34 | 719 | 0 | 0 | 7 | Java | false | false | package tn.esprit.spring.Models;
import java.io.Serializable;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import j... | UTF-8 | Java | 2,070 | java | Participants.java | Java | [] | null | [] | package tn.esprit.spring.Models;
import java.io.Serializable;
import java.util.Set;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import j... | 2,070 | 0.713043 | 0.71256 | 94 | 20.042553 | 21.078331 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.265957 | false | false | 7 |
36869169685af1eecb9b3989e4adb8d0c5d98321 | 34,282,429,010,215 | 5a1bf4b9c7e8b6977c293f0d459d1749a64fe955 | /src/main/java/com/sltas/jibx/v3/Voucher.java | a83305a2aaa00bb69fb03c96f493aa2f1f835522 | [] | no_license | zhangjianfeng1994/rabbit_test | https://github.com/zhangjianfeng1994/rabbit_test | d7e25ef41cdda4d0e6482edc4a00149892e344d1 | db3c883d3b584bcf1cb206011c42ad3ea4f0eb16 | refs/heads/master | 2022-12-20T10:45:27.597000 | 2019-10-18T10:32:53 | 2019-10-18T10:32:53 | 215,996,401 | 1 | 0 | null | false | 2022-12-16T04:45:26 | 2019-10-18T10:09:51 | 2022-06-21T08:34:37 | 2022-12-16T04:45:23 | 384 | 0 | 0 | 17 | Java | false | false | package com.sltas.jibx.v3;
import lombok.Data;
@Data
public class Voucher {
private String id;
private VoucherHead voucher_head;
private VoucherBody voucher_body;
}
| UTF-8 | Java | 174 | java | Voucher.java | Java | [] | null | [] | package com.sltas.jibx.v3;
import lombok.Data;
@Data
public class Voucher {
private String id;
private VoucherHead voucher_head;
private VoucherBody voucher_body;
}
| 174 | 0.758621 | 0.752874 | 13 | 12.384615 | 13.088682 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 7 |
8bc2f55891a931eddc7935d038b5775d0163626b | 34,282,429,011,755 | c18330f540df6e85190d0fb4aa1c16d0326b7b5e | /src/main/java/ua/lviv/lgs/dao/OrderDao.java | fea87716eb4523d9aa5753a8e606f7ade08db393 | [] | no_license | ahromov/i-shop | https://github.com/ahromov/i-shop | 3ca873eaf32e14b8f9bb27c7e8d19c0abc1dfdde | 22068c432c71ab30ade24bd1ceabd01efe3730f1 | refs/heads/master | 2022-11-04T06:14:57.878000 | 2020-10-13T12:02:10 | 2020-10-21T20:43:29 | 171,147,265 | 0 | 0 | null | false | 2022-10-05T19:21:07 | 2019-02-17T16:55:37 | 2020-10-21T20:43:34 | 2022-10-05T19:21:04 | 27,520 | 0 | 0 | 3 | Java | false | false | package ua.lviv.lgs.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import ua.lviv.lgs.dao.manager.FactoryManager;
import ua.lviv.lgs.domain.Order;
import ua.lviv.lgs.service.dao.A... | UTF-8 | Java | 2,033 | java | OrderDao.java | Java | [] | null | [] | package ua.lviv.lgs.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import ua.lviv.lgs.dao.manager.FactoryManager;
import ua.lviv.lgs.domain.Order;
import ua.lviv.lgs.service.dao.A... | 2,033 | 0.674865 | 0.673881 | 101 | 19.128714 | 18.161903 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.742574 | false | false | 7 |
a14d4375d1fdafa0f221c5ae7373a9fde613ceb7 | 36,902,359,044,833 | 87b65381dafc51a4f6ba115bed06578c34323b4e | /GamePanel.java | eb2666c8ae5a5a49a02e44d23ccc8271c73d749c | [] | no_license | alextat120/HungryDragon | https://github.com/alextat120/HungryDragon | 07f5102ce137014b61e7d099729631d362c647ea | 3ecc059778832b2426c606d4d972465a06a485b4 | refs/heads/master | 2021-01-20T21:23:26.503000 | 2015-09-10T05:35:14 | 2015-09-10T05:35:14 | 42,224,073 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.Scanner;
import javax.swing.JFrame;
import java.util.ArrayList;
import java.awt.event.KeyListener;
public class GamePanel extends JPanel implements ActionListener, KeyListener
{
public final int NORTH=0, SOUTH=180,EAST=90, WEST=270;... | UTF-8 | Java | 14,408 | java | GamePanel.java | Java | [] | null | [] | import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.util.Scanner;
import javax.swing.JFrame;
import java.util.ArrayList;
import java.awt.event.KeyListener;
public class GamePanel extends JPanel implements ActionListener, KeyListener
{
public final int NORTH=0, SOUTH=180,EAST=90, WEST=270;... | 14,408 | 0.466546 | 0.455303 | 549 | 25.24408 | 20.310041 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590164 | false | false | 7 |
e5cda0569b95bdbf5ff0586d56b675fa07653fca | 38,336,878,116,909 | c6f48a74c88b4f8365c6392863a13616afc7fdbd | /BLM104_2018_2019_Bahar/src/Ders09/Ornek2.java | 1f8b317af1b12a28dbb55ac75248b0aba3764882 | [] | no_license | alinizam/BLM104_2018_2019_Bahar | https://github.com/alinizam/BLM104_2018_2019_Bahar | fee8a307019d212dd1c5838cefb996cc305aca40 | 71a0094d40866ceab14fc6d8140e1c8348c2f0ae | refs/heads/master | 2020-04-22T14:33:32.137000 | 2019-05-16T07:41:39 | 2019-05-16T07:41:39 | 170,447,768 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Ders09;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sq... | UTF-8 | Java | 1,278 | java | Ornek2.java | Java | [
{
"context": "t java.util.logging.Logger;\r\n\r\n/**\r\n *\r\n * @author alinizam\r\n */\r\npublic class Ornek2 {\r\n public static void",
"end": 462,
"score": 0.9941220283508301,
"start": 454,
"tag": "USERNAME",
"value": "alinizam"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Ders09;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sq... | 1,278 | 0.607059 | 0.595294 | 40 | 29.875 | 26.013638 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85 | false | false | 7 |
101d8e272e736ca110085d8ef65d041b845a23c0 | 3,582,002,791,047 | 8d0bc32aa04c53df139894fea0fa315e8cf1a562 | /src/main/java/kr/ac/hansung/cse/domain/ProductDto.java | 33d072f0e4728edaeb1edaf5441a45063831d6ec | [] | no_license | qlqhtlrrl4/smallEstore | https://github.com/qlqhtlrrl4/smallEstore | 6c51cf3bb456a308ae2883111e942f8fdb5feace | 8f54e29545688f961aabb1c97e62d1e62b100b23 | refs/heads/main | 2023-08-14T00:26:44.799000 | 2021-10-05T00:58:02 | 2021-10-05T00:58:02 | 395,173,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.ac.hansung.cse.domain;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class ProductDto {
private String name;
private String category;
private int price;
private String manufacture;
private int unitInStock;
private String description;
}
| UTF-8 | Java | 294 | java | ProductDto.java | Java | [] | null | [] | package kr.ac.hansung.cse.domain;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class ProductDto {
private String name;
private String category;
private int price;
private String manufacture;
private int unitInStock;
private String description;
}
| 294 | 0.741497 | 0.741497 | 24 | 11.25 | 11.70203 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
4dfe4f9932c4b5709ff7d43450db93087a6d2aa2 | 15,101,105,079,886 | f2dd8342c0bf6258442c6c60c08318549ae99fab | /src/com/syntax/class08/Homework.java | 7013b4ddfed93781df3c17d980428efe23553d49 | [] | no_license | mariiayarema/SeleniumClasses | https://github.com/mariiayarema/SeleniumClasses | fd1fa7138fe62acb2e4122a66e8f06b88480a534 | ebcac5334caf566534c5c3847fc1537fe5b699d7 | refs/heads/main | 2023-04-26T10:09:34.955000 | 2021-05-20T21:47:16 | 2021-05-20T21:47:16 | 331,500,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syntax.class08;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
import java.util.concur... | UTF-8 | Java | 1,950 | java | Homework.java | Java | [] | null | [] | package com.syntax.class08;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
import java.util.concur... | 1,950 | 0.712308 | 0.706154 | 46 | 41.391304 | 30.534 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.782609 | false | false | 7 |
4ba14c9265430cb684a859638d7e82dab32885b9 | 37,873,021,638,861 | b57b244956c08a7fda44484b72805b6b9a9d8598 | /Excercise JIRA/src/main/java/controllers/DashboardController.java | aa9740d749184cb8016b2247c678f54832501bac | [] | no_license | YuriMutsu/AngularJS | https://github.com/YuriMutsu/AngularJS | 5e1e4144887dba13ba47d269f920267947f9c0eb | 7c7b7006f5dd54aac5e51d81a1c713aaa9bc46b6 | refs/heads/master | 2021-05-23T06:02:15.322000 | 2019-06-22T02:18:01 | 2019-06-22T02:18:01 | 94,753,569 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import com.mongodb.Block;
import com.mongodb.MongoClient;
import com.mongodb.client.FindIterable;
import com.mongodb.client.MongoCollection;
import models.gadget.Gadget;
import ninja.Result;
import ninja.Results;
import ninja.params.Param;
import ninja.params.SessionParam;
import ninja.session.Ses... | UTF-8 | Java | 9,310 | java | DashboardController.java | Java | [
{
"context": "ort static util.MyUtil.isAdmin;\n\n/**\n * Created by tmtai on 7/17/2017.\n */\npublic class DashboardControlle",
"end": 705,
"score": 0.9996144771575928,
"start": 700,
"tag": "USERNAME",
"value": "tmtai"
},
{
"context": " if (contain || owner.equals(session.ge... | null | [] | package controllers;
import com.mongodb.Block;
import com.mongodb.MongoClient;
import com.mongodb.client.FindIterable;
import com.mongodb.client.MongoCollection;
import models.gadget.Gadget;
import ninja.Result;
import ninja.Results;
import ninja.params.Param;
import ninja.params.SessionParam;
import ninja.session.Ses... | 9,310 | 0.594307 | 0.593233 | 226 | 40.194691 | 42.374302 | 209 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.659292 | false | false | 7 |
fb4442aeb7495cefbb5656976fe8bc7e7303004f | 14,121,852,538,177 | 65925dd3e2e46edd95ecfd5f56287b2af8ac5a12 | /Java Web/源码-郭克华_JavaEE程序设计与应用开发/ch02/Prj02/src/Select1.java | 41716660e6c2d1c76bc44c65ad9f844da501572a | [] | no_license | GreenHatHG/tmp | https://github.com/GreenHatHG/tmp | d866abb9ab4f934199321bc5e59edf7c94210d00 | 5d5baea3e8e9c034cf42c0080d632a9080572bc3 | refs/heads/master | 2020-04-08T04:02:31.116000 | 2018-12-04T06:42:25 | 2018-12-04T06:42:25 | 159,000,135 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
public class Select1 {
public static void main(String[] args) throws Exception{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection conn = DriverManager.getConnection("jdbc:odbc:DSSchool"... | UTF-8 | Java | 688 | java | Select1.java | Java | [] | null | [] | import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
public class Select1 {
public static void main(String[] args) throws Exception{
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection conn = DriverManager.getConnection("jdbc:odbc:DSSchool"... | 688 | 0.694323 | 0.692868 | 22 | 29.227272 | 19.324812 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 7 |
68606bc96af4cc35228ec803afe5f7b8e4970352 | 26,302,379,780,097 | c33ed30cf351450e27904705a2fdf694a86ac287 | /springdoc-openapi-tests/springdoc-openapi-javadoc-tests/src/test/java/test/org/springdoc/api/app163/exception/NoResultException.java | b051533bc605a0b2bd67858a956e3a37d948e5d7 | [
"Apache-2.0"
] | permissive | springdoc/springdoc-openapi | https://github.com/springdoc/springdoc-openapi | fb627bd976a1f464914402bdee00b492f6194a49 | d4f99ac9036a00ade542c3ebb1ce7780a171d7d8 | refs/heads/main | 2023-08-20T22:07:34.367000 | 2023-08-16T18:43:24 | 2023-08-16T18:43:24 | 196,475,719 | 2,866 | 503 | Apache-2.0 | false | 2023-09-11T19:37:09 | 2019-07-11T23:08:20 | 2023-09-11T19:18:24 | 2023-09-11T19:37:09 | 8,147 | 2,777 | 417 | 28 | Java | false | false | package test.org.springdoc.api.app163.exception;
public class NoResultException extends RuntimeException {
}
| UTF-8 | Java | 110 | java | NoResultException.java | Java | [] | null | [] | package test.org.springdoc.api.app163.exception;
public class NoResultException extends RuntimeException {
}
| 110 | 0.836364 | 0.809091 | 4 | 26.5 | 26.196373 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
6b5051751378269d0d9e4e97d9542bad837f7822 | 867,583,450,816 | 73c4a8cba6d74e98c6cc3b6efff6e6e3f171b986 | /src/main/java/pe/com/dipper/pdfupload/controllers/UploadPdfController.java | 03acab110a2e35bec958b5c6719c575bdff717d8 | [] | no_license | Eisten1996/pdf-upload | https://github.com/Eisten1996/pdf-upload | a5ee4c7e0e86a0952c8b28155bdd8c6f3f5eac1c | 7f6b8f737aa5dcdb69cab4feeb4c208b8d5a7972 | refs/heads/main | 2023-08-29T01:08:03.129000 | 2021-11-05T04:29:50 | 2021-11-05T04:29:50 | 402,153,512 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pe.com.dipper.pdfupload.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.Resource;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import org.springframewo... | UTF-8 | Java | 2,249 | java | UploadPdfController.java | Java | [
{
"context": "LException;\nimport java.util.UUID;\n\n/**\n * @author Dipper\n * @project pdf-upload\n * @created 19/11/2020 - 1",
"end": 588,
"score": 0.9539371132850647,
"start": 582,
"tag": "NAME",
"value": "Dipper"
}
] | null | [] | package pe.com.dipper.pdfupload.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.io.Resource;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import org.springframewo... | 2,249 | 0.700756 | 0.69542 | 56 | 39.160713 | 29.912239 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 7 |
306715924205c931d6999ca2bcaa8b49e9cecb50 | 39,419,209,842,865 | 394fcfe7a3ac5f18ffed15e6ac09b0c86dc13d9c | /jwt/src/main/java/com/ntga/jwt/VioQzcsActivity.java | a0a56e9ef5cef13fe739111fd8e1df01e98a7fe8 | [] | no_license | lixd17820/ntgajwt | https://github.com/lixd17820/ntgajwt | 5a1eda06f0140da28c093f36d7e1971f0c615d7e | d0aa0502f69705515de85426d24187c2a92c403e | refs/heads/master | 2021-01-20T06:34:15.494000 | 2017-05-04T00:04:03 | 2017-05-04T00:04:03 | 89,894,863 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ntga.jwt;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Set;
import java.util.Map.Entry;
import java.util.TreeMap;
import com.ntga.bean.JdsPrintBean;
import com.ntga.bean.KeyValueBean;
import com.ntga.bean.VioViolation;
import com.ntga.bean.WfdmBean... | UTF-8 | Java | 18,167 | java | VioQzcsActivity.java | Java | [] | null | [] | package com.ntga.jwt;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Set;
import java.util.Map.Entry;
import java.util.TreeMap;
import com.ntga.bean.JdsPrintBean;
import com.ntga.bean.KeyValueBean;
import com.ntga.bean.VioViolation;
import com.ntga.bean.WfdmBean... | 18,167 | 0.516814 | 0.512946 | 479 | 33.075157 | 22.177933 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609603 | false | false | 7 |
15764d7c5f8e05f096aa9289032a9717447cd221 | 39,479,339,388,295 | bab1459483c3d33f404ad710f8e567a974ee955e | /mango/src/main/java/com/zee/ent/parameter/da/DaCheckTestingParameter.java | 98cd96a96f5b998089ec514b8d4fe2dc4396d157 | [] | no_license | ZeeMenng/HuaPingMango | https://github.com/ZeeMenng/HuaPingMango | d9a0a711aa1c2500e843dfbad30c3d294ddc155a | bda1ea6fb4fe1de74b83dd3175f59ce5f66e70bf | refs/heads/master | 2021-06-18T09:12:02.174000 | 2021-04-20T07:16:05 | 2021-04-20T07:16:05 | 208,407,752 | 0 | 0 | null | false | 2021-08-11T11:39:21 | 2019-09-14T07:53:03 | 2021-04-20T07:17:14 | 2021-08-11T11:39:21 | 246,961 | 0 | 0 | 22 | JavaScript | false | false | package com.zee.ent.parameter.da;
import java.util.*;
import com.zee.ent.extend.da.DaCheckTesting;
import com.zee.ent.generate.da.DaCheckTestingGenEnt;
import com.zee.ent.parameter.base.BaseParameter;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
/**
* @aut... | UTF-8 | Java | 3,159 | java | DaCheckTestingParameter.java | Java | [
{
"context": "notations.ApiModelProperty;\r\n\r\n\r\n\r\n/**\r\n * @author Zee\r\n * @createDate 2017/05/18 14:54:22\r\n * @updateDa",
"end": 327,
"score": 0.941798210144043,
"start": 324,
"tag": "USERNAME",
"value": "Zee"
}
] | null | [] | package com.zee.ent.parameter.da;
import java.util.*;
import com.zee.ent.extend.da.DaCheckTesting;
import com.zee.ent.generate.da.DaCheckTestingGenEnt;
import com.zee.ent.parameter.base.BaseParameter;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
/**
* @aut... | 3,159 | 0.724786 | 0.715556 | 102 | 26.539215 | 28.544313 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.313725 | false | false | 7 |
b05a576cb7161b0821d1cd56f535af98330a7553 | 39,281,770,934,028 | 9b2628fe64c0a5032dbf11356058ff9918cccf96 | /ExerciciosAula1/src/br/com/cwi/Calculadora.java | 453e27dffb7495a23c1a76314c164689265de2bf | [] | no_license | memeia/CWI-RESET-02 | https://github.com/memeia/CWI-RESET-02 | 7260b5356daa352ccbefbe2ebc0f9bc10a6ad3ba | 2274562f232ff889e2db8e96000913468d7bf332 | refs/heads/main | 2023-03-24T07:30:12.111000 | 2021-03-06T02:52:47 | 2021-03-06T02:52:47 | 336,543,856 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.cwi;
public class Calculadora {
double soma(double numero1, double numero2){
return numero1 + numero2;
}
double subtracao (double numero1, double numero2){
return numero1 - numero2;
}
double multiplicacao (double numero1, double numero2){
return numero1 * n... | UTF-8 | Java | 431 | java | Calculadora.java | Java | [] | null | [] | package br.com.cwi;
public class Calculadora {
double soma(double numero1, double numero2){
return numero1 + numero2;
}
double subtracao (double numero1, double numero2){
return numero1 - numero2;
}
double multiplicacao (double numero1, double numero2){
return numero1 * n... | 431 | 0.645012 | 0.607889 | 21 | 19.523809 | 20.44416 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 7 |
166809bfad4e314399a98e96253f21ff85951169 | 37,778,532,362,351 | 6e8e42ffa90904f548b07cf43f02541bf765a90c | /chapter2/bean/Person.java | 4708baa5bb594834aa8ca8bb4a17673de693d17a | [] | no_license | jieqiyue/kafkaStudy | https://github.com/jieqiyue/kafkaStudy | de657a801b5ccd54c7eafa50455bef0b1770fbeb | e0fa643cc582b7d1f856d26c0e62055f83da051b | refs/heads/main | 2023-07-01T11:11:47.701000 | 2021-08-08T15:28:56 | 2021-08-08T15:28:56 | 393,945,995 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kafkaStudy.chapter2.bean;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
/**
* @Classname Person
* @Description TODO
* @Date 2021/8/6 22:56
* @Created by Jieqiyue
*/
public class Person {
privat... | UTF-8 | Java | 1,500 | java | Person.java | Java | [
{
"context": "tion TODO\r\n * @Date 2021/8/6 22:56\r\n * @Created by Jieqiyue\r\n */\r\npublic class Person {\r\n private String n",
"end": 280,
"score": 0.9414122700691223,
"start": 272,
"tag": "NAME",
"value": "Jieqiyue"
}
] | null | [] | package kafkaStudy.chapter2.bean;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
/**
* @Classname Person
* @Description TODO
* @Date 2021/8/6 22:56
* @Created by Jieqiyue
*/
public class Person {
privat... | 1,500 | 0.575333 | 0.564667 | 67 | 20.38806 | 18.306639 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432836 | false | false | 7 |
dbbc359266f8e4a25540a6bef0527f9a411a7478 | 4,028,679,387,129 | 12756f54c7cf1064dfca7e7987c1c3cd9f6994fa | /seyren-core/src/main/java/com/seyren/core/service/live/MetricsTask.java | 1d009c46075559d40366a138f32b38833020d956 | [
"Apache-2.0"
] | permissive | ExpediaInc/seyren-1 | https://github.com/ExpediaInc/seyren-1 | 5e6cd27678f8b1912689780f02b6a0d6ad5579f8 | 3d49be0d40227f1f2a307e980276dccf337026f9 | refs/heads/master | 2021-01-24T01:36:11.277000 | 2020-03-26T14:23:27 | 2020-03-26T14:23:27 | 37,128,933 | 5 | 7 | NOASSERTION | true | 2020-03-26T14:23:28 | 2015-06-09T11:51:30 | 2020-03-25T05:31:40 | 2020-03-26T14:23:27 | 2,251 | 3 | 3 | 7 | Java | false | false | /**
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distrib... | UTF-8 | Java | 2,247 | java | MetricsTask.java | Java | [] | null | [] | /**
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distrib... | 2,247 | 0.694259 | 0.692479 | 64 | 34.109375 | 27.823168 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 7 |
2986fb1ab0fe63371a6dd6e495453e55ce450c3b | 34,540,127,025,144 | 5113556e4267df06928bfba045acc98f4873b9de | /hrmclient-master/hrmclient-master/java/kr/co/infopub/chapter/s195/model/EmployeeRestJsonDao.java | 0ccae3be45ec9d846685fe0772cfc92de5e5c531 | [] | no_license | msheo/edu_springFramework | https://github.com/msheo/edu_springFramework | 13c29db14daa68a12d00cb33c466aa9c8c5089b7 | fd957ac3634406297f774c393272bebc6cd051a6 | refs/heads/master | 2020-03-18T13:57:14.618000 | 2018-05-25T08:22:14 | 2018-05-25T08:22:14 | 134,820,052 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.co.infopub.chapter.s195.model;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import org.springframework.web.client.RestTemplate;
import kr.co.infopub.chapter.s195.dto.DepCountDto;
import kr.co.infopub.chapter.s195.dto.DepartmentDto;
import kr... | UTF-8 | Java | 20,714 | java | EmployeeRestJsonDao.java | Java | [
{
"context": "ry\")));\n \tdto.setFirstName(ts(map.get(\"firstName\")));\n \tdto.setPhoneNumber(ts(map.get(\"",
"end": 13430,
"score": 0.968874454498291,
"start": 13421,
"tag": "NAME",
"value": "firstName"
},
{
"context": ");\n\t\t\tdto.setEmail(\"Jongu\");\n\t\... | null | [] | package kr.co.infopub.chapter.s195.model;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import org.springframework.web.client.RestTemplate;
import kr.co.infopub.chapter.s195.dto.DepCountDto;
import kr.co.infopub.chapter.s195.dto.DepartmentDto;
import kr... | 20,714 | 0.612629 | 0.605436 | 498 | 40.594376 | 26.684008 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.967871 | false | false | 7 |
37707f9290165a496e2873fab4f1e3fc48082238 | 36,335,423,353,054 | 9c886fbabc88270a431b9c9c6adc5f2986b9e5dd | /src/ID_Correct.java | 20597b067914963560c158a0703156700b66522e | [] | no_license | studymakemehappier/GreenSearchServer | https://github.com/studymakemehappier/GreenSearchServer | 7a22cc2f866e79639cf47d127dbd1328c58a0425 | 5657deb07edbddd7027f0aaeba73473878e007ab | refs/heads/main | 2023-03-16T15:17:12.018000 | 2021-03-10T06:08:59 | 2021-03-10T06:08:59 | 346,534,965 | 0 | 0 | null | true | 2021-03-11T00:51:42 | 2021-03-11T00:51:42 | 2021-03-10T06:09:01 | 2021-03-10T06:08:59 | 11,462 | 0 | 0 | 0 | null | false | false | import java.sql.ResultSet;
import java.sql.SQLException;
public class ID_Correct {
public static void main(String[] args) throws SQLException {
DatabaseHelper databaseHelper=new DatabaseHelper();
databaseHelper.init();
databaseHelper.ChooseDatabase("ELEMENT");
DatabaseHelper databaseHelper1=new... | UTF-8 | Java | 728 | java | ID_Correct.java | Java | [] | null | [] | import java.sql.ResultSet;
import java.sql.SQLException;
public class ID_Correct {
public static void main(String[] args) throws SQLException {
DatabaseHelper databaseHelper=new DatabaseHelper();
databaseHelper.init();
databaseHelper.ChooseDatabase("ELEMENT");
DatabaseHelper databaseHelper1=new... | 728 | 0.695055 | 0.673077 | 20 | 34.400002 | 23.618637 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 7 |
7d2884090e9db09390653a13e64e8f2a7fe58817 | 37,280,316,144,260 | 7e7d879f7c84a4ef3b52bbcf355141f667f70d5e | /graduation_design/src/com/etimeci/ssm/service/SupplierService.java | a779c50da4ff0a7a9f3f75b9b523c93901d983f0 | [] | no_license | lijilihang/lijisdaima | https://github.com/lijilihang/lijisdaima | 0293a370e30e0615c63c3d507224dc750749f7fc | 67ac58ce251ecebe2d6b5765aaada161db1b2f5b | refs/heads/master | 2021-01-25T11:39:27.644000 | 2018-07-28T05:49:19 | 2018-07-28T05:49:19 | 123,414,702 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.etimeci.ssm.service;
import java.util.List;
import com.etimeci.ssm.entity.Supplier;
public interface SupplierService {
public int insertSupplier(Supplier Supplier);
public List<Supplier> query(String suName);
public List<Supplier> findSupplierById(Integer suId);
public void updateSupplier(Sup... | UTF-8 | Java | 385 | java | SupplierService.java | Java | [] | null | [] | package com.etimeci.ssm.service;
import java.util.List;
import com.etimeci.ssm.entity.Supplier;
public interface SupplierService {
public int insertSupplier(Supplier Supplier);
public List<Supplier> query(String suName);
public List<Supplier> findSupplierById(Integer suId);
public void updateSupplier(Sup... | 385 | 0.784416 | 0.784416 | 12 | 30.083334 | 18.856733 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.083333 | false | false | 7 |
0194dcc6bc8e8e48e8d53a73cd9b625720de72ee | 35,485,019,800,715 | 605fb3d7fd8afe9bc8fd16bfc44d5200cdbacbac | /luna-commons-api/src/main/java/com/luna/api/city/CountryCodeDO.java | 7abcd0c2cd4adf21b489e788b0845227084749ca | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | lunasaw/luna-commons | https://github.com/lunasaw/luna-commons | 3165ed9d77ce7b1a71c9985da21a659eb054795c | ce8d57e25fa526112940ca56ba17b07948a71488 | refs/heads/master | 2023-06-02T06:16:02.512000 | 2021-06-18T00:43:29 | 2021-06-18T00:43:29 | 377,870,051 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.luna.api.city;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.annotation.JSONField;
import com.luna.file.file.FileEditUtil;
import java.util.List;
public class CountryCodeDO {
private List<ProvinceDO> provinces;
public List<ProvinceDO> getProvinces() {
return provinces;
... | UTF-8 | Java | 779 | java | CountryCodeDO.java | Java | [
{
"context": "\n String s = FileEditUtil.readFile(\"/Users/luna_mac/Documents/luna-project/luna-commons/luna-commons-",
"end": 530,
"score": 0.9957295656204224,
"start": 522,
"tag": "USERNAME",
"value": "luna_mac"
}
] | null | [] | package com.luna.api.city;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.annotation.JSONField;
import com.luna.file.file.FileEditUtil;
import java.util.List;
public class CountryCodeDO {
private List<ProvinceDO> provinces;
public List<ProvinceDO> getProvinces() {
return provinces;
... | 779 | 0.722721 | 0.722721 | 26 | 28.961538 | 33.864529 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 7 |
a309a6186632ee37d4ccddbc5be2cf5dc3eeb398 | 29,386,166,276,542 | 380366cde7f499290a61f8372034744cae137a4e | /adapters/mso-sdnc-adapter/src/main/java/org/onap/so/adapters/sdnc/impl/SDNCAdapterPortTypeImpl.java | 7c35be02a4c7a9ce3c15573720d6498273eea435 | [
"Apache-2.0"
] | permissive | onap/so | https://github.com/onap/so | 82a219ed0e5559a94d630cc9956180dbab0d33b8 | 43224c4dc5ff3bf67979f480d8628f300497da07 | refs/heads/master | 2023-08-21T00:09:36.560000 | 2023-07-03T16:30:22 | 2023-07-03T16:30:55 | 115,077,083 | 18 | 25 | Apache-2.0 | false | 2022-03-21T09:59:49 | 2017-12-22T04:39:28 | 2022-01-18T13:12:09 | 2022-03-21T09:59:49 | 143,795 | 15 | 19 | 2 | Java | false | false | /*-
* ============LICENSE_START=======================================================
* ONAP - SO
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* =============================================================... | UTF-8 | Java | 3,528 | java | SDNCAdapterPortTypeImpl.java | Java | [] | null | [] | /*-
* ============LICENSE_START=======================================================
* ONAP - SO
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* =============================================================... | 3,528 | 0.65051 | 0.646259 | 85 | 40.505882 | 32.979717 | 117 | false | false | 0 | 0 | 0 | 0 | 81 | 0.068878 | 0.517647 | false | false | 7 |
c5d5540e0017af2eac1052cc13dde13d26dcea7e | 36,395,552,868,843 | a3a601eb120fdb8e0ddc0f6bbc67e75b4042f62a | /app/src/main/java/com/example/goals/a40ui/myViewPager/HuPagerAdapter.java | 1266d6c5974d91ec0748f40fb0175e2e63b17e25 | [] | no_license | hudawei996/com.example.goals.a40ui | https://github.com/hudawei996/com.example.goals.a40ui | c31389753706daae582e81679b15aa010c4905f6 | dac9c338cab380da8b7f8fc38aea55c580b3e7e7 | refs/heads/master | 2022-07-10T22:48:03.481000 | 2017-06-16T08:31:33 | 2017-06-16T08:31:33 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.goals.a40ui.myViewPager;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.PagerAdapter;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
impo... | UTF-8 | Java | 1,787 | java | HuPagerAdapter.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by huyongqiang on 17/6/8.\n */\npublic class HuPagerAdapter extend",
"end": 369,
"score": 0.9993815422058105,
"start": 358,
"tag": "USERNAME",
"value": "huyongqiang"
}
] | null | [] | package com.example.goals.a40ui.myViewPager;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.PagerAdapter;
import android.view.View;
import android.view.ViewGroup;
import java.util.ArrayList;
impo... | 1,787 | 0.685506 | 0.67991 | 72 | 23.819445 | 21.954704 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.402778 | false | false | 7 |
efa9b05124841b7c2abfbc8c5ecba3706ee02b17 | 17,145,509,511,540 | b6ea8d21da6ac011f53d1643b7c0914c06bb0518 | /SEPT2021_MajorProject/BackEnd/bookmicroservices/src/main/java/com/rmit/sept/bk_bookservices/bookmicroservices/BookmicroservicesApplication.java | 6cc53b22e7a5c5312fb8db1b47bb18109fcfc837 | [] | no_license | vi-ca/A-Slight-Sep-Up | https://github.com/vi-ca/A-Slight-Sep-Up | 8a1fdcd4b4f19cc8e47b6ccd0e234d67ec4ab059 | 214ba88db3854078757d6e9e3c10e4c2c85b7a03 | refs/heads/main | 2023-09-01T07:28:41.442000 | 2021-10-27T02:11:50 | 2021-10-27T02:11:50 | 388,715,717 | 0 | 0 | null | false | 2021-09-20T08:46:29 | 2021-07-23T07:29:33 | 2021-09-17T22:10:40 | 2021-09-20T08:46:28 | 108,011 | 0 | 0 | 0 | null | false | false | package com.rmit.sept.bk_bookservices.bookmicroservices;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BookmicroservicesApplication {
public static void main(String[] args) {
SpringApplication.run(Bookmic... | UTF-8 | Java | 362 | java | BookmicroservicesApplication.java | Java | [] | null | [] | package com.rmit.sept.bk_bookservices.bookmicroservices;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BookmicroservicesApplication {
public static void main(String[] args) {
SpringApplication.run(Bookmic... | 362 | 0.837017 | 0.837017 | 13 | 26.846153 | 26.697294 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 7 |
2b11d8fb6a74c291259d8da29289e125c86bb532 | 33,517,924,836,757 | ac07788cd19b259161cfb6594b2cbbe6ea2ec7ce | /app/src/main/java/sriparna/hillhouse/com/notesapp/interfaces/NotesDataFetcher.java | 4750429016dfbc50ec44c65a2dfdf63c9bbbb445 | [] | no_license | sriparnac35/NotesApp | https://github.com/sriparnac35/NotesApp | 78b07aaefe1f027b2382cd8aac7fc2eb419405ee | 5e5ba5cee27f031f1410da6f7a16e3914321afd0 | refs/heads/master | 2021-01-12T16:17:13.311000 | 2016-10-26T08:12:21 | 2016-10-26T08:12:21 | 71,980,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sriparna.hillhouse.com.notesapp.interfaces;
import java.util.List;
import sriparna.hillhouse.com.notesapp.NoteModel;
/**
* Created by sriparna on 26/10/16.
*/
public interface NotesDataFetcher {
//TODO: implement pagination
public List<NoteModel> fetchAllNotes();
}
| UTF-8 | Java | 287 | java | NotesDataFetcher.java | Java | [
{
"context": "llhouse.com.notesapp.NoteModel;\n\n/**\n * Created by sriparna on 26/10/16.\n */\npublic interface NotesDataFetche",
"end": 154,
"score": 0.9996818900108337,
"start": 146,
"tag": "USERNAME",
"value": "sriparna"
}
] | null | [] | package sriparna.hillhouse.com.notesapp.interfaces;
import java.util.List;
import sriparna.hillhouse.com.notesapp.NoteModel;
/**
* Created by sriparna on 26/10/16.
*/
public interface NotesDataFetcher {
//TODO: implement pagination
public List<NoteModel> fetchAllNotes();
}
| 287 | 0.756098 | 0.735192 | 13 | 21.076923 | 19.715132 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 7 |
ec17740162fa3b0467d41b7c13a9d433d1938be3 | 33,930,241,663,466 | 970615511344fd59cdf76a4eb752aea7d0d1ac96 | /TelephonePanel.java | d85a1e274b70229d5f35844846a8085c45d726e0 | [] | no_license | chefakeem/Java | https://github.com/chefakeem/Java | c8faac41a3b9e43fa89893ae3bd5c2e5c6b3b682 | 66b1dfe4f0594ebf667ffaa5438110f3673bba03 | refs/heads/master | 2020-03-27T14:25:25.621000 | 2018-08-29T22:08:06 | 2018-08-29T22:08:06 | 146,661,536 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //*******************************************************************************************
// File Name: TelephonePanel.java
// Name: Akeem Wilkins
// Purpose: 1) Lays out a (functionless) GUI like a telephone keypad witha title, and
// 2) Illustrates use of BorderLayout and GridLayout.
//************... | UTF-8 | Java | 1,841 | java | TelephonePanel.java | Java | [
{
"context": "*****\r\n// File Name: TelephonePanel.java\r\n// Name: Akeem Wilkins\r\n// Purpose: 1) Lays out a (functionless) GUI lik",
"end": 152,
"score": 0.9995434284210205,
"start": 139,
"tag": "NAME",
"value": "Akeem Wilkins"
}
] | null | [] | //*******************************************************************************************
// File Name: TelephonePanel.java
// Name: <NAME>
// Purpose: 1) Lays out a (functionless) GUI like a telephone keypad witha title, and
// 2) Illustrates use of BorderLayout and GridLayout.
//*******************... | 1,834 | 0.503531 | 0.47094 | 59 | 29.237288 | 21.529907 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.610169 | false | false | 7 |
66078037ecf6fc36c5884af7c966fa63e54cde81 | 21,912,923,188,023 | 7b18b69f44a99975f57dacd3c9a840e58e073fa4 | /app/src/main/java/com/evolve/evolve/EvolveActivities/EvolveAdapters/QuickListAdapter.java | b4e22da940688af8b1f2aaa39f023b3bd0edf696 | [] | no_license | shubhomoy/EvolveAndroid | https://github.com/shubhomoy/EvolveAndroid | a7ae6ef904175f7aeb93ac7f16bbbea8736376c4 | 4a03f60e95fff7a7f5eeb785fee304e59c9420b0 | refs/heads/master | 2016-09-15T15:47:13.422000 | 2016-04-03T17:00:26 | 2016-04-03T17:00:26 | 42,495,292 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.evolve.evolve.EvolveActivities.EvolveAdapters;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android... | UTF-8 | Java | 2,974 | java | QuickListAdapter.java | Java | [
{
"context": "R;\n\nimport java.util.ArrayList;\n\n/**\n * Created by vellapanti on 2/12/15.\n */\npublic class QuickListAdapter ext",
"end": 586,
"score": 0.9996520280838013,
"start": 576,
"tag": "USERNAME",
"value": "vellapanti"
}
] | null | [] | package com.evolve.evolve.EvolveActivities.EvolveAdapters;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.CardView;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android... | 2,974 | 0.668796 | 0.664425 | 85 | 33.988235 | 27.611376 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 7 |
18beff4470829a595662dd2edf036b6dd32e848a | 8,306,466,809,167 | 32e81d21bd0c3c19dec69f49c6335f0570c53e7b | /Projekt_1_zGUI/src/Projekt_1/Osoba.java | fd8f8c328b3dbed94ee036483c192aa785de1589 | [] | no_license | s16449/Magazyn | https://github.com/s16449/Magazyn | 92df708c4ce0010e7041dc00c96bb8a944cd3a50 | d0f85eb2e1906b3a935decb429d604fc223c6a3d | refs/heads/master | 2022-04-17T00:45:41.478000 | 2020-04-14T11:33:24 | 2020-04-14T11:33:24 | 255,591,392 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Projekt_1;
public class Osoba {
String imie, nazwisko, adresZamieszkania, dataUrodzenia, dataPierwszegoNajmu, pesel;
public Osoba(String imie, String nazwisko, String pesel, String adresZamieszkania, String dataUrodzenia,
String dataPierwszegoNajmu) {
this.imie = imie;
this.nazwisko = nazwisko;
th... | UTF-8 | Java | 786 | java | Osoba.java | Java | [] | null | [] | package Projekt_1;
public class Osoba {
String imie, nazwisko, adresZamieszkania, dataUrodzenia, dataPierwszegoNajmu, pesel;
public Osoba(String imie, String nazwisko, String pesel, String adresZamieszkania, String dataUrodzenia,
String dataPierwszegoNajmu) {
this.imie = imie;
this.nazwisko = nazwisko;
th... | 786 | 0.723919 | 0.722646 | 29 | 26.137932 | 30.312992 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.896552 | false | false | 7 |
3fa328d208bcb1552051aaf59dec203eeb32977a | 7,584,912,294,718 | f522460162f4c2581946fd12f65452ab8b9bba3a | /GameCentre/MineSweeper/MineSweeperBoard.java | 73454aa0fcdfefff1f8c808f42f99fcce5a493d0 | [] | no_license | alexzquach/GameCentre | https://github.com/alexzquach/GameCentre | 4dea2028633b5ad2af038d284a0d5808a7efe104 | 89ccd3d989f6d41c1290728d23a1e14b16c27e46 | refs/heads/master | 2020-04-17T04:55:57.729000 | 2019-01-17T16:05:53 | 2019-01-17T16:05:53 | 166,253,579 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fall2018.csc2017.GameCentre.MineSweeper;
import android.support.annotation.NonNull;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.NoSuchElementException;
import java.util.Observable;
/**
* The sliding tiles board.
... | UTF-8 | Java | 8,050 | java | MineSweeperBoard.java | Java | [] | null | [] | package fall2018.csc2017.GameCentre.MineSweeper;
import android.support.annotation.NonNull;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.NoSuchElementException;
import java.util.Observable;
/**
* The sliding tiles board.
... | 8,050 | 0.549814 | 0.544845 | 264 | 28.477272 | 24.706602 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.337121 | false | false | 7 |
1a097d891baf7f151313162f7cd6b03ff44ef6fc | 22,058,952,084,383 | cfc7c6bf8c6ce574e45338160908d68ff09c9a69 | /main/DocsPrinter.java | 09429fecbefc5283ec94393d7ea7459dbc1addd1 | [] | no_license | metiu07/juro | https://github.com/metiu07/juro | c1a41de6cbe6fc59f22725ef721d0fb1026839ba | 7033ddebf1e67c6877465ae0790c6452fcffaeda | refs/heads/master | 2016-08-09T19:45:46.425000 | 2015-12-26T00:30:44 | 2015-12-26T00:30:44 | 44,397,809 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mato.main;
import mato.matches.Player;
import mato.matches.Team;
import mato.matches.Team_database;
import java.io.BufferedWriter;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
public class DocsPrinter {
public static final String tr = "<t... | UTF-8 | Java | 2,182 | java | DocsPrinter.java | Java | [] | null | [] | package mato.main;
import mato.matches.Player;
import mato.matches.Team;
import mato.matches.Team_database;
import java.io.BufferedWriter;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
public class DocsPrinter {
public static final String tr = "<t... | 2,182 | 0.55637 | 0.547204 | 78 | 26.97436 | 24.082644 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.487179 | false | false | 7 |
2255f441ceeafd22fccc901ff5d250ad697acd7a | 19,928,648,292,356 | dbf8a5d2a09a69b337a1357d2a148f43bdcdf0b6 | /src/main/java/com/concentrate/search/cache/redis/RedisHolder.java | 231cf19b2f16f9bfff9588a92121a44daaeb42ff | [] | no_license | yancheng3721/cache | https://github.com/yancheng3721/cache | 71a7252101b824882cf064523307d8916e93b2be | 37a64902873952646c73395514635bedee60c95f | refs/heads/master | 2020-12-30T16:15:33.366000 | 2018-01-03T16:50:59 | 2018-01-03T16:50:59 | 90,973,634 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.concentrate.search.cache.redis;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import redis.clients.jedis.JedisPoolConfig;
import redis.clients.jedis.JedisShardInfo;
import redis.clients.jedis.ShardedJedi... | UTF-8 | Java | 3,145 | java | RedisHolder.java | Java | [] | null | [] | package com.concentrate.search.cache.redis;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import redis.clients.jedis.JedisPoolConfig;
import redis.clients.jedis.JedisShardInfo;
import redis.clients.jedis.ShardedJedi... | 3,145 | 0.652103 | 0.650473 | 88 | 33.852272 | 28.767303 | 125 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.784091 | false | false | 7 |
d57d30341959089d124ee7833a954e3b6975ea63 | 26,336,739,515,415 | 15ebc8955b132a9505824d9dbb6389a7526b7782 | /api/src/main/java/uk/gov/hmcts/fees2/register/api/controllers/advice/FeesControllerAdvice.java | ab18702ce638ec837895ce39639ee29552bff1b7 | [] | no_license | hmcts/ccfr-fees-register-app | https://github.com/hmcts/ccfr-fees-register-app | d90f5896606e6b6d2e17edfb0b7a1e88ebcff5b1 | 1d3fed766ef542f9fbedfdcc0cbce82722e510b4 | refs/heads/master | 2023-08-16T17:20:01.248000 | 2023-08-16T10:26:00 | 2023-08-16T10:26:00 | 113,469,480 | 5 | 6 | null | false | 2023-09-05T14:20:59 | 2017-12-07T15:46:51 | 2022-12-14T22:46:26 | 2023-09-05T14:20:58 | 74,677 | 4 | 4 | 25 | Java | false | false | package uk.gov.hmcts.fees2.register.api.controllers.advice;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.Ordered;
import org.springframework.core.annotation.Order;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springfr... | UTF-8 | Java | 2,233 | java | FeesControllerAdvice.java | Java | [] | null | [] | package uk.gov.hmcts.fees2.register.api.controllers.advice;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.core.Ordered;
import org.springframework.core.annotation.Order;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springfr... | 2,233 | 0.77519 | 0.772056 | 50 | 43.66 | 36.723076 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72 | false | false | 7 |
a145009b4541693138bbf6fc8d433a8a9dd55ca4 | 798,863,985,326 | e150e5f1f173f64c1435c4cb1b8fdbece36fcb27 | /client/src/main/java/pl/mwaleria/safecommunicator/client/net/ClientEventDispatcher.java | 974eaf4f0cc37336c9a40ea15213955c3f650cfb | [
"Apache-2.0"
] | permissive | mwaleria/safecommunicator | https://github.com/mwaleria/safecommunicator | 75b2abe455be4d4617b913ab17c9c66212378bab | 96951786fd55792fa2347c035a89ab3f8e54bdeb | refs/heads/master | 2021-01-10T06:54:20.053000 | 2015-10-12T20:22:00 | 2015-10-12T20:22:00 | 43,509,484 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.mwaleria.safecommunicator.client.net;
import java.util.Iterator;
import pl.mwaleria.safecommunicator.client.ClientManager;
import pl.mwaleria.safecommunicator.core.Message;
import pl.mwaleria.safecommunicator.core.ServerRequest;
import pl.mwaleria.safecommunicator.core.ServerResponse;
import pl.mwaleria.sa... | UTF-8 | Java | 3,505 | java | ClientEventDispatcher.java | Java | [
{
"context": "unicator.core.wrapper.UserList;\n\n/**\n *\n * @author mwaleria\n */\npublic class ClientEventDispatcher extends Ev",
"end": 565,
"score": 0.9994862675666809,
"start": 557,
"tag": "USERNAME",
"value": "mwaleria"
}
] | null | [] | package pl.mwaleria.safecommunicator.client.net;
import java.util.Iterator;
import pl.mwaleria.safecommunicator.client.ClientManager;
import pl.mwaleria.safecommunicator.core.Message;
import pl.mwaleria.safecommunicator.core.ServerRequest;
import pl.mwaleria.safecommunicator.core.ServerResponse;
import pl.mwaleria.sa... | 3,505 | 0.768046 | 0.768046 | 109 | 31.155964 | 33.278137 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.53211 | false | false | 7 |
ee0b8ba673e1c52fdb959e7ec869e4192fcf95ed | 35,888,746,750,591 | 63edda1a9955668d543b7f04204fffff2b87c496 | /Constructor.java | 8c3920dd71471ee7e75e597b72b59e9a0543a5e6 | [] | no_license | vladimir1vladimirovich/Lessons_Java | https://github.com/vladimir1vladimirovich/Lessons_Java | 77f67ef2b74bd0c2d934eebbc15ef2d54fa621ea | 0a250e8418e76940e93548d0ee024b87002efba1 | refs/heads/master | 2022-01-29T15:17:49.439000 | 2019-06-28T22:08:11 | 2019-06-28T22:08:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Constructor {
public static void main(String args[]) {
Human1 human1 = new Human1(); //при создании этого объекта, вызывается конструктор!
Human1 human2 = new Human1("Vladimir");
}
}
class Human1 {
private String name;
private int age;
public Human1() { ... | UTF-8 | Java | 1,263 | java | Constructor.java | Java | [
{
"context": "конструктор!\r\n Human1 human2 = new Human1(\"Vladimir\");\r\n }\r\n}\r\n\r\n\r\nclass Human1 {\r\n private Str",
"end": 213,
"score": 0.9997711181640625,
"start": 205,
"tag": "NAME",
"value": "Vladimir"
},
{
"context": "тора нет типа(int, void...)\r\n ... | null | [] | public class Constructor {
public static void main(String args[]) {
Human1 human1 = new Human1(); //при создании этого объекта, вызывается конструктор!
Human1 human2 = new Human1("Vladimir");
}
}
class Human1 {
private String name;
private int age;
public Human1() { ... | 1,263 | 0.571565 | 0.558206 | 34 | 28.705883 | 29.19058 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 7 |
608182ae43454982a59be962add4f50a194efc53 | 35,888,746,748,078 | 09c6899ac74a69bca940d2b5a9d44ba5d7a2c1e4 | /src/main/java/dao/ForumReplyDaoImpl2.java | 523e91f7c77a3a7b33c1bf03309fe8f46c4fe0d9 | [] | no_license | deepthytn/project2 | https://github.com/deepthytn/project2 | cfda2fecc41671185e4e41ad0a8762e4d904f2ae | 9591fbefe06d48b3ed8c90e5160ac195a5471bd9 | refs/heads/master | 2020-09-14T21:17:37.404000 | 2017-03-02T12:12:54 | 2017-03-02T12:12:54 | 67,714,637 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dao;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.a... | UTF-8 | Java | 1,177 | java | ForumReplyDaoImpl2.java | Java | [] | null | [] | package dao;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.a... | 1,177 | 0.73407 | 0.731521 | 52 | 21.634615 | 19.008125 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.538462 | false | false | 7 |
8366af1d911b1f7aa78141e192aac7232fa443a3 | 18,133,351,957,824 | aed704ee276d2fe75e590edd9a92925ca9e7e54a | /src/main/java/pattern/decoration/decorationDemo2/ConcreteComponent.java | c6de19ae6d5bfa9357269a715b2b53845261ec1b | [] | no_license | Jassj/Java-Learning | https://github.com/Jassj/Java-Learning | 0ccae54501669a56bbcdd36ba312d04f7994ce28 | fe1f88409d8a89b1bcbe1dc5e64497084614f358 | refs/heads/master | 2022-08-17T14:08:03.859000 | 2021-05-05T23:48:20 | 2021-05-05T23:48:20 | 216,500,356 | 1 | 0 | null | false | 2022-06-17T03:27:34 | 2019-10-21T07:07:43 | 2021-05-05T23:48:35 | 2022-06-17T03:27:34 | 197 | 1 | 0 | 1 | Java | false | false | package pattern.decoration.decorationDemo2;
public class ConcreteComponent extends Component {
@Override
public void operation() {
behavior();
System.out.println("具体的对象操作");
}
private void behavior() {
// 可扩展
System.out.println("我是被装饰的对象");
}
}
| UTF-8 | Java | 337 | java | ConcreteComponent.java | Java | [] | null | [] | package pattern.decoration.decorationDemo2;
public class ConcreteComponent extends Component {
@Override
public void operation() {
behavior();
System.out.println("具体的对象操作");
}
private void behavior() {
// 可扩展
System.out.println("我是被装饰的对象");
}
}
| 337 | 0.621262 | 0.61794 | 16 | 17.8125 | 17.132639 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
3c077c50317b2673723d40c1340c1edc06d55b80 | 2,362,232,025,503 | 18fca4d2cb62fe8f17fc22d9c6d6c1d739584fd7 | /back/barter/src/main/java/com/barter/mapper/UserMapper.java | d21a7e74e76a0e19660a8ba3e63b44ec408d6d30 | [] | no_license | MistyicCrray/change | https://github.com/MistyicCrray/change | 8f5e9a0c7d738c48dd14c707c13f3393c88f8b10 | d6c059766a01061cf48400088793cce15e0b597d | refs/heads/master | 2022-07-06T21:03:32.657000 | 2019-11-30T07:22:17 | 2019-11-30T07:22:31 | 220,013,217 | 0 | 0 | null | false | 2022-06-29T17:45:43 | 2019-11-06T14:16:30 | 2019-11-30T07:22:50 | 2022-06-29T17:45:40 | 9,378 | 0 | 0 | 4 | JavaScript | false | false | package com.barter.mapper;
import com.barter.model.User;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Result;
import org.apache.ibatis.a... | UTF-8 | Java | 11,663 | java | UserMapper.java | Java | [
{
"context": "R),\r\n @Result(column=\"password\", property=\"password\", jdbcType=JdbcType.VARCHAR),\r\n @Result(co",
"end": 4522,
"score": 0.7220766544342041,
"start": 4514,
"tag": "PASSWORD",
"value": "password"
},
{
"context": " \"update t_user\",\r\n \"s... | null | [] | package com.barter.mapper;
import com.barter.model.User;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Result;
import org.apache.ibatis.a... | 11,669 | 0.649233 | 0.644088 | 222 | 50.545044 | 31.754623 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.954955 | false | false | 7 |
314bd7e2960b92822ef2b843dffdbdb307ba2341 | 25,675,314,557,599 | b0a9d8b88857910196d66a0e5b3ab7de009fa8f6 | /app/src/main/java/com/syncbridge/bestconnections/MyJournalActivity.java | a554197695a1069cb4acef8fd471b7d4437ac821 | [] | no_license | NickHub4017/BestConnections | https://github.com/NickHub4017/BestConnections | 60047c35956d7c893a2d413b0df89239214dc33b | edc398b4014368b9967da9aad323dd4a6c3bec27 | refs/heads/master | 2021-01-10T15:06:29.148000 | 2016-03-31T16:34:58 | 2016-03-31T16:34:58 | 54,828,607 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.syncbridge.bestconnections;
import android.app.LocalActivityManager;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.media.MediaPlayer;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view... | UTF-8 | Java | 5,577 | java | MyJournalActivity.java | Java | [] | null | [] | package com.syncbridge.bestconnections;
import android.app.LocalActivityManager;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.media.MediaPlayer;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view... | 5,577 | 0.615205 | 0.614129 | 155 | 33.980644 | 28.578465 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.63871 | false | false | 7 |
6447840f4528ae318db5226ec1d6d72a326b6f63 | 7,456,063,231,038 | 149c4bee78c7683e9edd5c63d3d50cdf0dac91d5 | /sda-commons-server-key-mgmt/src/main/java/org/sdase/commons/keymgmt/manager/NoKeyKeyManager.java | 923779b37d28c1dbc69ad8804a613373e595a8ac | [
"MIT"
] | permissive | SDA-SE/sda-dropwizard-commons | https://github.com/SDA-SE/sda-dropwizard-commons | 1bb290832a992beaae0c4713ade130d09f4e8571 | 518348615da2b767e5e593b418f8410c5b7e9008 | refs/heads/master | 2023-08-16T05:27:27.481000 | 2023-08-15T07:35:10 | 2023-08-15T08:06:38 | 227,131,980 | 43 | 11 | MIT | false | 2023-09-14T15:09:11 | 2019-12-10T13:48:12 | 2023-09-07T02:36:28 | 2023-09-14T15:09:11 | 5,691 | 36 | 9 | 26 | Java | false | false | package org.sdase.commons.keymgmt.manager;
import java.util.Collections;
import java.util.Set;
/**
* simulates a non existing key. For a non exiting key, there are no valid values and therefore no
* testable can be seen as valid.
*/
public class NoKeyKeyManager implements KeyManager {
@Override
public Set<Str... | UTF-8 | Java | 469 | java | NoKeyKeyManager.java | Java | [] | null | [] | package org.sdase.commons.keymgmt.manager;
import java.util.Collections;
import java.util.Set;
/**
* simulates a non existing key. For a non exiting key, there are no valid values and therefore no
* testable can be seen as valid.
*/
public class NoKeyKeyManager implements KeyManager {
@Override
public Set<Str... | 469 | 0.733476 | 0.733476 | 21 | 21.333334 | 24.33366 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 7 |
92d78653c56b74da3059e5a51baea600119d0d17 | 8,787,503,153,312 | 7dff7af496136bc4dff87171062ae9790a9bd15d | /src/com/fumec/util/GaleriaAdapter.java | 5d5b540fb689bb97103c0a0cd36b7289ea876230 | [] | no_license | raffaelps/ondecomer | https://github.com/raffaelps/ondecomer | 0e9b6245bd10dd6178bb8ce376ea2ca137ca34fc | 79c6e670fe4dbfedf082c81a677499cdaeb217c4 | refs/heads/master | 2016-09-06T02:40:51.078000 | 2013-05-07T01:29:07 | 2013-05-07T01:29:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fumec.util;
import com.fumec.ondecomer.R;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.Gallery;
import android.widget.ImageView;
public class GaleriaAdapter extends BaseAdapter {
private Context contexto... | UTF-8 | Java | 1,013 | java | GaleriaAdapter.java | Java | [] | null | [] | package com.fumec.util;
import com.fumec.ondecomer.R;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.Gallery;
import android.widget.ImageView;
public class GaleriaAdapter extends BaseAdapter {
private Context contexto... | 1,013 | 0.730503 | 0.722606 | 50 | 19.26 | 17.982002 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 7 |
2090d2777653cde1e42252ea7d43e38cb8b595f5 | 5,411,658,833,087 | 96a20da8a4275931f47be964cd5972e08266fdc7 | /app/src/test/java/sky/pierry/MovieTest.java | 5f6d969b176cd37d06e254edbbc5d3336eda46a7 | [
"Apache-2.0"
] | permissive | Pierry/sky-test | https://github.com/Pierry/sky-test | a287b83dc34066f20e0f45e12acb36819011d4a5 | fd50525af6484389a5a97a5dfc5d214b945555a2 | refs/heads/master | 2020-03-24T01:28:34.734000 | 2018-07-25T18:18:40 | 2018-07-25T18:18:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sky.pierry;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.junit.MockitoJUnitRunner;
import sky.pierry.core.domain.Movie;
import sky.pierry.home.presentation.v... | UTF-8 | Java | 768 | java | MovieTest.java | Java | [] | null | [] | package sky.pierry;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.junit.MockitoJUnitRunner;
import sky.pierry.core.domain.Movie;
import sky.pierry.home.presentation.v... | 768 | 0.734375 | 0.734375 | 29 | 25.482759 | 16.717987 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655172 | false | false | 7 |
2f0b4d38a96f308bc34742f90673dcf21199bc70 | 32,375,463,529,485 | a16c2445de6fbac5e87a15fc040701a89e9947bb | /scriptEngin/src/jmo/com/funshion/gamma/jmo/lang/ast/FalseNode.java | 035fc9ecf96f7c71941580b5d0ca765f8f163644 | [] | no_license | mdxys/commentparse | https://github.com/mdxys/commentparse | 3ec6c7a77fd5750f0b76e62e9dfd505eeccc724f | 7aa5b42273ce977513027b3d16f4e8ec7ca0e958 | refs/heads/master | 2016-08-05T01:46:47.229000 | 2015-04-03T14:02:14 | 2015-04-03T14:02:14 | 16,017,966 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.funshion.gamma.jmo.lang.ast;
import com.funshion.gamma.jmo.lang.Interpreter;
import com.funshion.gamma.jmo.lang.source.SourcePosition;
/**
* The boolean false.
*/
public class FalseNode extends Node {
public FalseNode(SourcePosition pos) {
super(pos);
}
@Override
public Object ... | UTF-8 | Java | 466 | java | FalseNode.java | Java | [] | null | [] | package com.funshion.gamma.jmo.lang.ast;
import com.funshion.gamma.jmo.lang.Interpreter;
import com.funshion.gamma.jmo.lang.source.SourcePosition;
/**
* The boolean false.
*/
public class FalseNode extends Node {
public FalseNode(SourcePosition pos) {
super(pos);
}
@Override
public Object ... | 466 | 0.667382 | 0.667382 | 24 | 18.416666 | 18.206951 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
83e453f370390dd2d1ed425158eb626589357ba6 | 32,375,463,531,021 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_cec99733ef59ad1563682a9cc7bb8e2be9f4d4da/PureNominalData/2_cec99733ef59ad1563682a9cc7bb8e2be9f4d4da_PureNominalData_s.java | b209f548800061dcc0d43467e55a363b6dd3018f | [] | 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 com.datascience.core.nominal;
import com.datascience.utils.CostMatrix;
import com.google.common.math.DoubleMath;
import java.util.*;
import static com.google.common.base.Preconditions.checkArgument;
/**
* User: artur
* Date: 4/12/13
*/
public class PureNominalData {
static protected fin... | UTF-8 | Java | 3,304 | java | 2_cec99733ef59ad1563682a9cc7bb8e2be9f4d4da_PureNominalData_s.java | Java | [
{
"context": "base.Preconditions.checkArgument;\n \n /**\n * User: artur\n * Date: 4/12/13\n */\n public class PureNominalD",
"end": 240,
"score": 0.9924355745315552,
"start": 235,
"tag": "USERNAME",
"value": "artur"
}
] | null | [] | package com.datascience.core.nominal;
import com.datascience.utils.CostMatrix;
import com.google.common.math.DoubleMath;
import java.util.*;
import static com.google.common.base.Preconditions.checkArgument;
/**
* User: artur
* Date: 4/12/13
*/
public class PureNominalData {
static protected fin... | 3,304 | 0.707324 | 0.698245 | 100 | 32.029999 | 29.888611 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.18 | false | false | 7 |
16404d019fa2c2a72333170c5639873354406736 | 24,180,665,881,911 | 46a6629132f48ec0b25617719b5811967329c304 | /viewer/src/main/java/com/notatracer/common/messaging/trading/LoggingMessageListener.java | 880475f2449efa0ea431323ba7812f128f46afd3 | [] | no_license | mikegggit/stream_viewer | https://github.com/mikegggit/stream_viewer | 93b6649b761b3220811daed4b3ab2040ee340124 | 50f8d2c277403121c2b25839a46dd770693f5444 | refs/heads/master | 2020-04-29T13:06:07.504000 | 2019-05-06T00:32:32 | 2019-05-06T00:32:32 | 176,161,034 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.notatracer.common.messaging.trading;
import com.notatracer.TimeUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
public class LoggingMessageListener extends Defaul... | UTF-8 | Java | 2,694 | java | LoggingMessageListener.java | Java | [] | null | [] | package com.notatracer.common.messaging.trading;
import com.notatracer.TimeUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.math.BigDecimal;
import java.time.LocalDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
public class LoggingMessageListener extends Defaul... | 2,694 | 0.628062 | 0.61173 | 64 | 41.09375 | 35.385254 | 167 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.71875 | false | false | 7 |
ca54701fa732ed4745206479591c2febb9f0d737 | 2,920,577,786,810 | b3ed59e9005acd1eb069d5a6f08a18627ad22b16 | /sc-f-cp1/eureka-feign/src/main/java/com/echo/eurekafeign/service/impl/HystrixSchedualServiceHiImpl.java | 3675666c2960676f7a19e7989e60371b66fa880b | [] | no_license | Bluebluo/springCloudDemo | https://github.com/Bluebluo/springCloudDemo | 71b31a49f999a481407e722a467c05a18f69fd74 | 5301ea5cd9ed15fc773de121770e02ac7e1d1d2e | refs/heads/master | 2020-04-29T01:36:39.920000 | 2019-03-15T02:44:49 | 2019-03-15T02:44:49 | 175,736,306 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.echo.eurekafeign.service.impl;
import com.echo.eurekafeign.service.SchedualServiceHi;
import org.springframework.stereotype.Component;
@Component
public class HystrixSchedualServiceHiImpl implements SchedualServiceHi {
@Override
public String sayHi(String name) {
return "sorry " + name + ... | UTF-8 | Java | 347 | java | HystrixSchedualServiceHiImpl.java | Java | [] | null | [] | package com.echo.eurekafeign.service.impl;
import com.echo.eurekafeign.service.SchedualServiceHi;
import org.springframework.stereotype.Component;
@Component
public class HystrixSchedualServiceHiImpl implements SchedualServiceHi {
@Override
public String sayHi(String name) {
return "sorry " + name + ... | 347 | 0.763689 | 0.763689 | 13 | 25.692308 | 24.693146 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 7 |
9551282bb257854f4fd7bbc862e5f962262cad26 | 21,629,455,354,108 | ea013553dc299d58eaa801da4a5dbca2562fdf17 | /app/src/main/java/com/gdd/hangout/util/ContactsUtil.java | fce8c6fc2a27a32b4fe79b49c061376a5b9e53ab | [] | no_license | gddhackathon/hangout_planner | https://github.com/gddhackathon/hangout_planner | 6dc096f1250851f14f56f1de735a9af1d706d2eb | 2c91facc772618e214b098e5facc8434c4623763 | refs/heads/master | 2021-01-10T11:17:58.074000 | 2015-12-03T17:00:00 | 2015-12-03T17:00:00 | 46,767,071 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gdd.hangout.util;
import android.app.Activity;
import android.content.ContentResolver;
import android.database.Cursor;
import android.provider.ContactsContract;
import com.gdd.hangout.db.ContactDbHelper;
import com.gdd.hangout.model.Contact;
import java.util.ArrayList;
import java.util.List;
... | UTF-8 | Java | 3,807 | java | ContactsUtil.java | Java | [
{
"context": "ist;\r\nimport java.util.List;\r\n\r\n/**\r\n * Created by Khatravath on 11/29/2015.\r\n */\r\npublic class ContactsUtil {\r",
"end": 351,
"score": 0.9896472096443176,
"start": 341,
"tag": "USERNAME",
"value": "Khatravath"
}
] | null | [] | package com.gdd.hangout.util;
import android.app.Activity;
import android.content.ContentResolver;
import android.database.Cursor;
import android.provider.ContactsContract;
import com.gdd.hangout.db.ContactDbHelper;
import com.gdd.hangout.model.Contact;
import java.util.ArrayList;
import java.util.List;
... | 3,807 | 0.603625 | 0.600473 | 81 | 45 | 34.73391 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.753086 | false | false | 7 |
b5238313f6ac159fdb5fa5ab558c48fb21747c82 | 26,946,624,874,650 | bada814f8dba11ef59093fb6bb69fdf504b16807 | /src/main/java/org/example/hospital/service/DoctorService.java | bad75e2833911c9d8c0699aaa9000c8de848b9a2 | [] | no_license | dmytrorybalskyi/hospital | https://github.com/dmytrorybalskyi/hospital | 20d29dac8a1bdbf2365e305443006c260a892e6e | 3385fe3efc728cce854f1db12b936573a29affa3 | refs/heads/master | 2023-03-10T09:18:09.181000 | 2021-02-27T16:25:35 | 2021-02-27T16:25:35 | 332,528,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.example.hospital.service;
import org.example.hospital.DTO.DoctorDTO;
import org.example.hospital.accessingdatamysql.DoctorRepository;
import org.example.hospital.entity.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframewor... | UTF-8 | Java | 1,863 | java | DoctorService.java | Java | [] | null | [] | package org.example.hospital.service;
import org.example.hospital.DTO.DoctorDTO;
import org.example.hospital.accessingdatamysql.DoctorRepository;
import org.example.hospital.entity.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframewor... | 1,863 | 0.747182 | 0.747182 | 53 | 34.150944 | 28.888462 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54717 | false | false | 15 |
1df90094eab2a2403709360dd00d98474a54e31d | 36,532,991,837,785 | 77121ac530439a434f55410281f92a14dd6fe213 | /src/test/java/runner/TestRunner.java | 0a4d2cd2326e20fc1632c056898642151f1ee352 | [] | no_license | freetorn2002/cucumber-jvm-framework | https://github.com/freetorn2002/cucumber-jvm-framework | ad0594ce736dac63e5a6144626efe1baa06ee2be | 01548091be7869c1bc13ccda26570fed37b10d06 | refs/heads/master | 2019-07-22T19:57:00.233000 | 2017-06-24T00:23:19 | 2017-06-24T00:23:19 | 95,264,004 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package runner;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(features={"features"},glue={"stepDefinition"},plugin={"html:target/cucumber-html-report"})
public class TestRunner {
}
| UTF-8 | Java | 289 | java | TestRunner.java | Java | [] | null | [] | package runner;
import org.junit.runner.RunWith;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
@RunWith(Cucumber.class)
@CucumberOptions(features={"features"},glue={"stepDefinition"},plugin={"html:target/cucumber-html-report"})
public class TestRunner {
}
| 289 | 0.782007 | 0.782007 | 14 | 19.642857 | 28.055067 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 15 |
bb335144a9c33cbc0d188799a462840684bf696c | 9,285,719,301,073 | fd22391ec23e9c7ef9992e1347a561d0b47fe87a | /app/src/main/java/com/wechatbuddy/wechatbuddy/QRCodeRegenerator.java | 77aeef93b5015bfc564d1f64711d49fac11c050f | [] | no_license | tylerwowen/WeChatBuddyAndroid | https://github.com/tylerwowen/WeChatBuddyAndroid | f9e6405f54db2558744a00373bcfcf96494daf64 | ea243fc0b42420d27affe3558cb3af74b60a1c75 | refs/heads/master | 2021-01-15T16:53:25.306000 | 2015-10-31T04:05:02 | 2015-10-31T04:10:53 | 41,611,320 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// QRCodeRegenerator.java
// WeChatBuddy
//
// Created by Tyler O on 8/29/15.
// Copyright (c) 2015 Tyler O, Jessie L, Kenneth C. All rights reserved.
package com.wechatbuddy.wechatbuddy;
import android.graphics.Bitmap;
import android.graphics.Color;
import com.google.zxing.BarcodeFormat;
import com.google.zx... | UTF-8 | Java | 2,818 | java | QRCodeRegenerator.java | Java | [
{
"context": "Regenerator.java\n// WeChatBuddy\n//\n// Created by Tyler O on 8/29/15.\n// Copyright (c) 2015 Tyler O, Jessi",
"end": 71,
"score": 0.9998488426208496,
"start": 64,
"tag": "NAME",
"value": "Tyler O"
},
{
"context": "ated by Tyler O on 8/29/15.\n// Copyright (c) 2015... | null | [] | //
// QRCodeRegenerator.java
// WeChatBuddy
//
// Created by <NAME> on 8/29/15.
// Copyright (c) 2015 <NAME>, <NAME>, <NAME>. All rights reserved.
package com.wechatbuddy.wechatbuddy;
import android.graphics.Bitmap;
import android.graphics.Color;
import com.google.zxing.BarcodeFormat;
import com.google.zxing.Bin... | 2,811 | 0.647622 | 0.637686 | 90 | 30.311111 | 25.893648 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 15 |
d5d8b3fd7f75208c9b58ac7c36295f167845c591 | 33,715,493,325,515 | 1ed5c16927e98d62a160cf52ef563cd4a45e2122 | /backups/Copy (2) of Proshop_dlott.java | 775c3026d0f8d41d6672568760d4cb869d23ff1a | [] | no_license | uksubs66/java-v2 | https://github.com/uksubs66/java-v2 | b1517d1866360ffca7356d61bb360233ea479f58 | baba766e11ca8bb1930db5cb0d3b645ed9e7250c | refs/heads/master | 2021-01-25T08:59:44.495000 | 2015-07-17T15:37:27 | 2015-07-17T15:37:27 | 39,220,401 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /***************************************************************************************
* Proshop_dlott: This servlet will process the Lottery requests
*
*
* called by:
*
*
* parms passed (on doGet):
*
*
* created: 3/22/2007 Paul S.
*
* last updated:
*
*
*
************... | UTF-8 | Java | 452,760 | java | Copy (2) of Proshop_dlott.java | Java | [
{
"context": "d (on doGet): \r\n *\r\n *\r\n * created: 3/22/2007 Paul S.\r\n *\r\n * last updated:\r\n *\r\n *\r\n *\r\n ***********",
"end": 268,
"score": 0.999626100063324,
"start": 262,
"tag": "NAME",
"value": "Paul S"
},
{
"context": "5\");\r\n slotParms.user1 ... | null | [] | /***************************************************************************************
* Proshop_dlott: This servlet will process the Lottery requests
*
*
* called by:
*
*
* parms passed (on doGet):
*
*
* created: 3/22/2007 <NAME>.
*
* last updated:
*
*
*
************... | 452,760 | 0.46452 | 0.440721 | 10,972 | 39.265221 | 36.721939 | 375 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733595 | false | false | 15 |
4d394a4a7bad48de5acea098b5dd5be9c9721e3c | 8,572,754,728,983 | aeff586954785350d47ef4112c7b5c64245949cd | /Cine/src/main/java/com/cine/serviceimpl/GeneroServiceImpl.java | 96dfa3d73379dbef9eeda78ac7527d8e73963784 | [] | no_license | maocber/salascine | https://github.com/maocber/salascine | 08ef57a83a43ef504c57450283c685c2d2bf9390 | 53b346eeef5a77bc0b2ea82a52125574b147b7bd | refs/heads/main | 2023-03-12T10:20:51.498000 | 2021-03-05T00:28:03 | 2021-03-05T00:28:03 | 340,663,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cine.serviceimpl;
import java.util.ArrayList;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.cine.dto.GeneroDTO;
import com.cine.entity.GeneroEntity;
i... | UTF-8 | Java | 1,363 | java | GeneroServiceImpl.java | Java | [] | null | [] | package com.cine.serviceimpl;
import java.util.ArrayList;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.cine.dto.GeneroDTO;
import com.cine.entity.GeneroEntity;
i... | 1,363 | 0.766691 | 0.765224 | 52 | 25.211538 | 23.835443 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.538462 | false | false | 15 |
4132c12843e315fd19b4d0238372d97eb181e522 | 9,156,870,339,468 | 1bb6a48882f1893166b6fa3d757223e2421daf6d | /src/com/pieisnotpi/engine/rendering/shaders/types/tex/TexShader.java | 4cd92e59b801a6922fcbd81f4f991afc0077b524 | [] | no_license | pieisnotpi/Pi-Engine | https://github.com/pieisnotpi/Pi-Engine | 609b3fdae6e2a00c279537221e2ba2b175e33324 | ec76246654c3190055e0ef51709e2d7c0e2d20a8 | refs/heads/master | 2021-01-17T15:59:48.083000 | 2020-01-11T01:27:53 | 2020-01-11T01:27:53 | 58,401,271 | 0 | 0 | null | false | 2020-01-11T01:27:54 | 2016-05-09T19:08:40 | 2017-08-07T01:09:42 | 2020-01-11T01:27:54 | 6,474 | 0 | 0 | 0 | Java | false | false | package com.pieisnotpi.engine.rendering.shaders.types.tex;
import com.pieisnotpi.engine.rendering.shaders.ShaderFile;
import com.pieisnotpi.engine.rendering.shaders.ShaderProgram;
import com.pieisnotpi.engine.rendering.window.Window;
public class TexShader extends ShaderProgram
{
public static final int ID = 1124... | UTF-8 | Java | 527 | java | TexShader.java | Java | [] | null | [] | package com.pieisnotpi.engine.rendering.shaders.types.tex;
import com.pieisnotpi.engine.rendering.shaders.ShaderFile;
import com.pieisnotpi.engine.rendering.shaders.ShaderProgram;
import com.pieisnotpi.engine.rendering.window.Window;
public class TexShader extends ShaderProgram
{
public static final int ID = 1124... | 527 | 0.781784 | 0.772296 | 15 | 34.133335 | 39.681847 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 15 |
febf6c200a0dfd75123695ef94888d569c2b7e59 | 9,242,769,645,890 | ef85eedcde15da78f9dfa74b13b0cd2b829446f4 | /sdk/src/main/java/com/virgilsecurity/sdk/common/TimeSpan.java | 22dd14f7d9c34a7216ef352f4d4a07b63486156e | [
"BSD-3-Clause"
] | permissive | VirgilSecurity/virgil-sdk-java-android | https://github.com/VirgilSecurity/virgil-sdk-java-android | c686198cb8112304e28ad83e9d77701cbcb260fa | 276a5db1cb417d467835d1afaf5dd331bcfb7247 | refs/heads/master | 2021-05-24T02:39:28.408000 | 2020-06-24T10:32:01 | 2020-06-24T10:32:01 | 52,774,196 | 32 | 9 | NOASSERTION | false | 2020-06-24T10:32:03 | 2016-02-29T08:00:51 | 2020-05-22T07:26:44 | 2020-06-24T10:32:02 | 136,866 | 22 | 6 | 1 | Java | false | false | /*
* Copyright (c) 2015-2020, Virgil Security, Inc.
*
* Lead Maintainer: Virgil Security Inc. <support@virgilsecurity.com>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* (1) R... | UTF-8 | Java | 4,429 | java | TimeSpan.java | Java | [
{
"context": "/*\n * Copyright (c) 2015-2020, Virgil Security, Inc.\n *\n * Lead Maintainer: Virgil Security Inc.",
"end": 46,
"score": 0.9745920896530151,
"start": 31,
"tag": "NAME",
"value": "Virgil Security"
},
{
"context": "2020, Virgil Security, Inc.\n *\n * Lead Maintainer: Vir... | null | [] | /*
* Copyright (c) 2015-2020, <NAME>, Inc.
*
* Lead Maintainer: <NAME> Inc. <<EMAIL>>
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* (1) Redistributions of source code must re... | 4,392 | 0.680515 | 0.659968 | 139 | 30.86331 | 30.102751 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.402878 | false | false | 15 |
9d0eb50b4bdc2da9a72e166ce7c923fd667b6e71 | 31,396,210,952,835 | 7fce44ca263776bbd170e622614b67c9d33977e2 | /app/src/main/java/com/example/dpandstatus/latestdp/LatestDpFragment.java | 5bde37aedeff7c717e1af633f5ad0d54de71b2b4 | [] | no_license | shivamishra454/whatsappStatus | https://github.com/shivamishra454/whatsappStatus | a55e9590c13d41c2d5e957d35282bf12b0f0f01e | 0f77521de80b9f7ff58d7d5d9a5801a3cdc59d02 | refs/heads/master | 2023-07-08T22:16:46.173000 | 2021-08-02T10:47:19 | 2021-08-02T10:47:19 | 391,908,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dpandstatus.latestdp;
import android.content.res.AssetManager;
import android.os.AsyncTask;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.RecyclerView;
import androidx.recyclerview.widget.StaggeredGridLayoutManager;
import androidx.swiperefr... | UTF-8 | Java | 6,172 | java | LatestDpFragment.java | Java | [] | null | [] | package com.example.dpandstatus.latestdp;
import android.content.res.AssetManager;
import android.os.AsyncTask;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.RecyclerView;
import androidx.recyclerview.widget.StaggeredGridLayoutManager;
import androidx.swiperefr... | 6,172 | 0.523169 | 0.520739 | 163 | 36.871166 | 31.261051 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595092 | false | false | 15 |
13beeb4b5a8b189ec4c2e5fbf4ce86fdba5123b7 | 23,398,981,890,921 | 85063dc202c1cbea67889568762342e767c83591 | /src/Pruefungsvorbereitung/StatsHelper.java | bd2fc42af1fd1e0c2a36714966ec353ec0edd7ae | [] | no_license | krikal85/HelloGitHub | https://github.com/krikal85/HelloGitHub | 0025ca21f363043f5dba1560381342c46af4c14a | 3bdd33820c8e6166aec66c80fe1ca83a16887cfd | refs/heads/master | 2021-01-10T22:39:25.038000 | 2017-03-11T14:56:00 | 2017-03-11T14:56:15 | 69,571,782 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Pruefungsvorbereitung;
public class StatsHelper {
public static void main(String[] args) {
int[][] numbers = {{3,4,-1},{10,7,0}};
int[] num = {3,2,7,9,1,4};
//calcSimpleStats(numbers);
/* int [] array = einDimFeld(numbers);
System.out.println("Lšnge: "+numbers.length);
for (int i = ... | MacCentralEurope | Java | 1,985 | java | StatsHelper.java | Java | [] | null | [] | package Pruefungsvorbereitung;
public class StatsHelper {
public static void main(String[] args) {
int[][] numbers = {{3,4,-1},{10,7,0}};
int[] num = {3,2,7,9,1,4};
//calcSimpleStats(numbers);
/* int [] array = einDimFeld(numbers);
System.out.println("Lšnge: "+numbers.length);
for (int i = ... | 1,985 | 0.500504 | 0.482863 | 103 | 18.262136 | 17.162252 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.902913 | false | false | 15 |
575e9ac58a987ff7d68836557a2fbcc28f0dbca5 | 27,393,301,419,173 | 6fb5208295e1a01d89ff05ece221d5cb1428ff85 | /app/src/main/java/me/scraplesh/potions/core/cards/ICard.java | 6979dc1d5399f1561da72112e591a12ac8ce6205 | [] | no_license | scraplesh/Potions-Android | https://github.com/scraplesh/Potions-Android | 3bb2f514007ddadb8381ac0be8952d4f14dd62ca | fa0e2bce32afb7c15ab961c3a25b5a2b535b09bc | refs/heads/master | 2015-09-26T00:29:17.481000 | 2015-08-31T14:40:32 | 2015-08-31T14:40:32 | 41,680,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.scraplesh.potions.core.cards;
import android.graphics.Bitmap;
public interface ICard {
public String getName();
public Bitmap getImage();
}
| UTF-8 | Java | 162 | java | ICard.java | Java | [] | null | [] | package me.scraplesh.potions.core.cards;
import android.graphics.Bitmap;
public interface ICard {
public String getName();
public Bitmap getImage();
}
| 162 | 0.740741 | 0.740741 | 9 | 17 | 15.499104 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
1438a9a709decf2a9d016cf34a16b36efacb073e | 31,275,951,906,442 | 359afdd53f052f33bace081b73a725a9dc0b1e71 | /WEB-INF/classes/FirstGet.java | 05cac509125b60d2480effeb2080b84f6eb3e7ef | [] | no_license | Nero-Lijianhua/myodps | https://github.com/Nero-Lijianhua/myodps | 9e262a1c8ffb05a221ca6572a5c939834a55fdc3 | 721a65897eb133fff875febd9d51a2313df5d89e | refs/heads/master | 2016-09-11T06:08:29.864000 | 2015-06-19T01:30:54 | 2015-06-19T01:30:54 | 37,580,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class FirstGet extends HttpServlet {
private static FileReader reader;
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
{
response.setContentType("text/html"... | UTF-8 | Java | 669 | java | FirstGet.java | Java | [] | null | [] | import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
public class FirstGet extends HttpServlet {
private static FileReader reader;
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
{
response.setContentType("text/html"... | 669 | 0.660688 | 0.653214 | 18 | 36.166668 | 42.535278 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
c11e0ce3a034b3b015b6009d1951f8a43d8731cd | 22,033,182,293,395 | c12cadfb2f459b2e4fd331b507c538e4cebd3ffc | /Desafio/src/Main/Main.java | d2e142818bc33bc2f27510fdae8b4613e9460054 | [] | no_license | vilmar13/Teste-Esparta-Tecnologia-e-Inova-o- | https://github.com/vilmar13/Teste-Esparta-Tecnologia-e-Inova-o- | b95fae98d5342ba930e2384ff5a8d0176b9a0f5a | 38a84ef2fdc0332e4f59186dd686a35986bc6893 | refs/heads/master | 2021-08-23T11:00:31.630000 | 2017-12-04T16:15:13 | 2017-12-04T16:15:13 | 112,969,643 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Main;
import Controller.MainController;
public class Main {
public static void main(String[] args) {
MainController.getInstance().init();
}
}
| UTF-8 | Java | 160 | java | Main.java | Java | [] | null | [] | package Main;
import Controller.MainController;
public class Main {
public static void main(String[] args) {
MainController.getInstance().init();
}
}
| 160 | 0.71875 | 0.71875 | 13 | 11.307693 | 15.409211 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 14 |
b3f0f949e1cdf17cd14413dd641261a2ad7d060e | 1,185,410,986,211 | 06cae5bb9578b9bffa43ae36b547a84a823938ea | /rms.aggService/src/main/java/com/hefei/agg/location/po/Location.java | a749e64f06dc26169179dcd00c6f381ded475e26 | [] | no_license | yefanflexi/crm | https://github.com/yefanflexi/crm | 43bf6ea725b00d7240a8a39abd8fe5fa6ffcc839 | 67b59d6a9eb6d5fba7b146a2e4f75e78423517a1 | refs/heads/master | 2020-07-16T20:19:26.770000 | 2017-12-25T09:21:48 | 2017-12-25T09:21:48 | 94,400,231 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hefei.agg.location.po;
import java.util.Date;
public class Location implements java.io.Serializable{
private static final long serialVersionUID = 2027775270232679636L;
private String code;
private String name;
private String enName;
private Long rank;
private String levelCode;
priv... | UTF-8 | Java | 2,533 | java | Location.java | Java | [] | null | [] | package com.hefei.agg.location.po;
import java.util.Date;
public class Location implements java.io.Serializable{
private static final long serialVersionUID = 2027775270232679636L;
private String code;
private String name;
private String enName;
private Long rank;
private String levelCode;
priv... | 2,533 | 0.67193 | 0.66443 | 106 | 21.896227 | 17.023252 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.830189 | false | false | 14 |
366329c5f2c5a88e8dbf73197bfa0885644c76d7 | 8,546,984,981,222 | 1cf89fa9264a8a6ff077cce9d9415d3e7405c949 | /maps4cim-gui/src/main/java/de/nx42/maps4cim/gui/window/UpdateWindow.java | 794a51222d4a3ba492a0cbb45b51488d1ae3e6ee | [
"Apache-2.0"
] | permissive | seewip/maps4cim | https://github.com/seewip/maps4cim | 7260d6767a4e1657cfa0f6ae53d4f7f52d6b7994 | 3787ffbfd911c8d27f5fc688b2f79b99d9689a88 | refs/heads/master | 2021-06-22T15:47:11.267000 | 2017-08-20T16:06:02 | 2017-08-20T16:06:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* maps4cim - a real world map generator for CiM 2
* Copyright 2013 Sebastian Straub
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | UTF-8 | Java | 6,762 | java | UpdateWindow.java | Java | [
{
"context": "al world map generator for CiM 2\n * Copyright 2013 Sebastian Straub\n *\n * Licensed under the Apache License, Version ",
"end": 89,
"score": 0.9998537302017212,
"start": 73,
"tag": "NAME",
"value": "Sebastian Straub"
}
] | null | [] | /**
* maps4cim - a real world map generator for CiM 2
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | 6,752 | 0.686335 | 0.673913 | 163 | 40.484661 | 35.306087 | 282 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.803681 | false | false | 14 |
b2b76828ae44ecb048dd7f827c16ebe95971958c | 12,687,333,461,632 | 8ab68a2e040ad9d2c442420018ce5929d4d6d6e6 | /src/main/java/com/accp/controller/UserController.java | ed0fdb6901a2f98166cb99ac37f6aa7be40bdbda | [] | no_license | dsazdasdasdafa/aaaaa | https://github.com/dsazdasdasdafa/aaaaa | 383f2de326cb92fa21091b8328de12a37ed6b487 | 1edb2f71b905c297e38c4bc3d65d1a59dd7ef8fa | refs/heads/master | 2021-08-22T11:31:48.417000 | 2017-11-30T03:26:56 | 2017-11-30T03:26:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.accp.controller;
import com.accp.com.accp.entity.UserMessage;
import com.alibaba.fastjson.JSON;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import javax.servlet.http.HttpServle... | UTF-8 | Java | 1,486 | java | UserController.java | Java | [] | null | [] | package com.accp.controller;
import com.accp.com.accp.entity.UserMessage;
import com.alibaba.fastjson.JSON;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import javax.servlet.http.HttpServle... | 1,486 | 0.666207 | 0.655172 | 49 | 28.591837 | 22.156141 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 14 |
57944b3073824db0b4d55c7d3a36fd47480acdf4 | 20,847,771,265,618 | 4fb86b273ea8624579fb86f7057d5cf1f5c47aa6 | /dmcs_reports/src/main/java/com/bsva/dmcs/file/reports/HeaderRecord.java | 89fcdbbc3bcf4ff182c4ab871d2210be1a0725f2 | [] | no_license | dtekeshe/interbank_file_exchange | https://github.com/dtekeshe/interbank_file_exchange | fed233487d4c1cce3b3e014bdae1a4fee2d155be | ccf5ebe87c889f46ec01aef616a5d6552ee2ebaa | refs/heads/master | 2020-05-04T15:29:44.049000 | 2019-04-08T06:42:32 | 2019-04-08T06:42:32 | 179,243,300 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bsva.dmcs.file.reports;
import java.math.BigDecimal;
import java.text.Format;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* @author AugustineA
*
*/
public class HeaderRecord {
private String recorIdentifier;
private String outputDate;
private String serviceType;
private String... | UTF-8 | Java | 7,663 | java | HeaderRecord.java | Java | [
{
"context": "ateFormat;\nimport java.util.Date;\n\n\n/**\n * @author AugustineA\n *\n */\npublic class HeaderRecord {\n\n\t\n\tprivate St",
"end": 176,
"score": 0.8923673629760742,
"start": 166,
"tag": "NAME",
"value": "AugustineA"
}
] | null | [] | package com.bsva.dmcs.file.reports;
import java.math.BigDecimal;
import java.text.Format;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* @author AugustineA
*
*/
public class HeaderRecord {
private String recorIdentifier;
private String outputDate;
private String serviceType;
private String... | 7,663 | 0.666841 | 0.651051 | 307 | 23.960913 | 30.716818 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.677524 | false | false | 14 |
df2d6883504c52bb65df6771ddfbbc3130d12f22 | 6,562,710,043,991 | 33b32d556419a5f385885836348df74eeb28bd2a | /Plane/DJ's Wingman/JieDONG-Wingman/src/CollidableObject/Munitions.java | 8c9ce4a06ab5b36443a3ea6c444ad7e67ec2ad92 | [] | no_license | JieD/TankWar-Wingman | https://github.com/JieD/TankWar-Wingman | b3084ea78d5402c0c1123cd4c95e26e51f4bd189 | 95cb98418123a47585f5a412b4a65cb765a581aa | refs/heads/master | 2021-01-10T16:36:25.252000 | 2016-02-28T22:26:32 | 2016-02-28T22:26:32 | 52,744,971 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package CollidableObject;
import Helper.Explosion;
import Helper.Property;
import Weapon.Weapon;
import java.awt.Image;
import wingman.Wingman;
/**
* Munitions represents any CollidableObject that can only hurt its enemies by
* collision. Munitions cannot fire bullet.
* If it collides with its enemy,... | UTF-8 | Java | 1,886 | java | Munitions.java | Java | [] | null | [] |
package CollidableObject;
import Helper.Explosion;
import Helper.Property;
import Weapon.Weapon;
import java.awt.Image;
import wingman.Wingman;
/**
* Munitions represents any CollidableObject that can only hurt its enemies by
* collision. Munitions cannot fire bullet.
* If it collides with its enemy,... | 1,886 | 0.635207 | 0.631495 | 52 | 34.23077 | 27.713934 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.865385 | false | false | 14 |
86860b1daac046cc160589b9dd3f5741130a9335 | 5,540,507,882,055 | 489a56de7fce32f0c5fdcfa916da891047c7712b | /gewara-new/src/main/java/com/gewara/helper/DramaHelper.java | 6a925c12449580220060762d8f00445b6586ed43 | [] | no_license | xie-summer/GWR | https://github.com/xie-summer/GWR | f5506ea6f41800788463e33377d34ebefca21c01 | 0894221d00edfced294f1f061c9f9e6aa8d51617 | refs/heads/master | 2021-06-22T04:45:17.720000 | 2017-06-15T09:48:32 | 2017-06-15T09:48:32 | 89,137,292 | 2 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gewara.helper;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.apache.commons.lang.StringUtils;
import com.gewara.model.drama.Drama;
import com.gewara.util.BeanUtil;
public abstract class DramaHelper implements Serializable {
... | UTF-8 | Java | 3,255 | java | DramaHelper.java | Java | [] | null | [] | package com.gewara.helper;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.apache.commons.lang.StringUtils;
import com.gewara.model.drama.Drama;
import com.gewara.util.BeanUtil;
public abstract class DramaHelper implements Serializable {
... | 3,255 | 0.69278 | 0.686943 | 91 | 33.76923 | 28.465162 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.505495 | false | false | 14 |
aa0c27a3badff9c40dfbf1b53382b9621588f516 | 15,668,040,697,638 | 04c445715e995647ce2a4d6f646c343bbb9c04d5 | /app/src/main/java/com/franklinho/ridecell/models/ParkingLocation.java | c220b27be262f1ebb1f0fda136dd800b94138d80 | [] | no_license | franklinho/RideCellParking | https://github.com/franklinho/RideCellParking | bf6003f14134e41a82105f635f88535bbf4e8536 | 0d501ba9e073de70f616ec167cca675804d82198 | refs/heads/master | 2021-01-01T05:43:41.643000 | 2016-05-27T06:07:04 | 2016-05-27T06:07:04 | 59,807,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.franklinho.ridecell.models;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import com.google.gson.reflect.TypeToken;
import org.json.JSO... | UTF-8 | Java | 5,911 | java | ParkingLocation.java | Java | [
{
"context": "package com.franklinho.ridecell.models;\n\n\nimport android.os.Parcel;\nimpo",
"end": 22,
"score": 0.6633951663970947,
"start": 14,
"tag": "USERNAME",
"value": "anklinho"
}
] | null | [] | package com.franklinho.ridecell.models;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import com.google.gson.reflect.TypeToken;
import org.json.JSO... | 5,911 | 0.592624 | 0.592455 | 272 | 20.731617 | 20.255846 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.253676 | false | false | 14 |
05cc1def0344e8938d470e05a28a4039864bc835 | 31,370,441,163,269 | a09f3ffe4d26e5ba1c689f2e97feae9fad5b90b1 | /5.java | 2180321cd6647a168ff0d8ff2b8c598988b10f23 | [] | no_license | ShowerJu728/Homework | https://github.com/ShowerJu728/Homework | e357444e2486d7414ef4f799a5e9e71728bb0744 | ab1256c0eac93e34b7a4d303046b0924463586cb | refs/heads/master | 2020-03-29T19:20:44.807000 | 2018-10-24T10:05:00 | 2018-10-24T10:05:00 | 150,258,310 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
System.out.println("輸入三角形的三邊長");
Scanner a = new Scanner(System.in);
int Q = a.nextInt();
Scanner b = new Scanner(System.in);
int W = b.nextInt();
Scanner c = new Scanne... | UTF-8 | Java | 649 | java | 5.java | Java | [] | null | [] | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
System.out.println("輸入三角形的三邊長");
Scanner a = new Scanner(System.in);
int Q = a.nextInt();
Scanner b = new Scanner(System.in);
int W = b.nextInt();
Scanner c = new Scanne... | 649 | 0.462758 | 0.462758 | 24 | 24.291666 | 17.360106 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 14 |
5843e7d2e541f10b7b365c67eae59be803730d90 | 19,799,799,269,211 | e76dccc9d73b296a608d0c942ef8df8de830a020 | /src/main/java/net.frozenorb/qmodsuite/command/DespawnEntityCommand.java | 748067bb0886626ae35127f2e20ddca1b84ab630 | [
"MIT"
] | permissive | SkyHCF-Network/qModSuite | https://github.com/SkyHCF-Network/qModSuite | cba80b924ce54bc3051bd7f3a24ecc840bdce676 | 1bab9ec25333f6c94a0aa0a04b0c48f8e0483ed1 | refs/heads/main | 2023-06-15T09:12:47.898000 | 2021-07-13T16:59:51 | 2021-07-13T16:59:51 | 385,671,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.frozenorb.qmodsuite.command;
import net.frozenorb.qlib.command.Command;
import net.frozenorb.qlib.util.EntityUtils;
import net.frozenorb.qmodsuite.listeners.GeneralListener;
import org.bukkit.ChatColor;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Player;
public final class DespawnEntityComma... | UTF-8 | Java | 980 | java | DespawnEntityCommand.java | Java | [] | null | [] | package net.frozenorb.qmodsuite.command;
import net.frozenorb.qlib.command.Command;
import net.frozenorb.qlib.util.EntityUtils;
import net.frozenorb.qmodsuite.listeners.GeneralListener;
import org.bukkit.ChatColor;
import org.bukkit.entity.Entity;
import org.bukkit.entity.Player;
public final class DespawnEntityComma... | 980 | 0.713265 | 0.713265 | 25 | 38.200001 | 34.474339 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 14 |
ef18d9557dc899d7ead200e519757eac15f8cc8e | 31,834,297,630,696 | a2d5f8092e64e7ad41bd8b581a52f4f24a260131 | /sources/divide/maze/maze/R.java | 8cc4cbf65718d728d9d9c2e592cd3140046c62bc | [] | no_license | daniel-dona/virus-correos-apk | https://github.com/daniel-dona/virus-correos-apk | 221d4ff83e390558000e873cc5fc265469699e10 | e10845916c5da840c4b2f0a251e8f44e3a42096b | refs/heads/main | 2023-02-08T21:26:53.289000 | 2020-12-30T14:53:50 | 2020-12-30T14:53:50 | 325,573,864 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package divide.maze.maze;
/* This class is generated by JADX */
public final class R {
public static final class anim {
public static final int abc_fade_in = 2130771968;
public static final int abc_fade_out = 2130771969;
public static final int abc_grow_fade_in_from_bottom = 2130771970;
... | UTF-8 | Java | 196,752 | java | R.java | Java | [
{
"context": " public static final int $avd_hide_password__0 = 2131165184;\n public static final int $avd_hide_passwo",
"end": 88969,
"score": 0.9994378089904785,
"start": 88959,
"tag": "PASSWORD",
"value": "2131165184"
},
{
"context": " public static final int $avd_hide_pas... | null | [] | package divide.maze.maze;
/* This class is generated by JADX */
public final class R {
public static final class anim {
public static final int abc_fade_in = 2130771968;
public static final int abc_fade_out = 2130771969;
public static final int abc_grow_fade_in_from_bottom = 2130771970;
... | 196,755 | 0.741187 | 0.606881 | 2,669 | 72.717499 | 15.735127 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.979393 | false | false | 14 |
58bbd37aa218dd0f605fdb88b6488d50095d8e0e | 23,081,154,287,849 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/ui/tools/CropImageView$a.java | cc4b1bc598db12ad30de6395bb6b2a898ce3fe05 | [] | no_license | jambestwick/HackWechat | https://github.com/jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446000 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | true | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | 2020-03-23T07:48:28 | 2018-02-02T05:34:08 | 27,006 | 0 | 0 | 0 | null | false | false | package com.tencent.mm.ui.tools;
public interface CropImageView$a {
void cxH();
}
| UTF-8 | Java | 87 | java | CropImageView$a.java | Java | [] | null | [] | package com.tencent.mm.ui.tools;
public interface CropImageView$a {
void cxH();
}
| 87 | 0.712644 | 0.712644 | 5 | 16.4 | 14.56846 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 14 |
bb5d03c8eb6cce3dce4421d34dcca7ac0ad66b1a | 25,769,803,817,226 | 8e7c349e8e6494ea722053744230d7c445fb5d24 | /src/main/java/nl/han/ica/oose/dea/presentation/controllers/Controller.java | 7ad9932ccdcd29e626b1ebe0404df39a3962d198 | [] | no_license | jilldinnissen93/Vodagone | https://github.com/jilldinnissen93/Vodagone | 79581f2df89b34568edf47674721674c03163a07 | 58bc380c1c22fa561f1b33690c8199c943329203 | refs/heads/master | 2023-03-05T13:47:47.966000 | 2021-02-17T11:22:58 | 2021-02-17T11:22:58 | 125,355,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.han.ica.oose.dea.presentation.controllers;
import nl.han.ica.oose.dea.dataAccess.DAO.AbonneeDAO;
import nl.han.ica.oose.dea.dataAccess.identityMaps.UserMapper;
import java.util.logging.Level;
import java.util.logging.Logger;
public abstract class Controller {
static final Logger logger = Logger.getLog... | UTF-8 | Java | 818 | java | Controller.java | Java | [] | null | [] | package nl.han.ica.oose.dea.presentation.controllers;
import nl.han.ica.oose.dea.dataAccess.DAO.AbonneeDAO;
import nl.han.ica.oose.dea.dataAccess.identityMaps.UserMapper;
import java.util.logging.Level;
import java.util.logging.Logger;
public abstract class Controller {
static final Logger logger = Logger.getLog... | 818 | 0.677262 | 0.674817 | 26 | 30.461538 | 27.365377 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
f8a81965a0c39c35bc16d8f1fb20b66a3d52e263 | 27,874,337,788,843 | db148483a10e05c28c5a1d4cf82ed48f41113244 | /Medical Store/src/froms/UpdateStock.java | cd43bf47ad149f4d91c850471c04ea60576cac1a | [] | no_license | shahroz14/Medical-Store | https://github.com/shahroz14/Medical-Store | 287160129d6e4fc8fc50b6c7181b2d785aa44ef9 | 6d219a4089e46f6434dcba5c9657e17e00fb5f44 | refs/heads/master | 2020-12-24T07:53:46.429000 | 2016-11-10T07:43:00 | 2016-11-10T07:43:00 | 73,357,817 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package froms;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.sql.Connection;
import java.... | UTF-8 | Java | 8,294 | java | UpdateStock.java | Java | [] | null | [] | package froms;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.sql.Connection;
import java.... | 8,294 | 0.683144 | 0.667109 | 274 | 28.270073 | 28.045584 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.978102 | false | false | 14 |
21c1832830c7c9d149e8435697751532f0dca693 | 7,267,084,698,626 | c2251dc41989e4c831be87b48e772ef7734016f9 | /Decode.java | 983142cb5f7e9266db67038193c6cc3e024fb0d3 | [] | no_license | vincetran/Move-to-Front-Encode-Decode | https://github.com/vincetran/Move-to-Front-Encode-Decode | fbdd00f81cb0ced2515c3605bfd309c8b30f337d | 2a40e6ab948e0ea613420ea6597bd05ff25ff8b1 | refs/heads/master | 2020-05-16T23:56:11.283000 | 2011-08-31T13:09:20 | 2011-08-31T13:09:20 | 2,301,476 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Vincent Tran
//CS 1501
//Will perform Move to Front transform on ASCII characters
//Format: java Decode inputfilename.extension
//Tested files: .bin
import java.lang.*;
import java.util.*;
import java.io.*;
public class Decode
{
public static void main(String [] args) throws IOException
{
ArrayList<Integer> dat... | UTF-8 | Java | 995 | java | Decode.java | Java | [
{
"context": "//Vincent Tran\n//CS 1501\n//Will perform Move to Front transform ",
"end": 14,
"score": 0.9997576475143433,
"start": 2,
"tag": "NAME",
"value": "Vincent Tran"
}
] | null | [] | //<NAME>
//CS 1501
//Will perform Move to Front transform on ASCII characters
//Format: java Decode inputfilename.extension
//Tested files: .bin
import java.lang.*;
import java.util.*;
import java.io.*;
public class Decode
{
public static void main(String [] args) throws IOException
{
ArrayList<Integer> data = ne... | 989 | 0.651256 | 0.635176 | 44 | 21.636364 | 19.748522 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 14 |
88b8c77954560625067c9908f251beac657977f7 | 1,606,317,813,534 | 66ce44ddc0533fad27cb4b5a669932c6ea1370e6 | /Android/MyPos/app/src/main/java/wikets/mypos/GenerarPdf.java | 8c39f92cdf7561391503ef3695102c488a901f47 | [] | no_license | erinaldo/SisVen | https://github.com/erinaldo/SisVen | 07f5f7556aca8aea72f23d1eeca9665e4946e6b7 | f48fe2405e5aa690bb11a618a3d1661f63ed70ce | refs/heads/master | 2023-08-10T12:59:36.883000 | 2021-09-14T23:29:18 | 2021-09-14T23:29:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package wikets.mypos;
/**
* Created by Miguel on 03/05/2018.
*/
import harmony.java.awt.Color;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import android.Manifest;
import android.app.Activity;
import android.content.pm.PackageManager;
imp... | UTF-8 | Java | 6,867 | java | GenerarPdf.java | Java | [
{
"context": "package wikets.mypos;\n\n/**\n * Created by Miguel on 03/05/2018.\n */\n\nimport harmony.java.awt.Color",
"end": 47,
"score": 0.9996686577796936,
"start": 41,
"tag": "NAME",
"value": "Miguel"
},
{
"context": "NTER, new Paragraph(\n \"Jorge Ant... | null | [] | package wikets.mypos;
/**
* Created by Miguel on 03/05/2018.
*/
import harmony.java.awt.Color;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import android.Manifest;
import android.app.Activity;
import android.content.pm.PackageManager;
imp... | 6,848 | 0.613534 | 0.607992 | 199 | 33.462311 | 27.901791 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633166 | false | false | 14 |
329110410a2932e5c0c125ce34f183b61302c9d0 | 1,322,849,980,337 | aed25f011e668347bf70968f4fbd44b2e061be4b | /src/main/java/com/juaracoding/batch8ujian/repository/ReportDataRepository.java | 0d550d2a1c13df13bc14b9f24bc6730fb719c73e | [] | no_license | nip001/webaccessreport-ujianBatch8 | https://github.com/nip001/webaccessreport-ujianBatch8 | cbf5183511cdb68bd0daa9a9c1c8025c5bd89ce5 | c194fb7369c5c16c37fa0775c05edbe2759dbd07 | refs/heads/master | 2023-04-15T12:49:34.540000 | 2021-04-20T04:51:56 | 2021-04-20T04:51:56 | 359,336,367 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.juaracoding.batch8ujian.repository;
import java.util.List;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import com.juaracoding.batch8ujian.entity.ReportData;
public interface ReportDataRepository extends CrudRepository<ReportData, Long>... | UTF-8 | Java | 585 | java | ReportDataRepository.java | Java | [] | null | [] | package com.juaracoding.batch8ujian.repository;
import java.util.List;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import com.juaracoding.batch8ujian.entity.ReportData;
public interface ReportDataRepository extends CrudRepository<ReportData, Long>... | 585 | 0.810256 | 0.806838 | 16 | 35.5625 | 31.15078 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 14 |
a2f63ce3b9d12db002e39e5e8ba26cce4621159e | 10,479,720,243,154 | 7f3e82ce2bfbd8d89cba46293916168d18e1c79b | /org.xtext.example.fuzzyLanguage/src/user_interface/Main_class.java | 9c40dd66ceabab4624d91131b4732eaf908c18a5 | [] | no_license | cormakdlb/FuzzyFrameworkMetaModel | https://github.com/cormakdlb/FuzzyFrameworkMetaModel | eac8d6d643feaa504c79dc87e2c16ced78e8f49f | ec92d6764b922219be4c302aaad0a828e1d8e60a | refs/heads/master | 2022-06-15T11:43:20.327000 | 2020-05-05T15:23:54 | 2020-05-05T15:23:54 | 260,897,188 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package user_interface;
import org.apache.log4j.chainsaw.Main;
import ui.AbstractDocument;
import ui.AbstractView;
public class Main_class {
private AbstractView view;
private AbstractDocument document;
public Main_class() {
document = new CompilerDocument ();
view = new CompilerView (document);
document.... | UTF-8 | Java | 503 | java | Main_class.java | Java | [] | null | [] | package user_interface;
import org.apache.log4j.chainsaw.Main;
import ui.AbstractDocument;
import ui.AbstractView;
public class Main_class {
private AbstractView view;
private AbstractDocument document;
public Main_class() {
document = new CompilerDocument ();
view = new CompilerView (document);
document.... | 503 | 0.697813 | 0.695825 | 26 | 18.384615 | 14.754601 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.153846 | false | false | 14 |
02154bd8c9e7b289fd1d9eef02d60fa86639c898 | 1,675,037,302,250 | 9996b87badcb0861cd4a9097984a790361d320b0 | /src/test/java/com/woniu/zuoye2019_12_6/Test6.java | ffe01487f33133990e22000322da886d34f5e840 | [] | no_license | yaozhiwen234/spring2019 | https://github.com/yaozhiwen234/spring2019 | 76d0f210a102596a841a785c9844d5615034589d | 5b5b904113451b03cf2192d84f6576a3c03d1faf | refs/heads/master | 2020-09-29T12:47:11.761000 | 2020-02-05T05:39:49 | 2020-02-05T05:39:49 | 227,041,005 | 0 | 0 | null | false | 2020-07-02T01:34:54 | 2019-12-10T06:03:02 | 2020-02-05T05:40:31 | 2020-07-02T01:34:52 | 177 | 0 | 0 | 1 | Java | false | false | package com.woniu.zuoye2019_12_6;
/*6. 创建3个线程,分别不停地打印A、B、C。 要求保证打印的结果是:
ABCCBAABCCBAABCCBAABCCBA.....*/
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
class Bazs {
public int a = 0;
public int b = 1;
}
class Bar1 implements Runnable {
private Bazs baz;
public... | GB18030 | Java | 2,150 | java | Test6.java | Java | [] | null | [] | package com.woniu.zuoye2019_12_6;
/*6. 创建3个线程,分别不停地打印A、B、C。 要求保证打印的结果是:
ABCCBAABCCBAABCCBAABCCBA.....*/
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
class Bazs {
public int a = 0;
public int b = 1;
}
class Bar1 implements Runnable {
private Bazs baz;
public... | 2,150 | 0.541508 | 0.529103 | 125 | 14.768 | 13.634742 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.432 | false | false | 14 |
109815215f83243dbbef72e27a6a8ed9903328a7 | 4,363,686,810,600 | 961895ca763511833f92dd049bdf1452d6cf49d3 | /src/main/java/com/cognizant/pharmaWeb/repositories/MedicalLoginRepository.java | 16d88b5e4c112e390d53472976e568f468e22096 | [] | no_license | takalkarakash/project1 | https://github.com/takalkarakash/project1 | 5587819eaaed13b7cbad84de3b877fc9bc3a1f98 | 2d6f9b298724b157a9c57a96b6b0ba2a0192fcde | refs/heads/master | 2021-05-22T13:24:36.530000 | 2020-04-07T18:34:29 | 2020-04-07T18:34:29 | 252,945,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cognizant.pharmaWeb.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import com.cognizant.pharmaWeb.entities.MedicalLogin;
public interface MedicalLoginRepository extends JpaRepository<MedicalLogin,String> {
}
| UTF-8 | Java | 253 | java | MedicalLoginRepository.java | Java | [] | null | [] | package com.cognizant.pharmaWeb.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import com.cognizant.pharmaWeb.entities.MedicalLogin;
public interface MedicalLoginRepository extends JpaRepository<MedicalLogin,String> {
}
| 253 | 0.853755 | 0.853755 | 9 | 27.111111 | 31.61731 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
eea344c2dd8e6838184b7d4688ba7813eb556805 | 27,960,237,153,165 | 6e6e5324f7060c202c4482c84caf93c23ec99c8f | /java/objectclass/src/com/ustglobal/objectClass/Mouse.java | 756e2488b64c06e5ef1c42b37c9cad8f4927b163 | [] | no_license | Rehan-007/USTGlobal-16sept-19-anwar-rehan | https://github.com/Rehan-007/USTGlobal-16sept-19-anwar-rehan | f68a447f49f0577f60c1679a9d7296b08bd01bb3 | 7beb4f93fc880bc752313286f2dd23ebd11016a3 | refs/heads/master | 2023-01-11T18:59:10.545000 | 2019-12-22T03:57:08 | 2019-12-22T03:57:08 | 215,536,631 | 0 | 0 | null | false | 2023-01-07T13:03:10 | 2019-10-16T11:56:14 | 2019-12-22T03:57:25 | 2023-01-07T13:03:10 | 88,676 | 0 | 0 | 156 | Java | false | false | package com.ustglobal.objectClass;
public class Mouse {
void scroll() {
System.out.println("Mouse Scroll method");
}
void click() {
System.out.println("Mouse Click method");
}
}
| UTF-8 | Java | 190 | java | Mouse.java | Java | [] | null | [] | package com.ustglobal.objectClass;
public class Mouse {
void scroll() {
System.out.println("Mouse Scroll method");
}
void click() {
System.out.println("Mouse Click method");
}
}
| 190 | 0.684211 | 0.684211 | 12 | 14.833333 | 16.308655 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
67f15f30d7183ce7bc00a68bae63e067f7724ce5 | 4,518,305,639,586 | 5262e6a8a3ebff614bd075e212ed8e4687c2c430 | /src/musicPlayerModule/EmbeddedAudioPlayer.java | dad4207464f46ffc2b930b6b4a76eab925ddc050 | [] | no_license | D6Digital/SWENGFrame | https://github.com/D6Digital/SWENGFrame | 5da1e161aa7f48f5895ee573047bde97c90b2d24 | 4bd53d36948decb8d408e0217939d2669bad2fcd | refs/heads/master | 2016-09-09T21:13:13.967000 | 2014-06-11T14:20:34 | 2014-06-11T14:20:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package musicPlayerModule;
import java.awt.Canvas;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JPanel;
import javax.swing.Timer;
import uk.co.caprica.vlcj.binding.LibVlc;
import uk.co.caprica.vlcj.player.MediaPlayerFactory;
import uk.co.caprica.vlcj.player.e... | UTF-8 | Java | 16,106 | java | EmbeddedAudioPlayer.java | Java | [
{
"context": "e thread has been correctly destroyed.\r\n * @author Joshua Lant\r\n * @author samPick\r\n *\r\n */\r\npublic class Embedd",
"end": 1134,
"score": 0.9998718500137329,
"start": 1123,
"tag": "NAME",
"value": "Joshua Lant"
},
{
"context": "tly destroyed.\r\n * @author Josh... | null | [] | package musicPlayerModule;
import java.awt.Canvas;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JPanel;
import javax.swing.Timer;
import uk.co.caprica.vlcj.binding.LibVlc;
import uk.co.caprica.vlcj.player.MediaPlayerFactory;
import uk.co.caprica.vlcj.player.e... | 16,101 | 0.609649 | 0.60344 | 476 | 31.831932 | 27.239544 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451681 | false | false | 14 |
649bc405cc929f37cc01f85618d1cb3f665f3731 | 20,392,504,758,121 | 8fcf168430ed0c5aff8c017d6e923870ae002209 | /InvestmentReport/src/com/manticore/report/ChartPanel.java | 38f78c8afec8ca19ab459b843594cde542e7b1bc | [] | no_license | BackupTheBerlios/manticore | https://github.com/BackupTheBerlios/manticore | 82cf68019c987f7ba13b5d74e430f51df6a996e3 | d7a3c03c55d655a60ef917e92369335abcf258bd | refs/heads/master | 2021-01-22T01:04:31.476000 | 2010-11-29T11:30:21 | 2010-11-29T11:30:21 | 39,849,896 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
* Copyright (C) 2010 Andreas Reichel <andreas@manticore-projects.com>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free... | UTF-8 | Java | 11,210 | java | ChartPanel.java | Java | [
{
"context": "/*\n *\n * Copyright (C) 2010 Andreas Reichel <andreas@manticore-projects.com>\n *\n * ~~~~~~~~~~",
"end": 44,
"score": 0.9998814463615417,
"start": 29,
"tag": "NAME",
"value": "Andreas Reichel"
},
{
"context": "/*\n *\n * Copyright (C) 2010 Andreas Reichel <andreas@m... | null | [] | /*
*
* Copyright (C) 2010 <NAME> <<EMAIL>>
*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either ver... | 11,178 | 0.624978 | 0.611954 | 286 | 38.195805 | 37.066139 | 212 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.797203 | false | false | 14 |
003d3fc530fc802df2b45b7576607ad70b74e062 | 6,502,580,539,811 | 8763d83d0ef51279e190661ecf9fa77f355756a2 | /src/main/java/com/ukefu/webim/service/repository/AiSNSAccountRepository.java | 1e2ad3e149cdc81480216aea6c5e5c5d1864ccf0 | [
"Apache-2.0"
] | permissive | jacken0759/webim | https://github.com/jacken0759/webim | 77c0803f7ea5b93d83545abd986ae608cfed2af9 | 4dbd0546f8418611268cec7b1c6a3c875e03d714 | refs/heads/master | 2020-04-17T13:21:03.468000 | 2019-01-19T10:08:38 | 2019-01-19T10:08:38 | 166,611,933 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ukefu.webim.service.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.ukefu.webim.web.model.AiSNSAccount;
public abstract interface AiSNSAccountRepository extends JpaRepository<AiSNSAccount, String>
{
public abstract List<AiSNSAcco... | UTF-8 | Java | 528 | java | AiSNSAccountRepository.java | Java | [] | null | [] | package com.ukefu.webim.service.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.ukefu.webim.web.model.AiSNSAccount;
public abstract interface AiSNSAccountRepository extends JpaRepository<AiSNSAccount, String>
{
public abstract List<AiSNSAcco... | 528 | 0.789773 | 0.789773 | 17 | 28.941177 | 33.701931 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.941176 | false | false | 14 |
09fc5bf295b8f71a48dee649329435e251a5d177 | 34,720,515,633,352 | ddec46506cbdee03b495b7bc287b14abab12c701 | /Test/src/main/java/Synchronized/Test2.java | 63940c7d8107d0e6ebe69a11d3bcab088c6d43be | [] | no_license | kvenLin/JDK-Source | https://github.com/kvenLin/JDK-Source | f86737d3761102933c4b87730bca8928a5885287 | 1ff43b09f1056d91de97356be388d58c98ba1982 | refs/heads/master | 2023-08-10T11:26:59.051000 | 2023-07-20T06:48:45 | 2023-07-20T06:48:45 | 161,105,850 | 60 | 24 | null | false | 2022-06-17T02:19:27 | 2018-12-10T02:37:12 | 2022-05-29T11:58:17 | 2022-06-17T02:19:26 | 21,188 | 48 | 22 | 1 | Java | false | false | package Synchronized;
/**
* @Author: clf
* @Date: 19-3-17
* @Description:
*/
public class Test2 {
public synchronized void method(){
System.out.println("test2");
}
}
| UTF-8 | Java | 188 | java | Test2.java | Java | [
{
"context": "package Synchronized;\n\n/**\n * @Author: clf\n * @Date: 19-3-17\n * @Description:\n */\npublic cla",
"end": 42,
"score": 0.9959337115287781,
"start": 39,
"tag": "USERNAME",
"value": "clf"
}
] | null | [] | package Synchronized;
/**
* @Author: clf
* @Date: 19-3-17
* @Description:
*/
public class Test2 {
public synchronized void method(){
System.out.println("test2");
}
}
| 188 | 0.601064 | 0.56383 | 12 | 14.666667 | 12.552114 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 14 |
91081beaccac8f1b5e548c86403a2f0e4538902b | 6,768,868,474,415 | 17f76f8c471673af9eae153c44e5d9776c82d995 | /convertor/java_code/includes/skydiverH.java | c07d8efbb3947b8c3aa68cd4153537e643c23ab5 | [] | no_license | javaemus/arcadeflex-067 | https://github.com/javaemus/arcadeflex-067 | ef1e47f8518cf214acc5eb246b1fde0d6cbc0028 | 1ea6e5c6a73cf8bca5d234b26d2b5b6312df3931 | refs/heads/main | 2023-02-25T09:25:56.492000 | 2021-02-05T11:40:36 | 2021-02-05T11:40:36 | 330,649,950 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*************************************************************************
Atari Skydiver hardware
*************************************************************************/
/*----------- defined in vidhrdw/skydiver.c -----------*/
extern data8_t *skydiver_videoram;
MACHINE_INIT( skydiver );
VIDEO_START( skydiver... | UTF-8 | Java | 350 | java | skydiverH.java | Java | [] | null | [] | /*************************************************************************
Atari Skydiver hardware
*************************************************************************/
/*----------- defined in vidhrdw/skydiver.c -----------*/
extern data8_t *skydiver_videoram;
MACHINE_INIT( skydiver );
VIDEO_START( skydiver... | 350 | 0.371429 | 0.368571 | 13 | 25.923077 | 26.345228 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 14 |
a05fbee3eeeaafd71415a5958c3d6dd67b5d70e6 | 36,361,193,130,747 | 6f11a11fbf392ca0a62be1e6c75439736cabbb71 | /app/src/main/java/org/htmlcoin/wallet/ui/fragment/wallet_fragment/ProgressBarHolder.java | a108d85473aaf0e66814bbe1139f424bd1a4e403 | [] | no_license | denuoweb/htmlcoin-android-wallet | https://github.com/denuoweb/htmlcoin-android-wallet | 9a236f5629df2bf2783b3a76381c4439bdc1963d | d36bb4b45cb00b88d30d047f120173b274caa1fa | HEAD | 2018-10-22T17:23:34.231000 | 2018-09-05T02:44:14 | 2018-09-05T02:44:14 | 137,719,930 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.htmlcoin.wallet.ui.fragment.wallet_fragment;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.ProgressBar;
import butterknife.BindView;
import butterknife.ButterKnife;
public class ProgressBarHolder extends RecyclerView.ViewHolder {
@BindView(org.htmlcoi... | UTF-8 | Java | 722 | java | ProgressBarHolder.java | Java | [] | null | [] | package org.htmlcoin.wallet.ui.fragment.wallet_fragment;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.ProgressBar;
import butterknife.BindView;
import butterknife.ButterKnife;
public class ProgressBarHolder extends RecyclerView.ViewHolder {
@BindView(org.htmlcoi... | 722 | 0.716066 | 0.714681 | 27 | 25.74074 | 21.22122 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 14 |
57b17593b9c292035351615142d9ac160d51259d | 29,094,108,528,258 | f67738ac7b21f0291970bdbf9a11b7381ffe0150 | /src/homework/dataStructures/easy/CharStack.java | 262ea89d708b65fef1bac2d81ccc6da4af4c53c6 | [] | no_license | GrzegorzKaczor/programowanie1 | https://github.com/GrzegorzKaczor/programowanie1 | 74a1a8f7f4ba644ceb6d218a09f3a99083902839 | 4bd5eea90e71d86445cece914d3b9227bc65c490 | refs/heads/master | 2020-03-30T06:27:36.298000 | 2018-09-29T12:40:06 | 2018-09-29T12:40:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package homework.dataStructures.easy;
public class CharStack {
private int top;
private int size;
private char[] arrayString;
public CharStack(int size) {
this.size = size;
this.arrayString = new char[size];
top = -1;
}
public void push(char element) {
if (t... | UTF-8 | Java | 873 | java | CharStack.java | Java | [] | null | [] | package homework.dataStructures.easy;
public class CharStack {
private int top;
private int size;
private char[] arrayString;
public CharStack(int size) {
this.size = size;
this.arrayString = new char[size];
top = -1;
}
public void push(char element) {
if (t... | 873 | 0.521789 | 0.517202 | 43 | 19.27907 | 16.176823 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372093 | false | false | 14 |
26bbf32037264e622eb239d986e50d78a9af203b | 1,511,828,528,362 | fb59181e3ce82fb7ac22c4cce292e2f02e601690 | /src/test/resources/e2e/web_examples/LazyBooleanOperations.java | 2c1e23e5a9c56967ea755392f70a0e828f62a202 | [
"LicenseRef-scancode-public-domain",
"CC0-1.0"
] | permissive | jrbeverly/jcompiler | https://github.com/jrbeverly/jcompiler | c9ea6f3f56961d9a25d1a759fc4ad7548b2a235b | 0ed0b813fd2f3452d9c5ecb284295f250bdfba20 | refs/heads/main | 2021-12-03T21:10:08.654000 | 2021-10-04T23:40:33 | 2021-10-04T23:40:33 | 155,794,215 | 4 | 0 | MIT | false | 2021-09-18T01:02:59 | 2018-11-02T00:52:14 | 2021-05-19T03:40:17 | 2021-09-18T01:02:58 | 2,690 | 3 | 0 | 0 | Java | false | false | public class LazyBooleanOperations {
public LazyBooleanOperations() {}
public boolean m(boolean x) {
return (x && true) || x;
}
}
| UTF-8 | Java | 166 | java | LazyBooleanOperations.java | Java | [] | null | [] | public class LazyBooleanOperations {
public LazyBooleanOperations() {}
public boolean m(boolean x) {
return (x && true) || x;
}
}
| 166 | 0.560241 | 0.560241 | 6 | 26.666666 | 13.816255 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 14 |
bda937120822528fed2350739e3f3e03524e8a79 | 12,421,045,433,218 | c8b739dd5391eced0fad5a4804c58f73c7655db5 | /src/com/bjsxt/abstractfactory/LuxuyEngine.java | 73e53773607c2995db57f7055fae66a28e4693ac | [] | no_license | hyy987/javaDemo | https://github.com/hyy987/javaDemo | 95c198808c62cea44e6ec737218aec88953bc67b | e1b762d7abd6e15da9f613b1293877d6cf7cd867 | refs/heads/master | 2020-04-29T14:14:58.873000 | 2019-05-20T23:09:46 | 2019-05-20T23:09:46 | 176,190,686 | 0 | 0 | null | false | 2019-04-30T01:27:25 | 2019-03-18T02:30:45 | 2019-04-30T01:23:18 | 2019-04-30T01:25:24 | 1 | 0 | 0 | 0 | Java | false | false | package com.bjsxt.abstractfactory;
public class LuxuyEngine implements Engine {
@Override
public void run() {
System.out.println("跑的快");
}
@Override
public void filed() {
System.out.println("转速快,启动快");
}
}
class LowEngine implements Engine {
@Override
public void run() {
... | UTF-8 | Java | 483 | java | LuxuyEngine.java | Java | [] | null | [] | package com.bjsxt.abstractfactory;
public class LuxuyEngine implements Engine {
@Override
public void run() {
System.out.println("跑的快");
}
@Override
public void filed() {
System.out.println("转速快,启动快");
}
}
class LowEngine implements Engine {
@Override
public void run() {
... | 483 | 0.604966 | 0.604966 | 33 | 11.424242 | 13.420993 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
2f0ac7afe3932a67124ff5d65b2e5eda44785d24 | 9,070,970,944,957 | 8334d32af0c41629e78fb70d35cff412239f33cf | /exhibition-1/src/main/java/com/exhibition/controller/AdminController.java | db4c060b036db71f2df7af9d0691b3027f9d4a02 | [] | no_license | Daley-wdl/ex | https://github.com/Daley-wdl/ex | 1136f0f755c403e66fa526871da277a561f5a1ed | 1971e35efa03d015f2838e7494eeec44ceef90dd | refs/heads/master | 2021-09-10T01:19:23.341000 | 2018-03-20T13:55:45 | 2018-03-20T13:55:45 | 126,017,596 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exhibition.controller;
import com.exhibition.enums.ExceptionEnums;
import com.exhibition.enums.RoleList;
import com.exhibition.enums.UserStatus;
import com.exhibition.po.Exhibitor;
import com.exhibition.po.Exhibits;
import com.exhibition.po.User;
import com.exhibition.service.ExhibitorService;
import com.e... | UTF-8 | Java | 16,764 | java | AdminController.java | Java | [
{
"context": "该用户\"));\n }\n /**\n * 解锁/上锁用户\n * @param username\n * @param locked\n */\n @RequestMapping(",
"end": 4269,
"score": 0.9015241861343384,
"start": 4261,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package com.exhibition.controller;
import com.exhibition.enums.ExceptionEnums;
import com.exhibition.enums.RoleList;
import com.exhibition.enums.UserStatus;
import com.exhibition.po.Exhibitor;
import com.exhibition.po.Exhibits;
import com.exhibition.po.User;
import com.exhibition.service.ExhibitorService;
import com.e... | 16,764 | 0.626432 | 0.62297 | 431 | 35.867748 | 34.474358 | 144 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684455 | false | false | 14 |
ad72c279aa0f776c80565213406dcf049279ce01 | 32,641,751,465,704 | 455a5a18efd35bcee4ab63633b4ccf97efdaf012 | /card-core/src/main/java/com/healthpay/modules/iface/web/HpIfaceMerchantController.java | 33f99389b5281d6ade9db3a64612147b29f3d110 | [] | no_license | mabaoying1/card-manager | https://github.com/mabaoying1/card-manager | ef862b97dcd7b24d410653cbf4c097ddf3d05d38 | 181192ff2d3db67df513f6f306ba79af428b271a | refs/heads/master | 2022-12-28T18:28:11.693000 | 2020-03-28T07:55:10 | 2020-03-28T07:55:10 | 250,744,664 | 0 | 1 | null | false | 2022-12-16T01:17:15 | 2020-03-28T08:13:11 | 2020-03-28T08:31:28 | 2022-12-16T01:17:11 | 190,081 | 0 | 1 | 33 | JavaScript | false | false | /**
* Copyright © 2015-2020 <a href="http://www.jeeplus.org/">JeePlus</a> All rights reserved.
*/
package com.healthpay.modules.iface.web;
import java.io.*;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.validation.ConstraintVio... | UTF-8 | Java | 10,602 | java | HpIfaceMerchantController.java | Java | [
{
"context": "ice.AreaService;\n\n/**\n * 商户管理Controller\n * @author gyp\n * @version 2016-06-14\n */\n@Controller\n@RequestMa",
"end": 1793,
"score": 0.9996252059936523,
"start": 1790,
"tag": "USERNAME",
"value": "gyp"
}
] | null | [] | /**
* Copyright © 2015-2020 <a href="http://www.jeeplus.org/">JeePlus</a> All rights reserved.
*/
package com.healthpay.modules.iface.web;
import java.io.*;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.validation.ConstraintVio... | 10,602 | 0.747222 | 0.742857 | 273 | 35.926739 | 32.677383 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.970696 | false | false | 14 |
71965eb0986a91429f552ba82240b81b088eab5e | 6,880,537,619,775 | 72192c35130cf928e273dd0906d3da6124212624 | /project-base/src/main/java/cn/annpeter/graduation/project/base/common/model/ResultCodeEnum.java | 0270acba49de54eb4e0d8c7c0b050142eb0bef33 | [] | no_license | annpeter/graduation-project | https://github.com/annpeter/graduation-project | f720abb68879ef7e87479ebf5cd226059b4e7172 | a49fc69e6424bff33ab8ef8a9b6a8ed2865ca775 | refs/heads/master | 2020-05-22T16:10:46.419000 | 2017-05-28T13:51:03 | 2017-05-28T13:51:03 | 84,702,486 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.annpeter.graduation.project.base.common.model;
/**
* Created on 2017/03/10
*
* @author annpeter.it@gmail.com
*/
public enum ResultCodeEnum {
SUCCESS(200, "执行成功"),
UPLOAD_OSS_ERROR(300, "上传OSS失败"),
USER_NOT_LOGIN(400, "用户未登录"),
FORBIDDEN(403, "权限不足"),
RESOURCE_NOT_FOUND(404, "资源未找到"),... | UTF-8 | Java | 881 | java | ResultCodeEnum.java | Java | [
{
"context": "model;\n\n/**\n * Created on 2017/03/10\n *\n * @author annpeter.it@gmail.com\n */\npublic enum ResultCodeEnum {\n SUCCESS(200,",
"end": 123,
"score": 0.9999277591705322,
"start": 102,
"tag": "EMAIL",
"value": "annpeter.it@gmail.com"
}
] | null | [] | package cn.annpeter.graduation.project.base.common.model;
/**
* Created on 2017/03/10
*
* @author <EMAIL>
*/
public enum ResultCodeEnum {
SUCCESS(200, "执行成功"),
UPLOAD_OSS_ERROR(300, "上传OSS失败"),
USER_NOT_LOGIN(400, "用户未登录"),
FORBIDDEN(403, "权限不足"),
RESOURCE_NOT_FOUND(404, "资源未找到"),
RESOURCE_... | 867 | 0.614597 | 0.565941 | 35 | 21.314285 | 15.709454 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.