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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f6b3878a0bcdf627a9c32ff50ab6ab784e1f4a08 | 24,343,874,690,250 | dcab5274f066975e6dab2bd88754e1610b69b932 | /src/com/asiainfo/dao/IUserDao.java | e27ee18355bc531a4c38f39fa31a72b9be0c9059 | [] | no_license | zhangzhiwang/spring | https://github.com/zhangzhiwang/spring | 6427b404169eb8f9f41e5f634f46784664f9aeba | 1a0668fe307ca6b109018397c93b38a68b3c767c | refs/heads/master | 2016-08-19T15:49:43.399000 | 2016-07-20T23:42:58 | 2016-07-20T23:42:58 | 63,779,783 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.asiainfo.dao;
import com.asiainfo.entity.UserEntity;
/**
* UserDao接口
*
* @author zhiwangzhang
* @date 2016年7月20日 下午9:49:22
*/
public interface IUserDao {
void add(UserEntity ue);
void delete(int id);
void update(int id);
UserEntity query();
}
| UTF-8 | Java | 286 | java | IUserDao.java | Java | [
{
"context": "entity.UserEntity;\n\n/**\n * UserDao接口\n *\n * @author zhiwangzhang\n * @date 2016年7月20日 下午9:49:22\n */\npublic interfac",
"end": 110,
"score": 0.980453372001648,
"start": 98,
"tag": "USERNAME",
"value": "zhiwangzhang"
}
] | null | [] | package com.asiainfo.dao;
import com.asiainfo.entity.UserEntity;
/**
* UserDao接口
*
* @author zhiwangzhang
* @date 2016年7月20日 下午9:49:22
*/
public interface IUserDao {
void add(UserEntity ue);
void delete(int id);
void update(int id);
UserEntity query();
}
| 286 | 0.694853 | 0.650735 | 19 | 13.315789 | 12.303412 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.684211 | false | false | 9 |
d2a90148e6f6eeabd131b036a95ffb20ab6ebacd | 14,405,320,357,379 | 5f7177d1c67a0eb4fed2381819d6dae72f0ccc2c | /caliper-worker/src/main/java/com/google/caliper/worker/instrument/WorkerInstrumentModule.java | 3dda8b33aa313e09374ac559f1e8bde4c566dc4d | [
"Apache-2.0"
] | permissive | google/caliper | https://github.com/google/caliper | 96b1b8a2766c2a661cc45d5ba4201d59e38f20a8 | a38bbf8615d0e65aa9741af452080545ec9786c9 | refs/heads/master | 2023-08-23T17:15:54.081000 | 2023-08-01T15:01:58 | 2023-08-01T15:02:34 | 35,890,978 | 875 | 137 | Apache-2.0 | false | 2023-08-01T15:02:40 | 2015-05-19T15:28:40 | 2023-07-24T09:39:39 | 2023-08-01T15:02:39 | 8,709 | 792 | 118 | 114 | Java | false | false | /*
* Copyright (C) 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | UTF-8 | Java | 5,933 | java | WorkerInstrumentModule.java | Java | [] | null | [] | /*
* Copyright (C) 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 5,933 | 0.742457 | 0.740941 | 178 | 32.331459 | 27.109167 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421348 | false | false | 9 |
ddc48afb3919fc1097a74895317c13b3ce22be79 | 15,393,162,844,956 | a4e53cb6acbfd3410752c7be02bff671dc03c6c7 | /core/src/com/aaa/game/StatScreen.java | f4be934c11a14853fef1e98ed1cba02ca3a8f26f | [] | no_license | dsun15/AAA | https://github.com/dsun15/AAA | 12f3ac1103adf0607c0b337128adb1337f5827ed | fd4503f5c9ef9f0dc5a3bed8f60f112e88a2bd0a | refs/heads/master | 2018-10-22T14:31:03.760000 | 2018-09-16T23:49:21 | 2018-09-16T23:49:21 | 130,140,712 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aaa.game;
import java.util.Arrays;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.utils.viewport.FitViewport;
import com.badlogic.gdx.utils.viewport.Viewpo... | UTF-8 | Java | 3,266 | java | StatScreen.java | Java | [] | null | [] | package com.aaa.game;
import java.util.Arrays;
import com.badlogic.gdx.Screen;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.OrthographicCamera;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.utils.viewport.FitViewport;
import com.badlogic.gdx.utils.viewport.Viewpo... | 3,266 | 0.664728 | 0.634415 | 130 | 24.123077 | 19.433126 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.3 | false | false | 9 |
a2d094f2cec4579f604135a20d1f15921a93421f | 20,186,346,355,818 | f8f9a841a896c45b562e5fc2cee4fd9d58e13523 | /atlassian-plugins-webresource/src/main/java/com/atlassian/plugin/webresource/ResourceUtils.java | 07b3f7676d64607001231bf2792a7b64bc185fc9 | [] | no_license | gitsense/atlassian-plugins-webresource | https://github.com/gitsense/atlassian-plugins-webresource | bcfe87e43fecf374d81e3e7f03656c9cb24412ff | e76b0c388e75fea8cb6d9e7856d3139bf5372ff1 | refs/heads/master | 2016-08-11T03:14:37.537000 | 2016-01-21T00:45:13 | 2016-01-21T00:45:13 | 50,911,744 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atlassian.plugin.webresource;
import com.atlassian.util.concurrent.NotNull;
import java.util.Map;
import java.util.TreeMap;
import javax.servlet.http.HttpServletRequest;
public class ResourceUtils
{
/**
* @since 2.13
*/
public static final String STATIC_HASH = "_statichash";
/**
... | UTF-8 | Java | 2,659 | java | ResourceUtils.java | Java | [] | null | [] | package com.atlassian.plugin.webresource;
import com.atlassian.util.concurrent.NotNull;
import java.util.Map;
import java.util.TreeMap;
import javax.servlet.http.HttpServletRequest;
public class ResourceUtils
{
/**
* @since 2.13
*/
public static final String STATIC_HASH = "_statichash";
/**
... | 2,659 | 0.614141 | 0.608876 | 86 | 29.918604 | 29.531305 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.406977 | false | false | 9 |
980d1d65c2c5879ecea437099000b9548274b76f | 10,746,008,229,211 | e529a8e2202125766e7942aa0678323abbdfd886 | /app/src/main/java/com/zyla/musicapp/adapter/MusicAdapter.java | 4b5491fc5f7897ff0f6d9a79b8a5424e6784b84b | [] | no_license | iamatulkumar/Demo-Music-App | https://github.com/iamatulkumar/Demo-Music-App | 80b57efcf38e2f80929b85dc39b5bce4e4228800 | 2551fd3c92aa85e9dfc5ff94f1fa21b52829a5e2 | refs/heads/master | 2021-09-06T06:48:29.124000 | 2018-02-03T12:27:16 | 2018-02-03T12:27:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zyla.musicapp.adapter;
/**
* Created by pratap.kesaboyina on 24-12-2014.
*/
import android.content.Context;
import android.databinding.DataBindingUtil;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.Layout... | UTF-8 | Java | 2,510 | java | MusicAdapter.java | Java | [
{
"context": "kage com.zyla.musicapp.adapter;\n\n/**\n * Created by pratap.kesaboyina on 24-12-2014.\n */\n\nimport android.content.Contex",
"end": 71,
"score": 0.9962535500526428,
"start": 54,
"tag": "NAME",
"value": "pratap.kesaboyina"
}
] | null | [] | package com.zyla.musicapp.adapter;
/**
* Created by pratap.kesaboyina on 24-12-2014.
*/
import android.content.Context;
import android.databinding.DataBindingUtil;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.Layout... | 2,510 | 0.69761 | 0.693227 | 85 | 28.541176 | 27.414703 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 9 |
53978c8c91cfb12ae87a78c78f88856c92fbdc82 | 10,746,008,227,953 | 3b91ed788572b6d5ac4db1bee814a74560603578 | /com/tencent/mm/pluginsdk/ui/d/l.java | dbba3185a671ed74582dbe6a8f7b1267baaaec28 | [] | no_license | linsir6/WeChat_java | https://github.com/linsir6/WeChat_java | a1deee3035b555fb35a423f367eb5e3e58a17cb0 | 32e52b88c012051100315af6751111bfb6697a29 | refs/heads/master | 2020-05-31T05:40:17.161000 | 2018-08-28T02:07:02 | 2018-08-28T02:07:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.pluginsdk.ui.d;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface.OnDismissListener;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.provider.ContactsContract.Contacts;
import android.widget.Toast;
... | UTF-8 | Java | 9,901 | java | l.java | Java | [
{
"context": " if (oV == null || oV == \"\" || oV.endsWith(\"@chatroom\") || q.gQ(oV)) {\n strArr = boolean",
"end": 5675,
"score": 0.7610802054405212,
"start": 5667,
"tag": "USERNAME",
"value": "chatroom"
}
] | null | [] | package com.tencent.mm.pluginsdk.ui.d;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface.OnDismissListener;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.provider.ContactsContract.Contacts;
import android.widget.Toast;
... | 9,901 | 0.567922 | 0.559236 | 230 | 42.047825 | 52.993622 | 506 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.069565 | false | false | 9 |
892d501060dcfe70fd70b1b9355f38dc87d1a9c5 | 24,962,349,978,919 | 2047960e2672c62816ca6cd57bb6ed2023d36973 | /gcloud-shop-domain/src/main/java/com/gcloud/shop/domain/GoodsItem.java | 26743787647bdd839762bfe3283d2e2a2663d33e | [] | no_license | houzhenggang/gcloud-shop | https://github.com/houzhenggang/gcloud-shop | f31533fb45bf17f61e1b7cef2331157cb68aa133 | dbf16162600fa999de7fd6feb67089d40dcc00b8 | refs/heads/master | 2020-03-29T09:09:48.815000 | 2016-10-10T01:47:30 | 2016-10-10T01:47:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gcloud.shop.domain;
import java.util.Date;
public class GoodsItem {
/**
* 主键 <p/>
* This field corresponds to the database column tb_goods_item.id
*
* @mbggenerated Tue Aug 16 23:58:39 CST 2016
*/
private Long id;
/**
* 门店ID <p/>
* This field corresponds to ... | UTF-8 | Java | 21,174 | java | GoodsItem.java | Java | [] | null | [] | package com.gcloud.shop.domain;
import java.util.Date;
public class GoodsItem {
/**
* 主键 <p/>
* This field corresponds to the database column tb_goods_item.id
*
* @mbggenerated Tue Aug 16 23:58:39 CST 2016
*/
private Long id;
/**
* 门店ID <p/>
* This field corresponds to ... | 21,174 | 0.612959 | 0.568089 | 677 | 27.246677 | 26.29179 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.096012 | false | false | 9 |
ae35f0102a8beb51a9a6834db0e1e961d209acad | 10,703,058,569,159 | 430dce14e611a254c52ed0205c7a171b339175b5 | /src/java/edu/yale/cs/hadoopdb/connector/DBWritable.java | db41b6b8555f995abdb82cb1240f89718d5dc67e | [
"Apache-2.0"
] | permissive | libin/hadoopdb | https://github.com/libin/hadoopdb | bd9eae96a1c71c81a3d4acb8ad37e16efdb64505 | 6c15dadd86ae6cc2e69e5b8501fcb04d92a6885e | refs/heads/master | 2021-01-20T00:56:35.840000 | 2010-11-15T04:12:27 | 2010-11-15T04:12:27 | 12,355,026 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2009 HadoopDB Team (http://db.cs.yale.edu/hadoopdb/hadoopdb.html)
*
* 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
*
... | UTF-8 | Java | 1,515 | java | DBWritable.java | Java | [] | null | [] | /**
* Copyright 2009 HadoopDB Team (http://db.cs.yale.edu/hadoopdb/hadoopdb.html)
*
* 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
*
... | 1,515 | 0.737954 | 0.732673 | 44 | 33.43182 | 30.805399 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 9 |
d765711a8e364fccc3f65bfe14fafa26e0a11a85 | 10,703,058,569,961 | 4d7f05a0c13c66073dcaab800e380a62a07d7283 | /app/src/main/java/com/acbelter/maptest/MainActivity.java | 19cfeaafc0fe529ca08cabac513a9bff73e4ca7f | [] | no_license | acbelter/GoogleMapsTest | https://github.com/acbelter/GoogleMapsTest | fbbd2abd054ffc66b823a5b5537e8f629ab2acc3 | a040b03c8a530ca9b44a763b2e177c4d0095df7b | refs/heads/master | 2021-01-01T05:12:37.278000 | 2016-05-12T20:36:41 | 2016-05-12T20:36:41 | 58,627,570 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.acbelter.maptest;
import android.content.Intent;
import android.os.Bundle;
import android.util.Pair;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.redmadrobot.chronos.gui.activity.ChronosAppCompatActivity;
public class Main... | UTF-8 | Java | 3,812 | java | MainActivity.java | Java | [] | null | [] | package com.acbelter.maptest;
import android.content.Intent;
import android.os.Bundle;
import android.util.Pair;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.redmadrobot.chronos.gui.activity.ChronosAppCompatActivity;
public class Main... | 3,812 | 0.630378 | 0.630378 | 104 | 35.653847 | 26.116518 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.663462 | false | false | 9 |
0645986dc9fca5ae50a68a1985fa6beac184f171 | 32,461,362,839,057 | e245da2da841089900f82ddefe3636c817b1d4a9 | /src/com/sinosoft/lis/userMan/LDUserManBLS.java | 15527d0b1fb518532ad04669f7b1a6d3bb6f7b8b | [] | no_license | ssdtfarm/Productoin_CMS | https://github.com/ssdtfarm/Productoin_CMS | 46820daa441b449bd96ec699c554bb594017b63e | 753818ca1ddb1b05e5d459b8028580b7ac8250b5 | refs/heads/master | 2020-04-12T22:54:13.456000 | 2016-04-14T06:44:57 | 2016-04-14T06:44:57 | 60,250,819 | 0 | 3 | null | true | 2016-06-02T09:29:06 | 2016-06-02T09:29:05 | 2016-04-22T02:40:11 | 2016-04-22T02:40:01 | 69,526 | 0 | 0 | 0 | null | null | null | /**
* Copyright (c) 2002 sinosoft Co. Ltd.
* All right reserved.
*/
package com.sinosoft.lis.userMan;
import com.sinosoft.Resource.bundle;
import java.sql.Connection;
import java.util.ArrayList;
import java.util.List;
import com.sinosoft.lis.db.LDMenuGrpDB;
import com.sinosoft.lis.db.LDMenuGrpToMenuDB;
import co... | UTF-8 | Java | 16,507 | java | LDUserManBLS.java | Java | [
{
"context": "c) 2002</p>\n * <p>Company: Sinosoft</p>\n * @author Dingzhong\n * @version 1.0\n */\n\npublic class LDUserManBLS\n{\n",
"end": 1047,
"score": 0.6850042343139648,
"start": 1038,
"tag": "USERNAME",
"value": "Dingzhong"
}
] | null | [] | /**
* Copyright (c) 2002 sinosoft Co. Ltd.
* All right reserved.
*/
package com.sinosoft.lis.userMan;
import com.sinosoft.Resource.bundle;
import java.sql.Connection;
import java.util.ArrayList;
import java.util.List;
import com.sinosoft.lis.db.LDMenuGrpDB;
import com.sinosoft.lis.db.LDMenuGrpToMenuDB;
import co... | 16,507 | 0.526889 | 0.525616 | 452 | 33.763275 | 24.348669 | 215 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539823 | false | false | 9 |
faa934eaed4e30dce73203c2ecb07453975a68d3 | 5,815,385,752,272 | 7f17b01d699a7999f3d58ee9d3c94114df5317e5 | /sample/Java/eSDK_TP_Demo_CS_Java/src/com/huawei/esdk/csdemo/action/LoginAction.java | b4e5dfc4c4e2de9518f28f40dcac51bbb5ef0a58 | [
"Apache-2.0"
] | permissive | Huawei/eSDK_TP_SDK_Java | https://github.com/Huawei/eSDK_TP_SDK_Java | 6858031298a74cfb1e12270757eb0ebb0d8b128d | 6f4680e86f2f3eb47546fc16e8cd3a5ce61e3ea8 | refs/heads/master | 2018-03-21T02:52:53.436000 | 2016-08-31T01:49:34 | 2016-08-31T01:49:34 | 66,938,889 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright 2016 Huawei Technologies Co., Ltd. All rights reserved.
* eSDK is 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
*
* ... | UTF-8 | Java | 2,184 | java | LoginAction.java | Java | [] | null | [] | /**
* Copyright 2016 Huawei Technologies Co., Ltd. All rights reserved.
* eSDK is 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
*
* ... | 2,184 | 0.630435 | 0.623819 | 61 | 33.688526 | 27.843557 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42623 | false | false | 9 |
6f35cefe1c80c87ff255ee3edec850c0f63f42f8 | 27,556,510,209,167 | 12108fccd173d9688bb127b0dd48cd872b653fe1 | /SinglyLinkedListImplementation/src/test/TestNode.java | 7f489a4adc98499778fbca31e31989afc08748a7 | [] | no_license | nagask/MicrosoftPractice | https://github.com/nagask/MicrosoftPractice | 7d560166abc9b35ac00e6895432c4dd11f475da9 | ea18e9f6364c4f4cb8be2562e5e34252ad53b413 | refs/heads/master | 2022-01-01T11:26:02.670000 | 2012-10-04T05:03:53 | 2012-10-04T05:03:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import practice.Node;
public class TestNode
{
Node<String> nodeZero;
Node<String> nodeOne;
Node<String> nodeTwo;
Node<String> nodeThree;
@Before
public void createNodes()
{
nodeThree = new Node<String>(null, ... | UTF-8 | Java | 894 | java | TestNode.java | Java | [] | null | [] | package test;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
import practice.Node;
public class TestNode
{
Node<String> nodeZero;
Node<String> nodeOne;
Node<String> nodeTwo;
Node<String> nodeThree;
@Before
public void createNodes()
{
nodeThree = new Node<String>(null, ... | 894 | 0.713647 | 0.713647 | 41 | 20.804878 | 18.211788 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.878049 | false | false | 9 |
740756df1db01e29bbf7122285708e35e02e03a6 | 31,550,829,818,280 | d07144cb655035e453e47dca35d3067785ebed39 | /docscore/src/controller/VSMEngine.java | a98835c28c44a0cfe4cb1707ffd4a434595ebc6f | [] | no_license | cen5bin/IR | https://github.com/cen5bin/IR | 6e2c3b81b783ce7042f9acf3f5852d380def0938 | 50b4c27182c6180e427d9e2490cbee9c82e4cbce | refs/heads/master | 2021-01-24T14:18:11.133000 | 2014-12-14T16:34:55 | 2014-12-14T16:34:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.PriorityQueue;
import java.util.Queue;
import java.util.Random;
import java.util.Map.Entry;
import util.VSMUtil;
import cluster.KMeans;
import entity.TFIndex;
import entity.VSMDoc;
pub... | UTF-8 | Java | 1,565 | java | VSMEngine.java | Java | [] | null | [] | package controller;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.PriorityQueue;
import java.util.Queue;
import java.util.Random;
import java.util.Map.Entry;
import util.VSMUtil;
import cluster.KMeans;
import entity.TFIndex;
import entity.VSMDoc;
pub... | 1,565 | 0.696486 | 0.695847 | 58 | 24.982759 | 24.864801 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.224138 | false | false | 9 |
6be87a1169510279c39ee486b10e84134dbe5e5b | 4,561,255,320,866 | be74071dec0944e656372e44f22658702d415cab | /src/cfd/backupper/observer/FileCopiedObserver.java | b871dec2a0a0ce34d13f212f564615b3038c049a | [] | no_license | easy-da-man/cfdbackup | https://github.com/easy-da-man/cfdbackup | 4e63a73403b13d552252f32aa775eb38d445308b | e8988ce24f62c2320f3368581a6efbc7be929fb2 | refs/heads/master | 2016-09-06T13:06:30.757000 | 2014-10-09T14:21:38 | 2014-10-09T14:21:38 | 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 cfd.backupper.observer;
import cfd.backupper.MainForm;
import cfd.backupper.state.Operations;
import cfd.backupper.... | UTF-8 | Java | 1,217 | java | FileCopiedObserver.java | Java | [
{
"context": "\nimport java.nio.file.Path;\r\n\r\n/**\r\n *\r\n * @author edm\r\n\r\n */\r\npublic class FileCopiedObserver<Path> ext",
"end": 531,
"score": 0.9926819205284119,
"start": 528,
"tag": "USERNAME",
"value": "edm"
}
] | 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 cfd.backupper.observer;
import cfd.backupper.MainForm;
import cfd.backupper.state.Operations;
import cfd.backupper.... | 1,217 | 0.682005 | 0.681183 | 47 | 23.893618 | 26.619648 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446809 | false | false | 9 |
64d0a010e1f8d3c27914ab196f2d800a823d1ae0 | 6,244,882,506,351 | 28ecb4dd5cfb3894dfda6d87ae217a519fdd1b6f | /CodeKata.java | 52261a16421ba406313ccf93346b0de7ea8a270d | [] | no_license | vaijayanthimani/vjmani | https://github.com/vaijayanthimani/vjmani | 35bf64a23e9b801bd3db87208d1e16d2dd6bd55e | d8b84b33b44c273dcb1c2bc980148cbdb118c904 | refs/heads/master | 2021-01-12T05:34:12.301000 | 2017-08-17T17:40:15 | 2017-08-17T17:40:15 | 77,129,245 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package square;
import java.util.*;
public class CodeKata {
public static void main(String []args){
Scanner s=new Scanner(System.in);
System.out.println("Enter two Strings");
String str1=s.nextLine();
char ch1[]=str1.toCharArray();
String str2=s.nextLine();
char ch2[]=str2.toCharArray();
for(int i=0;i<... | UTF-8 | Java | 705 | java | CodeKata.java | Java | [] | null | [] | package square;
import java.util.*;
public class CodeKata {
public static void main(String []args){
Scanner s=new Scanner(System.in);
System.out.println("Enter two Strings");
String str1=s.nextLine();
char ch1[]=str1.toCharArray();
String str2=s.nextLine();
char ch2[]=str2.toCharArray();
for(int i=0;i<... | 705 | 0.595745 | 0.533333 | 26 | 25.038462 | 11.470634 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.115385 | false | false | 9 |
d964d9a437007f798d444f498fae91a789e1f5f2 | 21,878,563,446,312 | 23ea343227e43c0db54580a192d2fb4345d076ff | /app/src/main/java/org/androidforfun/framework/Input.java | f58bff5808ecc579c46ba4fcf55078ac7ac26da7 | [] | no_license | sasadangelo/HelloWorldApp | https://github.com/sasadangelo/HelloWorldApp | 7f7f3e1e054ecee941ab0405f2236ca6921ab3bf | 87f91378684013b6a2ea2b5fbedd8001c2914b0a | refs/heads/master | 2021-01-10T04:04:39.276000 | 2016-12-02T15:08:39 | 2016-12-02T15:08:39 | 54,482,290 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2016 Mario Zechner
* This file is part of Framework for book Beginning Android Games.
*
* This library 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 3 of the Lice... | UTF-8 | Java | 5,531 | java | Input.java | Java | [
{
"context": "/*\n * Copyright (C) 2016 Mario Zechner\n * This file is part of Framework for book Begin",
"end": 39,
"score": 0.999841034412384,
"start": 26,
"tag": "NAME",
"value": "Mario Zechner"
},
{
"context": "creen and the accelerometer.\n * </p>\n *\n * @author mzechner\n */... | null | [] | /*
* Copyright (C) 2016 <NAME>
* This file is part of Framework for book Beginning Android Games.
*
* This library 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 3 of the License, or... | 5,524 | 0.642018 | 0.638221 | 140 | 38.507141 | 32.141541 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421429 | false | false | 9 |
ac8a15c66de36339e718f1a064d8246e2768b31d | 29,841,432,792,710 | b94e7c0f83412a2b93390fb16e2da36a5892b238 | /src/main/java/com/ouyue/xiwennews/consumer/ThCoreListener.java | e3968efbffb650344ac5289a70bdc9cc48383f1d | [] | no_license | SteveCris/boot_rabbitmq | https://github.com/SteveCris/boot_rabbitmq | 6a26437e13e3df89cfe92325aa304463257cdc53 | f444f90247d2beb107235750879c297cde35c286 | refs/heads/master | 2022-06-24T03:30:19.103000 | 2019-10-22T07:07:07 | 2019-10-22T07:07:07 | 215,974,973 | 0 | 0 | null | false | 2022-06-21T02:04:03 | 2019-10-18T08:16:31 | 2019-10-22T07:07:24 | 2022-06-21T02:04:03 | 83 | 0 | 0 | 3 | Java | false | false | package com.ouyue.xiwennews.consumer;
import com.ouyue.xiwennews.service.UserLikeService;
import com.rabbitmq.client.Channel;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.amqp.AmqpRejectAndDontRequeueException;
import org.springframework.amqp.core.Message;
import org.springframewo... | UTF-8 | Java | 1,304 | java | ThCoreListener.java | Java | [] | null | [] | package com.ouyue.xiwennews.consumer;
import com.ouyue.xiwennews.service.UserLikeService;
import com.rabbitmq.client.Channel;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.amqp.AmqpRejectAndDontRequeueException;
import org.springframework.amqp.core.Message;
import org.springframewo... | 1,304 | 0.768562 | 0.766983 | 44 | 27.772728 | 24.986237 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.318182 | false | false | 9 |
9ec77c0d3971b4cabc7d5c6e50eda761913c57c6 | 5,720,896,451,623 | 436e74b9be818e481fffea88d1361c646a88d180 | /src/main/java/com/financeiro/model/Person.java | b96b3fc1d50d4c00c6179b35b6094f45f558ccad | [] | no_license | johnatanbrayan/financeiro | https://github.com/johnatanbrayan/financeiro | dd5122f841c2feb447f20a83547c5cbc6bda6b0e | 4e7f58fb57b71401e669c7f2c91d39cd9a47b772 | refs/heads/master | 2022-11-21T14:15:54.819000 | 2020-07-22T16:08:12 | 2020-07-22T16:08:12 | 275,234,128 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.financeiro.model;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneT... | UTF-8 | Java | 1,738 | java | Person.java | Java | [] | null | [] | package com.financeiro.model;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneT... | 1,738 | 0.665708 | 0.663982 | 66 | 25.348484 | 20.692915 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.560606 | false | false | 9 |
360c105bdffe9acaf80e91fc808f90f8ebe99a53 | 28,269,474,761,259 | 8063dedc9dfbabbf95a4f29dbedef62bec67439c | /disabled-gvr-video/app/src/main/java/org/gearvrf/video/movie/MultiplexMovieTheater.java | f272569669a5ef7d7a78f2b12a0865d4dcf8ba45 | [] | no_license | NolaDonato/GearVRf-Demos | https://github.com/NolaDonato/GearVRf-Demos | 4ce296f6edc6fc7302bb7596e3548630a3794cd3 | ef28146ff3efd528c931cbd153b6d4bc8fc5b14a | refs/heads/master | 2020-04-05T14:32:48.885000 | 2018-12-05T03:15:01 | 2018-12-05T03:15:01 | 53,160,807 | 1 | 0 | null | true | 2018-11-05T21:10:38 | 2016-03-04T19:37:40 | 2018-11-04T09:39:05 | 2018-11-05T21:10:37 | 1,472,973 | 1 | 0 | 0 | Java | false | null | /* Copyright 2015 Samsung Electronics Co., LTD
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | UTF-8 | Java | 5,718 | java | MultiplexMovieTheater.java | Java | [] | null | [] | /* Copyright 2015 Samsung Electronics Co., LTD
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | 5,718 | 0.675061 | 0.667891 | 137 | 40.737225 | 29.251806 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.664234 | false | false | 9 |
50fd207f119760142caa9e7f254f737dd245b08d | 3,169,685,904,379 | bea2c7be021cf75cc3716a846c6a22c6698c0b1d | /app/src/main/java/com/ramola/vibhav/Model/UpdateStudentResponse.java | 7a538f2088190e351ba4a6e4acd26eceb8c76790 | [] | no_license | Spider34/EasyOutPass | https://github.com/Spider34/EasyOutPass | a4ec9a8f15df542cd63d56c192947547e7578ff1 | 1aede56973e2a37dc1f20a7f52300549777d431d | refs/heads/master | 2021-01-18T19:03:49.252000 | 2017-04-02T05:37:18 | 2017-04-02T05:37:18 | 86,884,971 | 3 | 0 | null | true | 2017-04-01T04:57:11 | 2017-04-01T04:57:11 | 2017-04-01T04:25:31 | 2017-04-01T04:25:30 | 0 | 0 | 0 | 0 | null | null | null | package com.ramola.vibhav.Model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
/**
* Created by sahil on 30/3/17.
*/
public class UpdateStudentResponse implements Parcelable {
@SerializedName("message")
private String message;
@SerializedN... | UTF-8 | Java | 1,853 | java | UpdateStudentResponse.java | Java | [
{
"context": "son.annotations.SerializedName;\n\n/**\n * Created by sahil on 30/3/17.\n */\n\npublic class UpdateStudentRespon",
"end": 166,
"score": 0.9960116744041443,
"start": 161,
"tag": "USERNAME",
"value": "sahil"
}
] | null | [] | package com.ramola.vibhav.Model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
/**
* Created by sahil on 30/3/17.
*/
public class UpdateStudentResponse implements Parcelable {
@SerializedName("message")
private String message;
@SerializedN... | 1,853 | 0.62925 | 0.624393 | 82 | 21.597561 | 21.129023 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.353659 | false | false | 9 |
d9cd6a6dc7bc9496681e3709bb4d930a776bcb6f | 15,401,752,751,674 | d8f7159399148c5993c9430aca3a296bdefda456 | /app/src/main/java/com/ziasy/xmppchatapplication/group_chat/adapter/AddUserGroupAdapter.java | 2e84fd03e24e113ad2676e0dd3b25de94ece1205 | [] | no_license | ankitshrivastava00/ChatApplication | https://github.com/ankitshrivastava00/ChatApplication | 4d3555c4f9c0241b22cbd15e601096c920b4ad8b | fe7ba488e0c59ebadbe2e19481bc1c9fa414097c | refs/heads/master | 2020-05-01T15:45:41.538000 | 2019-03-26T14:24:49 | 2019-03-26T14:24:49 | 177,554,310 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ziasy.xmppchatapplication.group_chat.adapter;
/**
* Created by Khushvinders on 15-Nov-16.
*/
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
import android.view.Layo... | UTF-8 | Java | 3,803 | java | AddUserGroupAdapter.java | Java | [
{
"context": "application.group_chat.adapter;\n\n/**\n * Created by Khushvinders on 15-Nov-16.\n */\n\nimport android.app.Activity;\ni",
"end": 89,
"score": 0.9808929562568665,
"start": 77,
"tag": "NAME",
"value": "Khushvinders"
}
] | null | [] | package com.ziasy.xmppchatapplication.group_chat.adapter;
/**
* Created by Khushvinders on 15-Nov-16.
*/
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
import android.view.Layo... | 3,803 | 0.666053 | 0.662635 | 123 | 29.926828 | 28.741678 | 189 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.544715 | false | false | 9 |
b763c5088c6535b91b99fc77ba8372ba8f695ba5 | 23,424,751,644,330 | fed8141c560f503d8941fae15235c71becb78108 | /chapter04/src/main/java/collection/QueueTest.java | ec5d960c21bc517b48e117fe61abe8879b492aa0 | [] | no_license | Choeinhyo825/java-study | https://github.com/Choeinhyo825/java-study | cb64eda31656de019478cddcc9478e4cc7c774ec | 23417240b3452f1b963478e2200310a782495e63 | refs/heads/master | 2021-01-02T01:54:05.162000 | 2020-02-10T07:15:41 | 2020-02-10T07:15:41 | 239,442,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package collection;
import java.util.LinkedList;
import java.util.Queue;
public class QueueTest {
public static void main(String[] args) {
Queue<String> q = new LinkedList<>();
q.offer("둘리");
q.offer("마이콜");
q.offer("또치");
while (!q.isEmpty()) {
System.out.println("poll : " + q.poll());
... | UTF-8 | Java | 632 | java | QueueTest.java | Java | [
{
"context": "eue<String> q = new LinkedList<>();\r\n\r\n\t\tq.offer(\"둘리\");\r\n\t\tq.offer(\"마이콜\");\r\n\t\tq.offer(\"또치\");\r\n\r\n\t\twhil",
"end": 205,
"score": 0.9767430424690247,
"start": 203,
"tag": "NAME",
"value": "둘리"
},
{
"context": "w LinkedList<>();\r\n\r\n\t\tq.offer(\... | null | [] | package collection;
import java.util.LinkedList;
import java.util.Queue;
public class QueueTest {
public static void main(String[] args) {
Queue<String> q = new LinkedList<>();
q.offer("둘리");
q.offer("마이콜");
q.offer("또치");
while (!q.isEmpty()) {
System.out.println("poll : " + q.poll());
... | 632 | 0.566553 | 0.566553 | 30 | 17.533333 | 15.562205 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.6 | false | false | 9 |
c0c06e76a5dbceba6e81fc806741ffe55fcc967c | 20,220,706,056,495 | ed79a3a1605d4f99eb010a8637006a5159bbd720 | /app/src/main/java/com/example/group_project_0_1/DAO/SQLDao.java | e9e61f21ac5232c5845992b5bc0afdfd25757ae5 | [] | no_license | Bucky-Cheng/Android_APP_MedPediA | https://github.com/Bucky-Cheng/Android_APP_MedPediA | 1f27c0d2652022340b1ebc16ecaf18dd8fc765f5 | 86488d42fc7cb5c8e008913813d01fefc567c292 | refs/heads/master | 2022-12-04T19:23:03.284000 | 2020-09-01T12:08:57 | 2020-09-01T12:08:57 | 256,545,066 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.group_project_0_1.DAO;
import com.example.group_project_0_1.Model.Dr;
import com.example.group_project_0_1.Model.Illness;
public class SQLDao {
public SQLDao() {
}
public String AddIllness(Illness illness){
String SQL="INSERT INTO illness (userid, username) VALUES ('"
... | UTF-8 | Java | 1,567 | java | SQLDao.java | Java | [] | null | [] | package com.example.group_project_0_1.DAO;
import com.example.group_project_0_1.Model.Dr;
import com.example.group_project_0_1.Model.Illness;
public class SQLDao {
public SQLDao() {
}
public String AddIllness(Illness illness){
String SQL="INSERT INTO illness (userid, username) VALUES ('"
... | 1,567 | 0.55201 | 0.547543 | 59 | 25.559322 | 23.528757 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627119 | false | false | 9 |
9aa0a9a641244d12b77e4dde980aaa9ed36c9c2f | 18,330,920,445,813 | 4153b03d181e042e13a4b85f70e408b49d517ded | /app/src/main/java/me/grechka/yamblz/yamblzweatherapp/presentation/activity/MainPresenter.java | 5f61c8791d710979d6c6fcc446dc1afdae04d421 | [] | no_license | grechka62/YaMblzWeatherApp | https://github.com/grechka62/YaMblzWeatherApp | 612f6842e6007bc59fbca25a11a2e22e4f778b6f | 90bbc05f3bb1e5558e225f418a8313dca23b4675 | refs/heads/master | 2020-12-02T10:12:26.791000 | 2017-07-30T17:19:53 | 2017-07-30T17:19:53 | 96,701,883 | 0 | 1 | null | false | 2017-08-01T14:48:20 | 2017-07-09T18:03:54 | 2017-07-09T19:24:19 | 2017-08-01T14:47:10 | 1,522 | 0 | 1 | 0 | Java | null | null | package me.grechka.yamblz.yamblzweatherapp.presentation.activity;
import android.util.Log;
import com.arellomobile.mvp.InjectViewState;
import com.arellomobile.mvp.MvpPresenter;
/**
* Created by Grechka on 14.07.2017.
*/
@InjectViewState
public class MainPresenter extends MvpPresenter<MainView> {
public void... | UTF-8 | Java | 693 | java | MainPresenter.java | Java | [
{
"context": ".arellomobile.mvp.MvpPresenter;\n\n/**\n * Created by Grechka on 14.07.2017.\n */\n\n@InjectViewState\npublic class",
"end": 206,
"score": 0.8517246842384338,
"start": 199,
"tag": "NAME",
"value": "Grechka"
}
] | null | [] | package me.grechka.yamblz.yamblzweatherapp.presentation.activity;
import android.util.Log;
import com.arellomobile.mvp.InjectViewState;
import com.arellomobile.mvp.MvpPresenter;
/**
* Created by Grechka on 14.07.2017.
*/
@InjectViewState
public class MainPresenter extends MvpPresenter<MainView> {
public void... | 693 | 0.672439 | 0.660895 | 34 | 19.382353 | 19.364939 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.264706 | false | false | 9 |
cf84e340b27bbea11665d81e129d14d35ba5c621 | 154,618,826,452 | b72bb0a308be41b811b0a6bf6e5aec91c2c15d7e | /app/src/main/java/matthew/shannon/jamfam/feature/home/HomeContract.java | 95af301f9c0dc197b5e577a762ef4ae995eff617 | [
"MIT"
] | permissive | shanno29/vibetribe-android | https://github.com/shanno29/vibetribe-android | 8d2807f1024e059941da9094ccdd05f478ea1e0a | e98674065c2be90389568ae38e902523945b8628 | refs/heads/master | 2021-01-13T04:33:00.141000 | 2017-02-16T08:18:48 | 2017-02-16T08:18:48 | 79,603,676 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package matthew.shannon.jamfam.feature.home;
public interface HomeContract {
interface View {}
interface Presenter {
void unsubscribe();
}
}
| UTF-8 | Java | 167 | java | HomeContract.java | Java | [
{
"context": "package matthew.shannon.jamfam.feature.home;\n\n\npublic interface H",
"end": 15,
"score": 0.6309385299682617,
"start": 8,
"tag": "USERNAME",
"value": "matthew"
},
{
"context": "package matthew.shannon.jamfam.feature.home;\n\n\npublic interface HomeContr",
"end": 23... | null | [] | package matthew.shannon.jamfam.feature.home;
public interface HomeContract {
interface View {}
interface Presenter {
void unsubscribe();
}
}
| 167 | 0.664671 | 0.664671 | 12 | 12.916667 | 15.162774 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 13 |
fd70cec13e6bb35e254b5d23a6f31340938e7675 | 23,106,924,057,944 | 1abe42829369660ba366b35bdfbf43155d358392 | /app/src/main/java/com/example/thierry/eventplanner/SettingsFragment.java | a83f1cf68bb0708d99ca38e33542c7890c0bb8a2 | [] | no_license | mrchechay/mobileAppDev | https://github.com/mrchechay/mobileAppDev | 96c2906a3229db1eda644c9d132fa121376e5076 | e84f6050b3c4fbb8d3542701bacb0834d1830d7e | refs/heads/master | 2020-05-26T13:17:25.112000 | 2017-05-05T19:38:44 | 2017-05-05T19:38:44 | 85,001,434 | 0 | 0 | null | false | 2017-05-05T19:38:45 | 2017-03-14T22:00:57 | 2017-03-15T12:41:14 | 2017-05-05T19:38:44 | 351 | 0 | 0 | 3 | Java | null | null | package com.example.thierry.eventplanner;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import android.view.LayoutInflater;
import android.view.View;
imp... | UTF-8 | Java | 5,720 | java | SettingsFragment.java | Java | [
{
"context": "package com.example.thierry.eventplanner;\n\nimport android.content.Context;\nim",
"end": 27,
"score": 0.9898848533630371,
"start": 20,
"tag": "USERNAME",
"value": "thierry"
}
] | null | [] | package com.example.thierry.eventplanner;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.app.AlertDialog;
import android.view.LayoutInflater;
import android.view.View;
imp... | 5,720 | 0.554895 | 0.554545 | 138 | 40.45652 | 30.379513 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.637681 | false | false | 13 |
29ae48ead0e7c108a4261ddb5137066b02ac839d | 28,716,151,402,198 | ffb812e8e56c38a7c38856e49710d06c8e387efd | /src/com/braker/common/entity/CheckEntity.java | a417c00ac20021c9a067c93c3744b01a4df81f37 | [] | no_license | MengleiZhao/gxjzy_nk | https://github.com/MengleiZhao/gxjzy_nk | 81a9720f996a937c8067466c9dd4f210e9861ac5 | 7c1693092467339fa5294149b605c1d8f19d817f | refs/heads/main | 2023-08-24T18:18:59.839000 | 2021-09-24T12:57:28 | 2021-09-24T12:57:28 | 409,955,569 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.braker.common.entity;
/**
* 审批接口
* @author 李安达
*
*/
public interface CheckEntity {
/**
* 下一审批人姓名
* @param userName
*/
public void setNextCheckUserName(String userName);
/**
* 下一审批人Id
* @param userId
*/
public void setNextCheckUserId(String userId);
/**
* 下一审批人Id
* @param userId
*... | UTF-8 | Java | 1,334 | java | CheckEntity.java | Java | [
{
"context": "com.braker.common.entity;\n\n/**\n * 审批接口\n * @author 李安达\n *\n */\npublic interface CheckEntity {\n\t/**\n\t * 下一",
"end": 61,
"score": 0.9995735287666321,
"start": 58,
"tag": "NAME",
"value": "李安达"
}
] | null | [] | package com.braker.common.entity;
/**
* 审批接口
* @author 李安达
*
*/
public interface CheckEntity {
/**
* 下一审批人姓名
* @param userName
*/
public void setNextCheckUserName(String userName);
/**
* 下一审批人Id
* @param userId
*/
public void setNextCheckUserId(String userId);
/**
* 下一审批人Id
* @param userId
*... | 1,334 | 0.613288 | 0.613288 | 85 | 12.811765 | 12.867189 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.070588 | false | false | 13 |
642cac76ccf3f7457e67e9350fcd6314f1efac2b | 28,716,151,403,311 | d897292038b7620fcf9b45cad816d7e9f61e5ec3 | /src/com/nano/lanshare/utils/WifiManagerUtils.java | 8cbd766a9192996ec4d27cc3c097ff2cdb36cfa1 | [] | no_license | ljl546158733/lanshare | https://github.com/ljl546158733/lanshare | f3002e2bf50c7c49bf2cdb5a039d54a367898424 | a66e63e1e6d58b7d7c014502909aa2266b431c8a | refs/heads/master | 2021-01-18T00:52:13.143000 | 2013-05-11T17:43:39 | 2013-05-11T17:43:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.nano.lanshare.utils;
import java.lang.reflect.Method;
import java.util.List;
import android.net.wifi.WifiConfiguration;
import android.net.wifi.WifiManager;
public class WifiManagerUtils {
public static int getWifiApStatus(WifiManager wifiManager) {
return 0;
}
public static boolean... | UTF-8 | Java | 2,454 | java | WifiManagerUtils.java | Java | [] | null | [] |
package com.nano.lanshare.utils;
import java.lang.reflect.Method;
import java.util.List;
import android.net.wifi.WifiConfiguration;
import android.net.wifi.WifiManager;
public class WifiManagerUtils {
public static int getWifiApStatus(WifiManager wifiManager) {
return 0;
}
public static boolean... | 2,454 | 0.650367 | 0.649552 | 67 | 35.611938 | 27.426403 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641791 | false | false | 13 |
4dd803e1821c068e15244393922200943bf04f41 | 26,371,099,199,217 | 42cbe78c86247f373d01a364dd1b4f9eff7bee2d | /app/src/main/java/com/quickenloans/referexpress/interfaces/PageCompletionListener.java | 273d6db58a7a61c21d99850de31dc147eb461c95 | [] | no_license | theonlyjdeville/ReferEXPRESS | https://github.com/theonlyjdeville/ReferEXPRESS | fbc3696241fbba73e6fbfe400eacb79b1d2ab49e | fbbec004535dc33da164b0a60421a66032315d74 | refs/heads/master | 2021-06-21T18:22:45.999000 | 2017-08-10T14:56:52 | 2017-08-10T14:56:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.quickenloans.referexpress.interfaces;
/**
* Surrounding fragments, in the ViewPager, are making callbacks AFTER
* the viewing fragment makes its callbacks. This is causing the 'Next button'
* to enable/disable incorrectly. Adding a 'requesting fragment' condition
* to the callback has rectified this is... | UTF-8 | Java | 451 | java | PageCompletionListener.java | Java | [] | null | [] | package com.quickenloans.referexpress.interfaces;
/**
* Surrounding fragments, in the ViewPager, are making callbacks AFTER
* the viewing fragment makes its callbacks. This is causing the 'Next button'
* to enable/disable incorrectly. Adding a 'requesting fragment' condition
* to the callback has rectified this is... | 451 | 0.791574 | 0.791574 | 12 | 36.583332 | 31.902086 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 13 |
83a6865c979151294b629ec103789700131ed05a | 21,758,304,346,935 | b352ab5737a210d19c7c7b9c665ae8063420e9de | /Concurrency/Increaser.java | 0f6c679f5f36e33725e8f8b70d2764b38db008cc | [] | no_license | LiliyaStefanova/JavaProgrammingExercises | https://github.com/LiliyaStefanova/JavaProgrammingExercises | e4cd20b1c96cb4c7ad4e1f4d98ea730dc986bb9d | 2651d841e1c75c1a51b4d852ac8f7d9dda3da153 | refs/heads/master | 2021-01-16T22:06:10.215000 | 2014-08-31T22:32:42 | 2014-08-31T22:32:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Concurrency;
/**
* Created with IntelliJ IDEA.
* User: liliya
* Date: 10/02/14
* Time: 19:33
* To change this template use File | Settings | File Templates.
*/
public class Increaser implements Runnable{
private Counter c;
private Object obj;
public Increaser(Counter counter){
... | UTF-8 | Java | 924 | java | Increaser.java | Java | [
{
"context": "ency;\n\n/**\n * Created with IntelliJ IDEA.\n * User: liliya\n * Date: 10/02/14\n * Time: 19:33\n * To change thi",
"end": 72,
"score": 0.9989935755729675,
"start": 66,
"tag": "USERNAME",
"value": "liliya"
}
] | null | [] | package Concurrency;
/**
* Created with IntelliJ IDEA.
* User: liliya
* Date: 10/02/14
* Time: 19:33
* To change this template use File | Settings | File Templates.
*/
public class Increaser implements Runnable{
private Counter c;
private Object obj;
public Increaser(Counter counter){
... | 924 | 0.536797 | 0.516234 | 39 | 22.615385 | 18.832071 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 13 |
3c303f2fcf60cc77f8c6458ed8346f03d0086e63 | 31,533,649,916,474 | 81206fdaceb1fa1c92def8c0fa72ba64bb02b04d | /app/src/main/java/com/thingword/alphonso/materialmanage/bean/dbbean/ProductLineIndex.java | 90e2e1092e417f51d859af18d58de2339fc6ddbd | [] | no_license | alphonso64/MaterialManage | https://github.com/alphonso64/MaterialManage | 8010976307432027be08ba9feb5e2d1e11e3bd16 | e70b205fc99d8be575efd4f3b7435318381ba9d4 | refs/heads/master | 2020-12-02T14:42:06.205000 | 2017-03-08T00:01:19 | 2017-03-08T00:01:19 | 66,237,452 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thingword.alphonso.materialmanage.bean.dbbean;
/**
* Created by thingword-A on 2016/12/28.
*/
public class ProductLineIndex {
private Long _id;
private String tasknumber;
private String productcode;
private String line;
private String executor;
private String checker;
private ... | UTF-8 | Java | 1,756 | java | ProductLineIndex.java | Java | [
{
"context": "nso.materialmanage.bean.dbbean;\n\n/**\n * Created by thingword-A on 2016/12/28.\n */\npublic class ProductLineIndex ",
"end": 89,
"score": 0.9996652007102966,
"start": 78,
"tag": "USERNAME",
"value": "thingword-A"
}
] | null | [] | package com.thingword.alphonso.materialmanage.bean.dbbean;
/**
* Created by thingword-A on 2016/12/28.
*/
public class ProductLineIndex {
private Long _id;
private String tasknumber;
private String productcode;
private String line;
private String executor;
private String checker;
private ... | 1,756 | 0.616743 | 0.612187 | 88 | 18.954546 | 16.514395 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 13 |
871ea6933fd1aebcb6e432aa71e88f4dadf06deb | 29,910,152,280,284 | d7a1f599c65020c77768154430087580dfd3ae92 | /src/main/java/com/tetv/verticles/Pong.java | ba5e9d4a94c7056d11dc28180a4c2dd12b6cc59d | [] | no_license | tetv/vertx3-blocking | https://github.com/tetv/vertx3-blocking | 95b46b0422da6dc05da983965110522a41b7447c | bd016afe5942bbed86bdf321ffc209f2c939c036 | refs/heads/master | 2020-04-09T16:52:59.534000 | 2017-03-11T10:36:02 | 2017-03-11T10:36:02 | 68,096,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tetv.verticles;
import io.vertx.core.AbstractVerticle;
import io.vertx.core.Launcher;
import io.vertx.core.WorkerExecutor;
import io.vertx.core.eventbus.Message;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.time.LocalTime;
import java.util.Arrays;
import java.util.List;
import java... | UTF-8 | Java | 3,662 | java | Pong.java | Java | [] | null | [] | package com.tetv.verticles;
import io.vertx.core.AbstractVerticle;
import io.vertx.core.Launcher;
import io.vertx.core.WorkerExecutor;
import io.vertx.core.eventbus.Message;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.time.LocalTime;
import java.util.Arrays;
import java.util.List;
import java... | 3,662 | 0.574003 | 0.570726 | 104 | 34.21154 | 24.27672 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.817308 | false | false | 13 |
4f0ba483a3b25e936e35de00674675aeaf363313 | 15,805,479,679,167 | 46946342fed948e9f65e22328d14c8f13b857ae1 | /android-supervisor/src/main/java/com/example/android_supervisor/utils/UnifiedErrorUtil.java | 2fc6be7c53b34ba8ee10957a2b3eb6f606e6b3aa | [] | no_license | UersNOer/AllInLinkApp | https://github.com/UersNOer/AllInLinkApp | a1805816198d12e9d491c8f8af1a58fcc091c4ff | 1a75da52e53921060a934bdb653d29708cb1d87d | refs/heads/master | 2023-07-09T22:48:05.180000 | 2021-08-13T06:59:17 | 2021-08-13T06:59:17 | 394,186,337 | 2 | 0 | null | false | 2021-08-13T06:59:18 | 2021-08-09T07:04:41 | 2021-08-10T00:30:10 | 2021-08-13T06:59:18 | 36,438 | 0 | 0 | 0 | Java | false | false | package com.example.android_supervisor.utils;
import android.content.Context;
import com.bumptech.glide.load.HttpException;
import com.google.gson.JsonSyntaxException;
import java.net.ConnectException;
import java.net.SocketException;
import java.net.SocketTimeoutException;
import java.net.UnknownHostException;
/**... | UTF-8 | Java | 1,921 | java | UnifiedErrorUtil.java | Java | [
{
"context": " java.net.UnknownHostException;\n\n/**\n * Created by dw on 2019/8/7.\n */\npublic class UnifiedErrorUtil {\n",
"end": 337,
"score": 0.9803429245948792,
"start": 335,
"tag": "USERNAME",
"value": "dw"
}
] | null | [] | package com.example.android_supervisor.utils;
import android.content.Context;
import com.bumptech.glide.load.HttpException;
import com.google.gson.JsonSyntaxException;
import java.net.ConnectException;
import java.net.SocketException;
import java.net.SocketTimeoutException;
import java.net.UnknownHostException;
/**... | 1,921 | 0.6584 | 0.654681 | 41 | 38.341465 | 33.916405 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.780488 | false | false | 13 |
8297e3c2c2893c9fbda223edf16be875bf26d0a4 | 12,094,627,940,955 | ed0d1052e4bc078e0bf9378db56385a0865da590 | /src/main/java/com/blastedstudios/freeboot/plugin/quest/trigger/beinghit/BeingHitTrigger.java | 6ee4839fac0d166535c8baef2833bbc19774cafd | [
"MIT"
] | permissive | narfman0/freeboot | https://github.com/narfman0/freeboot | 42b7d5053da6546dd7596483a87c6d59a38844bd | 2b24b056b7b37506f1c20cfa30d2ee0acf9953ba | refs/heads/master | 2020-07-20T12:21:43.051000 | 2016-09-23T03:18:46 | 2016-09-23T03:18:46 | 66,181,193 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.blastedstudios.freeboot.plugin.quest.trigger.beinghit;
import com.blastedstudios.gdxworld.world.quest.trigger.AbstractQuestTrigger;
import com.blastedstudios.freeboot.world.QuestTriggerInformationProvider;
import com.blastedstudios.freeboot.world.weapon.DamageStruct;
public class BeingHitTrigger extends A... | UTF-8 | Java | 2,638 | java | BeingHitTrigger.java | Java | [] | null | [] | package com.blastedstudios.freeboot.plugin.quest.trigger.beinghit;
import com.blastedstudios.gdxworld.world.quest.trigger.AbstractQuestTrigger;
import com.blastedstudios.freeboot.world.QuestTriggerInformationProvider;
import com.blastedstudios.freeboot.world.weapon.DamageStruct;
public class BeingHitTrigger extends A... | 2,638 | 0.742608 | 0.740713 | 88 | 28.988636 | 28.421541 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.818182 | false | false | 13 |
57ab1621a470b1d17c299ebf471a2b419deb4e12 | 3,788,161,194,409 | 55fbacc4e89531be4f6568069fc6d597d55be00d | /KuaiKuai/src/me/kkuai/kuailian/http/request/RoomSignUpRequest.java | 6ed2c9e348015a9921335c8ab35af9642ccdabe3 | [
"Apache-2.0"
] | permissive | jitayangchen/CustomViewGather | https://github.com/jitayangchen/CustomViewGather | 1d89fc984c119d354e9fd8989826ba0a315c7352 | 3a3bccdb5626cf79ab16a2329c433d9a54523688 | refs/heads/master | 2021-05-29T14:56:12.822000 | 2015-06-03T03:40:59 | 2015-06-03T03:40:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.kkuai.kuailian.http.request;
import me.kkuai.kuailian.constant.HttpRequestTypeId;
import me.kkuai.kuailian.constant.HttpRequestUrl;
import com.kkuai.libs.managers.J_NetManager;
import com.kkuai.libs.managers.J_NetManager.OnDataBack;
public class RoomSignUpRequest extends K_Request {
public RoomSignUpRe... | UTF-8 | Java | 1,290 | java | RoomSignUpRequest.java | Java | [] | null | [] | package me.kkuai.kuailian.http.request;
import me.kkuai.kuailian.constant.HttpRequestTypeId;
import me.kkuai.kuailian.constant.HttpRequestUrl;
import com.kkuai.libs.managers.J_NetManager;
import com.kkuai.libs.managers.J_NetManager.OnDataBack;
public class RoomSignUpRequest extends K_Request {
public RoomSignUpRe... | 1,290 | 0.784496 | 0.784496 | 39 | 32.076923 | 30.376598 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 13 |
1ab553d5def4d49ea5afb932f0e28958ff71018c | 3,788,161,193,275 | 7118b5e438fe0f81ed2cfbef5ed68f5c0eaadcb3 | /qinyuan-lib-lang/src/test/java/com/qinyuan/lib/lang/concurrent/SuspendableThreadTest.java | b4434a54f56f8ba3a6d3f1d9a0456108bb0512ae | [] | no_license | qinyuan/qinyuan-lib | https://github.com/qinyuan/qinyuan-lib | c09a06287f67c9ae94a53a989881cf2c6fa8827b | 7e7b3fe6eb5f46894cd35d9a50f512691b874e6c | refs/heads/master | 2021-01-17T09:09:41.738000 | 2016-03-26T03:36:15 | 2016-03-26T03:36:15 | 41,036,155 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qinyuan.lib.lang.concurrent;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Test SuspendableThread
* Created by qinyuan on 15-5-16.
*/
public class SuspendableThreadTest {
private boolean running = false;
@Test
public void testRunJob() throws Excep... | UTF-8 | Java | 810 | java | SuspendableThreadTest.java | Java | [
{
"context": "That;\n\n/**\n * Test SuspendableThread\n * Created by qinyuan on 15-5-16.\n */\npublic class SuspendableThreadTes",
"end": 176,
"score": 0.9996781945228577,
"start": 169,
"tag": "USERNAME",
"value": "qinyuan"
}
] | null | [] | package com.qinyuan.lib.lang.concurrent;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Test SuspendableThread
* Created by qinyuan on 15-5-16.
*/
public class SuspendableThreadTest {
private boolean running = false;
@Test
public void testRunJob() throws Excep... | 810 | 0.625926 | 0.616049 | 37 | 20.891891 | 17.818581 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351351 | false | false | 13 |
916e46960985447d03fd486d0b574324e07847b4 | 3,229,815,442,156 | d2f43b14be8b38c8b92b5d5b9201af43c39708f6 | /MJPayCore/src/main/java/com/mujin/response/ResponseUtils.java | f0bfea62b29a0e23516abbe6a12dac05c5955a46 | [] | no_license | summer-clt/MJPay | https://github.com/summer-clt/MJPay | 5f0212b108c2575eb04fdb6e9871c9078c32d9dd | 3297b74f2d2e3d24c468049ca42c25017c5844e3 | refs/heads/main | 2023-04-03T18:11:09.930000 | 2021-03-22T08:43:03 | 2021-03-22T08:43:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mujin.response;
public final class ResponseUtils {
/**
*
* @Title:
* @Description:
*/
private ResponseUtils() {
}
/**
*
* @Title success
* @Description 成功有返回值
* @param <T> 泛型对象
* @param data 数据
* @return ResponseResult<T>
* @author 伍成林
* @date 2021年03月15日
*/
public static... | UTF-8 | Java | 2,209 | java | ResponseUtils.java | Java | [
{
"context": "data 数据\n\t * @return ResponseResult<T>\n\t * @author 伍成林\n\t * @date 2021年03月15日\n\t */\n\tpublic static <T> Res",
"end": 278,
"score": 0.9989761114120483,
"start": 275,
"tag": "NAME",
"value": "伍成林"
},
{
"context": " @return\n\t* @return ResponseResult<T>\n\t * @autho... | null | [] | package com.mujin.response;
public final class ResponseUtils {
/**
*
* @Title:
* @Description:
*/
private ResponseUtils() {
}
/**
*
* @Title success
* @Description 成功有返回值
* @param <T> 泛型对象
* @param data 数据
* @return ResponseResult<T>
* @author 伍成林
* @date 2021年03月15日
*/
public static... | 2,209 | 0.652346 | 0.630617 | 104 | 18.471153 | 15.574237 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.365385 | false | false | 13 |
b81f416e3bd0378a559da1d4e364bce32c1cefee | 19,481,971,690,998 | 5d95c3c20a1901c0b769929fa56f8f1ee376685c | /src/ConfigurationPattern/ReturnContain.java | 55308f8cfe844fab682b014de28696394d8c0cb5 | [] | no_license | 13817094576/PluginInspector | https://github.com/13817094576/PluginInspector | b780e27b7f4ae53a4796ee817f6b684095477270 | 91d877c0b5692fa02486512f3c8a95ea725601f4 | refs/heads/master | 2021-03-08T19:33:32.140000 | 2016-05-26T11:21:24 | 2016-05-26T11:21:24 | 59,643,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ConfigurationPattern;
/**
* 确认函数的返回值是否包含某个值,目前只限于检测boolean(true或 false)
* @author zxl
*
*/
public class ReturnContain extends ConfigurationPattern{
private boolean booleanValue;
private boolean isMust=false;
private int mode=-1;
private String PROP_MUST="must";
public ReturnContain(Object v){
if(... | GB18030 | Java | 847 | java | ReturnContain.java | Java | [
{
"context": "的返回值是否包含某个值,目前只限于检测boolean(true或 false)\n * @author zxl\n *\n */\npublic class ReturnContain extends Configu",
"end": 95,
"score": 0.9996166229248047,
"start": 92,
"tag": "USERNAME",
"value": "zxl"
}
] | null | [] | package ConfigurationPattern;
/**
* 确认函数的返回值是否包含某个值,目前只限于检测boolean(true或 false)
* @author zxl
*
*/
public class ReturnContain extends ConfigurationPattern{
private boolean booleanValue;
private boolean isMust=false;
private int mode=-1;
private String PROP_MUST="must";
public ReturnContain(Object v){
if(... | 847 | 0.703145 | 0.698113 | 42 | 17.928572 | 15.063979 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 13 |
d1334d144f7953dbeee8e7b2e141393441f56c8c | 15,238,544,007,754 | a4cf7283d5cffd0ccf6bb25df8b03156da738cca | /app/src/main/java/com/changlg/cn/newknowledge/gson/entity/FormData.java | 29ee1c85bcc6cbf62c57cc4c5bbd095b1fbecf58 | [] | no_license | changliugang/NewKnowledge | https://github.com/changliugang/NewKnowledge | 81aece5e8fa99b6825e5abc55b7117a313056cb7 | 3cc6d43e02c446581547c7f0080025456e4d0edd | refs/heads/master | 2021-01-17T17:31:43.808000 | 2016-06-26T12:26:56 | 2016-06-26T12:26:56 | 56,497,177 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.changlg.cn.newknowledge.gson.entity;
import java.util.List;
/**
* Created by chang on 2016/4/20.
*/
public class FormData {
private String formName;
private List formData;
public String getFormName() {
return formName;
}
public void setFormName(String formName) {
... | UTF-8 | Java | 505 | java | FormData.java | Java | [
{
"context": "entity;\n\nimport java.util.List;\n\n/**\n * Created by chang on 2016/4/20.\n */\npublic class FormData {\n\n pr",
"end": 97,
"score": 0.7480342388153076,
"start": 92,
"tag": "USERNAME",
"value": "chang"
}
] | null | [] | package com.changlg.cn.newknowledge.gson.entity;
import java.util.List;
/**
* Created by chang on 2016/4/20.
*/
public class FormData {
private String formName;
private List formData;
public String getFormName() {
return formName;
}
public void setFormName(String formName) {
... | 505 | 0.635644 | 0.621782 | 30 | 15.833333 | 16.223612 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 13 |
b53124bc966bdd7ded79014b182ac936439d5e48 | 12,721,693,134,195 | 9d562f1b28789c21770c58bd31cec725573a0e12 | /TDDD93_projekt_visualize_data/src/com/company/Randomizer.java | 2b40909954aa770f4210701466e7103914bac78c | [] | no_license | zacno/TDDD93_projekt_visualize_data | https://github.com/zacno/TDDD93_projekt_visualize_data | e69718257f0ad121f5cf66b5207e73c71f597115 | 76a0fc8dbadfa3cc821b1c9d7db5bd40ad567df0 | refs/heads/master | 2021-06-17T00:13:10.252000 | 2017-05-08T11:58:38 | 2017-05-08T11:58:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.util.Random;
public class Randomizer
{
Randomizer() {
}
public void generate() {
try {
PrintWriter writer = new PrintWriter("/home/zacno594/liu/tddd93/TDDD... | UTF-8 | Java | 806 | java | Randomizer.java | Java | [
{
"context": "\n\t PrintWriter writer = new PrintWriter(\"/home/zacno594/liu/tddd93/TDDD93_projekt_visualize_data/src/com/",
"end": 304,
"score": 0.9731371998786926,
"start": 296,
"tag": "USERNAME",
"value": "zacno594"
}
] | null | [] | package com.company;
import java.io.FileNotFoundException;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.util.Random;
public class Randomizer
{
Randomizer() {
}
public void generate() {
try {
PrintWriter writer = new PrintWriter("/home/zacno594/liu/tddd93/TDDD... | 806 | 0.635236 | 0.600496 | 32 | 24.1875 | 24.555342 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 13 |
d84ef159cd3bfe799f67dc556edaaa50acf303ea | 34,076,270,541,639 | 6634adc46da8067bbfb262161105cb76eda6955e | /src/test/java/pro/mikhail/learnsomejava/controller/DogControllerMockMVCTest.java | 3e5ca7c285ef2f89230857b6a16a89d754d5eb74 | [
"MIT"
] | permissive | promihu/LearnSomeJava | https://github.com/promihu/LearnSomeJava | e5f2229cedc509bccec51a1d08583a3d98d42974 | 44004b9439abe71e0313aa3f31ecaeb618a49597 | refs/heads/master | 2021-01-18T22:30:22.266000 | 2016-11-09T14:23:32 | 2016-11-09T14:23:32 | 64,317,284 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pro.mikhail.learnsomejava.controller;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.mock.web.MockHttpServletRequest;
import org.springframework.test.context.ContextConfigur... | UTF-8 | Java | 9,523 | java | DogControllerMockMVCTest.java | Java | [
{
"context": "//MockHttpServletRequestBuilder\n\n/**\n * Created by Mikhail_Prosuntsov on 9/19/2016.\n */\n\n@ContextConfiguration(location",
"end": 1271,
"score": 0.9994062185287476,
"start": 1253,
"tag": "NAME",
"value": "Mikhail_Prosuntsov"
},
{
"context": "estDog = new Dog(DogDao... | null | [] | package pro.mikhail.learnsomejava.controller;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.mock.web.MockHttpServletRequest;
import org.springframework.test.context.ContextConfigur... | 9,523 | 0.623123 | 0.610942 | 303 | 30.432343 | 28.643154 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435644 | false | false | 13 |
54529304d845d5bae71b25ef15c6c39e9855963e | 31,061,203,553,801 | a30182e39e8308690bc236b6a0d143ffdf2b3dd9 | /ASM_DAO/src/Form/TongHopThongKe.java | 55dfad9bdba1fa08f88eb6549325a634ce74209c | [] | no_license | TrungHieuhnt123/Du_An_Mau | https://github.com/TrungHieuhnt123/Du_An_Mau | 557d8668da04b821fab62ede048c5cb9961f3d9a | b232918ac38b5808d85aa7810deb2d5bf99c0862 | refs/heads/master | 2023-02-21T01:04:01.387000 | 2021-01-26T12:25:11 | 2021-01-26T12:25:11 | 333,074,885 | 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 Form;
import DAO.ThongKeDAO;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import ... | UTF-8 | Java | 16,379 | java | TongHopThongKe.java | Java | [
{
"context": ".swing.table.DefaultTableModel;\n\n/**\n *\n * @author Laptop88\n */\npublic class TongHopThongKe extends javax.swi",
"end": 541,
"score": 0.9994971752166748,
"start": 533,
"tag": "USERNAME",
"value": "Laptop88"
}
] | 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 Form;
import DAO.ThongKeDAO;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import ... | 16,379 | 0.634938 | 0.625223 | 403 | 39.354839 | 31.397408 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.707196 | false | false | 13 |
641d8eb7c6c74e3496a6eea692c4092e4775b586 | 25,898,652,835,502 | b5936a5a4af93961733e5d78612a9d2aba75ed46 | /thymeleafjpa/src/main/java/com/ww/thymeleafjpa/controller/UserController.java | e4823215a3e5f2ac3616e0154dbbd3d4a3bbaf2e | [] | no_license | wwcom614/springboot2 | https://github.com/wwcom614/springboot2 | f581cbe0221c725f6e9f89cc9ed6ad8c640003c3 | afefbe7eca8c34be3ba74236f4470c611d3ad483 | refs/heads/master | 2020-03-15T23:06:52.902000 | 2018-05-24T13:19:38 | 2018-05-24T13:19:38 | 132,387,277 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ww.thymeleafjpa.controller;
import com.ww.thymeleafjpa.model.User;
import com.ww.thymeleafjpa.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind... | UTF-8 | Java | 2,269 | java | UserController.java | Java | [] | null | [] | package com.ww.thymeleafjpa.controller;
import com.ww.thymeleafjpa.model.User;
import com.ww.thymeleafjpa.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind... | 2,269 | 0.65856 | 0.65856 | 70 | 27.957144 | 20.565878 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.485714 | false | false | 13 |
1c697be096e6f4b0f52280b07b72fa6eb39c8ca7 | 14,680,198,266,474 | b268e04d77f3ce336a7fed771cb61b28845dba67 | /src/com/taupst/controller/BaseController.java | 2acf7130f6d39241834889b9f6e7778cc5f93d37 | [] | no_license | hongdong/taupst_server | https://github.com/hongdong/taupst_server | f2052cb59d6e1f98c2baeb66156f54cfa0c1dc5d | 3068f7261f9055fea744ab5b7a91ac7e44ec0c2f | refs/heads/master | 2021-01-22T09:33:48.957000 | 2014-02-17T07:06:31 | 2014-02-17T07:06:31 | 15,305,939 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taupst.controller;
import javax.annotation.Resource;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import com.taupst.service.NewsService;
import com.taupst.service.PullService;
import com.taupst.service.RankingService;
import com.taupst.service.SignService;
import com.taupst.se... | UTF-8 | Java | 1,141 | java | BaseController.java | Java | [] | null | [] | package com.taupst.controller;
import javax.annotation.Resource;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import com.taupst.service.NewsService;
import com.taupst.service.PullService;
import com.taupst.service.RankingService;
import com.taupst.service.SignService;
import com.taupst.se... | 1,141 | 0.815075 | 0.815075 | 43 | 25.534883 | 18.693798 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.069767 | false | false | 13 |
b5fad03345a189ba0cdabe46718d3f8ede9daf39 | 17,540,646,476,399 | 061a5a2c8b95612a6e73b144735678b23c72b41a | /src/Entity.java | ac731d7bc27f6d03d2c1f4e055444d5e74488604 | [] | no_license | thomas-baskin/VerbBasedAdventureGame | https://github.com/thomas-baskin/VerbBasedAdventureGame | 5e504bf79dd93a98636b5119ad80505e4e24564f | e35dc9be5ac0ab234e9183239814b96ec39f143d | refs/heads/master | 2020-12-20T21:29:50.139000 | 2020-02-08T22:42:06 | 2020-02-08T22:42:06 | 236,214,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Entity {
private String name;
private String description;
private boolean packable; // Can it go into the player's pack?
Entity(String name, String description, boolean packable){
this.name = name;
this.description = description;
this.packable = packable;
}
... | UTF-8 | Java | 776 | java | Entity.java | Java | [] | null | [] | public class Entity {
private String name;
private String description;
private boolean packable; // Can it go into the player's pack?
Entity(String name, String description, boolean packable){
this.name = name;
this.description = description;
this.packable = packable;
}
... | 776 | 0.637887 | 0.637887 | 29 | 25.758621 | 18.022314 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 13 |
6302acad95a7aa5050beef9546fefc18c8b28cc7 | 19,748,259,664,485 | ab9decc9b15cdf46e49c415e0cfd0d035e329b87 | /java_module/src/main/java/com/studio/service/doc/ResponseCode.java | d11103dc84655da490bd946295d9a9042b02747d | [] | no_license | pandengke/jettyLearn | https://github.com/pandengke/jettyLearn | 7c1488dac10afd761ec96c8de74bcda60de771c5 | 9378f3e68d665106e6ca74b81cce6c14c309bc53 | refs/heads/master | 2021-01-10T05:24:26.655000 | 2016-03-15T06:58:27 | 2016-03-15T06:58:27 | 53,666,648 | 0 | 0 | null | false | 2016-03-15T06:58:27 | 2016-03-11T12:48:37 | 2016-03-11T12:56:42 | 2016-03-15T06:58:27 | 8,370 | 0 | 0 | 0 | Java | null | null | package com.studio.service.doc;
/**
* Created by Administrator on 2016/3/10.
*/
public enum ResponseCode {
/**
* ResponseCode is designed a string that length() is 6;
* each bit of the string map to a kind of info;
* 1 -> server error;
* 2 -> permission error;
* 3 -> auth error;
* ... | UTF-8 | Java | 570 | java | ResponseCode.java | Java | [
{
"context": "package com.studio.service.doc;\n\n/**\n * Created by Administrator on 2016/3/10.\n */\npublic enum ResponseCode {\n\n ",
"end": 64,
"score": 0.745086669921875,
"start": 51,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.studio.service.doc;
/**
* Created by Administrator on 2016/3/10.
*/
public enum ResponseCode {
/**
* ResponseCode is designed a string that length() is 6;
* each bit of the string map to a kind of info;
* 1 -> server error;
* 2 -> permission error;
* 3 -> auth error;
* ... | 570 | 0.52807 | 0.482456 | 31 | 17.387096 | 15.679609 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 13 |
63d2819eab741474f553036239d4102f93a42cd2 | 13,151,189,884,403 | 0e7fe898e562880add49708428811b966a2a48f9 | /src/test/java/ua/in/dmitry404/command/validator/NotesValuesValidatorTest.java | dcf3f08a703b327d5f8c30e0c0592b2d6231a1f8 | [] | no_license | Dmitry404/CashMachine | https://github.com/Dmitry404/CashMachine | 14fedd2f2c5999781419f88c3761b9ce50f331f9 | eda12a971e38fae026ebdad55fc13888afc60144 | refs/heads/master | 2020-05-18T20:27:31.760000 | 2011-11-07T06:56:27 | 2011-11-07T06:56:27 | 2,707,620 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.in.dmitry404.command.validator;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* This class contains unit-tests for NotesValueValidator
*
* @author Dmitriy Butakov
*/
public class NotesValuesValidatorTest {
private NotesValueValidator validator;
@Before
... | UTF-8 | Java | 1,160 | java | NotesValuesValidatorTest.java | Java | [
{
"context": "s unit-tests for NotesValueValidator\n *\n * @author Dmitriy Butakov\n */\npublic class NotesValuesValidatorTest {\n p",
"end": 219,
"score": 0.999862551689148,
"start": 204,
"tag": "NAME",
"value": "Dmitriy Butakov"
}
] | null | [] | package ua.in.dmitry404.command.validator;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* This class contains unit-tests for NotesValueValidator
*
* @author <NAME>
*/
public class NotesValuesValidatorTest {
private NotesValueValidator validator;
@Before
publi... | 1,151 | 0.60431 | 0.592241 | 47 | 23.702127 | 20.915142 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.468085 | false | false | 13 |
cd2e5a9e2cef11777923ba58460959c37a5aaae5 | 13,151,189,886,356 | c38d2a497d2dc21bd7b67dfb09709a29cd26da61 | /logback-exception-mapping/src/main/java/com/tersesystems/logback/exceptionmapping/ExceptionHierarchyIterator.java | 3238018b99e3e207c3317098dcda4ccaa980a880 | [
"CC0-1.0"
] | permissive | wsargent/terse-logback | https://github.com/wsargent/terse-logback | 4a6bb25048ee841fb26136c8d3c58738578fca75 | 32d88caa5140960145f5ecc60dc52ecd9a61840a | refs/heads/master | 2023-01-27T23:27:17.663000 | 2019-07-05T02:50:02 | 2019-07-05T02:50:02 | 172,425,075 | 0 | 1 | NOASSERTION | true | 2019-03-03T00:07:23 | 2019-02-25T03:07:20 | 2019-02-25T03:07:22 | 2019-03-03T00:07:22 | 336 | 0 | 1 | 0 | Java | false | null | package com.tersesystems.logback.exceptionmapping;
import java.util.Iterator;
import java.util.Spliterator;
import java.util.Spliterators;
import java.util.stream.Stream;
import java.util.stream.StreamSupport;
public class ExceptionHierarchyIterator implements Iterator<Class<?>> {
private Class<?> clazz;
Exc... | UTF-8 | Java | 1,075 | java | ExceptionHierarchyIterator.java | Java | [] | null | [] | package com.tersesystems.logback.exceptionmapping;
import java.util.Iterator;
import java.util.Spliterator;
import java.util.Spliterators;
import java.util.stream.Stream;
import java.util.stream.StreamSupport;
public class ExceptionHierarchyIterator implements Iterator<Class<?>> {
private Class<?> clazz;
Exc... | 1,075 | 0.666047 | 0.665116 | 40 | 25.875 | 22.297071 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425 | false | false | 13 |
2bfef50b1664a1cd615401e54fb71a7eee74cdb5 | 34,299,608,836,894 | 6fe4c2729f4db5b3c338b28ef1a99113ff040ac7 | /pnw-admin/pnw-admin-dao/src/main/java/cn/antido/admin/mapper/DistrictMapper.java | fa8a9241526d106d6baf01cb60a4ec99d9a64e95 | [] | no_license | Antido-L/PNW | https://github.com/Antido-L/PNW | 18a990400a56770457bbe2d96b4f1628eb3c5875 | 917260cf69e87882f54db8b2d00286dd78b350a9 | refs/heads/master | 2022-05-09T08:42:11.095000 | 2020-04-03T08:44:37 | 2020-04-03T08:44:37 | 147,450,573 | 1 | 0 | null | false | 2022-03-31T22:00:38 | 2018-09-05T02:50:15 | 2021-01-12T03:15:00 | 2022-03-31T22:00:38 | 30,315 | 1 | 0 | 9 | Java | false | false | package cn.antido.admin.mapper;
import java.util.List;
import cn.antido.admin.pojo.District;
/**
* @Description 行政区域DAO 没有插入和更新操作
* @author Antido
* @date 2017年12月24日 上午11:38:29
*/
public interface DistrictMapper {
/**
* 根据主键查询区域信息
*/
District selectByPrimaryKey(Integer id);
/**
* 根据父ID... | UTF-8 | Java | 574 | java | DistrictMapper.java | Java | [
{
"context": "/**\r\n * @Description 行政区域DAO 没有插入和更新操作\r\n * @author Antido\r\n * @date 2017年12月24日 上午11:38:29\r\n */\r\npublic int",
"end": 157,
"score": 0.9613831043243408,
"start": 151,
"tag": "NAME",
"value": "Antido"
}
] | null | [] | package cn.antido.admin.mapper;
import java.util.List;
import cn.antido.admin.pojo.District;
/**
* @Description 行政区域DAO 没有插入和更新操作
* @author Antido
* @date 2017年12月24日 上午11:38:29
*/
public interface DistrictMapper {
/**
* 根据主键查询区域信息
*/
District selectByPrimaryKey(Integer id);
/**
* 根据父ID... | 574 | 0.66875 | 0.639583 | 26 | 16.461538 | 15.872644 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 13 |
e93a2e45eda539a559ad170bbf81d69dc8965171 | 36,679,020,712,046 | ec9a81177d82a24a35d2562e2c0a69d88f450810 | /src/main/java/com/songr/songr/SongrController.java | 4adcc081d63c1660ea0fe0d2c3f22e173a841583 | [] | no_license | EsraaAbuHana/songr | https://github.com/EsraaAbuHana/songr | 8da9d91763110a836a06200de0b690df9483b8cd | 2370a0a49da31f64f2007add9ca789605a3bac66 | refs/heads/main | 2023-04-17T04:27:46.201000 | 2021-04-21T17:56:08 | 2021-04-21T17:56:08 | 359,124,280 | 0 | 0 | null | false | 2021-04-21T17:56:08 | 2021-04-18T11:27:50 | 2021-04-21T01:27:16 | 2021-04-21T17:56:08 | 75 | 0 | 0 | 0 | Java | false | false | package com.songr.songr;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.servlet.view.RedirectView;
import java.util.ArrayList;... | UTF-8 | Java | 3,362 | java | SongrController.java | Java | [] | null | [] | package com.songr.songr;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.servlet.view.RedirectView;
import java.util.ArrayList;... | 3,362 | 0.625223 | 0.60113 | 90 | 35.333332 | 34.956161 | 233 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 13 |
c9076170b70238f995a3e0690587a27a72018c84 | 32,427,003,151,633 | 5d24c60d0825c59ea634c562e41e9ca7545e41af | /src/main/java/com/qianmi/admin/action/LoginController.java | ae93d0b8426c93ca5aded8a2aaac67d1975a493e | [] | no_license | jianghong-pc/admin-main | https://github.com/jianghong-pc/admin-main | ab3d05a375b29910179e4f8875f5bd75a67b4a1f | 048979c82620de5f3d9a5fb68cc2bbf003f2f1c9 | refs/heads/master | 2021-06-20T19:04:20.364000 | 2017-08-11T02:01:14 | 2017-08-11T02:01:14 | 99,774,572 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qianmi.admin.action;
import com.qianmi.admin.common.constants.Constants;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;... | UTF-8 | Java | 1,035 | java | LoginController.java | Java | [] | null | [] | package com.qianmi.admin.action;
import com.qianmi.admin.common.constants.Constants;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;... | 1,035 | 0.785644 | 0.785644 | 31 | 31.806452 | 31.683332 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 13 |
9ab502936f649ae759d488d873c5d49fcf741b90 | 2,997,887,208,783 | b34e3835d4f7d4fc833853ededb8091c24b04167 | /src/com/datastructure/Stack3.java | d84bdc7daf9f4fdaa837b470520d229099d68dde | [] | no_license | caihanbin1992/Algorithm | https://github.com/caihanbin1992/Algorithm | aec46ea484d5c2e93444004b3640bacb7e4e2642 | e803230187414aa84bfcfe8c81b05957011a782d | refs/heads/master | 2020-03-12T03:59:14.457000 | 2018-04-23T13:58:56 | 2018-04-23T13:58:56 | 130,435,316 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.datastructure;
import java.util.Stack;
/**
* problem:栈的反转
* @author admin
*
*/
public class Stack3 {
public int[] reverseStack(int[] A, int n) {
Stack<Integer> stack=new Stack<Integer>();
for(int i=0;i<n;i++){
stack.push(A[i]);
}
reverse(stack);
int[] A1=new int... | UTF-8 | Java | 947 | java | Stack3.java | Java | [
{
"context": "va.util.Stack;\r\n\r\n/**\r\n * problem:栈的反转\r\n * @author admin\r\n *\r\n */\r\npublic class Stack3 {\r\n\t\r\n\t public int[",
"end": 95,
"score": 0.9456602931022644,
"start": 90,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | package com.datastructure;
import java.util.Stack;
/**
* problem:栈的反转
* @author admin
*
*/
public class Stack3 {
public int[] reverseStack(int[] A, int n) {
Stack<Integer> stack=new Stack<Integer>();
for(int i=0;i<n;i++){
stack.push(A[i]);
}
reverse(stack);
int[] A1=new int... | 947 | 0.583241 | 0.575524 | 48 | 16.895834 | 15.152337 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.875 | false | false | 13 |
7ac7fd2f30aab6768e3b8a5f24c41abb11763176 | 2,997,887,208,181 | afd9492bf50a0762a60201c0914d6856915a9c94 | /tracks/DualTrack.java | 0be354e9e0b998f1a28dda72685f0c34b5fd411a | [] | no_license | asix7/metromadness | https://github.com/asix7/metromadness | c7e4e816fb2f2afc8e652f2254bf5e10bb9bddc1 | db7f133d8c118bfef2bbda46c08e7cf5207df1b8 | refs/heads/master | 2021-01-01T03:58:39.310000 | 2016-04-19T10:00:40 | 2016-04-19T10:00:40 | 56,367,102 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.unimelb.swen30006.metromadness.tracks;
import java.awt.geom.Point2D.Float;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.unimelb.swen30006.metromadness.trains.Train;
public class DualTrack extends Track {
private boolean forwardOccupied;
pri... | UTF-8 | Java | 1,608 | java | DualTrack.java | Java | [] | null | [] | package com.unimelb.swen30006.metromadness.tracks;
import java.awt.geom.Point2D.Float;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.glutils.ShapeRenderer;
import com.unimelb.swen30006.metromadness.trains.Train;
public class DualTrack extends Track {
private boolean forwardOccupied;
pri... | 1,608 | 0.712687 | 0.691542 | 61 | 25.360655 | 28.368786 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.983607 | false | false | 13 |
7b18a884ccd9cb559b9434babdf9f5547e3e2cb0 | 7,687,991,495,075 | 11004a83451989516af369e3dacf6179191c80f5 | /app/src/main/java/com/example/urbanclone_techhelpers/Feedback.java | 295df4fba6742cfba81afa280d4cfb6005acc8fb | [] | no_license | gargi3099/JustBook-TechHelpers | https://github.com/gargi3099/JustBook-TechHelpers | 2ac0a23872b8ed66d3464a39558a3f5a50eddf8c | 00cefea26b35ca521656dee3c3e094c30ef4347b | refs/heads/master | 2023-02-02T05:29:43.684000 | 2020-12-18T12:20:44 | 2020-12-18T12:20:44 | 295,780,245 | 0 | 0 | null | false | 2020-10-27T05:50:35 | 2020-09-15T16:04:32 | 2020-10-07T05:32:09 | 2020-10-27T05:50:35 | 225 | 0 | 0 | 0 | Java | false | false | package com.example.application2;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import andro... | UTF-8 | Java | 3,885 | java | Feedback.java | Java | [] | null | [] | package com.example.application2;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import andro... | 3,885 | 0.558816 | 0.556499 | 99 | 38.252525 | 24.374744 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.737374 | false | false | 13 |
904151c3e475c58bca974b99ab6d4c2da0a941dc | 9,947,144,260,158 | cd07a002107e3081a5fc77a0d6705ef58934450b | /gmall-web-util/src/test/java/com/atguigu/dubbo/RandomLoadBalance.java | f2f373bf9d35868258882b69879522307374c461 | [] | no_license | Java-YANG/gmall0830 | https://github.com/Java-YANG/gmall0830 | b2ef9f6731467810ae2a700a8d5cb75302b8f56d | f59620a135c40f7a1a8831f96506f056903a6d80 | refs/heads/master | 2022-09-21T05:00:53.159000 | 2020-04-11T15:57:30 | 2020-04-11T15:59:25 | 231,744,673 | 0 | 0 | null | false | 2022-09-01T23:18:28 | 2020-01-04T10:25:43 | 2020-04-11T16:03:11 | 2022-09-01T23:18:26 | 17,100 | 0 | 0 | 4 | CSS | false | false | package com.atguigu.dubbo;
import com.alibaba.dubbo.common.URL;
import com.alibaba.dubbo.rpc.Invocation;
import com.alibaba.dubbo.rpc.Invoker;
import java.util.List;
import java.util.Random;
/**
* 随机均匀算法
* 随机,按权重设置随机概率
* 在一个截面上碰撞的概率高,但调用量越大分布越均匀,而且按概率使用权重后也比较均匀,有利于动态调整提供者权重。
*/
public class RandomLoadBalance ext... | UTF-8 | Java | 2,201 | java | RandomLoadBalance.java | Java | [] | null | [] | package com.atguigu.dubbo;
import com.alibaba.dubbo.common.URL;
import com.alibaba.dubbo.rpc.Invocation;
import com.alibaba.dubbo.rpc.Invoker;
import java.util.List;
import java.util.Random;
/**
* 随机均匀算法
* 随机,按权重设置随机概率
* 在一个截面上碰撞的概率高,但调用量越大分布越均匀,而且按概率使用权重后也比较均匀,有利于动态调整提供者权重。
*/
public class RandomLoadBalance ext... | 2,201 | 0.592976 | 0.587219 | 50 | 33.740002 | 23.54299 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 13 |
c2acc4b780f9523dcd994b4506fa10bc8d2c1347 | 9,947,144,261,158 | 96e4cb32b93fa044ef7314938d376c3043a2064c | /bayesian_network/web/src/main/java/web/BayesianServlet.java | 0a7209a5f90292a27b5c918548e27f3cce826597 | [] | no_license | razvansalajan/datamining | https://github.com/razvansalajan/datamining | 209a4790f9d8a20925f6797d92593c1f2f1c483b | 2d7c3fa464739c49c92ad28b0f7d3403524d89e3 | refs/heads/master | 2021-01-11T11:39:23.642000 | 2016-12-19T15:45:41 | 2016-12-19T15:45:41 | 76,861,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package web;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.Se... | UTF-8 | Java | 4,082 | java | BayesianServlet.java | Java | [] | null | [] | package web;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.Se... | 4,082 | 0.705292 | 0.701372 | 133 | 29.691729 | 24.545855 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.511278 | false | false | 13 |
3b6b2448a0bf1bd15929c944d0117d43e4d6c990 | 19,619,410,637,787 | 89d90e63fdd7210669852fda3bfea44f702c982b | /MavenSpringCoreDemo2MongoTemplateWithMongodbThruXmlAndAnnotation/src/main/java/com/app/dto/Person.java | e28b145f7f72d1c6588fde1926ebb4d53b6a5ea1 | [
"MIT"
] | permissive | DevelopByTarun/Spring-Core-Aop-Mvc-Orm-Jdbc-With-Maven | https://github.com/DevelopByTarun/Spring-Core-Aop-Mvc-Orm-Jdbc-With-Maven | 9b769a4c84cb2d50c238c80bb80f3d33f5696bd8 | fc78025e838d971c2f5a73c248786b249e52ff55 | refs/heads/master | 2020-04-18T08:16:22.212000 | 2019-01-29T16:54:36 | 2019-01-29T16:54:36 | 167,390,483 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.app.dto;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import org.springframework.data.mongodb.core.mapping.Field;
@Document(collection = "PersonBySpring")
public class Person {
//id will be used for storing MongoDB _id
@Id
@Field(value =... | UTF-8 | Java | 1,087 | java | Person.java | Java | [] | null | [] | package com.app.dto;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import org.springframework.data.mongodb.core.mapping.Field;
@Document(collection = "PersonBySpring")
public class Person {
//id will be used for storing MongoDB _id
@Id
@Field(value =... | 1,087 | 0.671573 | 0.671573 | 59 | 17.423729 | 17.924704 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.355932 | false | false | 13 |
52c83ce628a2e29586a5d8fb1be8083ad9dd5842 | 15,745,350,136,940 | 1a01e10a555efffdf57bf96249e460fbbf70f61a | /src/main/java/com/github/glue/mvc/general/DefaultContainer.java | 5b4d958003e2b9810f45fcf30e0ee1027ea5ac19 | [] | no_license | miemiebw/glue-mvc | https://github.com/miemiebw/glue-mvc | 888536ea60d82acd64ceada89e806c2ec74cf2ad | addafb5d822f84c559c2b2b4931b23cfa1f04cc4 | refs/heads/master | 2020-12-24T15:05:34.765000 | 2012-02-27T00:53:29 | 2012-02-27T00:53:29 | 2,916,470 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright Eric Lee.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wri... | UTF-8 | Java | 1,924 | java | DefaultContainer.java | Java | [
{
"context": "/*\n * Copyright Eric Lee.\n *\n * Licensed under the Apache License, Version",
"end": 24,
"score": 0.9998246431350708,
"start": 16,
"tag": "NAME",
"value": "Eric Lee"
},
{
"context": "rt com.google.common.collect.Sets;\n\n/**\n * @author Eric.Lee\n *\n */\npublic class... | null | [] | /*
* Copyright <NAME>.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writi... | 1,922 | 0.706861 | 0.703742 | 74 | 25 | 24.419752 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.351351 | false | false | 13 |
956e72eda84c793424c0817ea2ce19e9e39562ed | 30,356,828,879,250 | 15bed4adf381b3c8b9927cf484d4b5fb202319e8 | /src/main/java/com/jcom/cms/controllers/HomeController.java | 679c1c3c04d0a4b99b440f5b2545a614d69783ae | [] | no_license | worldthem/ReactJsSpringBoot | https://github.com/worldthem/ReactJsSpringBoot | a0a5e30fa45bc34bc7451b8eb231b45f4125917f | 3b46e5f2b748b0de62dc180d43f02966b910990b | refs/heads/master | 2023-05-05T09:29:49.363000 | 2021-04-01T20:32:40 | 2021-04-01T20:32:40 | 353,815,674 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jcom.cms.controllers;
import com.jcom.cms.dto.ListResponse;
import com.jcom.cms.entity.Page;
import com.jcom.cms.entity.Product;
import com.jcom.cms.hepers.Helpers;
import com.jcom.cms.services.DoShortCode;
import com.jcom.cms.services.PagesServices;
import com.jcom.cms.services.ProductService;
import com.... | UTF-8 | Java | 2,424 | java | HomeController.java | Java | [] | null | [] | package com.jcom.cms.controllers;
import com.jcom.cms.dto.ListResponse;
import com.jcom.cms.entity.Page;
import com.jcom.cms.entity.Product;
import com.jcom.cms.hepers.Helpers;
import com.jcom.cms.services.DoShortCode;
import com.jcom.cms.services.PagesServices;
import com.jcom.cms.services.ProductService;
import com.... | 2,424 | 0.669142 | 0.666667 | 76 | 30.894737 | 30.096153 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565789 | false | false | 13 |
1d840f17e4a3c3bbb1d6559075d79764a53fd2c4 | 27,934,467,326,699 | 94fa81d14aad090a92c3991af8df5946f86223e3 | /src/main/java/de/prob2/jupyter/ProBKernelModule.java | 346f7a87d44c763e251397a9e52266fdba45d1c6 | [] | no_license | hhu-stups/prob2_jupyter_kernel | https://github.com/hhu-stups/prob2_jupyter_kernel | 0a4657bb60d190f80529be6fd6507e008ae8d43f | 2b50c3c76c597a251ffab1daf773e6ec5068d464 | refs/heads/master | 2023-05-30T17:52:06.706000 | 2021-06-08T21:33:23 | 2021-06-08T21:33:23 | 361,715,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.prob2.jupyter;
import com.google.inject.AbstractModule;
import de.prob.MainModule;
public final class ProBKernelModule extends AbstractModule {
@Override
protected void configure() {
install(new MainModule());
}
}
| UTF-8 | Java | 233 | java | ProBKernelModule.java | Java | [] | null | [] | package de.prob2.jupyter;
import com.google.inject.AbstractModule;
import de.prob.MainModule;
public final class ProBKernelModule extends AbstractModule {
@Override
protected void configure() {
install(new MainModule());
}
}
| 233 | 0.776824 | 0.772532 | 12 | 18.416666 | 18.621038 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 13 |
0be0f577a28f24ab8b67cb407d38562df6e2a9c4 | 26,139,171,029,945 | 37fe985518a0ca61d5f72b87bb2999bce8be4cbe | /order/src/main/java/servlet/OrderServlet.java | e7673609b4d70bef05acb6f308402844ef0b37d7 | [] | no_license | Randy-Lv/WebOrder | https://github.com/Randy-Lv/WebOrder | 492bf0b6c1638cc165720405ef37ef59af8fa3c2 | 7a558d81009c9c91a2cc7e37391fd8da473ef73d | refs/heads/master | 2020-03-20T12:57:56.794000 | 2018-06-15T03:25:26 | 2018-06-15T03:25:26 | 137,445,105 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package servlet;
import java.io.IOException;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.t... | UTF-8 | Java | 4,311 | java | OrderServlet.java | Java | [
{
"context": "any\"));\n\t\torder.setUserName(request.getParameter(\"UserName\"));\n\t\torder.setMobile(request.getParameter(\"Mobil",
"end": 2472,
"score": 0.9993031620979309,
"start": 2464,
"tag": "USERNAME",
"value": "UserName"
}
] | null | [] | package servlet;
import java.io.IOException;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.t... | 4,311 | 0.736161 | 0.731368 | 133 | 30.37594 | 24.107092 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.954887 | false | false | 13 |
8d3a77a77892da73be663aca401c1a25d91bfa0e | 14,070,312,925,762 | e7213d7d74436d1167d2e4f005923f3472633be2 | /src/main/files/MainFiles1.java | d41cedc7c7e31d434ac8946f846603195120171e | [] | no_license | AntonovaL/IntershipTasks | https://github.com/AntonovaL/IntershipTasks | b7116be9756a8b9b37978aa60a9675e133b99915 | fc3857fcd2c39a6f85c5a2418ed077475a23f603 | refs/heads/master | 2020-05-02T22:25:31.437000 | 2019-04-01T12:48:58 | 2019-04-01T12:48:58 | 178,251,279 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.files;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.LinkedList;
import java.io.File;
import io.tools.Getter;
import io.tools.Printer;
public class MainFiles1 {
public static void main(String[] args) throws IOException {
Fil... | UTF-8 | Java | 934 | java | MainFiles1.java | Java | [
{
"context": "eption {\n File file = new File(\"C:\\\\Users\\\\Лиля\\\\IdeaProjects\\\\TestProject\\\\src\\\\text.txt\");\n ",
"end": 354,
"score": 0.9983550906181335,
"start": 350,
"tag": "NAME",
"value": "Лиля"
}
] | null | [] | package main.files;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.LinkedList;
import java.io.File;
import io.tools.Getter;
import io.tools.Printer;
public class MainFiles1 {
public static void main(String[] args) throws IOException {
Fil... | 934 | 0.606452 | 0.605376 | 31 | 29 | 20.356501 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 13 |
e2169cb7ce5d1893bdc3a7e4e2f0f0d3938ef8a4 | 171,798,700,312 | 22ee5bfe3e32debffe9964495644daf5d08b2a97 | /app/src/main/java/org/igarape/copcast/service/StreamService.java | ab8f5bf60b3584531d3cb355e0e3b96fa464323e | [] | no_license | rodrigogivisiez/copcast-android | https://github.com/rodrigogivisiez/copcast-android | 29eebad94751b743df57479368ed80f127d9f680 | dca135fb0372b0f9327cf5aeee1f1c8f3cb9c286 | refs/heads/develop | 2017-04-30T17:27:56.421000 | 2016-01-19T13:57:38 | 2016-01-19T13:57:38 | 52,549,752 | 1 | 0 | null | true | 2016-02-25T19:08:09 | 2016-02-25T19:08:09 | 2016-01-13T16:29:35 | 2016-02-24T15:16:14 | 15,949 | 0 | 0 | 0 | null | null | null | package org.igarape.copcast.service;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.graphics.PixelFormat;
import android.media.CamcorderProfile;
import android.opengl.GLSurfaceView;
impo... | UTF-8 | Java | 5,222 | java | StreamService.java | Java | [
{
"context": "ort webrtcclient.WebRtcClient;\n\n\n/**\n * Created by bruno on 11/19/14.\n */\npublic class StreamService exten",
"end": 933,
"score": 0.9912790656089783,
"start": 928,
"tag": "USERNAME",
"value": "bruno"
}
] | null | [] | package org.igarape.copcast.service;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.graphics.PixelFormat;
import android.media.CamcorderProfile;
import android.opengl.GLSurfaceView;
impo... | 5,222 | 0.688817 | 0.684412 | 159 | 31.849056 | 29.553318 | 152 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603774 | false | false | 13 |
a49d08fa1c7460ab57c1a22d08d5e2ab5299f7fa | 3,856,880,640,364 | c11aa4aed8ae1e8cf55fbaed8e3a49337dc5ca8f | /sourcecode/medicalB/medical-common-bundle/src/main/java/com/netbull/shop/dao/HDao.java | c50a0ddb018926e9aaa13017059180ce2c9ac26c | [] | no_license | zdxue/medicalB | https://github.com/zdxue/medicalB | 9adbf859c505442bb44c7fc978bdd1aa08c427df | a5e0cb01cd3ca6e47b20d9b2b76d7525adda548e | refs/heads/master | 2016-08-08T05:52:18.185000 | 2015-08-05T01:28:14 | 2015-08-05T01:28:14 | 37,568,483 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.netbull.shop.dao;
import java.io.Serializable;
import java.util.Collection;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.Query;
import org.hibernate.Session;
... | UTF-8 | Java | 10,028 | java | HDao.java | Java | [] | null | [] | package com.netbull.shop.dao;
import java.io.Serializable;
import java.util.Collection;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.Query;
import org.hibernate.Session;
... | 10,028 | 0.675509 | 0.674611 | 362 | 26.70442 | 21.943636 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.781768 | false | false | 13 |
2e55796738eb3da029ac0dbcea067f85bbef481b | 13,271,449,001,126 | 8cb83c54d56ca1e13b6b64f07fb909865370f523 | /BulletHell/src/Main/Life.java | 92c77bb6d259d4cb27b99b5a6eafc3e01a8e13a9 | [] | no_license | Soul327/BulletHell | https://github.com/Soul327/BulletHell | aa3193afe5283730ab30533a4495f6913f3330cd | c785e98180d81e3518dea01491924f68d7b99a41 | refs/heads/master | 2022-11-17T00:27:01.136000 | 2020-07-18T17:51:56 | 2020-07-18T17:51:56 | 268,769,197 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Main;
import java.awt.Color;
import java.util.ArrayList;
import Misc.Graphics;
public class Life {
static double scale = 4;
public static double spreadChance = .07;
public static Cell[][] cell = new Cell[(int)Math.round(Main.width/scale)][(int)Math.round(Main.height/scale)];
public Life() {
init();
... | UTF-8 | Java | 4,894 | java | Life.java | Java | [] | null | [] | package Main;
import java.awt.Color;
import java.util.ArrayList;
import Misc.Graphics;
public class Life {
static double scale = 4;
public static double spreadChance = .07;
public static Cell[][] cell = new Cell[(int)Math.round(Main.width/scale)][(int)Math.round(Main.height/scale)];
public Life() {
init();
... | 4,894 | 0.564978 | 0.538006 | 228 | 20.464912 | 16.172415 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.039474 | false | false | 13 |
878534806cf202521b4b245dae63e7e966e1a022 | 6,889,127,587,963 | 79b276f2d2bbafdd4e21ab531495661c88a4d26f | /app/src/main/java/com/example/notewise/Todo.java | 7f1e2dfd08c7f6fbbdb905f41d78ce492c08edc5 | [] | no_license | prath1996/NoteWise | https://github.com/prath1996/NoteWise | ac68fc9492641f970f896e929d732300056850b5 | 89152b449dd165677c49adc0f8204e93b9e9e18b | refs/heads/master | 2020-08-02T20:43:12.944000 | 2019-09-29T14:15:27 | 2019-09-29T14:15:27 | 211,501,174 | 0 | 0 | null | false | 2019-09-29T14:15:28 | 2019-09-28T13:02:13 | 2019-09-28T13:02:39 | 2019-09-29T14:15:28 | 122 | 0 | 0 | 0 | Java | false | false | package com.example.notewise;
import java.util.ArrayList;
import java.util.List;
public class Todo extends File {
private List<TodoElement> ListOfTodoElement = new ArrayList<TodoElement>();
public List getListOfTodoElement() {
return ListOfTodoElement;
}
public void addTodoElement(TodoEleme... | UTF-8 | Java | 506 | java | Todo.java | Java | [] | null | [] | package com.example.notewise;
import java.util.ArrayList;
import java.util.List;
public class Todo extends File {
private List<TodoElement> ListOfTodoElement = new ArrayList<TodoElement>();
public List getListOfTodoElement() {
return ListOfTodoElement;
}
public void addTodoElement(TodoEleme... | 506 | 0.660079 | 0.658103 | 27 | 17.74074 | 19.696949 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 13 |
686a4423cfac69159ee8ee07f60654e373cbc73c | 32,555,852,172,039 | 538dcf1bcd5fa4406aee55c818e9a28340bb9c06 | /TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Update_Log.java | f629b83f3182cd7daf5c2030dab69b7ba9ecd3fb | [
"BSD-3-Clause"
] | permissive | prichards11232/ftc_app | https://github.com/prichards11232/ftc_app | c491691661dacc99351738aca00548e2f9af639b | 5524f67180f649f48151353467f08992476ca046 | refs/heads/master | 2021-01-20T04:29:03.638000 | 2017-01-20T23:54:17 | 2017-01-20T23:54:17 | 76,690,345 | 1 | 0 | null | true | 2016-12-16T22:39:33 | 2016-12-16T22:39:33 | 2016-12-15T00:26:48 | 2016-12-14T22:16:06 | 459,918 | 0 | 0 | 0 | null | null | null | package org.firstinspires.ftc.teamcode;
/**
* Created by robotics on 1/11/2017.
*/
public class Update_Log {
//1/11/2017
//Today we changed the ArmButtonControl and ButtonAlterationGripper programs so they function
//with the second Game Pad
//1/12/2017
//We created a test program for driving ... | UTF-8 | Java | 355 | java | Update_Log.java | Java | [
{
"context": "org.firstinspires.ftc.teamcode;\n\n/**\n * Created by robotics on 1/11/2017.\n */\n\npublic class Update_Log {\n ",
"end": 67,
"score": 0.9962121248245239,
"start": 59,
"tag": "USERNAME",
"value": "robotics"
}
] | null | [] | package org.firstinspires.ftc.teamcode;
/**
* Created by robotics on 1/11/2017.
*/
public class Update_Log {
//1/11/2017
//Today we changed the ArmButtonControl and ButtonAlterationGripper programs so they function
//with the second Game Pad
//1/12/2017
//We created a test program for driving ... | 355 | 0.709859 | 0.650704 | 14 | 24.357143 | 28.959595 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.071429 | false | false | 13 |
159968ba12df85186f0b59c82c17e4b0547570fa | 32,865,089,777,241 | 4a0a0a2d6fb833aa87347a353f621dffd14574b5 | /src/main/java/org/tinygame/herostory/async/AsyncOperationProcessor.java | dd13b8b0d9940a5ebf65d010e4f0cf3e4b09c20c | [] | no_license | zhengjian2015/herostory | https://github.com/zhengjian2015/herostory | a573603c4c8fdc54ee277477c7bdb85d3474e217 | e106907a1dc555372ee1a225b5bec4c975c2dc8f | refs/heads/master | 2022-10-23T07:47:52.430000 | 2020-04-18T02:25:28 | 2020-04-18T02:25:28 | 251,025,684 | 0 | 0 | null | false | 2022-10-04T23:57:54 | 2020-03-29T12:23:08 | 2020-04-18T02:25:39 | 2022-10-04T23:57:52 | 107 | 0 | 0 | 3 | Java | false | false | package org.tinygame.herostory.async;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.tinygame.herostory.MainThreadProcessor;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
public final class AsyncOperationProcessor {
static private final Logger LOGGER = ... | UTF-8 | Java | 2,275 | java | AsyncOperationProcessor.java | Java | [] | null | [] | package org.tinygame.herostory.async;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.tinygame.herostory.MainThreadProcessor;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
public final class AsyncOperationProcessor {
static private final Logger LOGGER = ... | 2,275 | 0.563877 | 0.561429 | 77 | 25.532467 | 23.001741 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 13 |
3f892300aacd7dc62ff6df39210880a3e7925664 | 5,377,299,093,682 | f746cd7fa414bdfde30eb166c5aab44b581766a6 | /GameClient/src/GameClient/Library/Animation.java | 43ac70d30a47efb8634f248f15534652978e9a2a | [] | no_license | kagbogre/tankdemolition2d | https://github.com/kagbogre/tankdemolition2d | 8e960a89b48a694fd07c132a62045e0aabb74e3a | abcb8bfc936c07dd474b7723ee244bac177f876e | refs/heads/master | 2020-03-22T10:24:44.808000 | 2018-07-05T22:25:56 | 2018-07-05T22:25:56 | 139,900,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package GameClient.Library;
import GameClient.Library.Interfaces.IAnimated;
import GameClient.Resources.SpriteManager;
import java.util.ArrayList;
/**
* Animación de entidades.
* @author Kedi Agbogre <kedi97@gmail.com>
*/
public class Animation {
class AnimationStep {
int duration;
Sprite sprit... | UTF-8 | Java | 4,417 | java | Animation.java | Java | [
{
"context": "ayList;\n\n/**\n * Animación de entidades.\n * @author Kedi Agbogre <kedi97@gmail.com>\n */\npublic class Animation {\n ",
"end": 203,
"score": 0.9998615384101868,
"start": 191,
"tag": "NAME",
"value": "Kedi Agbogre"
},
{
"context": " Animación de entidades.\n * @author... | null | [] | package GameClient.Library;
import GameClient.Library.Interfaces.IAnimated;
import GameClient.Resources.SpriteManager;
import java.util.ArrayList;
/**
* Animación de entidades.
* @author <NAME> <<EMAIL>>
*/
public class Animation {
class AnimationStep {
int duration;
Sprite sprite;
... | 4,402 | 0.5124 | 0.509898 | 170 | 24.852942 | 18.673246 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394118 | false | false | 13 |
7d4092feb02d5b1a28cf5622d4c5cebc6076c664 | 27,238,682,596,082 | 78ebd950b6d3fbd5e440b7b47541143af1bcb324 | /src/cgShape.java | 1ba3eb3f181f4f18233461396f4a24c3ca84e2e0 | [] | no_license | smy2748/Ontarios-Bane | https://github.com/smy2748/Ontarios-Bane | ea1d2c3a756644d9f42cfd8e7c0de63ab94ea15a | e18390a937e5740b39fa6098c677a3b2ead5252b | refs/heads/master | 2021-01-01T06:55:01.372000 | 2014-04-13T02:15:04 | 2014-04-13T02:15:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* cgShape.java
*
* Class that includes routines for tessellating a number of basic shapes
*
* Students are to supply their implementations for the
* functions in this file using the function "addTriangle()" to do the
* tessellation.
*
*/
import java.awt.*;
import java.nio.*;
import java.awt.event.*;
impo... | UTF-8 | Java | 14,373 | java | cgShape.java | Java | [
{
"context": "der, sphere, or cone\n *\n * Largely implemented by: Stephen Yingling\n */\npublic class cgShape extends simpleShape\n{\n ",
"end": 513,
"score": 0.9994379281997681,
"start": 497,
"tag": "NAME",
"value": "Stephen Yingling"
},
{
"context": "y use calls to addTriangle()\... | null | [] | /**
* cgShape.java
*
* Class that includes routines for tessellating a number of basic shapes
*
* Students are to supply their implementations for the
* functions in this file using the function "addTriangle()" to do the
* tessellation.
*
*/
import java.awt.*;
import java.nio.*;
import java.awt.event.*;
impo... | 14,183 | 0.560426 | 0.540806 | 452 | 30.798672 | 24.341536 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.862832 | false | false | 13 |
98ada0e5beb4528993d3e82a6e7e6badb2694c47 | 11,759,620,460,052 | 0b42c462686594c5571bf85c78565857d981dd78 | /src/main/java/ar/edu/unlam/tallerweb1/servicios/ServicioPartidoImpl.java | b815b1f374e601b8d3840adfb07f95f4f0305f4a | [] | no_license | LucasBenitez/cnal-spring | https://github.com/LucasBenitez/cnal-spring | f14db6303b725325d9e1b4bd44325e9d20223dab | 6868de7621c500bfc3a31404f4fe6e01754e654c | refs/heads/main | 2023-08-27T08:34:41.029000 | 2021-10-27T23:06:59 | 2021-10-27T23:06:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.edu.unlam.tallerweb1.servicios;
import ar.edu.unlam.tallerweb1.modelo.Partido;
import ar.edu.unlam.tallerweb1.modelo.Usuario;
import ar.edu.unlam.tallerweb1.modelo.UsuarioPartido;
import ar.edu.unlam.tallerweb1.repositorios.RepositorioPartido;
import org.springframework.beans.factory.annotation.Autowired;
i... | UTF-8 | Java | 4,206 | java | ServicioPartidoImpl.java | Java | [] | null | [] | package ar.edu.unlam.tallerweb1.servicios;
import ar.edu.unlam.tallerweb1.modelo.Partido;
import ar.edu.unlam.tallerweb1.modelo.Usuario;
import ar.edu.unlam.tallerweb1.modelo.UsuarioPartido;
import ar.edu.unlam.tallerweb1.repositorios.RepositorioPartido;
import org.springframework.beans.factory.annotation.Autowired;
i... | 4,206 | 0.681883 | 0.677366 | 130 | 31.361538 | 29.810429 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415385 | false | false | 13 |
ab4cbc15c03b8f165e2b217a295da58df94c305d | 19,799,799,251,799 | d2d18c00ca2fdd5a059e0a4f6db9209df664f8ad | /src/com/meal/activity/LoginActivity.java | 321d11a8df1bdcd04cd0152ae02a9e4c2efbb7bf | [] | no_license | xiamingxing/meal | https://github.com/xiamingxing/meal | f4ffdc1bcc7845bf648a428b56d53614c47e10ad | 6e693b330c1c8f11a6ea8003afaf2946e6b52822 | refs/heads/master | 2021-01-17T17:02:25.819000 | 2016-07-19T04:29:58 | 2016-07-19T04:29:58 | 63,660,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.meal.activity;
import java.util.HashMap;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import android.content.Intent;
import android.os.Bundle;
import android.os.Message;
import android.util.Log;
import android.view.Gravity;
import android.view.View;
import android.view.Vie... | UTF-8 | Java | 5,816 | java | LoginActivity.java | Java | [
{
"context": "d.getText().toString(); \r\n\t\t\t Log.d(\"userName\", userName);\r\n\t\t\t Log.d(\"userPasswd\", passWord);\r\n\t\t\t ",
"end": 2848,
"score": 0.9886406064033508,
"start": 2840,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "\"userName\", userName);\r... | null | [] | package com.meal.activity;
import java.util.HashMap;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import android.content.Intent;
import android.os.Bundle;
import android.os.Message;
import android.util.Log;
import android.view.Gravity;
import android.view.View;
import android.view.Vie... | 5,824 | 0.64718 | 0.64185 | 195 | 27.825642 | 27.270164 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.235898 | false | false | 13 |
5ce9d8e30add4621fa07d9ed46090cb12e956484 | 22,651,657,539,980 | dfd09a65e7f5d1f282c03b69a53167dd1f2aac2b | /providence-core/src/test/java/net/morimekta/providence/serializer/DefaultSerialzerProviderTest.java | 30cfd001c65a1afae87e97a7c2bca2cd49d7a282 | [
"Apache-2.0",
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | frodereinertsen/providence | https://github.com/frodereinertsen/providence | 15e15898fd8c1e1fd807c8f4212e13b29a89d065 | d66aeba51a34370fa2c07a01ca6693d5e07414c5 | refs/heads/master | 2021-01-13T04:42:58.156000 | 2017-02-16T17:47:31 | 2017-02-16T18:02:11 | 79,223,015 | 0 | 0 | null | true | 2017-01-17T11:55:55 | 2017-01-17T11:55:54 | 2017-01-05T11:41:47 | 2017-01-10T07:13:00 | 9,348 | 0 | 0 | 0 | null | null | null | package net.morimekta.providence.serializer;
import org.junit.Test;
import static junit.framework.TestCase.fail;
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
public class DefaultSerialzerProviderTest {
@Test
... | UTF-8 | Java | 3,010 | java | DefaultSerialzerProviderTest.java | Java | [] | null | [] | package net.morimekta.providence.serializer;
import org.junit.Test;
import static junit.framework.TestCase.fail;
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
public class DefaultSerialzerProviderTest {
@Test
... | 3,010 | 0.77309 | 0.77309 | 45 | 65.888885 | 59.427349 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.933333 | false | false | 13 |
ca5a1ae6eaad881ded6b1ee7c5500c0a6fe45ffa | 17,368,847,763,012 | db4db22f3c226c6b07589152a06c4889960e57dc | /src/main/java/com/training/modules/ec/dao/MtmyGroupActivityDao.java | dff914a207f56e08f2d2452bf54ae02cf49814c9 | [] | no_license | lgdniubi/kenuo | https://github.com/lgdniubi/kenuo | ad4f2789e483242b0bc4f7bec14ee437afa1cf2c | 8e48d7c6e60954543ffe63e34d7be9daced23fd7 | refs/heads/master | 2020-04-16T23:03:27.370000 | 2019-01-16T07:19:01 | 2019-01-16T07:19:01 | 165,996,128 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.training.modules.ec.dao;
import java.util.List;
import com.training.common.persistence.TreeDao;
import com.training.common.persistence.annotation.MyBatisDao;
import com.training.modules.ec.entity.GoodsSpecPrice;
import com.training.modules.ec.entity.MtmyGroupActivity;
import com.training.modules.ec.entity... | UTF-8 | Java | 2,354 | java | MtmyGroupActivityDao.java | Java | [
{
"context": "dules.ec.entity.Orders;\n\n/**\n * 团购活动dao\n * @author coffee\n * @date 2018年3月30日\n */\n@MyBatisDao\npublic interf",
"end": 487,
"score": 0.9979043006896973,
"start": 481,
"tag": "USERNAME",
"value": "coffee"
}
] | null | [] | package com.training.modules.ec.dao;
import java.util.List;
import com.training.common.persistence.TreeDao;
import com.training.common.persistence.annotation.MyBatisDao;
import com.training.modules.ec.entity.GoodsSpecPrice;
import com.training.modules.ec.entity.MtmyGroupActivity;
import com.training.modules.ec.entity... | 2,354 | 0.755858 | 0.752109 | 96 | 21.229166 | 25.709305 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.010417 | false | false | 13 |
ad79560cea3621405745378c581020e2b7d72e4f | 31,430,570,694,336 | b2a7769e0e3efafb4da341e4e106fc78b92fcc7c | /upay-commons/src/main/java/com/upay/commons/util/DateUtil.java | e5a3cf0d9afc60cbf6ea540ca5ac2373560558f6 | [] | no_license | soldiers1989/upay-parent | https://github.com/soldiers1989/upay-parent | 6ed801bbdbc67add45a9619408a12687bb20a92c | 199fe079446b836e0ab8e15d3ad106cd750dd8c3 | refs/heads/master | 2020-03-28T18:17:50.015000 | 2018-09-14T10:14:45 | 2018-09-14T10:15:58 | 148,869,001 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.upay.commons.util;
import java.math.BigDecimal;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import com.upay.commons.constants.CommunicationConstants;
/**
* 日期工具类
*/
public class DateUtil {
priva... | UTF-8 | Java | 19,295 | java | DateUtil.java | Java | [] | null | [] | package com.upay.commons.util;
import java.math.BigDecimal;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import com.upay.commons.constants.CommunicationConstants;
/**
* 日期工具类
*/
public class DateUtil {
priva... | 19,295 | 0.530325 | 0.521214 | 669 | 26.233183 | 22.137957 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457399 | false | false | 13 |
7afa23b87b804f5dbf385e1b2cea083877a4aff3 | 27,212,912,808,484 | 48b3181218454150fa4990599553251be004bc0d | /HW13.7/src/hw13/pkg7/TicTacToePanel.java | 94dfd7600bbc3c69ff2d357b303ebdb75128ea32 | [] | no_license | jevans60/ClassWork | https://github.com/jevans60/ClassWork | 2a201e3e7d96f2869d9106e5325971e1a08f4c09 | 17441910da2595ac25737a1253da871bd4d82ecd | refs/heads/master | 2021-01-21T14:08:36.492000 | 2016-04-28T02:53:04 | 2016-04-28T02:53:04 | 15,921,500 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package hw13.pkg7;
import java.awt.*;
import javax.swing.*;
public class TicTacToePanel extends JPanel
{
public static final int BLANK = 0;
public static final int DRAWX = 1;
public static final int DRAWO = 2;
private int currentShape;
TicTacToePanel()
{
}
TicTacToePane... | UTF-8 | Java | 1,474 | java | TicTacToePanel.java | Java | [] | null | [] |
package hw13.pkg7;
import java.awt.*;
import javax.swing.*;
public class TicTacToePanel extends JPanel
{
public static final int BLANK = 0;
public static final int DRAWX = 1;
public static final int DRAWO = 2;
private int currentShape;
TicTacToePanel()
{
}
TicTacToePane... | 1,474 | 0.507463 | 0.493894 | 65 | 21.661539 | 15.186307 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584615 | false | false | 13 |
a139adb083493736a935901b56cfb5d7309eb4e8 | 3,126,736,213,504 | 628ae8742128c4c576bf29cfa474978ea31c423a | /src/com/nightfire/comms/socket/ClientSocketRequestHandler.java | e5bc8428f3e3650fa9c77880426484a90d09a2f8 | [] | no_license | harishgupta111/SOA | https://github.com/harishgupta111/SOA | f906c1b17d8109e3d0413fce4733ff6c1c643b46 | 6272f9516f34e0b86e6bf513c68c0828a5fa207e | refs/heads/master | 2020-05-17T19:04:29.561000 | 2013-06-25T11:27:49 | 2013-06-25T11:27:49 | 10,152,719 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2000 Nightfire Software, Inc. All rights reserved.
*/
package com.nightfire.comms.socket;
import java.net.*;
import com.nightfire.framework.util.*;
/**
* Interface that all code servicing client socket requests must implement
* in order to be associated with a socket listene... | UTF-8 | Java | 1,241 | java | ClientSocketRequestHandler.java | Java | [] | null | [] | /**
* Copyright (c) 2000 Nightfire Software, Inc. All rights reserved.
*/
package com.nightfire.comms.socket;
import java.net.*;
import com.nightfire.framework.util.*;
/**
* Interface that all code servicing client socket requests must implement
* in order to be associated with a socket listene... | 1,241 | 0.675262 | 0.672039 | 41 | 28.268293 | 29.756758 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.195122 | false | false | 13 |
ff9fdcece0b3ec66e50d8902eff53d77302b863f | 9,294,309,252,178 | 794bb3e1878710eaca6fb386d7f4b3436ddc6c38 | /commons/test/java/com/continuent/tungsten/common/utils/ManifestParserTest.java | 59baf90977bf9bd21a6eda36f6394481d2667ac4 | [
"Apache-2.0"
] | permissive | continuent/tungsten-replicator | https://github.com/continuent/tungsten-replicator | 29ef78c51fe61734696243953a4d75ea753c0776 | 7a0e5acda12ef290072cc4cc894e34c90c71618a | refs/heads/master | 2018-01-03T15:13:11.952000 | 2017-10-13T16:27:35 | 2017-10-13T16:27:35 | 71,462,292 | 138 | 51 | null | false | 2018-03-09T14:13:57 | 2016-10-20T12:45:55 | 2018-03-03T06:33:47 | 2018-02-08T04:29:53 | 28,818 | 77 | 31 | 7 | Java | false | null | /**
* VMware Continuent Tungsten Replicator
* Copyright (C) 2015 VMware, Inc. All rights reserved.
*
* 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/licen... | UTF-8 | Java | 6,358 | java | ManifestParserTest.java | Java | [
{
"context": "ons under the License.\n *\n * Initial developer(s): Linas Virbalas\n * Contributor(s): \n */\n\npackage com.continuent.t",
"end": 708,
"score": 0.9998853206634521,
"start": 694,
"tag": "NAME",
"value": "Linas Virbalas"
},
{
"context": "st ManifestParser.\n * \n * @auth... | null | [] | /**
* VMware Continuent Tungsten Replicator
* Copyright (C) 2015 VMware, Inc. All rights reserved.
*
* 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/licen... | 6,320 | 0.621107 | 0.615288 | 173 | 35.751446 | 28.465202 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.560694 | false | false | 13 |
2dbefeaea699800a45046714338708d924f2581a | 24,661,702,233,151 | d3da076144047a53962a7fc0e9c8c052921a41f4 | /app/src/main/java/com/lym/news/module/news/model/INewsDetailInteractor.java | 3e6368039e6a0236d062659565ea0dfbbd85a10a | [] | no_license | YangMian/NewsClient | https://github.com/YangMian/NewsClient | 7b760f5649e3a737f2feaf570107268300172cf3 | 37df6b98b1f04976d54d7754fa79382f98e669d7 | refs/heads/master | 2018-05-14T02:01:40.193000 | 2016-07-28T09:23:31 | 2016-07-28T09:23:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lym.news.module.news.model;
import com.lym.news.callback.RequestCallback;
import rx.Subscription;
/**
* Fuction: 新闻详情的Model层接口<p>
*/
public interface INewsDetailInteractor<T> {
Subscription requestNewsDetail(RequestCallback<T> callback, String id);
}
| UTF-8 | Java | 290 | java | INewsDetailInteractor.java | Java | [] | null | [] | package com.lym.news.module.news.model;
import com.lym.news.callback.RequestCallback;
import rx.Subscription;
/**
* Fuction: 新闻详情的Model层接口<p>
*/
public interface INewsDetailInteractor<T> {
Subscription requestNewsDetail(RequestCallback<T> callback, String id);
}
| 290 | 0.766423 | 0.766423 | 14 | 18.571428 | 23.181625 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 13 |
3e7c2aaef2e0eca97c015889fddeb5c9e453df7e | 4,612,794,900,693 | efc7e5c670fd6dabb99db9b30ec7fb67c404f2f2 | /HomeWork-18/src/ua/lviv/lgs/StringToInteger.java | f424d15be0c6d7d69b7e3a17d28a7f42b66367d0 | [] | no_license | mimo3a/Java-Core--Lesson-18 | https://github.com/mimo3a/Java-Core--Lesson-18 | 77384506e5439d41a9282436beaa66b0fd6cc629 | 9c1b7a5927c96b34652cab9c0abca60c63094467 | refs/heads/master | 2023-02-08T05:36:24.456000 | 2020-12-27T12:02:34 | 2020-12-27T12:02:34 | 324,752,704 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.lviv.lgs;
import java.util.ArrayList;
import java.util.List;
public class StringToInteger <T>{
List <T>list;
public StringToInteger(List<T> list) {
super();
this.list = list;
}
public void addNumber(T number) {
this.list.add(number);
}
public List<T> getList() {
return list;
... | UTF-8 | Java | 400 | java | StringToInteger.java | Java | [] | null | [] | package ua.lviv.lgs;
import java.util.ArrayList;
import java.util.List;
public class StringToInteger <T>{
List <T>list;
public StringToInteger(List<T> list) {
super();
this.list = list;
}
public void addNumber(T number) {
this.list.add(number);
}
public List<T> getList() {
return list;
... | 400 | 0.6225 | 0.6225 | 33 | 10.939394 | 12.742055 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 13 |
31627e832b119d90b06b8616b4a4ea6e1eadc885 | 21,036,749,835,783 | 3410bb7e8bfa0e0e4164da8faa421246310cb9ed | /app/src/main/java/com/udacity/googleindiascholarships/stories/ui/StoriesFragment.java | f807a67d31ffa3a14742503b269c6e986379f1db | [] | no_license | Jithin-Jude/gis-2k18 | https://github.com/Jithin-Jude/gis-2k18 | 9477c43614042b9300b45af76a06d36204d6c505 | 0e4ae29c62e18d5b4f1aec97f4bbac9712d3a622 | refs/heads/master | 2020-03-30T13:22:18.462000 | 2018-10-02T16:18:52 | 2018-10-02T16:18:52 | 132,159,351 | 0 | 1 | null | true | 2018-05-04T15:43:34 | 2018-05-04T15:43:33 | 2018-05-04T07:44:55 | 2018-05-04T14:51:23 | 6,120 | 0 | 0 | 0 | null | false | null | package com.udacity.googleindiascholarships.stories.ui;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.Re... | UTF-8 | Java | 7,204 | java | StoriesFragment.java | Java | [] | null | [] | package com.udacity.googleindiascholarships.stories.ui;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.Re... | 7,204 | 0.698778 | 0.698084 | 183 | 38.366119 | 31.097105 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644809 | false | false | 13 |
953be161cb1fee17576bac41911e1d06ed4ebd85 | 27,565,100,154,499 | 8b90a2e5821ebfed4eea2876088510a9ec58bd6c | /src/org/field/dao/DB.java | f03671527ffa291fb8daa4b877656a08cc2117e9 | [] | no_license | Arrowfield/zip-kaola | https://github.com/Arrowfield/zip-kaola | f97106e6e1dba654b0f5e88b942ad47567a54f01 | 41ba9104dba2ed20fb429272fea42c4c84bd1bfe | refs/heads/master | 2023-04-13T16:31:28.564000 | 2020-04-19T08:54:32 | 2020-04-19T08:54:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.field.dao;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Connection;
public class DB {
private String className; // 驱动名
private String url; // 连接数据库的URL地址
private String username; // 数据库的用户名
private... | UTF-8 | Java | 3,203 | java | DB.java | Java | [
{
"context": "06/d_easybuy\";\n\t\tusername = \"root\";\n\t\tpassword = \"root\";\n\t\ttry {\n\t\t\tClass.forName(className);\n\t\t} catch ",
"end": 578,
"score": 0.9995275735855103,
"start": 574,
"tag": "PASSWORD",
"value": "root"
}
] | null | [] | package org.field.dao;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Connection;
public class DB {
private String className; // 驱动名
private String url; // 连接数据库的URL地址
private String username; // 数据库的用户名
private... | 3,209 | 0.52433 | 0.520689 | 152 | 18.875 | 16.191824 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.611842 | false | false | 13 |
c63ccf67a0bae39bcacd23401e87030c9dce6030 | 37,220,186,595,946 | 3b970eae6044f173c4a5664edfb1efe1c77b0357 | /src/main/java/com/faint/service/PostServiceImpl.java | e39ed372942bcc277acd71f1d9c4c6ee2d90633c | [] | no_license | oolongsawel/FAINT | https://github.com/oolongsawel/FAINT | 6eb8910d28c38d9c00b2dbca50dabcf347011bd6 | 9e1f2050d1e0282bab37ea1f55cfd186659f5990 | refs/heads/master | 2020-03-08T09:02:46.144000 | 2018-04-04T06:15:58 | 2018-04-04T06:15:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.faint.service;
import java.util.List;
import javax.inject.Inject;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.faint.domain.PostVO;
import com.faint.domain.SearchCriteria;
import com.faint.domain.TagVO;
import com.faint.domain... | UTF-8 | Java | 4,503 | java | PostServiceImpl.java | Java | [] | null | [] | package com.faint.service;
import java.util.List;
import javax.inject.Inject;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.faint.domain.PostVO;
import com.faint.domain.SearchCriteria;
import com.faint.domain.TagVO;
import com.faint.domain... | 4,503 | 0.696416 | 0.694732 | 181 | 21.96685 | 21.971579 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.480663 | false | false | 13 |
b016ea78aa4da2d6e7c746f14c97952dc59716b2 | 11,252,814,371,442 | 953cc96a9990d172fb1dfbc5852c9a993bc9e95a | /src/main/java/net/lcyframework/kernel/model/response/SingleResponse.java | 6a59eb0a62044779f67e0fd9ba81f0fa3d98da9f | [] | no_license | jimmylee216/lcyframework | https://github.com/jimmylee216/lcyframework | 62cd970d566112ee037f32be82e2ea07d484fb13 | e45c71fbc79988d46a1f7cf039bc07e91de7c8a0 | refs/heads/master | 2022-12-22T16:42:26.897000 | 2019-05-28T06:10:39 | 2019-05-28T06:10:39 | 188,520,932 | 0 | 0 | null | false | 2022-12-10T06:22:40 | 2019-05-25T04:35:10 | 2019-05-28T06:10:48 | 2022-12-10T06:22:40 | 105 | 0 | 0 | 5 | Java | false | false | /*
* Copyright © 2015-2026 the original author or authors.
*
* 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 a... | UTF-8 | Java | 1,380 | java | SingleResponse.java | Java | [
{
"context": " SingleResponse\n * 描述: 单个响应实体\n * </pre>\n * @author Jimmy Li\n * @since 1.0.0\n */\n@Data\n@EqualsAndHashCode(call",
"end": 834,
"score": 0.9997208714485168,
"start": 826,
"tag": "NAME",
"value": "Jimmy Li"
}
] | null | [] | /*
* Copyright © 2015-2026 the original author or authors.
*
* 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 a... | 1,378 | 0.684973 | 0.659802 | 56 | 22.410715 | 24.189562 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 13 |
cd880f337d6c017b51fdb452750d4c2a80519d55 | 35,553,739,304,165 | 59edc173dad0cb85a7c7a41528e34a00125e8365 | /src/main/java/com/sokil/service/impl/UserServiceImpl.java | 971d60315fff244558c02f44d40af62496f88fd1 | [
"MIT"
] | permissive | ViktorSokil/jwt-spring-security-demo | https://github.com/ViktorSokil/jwt-spring-security-demo | c9ea47b43871e5bf76b47bc23d8c1914e2772e6b | 49517b65130f2fcbde854476f3de7bdcaf792686 | refs/heads/master | 2021-05-03T07:26:41.767000 | 2018-02-07T11:57:15 | 2018-02-07T11:57:15 | 120,609,226 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sokil.service.impl;
import com.sokil.entity.UserEntity;
import com.sokil.repository.UserRepository;
import com.sokil.service.IUserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service("userService")
public c... | UTF-8 | Java | 738 | java | UserServiceImpl.java | Java | [] | null | [] | package com.sokil.service.impl;
import com.sokil.entity.UserEntity;
import com.sokil.repository.UserRepository;
import com.sokil.service.IUserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service("userService")
public c... | 738 | 0.738482 | 0.738482 | 31 | 22.806452 | 19.750736 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 13 |
e8bcc9be61bd5d16323f363cb8a3df6462219d24 | 20,349,555,095,692 | c78f7233018069c7c0f1e4ec35894a49d6112eb5 | /app/src/main/java/aboutdevice/com/munir/symphony/mysymphony/data/model/CCAddress.java | c7585ba8dbe5384c79d934fb186bcb57a5069597 | [] | no_license | sobuj134/AboutDevice | https://github.com/sobuj134/AboutDevice | 07c781118b4c23ae4e96ef1db0e8986c32807d7d | c3a21cc5d12810b816f872e26379c680d5a5c19f | refs/heads/master | 2020-05-24T21:17:13.951000 | 2019-05-19T12:06:38 | 2019-05-19T12:06:38 | 187,471,167 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package aboutdevice.com.munir.symphony.mysymphony.data.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import io.realm.RealmObject;
public class CCAddress extends RealmObject {
@SerializedName("name")
@Expose
private String name;
@SerializedName(... | UTF-8 | Java | 1,691 | java | CCAddress.java | Java | [] | null | [] | package aboutdevice.com.munir.symphony.mysymphony.data.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import io.realm.RealmObject;
public class CCAddress extends RealmObject {
@SerializedName("name")
@Expose
private String name;
@SerializedName(... | 1,691 | 0.581313 | 0.581313 | 80 | 20.137501 | 17.378683 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 13 |
cfaf077ed04ab32b6079d01e19c336473688886f | 36,885,179,155,826 | 6e0f219478a135e6278b76dee6d0e4c9cc295454 | /src/main/java/com/prismML/mapreduce/algorithms/etc/ETL_TransformMapper.java | 6f85feebccc9a359be440d6c2732aeefd302682c | [] | no_license | whitepoo/prism_ml | https://github.com/whitepoo/prism_ml | 89e1c2962bfb455e59f6ddc144e1a6d6c3e398b5 | 66ead5e4e3c1338d7737cebc974e9ac164971525 | refs/heads/master | 2017-05-11T22:01:35.718000 | 2017-02-25T03:11:35 | 2017-02-25T03:11:35 | 82,884,867 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (C) 2011 ankus (http://www.openankus.org).
*
* 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 3 of the License, or
* (at your option) any later version.
*
* ... | UTF-8 | Java | 2,311 | java | ETL_TransformMapper.java | Java | [
{
"context": "/*\n * Copyright (C) 2011 ankus (http://www.openankus.org).\n *\n * This program is",
"end": 30,
"score": 0.9993194937705994,
"start": 25,
"tag": "USERNAME",
"value": "ankus"
}
] | null | [] | /*
* Copyright (C) 2011 ankus (http://www.openankus.org).
*
* 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 3 of the License, or
* (at your option) any later version.
*
* ... | 2,311 | 0.745565 | 0.740805 | 63 | 35.682541 | 32.169109 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 13 |
8b5651aae83b2ac61d1413daef80ae6c479735bc | 14,912,126,512,830 | 63910c6fd0cdaa704f164e87bb26c3d84b3a5a55 | /src/main/java/com/siliconmtn/data/report/NoStyleCellStyle.java | 9a8c9187229d728be449aedbaf3f34555ed9747a | [] | no_license | tjohnson-smt/spacelibs-java | https://github.com/tjohnson-smt/spacelibs-java | 2878a718f36c8eb95d760d3a3d7125a7cab24c44 | 7302bd97681e07ddde24df494d956d201ecf5013 | refs/heads/main | 2023-06-07T08:27:09.708000 | 2021-03-31T22:32:02 | 2021-03-31T22:32:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.siliconmtn.data.report;
// JDK 11.x
import java.util.HashMap;
import java.util.Map;
/****************************************************************************
* <b>Title</b>: NoStyleCellStyle.java
* <b>Project</b>: SpaceLibs-Java
* <b>Description: </b> produces an empty map, this allows the factor... | UTF-8 | Java | 1,221 | java | NoStyleCellStyle.java | Java | [
{
"context": "pany:</b> Silicon Mountain Technologies\n * @author James Camire\n * @version 1.0\n * @since Feb 14, 2021\n * @update",
"end": 470,
"score": 0.9996027946472168,
"start": 458,
"tag": "NAME",
"value": "James Camire"
}
] | null | [] | package com.siliconmtn.data.report;
// JDK 11.x
import java.util.HashMap;
import java.util.Map;
/****************************************************************************
* <b>Title</b>: NoStyleCellStyle.java
* <b>Project</b>: SpaceLibs-Java
* <b>Description: </b> produces an empty map, this allows the factor... | 1,215 | 0.613432 | 0.601966 | 47 | 24.978724 | 23.690819 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.914894 | false | false | 13 |
44939adeaf10ebf4db9a954ce8f48bfb0e87dd93 | 9,113,920,648,976 | 9cd84531b7c148f13a87030de7cd9b3c95b15473 | /tools-abf-service/src/main/java/org/tis/tools/abf/module/sys/service/ISysErrCodeService.java | cad509d00264f6430aa9ed2d3980dc961cac6e40 | [] | no_license | shiyunlai/TTT | https://github.com/shiyunlai/TTT | 4ca83aef2649c2e8361c5a97eb25f641a0c30f48 | 6978949983570d14ee456fa5ad80dbcc0409e76a | refs/heads/master | 2021-04-26T23:54:39.340000 | 2018-08-14T03:39:17 | 2018-08-14T03:39:17 | 123,878,256 | 1 | 14 | null | false | 2018-08-14T03:39:18 | 2018-03-05T07:00:23 | 2018-08-13T13:36:28 | 2018-08-14T03:39:18 | 39,852 | 0 | 8 | 0 | Java | false | null | package org.tis.tools.abf.module.sys.service;
import org.tis.tools.abf.module.sys.controller.request.SysErrCodeRequest;
import org.tis.tools.abf.module.sys.entity.SysErrCode;
import com.baomidou.mybatisplus.service.IService;
import org.tis.tools.abf.module.sys.exception.SysManagementException;
/**
* sysErrCode的Servi... | UTF-8 | Java | 868 | java | ISysErrCodeService.java | Java | [
{
"context": "\n\n/**\n * sysErrCode的Service接口类\n * \n * @author Auto Generate Tools\n * @date 2018/04/23\n */\npublic interface ISysErrC",
"end": 360,
"score": 0.6297607421875,
"start": 346,
"tag": "USERNAME",
"value": "Generate Tools"
}
] | null | [] | package org.tis.tools.abf.module.sys.service;
import org.tis.tools.abf.module.sys.controller.request.SysErrCodeRequest;
import org.tis.tools.abf.module.sys.entity.SysErrCode;
import com.baomidou.mybatisplus.service.IService;
import org.tis.tools.abf.module.sys.exception.SysManagementException;
/**
* sysErrCode的Servi... | 868 | 0.748798 | 0.739183 | 30 | 26.700001 | 27.060612 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.233333 | false | false | 13 |
fe534c4bb87a77226360c2c3581ee1018605d794 | 28,432,683,538,400 | fc2879c5f6a6c1d110b4a9721a2412e4df270384 | /MyVisio/src/de/bkroeger/myvisio/model/Workbook.java | 4bb281c902458e753bf7607c09e34a4f8de6f69f | [] | no_license | bkrgr1/MyVisio | https://github.com/bkrgr1/MyVisio | 506a7387cf18d1cb7ceee0538af6d98307250e54 | 636c25754977167123f17decdabecd9f1ec24997 | refs/heads/master | 2021-01-15T12:31:53.196000 | 2016-09-26T18:11:34 | 2016-09-26T18:11:34 | 68,399,462 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.bkroeger.myvisio.model;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util... | ISO-8859-1 | Java | 16,118 | java | Workbook.java | Java | [
{
"context": "ksheets geändert wurde.</li>\r\n * </ul>\r\n * @author bk\r\n */\r\npublic class Workbook {\r\n\t\r\n\tprivate static",
"end": 2304,
"score": 0.9831315875053406,
"start": 2302,
"tag": "USERNAME",
"value": "bk"
}
] | null | [] | package de.bkroeger.myvisio.model;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.Iterator;
import java.util... | 16,118 | 0.659318 | 0.65789 | 586 | 25.479523 | 23.182915 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.143345 | false | false | 13 |
1561dbcb155f0f0c833eab61ec1604dc2ca87529 | 16,673,063,043,207 | 211b7f6591fb5ec173fc9add07c5f91b8b1e42f7 | /TwitterClient/app/src/main/java/com/codepath/twitterclient/activities/HomeActivity.java | 3fc247f47af399bb574fa443d4963e24613131bc | [] | no_license | ardok/codepath | https://github.com/ardok/codepath | d803c10b14aede55c8429af8484647c2ac452797 | 57332692197009940980767ec2a204c6b1c425c7 | refs/heads/master | 2021-01-10T13:52:06.709000 | 2015-12-11T05:47:12 | 2015-12-11T05:47:12 | 47,155,217 | 0 | 2 | null | false | 2015-12-11T05:47:12 | 2015-12-01T00:41:14 | 2015-12-01T00:43:24 | 2015-12-11T05:47:12 | 2,312 | 0 | 0 | 1 | Java | null | null | package com.codepath.twitterclient.activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import a... | UTF-8 | Java | 2,361 | java | HomeActivity.java | Java | [] | null | [] | package com.codepath.twitterclient.activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.Menu;
import a... | 2,361 | 0.70648 | 0.70521 | 67 | 34.238808 | 26.439505 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641791 | false | false | 13 |
ee51f615253aca4ed28dc96f21b2b025a2f5c963 | 18,038,862,647,554 | 2a7593ef07219a3e2cfddfd6cb0cb5b67ff3f408 | /aggregate-usage-web/src/test/java/nl/tele2/fez/aggregateusage/service/FezApiAdapterTest.java | 7f737c6ae07eca22767bd604e5d13474963c540b | [] | no_license | rajibasahoo/aggregate-usage | https://github.com/rajibasahoo/aggregate-usage | 78df08aa5d5917dabef61728f6798a3a0ad6571a | 6df0233536001fccfea0491e9ddf40eadf5092ed | refs/heads/master | 2022-12-29T13:01:01.235000 | 2019-12-17T05:29:40 | 2019-12-17T05:29:40 | 228,539,622 | 0 | 0 | null | false | 2022-12-10T04:50:19 | 2019-12-17T05:27:10 | 2019-12-17T05:30:21 | 2022-12-10T04:50:18 | 89 | 0 | 0 | 3 | Java | false | false | package nl.tele2.fez.aggregateusage.service;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
import org.mockito.Matchers;
import org.mockito.Mock;
import org.slf4j.MDC;
import org.springframework.http.HttpEntity;
import org.spr... | UTF-8 | Java | 3,848 | java | FezApiAdapterTest.java | Java | [] | null | [] | package nl.tele2.fez.aggregateusage.service;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
import org.mockito.Matchers;
import org.mockito.Mock;
import org.slf4j.MDC;
import org.springframework.http.HttpEntity;
import org.spr... | 3,848 | 0.731809 | 0.724792 | 98 | 38.275509 | 36.175529 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.887755 | false | false | 13 |
da9902dba7ebbb9e4088612e9962e363f7bcc343 | 28,535,762,719,789 | d03074998694efe9913824b943e9d4cc0facbd08 | /src/main/java/br/com/jbq/entrevista/apresentacao/business/ClienteBusiness.java | b5094e1b6748b842074bbc3e3af91e76d31db9aa | [] | no_license | ffsales/apresentacao | https://github.com/ffsales/apresentacao | 0f99c0989d67aa7fa45106217671c82b22efc2ac | ebf1b3198eeaa190d49264bdf60043c246e81401 | refs/heads/master | 2020-04-21T01:13:36.020000 | 2019-02-05T09:46:19 | 2019-02-05T09:46:19 | 169,217,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.jbq.entrevista.apresentacao.business;
import java.util.List;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpMethod;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Component;
import org.springframework.util.LinkedMultiValueMap;
impo... | UTF-8 | Java | 1,208 | java | ClienteBusiness.java | Java | [] | null | [] | package br.com.jbq.entrevista.apresentacao.business;
import java.util.List;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpMethod;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Component;
import org.springframework.util.LinkedMultiValueMap;
impo... | 1,208 | 0.783113 | 0.77649 | 38 | 30.789474 | 32.328217 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.578947 | false | false | 13 |
2d0376f3bd7bdf691c700f745c46ccd6d0c48853 | 4,260,607,563,092 | fb1df2ea6f072cbcebdcd6ad4ec082712ff5369f | /HerokuDataTestLoad/src/main/java/com/heroku/service/HerokuDataServiceImpl.java | 6327b342c1ca7b24ff736feb915a5d9435bc6947 | [] | no_license | saimuth/HerokuDataLoadTest | https://github.com/saimuth/HerokuDataLoadTest | e58daea644871aacb42a09cfe137dab07316de41 | 5e9f11a524deeb46e7c5cad8235e4ca94c2fab9a | refs/heads/main | 2023-01-18T14:48:16.483000 | 2020-11-23T15:43:58 | 2020-11-23T15:43:58 | 315,361,846 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.heroku.service;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.heroku.dao.HerokuDataDao;
import com.heroku.model.Applic... | UTF-8 | Java | 34,568 | java | HerokuDataServiceImpl.java | Java | [
{
"context": "cr_hire_end_date__c(fromdate);\r\n\t\t\tap.setOwnerid(\"ownerid\");\r\n\t\t\tap.setTech_force_email_rule_execution__c(t",
"end": 8789,
"score": 0.6952781677246094,
"start": 8782,
"tag": "USERNAME",
"value": "ownerid"
},
{
"context": "ep__c(\"substep\");\r\n\t\t\tap.setD... | null | [] | package com.heroku.service;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.heroku.dao.HerokuDataDao;
import com.heroku.model.Applic... | 34,568 | 0.67765 | 0.67224 | 850 | 38.668236 | 18.142588 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.390588 | false | false | 13 |
2ac9ed623c09a1337bffa79275e863e31fe5e829 | 15,410,342,663,490 | 78a89691ae32f9576143feb561cf127adf7a7a33 | /ksh-api/ksh-sys-api/src/main/java/com/fosung/ksh/sys/client/SysOrgClient.java | c48b9bfb1d406fd160d51fd041ca475351202aaa | [] | no_license | zhenqun/fosung-ksh | https://github.com/zhenqun/fosung-ksh | e1a4aac4f08ab124018fc89548d7dc9c963afec7 | 36027ee33b5d56443aafa2fcfb3a02f7159845c2 | refs/heads/master | 2022-07-10T05:19:44.742000 | 2019-10-21T01:03:56 | 2019-10-21T01:03:56 | 215,750,234 | 0 | 0 | null | false | 2022-06-29T17:43:12 | 2019-10-17T09:10:08 | 2019-10-21T01:08:56 | 2022-06-29T17:43:12 | 448 | 0 | 0 | 3 | Java | false | false | package com.fosung.ksh.sys.client;
import com.fosung.ksh.sys.dto.SysOrg;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.spring... | UTF-8 | Java | 1,418 | java | SysOrgClient.java | Java | [] | null | [] | package com.fosung.ksh.sys.client;
import com.fosung.ksh.sys.dto.SysOrg;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.spring... | 1,418 | 0.673077 | 0.673077 | 55 | 23.581818 | 25.435616 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327273 | false | false | 13 |
8abc6166afca908185ab6972b9a586563e2a173e | 19,146,964,231,406 | a36aa14ccb112724ad083556ded474ddd9838dbf | /src/main/java/br/com/lelo/precos/precocarga/message/PrecoCargaMessageDesserializer.java | d56d7b0a6ee2e792220851d05ed41a1ab2fc54bc | [] | no_license | lelodois/restintegration-carga | https://github.com/lelodois/restintegration-carga | db9199b7f2df618c48f5f4f9a9f2e245fb68d6c0 | 9b78b4af138bbca31c51c27f215341860500f552 | refs/heads/master | 2021-05-09T15:46:52.783000 | 2018-01-26T22:21:27 | 2018-01-26T22:21:27 | 119,099,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.lelo.precos.precocarga.message;
import java.util.Map;
import org.apache.kafka.common.serialization.Deserializer;
import com.fasterxml.jackson.databind.ObjectMapper;
import br.com.lelo.precos.precocarga.model.PrecoCarga;
public class PrecoCargaMessageDesserializer implements Deserializer<PrecoCarga> ... | UTF-8 | Java | 704 | java | PrecoCargaMessageDesserializer.java | Java | [] | null | [] | package br.com.lelo.precos.precocarga.message;
import java.util.Map;
import org.apache.kafka.common.serialization.Deserializer;
import com.fasterxml.jackson.databind.ObjectMapper;
import br.com.lelo.precos.precocarga.model.PrecoCarga;
public class PrecoCargaMessageDesserializer implements Deserializer<PrecoCarga> ... | 704 | 0.762784 | 0.758523 | 32 | 21 | 25.108515 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.0625 | false | false | 13 |
ee7ecb55a7d358e1999102ce51b6d5268568cacf | 21,234,318,329,459 | 56316833f7c3b5f56f2326947c5b944bf3acf16d | /src/pl/altkom/HelloWorld.java | 6daf1cb1a056ad8ff084918f20b20d3c8374e0e9 | [] | no_license | gchas01/altkom-1 | https://github.com/gchas01/altkom-1 | 135620a77012fbdeaa9d2714fa5cbc3894ff9710 | 3bd0ba6f75a8a7e73d581134dcca13ce34441e1f | refs/heads/master | 2021-01-16T08:55:16.632000 | 2014-07-02T20:06:40 | 2014-07-02T20:06:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.altkom;
public class HelloWorld {
public static void main3(String[] args) {
// TODO Auto-generated method stub
System.out.println("hjhjhjhj");
}
}
| UTF-8 | Java | 168 | java | HelloWorld.java | Java | [] | null | [] | package pl.altkom;
public class HelloWorld {
public static void main3(String[] args) {
// TODO Auto-generated method stub
System.out.println("hjhjhjhj");
}
}
| 168 | 0.702381 | 0.696429 | 10 | 15.7 | 16.242229 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 13 |
749553ae23ded71b5e7b152cd629304f47b034bd | 4,200,478,072,545 | 2620dad640ade48cb000dd7d2ab76b2d9444cd09 | /src/main/java/pl/atom/repositories/QuestionAnswerRepository.java | 5b7899ed8c25aaf7751b6968edf238759f795ed2 | [] | no_license | arttom/ankietka-db | https://github.com/arttom/ankietka-db | 611a3e9e1a38a626d0c8c835dd7988f97c50677e | f69616e767ac907ec909039035248a0e07ff7d76 | refs/heads/master | 2020-06-14T20:39:52.289000 | 2017-02-04T09:57:39 | 2017-02-04T09:57:39 | 75,341,168 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.atom.repositories;
import org.springframework.data.repository.CrudRepository;
import pl.atom.entities.QuestionAnswerEntity;
/**
* Created by Atom on 03.12.2016.
*/
public interface QuestionAnswerRepository extends CrudRepository<QuestionAnswerEntity,Long> {
}
| UTF-8 | Java | 275 | java | QuestionAnswerRepository.java | Java | [] | null | [] | package pl.atom.repositories;
import org.springframework.data.repository.CrudRepository;
import pl.atom.entities.QuestionAnswerEntity;
/**
* Created by Atom on 03.12.2016.
*/
public interface QuestionAnswerRepository extends CrudRepository<QuestionAnswerEntity,Long> {
}
| 275 | 0.814545 | 0.785455 | 10 | 26.5 | 29.940775 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
b461fbd45c6c66b5075aae92fa664cdbe90f0d11 | 18,090,402,254,879 | 8a0e3896d5508adfa771c3395f6144a42132ac81 | /src/main/java/org/dynalang/dynalink/ChainedCallSite.java | d9f8f206ac4612c85308186d7afb135522fe4435 | [
"Apache-2.0"
] | permissive | dynjs/dynalink | https://github.com/dynjs/dynalink | c66be01260af25085f8c7be271e39019decb4669 | baac62df0269dd14ec5f0595f8e725128bff3bc1 | refs/heads/master | 2020-04-06T06:50:57.078000 | 2012-10-17T02:52:44 | 2012-11-13T14:37:52 | 6,671,897 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.dynalang.dynalink;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.MethodHandles;
import java.lang.invoke.MethodType;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.concurrent.atomic.AtomicReference;
import org.dynalang.dynalink.linker.GuardedInvocation;
import org.... | UTF-8 | Java | 6,093 | java | ChainedCallSite.java | Java | [] | null | [] | package org.dynalang.dynalink;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.MethodHandles;
import java.lang.invoke.MethodType;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.concurrent.atomic.AtomicReference;
import org.dynalang.dynalink.linker.GuardedInvocation;
import org.... | 6,093 | 0.700804 | 0.699163 | 129 | 46.240311 | 39.111801 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.627907 | false | false | 13 |
d2457f03713e5e6c98068d10797f37963a2228da | 24,567,212,941,466 | 2f5dc139866bb99027c892f45c73d9aaaab7e931 | /src/edu/ozu/cs576/phsico/test/Admin.java | 6e4f27129506bb799e0cb0fa29ecb00e9ded471e | [] | no_license | oxcafebabe2020/java-seleniumtest | https://github.com/oxcafebabe2020/java-seleniumtest | 4c644b0954e04f7e8596a858368b75a968f41b55 | 174c9fbad390bb397adfc16cd163c0d6069b50d8 | refs/heads/master | 2022-09-09T02:04:42.945000 | 2020-05-28T18:57:41 | 2020-05-28T18:57:41 | 266,792,957 | 0 | 1 | null | true | 2020-05-25T13:57:40 | 2020-05-25T13:57:39 | 2020-05-25T13:57:35 | 2020-05-25T12:31:08 | 27,572 | 0 | 0 | 0 | null | false | false | package edu.ozu.cs576.phsico.test;
import org.openqa.selenium.WebDriver;
/***
*
* purpose: bu class admin neleri yapabilir onlari listeler.
*
*/
public class Admin implements ITest {
@Override
public void run(WebDriver driver) {
// TODO Auto-generated method stub
System.out.println("Admin pa... | UTF-8 | Java | 352 | java | Admin.java | Java | [] | null | [] | package edu.ozu.cs576.phsico.test;
import org.openqa.selenium.WebDriver;
/***
*
* purpose: bu class admin neleri yapabilir onlari listeler.
*
*/
public class Admin implements ITest {
@Override
public void run(WebDriver driver) {
// TODO Auto-generated method stub
System.out.println("Admin pa... | 352 | 0.684659 | 0.676136 | 18 | 17.555555 | 20.11418 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.