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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ce6308d38c61438552a32f3d15b46bc3b6377c9a | 16,595,753,686,174 | 82bd619182b13485b574990e69055d2caa8cae15 | /MVC/src/intro/TestView.java | a477825620af07a842eefa57d4686692e7ff8723 | [] | no_license | khrid/HES_643-1_Java_Cours | https://github.com/khrid/HES_643-1_Java_Cours | 23ff6cb82bb8caac418a393ef8942058ba6b27b5 | 88d727b1d2168d7087abe0e2ae36a45fab5def96 | refs/heads/master | 2022-11-07T00:18:47.500000 | 2020-06-29T11:10:43 | 2020-06-29T11:10:43 | 250,493,666 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package intro;
import javax.swing.text.DefaultStyledDocument;
import javax.swing.text.Document;
public class TestView {
public static void main(String[] args) {
Document model = new DefaultStyledDocument();
View v1 = new View(model);
View v2 = new View(model);
View v3 = new View(... | UTF-8 | Java | 423 | java | TestView.java | Java | [] | null | [] | package intro;
import javax.swing.text.DefaultStyledDocument;
import javax.swing.text.Document;
public class TestView {
public static void main(String[] args) {
Document model = new DefaultStyledDocument();
View v1 = new View(model);
View v2 = new View(model);
View v3 = new View(... | 423 | 0.635934 | 0.621749 | 18 | 22.5 | 17.334135 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 10 |
46941d4962fb719a1b9c5b9397aeae2cbea38e6b | 16,638,703,334,446 | c5ecadd768413caa59716d083662c5ea7e97aedb | /app/src/main/java/cn/wtkj/charge_inspect/data/bean/OutListParamData.java | ebd769bedea3cbbdfa5064d448474f4136282956 | [] | no_license | 0lialin0/charge_inspect | https://github.com/0lialin0/charge_inspect | 69847b67fcf051dff5c6b71a4e0031f8ac3db300 | 4159272b221e8db80d1d5332432dd740426dfaaa | refs/heads/master | 2021-05-04T08:03:56.447000 | 2016-11-02T02:19:25 | 2016-11-02T02:19:25 | 69,139,318 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.wtkj.charge_inspect.data.bean;
import java.io.Serializable;
/**
* Created by ghj on 2016/10/25.
*/
public class OutListParamData implements Serializable {
public String VEHPLATENO; //车牌号
public String BEGINTIME; //起始时间
public String ENDTIME; //结束时间
public int OUTSTATIONID; //出口站址ID
pu... | UTF-8 | Java | 2,464 | java | OutListParamData.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by ghj on 2016/10/25.\n */\npublic class OutListParamData ",
"end": 94,
"score": 0.9996570348739624,
"start": 91,
"tag": "USERNAME",
"value": "ghj"
}
] | null | [] | package cn.wtkj.charge_inspect.data.bean;
import java.io.Serializable;
/**
* Created by ghj on 2016/10/25.
*/
public class OutListParamData implements Serializable {
public String VEHPLATENO; //车牌号
public String BEGINTIME; //起始时间
public String ENDTIME; //结束时间
public int OUTSTATIONID; //出口站址ID
pu... | 2,464 | 0.617917 | 0.614583 | 117 | 19.512821 | 16.652103 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324786 | false | false | 10 |
22debf795e96c75e0946e0f20826a3e0f9f54119 | 16,638,703,333,793 | 6e5f40a22c0b4162cf8b3a02155717273207cdcc | /mapreduce-coherence/src/main/java/com/thedatarealm/mapreduce/coherence/NodeAwareKey.java | adc980f59620e77f801fa8949dd550c27283a1fb | [
"Apache-2.0"
] | permissive | dmcarba/datarealm | https://github.com/dmcarba/datarealm | 6c679c3d5c7aca2821b82ae333937e937d8af31f | fc7bf7433cf9047988c4907a86474ec0e667b93c | refs/heads/master | 2020-06-04T20:03:43.598000 | 2017-09-14T13:49:06 | 2017-09-14T13:49:06 | 24,146,799 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2015 by David Carballo (http://datalocus.blogspot.com.es/)
*
**********************************
*
* 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.a... | UTF-8 | Java | 1,032 | java | NodeAwareKey.java | Java | [
{
"context": "/* \n * Copyright (C) 2015 by David Carballo (http://datalocus.blogspot.com.es/)\n *\n *********",
"end": 43,
"score": 0.999858558177948,
"start": 29,
"tag": "NAME",
"value": "David Carballo"
}
] | null | [] | /*
* Copyright (C) 2015 by <NAME> (http://datalocus.blogspot.com.es/)
*
**********************************
*
* 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.or... | 1,024 | 0.708333 | 0.699612 | 36 | 27.666666 | 36.444782 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 10 |
1225c8468b4007214e0f637a3f0603b32343a939 | 28,200,755,290,203 | a3a1c7ede5f95ded8a1f4372093cc98931bdeb53 | /src/com/pack/common/tests/Dream/fetchingReportsTest_DirectionalSurveyData1.java | 691b3206d59dd5fd8e8078eddbc85d5687fa98fa | [] | no_license | Shahrukh734/Selenium-Projects- | https://github.com/Shahrukh734/Selenium-Projects- | c73b01912cfa0493ab719b2fb34e39a7761b43de | 85a72a053422ff807f562e7244d048d88f567b6f | refs/heads/master | 2020-03-29T22:23:36.942000 | 2018-09-26T12:11:22 | 2018-09-26T12:11:22 | 150,417,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pack.common.tests.Dream;
import org.testng.Reporter;
import org.testng.annotations.Test;
import com.pack.base.TestBaseSetup;
import com.pack.common.pageobjects.Dream.contextsearch;
import com.pack.common.pageobjects.Dream.fetchingReports;
import com.pack.common.pageobjects.Dream.homePage;
public class fe... | UTF-8 | Java | 5,469 | java | fetchingReportsTest_DirectionalSurveyData1.java | Java | [
{
"context": " Designed On 25/04/2018\n TestScript Designed By Sireesha */\n\n\n@Test(enabled=true)\npublic void TC_0",
"end": 480,
"score": 0.6997941136360168,
"start": 479,
"tag": "USERNAME",
"value": "S"
},
{
"context": "esigned On 25/04/2018\n TestScript Designed By Sirees... | null | [] | package com.pack.common.tests.Dream;
import org.testng.Reporter;
import org.testng.annotations.Test;
import com.pack.base.TestBaseSetup;
import com.pack.common.pageobjects.Dream.contextsearch;
import com.pack.common.pageobjects.Dream.fetchingReports;
import com.pack.common.pageobjects.Dream.homePage;
public class fe... | 5,469 | 0.801975 | 0.793929 | 117 | 45.743591 | 28.85364 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.692308 | false | false | 10 |
417381d36ca06991580a8d98e63782572ee30959 | 2,388,001,817,214 | aa2034f9d80ca100d9ba1c359bb57c87443abc15 | /src/com/wechat/keystone/publics/service/impl/WxShopService.java | e4ed7d2f12b3e112cd970bb46007f8e4d3600461 | [] | no_license | BarrieShieh/Keystone2 | https://github.com/BarrieShieh/Keystone2 | aaf891d69db18a147bd8673d832a0c67d8dd6e32 | 5979a3726aab537602e6569480b900ec0b6b9b04 | refs/heads/master | 2020-04-05T13:06:49.006000 | 2017-08-12T15:50:24 | 2017-08-12T15:50:24 | 95,092,097 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.wechat.keystone.publics.service.impl;
import com.wechat.base.exception.AccessTokenException;
import com.wechat.base.exception.ConnectionFailedException;
import com.wechat.base.exception.WeChatException;
import com.wechat.base.service.BaseService;
import com.wechat.base.utils.WxClientUtil;
import... | UTF-8 | Java | 4,683 | java | WxShopService.java | Java | [
{
"context": "a.util.List;\nimport java.util.Map;\n\n/**\n * @author Barrie\n */\n@Service\npublic class WxShopService extend",
"end": 814,
"score": 0.5609400272369385,
"start": 811,
"tag": "NAME",
"value": "Bar"
},
{
"context": "il.List;\nimport java.util.Map;\n\n/**\n * @author Bar... | null | [] | /**
*
*/
package com.wechat.keystone.publics.service.impl;
import com.wechat.base.exception.AccessTokenException;
import com.wechat.base.exception.ConnectionFailedException;
import com.wechat.base.exception.WeChatException;
import com.wechat.base.service.BaseService;
import com.wechat.base.utils.WxClientUtil;
import... | 4,683 | 0.675208 | 0.673713 | 112 | 40.8125 | 39.510742 | 195 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.035714 | false | false | 10 |
1dbd089bfb70c6b92f43a115b167dae3884516e1 | 2,388,001,816,600 | 8b06061ca0234c5297b82bcc27e9b660fe6c01ee | /src/Student.java | 6cf1f7d01c3486890ef4a8bbc53a080361cd1161 | [] | no_license | AntonFedoruk/dz_3_4 | https://github.com/AntonFedoruk/dz_3_4 | 0ddc43a6b23006a31e87e84c99e21cdd19be033c | 0c47e22e5f95a251b030787cd5f37f9158ce9105 | refs/heads/master | 2020-03-26T16:49:40.179000 | 2018-08-17T13:44:55 | 2018-08-17T13:44:55 | 145,125,762 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by anton on 05.08.2018.
*/
public class Student extends Human {
private int course;
private int scholarship;
public Student(String name, String surname, int age, String eyesColor, boolean sex, int course, int scholarship) {
super(name, surname, age, eyesColor, sex);
this.cou... | UTF-8 | Java | 1,007 | java | Student.java | Java | [
{
"context": "/**\n * Created by anton on 05.08.2018.\n */\npublic class Student extends H",
"end": 23,
"score": 0.9136797189712524,
"start": 18,
"tag": "NAME",
"value": "anton"
}
] | null | [] | /**
* Created by anton on 05.08.2018.
*/
public class Student extends Human {
private int course;
private int scholarship;
public Student(String name, String surname, int age, String eyesColor, boolean sex, int course, int scholarship) {
super(name, surname, age, eyesColor, sex);
this.cou... | 1,007 | 0.612711 | 0.604767 | 42 | 22.976191 | 26.300903 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 10 |
b3de8b9730e1b85fbdefbbf3a339ed74b758f8ff | 8,065,948,593,966 | 911cb78fe0b5c2d54c8bf0a62ba420a960baa1f0 | /work_java/day2/src/com/scsa/java/loop2/LoopTest1.java | 1db2130f529d7140716dd36e474171c392779f13 | [] | no_license | bkim14/FinalProject | https://github.com/bkim14/FinalProject | 4c6f2c182280d0c855dcd2b07d7e481ed2d7ffc8 | 9c175d2352adf91cd3f5bd6b3a4c3a422ae3e95d | refs/heads/master | 2020-03-18T03:39:14.394000 | 2018-05-26T02:09:53 | 2018-05-26T02:09:53 | 134,250,120 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.scsa.java.loop2;
public class LoopTest1 {
public static void main(String[] args) {
char a='A';
while(a<='Z') {
//System.out.println(a);
System.out.printf("%2c",a); //2ĭ
a++;
}
}
}
| UTF-8 | Java | 216 | java | LoopTest1.java | Java | [] | null | [] | package com.scsa.java.loop2;
public class LoopTest1 {
public static void main(String[] args) {
char a='A';
while(a<='Z') {
//System.out.println(a);
System.out.printf("%2c",a); //2ĭ
a++;
}
}
}
| 216 | 0.576744 | 0.55814 | 12 | 16.916666 | 13.738379 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.333333 | false | false | 10 |
fc49bfe7fdd18ee9b4ff052ea005a62199cf2e1b | 12,618,613,920,657 | 5b13d5bef092aa0afd670a7e6e1a61b55bdb18bb | /ellamaine-core/src/main/java/com/blueskyminds/ellamaine/html/filters/AttrValueFilter.java | 56334318e5fc1cab32cecd2ac6c7709b7a3946dd | [] | no_license | jeromyevans/ellamaine | https://github.com/jeromyevans/ellamaine | 16d6cccd32cdf26fc702bd791bb7b4a32ab0df90 | 08d9f1046b53a30c0baf1bec8e1e0bb62d1e5b63 | refs/heads/master | 2020-04-16T10:03:11.754000 | 2009-03-13T08:38:36 | 2009-03-13T08:38:36 | 34,931,191 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blueskyminds.ellamaine.html.filters;
import org.w3c.dom.html.HTMLElement;
import com.blueskyminds.homebyfive.framework.core.tools.filters.Filter;
/**
* A filter that accepts an HTMLElement with a specified attribute and value
*
* Date Started: 31/05/2007
* <p/>
* History:
* <p/>
* Copyr... | UTF-8 | Java | 1,241 | java | AttrValueFilter.java | Java | [] | null | [] | package com.blueskyminds.ellamaine.html.filters;
import org.w3c.dom.html.HTMLElement;
import com.blueskyminds.homebyfive.framework.core.tools.filters.Filter;
/**
* A filter that accepts an HTMLElement with a specified attribute and value
*
* Date Started: 31/05/2007
* <p/>
* History:
* <p/>
* Copyr... | 1,241 | 0.603546 | 0.59307 | 44 | 26.204546 | 23.985394 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 10 |
b0d5e442349480b880a1f5cc92574537e78d60c8 | 3,100,966,400,417 | 7605748539c11e7a650244a4852d402babbcd437 | /app/src/main/java/com/wwy/mysigninappnewest/impl/SetSignActivity.java | d6898c694e916364791059efe7a262e79e3d805f | [] | no_license | Notatme/WwyAndroidWork | https://github.com/Notatme/WwyAndroidWork | db33b8a61fe65c9abe9b1234d6f20d777630947e | aaee44559b43310d2e65c954ac3d69cbaba96dba | refs/heads/main | 2023-01-04T22:03:00.789000 | 2020-11-04T07:30:27 | 2020-11-04T07:30:27 | 305,255,991 | 3 | 3 | null | false | 2020-11-06T01:59:07 | 2020-10-19T03:47:02 | 2020-11-04T07:30:30 | 2020-11-06T01:52:55 | 4,653 | 1 | 2 | 0 | Java | false | false | package com.wwy.mysigninappnewest.impl;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.wwy.mysigninappnewest.MainActivity;
import ... | UTF-8 | Java | 2,483 | java | SetSignActivity.java | Java | [] | null | [] | package com.wwy.mysigninappnewest.impl;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.wwy.mysigninappnewest.MainActivity;
import ... | 2,483 | 0.660782 | 0.659941 | 74 | 31.162163 | 25.405376 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648649 | false | false | 10 |
26b9a4b6a4a405cff9c2859b9003d1b613625e29 | 10,453,950,465,153 | 4915249194a596677dab72b68a113fb9c8f84ca0 | /api/src/main/java/de/fuberlin/wiwiss/d2rq/map/DownloadMap.java | 3847196f11553296de87844f2e275ea6350dcff9 | [
"Apache-2.0"
] | permissive | owlcs/ont-d2rq | https://github.com/owlcs/ont-d2rq | 7a8aab9b2bb1b92b175b121cd07ebc3fd1d01f1f | cf4ace40d853498c370611d1fe54d1268f923eb9 | refs/heads/master | 2023-06-10T23:56:56.873000 | 2020-01-02T16:09:40 | 2020-01-02T16:09:40 | 216,254,568 | 1 | 0 | Apache-2.0 | false | 2020-10-13T18:03:27 | 2019-10-19T18:46:11 | 2020-05-11T19:31:24 | 2020-10-13T18:03:26 | 79,391 | 1 | 0 | 2 | Java | false | false | package de.fuberlin.wiwiss.d2rq.map;
/**
* Representation of a {@code d2rq:DownloadMap} in the mapping graph.
*
* @author RichardCyganiak
* Created by @ssz on 26.09.2018.
* @see <a href='http://d2rq.org/d2rq-language#download-map'>8. Enabling HTTP access to CLOBs/BLOBs (d2rq:DownloadMap)</a>
*/
public interface ... | UTF-8 | Java | 2,922 | java | DownloadMap.java | Java | [
{
"context": "q:DownloadMap} in the mapping graph.\n *\n * @author RichardCyganiak\n * Created by @ssz on 26.09.2018.\n * @see <a href",
"end": 141,
"score": 0.956734299659729,
"start": 126,
"tag": "NAME",
"value": "RichardCyganiak"
},
{
"context": "graph.\n *\n * @author RichardCyga... | null | [] | package de.fuberlin.wiwiss.d2rq.map;
/**
* Representation of a {@code d2rq:DownloadMap} in the mapping graph.
*
* @author RichardCyganiak
* Created by @ssz on 26.09.2018.
* @see <a href='http://d2rq.org/d2rq-language#download-map'>8. Enabling HTTP access to CLOBs/BLOBs (d2rq:DownloadMap)</a>
*/
public interface ... | 2,922 | 0.671116 | 0.661533 | 73 | 39.027397 | 36.008362 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.328767 | false | false | 10 |
be8db4570d0944452ac23dba9487797717c2275d | 6,201,932,787,213 | 5849d0f28b7d4b5a0b18227eaa28a49451a4bbbf | /phoneme_feature_mr2/jsr82/src/emulator/classes/com/sun/midp/jsr82emul/Log.java | fcc4200b915aea01f9c3de74f400392fdbeaa4db | [] | no_license | sfsy1989/j2me | https://github.com/sfsy1989/j2me | c517cdfe8b5a701ad36b920fe850759206482e02 | 055bd638d82bac9790259d4a27c753527f53376b | refs/heads/master | 2021-01-10T04:16:33.325000 | 2015-11-30T09:42:19 | 2015-11-30T09:42:19 | 47,108,317 | 3 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
*
*
* Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 only, as published by the Free ... | UTF-8 | Java | 2,072 | java | Log.java | Java | [] | null | [] | /*
*
*
* Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 only, as published by the Free ... | 2,072 | 0.672297 | 0.655888 | 63 | 31.888889 | 25.798431 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365079 | false | false | 10 |
f945d6aede9697f0ed291c572cc8b2d3601c5820 | 33,732,673,151,243 | d47a9060cb7df331c7deb2e44b69706df64e6880 | /Game/src/main/java/slash/code/game/model/Card.java | dc4da28b4dd0abfe49526945ee736c70f4172cba | [] | no_license | SlashAlpha/MS-GME-BJ-PKR | https://github.com/SlashAlpha/MS-GME-BJ-PKR | 59033a37498c075b244a027fe338713e2213d4f3 | 0b63fd68e3751557443434f1e69eb9cdcf3a7d77 | refs/heads/master | 2023-09-02T22:35:45.188000 | 2021-11-12T14:58:18 | 2021-11-12T14:58:18 | 371,105,163 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package slash.code.game.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.Id;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
@Gett... | UTF-8 | Java | 1,675 | java | Card.java | Java | [] | null | [] | package slash.code.game.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.Id;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
@Gett... | 1,675 | 0.558209 | 0.558209 | 79 | 20.189873 | 21.780304 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.443038 | false | false | 10 |
6e2043f64b2cf88f04b4ee5734714673ad82aae2 | 25,812,753,465,868 | 5ab74596be56687a5a3a32e9792000d6daeed93f | /src/Array/rotateArray.java | ce0b41fa1507e17494797c6850b4b4b33999a59d | [] | no_license | saurabh02061993/ExtraCodes | https://github.com/saurabh02061993/ExtraCodes | 3f48c951a60a2401373db85a4932cce11b51348d | fb734d512b569b65dd8429c1c92346f4f6cda5eb | refs/heads/master | 2022-11-30T00:14:49.513000 | 2020-08-17T20:52:11 | 2020-08-17T20:52:11 | 288,282,016 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Array;
public class rotateArray {
static void reverse(int arr[], int i, int j) {
while (i < j) {
int temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
i++;
j--;
}
}
static void rotateByK(int arr[], int len, int k) {
reverse(arr, len -2, len);
reverse(arr, 0, le... | UTF-8 | Java | 588 | java | rotateArray.java | Java | [] | null | [] | package Array;
public class rotateArray {
static void reverse(int arr[], int i, int j) {
while (i < j) {
int temp = arr[i];
arr[i] = arr[j];
arr[j] = temp;
i++;
j--;
}
}
static void rotateByK(int arr[], int len, int k) {
reverse(arr, len -2, len);
reverse(arr, 0, le... | 588 | 0.496599 | 0.465986 | 37 | 13.891891 | 14.982483 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.297297 | false | false | 10 |
d5aa33b62ff4d3ba9baec4084268d85492bbade8 | 7,301,444,410,264 | 8e4098ffe69d8a4645a3c5c0affc99c25f43c499 | /src/view/buttons/MyButtonsController.java | 9b40574977a8211442f5070484a3819acaf26d43 | [] | no_license | ido-golan/FlightGearSimulator | https://github.com/ido-golan/FlightGearSimulator | 45c2284ca964aca2e017adbe7b18e8a29fa8f294 | e4771a2e15105dea5632a3e7de5a545d9b8f633e | refs/heads/main | 2023-06-06T08:28:52.816000 | 2021-06-08T11:11:35 | 2021-06-08T11:14:54 | 379,633,111 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view.buttons;
import java.util.concurrent.TimeUnit;
import javafx.beans.property.DoubleProperty;
import javafx.beans.property.SimpleDoubleProperty;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import... | UTF-8 | Java | 3,140 | java | MyButtonsController.java | Java | [] | null | [] | package view.buttons;
import java.util.concurrent.TimeUnit;
import javafx.beans.property.DoubleProperty;
import javafx.beans.property.SimpleDoubleProperty;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
import javafx.fxml.FXML;
import javafx.scene.control.Alert;
import... | 3,140 | 0.650318 | 0.648726 | 100 | 30.4 | 24.842302 | 182 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 10 |
23a30e05d624096983205ec97f35b3fedf023477 | 7,301,444,406,960 | a570f3e2106b8e3c7cd04560e461cfe63dcf5d63 | /src/MethodsExercises.java | 09384064dd5fc1393fab668ee4e192c56d5fcba5 | [] | no_license | rodriquesperry/codeup-java-exercises | https://github.com/rodriquesperry/codeup-java-exercises | ef9fb8d36c209a5f6b21628d1453192e497ed74f | f6ad96e40039b805047e2b1e60ce5b7b0fc2a453 | refs/heads/main | 2023-09-03T01:53:39.039000 | 2021-11-18T22:35:26 | 2021-11-18T22:35:26 | 419,862,109 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class MethodsExercises {
public static void main(String[] args) {
System.out.println(addition(3, 2));
System.out.println(subtraction(3, 2));
System.out.println(multiplication(10, 9));
System.out.println(division(10, 0));
System.out.println(... | UTF-8 | Java | 2,116 | java | MethodsExercises.java | Java | [] | null | [] | import java.util.Scanner;
public class MethodsExercises {
public static void main(String[] args) {
System.out.println(addition(3, 2));
System.out.println(subtraction(3, 2));
System.out.println(multiplication(10, 9));
System.out.println(division(10, 0));
System.out.println(... | 2,116 | 0.515123 | 0.48913 | 89 | 22.75281 | 20.607231 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662921 | false | false | 10 |
9de3e97322f100a1dc61b4906fe0c68741ad7ada | 8,486,855,402,898 | 680253f941fa91aeae495536d0e48c85ff27b776 | /goEuroAssigment/src/com/de/goeuro/dao/GoEuroAPIDAO.java | cef265a739c5f11f1013e2b8726975d15e2e7f46 | [] | no_license | asaad1982/goeuroassigment | https://github.com/asaad1982/goeuroassigment | 1a3bd21577a414649beb7563fbc87f58bd68ef1e | 33e904b14a1694e92f6f9a81adf402c2c18b0cf5 | refs/heads/master | 2021-01-01T04:18:12.746000 | 2016-05-14T16:33:27 | 2016-05-14T16:33:27 | 58,818,028 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.de.goeuro.dao;
import java.util.List;
import com.de.goeuro.bean.LocationBean;
public interface GoEuroAPIDAO {
public List<LocationBean> getLocationByName(String cityName)throws Exception;
}
| UTF-8 | Java | 205 | java | GoEuroAPIDAO.java | Java | [] | null | [] | package com.de.goeuro.dao;
import java.util.List;
import com.de.goeuro.bean.LocationBean;
public interface GoEuroAPIDAO {
public List<LocationBean> getLocationByName(String cityName)throws Exception;
}
| 205 | 0.814634 | 0.814634 | 9 | 21.777779 | 24.275171 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 10 |
cba2a6daa6f25901152bc7296ba6d918593caa14 | 9,259,949,536,608 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/15/15_9938f83779a3e9cf5344cfe2dd8530654af0e413/OpenTriangleClusteringCoefficientRecomp/15_9938f83779a3e9cf5344cfe2dd8530654af0e413_OpenTriangleClusteringCoefficientRecomp_s.java | 333ff3fbc3d4cfc2af0ee028dca7745c41dcc38d | [] | 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 dna.metrics.clusterCoefficient;
import dna.graph.directed.DirectedEdge;
import dna.graph.directed.DirectedGraph;
import dna.graph.directed.DirectedNode;
import dna.updates.Batch;
import dna.updates.Update;
import dna.util.ArrayUtils;
@SuppressWarnings("rawtypes")
public class OpenTriangleClustering... | UTF-8 | Java | 2,066 | java | 15_9938f83779a3e9cf5344cfe2dd8530654af0e413_OpenTriangleClusteringCoefficientRecomp_s.java | Java | [] | null | [] | package dna.metrics.clusterCoefficient;
import dna.graph.directed.DirectedEdge;
import dna.graph.directed.DirectedGraph;
import dna.graph.directed.DirectedNode;
import dna.updates.Batch;
import dna.updates.Update;
import dna.util.ArrayUtils;
@SuppressWarnings("rawtypes")
public class OpenTriangleClustering... | 2,066 | 0.674734 | 0.670862 | 80 | 24.8125 | 19.788944 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.325 | false | false | 10 |
20de7bd2fe2957e252ecf355981d817efbcc68d4 | 6,949,257,094,320 | 243a6b3d60a87b16e1fbd69dc0a42d67dcacecce | /src/main/java/com/ydy/application/service/department/impl/DepartmentsDataServiceImpl.java | b4f938fde28d6e578b4e736601af6b8932f4ee5e | [] | no_license | xmxm666/ydy_departments | https://github.com/xmxm666/ydy_departments | 74beae497871332f1c6b3567bd9514ee85e32bf8 | 7ce8322a3266d24f17c00e2b909f3ffab06bc94d | refs/heads/master | 2022-07-06T13:40:45.026000 | 2020-01-03T07:40:48 | 2020-01-03T07:40:48 | 223,894,816 | 0 | 0 | null | false | 2022-06-29T17:48:15 | 2019-11-25T08:10:16 | 2020-01-03T07:41:03 | 2022-06-29T17:48:12 | 209 | 0 | 0 | 5 | Java | false | false | package com.ydy.application.service.department.impl;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import com.farsunset.cim.sdk.server.model.Message;
import com.ydy.application.cim.push.DefaultMessagePusher;
import com.ydy.application.dto.department.Dep... | UTF-8 | Java | 7,682 | java | DepartmentsDataServiceImpl.java | Java | [
{
"context": ";\n\n/**\n * <p>\n * 历史数据表 服务实现类\n * </p>\n *\n * @author zqx123\n * @since 2019-12-13\n */\n@Service\npublic class De",
"end": 1305,
"score": 0.9995363354682922,
"start": 1299,
"tag": "USERNAME",
"value": "zqx123"
}
] | null | [] | package com.ydy.application.service.department.impl;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import com.farsunset.cim.sdk.server.model.Message;
import com.ydy.application.cim.push.DefaultMessagePusher;
import com.ydy.application.dto.department.Dep... | 7,682 | 0.628429 | 0.616998 | 192 | 37.729168 | 30.287333 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 10 |
967c9afc65d2cfd7b4444cfa2fc5425286095c0b | 25,245,817,815,583 | 1b7dc0e13a87041c411c6bcdc49dbc508b017a42 | /app/src/main/java/ar/edu/itba/mygymapp/ui/scheduler/NotifyHandlerReceiver.java | f55793f98522f2820f38a7007b8bea3f2045c20a | [] | no_license | daguichi/MyGymApp | https://github.com/daguichi/MyGymApp | 89e8cc75bd37c69d8155dcc4a200b4bc34942d1c | ae980bf7b1e87b664ccab0bbe127c3110ca1b6b1 | refs/heads/main | 2023-09-02T01:38:08.009000 | 2021-12-13T15:17:01 | 2021-12-13T15:17:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.edu.itba.mygymapp.ui.scheduler;
import android.app.PendingIntent;
import android.content.Context;
import androidx.core.app.NotificationCompat;
import android.content.Intent;
import android.net.Uri;
import android.content.BroadcastReceiver;
import androidx.core.app.TaskStackBuilder;
import ar.edu.itba.mygymap... | UTF-8 | Java | 2,050 | java | NotifyHandlerReceiver.java | Java | [] | null | [] | package ar.edu.itba.mygymapp.ui.scheduler;
import android.app.PendingIntent;
import android.content.Context;
import androidx.core.app.NotificationCompat;
import android.content.Intent;
import android.net.Uri;
import android.content.BroadcastReceiver;
import androidx.core.app.TaskStackBuilder;
import ar.edu.itba.mygymap... | 2,050 | 0.726829 | 0.724878 | 39 | 51.589745 | 28.069254 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794872 | false | false | 10 |
ec25a7f291177b4bbe166a28448b5c38828f439c | 858,993,513,953 | 531d198ef449e108b07329f160ec31fe67f87e93 | /src/_02_sea_creature/Junit.java | add64fd74fb0f94f89c2df9e80ba20908da69afc | [] | no_license | League-Level1-Student/level1-module2-aryanmshah | https://github.com/League-Level1-Student/level1-module2-aryanmshah | 3dd4779553c14b671ae2b2951ddefe6e2d5205e3 | 84e87e52623ffa171b3536870c70865ef9f8232c | refs/heads/master | 2020-03-27T21:15:33.673000 | 2019-06-15T18:32:10 | 2019-06-15T18:32:10 | 147,128,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package _02_sea_creature;
public class Junit {
}
| UTF-8 | Java | 53 | java | Junit.java | Java | [] | null | [] | package _02_sea_creature;
public class Junit {
}
| 53 | 0.679245 | 0.641509 | 5 | 9.2 | 10.979981 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 10 |
dd36f3e153f600e2f5cc68aff21e6b27212d6344 | 17,360,257,817,621 | 24ee0a70766192fa34a1914d8e47f01b1488da2a | /src/main/java/be/vdab/personeel/services/WerknemerService.java | 38845c7fbbf833a118f4b012f250ab4fe95ba927 | [] | no_license | matthiasghys/springadvancedtest | https://github.com/matthiasghys/springadvancedtest | 8f70d40e13259bcc99cb7fabb70243e942226018 | dd6dd6560862e7fae5575aa2f4c1fb4b1ec6ee8e | refs/heads/master | 2020-07-11T05:30:39.823000 | 2019-08-27T13:43:28 | 2019-08-27T13:43:28 | 204,456,832 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.vdab.personeel.services;
import be.vdab.personeel.domain.Werknemer;
import java.math.BigDecimal;
import java.util.List;
import java.util.Optional;
public interface WerknemerService {
Werknemer findByChefIsNull();
List<Werknemer> findAll();
List<Werknemer> findByChef(long id);
Werknemer fin... | UTF-8 | Java | 384 | java | WerknemerService.java | Java | [] | null | [] | package be.vdab.personeel.services;
import be.vdab.personeel.domain.Werknemer;
import java.math.BigDecimal;
import java.util.List;
import java.util.Optional;
public interface WerknemerService {
Werknemer findByChefIsNull();
List<Werknemer> findAll();
List<Werknemer> findByChef(long id);
Werknemer fin... | 384 | 0.765625 | 0.765625 | 15 | 24.6 | 15.747169 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 10 |
e0ba00fd97a63d9c89c76b6971eb0875482e3229 | 4,346,506,917,422 | 0cd02cd8df3c82cc4d389786a68858c27910adad | /microservice-structure/src/main/java/sn/codeart/msa/service/impl/UniteRechercheServiceImpl.java | d83457f6fcfa4a6421e0a96f0ee6aa1498347445 | [] | no_license | Junior300895/plateforme-recherche | https://github.com/Junior300895/plateforme-recherche | e4032e958d1dc5d58e0c4ab9b9e6a08792267a50 | 29f03512fcff3aa43f3c6297a89da62019d8b635 | refs/heads/master | 2021-06-25T18:32:56.112000 | 2020-02-23T12:52:27 | 2020-02-23T12:52:27 | 218,409,114 | 0 | 0 | null | false | 2020-10-13T17:05:11 | 2019-10-30T00:22:45 | 2020-03-08T12:10:49 | 2020-10-13T17:05:10 | 483 | 0 | 0 | 2 | Java | false | false | package sn.codeart.msa.service.impl;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import sn.codeart.msa.dao.ResponsableRepository;
i... | UTF-8 | Java | 4,340 | java | UniteRechercheServiceImpl.java | Java | [] | null | [] | package sn.codeart.msa.service.impl;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import sn.codeart.msa.dao.ResponsableRepository;
i... | 4,340 | 0.71682 | 0.714516 | 102 | 41.549019 | 29.392418 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54902 | false | false | 10 |
3c26ae5a425225fc0b4d7597dee89088f1c39fda | 10,711,648,458,322 | dbeaa0254547e4692aad950b2f32c8385bac5e48 | /src/main/java/com/getjavajob/training/algo/init/shestakovas/TaskCh12N024Test.java | f25adb0753a464d5cfed88e0da25cae965babd91 | [] | no_license | lanamagnifico/algo-init | https://github.com/lanamagnifico/algo-init | 56a4c1b0f5aa94ce3aec36e8cb6e5841eaf76e25 | b4fa478193479d1b7af375e1c22699f4a0237482 | refs/heads/master | 2016-08-10T01:11:03.679000 | 2016-03-03T17:47:54 | 2016-03-03T17:47:54 | 50,936,651 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.getjavajob.training.algo.init.shestakovas;
import static com.getjavajob.training.algo.init.shestakovas.TaskCh12N024.*;
import static com.getjavajob.training.algo.util.Assert.assertEquals;
/**
* Created by shestakova_ss on 24.02.2016.
*/
public class TaskCh12N024Test {
public static void main(String[... | UTF-8 | Java | 1,187 | java | TaskCh12N024Test.java | Java | [
{
"context": ".algo.util.Assert.assertEquals;\n\n/**\n * Created by shestakova_ss on 24.02.2016.\n */\npublic class TaskCh12N024Test ",
"end": 233,
"score": 0.9996364116668701,
"start": 220,
"tag": "USERNAME",
"value": "shestakova_ss"
}
] | null | [] | package com.getjavajob.training.algo.init.shestakovas;
import static com.getjavajob.training.algo.init.shestakovas.TaskCh12N024.*;
import static com.getjavajob.training.algo.util.Assert.assertEquals;
/**
* Created by shestakova_ss on 24.02.2016.
*/
public class TaskCh12N024Test {
public static void main(String[... | 1,187 | 0.458298 | 0.352148 | 43 | 26.581396 | 21.139881 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 10 |
31a896e90b99e70cd96e40a0dfd9f894ce9d6ac8 | 1,864,015,817,952 | 6c5d60b32218e9d84cb881df6edf4fe383862921 | /src/main/java/com/vncdigital/vpulse/pharmacist/service/SalesReturnService.java | 5189fca1c3ec360f39877f498720963c051bfcd2 | [] | no_license | kumarisk/devops | https://github.com/kumarisk/devops | e332479b9a6d85f9adf6d8c9a778e77533a09c91 | 29cde1da39350359f5155be8ef4717d23beded43 | refs/heads/master | 2020-05-05T03:07:31.691000 | 2019-04-05T10:32:17 | 2019-04-05T10:32:17 | 179,661,828 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vncdigital.vpulse.pharmacist.service;
import java.security.Principal;
import java.util.List;
import com.vncdigital.vpulse.pharmacist.model.SalesPaymentPdf;
import com.vncdigital.vpulse.pharmacist.model.SalesReturn;
public interface SalesReturnService
{
String getNextReturnSaleNo();
String getNextR... | UTF-8 | Java | 525 | java | SalesReturnService.java | Java | [] | null | [] | package com.vncdigital.vpulse.pharmacist.service;
import java.security.Principal;
import java.util.List;
import com.vncdigital.vpulse.pharmacist.model.SalesPaymentPdf;
import com.vncdigital.vpulse.pharmacist.model.SalesReturn;
public interface SalesReturnService
{
String getNextReturnSaleNo();
String getNextR... | 525 | 0.817143 | 0.817143 | 25 | 20 | 24.197521 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 10 |
d517f9a28c0354e92cdcd55157e3b45bb6a1802a | 19,636,590,521,973 | 9810e15da09c6c29b0cf2906274467db94f62c4f | /src/main/java/com/eoms/controller/LoginController.java | 38b734ef2963df2e078912280f3832ad661ea8f5 | [] | no_license | lzj1995822/eoms-parent | https://github.com/lzj1995822/eoms-parent | 7507d1ba899ae66f7e2f1e80f332ca4c8251a5a3 | f0f7cd96712cab0e306bc26745ce5a23aeda27e0 | refs/heads/master | 2020-03-09T09:23:53.117000 | 2018-05-22T16:06:22 | 2018-05-22T16:06:22 | 128,712,005 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eoms.controller;
import com.eoms.domain.User;
import com.eoms.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.ann... | UTF-8 | Java | 760 | java | LoginController.java | Java | [] | null | [] | package com.eoms.controller;
import com.eoms.domain.User;
import com.eoms.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.ann... | 760 | 0.775 | 0.775 | 23 | 32.04348 | 28.381681 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 10 |
073a55a4f012fa0bcaa7a18f79f82b6a0eb9811d | 20,796,231,691,075 | b1df6c5ee3ede13e500d4f2b7a337817715266d0 | /app/src/main/java/com/elsawaf/thebrilliant/a3smovies/MainActivity.java | 4a236f2b1c4532b91e9c440b204a0d7edc8a1c05 | [] | no_license | elsawaf/3SMovies-V2 | https://github.com/elsawaf/3SMovies-V2 | 37661fae26ccf58fd310288e98d86e1c914c9114 | bc7f8e67d631455240ebd2d0f7f42506a0ac86a4 | refs/heads/master | 2020-03-10T18:50:03.220000 | 2018-05-07T06:31:59 | 2018-05-07T06:31:59 | 129,534,950 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.elsawaf.thebrilliant.a3smovies;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.os.Parcelable;
import android.support.annotation.NonNull;
import android.support.v4.app.LoaderManager;
import android.support.v4.content.Loader;
import android.support.v7.... | UTF-8 | Java | 8,307 | java | MainActivity.java | Java | [] | null | [] | package com.elsawaf.thebrilliant.a3smovies;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.os.Parcelable;
import android.support.annotation.NonNull;
import android.support.v4.app.LoaderManager;
import android.support.v4.content.Loader;
import android.support.v7.... | 8,307 | 0.648489 | 0.644998 | 228 | 35.434212 | 25.957794 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609649 | false | false | 10 |
7ef7c71d63309a7a24b303c4ad667496c8d8fe27 | 17,600,776,029,547 | fe1c1842cb5cde1d869c9c881de6c6cc6746d57f | /backend/src/main/java/com/backend/repository/UserRepository.java | c07ce4ecf2064b707145afa9e5b5dbf81367c3ce | [] | no_license | ErwanDerrien/PremierProjetVeille | https://github.com/ErwanDerrien/PremierProjetVeille | 847d1503a3bd891d1f9b7daf6c7054781d7fb25c | 668b0d03d1d148517b50a839637190728ec3a09e | refs/heads/main | 2023-08-21T11:12:31.595000 | 2021-10-05T20:22:18 | 2021-10-05T20:22:18 | 400,340,402 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.backend.repository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.backend.model.User;
import software.amazon.awssdk.enhanced.dynamodb.DynamoDbEnhancedClient;
import software.amazon.awssdk.enhanced.dynamodb.DynamoDbTable;
import ... | UTF-8 | Java | 1,617 | java | UserRepository.java | Java | [] | null | [] | package com.backend.repository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.backend.model.User;
import software.amazon.awssdk.enhanced.dynamodb.DynamoDbEnhancedClient;
import software.amazon.awssdk.enhanced.dynamodb.DynamoDbTable;
import ... | 1,617 | 0.734694 | 0.734694 | 48 | 32.6875 | 28.11076 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395833 | false | false | 10 |
7b31ca5b95d5488294be50a84e88acf7b28b8855 | 15,161,234,568,582 | 632ccea1eb5766450a4b00d2ce601a43c7d6564c | /Documents/NetBeansProjects/SistemaOtica2/src/java/model/Tipopagto.java | 6d5cc4e8fb1330cdb202994b0b4ada06621d5b99 | [] | no_license | godah/Sistema-Otica | https://github.com/godah/Sistema-Otica | 19347d461b73de7fc854f437709bd5903b89b904 | a45f52ab0529d0968ec9637faa22c9e01c95e998 | HEAD | 2019-07-09T05:11:52.488000 | 2017-08-30T19:02:15 | 2017-08-30T19:02:15 | 90,025,771 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package model;
import java.io.Serializable;
import java.util.Collection;
import javax.persistence.Basic;
import javax.persis... | UTF-8 | Java | 3,269 | java | Tipopagto.java | Java | [
{
"context": "nd.annotation.XmlTransient;\r\n\r\n/**\r\n *\r\n * @author luciano\r\n */\r\n@Entity\r\n@Table(name = \"tipopagto\")\r\n@XmlRo",
"end": 840,
"score": 0.8562043309211731,
"start": 833,
"tag": "USERNAME",
"value": "luciano"
}
] | 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 model;
import java.io.Serializable;
import java.util.Collection;
import javax.persistence.Basic;
import javax.persis... | 3,269 | 0.667176 | 0.665647 | 107 | 28.551401 | 27.622704 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439252 | false | false | 10 |
4b8869617ba4dea2565bf1a4377a666a358078c8 | 19,894,288,547,287 | 178e178b98a834d0dfdb678f4543e8a6647ebeaa | /app/src/main/java/com/mksoftware/android/sound/MainActivity.java | 19ecdb4241e21ae285d03697591bf4e7edb8ad53 | [] | no_license | mauriciokotogian/sounds | https://github.com/mauriciokotogian/sounds | 6fef075a4b00c3b1da4a4ccec4f6a42fe3d755bc | 233f9f8ecd83abcb5678bcc5509678985e42106d | refs/heads/master | 2020-07-04T09:55:19.416000 | 2019-08-14T01:17:48 | 2019-08-14T01:17:48 | 202,248,201 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mksoftware.android.sound;
import android.media.AudioManager;
import android.media.SoundPool;
import android.os.Build;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
... | UTF-8 | Java | 1,512 | java | MainActivity.java | Java | [] | null | [] | package com.mksoftware.android.sound;
import android.media.AudioManager;
import android.media.SoundPool;
import android.os.Build;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
... | 1,512 | 0.628307 | 0.618386 | 65 | 22.261538 | 21.381716 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.523077 | false | false | 10 |
d0230fb8de390d5bdfc7f0783683bd7d9214b017 | 5,480,378,287,247 | 03b13078540da652ef7b32b83bfca43cb5fa0961 | /src/main/java/com/revature/smp/beans/MessageCache.java | 027eb850f697826fead4a6c1c7d522d6c21f847b | [] | no_license | revaturelabs/Staging-Messaging-Portal | https://github.com/revaturelabs/Staging-Messaging-Portal | a8ceebfb0636e7570a604e1b66da18c102f08f69 | c0c8a3759879e4dc5543097165e612133e69d9ce | refs/heads/master | 2021-01-22T19:40:46.499000 | 2017-10-27T19:20:32 | 2017-10-27T19:20:32 | 100,716,525 | 3 | 1 | null | false | 2017-11-06T21:31:33 | 2017-08-18T13:49:59 | 2017-11-03T17:30:57 | 2017-11-06T21:31:33 | 10,185 | 1 | 4 | 9 | Java | false | null | package com.revature.smp.beans;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Lob;
import javax.persistence.SequenceGenerator;
import... | UTF-8 | Java | 1,881 | java | MessageCache.java | Java | [] | null | [] | package com.revature.smp.beans;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Lob;
import javax.persistence.SequenceGenerator;
import... | 1,881 | 0.737374 | 0.726741 | 88 | 20.375 | 21.757084 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 10 |
51dbb5d60ed1f5f7ecaf7e68897a5666c10e4f22 | 9,706,626,156,572 | 26fc4c7c72189119d42aa1eb3a76e91c2d6d3b4f | /src/main/java/com/cakeworld/main/BillRepository.java | e3c179bd48eb35ed531c9ea99ecbe8ea7da3ff0b | [] | no_license | cricketmohit/BakeWorld | https://github.com/cricketmohit/BakeWorld | 6d0b060c5b9c79950b1c3e5215c6fc96bde987bf | 25d888124648e817553af881ef2301753c28bc09 | refs/heads/master | 2020-04-10T19:46:02.088000 | 2019-04-22T23:21:32 | 2019-04-22T23:21:32 | 161,246,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cakeworld.main;
import org.springframework.data.repository.CrudRepository;
import com.cakeworld.model.Bill;
public interface BillRepository extends CrudRepository<Bill, Integer> {
} | UTF-8 | Java | 200 | java | BillRepository.java | Java | [] | null | [] | package com.cakeworld.main;
import org.springframework.data.repository.CrudRepository;
import com.cakeworld.model.Bill;
public interface BillRepository extends CrudRepository<Bill, Integer> {
} | 200 | 0.815 | 0.815 | 10 | 19.1 | 25.520384 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 10 |
bc2e2da2b71cfad00462441745f79acfa22ddbd7 | 29,188,597,757,936 | 0f024aae65124050cd12f12f87a8e71be93c1032 | /service/src/main/java/com/mifinity/demo/service/adapter/repository/UserDaoImpl.java | bb14179353341044af6a10ecc083e9282670a119 | [] | no_license | ryan13mt/MDemo | https://github.com/ryan13mt/MDemo | 411244bcaf86c8e964b398383a211b948f336fe3 | e816dd377107c3950449a0039afa8526c2f0e09e | refs/heads/master | 2020-05-15T11:27:24.397000 | 2019-05-27T15:50:07 | 2019-05-27T15:50:07 | 182,227,560 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mifinity.demo.service.adapter.repository;
import com.mifinity.demo.service.domain.models.User;
import com.mifinity.demo.service.port.UserDao;
import javax.persistence.EntityNotFoundException;
import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component... | UTF-8 | Java | 1,083 | java | UserDaoImpl.java | Java | [] | null | [] | package com.mifinity.demo.service.adapter.repository;
import com.mifinity.demo.service.domain.models.User;
import com.mifinity.demo.service.port.UserDao;
import javax.persistence.EntityNotFoundException;
import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Component... | 1,083 | 0.752539 | 0.749769 | 33 | 31.818182 | 33.181278 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424242 | false | false | 10 |
ed1f1e52de560cbe9514c3c7aee8406f1ae6fd9c | 4,569,845,238,076 | a7daaffcb50c378ca0a65aa21860cb7c22b3edd5 | /src/DAO/LaboDAO.java | 4e062e732c60fc641ab4c1a210b91800dc5e568b | [
"Apache-2.0"
] | permissive | Misames/PharmaEurope | https://github.com/Misames/PharmaEurope | d220c179d5801cca6d9a37b1325a14fa3de91c17 | 5b1d319a0222a5a0cda29eb8d8bb4983d9cb5a2b | refs/heads/master | 2022-04-12T04:50:04.355000 | 2020-04-03T17:17:54 | 2020-04-03T17:17:54 | 247,958,931 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DAO;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import LesClasses.Labo;
/**
* LaboDAO
*/
public class LaboDAO {
private Connection connexion = null;
private Statement stmt = null;
private ResultSet... | UTF-8 | Java | 1,084 | java | LaboDAO.java | Java | [] | null | [] | package DAO;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import LesClasses.Labo;
/**
* LaboDAO
*/
public class LaboDAO {
private Connection connexion = null;
private Statement stmt = null;
private ResultSet... | 1,084 | 0.590406 | 0.590406 | 44 | 23.65909 | 18.219549 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568182 | false | false | 10 |
7cf47fef7b8a1518ea237c01528d1fa07555ef04 | 19,997,367,764,927 | ea0f2064403654563ce6d206209b65efebf8cd6d | /app/src/main/java/com/apurba/jetpackcomponentnew/withoutDataBinding/ListAdapter.java | dbd52859c3cca8abbd72bd00a1614c577353d1c0 | [] | no_license | Apurba000Biswas/JetPackComponentNew | https://github.com/Apurba000Biswas/JetPackComponentNew | 98b7e2a911e4754256eefff2784937c770a8cec4 | ee1dc8195ffc70b1ff668795725592239bb8ba12 | refs/heads/master | 2023-03-23T23:07:04.881000 | 2021-03-13T19:02:47 | 2021-03-13T19:02:47 | 345,779,206 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.apurba.jetpackcomponentnew.withoutDataBinding;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
import java.util.List;
public class ListAdapter extends RecyclerView.Adapter < RecyclerView.ViewHolder > {
... | UTF-8 | Java | 2,193 | java | ListAdapter.java | Java | [
{
"context": "dd(new ItemModelTwo(\"JetPack & Generics \" + i, \"By Apurba Biswas\",\n \"https://www.lep.co.uk/imag",
"end": 873,
"score": 0.9992678165435791,
"start": 860,
"tag": "NAME",
"value": "Apurba Biswas"
}
] | null | [] | package com.apurba.jetpackcomponentnew.withoutDataBinding;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import java.util.ArrayList;
import java.util.List;
public class ListAdapter extends RecyclerView.Adapter < RecyclerView.ViewHolder > {
... | 2,186 | 0.660283 | 0.640219 | 63 | 33.809525 | 36.683483 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507937 | false | false | 10 |
5adfad93bdc1ba7afcac5a69c612e495d30cdd48 | 19,997,367,764,342 | 2659f2445edc7fcb19cc363779887d01bcb453e5 | /src/club/veev/hello/nutz/MainSetup.java | 9ed269203409148d023c0a507e60149758d21563 | [] | no_license | veev520/HelloVeev | https://github.com/veev520/HelloVeev | 75d925c28ca21ca4b6c7498937020a992c041c7a | 7c40def20cb39dbb0e17818f39a5334dd85d259a | refs/heads/master | 2021-01-23T00:16:06.731000 | 2017-05-22T09:25:29 | 2017-05-22T09:25:29 | 85,712,393 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package club.veev.hello.nutz;
import club.veev.hello.server.Log;
import org.nutz.dao.Dao;
import org.nutz.dao.util.Daos;
import org.nutz.ioc.Ioc;
import org.nutz.mvc.NutConfig;
import org.nutz.mvc.Setup;
/**
* Created by Veev on 2017/3/21
*/
public class MainSetup implements Setup {
@Override
public void i... | UTF-8 | Java | 731 | java | MainSetup.java | Java | [
{
"context": "fig;\nimport org.nutz.mvc.Setup;\n\n/**\n * Created by Veev on 2017/3/21\n */\npublic class MainSetup implement",
"end": 228,
"score": 0.9983119964599609,
"start": 224,
"tag": "USERNAME",
"value": "Veev"
}
] | null | [] | package club.veev.hello.nutz;
import club.veev.hello.server.Log;
import org.nutz.dao.Dao;
import org.nutz.dao.util.Daos;
import org.nutz.ioc.Ioc;
import org.nutz.mvc.NutConfig;
import org.nutz.mvc.Setup;
/**
* Created by Veev on 2017/3/21
*/
public class MainSetup implements Setup {
@Override
public void i... | 731 | 0.656489 | 0.645802 | 29 | 21.586206 | 18.00099 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 10 |
65f92b63d02d0ce554903f79ac99d6cdca1629c1 | 24,756,191,504,558 | 2dd0ea0fa53c7444d2480f020ddf347b8cb98d98 | /src/main/java/org/joefitzgerald/gameoflife/model/World.java | df2b36c5e73e50736af243c25d2174a0cc20511a | [
"Apache-2.0"
] | permissive | joefitzgerald/gameoflife-java | https://github.com/joefitzgerald/gameoflife-java | 0500d96345382a9e0ad06002def935e55034bed4 | d5a005f1baee553576cbeeb99ec392f1465b42c9 | refs/heads/master | 2016-08-05T16:43:39.915000 | 2013-08-05T14:18:58 | 2013-08-05T14:18:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.joefitzgerald.gameoflife.model;
import com.google.common.collect.HashBasedTable;
import com.google.common.collect.Table;
/**
* A Game of Life world implementation (http://en.wikipedia.org/wiki/Conway's_Game_of_Life).
*/
public class World {
private Table<Integer, Integer, Boolean> world;
privat... | UTF-8 | Java | 4,436 | java | World.java | Java | [] | null | [] | package org.joefitzgerald.gameoflife.model;
import com.google.common.collect.HashBasedTable;
import com.google.common.collect.Table;
/**
* A Game of Life world implementation (http://en.wikipedia.org/wiki/Conway's_Game_of_Life).
*/
public class World {
private Table<Integer, Integer, Boolean> world;
privat... | 4,436 | 0.577773 | 0.57349 | 138 | 31.144928 | 28.643879 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 10 |
e0c103bfb060c6cc7c952245ecd3831ff69cbb0f | 29,420,526,044,064 | a0258d2a6147a68a6fe47abd392c6db5d18ab0b6 | /src/main/java/kps/model/BilesikKutukModel.java | cb757917d1df5aa5a63ebe8548dec23cac46bf07 | [] | no_license | ramazancesur/NufusKPSServisi | https://github.com/ramazancesur/NufusKPSServisi | 795e1825d0a55368dbfc0a6209ac48b3356414b9 | b8b5c91e32310ccd10528cad31d16a999dd381ed | refs/heads/master | 2021-01-20T06:32:51.979000 | 2017-08-26T18:53:06 | 2017-08-26T18:53:06 | 101,504,483 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kps.model;
/**
* Created by ramazancesur on 26.08.2017.
*/
public class BilesikKutukModel extends BaseModel {
private long kimlikNo;
private long tcKimlikNo;
private String ad;
private String soyad;
private TarihModel dogumTarih;
private long cuzdanTcKimlikNo;
private String cuzd... | UTF-8 | Java | 7,910 | java | BilesikKutukModel.java | Java | [
{
"context": "package kps.model;\n\n/**\n * Created by ramazancesur on 26.08.2017.\n */\npublic class BilesikKutukModel",
"end": 50,
"score": 0.9979864358901978,
"start": 38,
"tag": "USERNAME",
"value": "ramazancesur"
}
] | null | [] | package kps.model;
/**
* Created by ramazancesur on 26.08.2017.
*/
public class BilesikKutukModel extends BaseModel {
private long kimlikNo;
private long tcKimlikNo;
private String ad;
private String soyad;
private TarihModel dogumTarih;
private long cuzdanTcKimlikNo;
private String cuzd... | 7,910 | 0.602276 | 0.601264 | 322 | 23.565218 | 20.517159 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375776 | false | false | 10 |
d28eb5cb14a2ad536c580c465f2f166ffae905ee | 9,680,856,354,597 | 185461a4e1e647918ba491742e27d617072108fd | /JasperReporter/src/main/java/mx/edu/itt/report/template/package-info.java | 4ee9bc8cfdc098eb255bab9e7385b78d31ae7fec | [] | no_license | haxdai/JavaFXExampleApp | https://github.com/haxdai/JavaFXExampleApp | a8a97421754ef1673c565c0522de4083cc0eaab7 | 77f13f3166ffd4037b08db9e8caf706681a95659 | refs/heads/master | 2020-04-07T22:27:20.729000 | 2018-11-30T16:24:44 | 2018-11-30T16:24:44 | 158,770,970 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
/**
* @author hasdai
*
*/
package mx.edu.itt.report.template; | UTF-8 | Java | 76 | java | package-info.java | Java | [
{
"context": "/**\n * \n */\n/**\n * @author hasdai\n *\n */\npackage mx.edu.itt.report.template;",
"end": 33,
"score": 0.91245436668396,
"start": 27,
"tag": "USERNAME",
"value": "hasdai"
}
] | null | [] | /**
*
*/
/**
* @author hasdai
*
*/
package mx.edu.itt.report.template; | 76 | 0.539474 | 0.539474 | 8 | 8.625 | 10.99929 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.125 | false | false | 10 |
cce690251c7701cce8ef4f87eec6b389a62ad36a | 29,222,957,520,714 | 19609a86e23d73b9e6ab16b915237339b46f0b41 | /src/main/java/edu/luc/comp473/facilityMan/business/entities/maintenance/Maintenance.java | 95dc22cb2081760ca9b42b8848855e928945fe46 | [] | no_license | uuganbold/facilityMan | https://github.com/uuganbold/facilityMan | 110616f0455eb8b1af6e5c0c0b4ba173c4b09b50 | cd0431fb1b47887927b908611a2faa796402b199 | refs/heads/master | 2021-01-04T22:50:37.658000 | 2020-04-26T05:23:39 | 2020-04-26T05:23:39 | 240,784,130 | 0 | 2 | null | false | 2020-03-22T19:59:29 | 2020-02-15T20:35:19 | 2020-03-17T00:38:04 | 2020-03-22T19:59:29 | 64,704 | 0 | 1 | 7 | Java | false | false | package edu.luc.comp473.facilityMan.business.entities.maintenance;
import edu.luc.comp473.facilityMan.business.entities.facility.Facility;
import edu.luc.comp473.facilityMan.business.entities.util.Schedule;
import edu.luc.comp473.facilityMan.business.entities.util.Status;
import java.util.ArrayList;
import java.util.... | UTF-8 | Java | 2,147 | java | Maintenance.java | Java | [] | null | [] | package edu.luc.comp473.facilityMan.business.entities.maintenance;
import edu.luc.comp473.facilityMan.business.entities.facility.Facility;
import edu.luc.comp473.facilityMan.business.entities.util.Schedule;
import edu.luc.comp473.facilityMan.business.entities.util.Status;
import java.util.ArrayList;
import java.util.... | 2,147 | 0.644155 | 0.638565 | 82 | 25.182926 | 25.144037 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451219 | false | false | 10 |
9d0bff3f733c04025cbc0029390fe73e388d687f | 19,473,381,772,417 | 9366b3734ccf5db3108ec3ef745d0beb717f822c | /src/org/franken/util/Fibonacci.java | 0000120f3ef60ec236e064d05eb6be2f8b55095d | [] | no_license | frankenliu/JavaUtil | https://github.com/frankenliu/JavaUtil | fb834f091df129a5ce5dac23b09332b3510dc0f8 | 820b4e5b1f130d3d7e686309ce445f3af44bcc04 | refs/heads/master | 2016-09-08T06:11:07.435000 | 2015-05-12T12:39:47 | 2015-05-12T12:39:47 | 24,227,778 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.franken.util;
/**
* 此类题经常在笔试,面试中考到
* <p>斐波那契数列</p>
* @author liujz
* @version $Id: Fibonacci.java 2013-9-2 下午4:46:26 liujz $
*/
public class Fibonacci {
/**
* @param args
*/
public static void main(String[] args) {
// TODO 方法并没有实现
Fibonacci fi=new Fibonacci();
... | UTF-8 | Java | 1,231 | java | Fibonacci.java | Java | [
{
"context": "\n/**\n * 此类题经常在笔试,面试中考到\n * <p>斐波那契数列</p>\n * @author liujz\n * @version $Id: Fibonacci.java 2013-9-2 下午4:46:2",
"end": 82,
"score": 0.9994799494743347,
"start": 77,
"tag": "USERNAME",
"value": "liujz"
}
] | null | [] | package org.franken.util;
/**
* 此类题经常在笔试,面试中考到
* <p>斐波那契数列</p>
* @author liujz
* @version $Id: Fibonacci.java 2013-9-2 下午4:46:26 liujz $
*/
public class Fibonacci {
/**
* @param args
*/
public static void main(String[] args) {
// TODO 方法并没有实现
Fibonacci fi=new Fibonacci();
... | 1,231 | 0.434291 | 0.408181 | 61 | 17.836065 | 12.98698 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409836 | false | false | 10 |
eb347e9df23b673ea1a0e1d123b2dccffc42e9c8 | 21,122,649,227,923 | de98389170da1df44ab151d639d9acc323345fcf | /core/src/com/dannnyxz/cga/math/Vec4.java | 652db7e9ab579bdfe31099795d86c8707238288d | [] | no_license | DannnYXZ/cga | https://github.com/DannnYXZ/cga | 1ce9baf69c0b836f1a031853e5018be7c80c54f9 | 030b368a0b97cbf0a4028c8bbea78495f54fe8fa | refs/heads/master | 2022-12-20T13:29:19.457000 | 2020-09-30T01:49:09 | 2020-09-30T01:49:09 | 292,694,365 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dannnyxz.cga.math;
import static java.lang.Math.sqrt;
public class Vec4 {
public float x;
public float y;
public float z;
public float w;
public Vec4() {
}
public Vec4(float x, float y, float z, float w) {
this.x = x;
this.y = y;
this.z = z;
this.w = w;
}
public Vec4(... | UTF-8 | Java | 1,747 | java | Vec4.java | Java | [] | null | [] | package com.dannnyxz.cga.math;
import static java.lang.Math.sqrt;
public class Vec4 {
public float x;
public float y;
public float z;
public float w;
public Vec4() {
}
public Vec4(float x, float y, float z, float w) {
this.x = x;
this.y = y;
this.z = z;
this.w = w;
}
public Vec4(... | 1,747 | 0.440756 | 0.408128 | 100 | 16.469999 | 16.967295 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 10 |
8dd0661457f85a1b628f15a0741af1dd49180d2f | 4,913,442,594,062 | 96dabd0bcd6f8a6a6fa6700881a0222a253dfd3b | /src/main/java/org/cyclops/cyclopscore/config/IChangedCallback.java | a4e015cf619b4c53c77b38479986e8d52959098c | [
"MIT"
] | permissive | loordgek/CyclopsCore | https://github.com/loordgek/CyclopsCore | 1c4e90a174e06978da451cb1502e73014789dedc | 2ed616b79a3005311dc770e94b59fa98849b6730 | refs/heads/master-1.12 | 2021-05-07T01:36:38.675000 | 2017-12-19T18:12:35 | 2017-12-19T18:12:35 | 110,380,663 | 0 | 0 | null | true | 2017-11-11T21:12:10 | 2017-11-11T21:12:10 | 2017-11-01T20:14:47 | 2017-11-11T07:36:19 | 1,344 | 0 | 0 | 0 | null | false | null | package org.cyclops.cyclopscore.config;
/**
* A callback for when a {@link ConfigurableProperty} has been changed.
* Classes implementing this interface can be given to {@link ConfigurableProperty}
* as a {@link ConfigurableProperty#changedCallback()} field. When that is done, the
* given class MUST have a defaul... | UTF-8 | Java | 702 | java | IChangedCallback.java | Java | [
{
"context": "MUST have a default public constructor.\n * @author rubensworks\n *\n */\npublic interface IChangedCallback {\n\n\t/**\n",
"end": 364,
"score": 0.9989197254180908,
"start": 353,
"tag": "USERNAME",
"value": "rubensworks"
}
] | null | [] | package org.cyclops.cyclopscore.config;
/**
* A callback for when a {@link ConfigurableProperty} has been changed.
* Classes implementing this interface can be given to {@link ConfigurableProperty}
* as a {@link ConfigurableProperty#changedCallback()} field. When that is done, the
* given class MUST have a defaul... | 702 | 0.732194 | 0.732194 | 26 | 26 | 27.197285 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.615385 | false | false | 10 |
744f8caa4646d7f9e15191d0348053d7928d9a6c | 6,158,983,109,319 | 8d20d875cedd14ba127031efa40f9bda8f7d2495 | /src/com/tencent/mm/protocal/b/p.java | e35f6dc391cb2cdc1c11a44a359312f7f7245dc7 | [] | no_license | Gruop5/com.tencent.mm | https://github.com/Gruop5/com.tencent.mm | ab491f841daa8f5bee63b117412218b0bf18c894 | 43f057359bee12c5d52fa17e2e94b3772da5d94d | refs/heads/master | 2017-04-29T22:11:10.295000 | 2016-03-19T21:04:27 | 2016-03-19T21:04:27 | 62,294,225 | 0 | 0 | null | true | 2016-06-30T08:34:48 | 2016-06-30T08:34:46 | 2016-06-27T23:57:08 | 2016-03-19T21:07:01 | 74,626 | 0 | 0 | 0 | null | null | null | package com.tencent.mm.protocal.b;
import java.util.LinkedList;
public final class p
extends ali
{
public int asc;
public String bssid;
public String cbR;
public int cbU;
public String iWE;
public long iWF;
public x iWG;
public int iWH;
public String ssid;
protected final int a(int paramInt, ... | UTF-8 | Java | 4,388 | java | p.java | Java | [] | null | [] | package com.tencent.mm.protocal.b;
import java.util.LinkedList;
public final class p
extends ali
{
public int asc;
public String bssid;
public String cbR;
public int cbU;
public String iWE;
public long iWF;
public x iWG;
public int iWH;
public String ssid;
protected final int a(int paramInt, ... | 4,388 | 0.481313 | 0.460119 | 164 | 25.762196 | 22.093168 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.731707 | false | false | 10 |
659f988954d337c141302188c196b66836e57d01 | 7,103,875,914,254 | 4686b003f0cae66b7a3903866fb3d9501fe57aaa | /app/src/main/java/net/scriptgate/softdev/android/common/Point2DFace.java | 64a4650ec108b43e581f0cd3e22571bbc02a8b60 | [] | no_license | Scriptgate/reddit-place-android | https://github.com/Scriptgate/reddit-place-android | e9954a931f84ad313d065011a4e323803bc0d215 | d929bd3d0d8789cb4dad69a0e1bfe29021d15f82 | refs/heads/master | 2021-01-23T11:22:07.586000 | 2017-06-02T13:52:42 | 2017-06-02T13:52:42 | 93,138,371 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.scriptgate.softdev.android.common;
public class Point2DFace extends Face<Point2D> {
public Point2DFace(Point2D p1, Point2D p2, Point2D p3, Point2D p4) {
super(p1, p2, p3, p4);
}
public Point2DFace(Point2D face) {
this(face, face, face, face);
}
@Override
public in... | UTF-8 | Java | 544 | java | Point2DFace.java | Java | [] | null | [] | package net.scriptgate.softdev.android.common;
public class Point2DFace extends Face<Point2D> {
public Point2DFace(Point2D p1, Point2D p2, Point2D p3, Point2D p4) {
super(p1, p2, p3, p4);
}
public Point2DFace(Point2D face) {
this(face, face, face, face);
}
@Override
public in... | 544 | 0.628676 | 0.591912 | 23 | 22.695652 | 22.662811 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73913 | false | false | 10 |
47480009e583c3a895220a8cfa84487f3fd2ac88 | 15,925,738,739,693 | e21b1946bd5c46c5c38866274c1238c464e6b2d5 | /src/test/java/com/lyndonarmitage/emulator/gb/cpu/instruction/instructions/JP_NNTest.java | bf3cc4ee0138ddd08e26b65f395d5d823c889a26 | [] | no_license | LyndonArmitage/gbemu | https://github.com/LyndonArmitage/gbemu | d8871093facb45b58522bf0053c4fa9c9e439106 | b6e84b85136bce04977181505525229413336ca4 | refs/heads/master | 2018-01-08T02:54:11.820000 | 2016-03-11T19:34:49 | 2016-03-11T19:34:49 | 52,555,467 | 0 | 0 | null | false | 2016-03-10T21:02:24 | 2016-02-25T20:42:48 | 2016-02-26T00:07:10 | 2016-03-10T21:02:24 | 51 | 0 | 0 | 0 | Java | null | null | package com.lyndonarmitage.emulator.gb.cpu.instruction.instructions;
import com.lyndonarmitage.emulator.gb.ByteUtils;
import com.lyndonarmitage.emulator.gb.cpu.Memory;
import com.lyndonarmitage.emulator.gb.cpu.instruction.Instruction;
import com.lyndonarmitage.emulator.gb.cpu.instruction.InstructionResult;
import com.... | UTF-8 | Java | 1,022 | java | JP_NNTest.java | Java | [] | null | [] | package com.lyndonarmitage.emulator.gb.cpu.instruction.instructions;
import com.lyndonarmitage.emulator.gb.ByteUtils;
import com.lyndonarmitage.emulator.gb.cpu.Memory;
import com.lyndonarmitage.emulator.gb.cpu.instruction.Instruction;
import com.lyndonarmitage.emulator.gb.cpu.instruction.InstructionResult;
import com.... | 1,022 | 0.727984 | 0.720157 | 32 | 30.96875 | 25.542225 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 10 |
786721bf4243ad79b160d39bed7871cf864ad2b1 | 15,925,738,740,625 | 0ce819b09621c761c75e5320b4ba7a4c7ef9b936 | /app/src/main/java/com/mikepenz/lollipopshowcase/model/SoMoving.java | 116ed2ae14b91fc63b81e377d49334660866e609 | [
"Apache-2.0"
] | permissive | iarray/SPTAPP | https://github.com/iarray/SPTAPP | 54bab814f906796fb4b8e762564bfb98dcfea5f9 | 1e0ca2367c71b4363b63a3e01b83d70f06be04c1 | refs/heads/master | 2017-04-23T22:00:29.151000 | 2016-10-10T14:49:56 | 2016-10-10T14:49:56 | 53,504,775 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mikepenz.lollipopshowcase.model;
import java.util.Date;
/**
* Created by It on 2016/4/2.
*/
public class SoMoving {
public String so_code;
public String cus_no;
public String so_no;
public String so_from;
public String product_type ;
public Date a1_take_dd ;
public Date a1_ch... | UTF-8 | Java | 1,165 | java | SoMoving.java | Java | [] | null | [] | package com.mikepenz.lollipopshowcase.model;
import java.util.Date;
/**
* Created by It on 2016/4/2.
*/
public class SoMoving {
public String so_code;
public String cus_no;
public String so_no;
public String so_from;
public String product_type ;
public Date a1_take_dd ;
public Date a1_ch... | 1,165 | 0.646222 | 0.616 | 46 | 23.456522 | 11.448764 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.978261 | false | false | 10 |
c5e5f02375f674aed528f8cc1b7c4600c225b30b | 19,413,252,186,347 | afb700097e0f9e478426f3510a22ec92cf549d89 | /gte/src/gte/view/actions/ZoomIn.java | 0626fdebd34f0a61b35ceb66ac0600c20b179344 | [
"ISC"
] | permissive | apsexton/bateman-ocr | https://github.com/apsexton/bateman-ocr | c5e3df9b10b29a8abac1c6dfbe45d0e438a53e48 | 440ad7c9e8d8a5aff5b0cbf45717dc28f3ab3a4b | refs/heads/master | 2020-04-06T07:02:38.925000 | 2016-07-20T15:12:17 | 2016-07-20T15:12:17 | 48,819,036 | 0 | 5 | null | false | 2016-09-09T22:25:45 | 2015-12-30T20:53:22 | 2016-02-29T23:05:50 | 2016-07-20T15:12:18 | 2,871 | 0 | 5 | 13 | Java | null | null | package gte.view.actions;
import gte.controller.Controller;
import gte.model.Model;
import gte.view.View;
import javax.swing.*;
import java.awt.event.ActionEvent;
/**
* Created by kns10 on 3/2/16.
*/
public class ZoomIn extends AbstractAction{
private static final long serialVersionUID = 1L;
@SuppressWarni... | UTF-8 | Java | 978 | java | ZoomIn.java | Java | [
{
"context": "ort java.awt.event.ActionEvent;\n\n/**\n * Created by kns10 on 3/2/16.\n */\npublic class ZoomIn extends Abstra",
"end": 189,
"score": 0.999541699886322,
"start": 184,
"tag": "USERNAME",
"value": "kns10"
}
] | null | [] | package gte.view.actions;
import gte.controller.Controller;
import gte.model.Model;
import gte.view.View;
import javax.swing.*;
import java.awt.event.ActionEvent;
/**
* Created by kns10 on 3/2/16.
*/
public class ZoomIn extends AbstractAction{
private static final long serialVersionUID = 1L;
@SuppressWarni... | 978 | 0.668712 | 0.658487 | 39 | 24.076923 | 22.979795 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641026 | false | false | 10 |
f9c626770319098b571c44394d111443b3e658ef | 28,973,849,388,198 | bd5b11870e346b6def594c848265be5034c148db | /src/main/java/com/lm/tobacco/service/EmployeeService.java | ff3acadd0f224b78c3d62c35ef098d76e318736d | [] | no_license | lmreal/tobacco | https://github.com/lmreal/tobacco | a768318014287721e0cbcac05d1a20a3c7843180 | b172d1d355f3d093ba39f4d54eb5f1b28fac4b2e | refs/heads/master | 2020-05-09T22:44:44.976000 | 2019-04-15T13:49:49 | 2019-04-15T13:49:49 | 181,480,802 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lm.tobacco.service;
import com.lm.tobacco.generated.entity.Employee;
/**
* @author liming356
* @since 2018/9/21/021
*/
public interface EmployeeService {
/**
* 获取员工信息
*
* @param id
* @return
*/
Employee getEmployeeInfoById(String id);
/**
* 异步测试方法
*
* @throws Exception
... | UTF-8 | Java | 384 | java | EmployeeService.java | Java | [
{
"context": "tobacco.generated.entity.Employee;\n\n/**\n * @author liming356\n * @since 2018/9/21/021\n */\npublic interface Empl",
"end": 107,
"score": 0.9995424151420593,
"start": 98,
"tag": "USERNAME",
"value": "liming356"
}
] | null | [] | package com.lm.tobacco.service;
import com.lm.tobacco.generated.entity.Employee;
/**
* @author liming356
* @since 2018/9/21/021
*/
public interface EmployeeService {
/**
* 获取员工信息
*
* @param id
* @return
*/
Employee getEmployeeInfoById(String id);
/**
* 异步测试方法
*
* @throws Exception
... | 384 | 0.627778 | 0.591667 | 25 | 13.4 | 13.951344 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.16 | false | false | 10 |
02c0b29d23f99aa3c03b7b0db2c91d8846f96b8b | 9,251,359,565,033 | f84ebf8f6a48ffbbdd39bf77a708f321e7013e7a | /DealSheelAppServer/src/java/dealsheel_NodeStructures/ImageObject.java | f063c584a07347d5d719e91c2bb5ecaee1445951 | [] | no_license | ibnipun10/RateLo | https://github.com/ibnipun10/RateLo | e1e8bfb00efc0b654fcd03a2fc1f670ae9d844d7 | 4836be2fabb32aa6492927f4fe041fa06eeab219 | refs/heads/master | 2020-12-26T02:31:55.537000 | 2016-07-16T15:49:34 | 2016-07-16T15:49:34 | 33,607,249 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package dealsheel_NodeStructures;
/**
*
* @author Nipun
*/
public class ImageObject {
public String base64ExcodedImage;
pu... | UTF-8 | Java | 382 | java | ImageObject.java | Java | [
{
"context": "ckage dealsheel_NodeStructures;\n\n/**\n *\n * @author Nipun\n */\npublic class ImageObject {\n public String ",
"end": 244,
"score": 0.9710530638694763,
"start": 239,
"tag": "NAME",
"value": "Nipun"
}
] | 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 dealsheel_NodeStructures;
/**
*
* @author Nipun
*/
public class ImageObject {
public String base64ExcodedImage;
pu... | 382 | 0.732984 | 0.727749 | 17 | 21.470589 | 22.619923 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 10 |
47acf813f936e5b46d78732c340157003d2f8233 | 28,003,186,775,999 | 2559006306d196db881179795d7c5a0a6aa1bd27 | /spring-cloud-alibaba/c-cloud-business/c-demo-center/src/main/java/com/smart/demo/test/Test7.java | 3b1ebaaa323b6790abc7b69c2e5d3121ca2b4711 | [] | no_license | weikelujava/SpringCloudAlibaba | https://github.com/weikelujava/SpringCloudAlibaba | 96f14c202533c8a36737f5d73f0d12ba05fe221c | 748015e3818347adc5d8a11fed39603ce8094e93 | refs/heads/master | 2023-06-25T10:36:10.870000 | 2021-08-02T10:19:37 | 2021-08-02T10:19:37 | 299,606,953 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smart.demo.test;
import java.util.Arrays;
import java.util.List;
/**
* @author lukewei
* @date 2021/6/10 19:05
*/
public class Test7 {
public static void main(String[] args) {
String a = "1,2,3";
String b = "11";
// List<String> s1 = Arrays.asList(a.split(","));
// S... | UTF-8 | Java | 1,509 | java | Test7.java | Java | [
{
"context": "til.Arrays;\nimport java.util.List;\n\n/**\n * @author lukewei\n * @date 2021/6/10 19:05\n */\npublic class Test7 {",
"end": 101,
"score": 0.9922928810119629,
"start": 94,
"tag": "USERNAME",
"value": "lukewei"
}
] | null | [] | package com.smart.demo.test;
import java.util.Arrays;
import java.util.List;
/**
* @author lukewei
* @date 2021/6/10 19:05
*/
public class Test7 {
public static void main(String[] args) {
String a = "1,2,3";
String b = "11";
// List<String> s1 = Arrays.asList(a.split(","));
// S... | 1,509 | 0.478114 | 0.459259 | 66 | 21.5 | 17.247089 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.530303 | false | false | 10 |
c47337d296e94a5ffae496f6a3731a4f10fd00ef | 22,539,988,382,385 | 320341d6999f29095739727886934ea9f7bfbe30 | /app/src/main/java/com/bluesoul/soulpower/fragment/CommonFragment.java | f15bd9a5b6ad21a48fcdcb7e60d66668197c32b1 | [] | no_license | vikingcjh516/soul | https://github.com/vikingcjh516/soul | a00a72a1b03603e099753e07dc3291cf5b024014 | 45e1d85035b615f2e87869c8680fb926503cfcce | refs/heads/master | 2021-01-19T01:56:10.305000 | 2017-07-12T06:47:52 | 2017-07-12T06:47:52 | 87,256,965 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bluesoul.soulpower.fragment;
import android.animation.Animator;
import android.app.Fragment;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by ... | UTF-8 | Java | 2,460 | java | CommonFragment.java | Java | [
{
"context": "\nimport android.view.ViewGroup;\n\n/**\n * Created by chenjianhua on 2016/12/15.\n */\n\npublic class CommonFragment e",
"end": 331,
"score": 0.9989588856697083,
"start": 320,
"tag": "USERNAME",
"value": "chenjianhua"
}
] | null | [] | package com.bluesoul.soulpower.fragment;
import android.animation.Animator;
import android.app.Fragment;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by ... | 2,460 | 0.661789 | 0.658537 | 107 | 21.990654 | 22.710487 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.364486 | false | false | 10 |
231f3adc1b8f9cf976a8efaf3ac4b8b853eccf51 | 30,090,540,912,321 | c7dbf226be17e4c0ff2ddd2fb2d4be4c8b047123 | /app/src/main/java/com/optimus/optimus/module/chat/ChatPresenter.java | bef912b526f259628adc62bc35e2210a299be8a8 | [] | no_license | opprime/optimus | https://github.com/opprime/optimus | 1c616682f4af79386ae2c80f495a795e25049336 | f3a40885758f94d33fe4e7f8fa9068f4cb95c1eb | refs/heads/master | 2017-04-23T18:58:56.520000 | 2016-09-12T13:20:36 | 2016-09-12T13:20:36 | 65,891,171 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.optimus.optimus.module.chat;
import java.util.ArrayList;
/**
* Created by opprime on 16-8-22.
*/
public class ChatPresenter {
private IChatModelView mIChatModelView;
private ChatModel mChatModel;
public ChatPresenter(IChatModelView iChatModelView) {
this.mIChatModelView = iChatMode... | UTF-8 | Java | 716 | java | ChatPresenter.java | Java | [
{
"context": "t;\n\nimport java.util.ArrayList;\n\n/**\n * Created by opprime on 16-8-22.\n */\npublic class ChatPresenter {\n ",
"end": 96,
"score": 0.9996736645698547,
"start": 89,
"tag": "USERNAME",
"value": "opprime"
}
] | null | [] | package com.optimus.optimus.module.chat;
import java.util.ArrayList;
/**
* Created by opprime on 16-8-22.
*/
public class ChatPresenter {
private IChatModelView mIChatModelView;
private ChatModel mChatModel;
public ChatPresenter(IChatModelView iChatModelView) {
this.mIChatModelView = iChatMode... | 716 | 0.618715 | 0.611732 | 32 | 21.375 | 20.545301 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 10 |
a3c02b8624ecc177528a639d8f302bd76d40217b | 28,544,352,677,334 | fed7b6ddee930b9faec30895c6432491675956b7 | /CollectionDemo/src/TestMapMap.java | 7a8b6de08998ec4648b46623d5765b477ff87d58 | [] | no_license | sarrafftanuj/CollectionDemo | https://github.com/sarrafftanuj/CollectionDemo | b59fa85babe146647f4a82b81c8a95dbb6c23edc | b1bcb02cdc2941a5a1e93364fd0028d5045ccce8 | refs/heads/master | 2020-07-29T19:29:29.860000 | 2019-09-21T06:06:40 | 2019-09-21T06:06:40 | 209,932,933 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class TestMapMap {
public static void main(String[] args) {
Map<String,Employee> emp=accept();
display(emp);
}
public static Map<String,Employee> accept()
{
Map<String,Employee> emp=new HashMap<String,Employee>();
emp.put("001", new Employee("Ram",1000));
emp.put("5... | UTF-8 | Java | 685 | java | TestMapMap.java | Java | [
{
"context": "tring,Employee>();\r\n\temp.put(\"001\", new Employee(\"Ram\",1000));\r\n\temp.put(\"553\", new Employee(\"sam\",2000",
"end": 298,
"score": 0.9995810985565186,
"start": 295,
"tag": "NAME",
"value": "Ram"
},
{
"context": "oyee(\"Ram\",1000));\r\n\temp.put(\"553\", new E... | null | [] | import java.util.*;
public class TestMapMap {
public static void main(String[] args) {
Map<String,Employee> emp=accept();
display(emp);
}
public static Map<String,Employee> accept()
{
Map<String,Employee> emp=new HashMap<String,Employee>();
emp.put("001", new Employee("Ram",1000));
emp.put("5... | 685 | 0.621898 | 0.578102 | 30 | 20.833334 | 20.291349 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.866667 | false | false | 10 |
cab7932f96ed4e0e623e67b0bc1a1629b99643c2 | 28,578,712,418,594 | 60d17bb1c4e56eb5501e34dcbe9df7d02302f5ea | /src/main/java/databute/prototype/protocol/Request.java | 94927980c8aa40c4ac36f04a4e1605aa00fa524c | [
"MIT"
] | permissive | nono5546/prototype | https://github.com/nono5546/prototype | b93e4e0db276aa66a63cd36b1064941e3aa61f63 | 31bb127f85ad0e92e7d657b81a947865ad1b4cd9 | refs/heads/master | 2020-06-12T05:33:36.302000 | 2019-06-27T16:29:19 | 2019-06-27T16:29:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package databute.prototype.protocol;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufAllocator;
import java.nio.charset.Charset;
import java.util.UUID;
import static java.util.Objects.requireNonNull;
public class Request {
private static final Charset CHARSET = Charset.forName("UTF-8");
publ... | UTF-8 | Java | 2,464 | java | Request.java | Java | [] | null | [] | package databute.prototype.protocol;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufAllocator;
import java.nio.charset.Charset;
import java.util.UUID;
import static java.util.Objects.requireNonNull;
public class Request {
private static final Charset CHARSET = Charset.forName("UTF-8");
publ... | 2,464 | 0.622971 | 0.622565 | 90 | 26.377777 | 22.497692 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 10 |
f4d376f0006df30db3eb816160e99b9cd6ac2ece | 28,578,712,419,364 | d98de110431e5124ec7cc70d15906dac05cfa61a | /public/source/util/src/main/java/org/marketcetera/util/auth/ConsoleContext.java | e9e989fcb5f60ad91bb62c740b7ae18a97b1f2d1 | [] | no_license | dhliu3/marketcetera | https://github.com/dhliu3/marketcetera | 367f6df815b09f366eb308481f4f53f928de4c49 | 4a81e931a044ba19d8f35bdadd4ab081edd02f5f | refs/heads/master | 2020-04-06T04:39:55.389000 | 2012-01-30T06:49:25 | 2012-01-30T06:49:25 | 29,947,427 | 0 | 1 | null | true | 2015-01-28T02:54:39 | 2015-01-28T02:54:39 | 2013-11-07T00:27:20 | 2012-01-30T21:57:21 | 33,324 | 0 | 0 | 0 | null | null | null | package org.marketcetera.util.auth;
import java.io.Console;
import org.marketcetera.util.except.I18NException;
import org.marketcetera.util.log.I18NBoundMessage;
import org.marketcetera.util.misc.ClassVersion;
/**
* A context for console setters ({@link ConsoleSetter}).
*
* @author tlerios@marketcetera.c... | UTF-8 | Java | 1,641 | java | ConsoleContext.java | Java | [
{
"context": "e setters ({@link ConsoleSetter}).\r\n *\r\n * @author tlerios@marketcetera.com\r\n * @since 0.5.0\r\n * @version $Id: ConsoleContext",
"end": 322,
"score": 0.9999285936355591,
"start": 298,
"tag": "EMAIL",
"value": "tlerios@marketcetera.com"
},
{
"context": "Id: Consol... | null | [] | package org.marketcetera.util.auth;
import java.io.Console;
import org.marketcetera.util.except.I18NException;
import org.marketcetera.util.log.I18NBoundMessage;
import org.marketcetera.util.misc.ClassVersion;
/**
* A context for console setters ({@link ConsoleSetter}).
*
* @author <EMAIL>
* @since 0.5... | 1,624 | 0.609994 | 0.576478 | 68 | 22.132353 | 21.589693 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.220588 | false | false | 10 |
7455993158758eb8857f6dcb80148bca1c7d2162 | 1,314,260,029,676 | 4133df7d1a10e1f5611ed6232c8c93d94a5faa8f | /AUTITEC/src/financial/controller/RegisterBillFrameController.java | 2323407ff4899661188f9dc4e575b930f286d47a | [] | no_license | jurassicjr/ERP-Food-Machines-Company | https://github.com/jurassicjr/ERP-Food-Machines-Company | 7ba41f4cc6d1110bae96894a36f605984efd0cf7 | fe6bfa831d900cce9be6744f929b8b441e020e34 | refs/heads/master | 2023-07-15T06:11:35.811000 | 2016-07-18T18:55:44 | 2016-07-18T18:55:44 | 401,486,979 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package financial.controller;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.swing.JComboBox;
import javax.swing.JOptionPane;
import database.DataBase;
import database.dao.BillDAO;
import database.dao.Instal... | UTF-8 | Java | 6,796 | java | RegisterBillFrameController.java | Java | [] | null | [] | package financial.controller;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.swing.JComboBox;
import javax.swing.JOptionPane;
import database.DataBase;
import database.dao.BillDAO;
import database.dao.Instal... | 6,796 | 0.662643 | 0.66073 | 259 | 24.231661 | 26.878111 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.818533 | false | false | 10 |
919d19630bd8eeecaf823d109796fa18ed88e641 | 27,814,208,270,116 | 3101f0e51237a6fb10317438d9323b0500d15791 | /src/DateTime/DateTime_36.java | 17428a57cdacddcb7127f9a03247345659345891 | [] | no_license | liaoxueqing/preview_work_w3resource_java | https://github.com/liaoxueqing/preview_work_w3resource_java | a6845a57df7d1c054f41f4dc38237e38837e1737 | 56b8ab5ff99dc88e190ba149eaa1330db88c9450 | refs/heads/master | 2020-03-20T14:31:05.684000 | 2018-06-16T14:26:19 | 2018-06-16T14:26:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package DateTime;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.TimeZone;
public class DateTime_36 {
public static void main(String[] args) {
long unixTimeStamp = 1492369860;
Date date = new Date(unixTimeStamp * 1000);
SimpleDateFormat sdf = new SimpleDateForma... | UTF-8 | Java | 500 | java | DateTime_36.java | Java | [] | null | [] | package DateTime;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.TimeZone;
public class DateTime_36 {
public static void main(String[] args) {
long unixTimeStamp = 1492369860;
Date date = new Date(unixTimeStamp * 1000);
SimpleDateFormat sdf = new SimpleDateForma... | 500 | 0.692 | 0.658 | 15 | 32.333332 | 26.246693 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 10 |
75df2360013bb51eb1ef551f0da418ebb0e770c2 | 18,829,136,680,754 | 3fb5d15d03e589ec8da1d523773fc092ce15e867 | /src/main/java/com/qf/web/KnowledgeController.java | e1b90158165984f44b88e14d004bd8077be3c55f | [] | no_license | Joe201925/ssm0710 | https://github.com/Joe201925/ssm0710 | 07233e150855d9d24c98793a8cf326ed2a609c77 | 6d689bb2ee3a7ccdf1d3fc750935fdff59d36228 | refs/heads/master | 2020-06-18T23:22:10.457000 | 2019-07-12T01:01:14 | 2019-07-12T01:01:14 | 196,490,601 | 0 | 0 | null | true | 2019-07-12T01:55:45 | 2019-07-12T01:55:45 | 2019-07-12T01:01:23 | 2019-07-12T01:01:21 | 46 | 0 | 0 | 0 | null | false | false | package com.qf.web;
import com.github.pagehelper.PageInfo;
import com.qf.bean.Classes;
import com.qf.bean.Knowledge;
import com.qf.service.KnowledgeService;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import or... | UTF-8 | Java | 3,687 | java | KnowledgeController.java | Java | [
{
"context": "a.util.List;\n\n/**\n * 2019/7/10\n * Administrator\n * ssm0710\n * 面向对象面向君 不负代码不负卿\n */\n@Controller\npublic class ",
"end": 667,
"score": 0.9993962645530701,
"start": 660,
"tag": "USERNAME",
"value": "ssm0710"
}
] | null | [] | package com.qf.web;
import com.github.pagehelper.PageInfo;
import com.qf.bean.Classes;
import com.qf.bean.Knowledge;
import com.qf.service.KnowledgeService;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import or... | 3,687 | 0.636035 | 0.630744 | 107 | 32.560749 | 25.732695 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663551 | false | false | 10 |
400f47e0ab32042eee09cce18bc6163a7a37ce80 | 23,622,320,180,622 | 0464eeacf860ed66b44581fcbf579da9b989947d | /Assignment4/src/Assignment4Main.java | 34317f198898ac1b42f74b0fda40fde4fac97d37 | [] | no_license | davidbinder/CSC200 | https://github.com/davidbinder/CSC200 | 3ae49f50276e1496c1190cfae18585bd52d987a8 | 63629673c008166fd294303378cbd5ea2025583b | refs/heads/master | 2016-09-11T13:29:24.159000 | 2014-10-22T17:30:37 | 2014-10-22T17:30:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Assignment4Main {
public static void main(String[] args) {
Room roomOne = new Room();
Room roomTwo = new Room("Purple", "Tiled", 0);
Room roomThree = new Room("White", "Carpeted", 3);
System.out.println(roomOne.toString());
System.out.println(roomTwo.toString());
System.out.println(... | UTF-8 | Java | 355 | java | Assignment4Main.java | Java | [] | null | [] |
public class Assignment4Main {
public static void main(String[] args) {
Room roomOne = new Room();
Room roomTwo = new Room("Purple", "Tiled", 0);
Room roomThree = new Room("White", "Carpeted", 3);
System.out.println(roomOne.toString());
System.out.println(roomTwo.toString());
System.out.println(... | 355 | 0.656338 | 0.647887 | 13 | 25.153847 | 20.312353 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.846154 | false | false | 10 |
1db030626ee4ab7f163e29bac10375b6c4bf41ad | 34,454,227,650,448 | 6a2262633d980ce6f36bc4a2ec4195e999ff9ea2 | /src/main/java/de/hsos/kbse/kbse_aufgabenblatt8/enteties/MyUser.java | 82acc9c43762e580c5f3b7275ddbba750883b418 | [] | no_license | fidex/kbse8 | https://github.com/fidex/kbse8 | bb5690df59edbc8898365160db6c8ccccfc0f714 | 368f57556e4215087c0cae483167149d391a313f | refs/heads/master | 2016-09-11T03:07:47.599000 | 2014-06-03T07:16:36 | 2014-06-03T07:16:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package de.hsos.kbse.kbse_aufgabenblatt8.enteties;
import java.io.Serializable;
import javax.enterprise.context.SessionScope... | UTF-8 | Java | 2,145 | java | MyUser.java | Java | [
{
"context": "javax.persistence.OneToOne;\r\n\r\n/**\r\n *\r\n * @author fidex\r\n */\r\n@Entity\r\n@Named\r\n@SessionScoped\r\npublic cla",
"end": 563,
"score": 0.9991788268089294,
"start": 558,
"tag": "USERNAME",
"value": "fidex"
}
] | 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 de.hsos.kbse.kbse_aufgabenblatt8.enteties;
import java.io.Serializable;
import javax.enterprise.context.SessionScope... | 2,145 | 0.588811 | 0.588345 | 111 | 17.324324 | 16.39609 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 10 |
62fea9f57d58bf84f0067dd9e3fdcad03222f941 | 33,758,442,950,960 | 67226d32a224b41742b553033ceb22e39a028dda | /src/test/java/edu/umg/farm/dao/SenseEventDaoIT.java | c80e7a4a4c6b86cc08837d9e117df655104038ec | [] | no_license | fvcastellanos/farm-control | https://github.com/fvcastellanos/farm-control | 855f96a3e91459e4d16e9126f733335d54dae33a | e1b22e526895e3437450e506314b0642d16983ab | refs/heads/master | 2020-03-27T14:14:29.859000 | 2018-11-03T07:28:06 | 2018-11-03T07:28:06 | 146,651,944 | 0 | 0 | null | false | 2018-10-29T00:54:30 | 2018-08-29T20:03:51 | 2018-10-26T20:34:21 | 2018-10-29T00:54:30 | 3,894 | 0 | 0 | 0 | HTML | false | null | package edu.umg.farm.dao;
import edu.umg.farm.BaseIT;
import edu.umg.farm.dao.model.ReadEvent;
import org.apache.ibatis.jdbc.SQL;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.transaction.annotation.T... | UTF-8 | Java | 3,811 | java | SenseEventDaoIT.java | Java | [] | null | [] | package edu.umg.farm.dao;
import edu.umg.farm.BaseIT;
import edu.umg.farm.dao.model.ReadEvent;
import org.apache.ibatis.jdbc.SQL;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.transaction.annotation.T... | 3,811 | 0.612962 | 0.609814 | 107 | 34.616821 | 32.145012 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.598131 | false | false | 10 |
30ce47d75034abf7a026acb4da4943cd474ca3f7 | 2,156,073,640,594 | 395db339ead0ede14c533fa0a6cb3e99abeb77b4 | /src/Main.java | ed15a1d834329225ed5430fb4403784d746d740c | [] | no_license | harry1126/my | https://github.com/harry1126/my | 0d155d99eb0a66df25642aa15cc564dea90e546a | 2c7e34d346130bee5de6917c04a522d7907be0bd | refs/heads/master | 2020-05-25T04:50:18.511000 | 2019-05-20T12:30:37 | 2019-05-20T12:30:37 | 187,636,487 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileWriter;
public class Main {
public static void main(String[] args) throws Exception {
System.out.println("Hello World!");
FileOutputStream fos = new FileOutputStream("dd.txt");
fos.write(100);
... | UTF-8 | Java | 504 | java | Main.java | Java | [] | null | [] | import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.FileWriter;
public class Main {
public static void main(String[] args) throws Exception {
System.out.println("Hello World!");
FileOutputStream fos = new FileOutputStream("dd.txt");
fos.write(100);
... | 504 | 0.613095 | 0.595238 | 18 | 27 | 17.381344 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 10 |
7dc1da5e488376030c745c194054b77144b950d2 | 17,222,818,882,264 | 86b1d1ef433f5ce0cda24f793fe19ca9aba9f270 | /src/Networking/Server.java | 71ba80e2c934e5288abab32f690138d0dd7a5223 | [] | no_license | BulbaZaurus/Laba6-new | https://github.com/BulbaZaurus/Laba6-new | f939f792d94dcf516cd5a6184132d6954a538b7d | b68b189376de45a1446939b9697026bde298b1d1 | refs/heads/master | 2023-07-15T11:00:04.426000 | 2021-08-26T18:49:22 | 2021-08-26T18:49:22 | 272,628,132 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Networking;
import java.io.*;
import java.net.*;
import java.nio.channels.DatagramChannel;
import java.util.ArrayList;
import java.util.List;
import сom.company.Controller;
import сom.company.command.Command;
import сom.company.command.Command_Exit;
import сom.company.command.Command_Save;
/**
* @author Д... | UTF-8 | Java | 3,477 | java | Server.java | Java | [
{
"context": " сom.company.command.Command_Save;\n\n/**\n * @author Длинный\n */\npublic class Server extends Networking {\n ",
"end": 326,
"score": 0.9997252821922302,
"start": 319,
"tag": "NAME",
"value": "Длинный"
}
] | null | [] | package Networking;
import java.io.*;
import java.net.*;
import java.nio.channels.DatagramChannel;
import java.util.ArrayList;
import java.util.List;
import сom.company.Controller;
import сom.company.command.Command;
import сom.company.command.Command_Exit;
import сom.company.command.Command_Save;
/**
* @author Д... | 3,477 | 0.593013 | 0.59152 | 106 | 30.603773 | 22.896271 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509434 | false | false | 10 |
7657f58738bb38325fb4f57600cf64bda1e71547 | 10,900,627,057,726 | 5a64d8aa80b468d9a3220bcffb2a522aa73fa9f4 | /ShoppingcartMvcHibernate/src/main/java/com/kevintruong/shoppingcartmvchibernate/dao/AccountDAO.java | ac349ea88785260851570ca474c2e3bda875958f | [] | no_license | truonglehung/JavaEEBestPractices | https://github.com/truonglehung/JavaEEBestPractices | 4523aa16297a80e7542ffa8405b1f3ff88a3178a | 755a8845b2578ebbecf27929767dcd5f1fa6d311 | refs/heads/master | 2020-05-22T17:34:02.758000 | 2019-05-27T16:51:56 | 2019-05-27T16:51:56 | 186,452,554 | 0 | 0 | null | false | 2020-10-13T13:30:14 | 2019-05-13T15:59:08 | 2019-05-27T16:51:58 | 2020-10-13T13:30:13 | 40,173 | 0 | 0 | 6 | Java | false | false | package com.kevintruong.shoppingcartmvchibernate.dao;
import com.kevintruong.shoppingcartmvchibernate.entity.Account;
public interface AccountDAO {
public Account findAccount(String userName );
}
| UTF-8 | Java | 199 | java | AccountDAO.java | Java | [] | null | [] | package com.kevintruong.shoppingcartmvchibernate.dao;
import com.kevintruong.shoppingcartmvchibernate.entity.Account;
public interface AccountDAO {
public Account findAccount(String userName );
}
| 199 | 0.844221 | 0.844221 | 7 | 27.428572 | 25.269163 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 10 |
9636b5e3121a79106c8383e489d246443bf25274 | 15,195,594,320,762 | 778dbcdcc256c97f06fcb8a2aaf1f5ee15b692b2 | /GestionBenevole/src/classeMetier/Evenement.java | cf711bd3ee6be87ab9aa464b933dda1dd0e588fb | [] | no_license | thearwie/GestionBenevole | https://github.com/thearwie/GestionBenevole | 15afa33915fddd6db6f95235976fb73e61549239 | f1c0a3aa909f35840393af2114d82f87fd0f6902 | refs/heads/master | 2020-03-03T13:29:33.623000 | 2016-06-07T10:38:41 | 2016-06-07T10:38:41 | 44,970,773 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package classeMetier;
import java.sql.Date;
import java.util.ArrayList;
/**
*
* @author Michaël Bilodeau
*/
public class Evenement... | UTF-8 | Java | 10,771 | java | Evenement.java | Java | [
{
"context": "te;\nimport java.util.ArrayList;\n\n/**\n *\n * @author Michaël Bilodeau\n */\npublic class Evenement {\n private int id;\n",
"end": 293,
"score": 0.9998899102210999,
"start": 277,
"tag": "NAME",
"value": "Michaël Bilodeau"
}
] | 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 classeMetier;
import java.sql.Date;
import java.util.ArrayList;
/**
*
* @author <NAME>
*/
public class Evenement {
pri... | 10,760 | 0.602569 | 0.602097 | 363 | 28.168043 | 24.331545 | 200 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.38843 | false | false | 10 |
3e5b5a4d9bff419ed8faf6baaf9c8c4128ea66c1 | 5,488,968,210,238 | 8f6e64620412ebabbc87060eb79202057319d9af | /AbstractFactory/src/com/designPatterns/abstractFactory/concreteFactory/FerrariFactory.java | 1207a5301774c20cee066d5b79759e5eca53c98c | [] | no_license | szeyick/DesignPatterns | https://github.com/szeyick/DesignPatterns | 1c9192051550fd781505507a2a05739dedc34e8b | ce8c643599c701c02ead589b6ca0ebbc9a7dd297 | refs/heads/master | 2020-06-04T07:22:30.062000 | 2015-02-17T10:57:16 | 2015-02-17T10:57:16 | 24,413,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.designPatterns.abstractFactory.concreteFactory;
import com.designPatterns.abstractFactory.concreteProduct.FerrariFormulaOneCar;
import com.designPatterns.abstractFactory.concreteProduct.FerrariPrototypeRaceCar;
import com.designPatterns.abstractFactory.concreteProduct.FerrariSportsCar;
import com.designPat... | UTF-8 | Java | 1,894 | java | FerrariFactory.java | Java | [
{
"context": "crete implementation of the car.\n * <p>\n * @author szeyick\n */\npublic class FerrariFactory implements IAbstr",
"end": 929,
"score": 0.999457836151123,
"start": 922,
"tag": "USERNAME",
"value": "szeyick"
}
] | null | [] | package com.designPatterns.abstractFactory.concreteFactory;
import com.designPatterns.abstractFactory.concreteProduct.FerrariFormulaOneCar;
import com.designPatterns.abstractFactory.concreteProduct.FerrariPrototypeRaceCar;
import com.designPatterns.abstractFactory.concreteProduct.FerrariSportsCar;
import com.designPat... | 1,894 | 0.763992 | 0.754488 | 69 | 26.449276 | 27.33132 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.086957 | false | false | 10 |
f5f694fe7bf5452a8bed4bd46a5fe6084c9ca3e5 | 7,430,293,431,275 | 0b4844d550c8e77cd93940e4a1d8b06d0fbeabf7 | /JavaSource/common/mafinder/mamstr/action/LovPageListAction.java | 69a5a7503a225ee1cc0bff47fe7396e3c9d88bb3 | [] | no_license | eMainTec-DREAM/DREAM | https://github.com/eMainTec-DREAM/DREAM | bbf928b5c50dd416e1d45db3722f6c9e35d8973c | 05e3ea85f9adb6ad6cbe02f4af44d941400a1620 | refs/heads/master | 2020-12-22T20:44:44.387000 | 2020-01-29T06:47:47 | 2020-01-29T06:47:47 | 236,912,749 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package common.mafinder.mamstr.action;
import java.io.IOException;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.A... | UHC | Java | 5,899 | java | LovPageListAction.java | Java | [
{
"context": "ts.SuperAuthAction;\r\n\r\n/**\r\n * 페이지 팝업\r\n * @author kim21017\r\n * @version $Id:$\r\n * @since 1.0\r\n * \r\n * @str",
"end": 603,
"score": 0.9996585845947266,
"start": 595,
"tag": "USERNAME",
"value": "kim21017"
},
{
"context": "\n\r\n /**\r\n * TAPAGE ... | null | [] | package common.mafinder.mamstr.action;
import java.io.IOException;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.A... | 5,899 | 0.671203 | 0.66729 | 138 | 40.615944 | 37.848537 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.73913 | false | false | 10 |
e02fceb56d0364033dffd6d4527c7b792a0110fd | 8,873,402,442,364 | 47175439c602ca46b566284cb57ff9bb9946ef18 | /casekartin/src/test/java/in/casekartin/CaseTypesTest.java | 5472feddfcb6cc29a1560a5267a14ad13a4e6b93 | [] | no_license | selva08sankari/CaseKartin | https://github.com/selva08sankari/CaseKartin | 07e8f0ca4050c8beb5da05c15134618a3d04fbe4 | 0393aeb54764aa32afc8611b99a25c65f699118c | refs/heads/main | 2023-04-17T21:12:46.427000 | 2021-05-05T08:29:39 | 2021-05-05T08:29:39 | 363,832,839 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package in.casekartin;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class CaseTypesTest {
// test case for display phone models
@Test
public void testCase1() {
CaseTypes.displayCaseModels();
}
/*
* phone type, mobile model & case types availability checking test ... | UTF-8 | Java | 2,009 | java | CaseTypesTest.java | Java | [] | null | [] | package in.casekartin;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
public class CaseTypesTest {
// test case for display phone models
@Test
public void testCase1() {
CaseTypes.displayCaseModels();
}
/*
* phone type, mobile model & case types availability checking test ... | 2,009 | 0.72225 | 0.718268 | 64 | 29.390625 | 28.851244 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.84375 | false | false | 10 |
be511186244d78af00a5eb930273fbcd4bb45e76 | 17,265,768,538,051 | 809b6f15fc41b2cb6392b5ca3ba57e0da18ded82 | /tsgl/src/com/tsgl/util/WebXMLParameter.java | 1d6631b4f280d57ff5a800234cbdd0da3b63ceb9 | [] | no_license | SuMeng123/softwareTrain | https://github.com/SuMeng123/softwareTrain | 1b25a340502ced196be017e0a3fb5a790ab451c1 | 0cf31198cd63a88a4c727f792104f639f75c44eb | refs/heads/master | 2021-05-12T04:45:28.896000 | 2018-01-12T03:21:00 | 2018-01-12T03:21:00 | 117,173,220 | 2 | 3 | null | false | 2018-01-12T01:39:34 | 2018-01-12T01:03:16 | 2018-01-12T01:34:23 | 2018-01-12T01:39:33 | 0 | 1 | 1 | 0 | JavaScript | false | null | package com.tsgl.util;
import org.apache.struts2.ServletActionContext;
import org.testng.annotations.Test;
/**
* 获取web.xml配置文件中的参数
* @author lilicong
*
*/
public class WebXMLParameter {
/**
* 根据paramName获得配置文件中paramValue
* @param paramName 参数名
* @return paramValue 参数值
*/
public static String getParam... | UTF-8 | Java | 1,346 | java | WebXMLParameter.java | Java | [
{
"context": "otations.Test;\n/**\n * 获取web.xml配置文件中的参数\n * @author lilicong\n *\n */\npublic class WebXMLParameter {\n\t\n\t/**\n\t * ",
"end": 152,
"score": 0.9995989799499512,
"start": 144,
"tag": "USERNAME",
"value": "lilicong"
}
] | null | [] | package com.tsgl.util;
import org.apache.struts2.ServletActionContext;
import org.testng.annotations.Test;
/**
* 获取web.xml配置文件中的参数
* @author lilicong
*
*/
public class WebXMLParameter {
/**
* 根据paramName获得配置文件中paramValue
* @param paramName 参数名
* @return paramValue 参数值
*/
public static String getParam... | 1,346 | 0.736755 | 0.735927 | 54 | 21.351852 | 24.852272 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.12963 | false | false | 10 |
6febb64c49d7a389fb074dd9b29c33745a45ab28 | 20,804,821,588,510 | 5c9daf54a3edbe4a10efccf2dcfcb9e6f7c0c798 | /src/main/java/by/chmut/giftit/command/impl/AccountCommand.java | 8d67f2e378196e53a3cbbac99bcf907ee4923869 | [] | no_license | ChmutSergei/Gift-It | https://github.com/ChmutSergei/Gift-It | 190fbb46be1bc9e3603f9353c66360707a2bd7b2 | c805838288f7bd40dfe1fbb5401e070d20eb6b00 | refs/heads/master | 2022-07-15T22:49:14.267000 | 2020-08-05T15:04:48 | 2020-08-05T15:04:48 | 169,889,831 | 0 | 1 | null | false | 2022-06-21T00:59:56 | 2019-02-09T16:59:21 | 2020-08-05T15:05:13 | 2022-06-21T00:59:52 | 1,353 | 0 | 0 | 6 | Java | false | false | package by.chmut.giftit.command.impl;
import by.chmut.giftit.command.Command;
import by.chmut.giftit.controller.Router;
import by.chmut.giftit.entity.*;
import by.chmut.giftit.service.*;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import javax.servlet.http.HttpServletRequest;
... | UTF-8 | Java | 3,176 | java | AccountCommand.java | Java | [
{
"context": "n Account Page path for representation.\n * @author Sergei Chmut.\n */\npublic class AccountCommand implements Comma",
"end": 690,
"score": 0.9998602867126465,
"start": 678,
"tag": "NAME",
"value": "Sergei Chmut"
}
] | null | [] | package by.chmut.giftit.command.impl;
import by.chmut.giftit.command.Command;
import by.chmut.giftit.controller.Router;
import by.chmut.giftit.entity.*;
import by.chmut.giftit.service.*;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import javax.servlet.http.HttpServletRequest;
... | 3,170 | 0.711272 | 0.710642 | 75 | 41.346668 | 32.934479 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.613333 | false | false | 10 |
393c496f5f0fe98dcff05ff378aa941c7ec20a3a | 31,533,649,893,050 | ce391ee78730d965a05d5153c21ba68d91a99519 | /EThesesApp/web/src/main/java/rs/fon/pzr/rest/resources/UserResource.java | 590efd665f66557f686e601e6a2f9552576b2d93 | [] | no_license | jovicigor/etheses | https://github.com/jovicigor/etheses | 0dbaf0f73c8270edde5d4db7fb763cf807ab87e0 | 1a0f5c647c6befe02d0a5b0e7e63c70265eac2dc | refs/heads/master | 2021-06-23T05:17:30.666000 | 2017-08-02T14:59:40 | 2017-08-02T14:59:40 | 100,411,984 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rs.fon.pzr.rest.resources;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.User;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.spring... | UTF-8 | Java | 6,441 | java | UserResource.java | Java | [] | null | [] | package rs.fon.pzr.rest.resources;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.User;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.spring... | 6,441 | 0.667858 | 0.665527 | 155 | 40.529034 | 29.117186 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.477419 | false | false | 10 |
fd75e16114b362f0af77a85750f49202da96c370 | 23,871,428,245,236 | 85de70ea72b96ebe0e455832011d13bd4434278e | /JavaTest/src/main/java/LeetCodeSolution/PalindromeNumber.java | fa8ca01bf8eae10820f5d61f5f47201039723b88 | [] | no_license | studentdyy/GitTest | https://github.com/studentdyy/GitTest | b644eea153b54ac9c921c81291b1b05091ce4774 | bfbd0f9e35edd983d1cbf56f6402bd87049bdfa7 | refs/heads/master | 2023-01-05T16:43:20.810000 | 2020-11-04T15:04:16 | 2020-11-04T15:04:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package LeetCodeSolution;
public class PalindromeNumber {
public boolean isPalindrome(int x) {
int flag = x;
if(x < 0 || (x % 10 == 0 && x != 0)) return false;
int ans = 0;
while(x != 0){
int temp = x % 10;
x /= 10;
ans = ans * 10 + temp;
... | UTF-8 | Java | 530 | java | PalindromeNumber.java | Java | [] | null | [] | package LeetCodeSolution;
public class PalindromeNumber {
public boolean isPalindrome(int x) {
int flag = x;
if(x < 0 || (x % 10 == 0 && x != 0)) return false;
int ans = 0;
while(x != 0){
int temp = x % 10;
x /= 10;
ans = ans * 10 + temp;
... | 530 | 0.511321 | 0.481132 | 20 | 25.5 | 18.00972 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 10 |
897fe2cb119f997063b6e941c326f11cf4d3ea23 | 23,871,428,243,098 | c51a496e4d3913e37985545f407e4f4f4bf70be7 | /api/src/main/java/ezbake/frack/api/PipelineBuilder.java | 3824293cfb49d38f09f2f3a99cf882dd4c8d8995 | [
"Apache-2.0"
] | permissive | crawlik/ezbake-frack | https://github.com/crawlik/ezbake-frack | b6c053f940658cebdcc90c1f28ce1a11dc9481c1 | 231b245d9ce977174a589b5fcae75b13cdb850df | refs/heads/master | 2021-01-18T09:35:10.467000 | 2015-11-24T17:49:58 | 2015-11-24T17:49:58 | 40,329,002 | 0 | 0 | null | true | 2015-08-06T22:06:02 | 2015-08-06T22:06:02 | 2015-03-03T01:20:23 | 2015-06-01T19:53:16 | 300 | 0 | 0 | 0 | null | null | null | /* Copyright (C) 2013-2015 Computer Sciences Corporation
*
* 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 ap... | UTF-8 | Java | 1,118 | java | PipelineBuilder.java | Java | [] | null | [] | /* Copyright (C) 2013-2015 Computer Sciences Corporation
*
* 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 ap... | 1,118 | 0.721825 | 0.711091 | 31 | 35.064518 | 32.16684 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 10 |
d761f31c3e03904b6b802ee417a208ad8c2664b7 | 4,243,427,701,758 | 85fde90c9d78e75392e8da0eb438c4da582bed34 | /app/src/main/java/com/alphawallet/app/entity/tokens/Ticket.java | 44e5b851156e95c3af1fcdda76d679089136bb84 | [
"GPL-3.0-only",
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | AlphaWallet/alpha-wallet-android | https://github.com/AlphaWallet/alpha-wallet-android | 39e538209e3539d88127d3cf5f32b811f1ad80d7 | 1ca0695e2f5924288466b28ffd5cbbdf03009f32 | refs/heads/master | 2023-08-17T01:22:36.678000 | 2023-08-16T00:03:02 | 2023-08-16T00:03:02 | 120,152,712 | 539 | 515 | MIT | false | 2023-09-12T06:31:49 | 2018-02-04T03:50:02 | 2023-09-08T17:36:09 | 2023-09-12T06:31:47 | 65,379 | 506 | 495 | 285 | Java | false | false | package com.alphawallet.app.entity.tokens;
import android.app.Activity;
import com.alphawallet.app.R;
import com.alphawallet.app.entity.ContractType;
import com.alphawallet.app.entity.TicketRangeElement;
import com.alphawallet.app.entity.Transaction;
import com.alphawallet.app.entity.TransactionInput;
import com.alph... | UTF-8 | Java | 11,833 | java | Ticket.java | Java | [
{
"context": "ections;\nimport java.util.List;\n\n/**\n * Created by James on 27/01/2018.\n */\n\npublic class Ticket extends T",
"end": 917,
"score": 0.996979832649231,
"start": 912,
"tag": "NAME",
"value": "James"
}
] | null | [] | package com.alphawallet.app.entity.tokens;
import android.app.Activity;
import com.alphawallet.app.R;
import com.alphawallet.app.entity.ContractType;
import com.alphawallet.app.entity.TicketRangeElement;
import com.alphawallet.app.entity.Transaction;
import com.alphawallet.app.entity.TransactionInput;
import com.alph... | 11,833 | 0.591312 | 0.585059 | 394 | 29.032995 | 28.946325 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403553 | false | false | 10 |
ebceccaa5b926cb1651d11fc8b9dbb3744ea0d2d | 16,269,336,131,086 | dfe521a44e435f5de94de1eb0b9ec5e642e205cf | /src/main/java/com/dash/service/UserServiceImpl.java | 897cd3bc77583ad1944e83bba8d1906a507cc62a | [] | no_license | dibyapp/EMP-Dashboard-POC | https://github.com/dibyapp/EMP-Dashboard-POC | 53357ab943cdf16f3140b63fbd1a13dbc8c59297 | 42bb56fcdcd2f41a72f2126511b3d5dba70b2396 | refs/heads/master | 2023-05-10T04:08:02.829000 | 2021-06-13T19:55:56 | 2021-06-13T19:55:56 | 376,628,142 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dash.service;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.dash.model.User;
import com.dash.repository.UserRepository;
@Service
public... | UTF-8 | Java | 2,149 | java | UserServiceImpl.java | Java | [] | null | [] | package com.dash.service;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.dash.model.User;
import com.dash.repository.UserRepository;
@Service
public... | 2,149 | 0.633783 | 0.604002 | 83 | 24.891565 | 24.780487 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.012048 | false | false | 10 |
082e63cafa28a7109dcecad38e9946e405daeef0 | 30,837,865,195,051 | afab90e214f8cb12360443e0877ab817183fa627 | /bitcamp-java/src/main/java/com/eomcs/oop/test/Test01.java | d96f09f1527ac02bd7d8a30e4f0c1515382c20b6 | [] | no_license | oreoTaste/bitcamp-study | https://github.com/oreoTaste/bitcamp-study | 40a96ef548bce1f80b4daab0eb650513637b46f3 | 8f0af7cd3c5920841888c5e04f30603cbeb420a5 | refs/heads/master | 2020-09-23T14:47:32.489000 | 2020-05-26T09:05:40 | 2020-05-26T09:05:40 | 225,523,347 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eomcs.oop.test;
// gym회원정보를 입력받아 출력한다
public class Test01 {
public static void main(String[] args) {
int no;
String name;
int birthYear;
char gender;
float height;
float weight;
boolean personalTraining;
}
}
| UTF-8 | Java | 290 | java | Test01.java | Java | [] | null | [] | package com.eomcs.oop.test;
// gym회원정보를 입력받아 출력한다
public class Test01 {
public static void main(String[] args) {
int no;
String name;
int birthYear;
char gender;
float height;
float weight;
boolean personalTraining;
}
}
| 290 | 0.632576 | 0.625 | 17 | 14.529411 | 11.386874 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 10 |
cc381879ee1a9da7a8a4316e564c7293d094106b | 4,544,075,412,393 | e0ecf5e9b332182d4d4f09b701c8d01dc25bcdf4 | /CalenderSample/app/src/main/java/com/samset/user/calendersample/MainActivity.java | e0839680c0e506def488b11f2fd1bf2f8b9a806d | [
"Apache-2.0"
] | permissive | SamsetDev/DateRanger | https://github.com/SamsetDev/DateRanger | 7a0443dbab4f81fe2f55d544f79d8de160c2442e | c9759dba9250e3a01544d18746afbd67d996552f | refs/heads/master | 2021-01-13T09:16:52.169000 | 2016-10-05T13:43:57 | 2016-10-05T13:43:57 | 70,063,276 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.samset.user.calendersample;
import android.annotation.SuppressLint;
import android.graphics.Color;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support... | UTF-8 | Java | 3,331 | java | MainActivity.java | Java | [] | null | [] | package com.samset.user.calendersample;
import android.annotation.SuppressLint;
import android.graphics.Color;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support... | 3,331 | 0.608226 | 0.606425 | 117 | 27.470085 | 23.41107 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.495726 | false | false | 10 |
f02f4f88aca1ce41f7f9aea081498271465809a4 | 171,798,719,183 | 87d1ea9ca2c965c87e97258a73033c3c7deb93b6 | /app/src/main/java/com/conext/conext/model/UpcomingEvents.java | a0a7945a179c20edd8e6388abe1d797fa39d463b | [] | no_license | Shrirambaabu/myProjTbm2On | https://github.com/Shrirambaabu/myProjTbm2On | 1f8f516fe71ea5a050370d7ffd018e84ea838cab | a3806bacc777dc78711d0339849d5f8ba886918d | refs/heads/master | 2020-03-28T01:03:35.841000 | 2018-09-05T06:56:57 | 2018-09-05T06:56:57 | 147,473,363 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.conext.conext.model;
/**
* Created by Shriram on 6/23/2017.
*/
public class UpcomingEvents {
private String eventUpcomingName;
private String eventUpcomingType;
private String eventUpcomingLanguage;
private String eventUpcomingDateStart;
private String eventUpcomingMonthStart;
... | UTF-8 | Java | 2,165 | java | UpcomingEvents.java | Java | [
{
"context": "ackage com.conext.conext.model;\n\n/**\n * Created by Shriram on 6/23/2017.\n */\n\npublic class UpcomingEvents {\n",
"end": 59,
"score": 0.8033719062805176,
"start": 52,
"tag": "USERNAME",
"value": "Shriram"
}
] | null | [] | package com.conext.conext.model;
/**
* Created by Shriram on 6/23/2017.
*/
public class UpcomingEvents {
private String eventUpcomingName;
private String eventUpcomingType;
private String eventUpcomingLanguage;
private String eventUpcomingDateStart;
private String eventUpcomingMonthStart;
... | 2,165 | 0.744111 | 0.740878 | 70 | 29.928572 | 38.081985 | 291 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.514286 | false | false | 10 |
3aff954bb845ca32fb143d4ff9cbd7281cb0163f | 816,043,820,527 | 0f68e790aa8895fe39bc27f9331cc33929ec98be | /raw_dataset/66608952@hasNext@OK.java | 4494225da7835e74af8e6df5ea74c36c22f00c23 | [
"MIT"
] | permissive | ruanyuan115/code2vec_treelstm | https://github.com/ruanyuan115/code2vec_treelstm | c50b784cbe2a576905c372675270e95e64908575 | 0c5f98d280b506317738ba603b719cac6036896f | refs/heads/master | 2023-04-09T14:11:02.992000 | 2020-04-16T08:29:59 | 2020-04-16T08:29:59 | 256,151,081 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public boolean hasNext() {
if (c > 32)
return true;
while (true) {
c = nextChar();
if (c == NC)
return false;
else if (c > 32)
return true;
}
} | UTF-8 | Java | 211 | java | 66608952@hasNext@OK.java | Java | [] | null | [] | public boolean hasNext() {
if (c > 32)
return true;
while (true) {
c = nextChar();
if (c == NC)
return false;
else if (c > 32)
return true;
}
} | 211 | 0.417062 | 0.398104 | 11 | 18.272728 | 7.886593 | 26 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 10 |
e7efa8b71176c953a833a434d28c0a086df61686 | 18,090,402,265,324 | b7d8579d965579da3656db0e0918ca69829a40f8 | /src/nQueensII/NQueensII.java | 0b6fdb5be917df1c89413eec954106dfceb87fc6 | [] | no_license | ee08b397/leetcode_two | https://github.com/ee08b397/leetcode_two | 222e8047c3b70529bcce3027e4a6a60334d444b1 | 3ce3f5aa5cb909409058118f431ca04930d71902 | refs/heads/master | 2021-01-17T08:56:27.030000 | 2014-12-01T04:09:12 | 2014-12-01T04:09:12 | 42,875,788 | 1 | 0 | null | true | 2015-09-21T15:39:05 | 2015-09-21T15:39:05 | 2014-12-01T04:09:24 | 2014-12-01T04:09:23 | 564 | 0 | 0 | 0 | null | null | null | package nQueensII;
public class NQueensII{
private int n = 0;
private int[] col = null;
private int totalSolution = 0;
public int totalNQueens(int n){
if(n<=0) return 0;
this.n = n;
this.col = new int[n];//queen in ith row is in col[i]
helper(0);
return totalSolution;
... | UTF-8 | Java | 722 | java | NQueensII.java | Java | [] | null | [] | package nQueensII;
public class NQueensII{
private int n = 0;
private int[] col = null;
private int totalSolution = 0;
public int totalNQueens(int n){
if(n<=0) return 0;
this.n = n;
this.col = new int[n];//queen in ith row is in col[i]
helper(0);
return totalSolution;
... | 722 | 0.487535 | 0.476454 | 30 | 23.066668 | 13.662438 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.8 | false | false | 10 |
df62d4048ec07916afed305c2160f0815e9f394a | 16,458,314,702,764 | b1eead3d9e7ee5a06a0e6fa8c513e4b005044e8e | /prog66.java | 306878b281d4ecb52b5fd5ce63dd3ad77bb40e35 | [] | no_license | dewansh3255/JAVA-data | https://github.com/dewansh3255/JAVA-data | 19657558391e60d89f3b2802bedaff6830e37745 | 1e4fef36ce144557882b36075e6f1995ebcdea23 | refs/heads/master | 2023-03-06T03:02:52.405000 | 2021-02-12T19:12:10 | 2021-02-12T19:12:10 | 320,451,155 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //reference matching by == operator
class TestStringComparison
{
public static void main(String[] args) {
String s1 = "Sachin";
String s2 = "Sachin";
String s3 = new String("Sachin");
System.out.println(s1==s2); //true because both refer to the same instance
System.out.println(s1==s3); //false because dif... | UTF-8 | Java | 722 | java | prog66.java | Java | [
{
"context": " static void main(String[] args) {\n\t\tString s1 = \"Sachin\";\n\t\tString s2 = \"Sachin\";\n\t\tString s3 = new Strin",
"end": 129,
"score": 0.9998437166213989,
"start": 123,
"tag": "NAME",
"value": "Sachin"
},
{
"context": "[] args) {\n\t\tString s1 = \"Sachin\";\n\t... | null | [] | //reference matching by == operator
class TestStringComparison
{
public static void main(String[] args) {
String s1 = "Sachin";
String s2 = "Sachin";
String s3 = new String("Sachin");
System.out.println(s1==s2); //true because both refer to the same instance
System.out.println(s1==s3); //false because dif... | 722 | 0.724377 | 0.709141 | 24 | 29.125 | 28.472666 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 10 |
428c67d59833016b8c46ff1364a22162b0544785 | 3,917,010,185,945 | 23ecb00aa8a28c9b478116cc2e0312ef41f0758b | /comp_ehow/src/instruction/exceptions/InstructionException.java | 4c41e80daf4d1d85c6b0bc01b8a4128a25cd1e1b | [] | no_license | logicmoo/knowrob_addons | https://github.com/logicmoo/knowrob_addons | 9f36410b183d21d3c1bf8154eccc44668b139c2e | f06fcc01fddd81dd144151a8a45e75c648552fb9 | refs/heads/master | 2021-05-28T05:42:52.004000 | 2014-09-17T15:36:30 | 2014-09-17T15:36:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package instruction.exceptions;
public class InstructionException extends Exception {
private static final long serialVersionUID = -6769259958476578491L;
public InstructionException(String msg) {
super(msg);
}
}
| UTF-8 | Java | 233 | java | InstructionException.java | Java | [] | null | [] | package instruction.exceptions;
public class InstructionException extends Exception {
private static final long serialVersionUID = -6769259958476578491L;
public InstructionException(String msg) {
super(msg);
}
}
| 233 | 0.755365 | 0.67382 | 11 | 19.181818 | 23.904425 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 10 |
ee52f4f4da15d3e7f1addf94c0a08ee640723f3a | 7,241,314,903,145 | fa8a93664f6522c36eb349c037b24032dbb2b004 | /src/BankingSystemJpa/src/main/java/com/example/model/Audit.java | 49459c08df74064ddf6094c1c6171fa83a7bafb8 | [] | no_license | jaiswalabhishek543/trainingProgram | https://github.com/jaiswalabhishek543/trainingProgram | 713fd08f0e3f926ff183dc66a7344557c2dd3fe9 | 8eb0f0894f3c0275736ee49fd1db1e59640775f1 | refs/heads/master | 2020-03-11T01:39:32.214000 | 2018-06-08T15:02:20 | 2018-06-08T15:02:20 | 129,690,114 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.model;
import java.util.Date;
import java.util.UUID;
import lombok.Data;
/**
* @author abhishek
*
*/
@Data
public class Audit {
UUID eventId = UUID.randomUUID();
String eventName;
String eventType;
Date eventDate = new Date();
BaseEntity oldValue;
BaseEntity newValue;
}
| UTF-8 | Java | 308 | java | Audit.java | Java | [
{
"context": "va.util.UUID;\n\nimport lombok.Data;\n\n/**\n * @author abhishek\n *\n */\n\n@Data\npublic class Audit {\n\n\n\tUUID eventI",
"end": 119,
"score": 0.8944826722145081,
"start": 111,
"tag": "USERNAME",
"value": "abhishek"
}
] | null | [] | package com.example.model;
import java.util.Date;
import java.util.UUID;
import lombok.Data;
/**
* @author abhishek
*
*/
@Data
public class Audit {
UUID eventId = UUID.randomUUID();
String eventName;
String eventType;
Date eventDate = new Date();
BaseEntity oldValue;
BaseEntity newValue;
}
| 308 | 0.711039 | 0.711039 | 25 | 11.32 | 11.202571 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 10 |
3b75c8f5c8ee58a7ec88df77875bc196464b9a60 | 9,852,654,996,205 | 4d1fcb06fbb73b211bf3939d47811a824485dd6d | /iamazon/src/iamazon/trees/ClosestAnsestorBST.java | 53416092712321963c062fbfb6ecb31ba2fc0103 | [] | no_license | veladitya/training | https://github.com/veladitya/training | 67f3b5445a1b6e2245e8de6dafa85dd0c4379fa4 | e67b9b801bf29481f8a08cca7120c2d916a90f6f | refs/heads/master | 2020-04-09T09:24:46.761000 | 2019-12-17T18:00:42 | 2019-12-17T18:00:42 | 160,214,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package iamazon.trees;
import arrays.BinaryTree;
import arrays.Node;
public class ClosestAnsestorBST {
public static void main(String[] args) {
BinaryTree<Integer> bTree = initializeBT();
Node<Integer> node = inorderTraversal(bTree.root, 6, 20);
System.out.println(node.data);
}
public static... | UTF-8 | Java | 1,505 | java | ClosestAnsestorBST.java | Java | [] | null | [] | package iamazon.trees;
import arrays.BinaryTree;
import arrays.Node;
public class ClosestAnsestorBST {
public static void main(String[] args) {
BinaryTree<Integer> bTree = initializeBT();
Node<Integer> node = inorderTraversal(bTree.root, 6, 20);
System.out.println(node.data);
}
public static... | 1,505 | 0.640532 | 0.61196 | 60 | 23.083334 | 20.8353 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.416667 | false | false | 10 |
df8ee607aa9654a15d30185331c402b776516781 | 18,502,719,135,776 | e6e93344baa9007710010cccda96bb451e2a52eb | /benchmarks-grpc/src/main/java/uk/co/real_logic/benchmarks/grpc/remote/EchoServer.java | ecad4f01f8f501b66b9388cc7c9435c40e4e2443 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | real-logic/benchmarks | https://github.com/real-logic/benchmarks | 695c1f3bac59fcb171e2da346cf8529cfa8d0085 | 494af5dc995e0d7290ed6d87571a40434a7439ed | refs/heads/master | 2023-09-04T11:32:53.386000 | 2023-09-01T17:21:17 | 2023-09-01T17:21:30 | 40,405,884 | 88 | 36 | Apache-2.0 | false | 2023-08-17T14:01:20 | 2015-08-08T14:46:19 | 2023-05-15T19:22:40 | 2023-08-17T14:01:19 | 4,417 | 83 | 34 | 3 | Java | false | false | /*
* Copyright 2015-2023 Real Logic Limited.
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | UTF-8 | Java | 2,275 | java | EchoServer.java | Java | [] | null | [] | /*
* Copyright 2015-2023 Real Logic Limited.
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | 2,275 | 0.722637 | 0.717363 | 66 | 33.469696 | 30.796114 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.484848 | false | false | 10 |
d7c9cac19d535785f3d86b1de98c7a8a1f5ca538 | 4,217,657,917,111 | 6af9faa230d7069643e8396826f4e22cf399c8d2 | /kyckster/src/main/java/com/venkat/kyckster/dao/newuserreg/NewUserRegDao.java | 126fe349239f54b3185fb3d47a1850fe20cb99aa | [] | no_license | tallurivenkat/Kycksterproject | https://github.com/tallurivenkat/Kycksterproject | 8c9eb24f1081fe6877eb9e8decebe71ab63ce5bc | 5ad88c6a37e0f85802e239bf10a60f4d0e9f4b27 | refs/heads/master | 2021-01-22T09:58:00.443000 | 2015-09-13T20:01:05 | 2015-09-13T20:01:05 | 42,410,679 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.venkat.kyckster.dao.newuserreg;
import com.venkat.kyckster.dao.Dao;
import com.venkat.kyckster.entity.NewUser;
public interface NewUserRegDao extends Dao<NewUser, Long>
{
} | UTF-8 | Java | 189 | java | NewUserRegDao.java | Java | [] | null | [] | package com.venkat.kyckster.dao.newuserreg;
import com.venkat.kyckster.dao.Dao;
import com.venkat.kyckster.entity.NewUser;
public interface NewUserRegDao extends Dao<NewUser, Long>
{
} | 189 | 0.798942 | 0.798942 | 11 | 16.272728 | 21.69244 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 10 |
14affe6aae5edf20d5d5e97510980657b1835274 | 19,370,302,513,452 | e8d4e2c292c6436c1fa91c2398e33da88c944b3a | /Annotation101/src/main/java/com/jacky/java101/annotation/custom_annotation/UseAnnotationRuntimeClass.java | d5a2f58433e598d34b4682ebb2f31d068592f640 | [
"MIT"
] | permissive | kisserleon/java101 | https://github.com/kisserleon/java101 | 3f7f8677eea38fcf7a0a0f50c30e4799251ee745 | e24adbbfd80efba1b27999ae4de5b5d471374132 | refs/heads/master | 2020-04-13T22:56:36.402000 | 2019-02-03T20:42:53 | 2019-02-03T20:42:53 | 163,493,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jacky.java101.annotation.custom_annotation;
import java.lang.annotation.Annotation;
public class UseAnnotationRuntimeClass {
public static void main(String[] args) {
Class<MyAnnotationRuntimeClass> element = MyAnnotationRuntimeClass.class;
try {
System.out.println("Annotati... | UTF-8 | Java | 1,140 | java | UseAnnotationRuntimeClass.java | Java | [] | null | [] | package com.jacky.java101.annotation.custom_annotation;
import java.lang.annotation.Annotation;
public class UseAnnotationRuntimeClass {
public static void main(String[] args) {
Class<MyAnnotationRuntimeClass> element = MyAnnotationRuntimeClass.class;
try {
System.out.println("Annotati... | 1,140 | 0.596491 | 0.59386 | 27 | 41.222221 | 26.674072 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 10 |
ce28d53696e50b93f0b913f40f84c56032f98824 | 12,541,304,561,108 | 7bb2fb21c7d95bb35b6376222679776db87c84cb | /server/src/main/java/org/bonitasoft/web/rest/server/api/bdm/BusinessDataQueryResource.java | a28aaf3135aba247dab4eb4310a0a0fe2a912d3a | [] | no_license | teppi210/bonita-web | https://github.com/teppi210/bonita-web | c43f2a630e4d76777084810f445e8b05ffa022a9 | fc6ea9b3ecd617064c6230d1502d3fa8773576bb | refs/heads/master | 2022-12-04T01:16:50.078000 | 2020-08-18T12:24:35 | 2020-08-18T12:24:35 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /** Copyright (C) 2014 Bonitasoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* 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 version 2.0 of the License, or
* (at your ... | UTF-8 | Java | 4,255 | java | BusinessDataQueryResource.java | Java | [
{
"context": "ght (C) 2014 Bonitasoft S.A.\n * BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble\n * This program is free software",
"end": 75,
"score": 0.9996413588523865,
"start": 61,
"tag": "NAME",
"value": "Gustave Eiffel"
},
{
"context": ";\nimport org.restlet.resource.Get;\n\n... | null | [] | /** Copyright (C) 2014 Bonitasoft S.A.
* BonitaSoft, 32 rue <NAME> - 38000 Grenoble
* 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 version 2.0 of the License, or
* (at your option) ... | 4,235 | 0.748531 | 0.743361 | 90 | 46.277779 | 36.942905 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.755556 | false | false | 10 |
63c0becc0b52d33eb73acf57e3cc5b3d836487ee | 21,268,678,064,009 | 385c6480efe77d3727edad3b98d909d6f1145bfb | /diving-parent/diving-service-shop/src/main/java/com/liaoin/diving/service/PayService.java | a166a8587d6e682facc7902b043cc45398b7af2c | [] | no_license | baojize/liaoin-diving | https://github.com/baojize/liaoin-diving | cda1180d275d2bf39d6fbb1a2ba29341c0158675 | 911a3204a73e8d3919b40a3edf22ef6718282982 | refs/heads/master | 2020-03-26T11:05:37.631000 | 2018-08-03T01:05:53 | 2018-08-03T01:05:53 | 144,827,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.liaoin.diving.service;
import com.alipay.api.AlipayApiException;
import com.liaoin.diving.entity.Order;
import com.liaoin.diving.entity.SystemAlipay;
import com.liaoin.diving.entity.SystemWxpay;
/**
* 支付服务
*
* @author 张权立
* @date 2018/6/8 9:58
*/
public interface PayService {
/**
* 支付宝支付
... | UTF-8 | Java | 920 | java | PayService.java | Java | [
{
"context": "ng.entity.SystemWxpay;\n\n/**\n * 支付服务\n *\n * @author 张权立\n * @date 2018/6/8 9:58\n */\npublic interface PaySe",
"end": 238,
"score": 0.9997929930686951,
"start": 235,
"tag": "NAME",
"value": "张权立"
}
] | null | [] | package com.liaoin.diving.service;
import com.alipay.api.AlipayApiException;
import com.liaoin.diving.entity.Order;
import com.liaoin.diving.entity.SystemAlipay;
import com.liaoin.diving.entity.SystemWxpay;
/**
* 支付服务
*
* @author 张权立
* @date 2018/6/8 9:58
*/
public interface PayService {
/**
* 支付宝支付
... | 920 | 0.660714 | 0.649235 | 35 | 21.4 | 20.37253 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.257143 | false | false | 10 |
edb1a0c5769221eeedd138ff5902853b2188cd07 | 20,950,850,503,094 | d7650e745b9ec553bacf75ae41d38e5d1bef8f26 | /src/main/java/com/fable/dynamicDataSource/dao/TenantDao.java | 8d58a5bc22138a1251df898dc5fd99c8b8f429fa | [] | no_license | SKIIce/DynamicRegisterDataSource | https://github.com/SKIIce/DynamicRegisterDataSource | 21c16476466492e9edc337c8b902bb2c8242f631 | e46ae7d447f65146128feda2c3dbf72167939b49 | refs/heads/master | 2020-04-09T17:59:34.884000 | 2018-12-07T02:45:35 | 2018-12-07T02:45:35 | 160,498,295 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fable.dynamicDataSource.dao;
import com.fable.dynamicDataSource.domain.Tenant;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface TenantDao extends JpaRepository<Tenant, String> {
List<Tenant> findByTenantID(String tenantID);
List<Tenant> findBy... | UTF-8 | Java | 373 | java | TenantDao.java | Java | [] | null | [] | package com.fable.dynamicDataSource.dao;
import com.fable.dynamicDataSource.domain.Tenant;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface TenantDao extends JpaRepository<Tenant, String> {
List<Tenant> findByTenantID(String tenantID);
List<Tenant> findBy... | 373 | 0.812332 | 0.812332 | 12 | 30.083334 | 28.037054 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 10 |
9c199d3423d827266ee44353928b201f949cc18a | 24,781,961,345,175 | 68e2072d57778cdbfc955f96f015b570a0d3d7c2 | /backend/kynapp/src/main/java/com/lithan/service/UserServiceImpl.java | 4f19715a6b9327ba9ef464fccbaa4827d4d9e7dd | [] | no_license | rohittendulkar/KnowYourNeighbourhood | https://github.com/rohittendulkar/KnowYourNeighbourhood | c9af64d57b699769b2583d885eb6caa16bcd702e | 865150620858518bd39e10f1d22ed174fc148020 | refs/heads/main | 2023-08-03T05:06:55.753000 | 2021-09-25T05:35:36 | 2021-09-25T05:35:36 | 409,109,498 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lithan.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.lithan.entities.Users;
import com.lithan.repository.UserRepo;
@Service
@Transactional
pub... | UTF-8 | Java | 1,180 | java | UserServiceImpl.java | Java | [] | null | [] | package com.lithan.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.lithan.entities.Users;
import com.lithan.repository.UserRepo;
@Service
@Transactional
pub... | 1,180 | 0.690678 | 0.690678 | 55 | 19.454546 | 18.572529 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.763636 | false | false | 10 |
99b72323378eae40afd52af82fcd7ec7464cee41 | 24,781,961,345,134 | d318650f0602c1dec16b2573f1fe87327b7480d1 | /app/src/main/java/com/downtail/wanandroid/ui/mine/activity/PreferenceActivity.java | 3ca60088a3a01071e8033a17d3382a0cfa024c4c | [] | no_license | downtail/WanAndroid | https://github.com/downtail/WanAndroid | 6fa2ecf13313adce2c09a11a62b115c9e9911306 | f6199f5938c34be25a59b3094ea25dbbbc9ad147 | refs/heads/master | 2023-01-24T20:45:44.804000 | 2020-11-27T16:14:23 | 2020-11-27T16:14:23 | 209,524,753 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.downtail.wanandroid.ui.mine.activity;
import android.view.View;
import android.widget.TextView;
import com.downtail.wanandroid.R;
import com.downtail.wanandroid.base.activity.BaseActivity;
import com.downtail.wanandroid.contract.mine.PreferenceContract;
import com.downtail.wanandroid.presenter.mine.Prefer... | UTF-8 | Java | 1,957 | java | PreferenceActivity.java | Java | [] | null | [] | package com.downtail.wanandroid.ui.mine.activity;
import android.view.View;
import android.widget.TextView;
import com.downtail.wanandroid.R;
import com.downtail.wanandroid.base.activity.BaseActivity;
import com.downtail.wanandroid.contract.mine.PreferenceContract;
import com.downtail.wanandroid.presenter.mine.Prefer... | 1,957 | 0.656617 | 0.656617 | 76 | 24.75 | 22.380751 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.381579 | false | false | 10 |
0a366ef0f97b195e708ecaea30c12f57976d9688 | 17,514,876,633,265 | 952da83623578457298e274144afef6d3c00e944 | /ferox-renderer/src/main/java/com/ferox/renderer/builder/Builder.java | 184be09e2d22b3c23de0eca1b4fa50ae1e31b15b | [
"BSD-2-Clause"
] | permissive | lhkbob/ferox | https://github.com/lhkbob/ferox | fb763c7546f2b186f548b13158c67142cff882bf | d35e8cfb5b4e2b70ada16d57bdd002e6c3e13846 | refs/heads/main | 2022-05-21T02:52:01.737000 | 2018-06-15T23:10:07 | 2018-06-15T23:10:07 | 254,251,091 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Ferox, a graphics and game library in Java
*
* Copyright (c) 2012, Michael Ludwig
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain t... | UTF-8 | Java | 2,811 | java | Builder.java | Java | [
{
"context": "and game library in Java\n *\n * Copyright (c) 2012, Michael Ludwig\n * All rights reserved.\n *\n * Redistribution and ",
"end": 89,
"score": 0.9998716115951538,
"start": 75,
"tag": "NAME",
"value": "Michael Ludwig"
},
{
"context": " been called it is no longer usable.... | null | [] | /*
* Ferox, a graphics and game library in Java
*
* Copyright (c) 2012, <NAME>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above... | 2,795 | 0.725009 | 0.723586 | 55 | 50.109093 | 37.928005 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 10 |
2a42cfe32ae30b70dbcaac449c2d0b7bf1424b92 | 3,315,714,756,611 | 4683c1c3c2f8ac6f3d6b05a8d21739d6d79715e5 | /app/src/main/java/com/kk2/user/core/AppConfig.java | d05b303ae2502f80dafd1c7d86a085cf4805e3f8 | [] | no_license | exgundam/ImApp | https://github.com/exgundam/ImApp | dfe2188552d67babe7dd5d4ef2373ff55745d957 | ecbf19cd572ed808644138d94fef2899eed1fe3f | refs/heads/master | 2022-01-14T10:44:27.460000 | 2019-07-04T10:25:39 | 2019-07-04T10:25:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kk2.user.core;
import com.kk2.user.BuildConfig;
/**
* Created on 17-8-1
*
* @author liuhuijie
*/
public interface AppConfig {
String API_HOST = BuildConfig.API_HOST;
String API_HOST_WEB = BuildConfig.API_HOST+"hello";
String APP_LOGO="https://i1.whymtj.com/uploads/tu/201905/9999/c0a02... | UTF-8 | Java | 417 | java | AppConfig.java | Java | [
{
"context": "ildConfig;\n\n/**\n * Created on 17-8-1\n *\n * @author liuhuijie\n */\n\npublic interface AppConfig {\n\n String API",
"end": 111,
"score": 0.9974441528320312,
"start": 102,
"tag": "USERNAME",
"value": "liuhuijie"
}
] | null | [] | package com.kk2.user.core;
import com.kk2.user.BuildConfig;
/**
* Created on 17-8-1
*
* @author liuhuijie
*/
public interface AppConfig {
String API_HOST = BuildConfig.API_HOST;
String API_HOST_WEB = BuildConfig.API_HOST+"hello";
String APP_LOGO="https://i1.whymtj.com/uploads/tu/201905/9999/c0a02... | 417 | 0.669065 | 0.613909 | 24 | 16.375 | 21.948448 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 10 |
dc1c8cd70eb3b2fca198922ae880ae0b9a561806 | 20,710,332,349,530 | ae6e0b866070a987fd700dce4652d13ede0d222c | /src/main/java/io/fares/bind/xjc/plugins/substitution/SubstitutionPropertyBase.java | 2a3ada0b0cd70868cd07176ce3beab8e1cafd2f0 | [
"Apache-2.0"
] | permissive | bertramn/jaxb-substitution-plugin | https://github.com/bertramn/jaxb-substitution-plugin | 731614412f66e2af1c9fd25ac3408526f14a5617 | d46a5b875160aabaab031e9cadd09039444cf92e | refs/heads/master | 2021-10-13T05:35:21.033000 | 2019-05-06T23:24:37 | 2019-05-06T23:24:37 | 83,877,898 | 4 | 2 | Apache-2.0 | false | 2021-09-30T12:44:39 | 2017-03-04T08:09:16 | 2019-05-06T23:28:53 | 2019-05-06T23:28:51 | 85 | 1 | 2 | 3 | Java | false | false | package io.fares.bind.xjc.plugins.substitution;
import com.sun.codemodel.JAnnotationUse;
import com.sun.codemodel.JClass;
import com.sun.codemodel.JFieldVar;
import com.sun.tools.xjc.model.CClassInfo;
import com.sun.tools.xjc.model.CElement;
import com.sun.tools.xjc.model.CPropertyInfo;
import com.sun.tools.xjc.outlin... | UTF-8 | Java | 4,426 | java | SubstitutionPropertyBase.java | Java | [
{
"context": "e or package visible only, see https://github.com/eclipse-ee4j/jaxb-ri/issues/1314\n\n// field.removeAnnotation",
"end": 3202,
"score": 0.999434769153595,
"start": 3190,
"tag": "USERNAME",
"value": "eclipse-ee4j"
}
] | null | [] | package io.fares.bind.xjc.plugins.substitution;
import com.sun.codemodel.JAnnotationUse;
import com.sun.codemodel.JClass;
import com.sun.codemodel.JFieldVar;
import com.sun.tools.xjc.model.CClassInfo;
import com.sun.tools.xjc.model.CElement;
import com.sun.tools.xjc.model.CPropertyInfo;
import com.sun.tools.xjc.outlin... | 4,426 | 0.732942 | 0.730004 | 129 | 33.310078 | 36.272823 | 222 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488372 | false | false | 10 |
4fc681622696afa2fe028902e3f2dd327c295fca | 20,650,202,769,821 | 40944b63e0ac81a93fa040110fb74b3ac2b83026 | /src/main/java/com/pangio/magazine/api/repository/MagazineRepository.java | 3501ac5cd55b3c247c25121939f3e852a6df5786 | [] | no_license | pangio/java-spring-boot-restful-api | https://github.com/pangio/java-spring-boot-restful-api | a56b062c66de332589a4d3e7c43557db92ecd4df | 073285b3a1d90bdab5a3943cd0fe00afc1100e41 | refs/heads/master | 2016-09-06T18:55:00.559000 | 2015-03-22T00:19:38 | 2015-03-22T00:19:38 | 31,178,250 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pangio.magazine.api.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.pangio.magazine.api.domain.Magazine;
/**
* {@link MagazineRepository} is where all the {@link Magazine}s will be stored.
* Also see {@link JpaReposi... | UTF-8 | Java | 739 | java | MagazineRepository.java | Java | [
{
"context": ".\n * Also see {@link JpaRepository}\n * \n * @author pangio\n */\n@Repository\npublic interface MagazineReposito",
"end": 347,
"score": 0.9995281100273132,
"start": 341,
"tag": "USERNAME",
"value": "pangio"
}
] | null | [] | package com.pangio.magazine.api.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.pangio.magazine.api.domain.Magazine;
/**
* {@link MagazineRepository} is where all the {@link Magazine}s will be stored.
* Also see {@link JpaReposi... | 739 | 0.725304 | 0.725304 | 31 | 22.838709 | 23.261621 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 10 |
0a2a136392a7b88971523573a280795b9a7f3453 | 25,752,623,931,989 | bbb8ed0407f8fda5a8735d98dbef15eabe91a022 | /dryad-core/src/main/java/com/typesafe/config/impl/DescriptionConfigOrigin.java | e39b887370ab3028b8101b87b880f50dfc15ce37 | [] | no_license | growingio/dryad | https://github.com/growingio/dryad | 5e18e6b96e6a9ca985d25c01c5969ad9e9d04e16 | 0a775f49d1cfbc261d8b431708730f0f8e3d8954 | refs/heads/master | 2021-01-10T10:59:11.185000 | 2020-07-15T05:52:48 | 2020-07-15T05:52:48 | 54,114,847 | 7 | 4 | null | false | 2020-02-09T15:38:55 | 2016-03-17T12:07:22 | 2019-07-18T03:52:19 | 2020-02-09T15:38:54 | 178 | 4 | 3 | 0 | Scala | false | false | package com.typesafe.config.impl;
import com.typesafe.config.ConfigOrigin;
import java.net.URL;
import java.util.List;
/**
* Component:
* Description:
* Date: 16/4/12
*
* @author Andy Ai
*/
public class DescriptionConfigOrigin implements ConfigOrigin {
private SimpleConfigOrigin simpleConfigOrigin;
pu... | UTF-8 | Java | 1,320 | java | DescriptionConfigOrigin.java | Java | [
{
"context": "nt:\n * Description:\n * Date: 16/4/12\n *\n * @author Andy Ai\n */\npublic class DescriptionConfigOrigin implemen",
"end": 194,
"score": 0.9998401403427124,
"start": 187,
"tag": "NAME",
"value": "Andy Ai"
}
] | null | [] | package com.typesafe.config.impl;
import com.typesafe.config.ConfigOrigin;
import java.net.URL;
import java.util.List;
/**
* Component:
* Description:
* Date: 16/4/12
*
* @author <NAME>
*/
public class DescriptionConfigOrigin implements ConfigOrigin {
private SimpleConfigOrigin simpleConfigOrigin;
pub... | 1,319 | 0.680303 | 0.676515 | 61 | 20.639345 | 20.72777 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.229508 | false | false | 10 |
1987358ef51583805e600e3d0118ee0ff78b51df | 2,319,282,393,073 | 3746de18aa7723a2eefa49f9635cd5ce4d6be701 | /Scholarship/src/AdminPac/AddStudentRec.java | 50f77cae4c2c82fe405a99ba1f9ee85f26317a4a | [] | no_license | anLA7856/Scholarship | https://github.com/anLA7856/Scholarship | 2c230a05da5613c0bc4f69ede3af781e3fd3f70b | 830621122e800934e23d1084f7f2ee04a5c5881d | refs/heads/master | 2016-08-12T05:24:34.183000 | 2016-03-07T16:20:56 | 2016-03-07T16:20:56 | 53,132,669 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package AdminPac;
import java.awt.Color;
import java.awt.Cursor;
import java.awt.Desktop;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.io.File;
import java.io.IOException;
import java.sql.Connection;
import ja... | GB18030 | Java | 18,017 | java | AddStudentRec.java | Java | [
{
"context": "\n/**\n * 这是添加学生信息记录的主窗体, 过两天一定要改!!!\n * \n * @author U-anLA\n * \n */\npublic class AddStudentRec extends JPanel",
"end": 991,
"score": 0.9991774559020996,
"start": 985,
"tag": "USERNAME",
"value": "U-anLA"
}
] | null | [] | package AdminPac;
import java.awt.Color;
import java.awt.Cursor;
import java.awt.Desktop;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.io.File;
import java.io.IOException;
import java.sql.Connection;
import ja... | 18,017 | 0.614336 | 0.592196 | 678 | 23.11652 | 20.15097 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.216814 | false | false | 10 |
73df27e109e1dc361a1f292f649490099af82f7b | 4,406,636,500,806 | 48a2da76d8fcdb2f162f6778259a525d46c39fa2 | /src/fr/games/eternalgames/listener/ListenerMoving.java | c516131cbd7536570d7020ddca776bff67b11148 | [] | no_license | EternalRat/EternalGames | https://github.com/EternalRat/EternalGames | 70c49af3f9a93de662f4338cc6882b81a97e424e | d382cbcba4c44b36adb5e289227548a754c6e629 | refs/heads/master | 2022-04-15T14:34:33.627000 | 2020-04-05T22:17:00 | 2020-04-05T22:17:00 | 241,842,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.games.eternalgames.listener;
import org.bukkit.entity.Player;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerMoveEvent;
import fr.games.eternalgames.EternalGames;
public class ListenerMoving implements Listener {
private EternalGames main;
public ListenerMoving(Ete... | UTF-8 | Java | 516 | java | ListenerMoving.java | Java | [] | null | [] | package fr.games.eternalgames.listener;
import org.bukkit.entity.Player;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerMoveEvent;
import fr.games.eternalgames.EternalGames;
public class ListenerMoving implements Listener {
private EternalGames main;
public ListenerMoving(Ete... | 516 | 0.718992 | 0.718992 | 24 | 19.583334 | 18.493053 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.125 | false | false | 10 |
c11066df9b0e6d799e67fd836547dbb9f1302e58 | 13,675,175,897,450 | 352aae0466253724aff631aea6566839c4336320 | /core/src/main/java/org/elasticsearch/search/aggregations/Aggregation.java | 4a0dabc5c23b50e4b0e7869558f3c482b655c3b0 | [
"Apache-2.0"
] | permissive | beihuxiansheng/elasticsearch-token | https://github.com/beihuxiansheng/elasticsearch-token | 94abe11e64cd0a09252194f1d3796049379820b2 | a5d6ea630b053385d7b86feeb31058a3f7865b0d | refs/heads/master | 2020-03-29T15:28:33.208000 | 2017-06-19T07:19:45 | 2017-06-19T07:19:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you u... | UTF-8 | Java | 5,380 | java | Aggregation.java | Java | [] | null | [] | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you u... | 5,380 | 0.7829 | 0.781041 | 267 | 19.146067 | 51.814541 | 796 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.097378 | false | false | 10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.