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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
994a77f3a52d156d3ff6250ac319d4272572ced9 | 10,342,281,300,196 | 490abe9a2a7ea8d9e1f4f123332db7b9f4cc5709 | /src/test/java/UserTest.java | 9634e03c7b080774a2f82c51edf1f62d68c4fa23 | [] | no_license | Russell-L/spring-webflow-octus | https://github.com/Russell-L/spring-webflow-octus | 5e9fbe04386da4bf801a8f8a5b2d66e4bb67e6dc | c3a60bb3502e0e8881887ae5c92034aba14dc77c | refs/heads/master | 2019-07-24T04:16:06.997000 | 2017-02-12T19:55:05 | 2017-02-12T19:55:05 | 81,747,755 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.Test;
import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.equalTo;
/**
* Created by russelll on 13/2/17.
*/
public class UserTest extends ServerSetup{
@Test
public void getTest() {
given().pathParam("id", "58a0817ecdd7cfd66fe8338e").when().get("/u... | UTF-8 | Java | 1,630 | java | UserTest.java | Java | [
{
"context": ".hamcrest.CoreMatchers.equalTo;\n\n/**\n * Created by russelll on 13/2/17.\n */\npublic class UserTest extends Ser",
"end": 148,
"score": 0.9997374415397644,
"start": 140,
"tag": "USERNAME",
"value": "russelll"
},
{
"context": "ion/json\").\n body(\"{\\\"... | null | [] | import org.junit.Test;
import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.equalTo;
/**
* Created by russelll on 13/2/17.
*/
public class UserTest extends ServerSetup{
@Test
public void getTest() {
given().pathParam("id", "58a0817ecdd7cfd66fe8338e").when().get("/u... | 1,616 | 0.561963 | 0.530675 | 44 | 36.045456 | 37.156887 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.568182 | false | false | 8 |
c2dd839081fae40b8fc03e9aafdf2ae0e8cafa6b | 34,024,730,919,221 | ae2f59e13c6e4840b3cfa95bf620cfa205cfaab0 | /src/main/java/app/db/DataBase.java | de4f191ecd23f94d7f08735dd8541b8edb9ef8ad | [] | no_license | MoonLightMadness/zutil | https://github.com/MoonLightMadness/zutil | 0b44db10ea4d11bf80b121a6a8d01e5019b5f9b2 | 5f8197b454b19c1afde1d757a57f7b7f7336e611 | refs/heads/master | 2023-08-28T14:36:13.211000 | 2021-10-28T15:19:05 | 2021-10-28T15:19:05 | 406,750,377 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.db;
/**
* 数据库接口
* @param
* @author Zhang huai lan
* @version V1.0
**/
public interface DataBase<T> {
/**
* 初始化
* @author Zhang huai lan
* @version V1.0
**/
void initialize();
/**
* 初始化
* @param dbName 数据库的名字
* @return
* @author zhl
* @date 2021-0... | UTF-8 | Java | 1,832 | java | DataBase.java | Java | [
{
"context": "package app.db;\n/**\n * 数据库接口\n * @param\n * @author Zhang huai lan\n * @version V1.0\n **/\npublic interface DataBase<T",
"end": 64,
"score": 0.9996002912521362,
"start": 50,
"tag": "NAME",
"value": "Zhang huai lan"
},
{
"context": "ce DataBase<T> {\n /**\n * 初... | null | [] | package app.db;
/**
* 数据库接口
* @param
* @author <NAME>
* @version V1.0
**/
public interface DataBase<T> {
/**
* 初始化
* @author <NAME>
* @version V1.0
**/
void initialize();
/**
* 初始化
* @param dbName 数据库的名字
* @return
* @author zhl
* @date 2021-09-06 10:18
... | 1,776 | 0.508065 | 0.467742 | 90 | 18.288889 | 12.740351 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 8 |
c0ef154cd1ae30a77a50bd14a24bd78026004086 | 34,248,069,220,483 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/android/content/base/opera/PresenterProvider.java | 033973288b671882c92cfc0c97e4e0879ae6ed9a | [] | no_license | Phantoms007/zhihuAPK | https://github.com/Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716000 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhihu.android.content.base.opera;
import com.zhihu.android.app.p1311ui.fragment.BaseFragment;
import com.zhihu.android.content.base.BasePresenter;
import java8.util.Optional;
public class PresenterProvider {
private final Factory mFactory;
private final PresenterStore mPresenterStore;
public ... | UTF-8 | Java | 4,436 | java | PresenterProvider.java | Java | [] | null | [] | package com.zhihu.android.content.base.opera;
import com.zhihu.android.app.p1311ui.fragment.BaseFragment;
import com.zhihu.android.content.base.BasePresenter;
import java8.util.Optional;
public class PresenterProvider {
private final Factory mFactory;
private final PresenterStore mPresenterStore;
public ... | 4,436 | 0.663886 | 0.655771 | 108 | 40.074074 | 34.0951 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.944444 | false | false | 8 |
8ebde53b103acd7d4e32624c153e953e6671c755 | 13,761,075,260,105 | cba136cbec2f3e5752326be41bc04e6be231ba76 | /Project2/src/main/java/com/project/dao/PostDaoImpl.java | 6434b79c439c66951a858ae3a439b08ba0c01d62 | [] | no_license | eads1/RevatureProject2 | https://github.com/eads1/RevatureProject2 | c48dd729a49ce9f5fe8a0870512b8da6e533fdfe | ad8a518ad9258755ce0e70b17178e8fe479f51db | refs/heads/master | 2020-03-23T01:05:25.050000 | 2018-07-27T04:07:44 | 2018-07-27T04:07:44 | 140,900,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.dao;
import java.io.Serializable;
import java.util.List;
import javax.persistence.NoResultException;
import javax.persistence.Query;
import javax.transaction.Transactional;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.sprin... | UTF-8 | Java | 3,310 | java | PostDaoImpl.java | Java | [] | null | [] | package com.project.dao;
import java.io.Serializable;
import java.util.List;
import javax.persistence.NoResultException;
import javax.persistence.Query;
import javax.transaction.Transactional;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.sprin... | 3,310 | 0.738973 | 0.736254 | 118 | 27.050848 | 30.083176 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.694915 | false | false | 8 |
8668fb3b36e50a80d3b5524773ed25fca1c9653e | 26,740,466,446,724 | 047c444999b661ddf9779c84c498299ed5b1ce0d | /src/sample/settings/CreateWeeklyMenu.java | 5017419d292f3fc29066c2b46f2bd8e201350e2e | [] | no_license | goodSirTimothy/Open-Menu | https://github.com/goodSirTimothy/Open-Menu | efae75e9fcc5b2ceccaf3b1134061f737403a1f8 | 9fecdc02b5b299fec97b6024c1e0493cad8f6b75 | refs/heads/master | 2020-05-18T09:08:41.494000 | 2019-06-22T04:40:58 | 2019-06-22T04:40:58 | 168,241,998 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample.settings;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.geometry.Insets;
import javafx.scene.control.*;
import javafx.scene.layout.GridPane;
import javafx.util.Pair;
import sample.mysqlQueries.DatabaseCreateMenuTables;
import java.net.URL;
import java.util.ResourceBundle;
imp... | UTF-8 | Java | 3,202 | java | CreateWeeklyMenu.java | Java | [] | null | [] | package sample.settings;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.geometry.Insets;
import javafx.scene.control.*;
import javafx.scene.layout.GridPane;
import javafx.util.Pair;
import sample.mysqlQueries.DatabaseCreateMenuTables;
import java.net.URL;
import java.util.ResourceBundle;
imp... | 3,202 | 0.624922 | 0.617427 | 93 | 33.430107 | 26.449545 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.795699 | false | false | 8 |
4ea76d465c2c451cc1abc39180392109c7793092 | 11,982,958,789,938 | 2d0de05ba47ad7200e3091bad8b2fbf1dc127684 | /ios-driver/server/src/main/java/org/uiautomation/ios/mobileSafari/DefaultMessageHandler.java | 998cd58976a9eb5155e4f5f26b341edbf9033cb7 | [] | no_license | alvarozs/OnlineCode | https://github.com/alvarozs/OnlineCode | 10a05685ef515b42468521ae19a0e9e1061b49ad | c859d36c14520a11c1af31f12c20e89a19b4e24c | refs/heads/master | 2021-01-22T01:04:42.278000 | 2013-07-24T03:16:12 | 2013-07-24T03:16:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2012 ios-driver committers.
*
* 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 agr... | UTF-8 | Java | 8,179 | java | DefaultMessageHandler.java | Java | [] | null | [] | /*
* Copyright 2012 ios-driver committers.
*
* 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 agr... | 8,179 | 0.655459 | 0.65118 | 274 | 28.850365 | 26.587061 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448905 | false | false | 8 |
da0208f26e75b2dd5d7e1b67661ca574af580648 | 11,948,599,026,167 | 4d3dd65fe7090e5dfa6e2b2bf677bdc304adbcbd | /src/shapesdemointerface/Circle.java | f7ac48bc3f22f9d1b6913c21f49ec2fd5faeab1c | [] | no_license | afewvowels/JAVA_CLASS_PRG_00_10_Interface | https://github.com/afewvowels/JAVA_CLASS_PRG_00_10_Interface | 3adc6b768d3f4194454542990d1213b9feb65a51 | 0040e018eb2827465ef3b4f7f45cc1064d600e7d | refs/heads/master | 2020-03-11T04:17:01.815000 | 2018-04-16T16:34:21 | 2018-04-16T16:34:21 | 129,772,811 | 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 shapesdemointerface;
/**
*
* @author kbsmith01
*/
public class Circle implements Shape {
double radius;
... | UTF-8 | Java | 604 | java | Circle.java | Java | [
{
"context": "ackage shapesdemointerface;\r\n\r\n/**\r\n *\r\n * @author kbsmith01\r\n */\r\npublic class Circle implements Shape {\r\n ",
"end": 251,
"score": 0.9995786547660828,
"start": 242,
"tag": "USERNAME",
"value": "kbsmith01"
}
] | 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 shapesdemointerface;
/**
*
* @author kbsmith01
*/
public class Circle implements Shape {
double radius;
... | 604 | 0.602649 | 0.594371 | 28 | 19.571428 | 19.481544 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 8 |
a7679fe0996d4119fc0086895a0789954723de23 | 32,959,579,073,056 | 8e7b0836bf147fd73746ea078304de8978f7a1e8 | /java-core-concurrent/src/main/java/com/bestcode/javacore/concurrent/queue/MyDelayed.java | 1e64c241a8d127fa435d917e7de67596175ff5af | [] | no_license | chuckie-xch/java-core | https://github.com/chuckie-xch/java-core | 069cdfe92da00437ba69e546b53a02a6862c4778 | 9066a8d535d592cb8ef82beb8f1aa6849ee89816 | refs/heads/master | 2021-07-10T12:56:35.793000 | 2018-12-07T15:13:58 | 2018-12-07T15:13:58 | 129,107,436 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bestcode.javacore.concurrent.queue;
import java.util.concurrent.Delayed;
import java.util.concurrent.TimeUnit;
/**
* @author xch
* @create 2018-08-02 22:00
**/
public class MyDelayed implements Delayed {
/**
* 任务超时时间戳
*/
private long expire = 0;
private String orderId;
publi... | UTF-8 | Java | 1,298 | java | MyDelayed.java | Java | [
{
"context": "ort java.util.concurrent.TimeUnit;\n\n/**\n * @author xch\n * @create 2018-08-02 22:00\n **/\npublic class MyD",
"end": 143,
"score": 0.9996792078018188,
"start": 140,
"tag": "USERNAME",
"value": "xch"
}
] | null | [] | package com.bestcode.javacore.concurrent.queue;
import java.util.concurrent.Delayed;
import java.util.concurrent.TimeUnit;
/**
* @author xch
* @create 2018-08-02 22:00
**/
public class MyDelayed implements Delayed {
/**
* 任务超时时间戳
*/
private long expire = 0;
private String orderId;
publi... | 1,298 | 0.586655 | 0.564125 | 56 | 19.607143 | 19.01473 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.232143 | false | false | 8 |
d3758f1cf2566a7124c66fc120e3a9f89c389cee | 35,064,113,004,851 | f3b29593e880514eef7f062f59538b0331fd1f0f | /src/test/java/com/artipie/docker/asto/AstoDockerTest.java | 9a8b92b5036c734a2bc0e5d57262e9aca1ff53db | [
"MIT"
] | permissive | artipie/docker-adapter | https://github.com/artipie/docker-adapter | 61d9712cfcf3ef37d91f75707c182d5d230d5ed1 | 530c9e8bd7bbf1e386e34cf31957e79440c634bf | refs/heads/master | 2023-04-16T12:41:55.635000 | 2023-04-11T13:54:00 | 2023-04-11T13:54:00 | 234,279,392 | 21 | 17 | MIT | false | 2023-09-07T10:54:04 | 2020-01-16T09:10:04 | 2023-05-21T11:19:13 | 2023-09-07T10:54:02 | 7,116 | 20 | 15 | 12 | Java | false | false | /*
* The MIT License (MIT) Copyright (c) 2020-2023 artipie.com
* https://github.com/artipie/docker-adapter/LICENSE.txt
*/
package com.artipie.docker.asto;
import com.artipie.asto.Content;
import com.artipie.asto.Key;
import com.artipie.asto.Storage;
import com.artipie.asto.ext.PublisherAs;
import com.artipie.asto.... | UTF-8 | Java | 1,689 | java | AstoDockerTest.java | Java | [
{
"context": "t (c) 2020-2023 artipie.com\n * https://github.com/artipie/docker-adapter/LICENSE.txt\n */\n\npackage com.artip",
"end": 93,
"score": 0.9996855854988098,
"start": 86,
"tag": "USERNAME",
"value": "artipie"
}
] | null | [] | /*
* The MIT License (MIT) Copyright (c) 2020-2023 artipie.com
* https://github.com/artipie/docker-adapter/LICENSE.txt
*/
package com.artipie.docker.asto;
import com.artipie.asto.Content;
import com.artipie.asto.Key;
import com.artipie.asto.Storage;
import com.artipie.asto.ext.PublisherAs;
import com.artipie.asto.... | 1,689 | 0.657194 | 0.649497 | 53 | 30.867924 | 21.887394 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.471698 | false | false | 8 |
cad2901e68fa305a101fbf853b28a1d5254021a2 | 29,566,554,935,709 | fea80f63f0b2268c654e2a5d4223a742b8ad6d46 | /Abc/src/main/java/servlet/guidewire/cc/typekey/State.java | 53a48d58c0f7f60d0b4068b3248460e39df4420d | [] | no_license | daya950/Guidewire | https://github.com/daya950/Guidewire | cd9a8cb752cd98cb8289c0c36e02e8ea95b85364 | bef107e34288f1a66ff57b2b76727a4c3d1fb2d8 | refs/heads/master | 2020-12-24T11:53:44.338000 | 2016-12-30T09:11:22 | 2016-12-30T09:11:22 | 73,008,712 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package servlet.guidewire.cc.typekey;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for State.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* ... | UTF-8 | Java | 10,636 | java | State.java | Java | [] | null | [] |
package servlet.guidewire.cc.typekey;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for State.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* ... | 10,636 | 0.531967 | 0.531497 | 375 | 26.357334 | 12.068926 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794667 | false | false | 8 |
9f1f639048d07332553c89e04e1b27934ef8466e | 11,106,785,489,273 | 1b294e92835c52e4b2b018bbf53cda5ec12282e4 | /app/src/main/java/com/chuanchi/chuanchi/frame/community/mycollection/ICollectionModel.java | 7156f50fb8701881dbde3607b784a9aba7eb17db | [] | no_license | lh214271802/yaowangou | https://github.com/lh214271802/yaowangou | d141f08c5060568edb7eec748d7a9b9846197923 | 469ab569f39abcf69f615db7775b5b0aa726e523 | refs/heads/master | 2018-03-08T21:41:42.303000 | 2017-02-04T01:28:50 | 2017-02-04T01:28:50 | 68,661,070 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chuanchi.chuanchi.frame.community.mycollection;
import com.chuanchi.chuanchi.bean.community.MyCollectionBean;
import com.chuanchi.chuanchi.frame.basepresenter.ResponseLisener;
/**
* Created by liaohui on 2016/9/13.
*/
public interface ICollectionModel {
void getCollectList(String loginKey, int offse... | UTF-8 | Java | 368 | java | ICollectionModel.java | Java | [
{
"context": ".basepresenter.ResponseLisener;\n\n/**\n * Created by liaohui on 2016/9/13.\n */\npublic interface ICollectionMod",
"end": 215,
"score": 0.9996025562286377,
"start": 208,
"tag": "USERNAME",
"value": "liaohui"
}
] | null | [] | package com.chuanchi.chuanchi.frame.community.mycollection;
import com.chuanchi.chuanchi.bean.community.MyCollectionBean;
import com.chuanchi.chuanchi.frame.basepresenter.ResponseLisener;
/**
* Created by liaohui on 2016/9/13.
*/
public interface ICollectionModel {
void getCollectList(String loginKey, int offse... | 368 | 0.8125 | 0.793478 | 11 | 32.454544 | 32.100307 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 8 |
1c0f2d547f143c2cae06344977716d9d28f19192 | 4,999,341,989,556 | f2a81ad3e59333f41ff4e8123c0eda60a8942a3c | /src/be/industriele_ict/coderen/structured/vatenVullen.java | f96ca295967be6cb826505f88af8023fecefaec2 | [] | no_license | Arnieboy545/weegbrug | https://github.com/Arnieboy545/weegbrug | 880a02254577772c2e986998fc0472f52a4f16c3 | 8e0e1cf2e7a198ecf6f2a2fcdfec9256e8f26f77 | refs/heads/master | 2020-12-21T04:16:43.066000 | 2020-01-26T12:38:56 | 2020-01-26T12:38:56 | 236,303,354 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package be.industriele_ict.coderen.structured;
public class vatenVullen
{
public static void main(String[] args)
{
int olieHoeveelheid = 0;
int olieToevoeging = 10;
int vatInhoud = 125;
while(olieHoeveelheid <= vatInhoud - olieToevoeging)
{
System.out.println("huidige hoeveelheid = "+olieHoeveelhei... | UTF-8 | Java | 525 | java | vatenVullen.java | Java | [] | null | [] | package be.industriele_ict.coderen.structured;
public class vatenVullen
{
public static void main(String[] args)
{
int olieHoeveelheid = 0;
int olieToevoeging = 10;
int vatInhoud = 125;
while(olieHoeveelheid <= vatInhoud - olieToevoeging)
{
System.out.println("huidige hoeveelheid = "+olieHoeveelhei... | 525 | 0.71619 | 0.704762 | 21 | 24.047619 | 25.289705 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 8 |
a9b843f3a31c7fc9ea26a929a2d3da882c70d6fa | 4,389,456,640,528 | f0dabc0f3913264f1941481decf94096be2669e4 | /facade-backend/src/main/java/com/wzitech/gamegold/facade/backend/extjs/Sort.java | 9d147c4e4226f50fbb772ea42ebb4a0ea97be229 | [] | no_license | moutainhigh/mall-4 | https://github.com/moutainhigh/mall-4 | 7555ed73f6f78b479bb10a5973eda391a204deb9 | 2e2abc9377b0723ddfed1fe22d2c59c9a0571acd | refs/heads/master | 2021-09-28T16:30:27.128000 | 2018-08-28T09:19:42 | 2018-08-28T09:19:42 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wzitech.gamegold.facade.backend.extjs;
import java.io.Serializable;
import com.wzitech.gamegold.facade.backend.contant.WebServerContants;
public class Sort implements Serializable {
private static final long serialVersionUID = 7830457143339925385L;
private String property;
private String direction... | UTF-8 | Java | 677 | java | Sort.java | Java | [] | null | [] | package com.wzitech.gamegold.facade.backend.extjs;
import java.io.Serializable;
import com.wzitech.gamegold.facade.backend.contant.WebServerContants;
public class Sort implements Serializable {
private static final long serialVersionUID = 7830457143339925385L;
private String property;
private String direction... | 677 | 0.766617 | 0.738552 | 35 | 18.342857 | 20.985632 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.057143 | false | false | 8 |
cde4515ad1a8085c1e77434a753bec7a17b9e9f4 | 13,657,996,056,804 | 142140726a547eeb2fb7037e21787a313d1ccf83 | /app/src/main/java/com/example/przemek/calculator/Displayer.java | 81d24f8b3c9a21328cc5d55b11deecf664e162f8 | [] | no_license | pburzykowski-student/Calculator-Android | https://github.com/pburzykowski-student/Calculator-Android | f4317ef065517e9b0659df370de74abc49c9dbab | c59cc19cd48477c579a90683cccc8eddd36abaa1 | refs/heads/master | 2023-01-10T09:46:36.907000 | 2018-04-05T22:37:07 | 2018-04-05T22:37:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.przemek.calculator;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import android.widget.TextView;
public class Displayer {
private TextView tv;
private String data;
private final String INITIAL_DATA = "0";
private final int MAX_NUMBER_LENGTH = 1... | UTF-8 | Java | 3,272 | java | Displayer.java | Java | [] | null | [] | package com.example.przemek.calculator;
import android.os.Bundle;
import android.os.Parcel;
import android.os.Parcelable;
import android.widget.TextView;
public class Displayer {
private TextView tv;
private String data;
private final String INITIAL_DATA = "0";
private final int MAX_NUMBER_LENGTH = 1... | 3,272 | 0.537286 | 0.532396 | 141 | 22.205673 | 18.043886 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.404255 | false | false | 8 |
fda58a6c70ed2b88554cd223594a338ac8c0ddec | 25,804,163,580,444 | ccf2c7e6c5744533d7c7608cce79b1404a662a84 | /app/src/main/java/com/tiilii/rtc/ui/practise/teacher/list/HomeworkListPresenter.java | d655d7a2a5f7a29b6d63cfca62cca5e5b9a13c43 | [] | no_license | bovink/RTC | https://github.com/bovink/RTC | 4fe3b7af4b7e4b415208a4b8f4f33b3de0094864 | b11c7d09113fbffa503f85b537a1db64c84cac07 | refs/heads/master | 2021-04-06T19:22:46.297000 | 2018-03-19T02:57:44 | 2018-03-19T02:57:44 | 124,510,755 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiilii.rtc.ui.practise.teacher.list;
import android.content.Intent;
import com.blankj.utilcode.util.TimeUtils;
import com.blankj.utilcode.util.ToastUtils;
import com.tiilii.rtc.base.RtcApplication;
import com.tiilii.rtc.data.CloudDataSource;
import com.tiilii.rtc.data.CloudRemoteDataSource;
import com.tii... | UTF-8 | Java | 9,021 | java | HomeworkListPresenter.java | Java | [
{
"context": ".schedulers.Schedulers;\n\n/**\n * 作业列表\n *\n * @author fox\n * @since 2018/01/12\n */\n\n@ActivityScoped\npublic ",
"end": 999,
"score": 0.9994313716888428,
"start": 996,
"tag": "USERNAME",
"value": "fox"
}
] | null | [] | package com.tiilii.rtc.ui.practise.teacher.list;
import android.content.Intent;
import com.blankj.utilcode.util.TimeUtils;
import com.blankj.utilcode.util.ToastUtils;
import com.tiilii.rtc.base.RtcApplication;
import com.tiilii.rtc.data.CloudDataSource;
import com.tiilii.rtc.data.CloudRemoteDataSource;
import com.tii... | 9,021 | 0.508295 | 0.500282 | 303 | 28.244225 | 26.296352 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425743 | false | false | 8 |
fc61c28db38f7e7cadfb9cb4e38b72de7551f8cc | 24,696,062,013,290 | 41da44ce6665eaaed357516f484e29741cd125f6 | /src/main/java/manager/controllers/implementations/LoginController.java | d9faadd15fdae90c5f419c9a713eb0460cd5a8e0 | [] | no_license | Chess-Match-Manager/manager-API | https://github.com/Chess-Match-Manager/manager-API | 9f8d5ba73b2f2e01333efcd58be4430079a4dac7 | 538129d1021f0ccea89cc6571e645913dd756923 | refs/heads/master | 2018-12-02T11:18:03.956000 | 2018-09-11T21:12:19 | 2018-09-11T21:12:19 | 146,801,670 | 0 | 0 | null | false | 2018-09-11T21:12:20 | 2018-08-30T20:12:11 | 2018-09-06T20:33:58 | 2018-09-11T21:12:20 | 44 | 0 | 0 | 0 | Java | false | null | package manager.controllers.implementations;
import manager.controllers.dtos.requests.LoginRQDTO;
import manager.controllers.dtos.requests.RegisterRQDTO;
import manager.controllers.dtos.responses.LoginRSDTO;
import manager.controllers.dtos.responses.RegisterRSDTO;
import manager.services.implementations.LoginServ;
im... | UTF-8 | Java | 2,000 | java | LoginController.java | Java | [] | null | [] | package manager.controllers.implementations;
import manager.controllers.dtos.requests.LoginRQDTO;
import manager.controllers.dtos.requests.RegisterRQDTO;
import manager.controllers.dtos.responses.LoginRSDTO;
import manager.controllers.dtos.responses.RegisterRSDTO;
import manager.services.implementations.LoginServ;
im... | 2,000 | 0.7285 | 0.726 | 57 | 34.087719 | 26.590647 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385965 | false | false | 8 |
3e65d39c32cc306be7fefe518062725ddb4ea882 | 13,331,578,488,876 | a24841eeee6a0509f8911dbce8d9a3d11fc39714 | /N1/src/main/java/uam/n1/Elemonstro.java | 75c4bbca4cbe64983b39b04fa4e0e69458e31e47 | [] | no_license | William-Rome4/ProjetoN1POO | https://github.com/William-Rome4/ProjetoN1POO | 23ec63587d2f2bf6c05f764221aff2b5e96cc334 | 52692c42fa5c816f92511984915f9d44af4107ea | refs/heads/main | 2023-04-19T00:09:35.307000 | 2021-05-09T21:52:24 | 2021-05-09T21:52:24 | 357,280,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uam.n1;
public class Elemonstro extends Golpe{
private String nomeElemonstro;
private String elementoElemonstro;
private double vida;
private int forca;
private int defesa;
private int velocidade;
public Elemonstro(String nomeGolpe1, String nomeGolpe2, int poder1, int poder2, Stri... | UTF-8 | Java | 1,210 | java | Elemonstro.java | Java | [] | null | [] | package uam.n1;
public class Elemonstro extends Golpe{
private String nomeElemonstro;
private String elementoElemonstro;
private double vida;
private int forca;
private int defesa;
private int velocidade;
public Elemonstro(String nomeGolpe1, String nomeGolpe2, int poder1, int poder2, Stri... | 1,210 | 0.659504 | 0.652066 | 49 | 23.714285 | 31.267771 | 209 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 8 |
7d4e888be7002aa4840e080edcb03b7034ce9e5f | 13,331,578,490,077 | 0a1cfd5cb5d997a4562b213dc3f82937b067f18e | /mybatis-redis-cache-utils/MyBatisCachePlugIns.java | 266ad71a8b30abb073a1127b3bcd71c656209c8e | [
"Apache-2.0"
] | permissive | chenleixing/java-utils | https://github.com/chenleixing/java-utils | 4759597ae8e3f060d0db59b4bed647e75b4515df | 5d2a95bdac791a4da623d4f645f6983109ab7a66 | refs/heads/master | 2016-08-11T17:24:29.297000 | 2015-12-29T14:27:14 | 2015-12-29T14:27:14 | 48,748,803 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vcg.usercenter.common.interceptor.cache;
import java.util.Arrays;
import java.util.List;
import java.util.Properties;
import org.apache.ibatis.executor.Executor;
import org.apache.ibatis.mapping.MappedStatement;
import org.apache.ibatis.plugin.Interceptor;
import org.apache.ibatis.plugin.Intercepts;
impor... | UTF-8 | Java | 3,386 | java | MyBatisCachePlugIns.java | Java | [
{
"context": "rimaryKeySelective\");\n\tprivate String emailKey = \"email_userId\";\n\tprivate String mobileKey = \"mobile_userId\";\n\tp",
"end": 1310,
"score": 0.9964916110038757,
"start": 1298,
"tag": "KEY",
"value": "email_userId"
},
{
"context": "ey = \"email_userId\";\n\tprivat... | null | [] | package com.vcg.usercenter.common.interceptor.cache;
import java.util.Arrays;
import java.util.List;
import java.util.Properties;
import org.apache.ibatis.executor.Executor;
import org.apache.ibatis.mapping.MappedStatement;
import org.apache.ibatis.plugin.Interceptor;
import org.apache.ibatis.plugin.Intercepts;
impor... | 3,386 | 0.735422 | 0.734801 | 108 | 28.851852 | 24.715723 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.935185 | false | false | 8 |
349f5914b1cd8bacb9bbabeae7a74f81ac8892f0 | 15,393,162,851,261 | 753aa493abc974c5c0200593b537089abba1776a | /src/main/java/com/baifendian/tgi/repository/Tag.java | 346e941717a9b2166e1e14c2c7a74ad4cf79f2c6 | [
"Apache-2.0"
] | permissive | sjywying/tgi | https://github.com/sjywying/tgi | 299fc0f5504e89f57033443403e1ec0bdafbda84 | f6ef95863f52641bdd0769866100735083f0c124 | refs/heads/master | 2020-02-26T15:38:36.696000 | 2016-10-19T06:56:27 | 2016-10-19T06:56:27 | 69,005,951 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baifendian.tgi.repository;
import com.fasterxml.jackson.annotation.JsonInclude;
import org.roaringbitmap.RoaringBitmap;
import java.io.Serializable;
import java.util.Date;
/**
* Created by crazyy on 16/9/28.
*/
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.NON_NULL)
p... | UTF-8 | Java | 1,092 | java | Tag.java | Java | [
{
"context": "lizable;\nimport java.util.Date;\n\n/**\n * Created by crazyy on 16/9/28.\n */\n@JsonInclude(value = JsonInclude.",
"end": 211,
"score": 0.9996242523193359,
"start": 205,
"tag": "USERNAME",
"value": "crazyy"
}
] | null | [] | package com.baifendian.tgi.repository;
import com.fasterxml.jackson.annotation.JsonInclude;
import org.roaringbitmap.RoaringBitmap;
import java.io.Serializable;
import java.util.Date;
/**
* Created by crazyy on 16/9/28.
*/
@JsonInclude(value = JsonInclude.Include.NON_NULL, content = JsonInclude.Include.NON_NULL)
p... | 1,092 | 0.672161 | 0.667582 | 51 | 20.411764 | 19.495777 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 8 |
40602ecad9e677d33e69328892834ced9168f55b | 12,970,801,301,094 | b8f4adc38ae4e880a4049442e444609308204da5 | /src/Util/Path.java | 815eeb084936d36f68d97749c9ccc5fc10c13948 | [] | no_license | alecxandrys/MagII | https://github.com/alecxandrys/MagII | fef30434c2e42dc4ed1b1b8300296bcb3f5bfb71 | 3961d139c1ef156db65a41d99deff66934eb0d2d | refs/heads/master | 2021-07-18T22:06:37.884000 | 2017-10-25T09:28:39 | 2017-10-25T09:28:39 | 107,968,413 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Util;
import Agent.BaseAgent;
import FX.UnitController;
import java.util.ArrayList;
import java.util.concurrent.CopyOnWriteArrayList;
public class Path{
private static Path single=null;
public static Path getSingle(){
if( single==null ){
single=new Path();
}
return single;
}
private Path(){}
... | UTF-8 | Java | 1,576 | java | Path.java | Java | [] | null | [] | package Util;
import Agent.BaseAgent;
import FX.UnitController;
import java.util.ArrayList;
import java.util.concurrent.CopyOnWriteArrayList;
public class Path{
private static Path single=null;
public static Path getSingle(){
if( single==null ){
single=new Path();
}
return single;
}
private Path(){}
... | 1,576 | 0.664309 | 0.634084 | 65 | 22.907692 | 21.041149 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.507692 | false | false | 8 |
423fa0b285575821a51c5d809627630de5f10187 | 29,600,914,666,705 | aa20023047ec20a2da849d2b4f33f14eea4f15d7 | /src/main/java/edu/harvard/iq/policymodelssummary/reports/TranscriptSummaryColumn.java | 80f7a730dc25cb9b427d6e716e52c441bd74c8b0 | [
"MIT"
] | permissive | michbarsinai/PolicyModelsSummary | https://github.com/michbarsinai/PolicyModelsSummary | 231a96b25d460efb191402d10616788815820119 | 7a76131aec0c25e4861ca474663e7c96b3ba02a5 | refs/heads/master | 2023-01-23T20:04:38.522000 | 2022-12-04T22:18:55 | 2022-12-04T22:18:55 | 272,710,969 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.harvard.iq.policymodelssummary.reports;
import edu.harvard.iq.policymodelssummary.TranscriptSummary;
import java.util.OptionalInt;
/**
* A column summarizing a row in multiple transcripts.
*
* @author michael
*/
public abstract class TranscriptSummaryColumn extends ReportColumn {
protected f... | UTF-8 | Java | 3,511 | java | TranscriptSummaryColumn.java | Java | [
{
"context": "zing a row in multiple transcripts.\n * \n * @author michael\n */\npublic abstract class TranscriptSummaryColumn",
"end": 226,
"score": 0.7320355176925659,
"start": 219,
"tag": "USERNAME",
"value": "michael"
}
] | null | [] | package edu.harvard.iq.policymodelssummary.reports;
import edu.harvard.iq.policymodelssummary.TranscriptSummary;
import java.util.OptionalInt;
/**
* A column summarizing a row in multiple transcripts.
*
* @author michael
*/
public abstract class TranscriptSummaryColumn extends ReportColumn {
protected f... | 3,511 | 0.52008 | 0.518656 | 121 | 28.016529 | 22.251747 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.256198 | false | false | 8 |
18007ee8d8138ae5b1283e2d7a9c193eb56919be | 15,676,630,696,742 | ebaf541069efad069f20ed74e5529f2def604b60 | /JavaCode/src/com/controller/SaveMinuteCon.java | 7d85f5417a060df435688bc75f0647a891a732f5 | [] | no_license | Sub1n1/2020.02_SM_MeetingLog | https://github.com/Sub1n1/2020.02_SM_MeetingLog | b981e8fe2c91c3754de13a4a9fca1492a7d6fbd8 | 8ef861992037847350d39b9e7b2a2a092155a5ad | refs/heads/master | 2023-07-12T07:56:22.988000 | 2021-08-25T08:10:57 | 2021-08-25T08:10:57 | 394,214,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.controller;
import java.io.IOException;
import java.util.Random;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSer... | UHC | Java | 3,023 | java | SaveMinuteCon.java | Java | [] | null | [] | package com.controller;
import java.io.IOException;
import java.util.Random;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSer... | 3,023 | 0.732697 | 0.725196 | 78 | 36.602566 | 27.587317 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.884615 | false | false | 8 |
c032382a2d5b0b4e43f226e5823ecb6b371d244f | 21,861,383,544,406 | 1e4c3d3148c75dc7d723945cda53b65dddbf83c0 | /src/main/java/com/endava/pageObjects/HomePage.java | d8619760bb8ce14f5d445943e5e239520c8c9e39 | [] | no_license | rdragos05/UI-Automation-Testing-PageObjects | https://github.com/rdragos05/UI-Automation-Testing-PageObjects | 071c31be5d067106527663bdc936b52dff0d0aef | bd8a5eec4db23f44577a7d55bbb1d420e6f48560 | refs/heads/master | 2021-01-22T05:06:02.464000 | 2016-08-01T09:53:53 | 2016-08-01T09:53:53 | 64,656,096 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.endava.pageObjects;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
/**
* Created by draicu on 8/1/2016.
*/
public class HomePage {
@FindBy(xpath ... | UTF-8 | Java | 1,244 | java | HomePage.java | Java | [
{
"context": "a.selenium.support.PageFactory;\n\n/**\n * Created by draicu on 8/1/2016.\n */\npublic class HomePage {\n\n @Fi",
"end": 259,
"score": 0.9990600943565369,
"start": 253,
"tag": "USERNAME",
"value": "draicu"
}
] | null | [] | package com.endava.pageObjects;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
/**
* Created by draicu on 8/1/2016.
*/
public class HomePage {
@FindBy(xpath ... | 1,244 | 0.700161 | 0.695338 | 45 | 26.644444 | 23.629694 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488889 | false | false | 8 |
d5d4346aef20f1679749208dfc6be3109c50863f | 10,110,353,046,839 | 0df68dc40d6c9c75ffb62c638b2d7c5dff77db41 | /src/main/java/UnitTestFramework/UnitTestFramework/Main.java | ac95f3b9ae52b8a5360732d8b6e2ef0bfef062d6 | [
"MIT"
] | permissive | edipofederle/UnitTestFramework | https://github.com/edipofederle/UnitTestFramework | dd384942dff4949b5e40ac3d60c601be289ce176 | b41b49b44b565956442cd778140b7a30dd5183ee | refs/heads/master | 2020-04-10T19:10:27.464000 | 2012-04-15T14:21:49 | 2012-04-15T14:21:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package UnitTestFramework.UnitTestFramework;
public class Main {
/**
* @param args
*/
public static void main(String[] args) {
Runner runner = new Runner();
String pacotes[] = {"bar2", "foo1"};
runner.runTestsInside(pacotes);
System.out.println("Total of Tests: " + Core.getInstance().getNumberOfTestsCas... | UTF-8 | Java | 341 | java | Main.java | Java | [] | null | [] | package UnitTestFramework.UnitTestFramework;
public class Main {
/**
* @param args
*/
public static void main(String[] args) {
Runner runner = new Runner();
String pacotes[] = {"bar2", "foo1"};
runner.runTestsInside(pacotes);
System.out.println("Total of Tests: " + Core.getInstance().getNumberOfTestsCas... | 341 | 0.692082 | 0.686217 | 15 | 21.733334 | 25.146151 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.266667 | false | false | 8 |
b5094b34a72485f361af352bb08d98aa2e7f11e6 | 11,390,253,300,742 | 284af85105f4e4db23e415f9206f1dfd4f81fe85 | /javaProgrammieren/src/kapitel12/kontaktliste/BearbeitenPanel.java | d1c2fa275ab05d0ecd84a42c9f27e00cc0f88b23 | [] | no_license | Kurius13/Test | https://github.com/Kurius13/Test | 8aef9aa99be4bbacb7d199245e4dd0768dfc2cb4 | 6d01731e9c7d417bea84dc59197eedc7a916f6d2 | refs/heads/master | 2020-05-30T04:00:42.914000 | 2015-02-20T15:55:45 | 2015-02-20T15:55:45 | 31,067,685 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kapitel12.kontaktliste;
import javax.swing.JPanel;
public abstract class BearbeitenPanel extends JPanel {
/**
*
*/
private static final long serialVersionUID = 1L;
public abstract void initGUI();
public abstract String getVornameText();
public abstract String getNachnameText();
public... | UTF-8 | Java | 703 | java | BearbeitenPanel.java | Java | [] | null | [] | package kapitel12.kontaktliste;
import javax.swing.JPanel;
public abstract class BearbeitenPanel extends JPanel {
/**
*
*/
private static final long serialVersionUID = 1L;
public abstract void initGUI();
public abstract String getVornameText();
public abstract String getNachnameText();
public... | 703 | 0.773826 | 0.769559 | 23 | 28.565218 | 23.801399 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.26087 | false | false | 8 |
91677266c7826663f864d1b3793522d21ea80a17 | 18,528,488,945,932 | 45b9bdb63ebc8442fd351429f5e4dbf441ff5afe | /app/src/main/java/com/sdk/demo/musicplayerdemo/MainActivity.java | 05d95b35b47df00b312a84b86ce8d239f117b09d | [] | no_license | subratb36/MusicPlayerDemo | https://github.com/subratb36/MusicPlayerDemo | 03e2c66dcc68354084b318ae211a3fc28051b5ae | 63fb0e1e99c7a97bf3697fccc06bbe4ede55c18d | refs/heads/master | 2020-03-13T20:07:15.740000 | 2018-04-27T08:51:08 | 2018-04-27T08:51:08 | 131,267,136 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sdk.demo.musicplayerdemo;
import android.Manifest;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.PorterDuff;
impo... | UTF-8 | Java | 12,881 | java | MainActivity.java | Java | [] | null | [] | package com.sdk.demo.musicplayerdemo;
import android.Manifest;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.PorterDuff;
impo... | 12,881 | 0.613229 | 0.611754 | 311 | 40.418007 | 29.384012 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.614148 | false | false | 8 |
8c096eb756363c9fd9358d8543d132c8e1183e3e | 15,642,270,927,743 | 0218751f8d3839d2f0f0602eaf8cc77b9bc6b7f4 | /src/model/Model.java | d6832b79aa5e85fa448196a0cbd6d420e1003da4 | [] | no_license | sirrealclassy/Team_noice | https://github.com/sirrealclassy/Team_noice | f02d2bf400aabd6d5b70431ac5a3abff79cfff56 | 397bb543541631ff5de75986525be3b3f5d81193 | refs/heads/master | 2020-04-01T20:58:03.978000 | 2019-02-04T16:45:58 | 2019-02-04T16:45:58 | 153,629,403 | 0 | 0 | null | false | 2019-01-30T12:59:35 | 2018-10-18T13:36:17 | 2019-01-29T20:29:57 | 2019-01-30T12:59:35 | 135 | 0 | 0 | 0 | Java | false | null | package model;
/**
* @author Fatma Gediz
* GUI-Anweisungen fuer den User
*/
public class Model {
private Anwender anwender;
private AnwenderSicherung anwenderSicherung;
private TerminListModel terminListModel;
/**
* Standart Konstruktor: Hier werden die 3 Variabeln initialisiert: Anwender,
... | UTF-8 | Java | 2,002 | java | Model.java | Java | [
{
"context": "package model;\r\n\r\n/**\r\n * @author Fatma Gediz \r\n * GUI-Anweisungen fuer den User\r\n */\r\n\r\npublic",
"end": 45,
"score": 0.9997615218162537,
"start": 34,
"tag": "NAME",
"value": "Fatma Gediz"
}
] | null | [] | package model;
/**
* @author <NAME>
* GUI-Anweisungen fuer den User
*/
public class Model {
private Anwender anwender;
private AnwenderSicherung anwenderSicherung;
private TerminListModel terminListModel;
/**
* Standart Konstruktor: Hier werden die 3 Variabeln initialisiert: Anwender,
* Anw... | 1,997 | 0.716783 | 0.715784 | 77 | 24 | 23.287029 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.194805 | false | false | 8 |
3bdadd8af0d573651f6fec0c4dfcf92b1f1d4f2d | 18,837,726,589,656 | 23573d8f5138bd2f5afc48e432e6381c6ba4bf6c | /src/main/java/Dialogs.java | 2448ed704fb66a5ff3b2af5338c2345e34cf939c | [] | no_license | mrprogre/pl-sql-helper | https://github.com/mrprogre/pl-sql-helper | a04ec7158d16cb8c6d948972188251a618c397e2 | ff6b75ef053c7539000dfb0c00d09b55aa1b1982 | refs/heads/master | 2023-08-25T19:36:10.890000 | 2021-11-09T11:44:51 | 2021-11-09T11:44:51 | 393,358,938 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.*;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
public class Dialogs extends JDialog implements KeyListener {
public static JTextArea favTabsList;
public Dialogs(String p_file) {
this.setResizable(false);
... | UTF-8 | Java | 2,719 | java | Dialogs.java | Java | [] | null | [] | import javax.swing.*;
import java.awt.*;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
public class Dialogs extends JDialog implements KeyListener {
public static JTextArea favTabsList;
public Dialogs(String p_file) {
this.setResizable(false);
... | 2,719 | 0.622214 | 0.595391 | 73 | 35.260273 | 20.454445 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.958904 | false | false | 8 |
ff928f7d97d11ed4ddef686627b8cabb82faac83 | 23,802,708,787,540 | 6d797b1bfadbe18ffe6dbc06936b63abc917d54a | /src/main/java/com/bawei/wushuai20200223/adapter/NewAdapter.java | 52e7c6f57ae0372dc567abbf6fe52a5a8e0012bd | [] | no_license | lingtian-wu/MVPDemo2 | https://github.com/lingtian-wu/MVPDemo2 | 5ce44f1995ea0c1d0047acb052e9772df6e2304d | 141bf727052dd46857ca2d9f1ec64380ca3df3f2 | refs/heads/master | 2021-04-16T18:14:59.845000 | 2020-03-23T08:18:56 | 2020-03-23T08:18:56 | 249,374,801 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bawei.wushuai20200223.adapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.bawei.wushuai20200223.R;
import com.bawei.wushuai20200223.bean.NewBean;... | UTF-8 | Java | 1,851 | java | NewAdapter.java | Java | [] | null | [] | package com.bawei.wushuai20200223.adapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.bawei.wushuai20200223.R;
import com.bawei.wushuai20200223.bean.NewBean;... | 1,851 | 0.656402 | 0.634252 | 67 | 26.626865 | 21.326765 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.597015 | false | false | 8 |
506407f1c866abd21b6f1aa5ecc8a19210d712f6 | 8,383,776,191,525 | e7b70d7a0cd4ba496bcce6ab4d63938b2751f1ac | /src/main/java/org/m2/weather/ws/models/WeatherType.java | 3e21ab42e4bee7c13cf61447326df7f15733261d | [] | no_license | mmiliukas/weather | https://github.com/mmiliukas/weather | 9ac93323b734996ae922188402500783c99a9e65 | 53a499a516a7fb387679c62c3e2de378a106624c | refs/heads/master | 2015-08-08T05:07:14.532000 | 2013-06-19T10:22:32 | 2013-06-19T10:22:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0... | UTF-8 | Java | 4,897 | java | WeatherType.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.0... | 4,897 | 0.557076 | 0.54707 | 209 | 22.430622 | 21.520353 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.210526 | false | false | 8 |
8567b0afa2f5c9d58b0985085db4fee2275f6b56 | 27,736,898,828,430 | 83afbfff7a8c9c321b40c11fa54a90fd80d33237 | /src/main/java/cn/wolfcode/wms/web/controller/OrderBillController.java | c978c651fc2fd893a9f1b1fd92145835d2460667 | [] | no_license | 308165133/wms | https://github.com/308165133/wms | 1965339517df376549656f1bb450c876ad905768 | 2f2be2d1866645ff456427b9b484662da42c69a5 | refs/heads/master | 2021-01-25T14:23:21.909000 | 2018-03-03T13:26:40 | 2018-03-03T13:26:40 | 123,692,009 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.wolfcode.wms.web.controller;
import cn.wolfcode.wms.domain.OrderBill;
import cn.wolfcode.wms.query.OrderBillQueryObject;
import cn.wolfcode.wms.service.IOrderBillService;
import cn.wolfcode.wms.service.ISupplierService;
import cn.wolfcode.wms.utils.JsonResult;
import cn.wolfcode.wms.utils.RequiredPer... | UTF-8 | Java | 3,407 | java | OrderBillController.java | Java | [] | null | [] | package cn.wolfcode.wms.web.controller;
import cn.wolfcode.wms.domain.OrderBill;
import cn.wolfcode.wms.query.OrderBillQueryObject;
import cn.wolfcode.wms.service.IOrderBillService;
import cn.wolfcode.wms.service.ISupplierService;
import cn.wolfcode.wms.utils.JsonResult;
import cn.wolfcode.wms.utils.RequiredPer... | 3,407 | 0.616219 | 0.616219 | 105 | 29.590477 | 19.729454 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 8 |
a1d44132bd076d243c346a13280f3c34c1b96c8f | 1,090,921,738,969 | 005cbdc0a2998f55520b54c24835363785db1f54 | /Codigo/app/src/main/java/com/example/primerapp/SimpleDialog.java | 4d54ce9b18334c351891e16f2cc4a1cf8f87aff2 | [] | no_license | adrianmorel/SOA-TPN2-Morel-Sanchez | https://github.com/adrianmorel/SOA-TPN2-Morel-Sanchez | ff2f1dabdcec9f0e172ba880bbce947c345f3189 | 516b6731151f90ab411763b26584a3ed0a3befb2 | refs/heads/main | 2023-06-16T06:30:02.336000 | 2021-07-10T00:36:45 | 2021-07-10T00:36:45 | 373,146,200 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.primerapp;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import androidx.fragment.app.DialogFragment;
public class SimpleDialog extends DialogFragment {
@Override
public Dialog onCreateDialog(Bundle savedInstanc... | UTF-8 | Java | 982 | java | SimpleDialog.java | Java | [] | null | [] | package com.example.primerapp;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import androidx.fragment.app.DialogFragment;
public class SimpleDialog extends DialogFragment {
@Override
public Dialog onCreateDialog(Bundle savedInstanc... | 982 | 0.594898 | 0.594898 | 28 | 34.035713 | 22.804264 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 8 |
0f024f6952050f86073f07b630b7a67ee9a8864b | 18,940,805,798,313 | f08a2f5dd442d18654076dc93ec324a79e0a2ed9 | /app_vote3/src/main/java/com/binfenjiari/base/NetPresenter.java | 5e131845554e008d42d25f06fc56301e942b01c4 | [] | no_license | huajianjiang/XQ | https://github.com/huajianjiang/XQ | 541a01d14189c00f8ddc5983cd5359042c8d8f2d | cc0a1d992594f8308c01f82364e73aabe57a59aa | refs/heads/master | 2021-01-22T14:02:44.471000 | 2017-08-24T09:47:29 | 2017-08-24T09:47:29 | 100,698,593 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.binfenjiari.base;
import com.binfenjiari.utils.Logger;
import io.reactivex.disposables.CompositeDisposable;
import io.reactivex.disposables.Disposable;
/**
* <p>Author: Huajian Jiang
* <br>Date: 2017/5/11
* <br>Email: developer.huajianjiang@gmail.com
*/
public abstract class NetPresenter<V extends B... | UTF-8 | Java | 848 | java | NetPresenter.java | Java | [
{
"context": "activex.disposables.Disposable;\n\n/**\n * <p>Author: Huajian Jiang\n * <br>Date: 2017/5/11\n * <br>Email: developer.hu",
"end": 199,
"score": 0.9998595118522644,
"start": 186,
"tag": "NAME",
"value": "Huajian Jiang"
},
{
"context": "Huajian Jiang\n * <br>Date: 2017/5/1... | null | [] | package com.binfenjiari.base;
import com.binfenjiari.utils.Logger;
import io.reactivex.disposables.CompositeDisposable;
import io.reactivex.disposables.Disposable;
/**
* <p>Author: <NAME>
* <br>Date: 2017/5/11
* <br>Email: <EMAIL>
*/
public abstract class NetPresenter<V extends BaseContract.BaseIView> extends B... | 816 | 0.695755 | 0.6875 | 36 | 22.555555 | 24.162004 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361111 | false | false | 8 |
c1583f64ebf8011b0ecf3f667f9a3c98c62c54a1 | 23,476,291,253,099 | 170015ddb69e9342d15b5dc9a2751b35e8ff5d41 | /app/src/main/java/application/rahmatsyam/doctortracker/Introduction.java | 86f77b81ec0499c063a13093af40ea9e1d3882bb | [] | no_license | rahsyarigami/doctortracker | https://github.com/rahsyarigami/doctortracker | 45992eb9c39b373e301670d41d36d800699a4cc4 | af45d4e671082b6366509016bdaa3ddb0ddec11c | refs/heads/master | 2017-12-17T11:06:41.085000 | 2017-10-06T14:08:24 | 2017-10-06T14:08:24 | 104,001,692 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application.rahmatsyam.doctortracker;
import android.content.Intent;
import android.os.Bundle;
import com.github.paolorotolo.appintro.AppIntro;
/**
* Created by Rahmat Syam on 26/3/2017.
*/
public class Introduction extends AppIntro {
// Please DO NOT override onCreate. Use init
@Override
publ... | UTF-8 | Java | 1,534 | java | Introduction.java | Java | [
{
"context": ".paolorotolo.appintro.AppIntro;\n\n/**\n * Created by Rahmat Syam on 26/3/2017.\n */\n\npublic class Introduction exte",
"end": 184,
"score": 0.9998575448989868,
"start": 173,
"tag": "NAME",
"value": "Rahmat Syam"
}
] | null | [] | package application.rahmatsyam.doctortracker;
import android.content.Intent;
import android.os.Bundle;
import com.github.paolorotolo.appintro.AppIntro;
/**
* Created by <NAME> on 26/3/2017.
*/
public class Introduction extends AppIntro {
// Please DO NOT override onCreate. Use init
@Override
public vo... | 1,529 | 0.666232 | 0.658409 | 59 | 25 | 23.571745 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305085 | false | false | 8 |
aff0ed1dd8c45410a919c249f43db242d53be089 | 20,109,036,883,351 | 663e891326c3a7174c74873b8eada83a28b660af | /tp1-backend/src/main/java/com/engsoft/tp1backend/repository/UsuarioADMRepository.java | f076b11a272b22a53aea949eacdd9ad0090d02d9 | [] | no_license | GleyssonCoura/TP_DCC603 | https://github.com/GleyssonCoura/TP_DCC603 | d25d949d8a894e64a542885a230cdc8407af0773 | 2c2dd946b38de1700faaba3ed14988f1d65c1bbf | refs/heads/main | 2023-06-18T17:18:57.016000 | 2021-07-07T19:01:09 | 2021-07-07T19:01:09 | 371,850,511 | 0 | 1 | null | false | 2021-07-07T12:21:41 | 2021-05-29T00:54:27 | 2021-07-07T01:18:05 | 2021-07-07T12:21:40 | 464 | 0 | 1 | 0 | HTML | false | false | package com.engsoft.tp1backend.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import com.engsoft.tp1backend.entity.UsuarioADM;
public interface UsuarioADMRe... | UTF-8 | Java | 500 | java | UsuarioADMRepository.java | Java | [] | null | [] | package com.engsoft.tp1backend.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.query.Param;
import com.engsoft.tp1backend.entity.UsuarioADM;
public interface UsuarioADMRe... | 500 | 0.818 | 0.814 | 15 | 32.333332 | 28.702303 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 8 |
517868cc256ab13dc968aea5a2f1350f47b7abea | 22,110,491,660,283 | 109fa45ddd0e15f8a6314092906a90cb4e19f884 | /app/src/main/java/com/billspillstore/android/m_UI/PicassoClient.java | 769e0ee0951bddeb19b7c2d755e2437951cda26b | [] | no_license | Akhil10204/Billspill | https://github.com/Akhil10204/Billspill | 1d236e6ea375af795be2218df59420ac2b095221 | 589e0e6d7ffc4dd2a12b9186ffcf8db2d3df9d19 | refs/heads/master | 2020-03-06T23:26:30.303000 | 2018-03-29T06:05:07 | 2018-03-29T06:05:07 | 127,131,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.billspillstore.android.m_UI;
import android.content.Context;
import android.widget.ImageView;
import com.billspillstore.android.R;
import com.squareup.picasso.Picasso;
/**
* Created by Akhil Saraswat on 25-05-2017.
*/
public class PicassoClient {
public static void downloadimage(Context ctx, Str... | UTF-8 | Java | 721 | java | PicassoClient.java | Java | [
{
"context": "t com.squareup.picasso.Picasso;\n\n/**\n * Created by Akhil Saraswat on 25-05-2017.\n */\n\npublic class PicassoClient {\n",
"end": 215,
"score": 0.9998739361763,
"start": 201,
"tag": "NAME",
"value": "Akhil Saraswat"
}
] | null | [] | package com.billspillstore.android.m_UI;
import android.content.Context;
import android.widget.ImageView;
import com.billspillstore.android.R;
import com.squareup.picasso.Picasso;
/**
* Created by <NAME> on 25-05-2017.
*/
public class PicassoClient {
public static void downloadimage(Context ctx, String imag... | 713 | 0.644938 | 0.632455 | 37 | 18.513514 | 25.450132 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27027 | false | false | 8 |
eb82761dc742165c5254b3f645cd1544e968d302 | 21,552,145,895,682 | 9af4e63ea990926a713e0a17c6748eea33a7ca82 | /src/main/java/com/westbank/dao/AgencyDao.java | 4207566a58b670d3e2a6fb9e7cde35bcfaa75955 | [
"MIT"
] | permissive | greetsubbu/loan-approval-portal | https://github.com/greetsubbu/loan-approval-portal | fd8c1d0b7da9da4c48c9b1e28607f47defbf3f55 | ec7fa146bc2fa298fa1c3c2f824f7f92df1466b9 | refs/heads/master | 2022-11-25T01:20:44.462000 | 2020-07-28T22:36:39 | 2020-07-28T22:36:39 | 283,342,080 | 0 | 0 | MIT | true | 2020-07-28T22:32:31 | 2020-07-28T22:32:30 | 2020-07-14T02:34:22 | 2020-01-27T08:26:28 | 820 | 0 | 0 | 0 | null | false | false | package com.westbank.dao;
import com.westbank.domain.Agency;
import java.util.List;
public interface AgencyDao {
List<Agency> findAll();
}
| UTF-8 | Java | 146 | java | AgencyDao.java | Java | [] | null | [] | package com.westbank.dao;
import com.westbank.domain.Agency;
import java.util.List;
public interface AgencyDao {
List<Agency> findAll();
}
| 146 | 0.746575 | 0.746575 | 9 | 15.222222 | 13.71761 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 8 |
4c619232eae7835d5d5c9ad734eb71086613ff68 | 24,111,946,413,813 | 8a777b21e53bcd8551db09963be54997d5107756 | /src/main/java/com/indemnity83/ephemeral/config/GuiMenuConfig.java | 0d440ecfaf982c2e674643ba7a4a4a0e728dc0f1 | [] | no_license | Indemnity83/ephemeral | https://github.com/Indemnity83/ephemeral | 767c4549e9f06e3d0e1d2fea8be13ec0e90612cb | d1cf0cd1e9392625e0898039c8063ab27069ba60 | refs/heads/master | 2021-05-03T20:48:36.057000 | 2016-10-24T05:33:32 | 2016-10-24T05:33:32 | 71,432,984 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.indemnity83.ephemeral.config;
import com.indemnity83.ephemeral.Ephemeral;
import cpw.mods.fml.client.config.GuiConfig;
import net.minecraft.client.gui.GuiScreen;
import net.minecraftforge.common.config.ConfigElement;
import net.minecraftforge.common.config.Configuration;
public class GuiMenuConfig extends... | UTF-8 | Java | 713 | java | GuiMenuConfig.java | Java | [] | null | [] | package com.indemnity83.ephemeral.config;
import com.indemnity83.ephemeral.Ephemeral;
import cpw.mods.fml.client.config.GuiConfig;
import net.minecraft.client.gui.GuiScreen;
import net.minecraftforge.common.config.ConfigElement;
import net.minecraftforge.common.config.Configuration;
public class GuiMenuConfig extends... | 713 | 0.692847 | 0.687237 | 21 | 32.952381 | 28.846848 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 8 |
f2b217f016703633786266f4b3ed4edf249d3231 | 16,673,063,108,858 | 801ea570b91d8c5fb75571c4879e8e90b5b6cb48 | /CollectionExamplesFull/src/com/vishwa/CloneMethodExample.java | c4e10c282c957bc19db8d995ce0327a4b9fab04d | [] | no_license | Vishwarup-Singh-Baghel/Java-Interview-Programs | https://github.com/Vishwarup-Singh-Baghel/Java-Interview-Programs | d11697b80cbd6b3ca6a993a8a69555d25a86dc62 | 8f10e39b3fb1f41b82bd8471834dd5bfdace4d00 | refs/heads/master | 2018-01-08T10:13:05.627000 | 2015-11-13T09:53:28 | 2015-11-13T09:53:28 | 44,874,648 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.vishwa;
class AA
{
}
class B extends AA
{
}
public class CloneMethodExample extends B implements Cloneable {
public static void main(String[] args) throws CloneNotSupportedException {
CloneMethodExample c=new CloneMethodExample();
System.out.println(c);
CloneMethodExample c1=(CloneMethodExample) c... | UTF-8 | Java | 523 | java | CloneMethodExample.java | Java | [] | null | [] | package com.vishwa;
class AA
{
}
class B extends AA
{
}
public class CloneMethodExample extends B implements Cloneable {
public static void main(String[] args) throws CloneNotSupportedException {
CloneMethodExample c=new CloneMethodExample();
System.out.println(c);
CloneMethodExample c1=(CloneMethodExample) c... | 523 | 0.715105 | 0.688336 | 25 | 19.92 | 20.54443 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.48 | false | false | 8 |
6d76ed3c9e59570c3c166a190e20c9771cc4578c | 27,599,459,846,351 | 94f687dec2238cc82ea12fc0c64b5d8c69cd0613 | /wicket-native-websocket/wicket-native-websocket-tomcat/src/main/java/org/apache/wicket/protocol/ws/tomcat7/Tomcat7WebSocketFilter.java | 8dc65823e671a047dd70253b0070e485ad93b07b | [
"Apache-2.0",
"LicenseRef-scancode-generic-export-compliance",
"BSD-3-Clause",
"Apache-1.1",
"CDDL-1.0",
"MIT",
"X11"
] | permissive | freiheit-com/wicket | https://github.com/freiheit-com/wicket | ed8e86ee967837255d889b922be6a41affcf352e | 9c552ff7cd64fd1f30c28feace46efc985741828 | refs/heads/master | 2021-01-18T19:09:11.374000 | 2015-08-13T08:29:14 | 2015-08-13T08:29:14 | 40,662,222 | 0 | 1 | Apache-2.0 | true | 2020-01-20T14:22:31 | 2015-08-13T14:09:58 | 2015-08-13T14:10:12 | 2015-10-29T14:19:34 | 102,460 | 0 | 1 | 1 | Java | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | UTF-8 | Java | 3,524 | java | Tomcat7WebSocketFilter.java | Java | [] | null | [] | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | 3,524 | 0.769864 | 0.755392 | 113 | 30.185841 | 28.082542 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.415929 | false | false | 8 |
0503bb329be5f9002d243ec4cced0e943377edc7 | 9,242,769,636,401 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/27/27_18c94887bd008b21524a494ab394bae72cf754b7/ArgParser/27_18c94887bd008b21524a494ab394bae72cf754b7_ArgParser_t.java | a8877cbbce614957d4abf45403659ec0d1bb97ad | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | import be.ugent.twijug.jclops.*;
import be.ugent.twijug.jclops.annotations.*;
import java.text.DateFormat;
import java.util.Date;
import java.util.regex.Pattern;
/**
* A simple class demonstrating the use of the Options class in the plume library,
* for processing of command line arguments.
* @author Amy Cs... | UTF-8 | Java | 5,032 | java | 27_18c94887bd008b21524a494ab394bae72cf754b7_ArgParser_t.java | Java | [
{
"context": " processing of command line arguments.\n * @author Amy Csizmar Dalal\n * CS 204, Spring 2013\n * date: 9 April 2013\n ",
"end": 331,
"score": 0.9998648166656494,
"start": 314,
"tag": "NAME",
"value": "Amy Csizmar Dalal"
}
] | null | [] | import be.ugent.twijug.jclops.*;
import be.ugent.twijug.jclops.annotations.*;
import java.text.DateFormat;
import java.util.Date;
import java.util.regex.Pattern;
/**
* A simple class demonstrating the use of the Options class in the plume library,
* for processing of command line arguments.
* @author <NAME>... | 5,021 | 0.674285 | 0.669118 | 189 | 25.619047 | 29.093407 | 184 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 8 |
fd756465e8a7578db68b89e2d7049fa41ed09f6d | 25,211,458,094,675 | 34cd4a6ada1c95113c27ddb04ee95bf12ba3e1d1 | /src/main/java/projects/serveur/entites/SourcingContribuation.java | f84f9b220269a89975ba8e15bc71576121eb0506 | [] | no_license | NasriHichem/CrowdProjectServer | https://github.com/NasriHichem/CrowdProjectServer | f4757845d01f55cd6a4268b9ff53d1b415aef5fa | da466885508d4553806df86be20bc6731eff94c3 | refs/heads/master | 2021-01-10T15:48:17.687000 | 2016-02-22T16:00:59 | 2016-02-22T16:00:59 | 51,223,550 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package projects.serveur.entites;
import java.io.Serializable;
public class SourcingContribuation extends Contribuation implements Serializable {
private String idea ;
public SourcingContribuation(ContribuationPk pk, Participant participant, Project project,String idea) {
super(pk, participant, project);... | UTF-8 | Java | 474 | java | SourcingContribuation.java | Java | [] | null | [] | package projects.serveur.entites;
import java.io.Serializable;
public class SourcingContribuation extends Contribuation implements Serializable {
private String idea ;
public SourcingContribuation(ContribuationPk pk, Participant participant, Project project,String idea) {
super(pk, participant, project);... | 474 | 0.71519 | 0.71519 | 23 | 18.608696 | 26.457085 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.391304 | false | false | 8 |
fdd3b12e15ff81f2290b53e9a5319eba6bd918cc | 8,693,013,850,241 | 5596904e3307cf4130affd2635d8b70c5fb8fa67 | /src/com/bbvabancomer/alertas/activity/WelcomeActivity.java | 1ba23498b794216dff61934ffb966773e88b449f | [] | no_license | gramirez830723/SMSBidireccionalFinal | https://github.com/gramirez830723/SMSBidireccionalFinal | 8f65ed5cb3ede8dcae3fbca4168c88fd613d8d24 | 7806eb3ec785c36e8d2adaf57afc75ad0b71db85 | refs/heads/master | 2021-01-19T20:16:18.137000 | 2013-10-13T02:57:13 | 2013-10-13T02:57:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bbvabancomer.alertas.activity;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.Timer;
import java.util.TimerTask;
import android.app.ProgressDialog;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
im... | UTF-8 | Java | 10,230 | java | WelcomeActivity.java | Java | [] | null | [] | package com.bbvabancomer.alertas.activity;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.Timer;
import java.util.TimerTask;
import android.app.ProgressDialog;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
im... | 10,230 | 0.695699 | 0.694819 | 319 | 31.0721 | 28.293432 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.805643 | false | false | 8 |
b7c359c6e5e0820a1b532eec69a944cccbd351ee | 4,758,823,777,506 | cb6945fee508294906c73a7d556873fb451eca13 | /app/controllers/Security.java | ba581ea8642fcb49cc8a009bfeef8c4def2f6928 | [] | no_license | Navastud/mantenedor | https://github.com/Navastud/mantenedor | 3b182e4c14fa963e4a83fcc983c5dfe63ec6ca6c | 26f78dee758f69de053a4349b1c2945f1912a2c3 | refs/heads/master | 2020-03-02T15:38:39.563000 | 2017-05-27T06:55:09 | 2017-05-27T06:55:09 | 92,127,775 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import models.seguridad.Usuario;
import org.h2.engine.User;
public class Security extends Secure.Security {
static boolean authenticate(String username, String password) {
Usuario usuario = Usuario.find("byUsername", username).first();
return usuario != null && usuario.password.e... | UTF-8 | Java | 345 | java | Security.java | Java | [] | null | [] | package controllers;
import models.seguridad.Usuario;
import org.h2.engine.User;
public class Security extends Secure.Security {
static boolean authenticate(String username, String password) {
Usuario usuario = Usuario.find("byUsername", username).first();
return usuario != null && usuario.password.e... | 345 | 0.736232 | 0.733333 | 13 | 24.538462 | 25.796885 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 8 |
c01c4dbf6f6f149c6640a4c50dd9876731438131 | 7,267,084,720,487 | f8acd5c7a7b581887d0b0cfaef9e74d0cabea954 | /src/EnclosureAnimalDatabase.java | 53c1df21f268cea8e6a51329d5dd7f5d978de8d6 | [] | no_license | abhishekjain12/ZAMS | https://github.com/abhishekjain12/ZAMS | 82d38069bfe154c47f69f83e51fdda2b0a4093cd | 2279e709f0012d7ca6dd5422be7015e5539ec3df | refs/heads/master | 2020-03-24T13:42:17.270000 | 2018-07-29T10:01:04 | 2018-07-29T10:01:04 | 142,749,623 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class EnclosureAnimalDatabase {
public ArrayList<AnimalEnclosure> animals ;
public EnclosureAnimalDatabase() {
this.animals = new ArrayList<AnimalEnclosure>();
}
public void insert(AnimalEnclosure _anAnimal) { // needs two parameters instead of one
this.animals.add(_anA... | UTF-8 | Java | 508 | java | EnclosureAnimalDatabase.java | Java | [] | null | [] | import java.util.ArrayList;
public class EnclosureAnimalDatabase {
public ArrayList<AnimalEnclosure> animals ;
public EnclosureAnimalDatabase() {
this.animals = new ArrayList<AnimalEnclosure>();
}
public void insert(AnimalEnclosure _anAnimal) { // needs two parameters instead of one
this.animals.add(_anA... | 508 | 0.720472 | 0.716535 | 21 | 23.238094 | 25.725483 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 8 |
65759a4f08b2498bae46489c780b66110d00b9d3 | 7,267,084,718,852 | 40d36c84baada0eb9efb3f646388b5ac6c576414 | /src/main/java/org/minispm/security/entity/Domain.java | faf829a3d5e58416a0ded0f6566533fe04ebeea6 | [] | no_license | hub830/miniSPM | https://github.com/hub830/miniSPM | acd8e73632a83ed3fe15c43e2554cf8a9fd32afb | 69658b1bcf6ff0e30f5511a6d2d257ad8af9bf8e | refs/heads/master | 2021-01-21T16:31:21.105000 | 2014-04-23T06:15:17 | 2014-04-23T06:15:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.minispm.security.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.minispm.core.persistence.IdEntity;
import javax.persistence.Entity;
import javax.persistence.OneToMany;
import javax.persistence.Table;
import java.util.ArrayList;
import java.util.List;
/**
* User: shibaoxu
* Date:... | UTF-8 | Java | 1,060 | java | Domain.java | Java | [
{
"context": "il.ArrayList;\nimport java.util.List;\n\n/**\n * User: shibaoxu\n * Date: 13-1-30\n * Time: 上午11:52\n */\n@Entity\n@Ta",
"end": 311,
"score": 0.9995269179344177,
"start": 303,
"tag": "USERNAME",
"value": "shibaoxu"
}
] | null | [] | package org.minispm.security.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.minispm.core.persistence.IdEntity;
import javax.persistence.Entity;
import javax.persistence.OneToMany;
import javax.persistence.Table;
import java.util.ArrayList;
import java.util.List;
/**
* User: shibaoxu
* Date:... | 1,060 | 0.677083 | 0.668561 | 49 | 20.55102 | 17.490593 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346939 | false | false | 8 |
8b4d16f4d9d840f2551428f1bceb14dc3528a209 | 2,370,822,006,473 | fee7d8ed6798d7efdc0e8b51860a58276ebdc73a | /src/main/java/org/ct/ctTool/util/aop/factory/ProxyFactoryUtil.java | e5d05dc4be4ceaef151237fedc2e2ca7321c9230 | [] | no_license | 941911337/ctTool | https://github.com/941911337/ctTool | b0b4971fb10da886504fea7c3bd450d7b1f3d617 | 7dd4b9c7dd69259e299bb3de2ce9010770baf5da | refs/heads/master | 2020-04-27T12:35:10.981000 | 2019-03-07T12:04:57 | 2019-03-07T12:04:57 | 174,336,454 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.ct.ctTool.util.aop.factory;
import org.ct.ctTool.interfaces.ProxyFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author Think
* @Title: ProxyFactory
* @ProjectName easyTool
* @Description: 代理工厂工具类
* @date 2019/3/4 14:38
* @Version 1.0
*/
public abstract class ProxyFactoryUt... | UTF-8 | Java | 1,155 | java | ProxyFactoryUtil.java | Java | [
{
"context": "r;\nimport org.slf4j.LoggerFactory;\n\n/**\n * @author Think\n * @Title: ProxyFactory\n * @ProjectName easyTool\n",
"end": 165,
"score": 0.9694541096687317,
"start": 160,
"tag": "USERNAME",
"value": "Think"
}
] | null | [] | package org.ct.ctTool.util.aop.factory;
import org.ct.ctTool.interfaces.ProxyFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author Think
* @Title: ProxyFactory
* @ProjectName easyTool
* @Description: 代理工厂工具类
* @date 2019/3/4 14:38
* @Version 1.0
*/
public abstract class ProxyFactoryUt... | 1,155 | 0.632312 | 0.619313 | 51 | 20.117647 | 20.290678 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.196078 | false | false | 8 |
c6467d616bbe9a80d832b2a516d32b7562f00d5f | 31,636,729,114,486 | 1b97a5d158ef7951e97659d2187b215c9be18c6c | /subprojects/shipkit/src/main/groovy/org/shipkit/internal/version/VersionBumper.java | b57885a0e018d3545170b9ae52fb123960e0754b | [
"MIT"
] | permissive | mockito/shipkit | https://github.com/mockito/shipkit | d8f11ac50cb7afdf92686caf6da5944120525d7d | 9d76e7681e74b54e3c15203ed93874fbc3985648 | refs/heads/master | 2023-06-09T01:54:04.956000 | 2021-01-17T20:20:31 | 2021-01-17T20:20:31 | 73,235,879 | 158 | 43 | MIT | false | 2021-01-17T20:20:33 | 2016-11-08T23:22:05 | 2021-01-14T12:23:02 | 2021-01-17T20:20:32 | 3,886 | 157 | 36 | 66 | Java | false | false | package org.shipkit.internal.version;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
class VersionBumper {
/**
* Increments 'patch' element of the version of provided version, e.g. 1.0.0 -> 1.0.1
*/
String incrementVersion(String version) {
Pattern pattern = Pattern.compile... | UTF-8 | Java | 1,106 | java | VersionBumper.java | Java | [] | null | [] | package org.shipkit.internal.version;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
class VersionBumper {
/**
* Increments 'patch' element of the version of provided version, e.g. 1.0.0 -> 1.0.1
*/
String incrementVersion(String version) {
Pattern pattern = Pattern.compile... | 1,106 | 0.567812 | 0.542495 | 28 | 38.5 | 37.045822 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 8 |
5d714ef00ef91a70dd0fff3051ce95cbad91911d | 14,293,651,176,588 | 1d9c2304a484351324c51b32bd27ffbb6e3cdc2a | /src/main/java/org/skywalker/entity/Permission.java | 0f1e8fac886fcb4927162625c2999a3897020f86 | [
"Apache-2.0"
] | permissive | HeJie523/db-course-proj | https://github.com/HeJie523/db-course-proj | 0a107c25abaa860697106a099af165e31f6aad77 | ad9b7486fbf6c89fd598e5da8bcd7ac512aa7786 | refs/heads/master | 2020-12-01T00:03:29.992000 | 2019-11-30T22:17:51 | 2019-12-27T22:17:51 | 230,516,760 | 0 | 0 | Apache-2.0 | true | 2019-12-27T22:16:00 | 2019-12-27T20:50:28 | 2019-12-27T21:15:20 | 2019-12-27T22:15:59 | 2,532 | 0 | 0 | 0 | TSQL | false | false | package org.skywalker.entity;
import java.io.Serializable;
public class Permission implements Serializable {
@Override
public String toString() {
return "Permission{" +
"permissionId=" + permissionId +
", url='" + url + '\'' +
", description=... | UTF-8 | Java | 1,295 | java | Permission.java | Java | [] | null | [] | package org.skywalker.entity;
import java.io.Serializable;
public class Permission implements Serializable {
@Override
public String toString() {
return "Permission{" +
"permissionId=" + permissionId +
", url='" + url + '\'' +
", description=... | 1,295 | 0.573745 | 0.573745 | 51 | 23.392157 | 21.843542 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372549 | false | false | 8 |
296856d51fc4a6b400cf5fcf83da2665f56b4bf4 | 13,537,736,926,998 | 38b751706a0a3d731f6221bbb89a01b2e8cab5c4 | /src/jp/w125/sony_go_for_it/q03/RandomStringGenerator.java | 59e94de844319aa19e7a8dd0f4cb014ada778cdc | [] | no_license | wand125/sony-go-for-it | https://github.com/wand125/sony-go-for-it | 6b603d16ed78c9d313ad708ac624a785b0fe504f | b1f1e6729ddc70bb88ef6844ce5896584436df27 | refs/heads/master | 2016-08-06T20:33:45.884000 | 2012-02-13T02:35:25 | 2012-02-13T02:35:25 | 3,375,090 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Class: RandomStringGenerator
* Version: 1.00
* Date: 12 Feb 2012
* Author: wand125
*/
package jp.w125.sony_go_for_it.q03;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
public class RandomStringGenerator {
final int stringSize = 300000;
... | SHIFT_JIS | Java | 1,055 | java | RandomStringGenerator.java | Java | [
{
"context": "r\n * Version: 1.00\n * Date: 12 Feb 2012\n * Author: wand125\n */\npackage jp.w125.sony_go_for_it.q03;\n\nimport j",
"end": 91,
"score": 0.9995981454849243,
"start": 84,
"tag": "USERNAME",
"value": "wand125"
}
] | null | [] | /*
* Class: RandomStringGenerator
* Version: 1.00
* Date: 12 Feb 2012
* Author: wand125
*/
package jp.w125.sony_go_for_it.q03;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
public class RandomStringGenerator {
final int stringSize = 300000;
... | 1,055 | 0.624636 | 0.57323 | 46 | 21.413044 | 19.713797 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413043 | false | false | 8 |
f551aa7bd65af4f1107cb3b165b1b0c605700dc9 | 6,579,889,907,297 | d9a44ad37c83986d2bfdb5ae49765e0fb7a29178 | /C/src/com/xh/service/UserAddressService.java | f8f4b6b03a3708e135a15ea1f275be700a0865b5 | [] | no_license | xiaohai1440/yugouwu | https://github.com/xiaohai1440/yugouwu | 6bb30796ff0da2df060986f9578dccc0c5972474 | 4e2efdccd12f844b1a0ca0425b7b24641996c324 | refs/heads/master | 2020-03-13T19:29:07.791000 | 2018-05-14T09:12:26 | 2018-05-14T09:12:26 | 131,254,226 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xh.service;
import com.xh.bean.UserAddress;
public interface UserAddressService extends BaseService<UserAddress>{
}
| UTF-8 | Java | 133 | java | UserAddressService.java | Java | [] | null | [] | package com.xh.service;
import com.xh.bean.UserAddress;
public interface UserAddressService extends BaseService<UserAddress>{
}
| 133 | 0.804511 | 0.804511 | 8 | 15.625 | 23.18371 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 8 |
d699670fa4721f4e07396470ff905b1ec5d80e38 | 25,108,378,821,213 | d6ef848bde2559ca44a69eb0abf92210e4c35aa9 | /trunk/sample.gwt15.jpa/src/net/sf/hibernate4gwt/sample/client/message/MessageLine.java | 33bbe6282e97cfed1886088613b5eb2c6ad0be02 | [] | no_license | BGCX067/facu-gwtext-svn-to-git | https://github.com/BGCX067/facu-gwtext-svn-to-git | 4ccd541f717b162a58a85e4163d06bfa238fb056 | 0428d5fc0b90306b4bece5b02b24deaa81c69cc9 | refs/heads/master | 2021-01-13T00:56:26.638000 | 2015-12-28T14:43:17 | 2015-12-28T14:43:17 | 48,753,137 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sf.hibernate4gwt.sample.client.message;
import net.sf.hibernate4gwt.sample.client.command.DeleteMessageCommand;
import net.sf.hibernate4gwt.sample.client.ui.ConfirmationDialogBox;
import net.sf.hibernate4gwt.sample.domain.Message;
import com.google.gwt.user.client.ui.ClickListener;
import com.googl... | UTF-8 | Java | 3,488 | java | MessageLine.java | Java | [] | null | [] | package net.sf.hibernate4gwt.sample.client.message;
import net.sf.hibernate4gwt.sample.client.command.DeleteMessageCommand;
import net.sf.hibernate4gwt.sample.client.ui.ConfirmationDialogBox;
import net.sf.hibernate4gwt.sample.domain.Message;
import com.google.gwt.user.client.ui.ClickListener;
import com.googl... | 3,488 | 0.561067 | 0.557626 | 151 | 21.112583 | 22.817892 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.748344 | false | false | 8 |
db952613e40a50f51b23565c95f65d05d7204d9e | 5,239,860,128,932 | e2ba1b4d6aae6173fa77f9d0189ccee213ab81b5 | /src/cn/geofound/technology/service/impl/MenuServiceImpl.java | 508121e3918a47bed5ee04639ec57865e797ecc6 | [] | no_license | zjlwmz/maps | https://github.com/zjlwmz/maps | 327b6bdecfcf6a807a6b2681337214e98d07875e | 9aa894a2bf577420eb710a58b9ebeab8b3f79193 | refs/heads/main | 2023-03-09T07:56:51.703000 | 2021-02-17T10:59:18 | 2021-02-17T10:59:18 | 305,126,834 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.geofound.technology.service.impl;
import org.nutz.dao.Dao;
import cn.geofound.framework.base.service.impl.BaseServiceImpl;
import cn.geofound.technology.entity.Menu;
import cn.geofound.technology.service.MenuService;
/**
* 菜单servie接口实现
* @author zhangjialu
* @date 2018-6-10下午1:26:28
*/
... | UTF-8 | Java | 482 | java | MenuServiceImpl.java | Java | [
{
"context": "MenuService;\r\n\r\n\r\n/**\r\n * 菜单servie接口实现\r\n * @author zhangjialu\r\n * @date 2018-6-10下午1:26:28\r\n */\r\npublic class ",
"end": 283,
"score": 0.8837620615959167,
"start": 274,
"tag": "USERNAME",
"value": "zhangjial"
},
{
"context": "e;\r\n\r\n\r\n/**\r\n * 菜单ser... | null | [] | package cn.geofound.technology.service.impl;
import org.nutz.dao.Dao;
import cn.geofound.framework.base.service.impl.BaseServiceImpl;
import cn.geofound.technology.entity.Menu;
import cn.geofound.technology.service.MenuService;
/**
* 菜单servie接口实现
* @author zhangjialu
* @date 2018-6-10下午1:26:28
*/
... | 482 | 0.742489 | 0.716738 | 21 | 20.190475 | 23.554636 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 8 |
2f1f3906fcc7dee130b5160c005379399ac615be | 13,365,938,271,795 | 71f8c29ff4d3a7b20e3a69be9bbaec6c90bab554 | /src/main/java/best/prog/repository/RoleRepository.java | 327d838dd51d7c31e5a208fd3551569c3d54eda5 | [] | no_license | bestmenbal/basesite | https://github.com/bestmenbal/basesite | 16136eb278322ecfc2375035a54e8c8b86e8245a | 97ca1be1604b1491a0204a2e115f2d04289a4f2e | refs/heads/master | 2022-10-23T13:28:20.762000 | 2022-09-28T16:16:49 | 2022-09-28T16:16:49 | 41,069,800 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package best.prog.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import best.prog.domain.Role;
/**
* RoleRepository.
* @author Sangmin Park
*
*/
@Repository("RoleRepository")
public interface RoleRepository extends JpaRepository<Role, S... | UTF-8 | Java | 365 | java | RoleRepository.java | Java | [
{
"context": "og.domain.Role;\n\n/**\n * RoleRepository.\n * @author Sangmin Park\n *\n */\n@Repository(\"RoleRepository\")\npublic inter",
"end": 221,
"score": 0.9996068477630615,
"start": 209,
"tag": "NAME",
"value": "Sangmin Park"
}
] | null | [] | package best.prog.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import best.prog.domain.Role;
/**
* RoleRepository.
* @author <NAME>
*
*/
@Repository("RoleRepository")
public interface RoleRepository extends JpaRepository<Role, String>... | 359 | 0.780822 | 0.780822 | 18 | 19.277779 | 21.799097 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 8 |
59c142ebe08ed712c4a51229d7caa64159fdd150 | 12,068,858,118,913 | e6d8b1ec01112666624c03ea8f3a2606829960a6 | /JunitMavenProject/JunitMavenproject/src/test/java/com/mycompany/JunitMavenproject/TestMathematicalOperation.java | b0199ae5889bd41e3affa90d1441043568e6cb6b | [] | no_license | zytham/Junit-4-Maven-project | https://github.com/zytham/Junit-4-Maven-project | 211f14a4b62a324fe5bb54015c752c84ced25099 | cabb5746df1554b65e74f9cb2b0c4c19465af8f7 | refs/heads/master | 2016-08-03T22:01:45.533000 | 2015-12-29T10:19:49 | 2015-12-29T10:19:49 | 41,035,425 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.mycompany.JunitMavenproject;
import static org.junit.Assert.assertEquals;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
/**
* @author nikhil
*
*/
@FixMethodOrder(MethodSorters.NAM... | UTF-8 | Java | 1,033 | java | TestMathematicalOperation.java | Java | [
{
"context": "t org.junit.runners.MethodSorters;\n\n/**\n * @author nikhil\n * \n */\n\n@FixMethodOrder(MethodSorters.NAME_ASCEN",
"end": 277,
"score": 0.9794757962226868,
"start": 271,
"tag": "USERNAME",
"value": "nikhil"
}
] | null | [] | /**
*
*/
package com.mycompany.JunitMavenproject;
import static org.junit.Assert.assertEquals;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
/**
* @author nikhil
*
*/
@FixMethodOrder(MethodSorters.NAM... | 1,033 | 0.715392 | 0.694095 | 47 | 20.978724 | 17.908146 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.382979 | false | false | 8 |
995f4e38069c07ecab6a5fd06ca7ea10a71f7a23 | 7,301,444,413,877 | 848230ef62da92f7d7c65db7443343b3f4f919b2 | /hppay-framework/framework-session/src/main/java/com/hstypay/framework/session/exception/SessionErrorCodes.java | ac41d067abff056662b5957967824d8a6a00b352 | [] | no_license | zhudongjin/framework | https://github.com/zhudongjin/framework | e93967df0967198390931fb01e428d712699be26 | 3ee348ced3791c1bfee4ea56c5fe715b064bcd8c | refs/heads/master | 2020-03-29T05:39:25.137000 | 2018-09-25T07:31:43 | 2018-09-25T07:31:43 | 149,592,122 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hstypay.framework.session.exception;
import com.hstypay.sandbox.error.ErrorCode;
import com.hstypay.sandbox.error.ErrorCodeType;
public enum SessionErrorCodes implements ErrorCodeType {
SESSION_EXCEPTION("session.exception", "系统异常"),
SESSION_CHK_FAIL("session.check.fail", "获取session失败"),
SESS... | UTF-8 | Java | 1,115 | java | SessionErrorCodes.java | Java | [] | null | [] | package com.hstypay.framework.session.exception;
import com.hstypay.sandbox.error.ErrorCode;
import com.hstypay.sandbox.error.ErrorCodeType;
public enum SessionErrorCodes implements ErrorCodeType {
SESSION_EXCEPTION("session.exception", "系统异常"),
SESSION_CHK_FAIL("session.check.fail", "获取session失败"),
SESS... | 1,115 | 0.682464 | 0.682464 | 39 | 26.051283 | 23.068403 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641026 | false | false | 8 |
6cd7bd488dfa607577f26cf2d4b463a9438552ec | 32,083,405,751,042 | ff3bc80f03f2ba7c03c103788923b5ced7849fd7 | /doc/jun_ssh_easyui/jun_ssh_common/src/main/java/com/jun/plugin/common/dict/dao/CodeClassDAOImpl.java | 1ddbbd1eb4d1d6fa791849483f333c45ae2999da | [] | no_license | wujun728/jun_ssh_parent | https://github.com/wujun728/jun_ssh_parent | bb945fd6a7e319ae87fbd2e16f9382bf3b82e1a5 | c339b4dea34e54fdb153b6b5105151e5e6b2b181 | refs/heads/main | 2023-06-24T04:34:14.617000 | 2023-05-26T07:15:50 | 2023-05-26T07:15:50 | 367,086,440 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jun.plugin.common.dict.dao;
public class CodeClassDAOImpl {
} | UTF-8 | Java | 75 | java | CodeClassDAOImpl.java | Java | [] | null | [] | package com.jun.plugin.common.dict.dao;
public class CodeClassDAOImpl {
} | 75 | 0.786667 | 0.786667 | 5 | 14.2 | 17.1744 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 8 |
b33d589f52efa54b1441fb1c06fcfc083e57faf0 | 35,467,839,952,954 | 4b274ea681c6f49d91e2bf109a8b8a4e72c39a1e | /chapter02/Chapter02_CountingMonetaryUnits.java | ec710e00c4b0f8f728e8bae7395d4203b71d9f86 | [] | no_license | Diesel-19/Intro_to_Java_programming | https://github.com/Diesel-19/Intro_to_Java_programming | 4fdd03bec502febe8ef8dad18b985d4c418d1c51 | c21d54de3d3ce2e9261e98e1f722ae8b5686e843 | refs/heads/master | 2022-12-27T18:04:36.270000 | 2020-10-18T17:04:11 | 2020-10-18T17:04:11 | 280,917,577 | 1 | 1 | null | false | 2020-10-04T19:17:27 | 2020-07-19T17:36:30 | 2020-10-02T21:46:49 | 2020-10-02T21:46:46 | 309 | 0 | 1 | 0 | Java | false | false | package chapter02;
import java.util.Scanner;
public class Chapter02_CountingMonetaryUnits {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.print("Enter the amount of money: ");
double money = input.nextDouble();
int totalCents = (int) (money * 100);
int dolla... | UTF-8 | Java | 776 | java | Chapter02_CountingMonetaryUnits.java | Java | [] | null | [] | package chapter02;
import java.util.Scanner;
public class Chapter02_CountingMonetaryUnits {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.print("Enter the amount of money: ");
double money = input.nextDouble();
int totalCents = (int) (money * 100);
int dolla... | 776 | 0.670103 | 0.640464 | 33 | 22.515152 | 23.945799 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.515152 | false | false | 8 |
2ee5326d466eb0bb989a853c714f0e16b7c5decb | 33,938,831,597,425 | c7df3bec727507f862676779ad0e598938317213 | /src/main/java/hk/ust/comp4321/data/JDBMSpiderDAO.java | ba91e22d5c587fb6ca22a70edf55e8798a45178f | [] | no_license | project4321/maven-project | https://github.com/project4321/maven-project | c83c5fb8536ab60905352ea936a46259fe2d1c95 | c9e1ac093d18c90c474f73930643f9e81f0b8d71 | refs/heads/master | 2016-09-14T01:22:26.819000 | 2016-05-05T15:21:20 | 2016-05-05T15:21:20 | 58,046,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hk.ust.comp4321.data;
import hk.ust.comp4321.model.Page;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import java.util.Vector;
import jdbm.RecordManager;
import jdbm.RecordManagerFactory;
import jdbm.helper.FastIterator;
import jdbm.htree.HTree;
pu... | UTF-8 | Java | 3,094 | java | JDBMSpiderDAO.java | Java | [] | null | [] | package hk.ust.comp4321.data;
import hk.ust.comp4321.model.Page;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import java.util.Vector;
import jdbm.RecordManager;
import jdbm.RecordManagerFactory;
import jdbm.helper.FastIterator;
import jdbm.htree.HTree;
pu... | 3,094 | 0.657401 | 0.654169 | 106 | 28.188679 | 24.793911 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.396226 | false | false | 8 |
59c5a5187012755f940e67e867df4223f5b67211 | 36,215,164,266,199 | 94fd31ddfb18ef27a817329c67b22abb252fc4b9 | /kernel/kernel-masterdata-service/src/main/java/io/mosip/kernel/masterdata/entity/IndividualType.java | 5882b7132d6ec25fd48e2ef08006b22f2c9dfa54 | [] | no_license | ckm007/lab-platform | https://github.com/ckm007/lab-platform | 6aa1a1ff310e270cb6f04db203375f18288fbcab | ea913e822ff9ec8dc0f761f0e4e97cf54d5a8f16 | refs/heads/master | 2022-12-24T04:36:33.104000 | 2019-08-23T13:14:48 | 2019-08-23T13:14:48 | 203,998,174 | 0 | 1 | null | false | 2022-12-10T05:11:25 | 2019-08-23T12:53:28 | 2019-08-23T13:17:10 | 2022-12-10T05:11:24 | 411,034 | 0 | 1 | 25 | Java | false | false | package io.mosip.kernel.masterdata.entity;
import java.io.Serializable;
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.Table;
import io.mosip.kerne... | UTF-8 | Java | 1,285 | java | IndividualType.java | Java | [
{
"context": "*\n * \n * Entity for Individual type\n * \n * @author Bal Vikash Sharma\n * @since 1.0.0\n */\n@EqualsAndHashCode(callSuper ",
"end": 557,
"score": 0.9997988343238831,
"start": 540,
"tag": "NAME",
"value": "Bal Vikash Sharma"
}
] | null | [] | package io.mosip.kernel.masterdata.entity;
import java.io.Serializable;
import javax.persistence.AttributeOverride;
import javax.persistence.AttributeOverrides;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;
import javax.persistence.Entity;
import javax.persistence.Table;
import io.mosip.kerne... | 1,274 | 0.757977 | 0.7393 | 52 | 23.711538 | 23.409676 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 8 |
734e09655dbf00f1042c514be008f2bc8ffa99f0 | 17,300,128,336,296 | 62cd8325fbaadd92b60ea3ed1252848da7ff26c5 | /TankGame/tank/GameWorld.java | 2b3722fb2b1a1387ec99455251d9745edf2d4ff9 | [
"MIT"
] | permissive | ItsJes/Tank-Game | https://github.com/ItsJes/Tank-Game | e684a6446f4eea1b8370904e307fec096a046a00 | 72435bdef08b9af6ff619093b3c72e6c932dcd16 | refs/heads/master | 2020-03-27T19:53:49.859000 | 2018-09-01T17:58:23 | 2018-09-01T17:58:23 | 147,019,498 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tank;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.net.URL;
import java.util.*;
import javax.swing.JPanel;
import game.*;
public abstract class GameWorld
extends JPanel
implements Runnable, Observer
{
private static final long serialVersionUID = 1L;
public st... | UTF-8 | Java | 1,801 | java | GameWorld.java | Java | [] | null | [] | package tank;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.net.URL;
import java.util.*;
import javax.swing.JPanel;
import game.*;
public abstract class GameWorld
extends JPanel
implements Runnable, Observer
{
private static final long serialVersionUID = 1L;
public st... | 1,801 | 0.636868 | 0.627984 | 67 | 24.880596 | 21.818466 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.671642 | false | false | 8 |
91fbe454b11dfcc96c8082ebb6df9705ac6af1be | 26,139,171,032,508 | 660f7ea48687c7fbd4e5ce9494f2af1d2020baa0 | /src/main/java/com/myweb/bean/factory/GMFactory.java | 567a18ba53900faf48e0dab6398c3be92fcdfc41 | [] | no_license | abc89/Tomcat_Java | https://github.com/abc89/Tomcat_Java | b71fa9f2269b7939466823286fd85adee6811f9b | 3c859342ebe52e7182b38af05705eaf0239f023e | refs/heads/master | 2020-12-25T19:39:20.062000 | 2016-07-03T15:10:36 | 2016-07-03T15:10:36 | 61,204,302 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myweb.bean.factory;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import com.myweb.bean.GMBean;
import com.myweb.bean.JDBean;
import com.myweb.bean.ShopBean;
/**
* 国美 bean生成工厂
*
* @author e7691
*
*/
public cla... | UTF-8 | Java | 1,578 | java | GMFactory.java | Java | [
{
"context": ".bean.ShopBean;\n\n/**\n * 国美 bean生成工厂\n * \n * @author e7691\n * \n */\npublic class GMFactory extends ShopBeanFa",
"end": 301,
"score": 0.9991264343261719,
"start": 296,
"tag": "USERNAME",
"value": "e7691"
}
] | null | [] | package com.myweb.bean.factory;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import com.myweb.bean.GMBean;
import com.myweb.bean.JDBean;
import com.myweb.bean.ShopBean;
/**
* 国美 bean生成工厂
*
* @author e7691
*
*/
public cla... | 1,578 | 0.653796 | 0.647251 | 71 | 20.521128 | 16.669834 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.028169 | false | false | 8 |
774a90eb9aef0eff05fee29489d0fa9e2438374b | 14,070,312,925,368 | 2a78ead82f7cbbe63d3b682fe3f6da2cadf9a4c6 | /go-report/src/test/java/com/ansteel/modules/poi/utils/ToHtmlTest.java | 9ea0bb8d204758bada72a34abc9b2c3f0118673e | [] | no_license | 1733604733/go | https://github.com/1733604733/go | ac017cb0a3b1090440d42a0afbdb61caf08f5192 | 8dbb85fa99c118b1d19b130c638538acf401b58e | refs/heads/public | 2021-01-22T11:32:12.622000 | 2016-07-20T06:23:21 | 2016-07-20T06:23:22 | 64,808,419 | 1 | 0 | null | true | 2016-08-03T02:27:54 | 2016-08-03T02:27:54 | 2016-08-03T02:27:52 | 2016-07-20T06:22:21 | 13,413 | 0 | 0 | 0 | null | null | null | package com.ansteel.modules.poi.utils;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import org.junit.Test;
import com.ansteel.report.poi.utils.ToHtml;
public class ToHtmlTest {
@Test
public void test() throws IOException {
ToHtml toHtml = ToHtml.create("D:\\test\\poi\\w1.x... | UTF-8 | Java | 450 | java | ToHtmlTest.java | Java | [] | null | [] | package com.ansteel.modules.poi.utils;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import org.junit.Test;
import com.ansteel.report.poi.utils.ToHtml;
public class ToHtmlTest {
@Test
public void test() throws IOException {
ToHtml toHtml = ToHtml.create("D:\\test\\poi\\w1.x... | 450 | 0.728889 | 0.724444 | 21 | 20.428572 | 19.944139 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.095238 | false | false | 8 |
2dbbda2f77047d36e52e5e426931af3e44514187 | 13,469,017,506,858 | 6c35446feb5baaadf1901a083442e14dc423fc0b | /TestCalcite/src/main/java/com/cqx/calcite/bean/signal/five/FiveSignalSchema.java | cd991d8ee4dc968f4d4cdfcb7e4ddf838ae21717 | [
"Apache-2.0"
] | permissive | chenqixu/TestSelf | https://github.com/chenqixu/TestSelf | 8e533d2f653828f9f92564c3918041d733505a30 | 7488d83ffd20734ab5ca431d13fa3c5946493c11 | refs/heads/master | 2023-09-01T06:18:59.417000 | 2023-08-21T06:16:55 | 2023-08-21T06:16:55 | 75,791,787 | 3 | 1 | Apache-2.0 | false | 2022-03-02T06:47:48 | 2016-12-07T02:36:58 | 2022-01-10T06:41:05 | 2022-03-02T06:46:27 | 3,355 | 0 | 1 | 1 | Java | false | false | package com.cqx.calcite.bean.signal.five;
/**
* 5G信令Schema
*
* @author chenqixu
*/
public class FiveSignalSchema {
public N1N2[] n1n2 = {
new N1N2(1440509800000L),
new N1N2(1440609800000L),
new N1N2(1440609800001L),
new N1N2(1440609999999L),
new N1N2(... | UTF-8 | Java | 622 | java | FiveSignalSchema.java | Java | [
{
"context": "bean.signal.five;\n\n/**\n * 5G信令Schema\n *\n * @author chenqixu\n */\npublic class FiveSignalSchema {\n public N1",
"end": 83,
"score": 0.9961773157119751,
"start": 75,
"tag": "USERNAME",
"value": "chenqixu"
}
] | null | [] | package com.cqx.calcite.bean.signal.five;
/**
* 5G信令Schema
*
* @author chenqixu
*/
public class FiveSignalSchema {
public N1N2[] n1n2 = {
new N1N2(1440509800000L),
new N1N2(1440609800000L),
new N1N2(1440609800001L),
new N1N2(1440609999999L),
new N1N2(... | 622 | 0.512945 | 0.323625 | 28 | 21.071428 | 15.016487 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 8 |
efb3d25dc18e1bd5d44aae07d464023af1bd57f1 | 3,298,534,949,309 | dba670bfcdf716fbe3627ebf2a32b3aa5e35cb5b | /artifacts/infodynamics-dist-1.3/java/source/infodynamics/measures/continuous/kraskov/MultiInfoCalculatorKraskov2.java | 6db492a85eeeb8b4af18042c9384700b91102ca3 | [
"Apache-2.0",
"GPL-3.0-only",
"GPL-3.0-or-later",
"GPL-1.0-or-later"
] | permissive | kamir/WikiExplorer.NG | https://github.com/kamir/WikiExplorer.NG | 429cbe1d0b251a0a81667f3f93d28d16d9886c3e | 7b56e3d1e638d760fe238dfd66d3775404335ff4 | refs/heads/master | 2022-07-14T23:14:19.547000 | 2018-12-21T13:00:31 | 2018-12-21T13:00:31 | 55,048,356 | 0 | 0 | Apache-2.0 | false | 2022-07-01T17:39:27 | 2016-03-30T09:00:26 | 2018-12-21T13:00:51 | 2022-07-01T17:39:27 | 21,642 | 0 | 0 | 7 | HTML | false | false | /*
* Java Information Dynamics Toolkit (JIDT)
* Copyright (C) 2012, Joseph T. Lizier
*
* 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
* ... | UTF-8 | Java | 4,925 | java | MultiInfoCalculatorKraskov2.java | Java | [
{
"context": "n Dynamics Toolkit (JIDT)\r\n * Copyright (C) 2012, Joseph T. Lizier\r\n * \r\n * This program is free software: you can",
"end": 90,
"score": 0.9998773336410522,
"start": 74,
"tag": "NAME",
"value": "Joseph T. Lizier"
},
{
"context": "\r\n * <p><b>References:</b><br... | null | [] | /*
* Java Information Dynamics Toolkit (JIDT)
* Copyright (C) 2012, <NAME>
*
* 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 ... | 4,889 | 0.677767 | 0.66599 | 137 | 33.948906 | 26.40596 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.20438 | false | false | 8 |
ff94d36bbec21273b39982fb218828400f1cbf8a | 30,219,389,935,483 | 7e33fd97e1295a6413fc4d565c92b12148e3644b | /Curriculum/src/main/java/ua/dp/primat/domain/workload/LoadCategory.java | 52939c9ae4be08eba78ee12e8cb52f9dbeb2f677 | [] | no_license | pesua/primat.dp.ua | https://github.com/pesua/primat.dp.ua | d33e63c6516e9dcc77c9d43d34fa80663d99795c | e624593ba55ecbf3137d1c9c413b839b468f9743 | refs/heads/master | 2016-08-07T07:38:07.622000 | 2010-11-08T04:50:49 | 2010-11-08T04:50:49 | 3,109,884 | 3 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.dp.primat.domain.workload;
import java.util.Locale;
import java.util.ResourceBundle;
public enum LoadCategory {
Normative {
@Override
public String toString() {
return LOCALIZATION.getString("loadCategory.Normative");
}
},
Selective {
@Override
... | UTF-8 | Java | 727 | java | LoadCategory.java | Java | [] | null | [] | package ua.dp.primat.domain.workload;
import java.util.Locale;
import java.util.ResourceBundle;
public enum LoadCategory {
Normative {
@Override
public String toString() {
return LOCALIZATION.getString("loadCategory.Normative");
}
},
Selective {
@Override
... | 727 | 0.634113 | 0.634113 | 31 | 22.451612 | 26.321632 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.354839 | false | false | 8 |
7247a82c2eee0e0648218d8ba2005acecf320b5a | 5,446,018,567,517 | cae4b09e7b100d1e6cbd23043d34f4ba4453f23e | /ext/ext-service/src/com/ext/portlet/surveys/service/UserSurveyServiceUtil.java | 80f28cf67af5f1c78dce8cb469412e241d2ade9a | [] | no_license | Letractively/climatecollaboratorium | https://github.com/Letractively/climatecollaboratorium | 27d7e9008a0a998c37eb913e1daa21716946a35a | dcc352d338c0259bbc55ff2c6be70814b6c461b0 | refs/heads/master | 2021-01-10T16:49:41.318000 | 2012-07-11T08:50:47 | 2012-07-11T08:50:47 | 46,159,622 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ext.portlet.surveys.service;
/**
* <a href="UserSurveyServiceUtil.java.html"><b><i>View Source</i></b></a>
*
* <p>
* ServiceBuilder generated this class. Modifications in this class will be
* overwritten the next time is generated.
* </p>
*
* <p>
* This class provides static methods for the
* <c... | UTF-8 | Java | 1,811 | java | UserSurveyServiceUtil.java | Java | [
{
"context": "okup call and a method call.\n * </p>\n *\n * @author Brian Wing Shun Chan\n *\n * @see com.ext.portlet.surveys.service.UserSu",
"end": 645,
"score": 0.992845892906189,
"start": 625,
"tag": "NAME",
"value": "Brian Wing Shun Chan"
}
] | null | [] | package com.ext.portlet.surveys.service;
/**
* <a href="UserSurveyServiceUtil.java.html"><b><i>View Source</i></b></a>
*
* <p>
* ServiceBuilder generated this class. Modifications in this class will be
* overwritten the next time is generated.
* </p>
*
* <p>
* This class provides static methods for the
* <c... | 1,797 | 0.702927 | 0.702927 | 56 | 31.339285 | 29.224058 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.267857 | false | false | 8 |
9aaeceae7b6970378bbc559db6e3716dd8930523 | 36,627,481,104,410 | 5cfac3624c82736e2a09d9d04c51df0de9591e3c | /src/Demo02/Demo02.java | cf0044d2e874a104853a2fb59380a3a433b17e88 | [] | no_license | jzhnice/Polymorghism | https://github.com/jzhnice/Polymorghism | 50e1ba739452e1c4b4173516df88d65602f3c453 | 6aa246f3d73fc5e32004530ab46fe2777c216c69 | refs/heads/master | 2023-05-03T21:07:15.708000 | 2021-05-11T03:07:25 | 2021-05-11T03:07:25 | 366,240,207 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Demo02;
/**
* @version 1.0
* @author: jiazhihao
* @date: 2021-05-11 09:38
*/
public class Demo02 {
class Father {
public void running() {
System.out.println("跑步可以带来健康");
}
}
class Son extends Father {
@Override
public void running() ... | UTF-8 | Java | 957 | java | Demo02.java | Java | [
{
"context": "package Demo02;\n\n/**\n * @version 1.0\n * @author: jiazhihao\n * @date: 2021-05-11 09:38\n */\npublic class Demo0",
"end": 58,
"score": 0.9339240193367004,
"start": 49,
"tag": "USERNAME",
"value": "jiazhihao"
}
] | null | [] | package Demo02;
/**
* @version 1.0
* @author: jiazhihao
* @date: 2021-05-11 09:38
*/
public class Demo02 {
class Father {
public void running() {
System.out.println("跑步可以带来健康");
}
}
class Son extends Father {
@Override
public void running() ... | 957 | 0.452962 | 0.429733 | 47 | 17.25532 | 16.436167 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.148936 | false | false | 8 |
0e519c949835e0d9c4286801d46845a15829df17 | 36,627,481,101,842 | 8a78f0b9777e365739d9d7dc824a592b784abf18 | /bean-example-05-list-map-using-in-bean-creation-xml-based/src/main/java/com/shasu19p/beans/ListInBeanCreationExample.java | 6fc3926a12e00b997128655e702d3e38db23e78a | [] | no_license | shasu19/spring-learning | https://github.com/shasu19/spring-learning | bed3ff106ebabd67cc8492077ae2793f2b0dc1c6 | c1186a069173c6b2239378457bfc22799628e8af | refs/heads/master | 2021-04-17T08:29:45.897000 | 2020-03-25T18:53:21 | 2020-03-25T18:53:21 | 249,429,255 | 0 | 0 | null | false | 2020-03-25T18:53:22 | 2020-03-23T12:49:21 | 2020-03-23T12:50:48 | 2020-03-25T18:53:21 | 78 | 0 | 0 | 0 | null | false | false | package com.shasu19p.beans;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Learning autowire in spring
*/
public class ListInBeanCreationExample {
public static void main(String[] args) {
ApplicationContext context = new C... | UTF-8 | Java | 469 | java | ListInBeanCreationExample.java | Java | [] | null | [] | package com.shasu19p.beans;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Learning autowire in spring
*/
public class ListInBeanCreationExample {
public static void main(String[] args) {
ApplicationContext context = new C... | 469 | 0.782516 | 0.778252 | 18 | 25.055555 | 27.59322 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 8 |
725279932ec41aa6699a7bf56059990449037427 | 33,002,528,742,640 | 8abb48a69e8331da31b6a623a8a55f924712b965 | /inject/src/main/java/com/glumes/inject/Injector.java | 6677d9c24c08dedfaf4abc01de42b7ff6b5b282d | [] | no_license | glumes/AnnotationProcessDemo | https://github.com/glumes/AnnotationProcessDemo | ced1640809345d70cc48f6fd5a80a8ff1d075dde | 1b8c0c1ff2f7273086058b3a0f68723f2afaf20e | refs/heads/master | 2020-12-30T23:59:52.433000 | 2017-03-29T12:34:46 | 2017-03-29T12:34:46 | 86,579,846 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.glumes.inject;
import com.glumes.inject.provider.Provider;
/**
* Created by zhaoying on 2017/3/29.
*/
public interface Injector<T> {
/**
*
* @param host
* @param source
* @param provider
*/
void inject(T host, Object source, Provider provider) ;
}
| UTF-8 | Java | 299 | java | Injector.java | Java | [
{
"context": "lumes.inject.provider.Provider;\n\n/**\n * Created by zhaoying on 2017/3/29.\n */\n\npublic interface Injector<T> {",
"end": 99,
"score": 0.9991446137428284,
"start": 91,
"tag": "USERNAME",
"value": "zhaoying"
}
] | null | [] | package com.glumes.inject;
import com.glumes.inject.provider.Provider;
/**
* Created by zhaoying on 2017/3/29.
*/
public interface Injector<T> {
/**
*
* @param host
* @param source
* @param provider
*/
void inject(T host, Object source, Provider provider) ;
}
| 299 | 0.618729 | 0.595318 | 18 | 15.611111 | 16.957918 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 8 |
13905ad158927fa4b102934ccb8a72ba55141470 | 28,759,101,072,662 | baf66c46a5c5ad82ab75b7984b8b00acf320dc58 | /src/main/java/jp/mynavi/api/json/MAACS010AgentIdRequest.java | caa72579e832d5015905c53a6637402e055ee2ce | [] | no_license | SFSeiei/mynavi-api | https://github.com/SFSeiei/mynavi-api | 4c93c5b8ddc65e82a455265a1a006063ed401c80 | 35a6b7fc1e3f7e3d2e252ae7d46e7e39cd3b3f59 | refs/heads/master | 2021-03-10T15:06:14.991000 | 2020-03-20T10:31:06 | 2020-03-20T10:31:06 | 246,463,084 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jp.mynavi.api.json;
import java.io.Serializable;
import javax.validation.constraints.*;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class MAACS010AgentIdRequest implements Serializable {
private static final long serialVersionUID = 1L;
// 企業ID... | UTF-8 | Java | 439 | java | MAACS010AgentIdRequest.java | Java | [] | null | [] | package jp.mynavi.api.json;
import java.io.Serializable;
import javax.validation.constraints.*;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
public class MAACS010AgentIdRequest implements Serializable {
private static final long serialVersionUID = 1L;
// 企業ID... | 439 | 0.750583 | 0.741259 | 24 | 16.916666 | 16.620562 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 8 |
2bbfcc75ab02b26e8aae92beb17cab766a5c7036 | 9,320,079,095,532 | f55e0f08bbbbde3bbf06b83c822a93d54819b1e8 | /app/src/main/java/com/jqsoft/nursing/adapter/FamilyEconomyCheckShareIndexStatisticsAdapter.java | d7c59d4742b31be5984a805a731c4038c0514a32 | [] | no_license | moshangqianye/nursing | https://github.com/moshangqianye/nursing | 27e58e30a51424502f1b636ae47b60b81a3b2ca0 | 20cd5aace59555ef9d708df0fb03639b2fc843d0 | refs/heads/master | 2020-09-08T13:39:55.939000 | 2020-03-20T09:55:34 | 2020-03-20T09:55:34 | 221,147,807 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jqsoft.nursing.adapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.jqsoft.nursing.R;
import com.jqsoft.nursing.adapter.base.BaseQuickAdapterEx;
import com.jqsoft.nursing.bean.grassroots_civil_administration.FamilyEconomyCheckShareIndexBean;
import java.util.List;
/**
* 家庭经济情况核对-信息共享... | UTF-8 | Java | 993 | java | FamilyEconomyCheckShareIndexStatisticsAdapter.java | Java | [
{
"context": ".List;\n\n/**\n * 家庭经济情况核对-信息共享指标统计-适配器\n * Created by Administrator on 2018-01-04.\n */\n\npublic class FamilyEconomyChe",
"end": 356,
"score": 0.5664978623390198,
"start": 343,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.jqsoft.nursing.adapter;
import com.chad.library.adapter.base.BaseViewHolder;
import com.jqsoft.nursing.R;
import com.jqsoft.nursing.adapter.base.BaseQuickAdapterEx;
import com.jqsoft.nursing.bean.grassroots_civil_administration.FamilyEconomyCheckShareIndexBean;
import java.util.List;
/**
* 家庭经济情况核对-信息共享... | 993 | 0.788482 | 0.779058 | 28 | 33.107143 | 39.093605 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
b9040e2c0954a772b507c3cada8f1a659d38ece2 | 9,363,028,740,954 | 3186d0f030994fff4d31b6ad398ff7bedcbedf0e | /demo/java/src/SmsSDKDemo.java | cadd97d1933ef0ffb88582a54feb1284b1e948f4 | [] | no_license | ddu365/qcloudsms | https://github.com/ddu365/qcloudsms | 9aecd844261f8f378d4bbf260541a7a0a69f3bf0 | 237c6aef2c5db176c76e6caa86ca61ed1c32e3c9 | refs/heads/master | 2021-06-10T17:12:53.797000 | 2017-02-22T01:53:14 | 2017-02-22T01:53:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.qcloud.sms.SmsVoice;
import com.qcloud.sms.SmsVoiceResult;
public class SmsSDKDemo {
public static void main(String[] args) {
try {
// 请根据实际 appid 和 appkey 进行开发,以下只作为演示 sdk 使用
int appid = 1400025207;
String appkey = "163ad12e87775731cfdb5f47e424bd3f";
String phoneNumb... | UTF-8 | Java | 3,013 | java | SmsSDKDemo.java | Java | [
{
"context": " \t\tint appid = 1400025207;\n \t\tString appkey = \"163ad12e87775731cfdb5f47e424bd3f\";\n \t\t\n \t\tString phoneNumber1 = \"12345678901",
"end": 288,
"score": 0.9997343420982361,
"start": 256,
"tag": "KEY",
"value": "163ad12e87775731cfdb5f47e424bd3f"
},
{
"co... | null | [] | import com.qcloud.sms.SmsVoice;
import com.qcloud.sms.SmsVoiceResult;
public class SmsSDKDemo {
public static void main(String[] args) {
try {
// 请根据实际 appid 和 appkey 进行开发,以下只作为演示 sdk 使用
int appid = 1400025207;
String appkey = "<KEY>";
String phoneNumber1 = "12345678901";
... | 2,986 | 0.640975 | 0.593787 | 75 | 32.906666 | 28.044809 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.773333 | false | false | 8 |
0a2d6b99947f8ad6df849ce41acd6b798507637d | 12,979,391,209,779 | 35b43c8850b1fb849511423bf6530cb365ae801d | /src/EinfacheSuchverfahren.java | 58c78efe159dfeb3a203135f8beeb0becbc49303 | [] | no_license | EthamQ/RandomOldUniversityStuffBackup | https://github.com/EthamQ/RandomOldUniversityStuffBackup | fba475ab1e3670ef08481ba3ca9cd5e01c6fa8b1 | 6ed0023efdd1bca08aa5a8a89b36621e3b69271f | refs/heads/master | 2021-06-28T04:16:40.121000 | 2017-09-01T20:28:11 | 2017-09-01T20:28:11 | 104,104,542 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class EinfacheSuchverfahren {
public static void main (String[] args){
int[] a = new int[]{1,2,3,4,5,6};
System.out.println(linearSearch(a, 3));
}
public static boolean linearSearch(int[] a, int n){
int i = 0;
while(i < a.length){
if(a[i] == n){
return true;
}
}
return false;
}
... | UTF-8 | Java | 687 | java | EinfacheSuchverfahren.java | Java | [] | null | [] |
public class EinfacheSuchverfahren {
public static void main (String[] args){
int[] a = new int[]{1,2,3,4,5,6};
System.out.println(linearSearch(a, 3));
}
public static boolean linearSearch(int[] a, int n){
int i = 0;
while(i < a.length){
if(a[i] == n){
return true;
}
}
return false;
}
... | 687 | 0.572052 | 0.557496 | 43 | 14.953488 | 16.97735 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.418605 | false | false | 8 |
8dd2607eb2c2ee788a94a3459ef2ec8165c04758 | 22,299,470,240,443 | 9449ff06b10bb363a4adbad0cb2fe8105f8edc52 | /053 Maximum Subarray/Solutions_DP.java | 0cf8fa376d70db7d2c9dc57f3eda0a533f89676a | [] | no_license | wmingcr/LeetCode-Java | https://github.com/wmingcr/LeetCode-Java | 90fceeef67a110d2612c6e70aaa2f60e0e4fd544 | d34598f2201ac4893559c1c67032218fdb10e4dd | refs/heads/master | 2023-04-06T18:49:44.845000 | 2021-04-17T20:49:33 | 2021-04-17T20:49:33 | 232,816,985 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public int maxSubArray(int[] nums) {
//check validity
if(nums == null || nums.length == 0){
return -1;
}
return solutionDP(nums);
}
private int solutionDP(int [] arr){
int max = arr[0];
for(int i = 1; i < arr... | UTF-8 | Java | 495 | java | Solutions_DP.java | Java | [] | null | [] | class Solution {
public int maxSubArray(int[] nums) {
//check validity
if(nums == null || nums.length == 0){
return -1;
}
return solutionDP(nums);
}
private int solutionDP(int [] arr){
int max = arr[0];
for(int i = 1; i < arr... | 495 | 0.40202 | 0.387879 | 22 | 21.5 | 14.332892 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 8 |
32fe193a023c0f1cdb9d0bc1bb2be2b813e19ab0 | 4,398,046,555,643 | 9ad52a19169f7305890caafc27742f7bea17e385 | /03_java_core/src/api/util/EncryptUtil.java | bca6c2c0282419ac3536b5e5f57e596be78a4262 | [] | no_license | aretepsn/kolic | https://github.com/aretepsn/kolic | 7c9f88d2540c61981b3eb1e99dfd6c4514989156 | def30a2a0b97022bce92c31d46373c4e7096b4c5 | refs/heads/master | 2018-12-20T00:04:58.936000 | 2018-12-18T02:25:20 | 2018-12-18T02:25:20 | 134,032,685 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kr.kolic.timekeeper.util;
import java.security.Key;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import javax.crypto.Cipher;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
import org.apache.commons.codec.binary.Base64;
publ... | UTF-8 | Java | 2,763 | java | EncryptUtil.java | Java | [] | null | [] | package kr.kolic.timekeeper.util;
import java.security.Key;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import javax.crypto.Cipher;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
import org.apache.commons.codec.binary.Base64;
publ... | 2,763 | 0.626172 | 0.607049 | 115 | 21.191305 | 19.343529 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.078261 | false | false | 8 |
d6d84c0e562c9030d6887f685824a25e2d6ceff9 | 249,108,141,413 | 2d26609f37a03faa2e801786c6c8efc5d8b60344 | /src/test/java/com/sherlockHomies/orm/ContextualSessionsTest.java | 4a37e6c7fd0a03616282d77c5000ee09f0b3e39b | [] | no_license | scorpionkitty/Pet-Clinic | https://github.com/scorpionkitty/Pet-Clinic | 094e9abe3878950c0ea4d3b487376627a441090a | 2385b81101cef13b51bec0376ee0453ea294d8b4 | refs/heads/master | 2021-01-13T03:25:59.156000 | 2019-06-20T13:13:25 | 2019-06-20T13:13:25 | 77,558,563 | 1 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sherlockHomies.orm;
import java.sql.Timestamp;
import org.junit.BeforeClass;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.sherlockHomies.beans.Appointment;
import com.sherlockHomies.beans.... | UTF-8 | Java | 3,187 | java | ContextualSessionsTest.java | Java | [
{
"context": "ork to map to our relational database. \n * @author Karina Macancela\n *\n */\n\npublic class ContextualSessionsTest {\n\n\tp",
"end": 660,
"score": 0.9998804330825806,
"start": 644,
"tag": "NAME",
"value": "Karina Macancela"
},
{
"context": "sert(owner);\n\t\t\n\t\tUse... | null | [] | package com.sherlockHomies.orm;
import java.sql.Timestamp;
import org.junit.BeforeClass;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.sherlockHomies.beans.Appointment;
import com.sherlockHomies.beans.... | 3,140 | 0.722623 | 0.692187 | 86 | 36.069767 | 28.618904 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.465116 | false | false | 8 |
bebabfc997e1b7fdf397450101ed62b85ceb1103 | 14,388,140,469,283 | 568faf096491b2f73d6db8a98bcb8d6d7483fdd9 | /src/by/epam/lw03/text/paragraph/Sentence.java | 2719a5aad2e40ad20d4a2ec81f73d3f5a5efeb6c | [] | no_license | YuriLu/epam-java-lessons | https://github.com/YuriLu/epam-java-lessons | 204c13e17947896b5a47e08c59960512e4d3fd38 | 38abf825164478d312a2291566aa4b3b45f9a467 | refs/heads/master | 2020-05-02T20:46:48.143000 | 2014-05-21T21:22:25 | 2014-05-21T21:22:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.epam.lw03.text.paragraph;
import by.epam.lw03.parser.ParseException;
import by.epam.lw03.parser.ParserFactory;
import by.epam.lw03.text.sentence.SentencePart;
import by.epam.lw03.text.sentence.Word;
import java.util.LinkedList;
import java.util.List;
/**
*/
public class Sentence implements ParagraphPart ... | UTF-8 | Java | 1,451 | java | Sentence.java | Java | [] | null | [] | package by.epam.lw03.text.paragraph;
import by.epam.lw03.parser.ParseException;
import by.epam.lw03.parser.ParserFactory;
import by.epam.lw03.text.sentence.SentencePart;
import by.epam.lw03.text.sentence.Word;
import java.util.LinkedList;
import java.util.List;
/**
*/
public class Sentence implements ParagraphPart ... | 1,451 | 0.569263 | 0.562371 | 70 | 19.728571 | 18.132782 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314286 | false | false | 8 |
6a00e6a3ac16db4b94f9dacc647f4aa0d615d097 | 21,560,735,852,452 | a22db787c3d0d3575274fc5bc5ea64c1769faa0c | /audittool/IAudit/src/main/java/module-info.java | f6a60ec0c67495b83fa4874a3877652f23685cb2 | [
"Unlicense",
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | buda-base/asset-manager | https://github.com/buda-base/asset-manager | bf7e536bd83bf331d2ad5a4886b688d5eed18293 | 154ee8897b3a9edad5d6ce7c081d1c93371a9d79 | refs/heads/master | 2023-08-31T10:20:56.252000 | 2023-08-16T20:42:46 | 2023-08-17T21:38:23 | 159,198,801 | 0 | 0 | Unlicense | false | 2023-08-17T21:38:24 | 2018-11-26T16:23:02 | 2022-01-07T21:17:44 | 2023-08-17T21:38:23 | 67,056 | 0 | 0 | 28 | JavaScript | false | false | module io.bdrc.audit.IAudit {
exports io.bdrc.audit.iaudit;
exports io.bdrc.audit.iaudit.message;
requires org.apache.commons.lang3;
requires org.apache.commons.io;
requires org.slf4j;
} | UTF-8 | Java | 207 | java | module-info.java | Java | [] | null | [] | module io.bdrc.audit.IAudit {
exports io.bdrc.audit.iaudit;
exports io.bdrc.audit.iaudit.message;
requires org.apache.commons.lang3;
requires org.apache.commons.io;
requires org.slf4j;
} | 207 | 0.719807 | 0.710145 | 8 | 25 | 15.041609 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 8 |
c96f3885300394f066ad4d5b9ad97989d975a6b0 | 9,070,970,980,745 | 7ca5b9e702fe547fcf450653fe8944b3094b5a97 | /proto-ws-om/src/main/java/fr/generali/accueilclient/opt/recherchemulticriteres/om/impl/DTOCriteresClientListeRechMultiCriteres.java | 5ffd5d1ddd4627948984f7ca9728dfb48b76f172 | [] | no_license | holmeskelly/proto-ws-cxf | https://github.com/holmeskelly/proto-ws-cxf | 8bfb2d7e1eb1a8f3930f8b15451d12e52523f68e | b02f358e7022074d3d0672407527eb844ef329d0 | refs/heads/master | 2016-08-04T10:13:37.748000 | 2012-09-06T00:13:45 | 2012-09-06T00:13:45 | 5,144,012 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Generali Solutions d'assurances - Tous droits réservés © 2007 - 2010
*/
package fr.generali.accueilclient.opt.recherchemulticriteres.om.impl;
import fr.generali.accueilclient.opt.recherchemulticriteres.om.ICriteresClientListeRechMultiCriteres;
/**
* @author Holmes Kelly
*/
public class DTOCri... | UTF-8 | Java | 1,399 | java | DTOCriteresClientListeRechMultiCriteres.java | Java | [
{
"context": "esClientListeRechMultiCriteres;\r\n\r\n/**\r\n * @author Holmes Kelly\r\n */\r\npublic class DTOCriteresClientListeRechMult",
"end": 294,
"score": 0.9994078874588013,
"start": 282,
"tag": "NAME",
"value": "Holmes Kelly"
}
] | null | [] | /**
* Generali Solutions d'assurances - Tous droits réservés © 2007 - 2010
*/
package fr.generali.accueilclient.opt.recherchemulticriteres.om.impl;
import fr.generali.accueilclient.opt.recherchemulticriteres.om.ICriteresClientListeRechMultiCriteres;
/**
* @author <NAME>
*/
public class DTOCriteresC... | 1,393 | 0.576951 | 0.571224 | 70 | 17.957144 | 22.592941 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.171429 | false | false | 8 |
785aa561f299da5a9360623df8f92cf77b8cffde | 32,169,305,082,816 | 14a4363dddb55524b2691c6c1784c0844cdccb97 | /app/src/main/java/com/example/mydormitory/Admin/Admin_LvRoom.java | 06501943f18839af28e7189ff975ad9c503642db | [] | no_license | Giang-Nguyenn/MyDormitory | https://github.com/Giang-Nguyenn/MyDormitory | b880d67a1574ce347e2eab2c798a24aefa2e48f5 | a0a8457a117e5155e40210d9716a1a21cb31444d | refs/heads/main | 2023-02-15T13:26:16.496000 | 2021-01-17T15:20:56 | 2021-01-17T15:20:56 | 323,083,720 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.mydormitory.Admin;
public class Admin_LvRoom {
private String Name;
private String count;
private String color;
public Admin_LvRoom(String name, String count, String color) {
Name = name;
this.count = count;
this.color = color;
}
public String getNa... | UTF-8 | Java | 695 | java | Admin_LvRoom.java | Java | [] | null | [] | package com.example.mydormitory.Admin;
public class Admin_LvRoom {
private String Name;
private String count;
private String color;
public Admin_LvRoom(String name, String count, String color) {
Name = name;
this.count = count;
this.color = color;
}
public String getNa... | 695 | 0.582734 | 0.582734 | 37 | 17.783783 | 15.693233 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405405 | false | false | 8 |
d046ab4544828bcbf1054d06ffa1d224f7bc235d | 25,005,299,634,641 | 4866de84426872179de87828a429c644e8ccfe5f | /src/com/jointcity/nationaltheatrefeeds/ShowInfoActivity.java | cf92c719842f532384f1342375a830e7e7ea780e | [] | no_license | kimtaikee/NationalTheatreFeeds | https://github.com/kimtaikee/NationalTheatreFeeds | 596386a04531e47a6013037a7e9b9c85fa1dd061 | fa200e72b4935f2823917d10096f8573d5a0521b | refs/heads/master | 2016-08-06T18:08:18.634000 | 2014-06-24T16:25:17 | 2014-06-24T16:25:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jointcity.nationaltheatrefeeds;
import android.app.ActionBar;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.widget.Gallery;
import android.widget.TextView;
public class ShowInfoActivity extends SlideActivity{
public static final String ... | UTF-8 | Java | 954 | java | ShowInfoActivity.java | Java | [] | null | [] | package com.jointcity.nationaltheatrefeeds;
import android.app.ActionBar;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.widget.Gallery;
import android.widget.TextView;
public class ShowInfoActivity extends SlideActivity{
public static final String ... | 954 | 0.761006 | 0.759958 | 37 | 24.783783 | 19.775955 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.621622 | false | false | 8 |
b494117cb1a169ca75e14159eb6e1ba5d6bccceb | 6,073,083,815,666 | 28e7b86264ef786ea3ea25698bad964bfa1af2de | /src/datastructures/tree/AVLTree.java | 4a9869ab1848985205e0b9d6460cb7e555bd58a6 | [] | no_license | leeandrew1693/PracticeProblems | https://github.com/leeandrew1693/PracticeProblems | 4c4a7461c0097a5f3bfeb9e5148b80e38c94875a | 831685a7712597171bbf30cabadf8c2390c83866 | refs/heads/master | 2021-01-11T14:49:15.377000 | 2017-03-12T19:50:59 | 2017-03-12T19:50:59 | 80,223,250 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package datastructures.tree;
import datastructures.tree.common.BinaryTreeNode;
import datastructures.tree.util.TreeUtil;
/**
* Created by andrew on 1/29/17.
*/
public class AVLTree extends BinarySearchTree {
public AVLTree() {
super();
}
public AVLTree(final int value) {
super(value);
... | UTF-8 | Java | 5,178 | java | AVLTree.java | Java | [
{
"context": "astructures.tree.util.TreeUtil;\n\n/**\n * Created by andrew on 1/29/17.\n */\npublic class AVLTree extends Bina",
"end": 147,
"score": 0.7992489337921143,
"start": 141,
"tag": "NAME",
"value": "andrew"
}
] | null | [] | package datastructures.tree;
import datastructures.tree.common.BinaryTreeNode;
import datastructures.tree.util.TreeUtil;
/**
* Created by andrew on 1/29/17.
*/
public class AVLTree extends BinarySearchTree {
public AVLTree() {
super();
}
public AVLTree(final int value) {
super(value);
... | 5,178 | 0.615489 | 0.608922 | 128 | 39.453125 | 29.366983 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546875 | false | false | 8 |
bba3ae2d4a82271ac94d9e542b31600422ac55cf | 6,073,083,815,807 | d883f3b07e5a19ff8c6eb9c3a4b03d9f910f27b2 | /Rules/SandataComplianceRules/src/main/java/com/sandata/rules/compliance/domain/BusinessEntityComplianceResultFact.java | 8831124b93a9a7a50f1bf7cbb5e1835f01f90ecd | [] | no_license | dev0psunleashed/Sandata_SampleDemo | https://github.com/dev0psunleashed/Sandata_SampleDemo | ec2c1f79988e129a21c6ddf376ac572485843b04 | a1818601c59b04e505e45e33a36e98a27a69bc39 | refs/heads/master | 2021-01-25T12:31:30.026000 | 2017-02-20T11:49:37 | 2017-02-20T11:49:37 | 82,551,409 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sandata.rules.compliance.domain;
import com.sandata.lab.data.model.base.BaseObject;
import com.sandata.lab.data.model.dl.model.SchedulePermissionQualifier;
/**
* Represents fact for a Business Entity Compliance item result.
*
* @author jasonscott
*/
public class BusinessEntityComplianceResultFact exte... | UTF-8 | Java | 1,907 | java | BusinessEntityComplianceResultFact.java | Java | [
{
"context": "iness Entity Compliance item result.\n *\n * @author jasonscott\n */\npublic class BusinessEntityComplianceResultFa",
"end": 263,
"score": 0.9994373321533203,
"start": 253,
"tag": "USERNAME",
"value": "jasonscott"
}
] | null | [] | package com.sandata.rules.compliance.domain;
import com.sandata.lab.data.model.base.BaseObject;
import com.sandata.lab.data.model.dl.model.SchedulePermissionQualifier;
/**
* Represents fact for a Business Entity Compliance item result.
*
* @author jasonscott
*/
public class BusinessEntityComplianceResultFact exte... | 1,907 | 0.764552 | 0.764027 | 63 | 29.269842 | 29.286871 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.301587 | false | false | 8 |
dcc96dc36320394ad39591b30a4d206552f8e03c | 31,086,973,315,822 | 269a545e77851c48af27ecfd84914c2613963e04 | /app/src/main/java/com/kevinlee/imageloader/recycleradapter/CommonViewHolder.java | 92b40bff29e708fad3964a9fdbb36fe4fca90f7d | [] | no_license | KevinLeeV/ImageLoader | https://github.com/KevinLeeV/ImageLoader | 903f14a1b092de54fc304942937c222254db1ba6 | 123f97e6cd6aa675b7025b42e1b9f4fb36db7457 | refs/heads/master | 2020-06-14T13:43:40.100000 | 2016-12-30T10:20:51 | 2016-12-30T10:20:51 | 75,175,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kevinlee.imageloader.recycleradapter;
import android.content.Context;
import android.graphics.Bitmap;
import android.support.v7.widget.RecyclerView;
import android.util.SparseArray;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;... | UTF-8 | Java | 4,285 | java | CommonViewHolder.java | Java | [
{
"context": "Holder\n * Description: 封装了Item中各种View的类\n * Author:KevinLee\n * Date:2016/11/24 0024\n * Time:上午 11:51\n * Email",
"end": 548,
"score": 0.9921683073043823,
"start": 540,
"tag": "USERNAME",
"value": "KevinLee"
},
{
"context": " * Date:2016/11/24 0024\n * Time:上午 11:51\n... | null | [] | package com.kevinlee.imageloader.recycleradapter;
import android.content.Context;
import android.graphics.Bitmap;
import android.support.v7.widget.RecyclerView;
import android.util.SparseArray;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;... | 4,275 | 0.643344 | 0.638292 | 153 | 24.875816 | 21.541059 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405229 | false | false | 8 |
7efc94c581f50c1f22b02934ce0e6db3a8c24e70 | 21,199,958,604,061 | f954836cf37a7d0e2fa59ca296662e809b6f4510 | /core/src/main/java/org/esourcej/core/state/SimpleState.java | 0c13466794bf1d7255eec91049e81a2c7f849d32 | [
"MIT"
] | permissive | esourcej/esourcej | https://github.com/esourcej/esourcej | 428a1e3404fe9c89d2fe6711c11b75578d652dbb | e371e5a3bb382290881cd96c661d6d3bd1531449 | refs/heads/master | 2021-05-15T05:46:51.124000 | 2018-01-27T20:06:42 | 2018-01-27T20:06:42 | 115,752,128 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.esourcej.core.state;
public class SimpleState implements State {
private Object payload = null;
private Long version = 0L;
@Override
public Object payload() {
return payload;
}
@Override
public Long version() {
return version;
}
public void setPayload(... | UTF-8 | Java | 460 | java | SimpleState.java | Java | [] | null | [] | package org.esourcej.core.state;
public class SimpleState implements State {
private Object payload = null;
private Long version = 0L;
@Override
public Object payload() {
return payload;
}
@Override
public Long version() {
return version;
}
public void setPayload(... | 460 | 0.621739 | 0.619565 | 24 | 18.166666 | 15.40743 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.291667 | false | false | 8 |
875743f7a51bef8cf6459206dc57d7465601a563 | 27,470,610,884,112 | 983ef02bcd37adb09cec1befa4aee316c4b2968b | /campanha-service/src/test/java/br/com/microservices/campanha/service/CampanhaServiceTest.java | 0c50fbd3f230b66a36dcdb4a9ca0e3f4eb7abc96 | [] | no_license | diego-guisosi/microservicos | https://github.com/diego-guisosi/microservicos | b7d06e8280ce54de16d790702ec41c6dec9b89c0 | 963ddad191ef495398ad553374158414a44ad0e0 | refs/heads/master | 2022-03-27T14:49:14.872000 | 2019-12-08T20:27:31 | 2019-12-08T20:27:31 | 104,416,556 | 6 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.microservices.campanha.service;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
import org.apache.log4j.Logger;
import org.junit.Assert;
import org.junit.Test;
import org.junit.ru... | UTF-8 | Java | 21,453 | java | CampanhaServiceTest.java | Java | [
{
"context": "o vigente\n\t\tcampanhaRepository.save(new Campanha(\"Minha Campanha 3\", 1L, sdf.parse(\"2017-09-15\"), sdf.parse(\"2017-",
"end": 7142,
"score": 0.9353691339492798,
"start": 7128,
"tag": "NAME",
"value": "Minha Campanha"
},
{
"context": "a vigente\n\t\tcampanhaReposit... | null | [] | package br.com.microservices.campanha.service;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
import org.apache.log4j.Logger;
import org.junit.Assert;
import org.junit.Test;
import org.junit.ru... | 21,391 | 0.748475 | 0.706867 | 355 | 59.050705 | 54.931637 | 233 | false | false | 0 | 0 | 0 | 0 | 112 | 0.05873 | 3.033803 | false | false | 8 |
99ca9694c9717ab0bca6fa6937686718fd2731b5 | 32,976,758,968,409 | 76dfa834831c5931d176c8de866c392164145e77 | /app/src/main/java/com/DaZhouvocationalandTechnicalCollege/helloworld/motion_app/activity/RecordlsActivity.java | 228175d1da91357425d9c1263b58ad00aeb1d67b | [] | no_license | 102245912/kedou-app | https://github.com/102245912/kedou-app | e1f056d641f64a1eb086367ac53c1f31498b56a9 | 74cd6ce53e52e76922b892160c9453e6276d906d | refs/heads/master | 2018-10-10T15:49:34.230000 | 2018-06-26T13:14:42 | 2018-06-26T13:14:42 | 138,251,777 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.DaZhouvocationalandTechnicalCollege.helloworld.motion_app.activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.widget.TextView;
import com.DaZhouvocationalandTechnicalCollege.helloworld.motion_app.R;
import com.DaZhou... | UTF-8 | Java | 2,113 | java | RecordlsActivity.java | Java | [] | null | [] | package com.DaZhouvocationalandTechnicalCollege.helloworld.motion_app.activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.widget.TextView;
import com.DaZhouvocationalandTechnicalCollege.helloworld.motion_app.R;
import com.DaZhou... | 2,113 | 0.697113 | 0.667771 | 55 | 37.418182 | 30.489159 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.781818 | false | false | 8 |
c1c771e63a77059d56606bf09065298c1822e2df | 2,851,858,315,461 | a723566c92e31aa7d2fece9ed97d3cfccf64a469 | /src/main/java/com/caper/psychological_counseling/common/config/SecurityConfig.java | 4fe3c022e64582cb0d19dbd7823a086b0994ed24 | [] | no_license | swagere/psychological_counsel | https://github.com/swagere/psychological_counsel | ee2e9ab11e54c21895cc00341c71ce493c0a52a4 | 7ef42b05d775d1b2752b63243902fa52f521b3b1 | refs/heads/master | 2023-06-13T03:01:22.192000 | 2021-07-05T06:23:22 | 2021-07-05T06:23:22 | 382,543,928 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.caper.psychological_counseling.common.config;
import com.caper.psychological_counseling.common.config.auth.MyAccessDeniedHandler;
import com.caper.psychological_counseling.common.config.auth.MyAuthenticationEntryPoint;
import com.caper.psychological_counseling.common.config.auth.MyLogoutSuccessHandler;
imp... | UTF-8 | Java | 5,294 | java | SecurityConfig.java | Java | [] | null | [] | package com.caper.psychological_counseling.common.config;
import com.caper.psychological_counseling.common.config.auth.MyAccessDeniedHandler;
import com.caper.psychological_counseling.common.config.auth.MyAuthenticationEntryPoint;
import com.caper.psychological_counseling.common.config.auth.MyLogoutSuccessHandler;
imp... | 5,294 | 0.763058 | 0.761533 | 124 | 41.30645 | 32.483788 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451613 | false | false | 8 |
9d7477b975d31681fe2cf77e579b2a80b79030df | 30,777,735,679,744 | 2963d90da02c0956720c7a63794be8a1c48513fe | /src/main/java/com/smartschool/controller/LoginController.java | aae227fb4ff84fe5b458c979bfc878b7d7b2bba2 | [] | no_license | asrathod/smartschollmanagement | https://github.com/asrathod/smartschollmanagement | 8cea15fd82d5e71e7a7d2f60eba25bb980122379 | 72457c0b8581d0e6c521684a05316e7b5e478cec | refs/heads/master | 2021-04-30T01:06:32.662000 | 2018-02-14T05:36:17 | 2018-02-14T05:36:17 | 121,474,174 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smartschool.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
... | UTF-8 | Java | 7,646 | java | LoginController.java | Java | [
{
"context": "e.commons.lang3.StringUtils;\r\n/**\r\n * \r\n * @author Anand_Rathod\r\n *\r\n */\r\n@Controller\r\n@RequestMapping(\"/login/\")",
"end": 899,
"score": 0.9989063143730164,
"start": 887,
"tag": "NAME",
"value": "Anand_Rathod"
},
{
"context": "t:forgotPassword\";\r\n\t\t... | null | [] | package com.smartschool.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping;
... | 7,647 | 0.753597 | 0.753335 | 181 | 40.243095 | 34.462509 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.436464 | false | false | 8 |
e0bb32109bed8c1d4e3b860c5f15504eb8f2b0f0 | 4,767,413,726,350 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_c8ef92dff797db0aaf875eec8d6be0874776e43f/EventEnvelopeHandler/2_c8ef92dff797db0aaf875eec8d6be0874776e43f_EventEnvelopeHandler_t.java | 03fa227ed6736cbf0c96da628595aa21e466dd43 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package pegasus.eventbus.amqp;
import java.lang.reflect.Method;
import java.util.ArrayList;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import pegasus.eventbus.client.Envelope;
import pegasus.eventbus.client.EnvelopeHandler;
import pegasus.eventbus.client.EventHandler;
import pegasus.eventbu... | UTF-8 | Java | 6,890 | java | 2_c8ef92dff797db0aaf875eec8d6be0874776e43f_EventEnvelopeHandler_t.java | Java | [
{
"context": "execute the the\n * EventHandler.\n * \n * @author Ken Baltrinic (Berico Technologies)\n */\n class EventEnvelopeHa",
"end": 588,
"score": 0.999854564666748,
"start": 575,
"tag": "NAME",
"value": "Ken Baltrinic"
}
] | null | [] | package pegasus.eventbus.amqp;
import java.lang.reflect.Method;
import java.util.ArrayList;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import pegasus.eventbus.client.Envelope;
import pegasus.eventbus.client.EnvelopeHandler;
import pegasus.eventbus.client.EventHandler;
import pegasus.eventbu... | 6,883 | 0.596662 | 0.596372 | 174 | 38.591953 | 41.983852 | 201 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.528736 | false | false | 8 |
39c6ef27c1cd6878467c18254a0e8b010d727867 | 30,322,469,134,476 | a6f016611f32de7b577163edceca133c805fdff4 | /ziggurat/android/src/main/java/ziggurat/android/ZigguratActivity.java | 978caa29aefb7de2608048fa95f287925f61b483 | [
"BSD-3-Clause"
] | permissive | samskivert/mashups | https://github.com/samskivert/mashups | a8cbad3bfc4eed6075bc0b653dfdf00d8c46a005 | 16d1980fbaa253e5876e4d75c65fc16b1fa735ad | refs/heads/master | 2023-06-23T20:03:24.004000 | 2019-10-11T15:40:47 | 2019-10-11T15:40:47 | 10,298,579 | 4 | 3 | NOASSERTION | false | 2020-10-13T06:41:08 | 2013-05-26T14:04:38 | 2019-10-11T15:41:13 | 2020-10-13T06:41:06 | 8,516 | 11 | 1 | 2 | Java | false | false | package ziggurat.android;
import playn.android.GameActivity;
import ziggurat.core.Ziggurat;
public class ZigguratActivity extends GameActivity {
@Override public void main () {
new Ziggurat(platform());
}
}
| UTF-8 | Java | 219 | java | ZigguratActivity.java | Java | [] | null | [] | package ziggurat.android;
import playn.android.GameActivity;
import ziggurat.core.Ziggurat;
public class ZigguratActivity extends GameActivity {
@Override public void main () {
new Ziggurat(platform());
}
}
| 219 | 0.753425 | 0.753425 | 12 | 17.25 | 17.687683 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 8 |
3dc5648cea5c431f87e099cdc736c8df1324e6de | 16,784,732,217,741 | 6c815a132b59fa8411bdbf16b2f6a95a3e0a7bd2 | /app/src/main/java/sg/edu/rp/c346/mymodules/MainActivity.java | ef0e890cbb5c34f89fdaa10719f8e1808bbbcdd2 | [] | no_license | champseeker/PS | https://github.com/champseeker/PS | 36b235a56557d367b6ba0281f72092aecaf61a59 | 1ac8ae2e24fbfa7c71ccd6d784cda45e196eda35 | refs/heads/master | 2020-05-24T07:03:35.257000 | 2019-05-17T14:27:58 | 2019-05-17T14:27:58 | 187,152,401 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sg.edu.rp.c346.mymodules;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
TextView tvC346;
TextView tvC349;
@Override
prot... | UTF-8 | Java | 1,731 | java | MainActivity.java | Java | [] | null | [] | package sg.edu.rp.c346.mymodules;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
TextView tvC346;
TextView tvC349;
@Override
prot... | 1,731 | 0.580012 | 0.544194 | 55 | 30.472727 | 23.306538 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 8 |
4924f25fff67f200426b4eaf63529a8677f362e9 | 26,568,667,722,896 | ba51dd63c3e0ef73a7bb6f3a418082e1679f8c0e | /TP1/gps/src/main/java/ar/edu/itba/sia/gps/fillzone/Main.java | 19a91bef768402e3eac69198be9d361a73b1a472 | [] | no_license | matiheimann/tps-sia | https://github.com/matiheimann/tps-sia | 9175f9bf481455b2906167aac2309187b314d154 | 821e33d9171c07eabb34460771ab9c304a40496c | refs/heads/master | 2021-07-16T01:20:47.903000 | 2019-05-28T13:14:41 | 2019-05-28T13:14:41 | 200,719,463 | 0 | 0 | null | false | 2020-10-13T15:07:34 | 2019-08-05T19:52:06 | 2019-08-05T19:53:02 | 2020-10-13T15:07:34 | 2,765 | 0 | 0 | 2 | Java | false | false | package ar.edu.itba.sia.gps.fillzone;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.TimeUnit;
import ar.edu.itba.sia.gps.GPSEngine;
import ar.edu.itba.sia.gps.GPSNo... | UTF-8 | Java | 5,747 | java | Main.java | Java | [] | null | [] | package ar.edu.itba.sia.gps.fillzone;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.PrintStream;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.TimeUnit;
import ar.edu.itba.sia.gps.GPSEngine;
import ar.edu.itba.sia.gps.GPSNo... | 5,747 | 0.690273 | 0.681747 | 168 | 33.208332 | 26.873791 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.803571 | false | false | 8 |
55fe3dec12d6a2ca6bad7ec6341dca5670ebfb6c | 26,568,667,723,138 | 0565885aa67e16033b5e6526397d10b03787e1ac | /fulfillment-pe-master/fulfillment-pe-api/src/main/java/com/mallcai/fulfillment/pe/api/service/operate/dto/req/OrderDetailDTO.java | 0fcfa8708c28ccfe2e73a62f03eb4c06335164f0 | [] | no_license | youngzil/fulfillment-center | https://github.com/youngzil/fulfillment-center | e05b364f160a6e84f84ee3ef1a3bdc3cfafcdad2 | 9b86b810b1e40cfe77e82ff972f99b645f598b57 | refs/heads/master | 2020-09-22T10:56:25.810000 | 2019-12-01T13:19:13 | 2019-12-01T13:19:13 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mallcai.fulfillment.pe.api.service.operate.dto.req;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.TypeReference;
import com.alibaba.fastjson.parser.Feature;
import lombok.Data;
import org.apache.commons.lang3.StringUtils;
import java.io.Serializable;
import java.util.HashMap;
import java.u... | UTF-8 | Java | 3,522 | java | OrderDetailDTO.java | Java | [
{
"context": "til.HashMap;\nimport java.util.Map;\n\n/**\n * @author bh.zhong\n * @date 2019/8/26 6:45 PM\n */\n@Data\npublic class",
"end": 353,
"score": 0.9617205858230591,
"start": 345,
"tag": "USERNAME",
"value": "bh.zhong"
}
] | null | [] | package com.mallcai.fulfillment.pe.api.service.operate.dto.req;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.TypeReference;
import com.alibaba.fastjson.parser.Feature;
import lombok.Data;
import org.apache.commons.lang3.StringUtils;
import java.io.Serializable;
import java.util.HashMap;
import java.u... | 3,522 | 0.56628 | 0.553146 | 200 | 15.37 | 16.155899 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.29 | false | false | 8 |
af5a03e15f4454e63972b96c615e12a5ad885bf0 | 31,765,578,152,805 | 6b37f942fcc737db44bc0f958daa5a0b0a8240e7 | /KennethLuke_Lab08/src/chap11Inheritance/Oval.java | 9cf2591453131752dad2a10044ad99751b4fa1ae | [] | no_license | Ken-L/javaOneSinclair2016 | https://github.com/Ken-L/javaOneSinclair2016 | b3aa51abfd0e351901165b9572c1b85247aab084 | 576a9d7e527ce43dc98d2f0b06bf61cfdd5672e6 | refs/heads/master | 2016-09-14T01:15:16.249000 | 2016-05-04T15:46:11 | 2016-05-04T15:46:11 | 57,165,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chap11Inheritance;
public class Oval extends Circle {
//private data fields
private double longRadius;
private double perimeter;
private double area;
//constructors
public Oval() {
this(5.5,8.5); // keyword super must be on first line of constructor
}
public Oval(double sr, double lr){
super(s... | UTF-8 | Java | 1,327 | java | Oval.java | Java | [] | null | [] | package chap11Inheritance;
public class Oval extends Circle {
//private data fields
private double longRadius;
private double perimeter;
private double area;
//constructors
public Oval() {
this(5.5,8.5); // keyword super must be on first line of constructor
}
public Oval(double sr, double lr){
super(s... | 1,327 | 0.669932 | 0.660889 | 61 | 20.754099 | 21.865202 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.573771 | false | false | 8 |
9ff5d467352722b2dbe2dc20caae341783691bdb | 22,385,369,582,750 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_4642b78f1461092ad673a4dd862d8be5345ec1a1/UtilPhaseListener/2_4642b78f1461092ad673a4dd862d8be5345ec1a1_UtilPhaseListener_t.java | e47e776057f0aa22a1e1bdcf1ba3c90910e49837 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /*
* OpenFaces - JSF Component Library 2.0
* Copyright (C) 2007-2011, TeamDev Ltd.
* licensing@openfaces.org
* Unless agreed in writing the contents of this file are subject to
* the GNU Lesser General Public License Version 2.1 (the "LGPL" License).
* This library is distributed in the hope that it will b... | UTF-8 | Java | 23,013 | java | 2_4642b78f1461092ad673a4dd862d8be5345ec1a1_UtilPhaseListener_t.java | Java | [
{
"context": " 2.0\n * Copyright (C) 2007-2011, TeamDev Ltd.\n * licensing@openfaces.org\n * Unless agreed in writing the contents of this",
"end": 115,
"score": 0.9999055862426758,
"start": 92,
"tag": "EMAIL",
"value": "licensing@openfaces.org"
},
{
"context": "il.List;\n import ... | null | [] | /*
* OpenFaces - JSF Component Library 2.0
* Copyright (C) 2007-2011, TeamDev Ltd.
* <EMAIL>
* Unless agreed in writing the contents of this file are subject to
* the GNU Lesser General Public License Version 2.1 (the "LGPL" License).
* This library is distributed in the hope that it will be useful, but
... | 22,988 | 0.614783 | 0.613349 | 451 | 50.024391 | 34.38625 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709534 | false | false | 8 |
de73197093882bfa622739b6f71df45bdc26c3a7 | 10,574,209,529,495 | 698460e8881eec74944cb106e87aeaa1914762ea | /app/src/test/java/it/unige/diten/dsp/speakerrecognition/MelScalerTest.java | 0aabfc476e1daac5e09ae3eb9ba2b45a85cc8423 | [] | no_license | AndreaLu/Speaker_Recognition | https://github.com/AndreaLu/Speaker_Recognition | c023d458fc3d967645a8fe5770092c8db5b081dd | b60bb3c886f6a34b5e358d13d05e9e4ef467e7e6 | refs/heads/master | 2022-02-06T07:53:48.506000 | 2015-08-21T13:20:49 | 2015-08-21T13:20:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.unige.diten.dsp.speakerrecognition;
import junit.framework.Assert;
import junit.framework.TestCase;
public class MelScalerTest extends TestCase
{
public void testExtractMelEnergiesOfConstant() throws Exception
{
double[] constantIn = new double[Framer.SAMPLES_IN_FRAME];
for(int C ... | UTF-8 | Java | 567 | java | MelScalerTest.java | Java | [] | null | [] | package it.unige.diten.dsp.speakerrecognition;
import junit.framework.Assert;
import junit.framework.TestCase;
public class MelScalerTest extends TestCase
{
public void testExtractMelEnergiesOfConstant() throws Exception
{
double[] constantIn = new double[Framer.SAMPLES_IN_FRAME];
for(int C ... | 567 | 0.698413 | 0.689594 | 20 | 27.4 | 25.90251 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55 | false | false | 8 |
23059b961b7051644b0d2058ccd87826708b4a22 | 10,574,209,526,060 | b83ea6048788c2453d078d06d669290d5d92d14a | /split/signals/src/main/java/com/spbsu/commons/math/signals/tools/NumericSignalTools.java | 0cf2f6ed2cf35027924c962b1ed25650acfff701 | [] | no_license | esushinskii/commons | https://github.com/esushinskii/commons | c2c9ce8e567be8490add9ed2513421ef8995456e | 1499176fb90deead6a6c9add3c674d83a71d8aaa | refs/heads/master | 2021-01-22T04:15:14.075000 | 2017-05-13T16:37:49 | 2017-05-13T16:37:49 | 92,445,724 | 0 | 0 | null | true | 2017-05-25T21:25:08 | 2017-05-25T21:25:08 | 2016-11-01T11:44:08 | 2017-05-14T10:22:53 | 21,021 | 0 | 0 | 0 | null | null | null | package com.spbsu.commons.math.signals.tools;
import com.spbsu.commons.math.signals.NumericSignal;
import com.spbsu.commons.math.signals.SignalProcessor;
import com.spbsu.commons.math.signals.numeric.BinarySignal;
import com.spbsu.commons.math.signals.numeric.IntSignal;
import com.spbsu.commons.math.stat.NumericDistri... | UTF-8 | Java | 9,799 | java | NumericSignalTools.java | Java | [
{
"context": "ist;\n\n\nimport java.util.ArrayList;\n\n/**\n * @author vp\n */\npublic class NumericSignalTools {\n public st",
"end": 638,
"score": 0.9958124756813049,
"start": 636,
"tag": "USERNAME",
"value": "vp"
}
] | null | [] | package com.spbsu.commons.math.signals.tools;
import com.spbsu.commons.math.signals.NumericSignal;
import com.spbsu.commons.math.signals.SignalProcessor;
import com.spbsu.commons.math.signals.numeric.BinarySignal;
import com.spbsu.commons.math.signals.numeric.IntSignal;
import com.spbsu.commons.math.stat.NumericDistri... | 9,799 | 0.696806 | 0.691601 | 268 | 35.567165 | 32.492813 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.779851 | false | false | 8 |
92fa14b7ff98febce815ade46d0e4d83ddba6741 | 3,693,671,910,591 | a0cd546101594e679544d24f92ae8fcc17013142 | /refactorit-core/src/main/java/net/sf/refactorit/cli/actions/MetricsModelBuilder.java | 9b67300783285ff58ba8eb2b4763c326fe4a2327 | [] | no_license | svn2github/RefactorIT | https://github.com/svn2github/RefactorIT | f65198bb64f6c11e20d35ace5f9563d781b7fe5c | 4b1fc1ebd06c8e192af9ccd94eb5c2d96f79f94c | refs/heads/master | 2021-01-10T03:09:28.310000 | 2008-09-18T10:17:56 | 2008-09-18T10:17:56 | 47,540,746 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2001-2008 Aqris Software AS. All rights reserved.
*
* This program is dual-licensed under both the Common Development
* and Distribution License ("CDDL") and the GNU General Public
* License ("GPL"). You may elect to use one or the other of these
* licenses.
*/
package net.sf.refactorit.c... | UTF-8 | Java | 1,671 | java | MetricsModelBuilder.java | Java | [] | null | [] | /*
* Copyright 2001-2008 Aqris Software AS. All rights reserved.
*
* This program is dual-licensed under both the Common Development
* and Distribution License ("CDDL") and the GNU General Public
* License ("GPL"). You may elect to use one or the other of these
* licenses.
*/
package net.sf.refactorit.c... | 1,671 | 0.71933 | 0.714542 | 57 | 27.31579 | 24.723848 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.385965 | false | false | 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.