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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
087efb7d5ad7dc66894a22fb3ac0d7334456a4c2 | 29,798,483,117,729 | 1db706455927f4ed1f3219fd99072d309b45c68c | /app/src/main/java/estimeet/meetup/di/components/BackgroundServiceComponent.java | 6911cf501af5005f9ec4ab84dddd6127d7ac0d78 | [] | no_license | chrisduan001/Estimeet_Android | https://github.com/chrisduan001/Estimeet_Android | e308bcc29489940e36eadcf030d2d288d9343f96 | b7cf608862c7fbb05b419adf0d5bea1b746aa9bc | refs/heads/master | 2021-01-25T17:11:22.756000 | 2016-09-06T12:07:56 | 2016-09-06T12:07:56 | 122,899,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package estimeet.meetup.di.components;
import android.content.Context;
import javax.inject.Singleton;
import dagger.Component;
import estimeet.meetup.di.Modules.BackgroundServiceModule;
import estimeet.meetup.di.Modules.ServiceModule;
import estimeet.meetup.model.MeetUpSharedPreference;
import estimeet.meetup.networ... | UTF-8 | Java | 637 | java | BackgroundServiceComponent.java | Java | [
{
"context": "t.meetup.network.ServiceHelper;\n\n/**\n * Created by AmyDuan on 9/04/16.\n */\n@Singleton\n@Component(modules = {",
"end": 363,
"score": 0.9915142059326172,
"start": 356,
"tag": "USERNAME",
"value": "AmyDuan"
}
] | null | [] | package estimeet.meetup.di.components;
import android.content.Context;
import javax.inject.Singleton;
import dagger.Component;
import estimeet.meetup.di.Modules.BackgroundServiceModule;
import estimeet.meetup.di.Modules.ServiceModule;
import estimeet.meetup.model.MeetUpSharedPreference;
import estimeet.meetup.networ... | 637 | 0.811617 | 0.803768 | 23 | 26.695652 | 22.404259 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 7 |
592c8010dd225892894124b99137da90c12f3b51 | 22,797,686,414,992 | 6aaf7ab0dba3f073f8c5f840658d7e8c4175b770 | /src/day24/DataStreamDemo.java | a060ed38cb74d95ca64c70dffda871913439933c | [] | no_license | Cyan-King/BiLaoShiJavaSE2 | https://github.com/Cyan-King/BiLaoShiJavaSE2 | 5c1b9fac3e9c40bd81076a592c623947c6587d34 | 5564f5142972ff328eccaba2a333c90bce74e620 | refs/heads/master | 2021-09-10T09:06:04.437000 | 2018-03-23T08:30:49 | 2018-03-23T08:30:49 | 111,490,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day24;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.Writer;
public class DataStreamDemo {
public static void main(String[... | UTF-8 | Java | 1,032 | java | DataStreamDemo.java | Java | [] | null | [] | package day24;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.Writer;
public class DataStreamDemo {
public static void main(String[... | 1,032 | 0.705534 | 0.703557 | 50 | 19.24 | 22.328959 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.54 | false | false | 7 |
337189beb90eb9cc8b909b50343ad639f0c137ce | 30,399,778,578,075 | 36b2fc098d469277816f2b791c748669894fd6cd | /app/src/main/java/com/taosx/one/View/Home/Model/EssayListModelInterface.java | 7fab5f7635a244c6bbb03788ecb33a20ab382f85 | [] | no_license | taoshixiong/One | https://github.com/taoshixiong/One | 6bb09a584c19ff5e6a799acdc3a26325ad43f225 | 89c821e0555e9a800543bc0494742fadcf082377 | refs/heads/master | 2021-01-20T07:24:04.775000 | 2017-05-03T06:19:04 | 2017-05-03T06:19:04 | 89,995,689 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.taosx.one.View.Home.Model;
import com.taosx.one.View.Home.Presenter.OnEssayListPresenterListener;
/**
* Created by TAO_SX on 2017/4/27/027.
*/
public interface EssayListModelInterface {
void getdata(String date,OnEssayListPresenterListener listener);
}
| UTF-8 | Java | 274 | java | EssayListModelInterface.java | Java | [
{
"context": "r.OnEssayListPresenterListener;\n\n/**\n * Created by TAO_SX on 2017/4/27/027.\n */\n\npublic interface EssayList",
"end": 136,
"score": 0.9996322393417358,
"start": 130,
"tag": "USERNAME",
"value": "TAO_SX"
}
] | null | [] | package com.taosx.one.View.Home.Model;
import com.taosx.one.View.Home.Presenter.OnEssayListPresenterListener;
/**
* Created by TAO_SX on 2017/4/27/027.
*/
public interface EssayListModelInterface {
void getdata(String date,OnEssayListPresenterListener listener);
}
| 274 | 0.781022 | 0.744526 | 11 | 23.90909 | 26.810631 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
2d575874a8ba57b9b7c071916147377de3d07d6b | 8,220,567,415,133 | 82ecd67664fca0f8e705cf32526dcac0b26ea759 | /src/src/com/newlecture/app/console/NoticeConsole.java | de5d9fdc06e2dceed7454b1dfbf1776c210ad969 | [] | no_license | kingchan223/JDBcConsoleProgram | https://github.com/kingchan223/JDBcConsoleProgram | 01a4fcb19e2f99dd18c823e9353d155019aba0a0 | 49f4707b614b7be55c10d8b7f1ff65733fd4ce5c | refs/heads/master | 2023-04-01T22:02:46.103000 | 2021-03-30T05:00:35 | 2021-03-30T05:00:35 | 352,874,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package src.com.newlecture.app.console;
import java.sql.SQLException;
import java.util.List;
import java.util.Scanner;
import src.com.newlecture.app.entity.Notice;
import src.com.newlecture.app.service.NoticeService;
public class NoticeConsole {
private NoticeService service;
private int page;
private String se... | UTF-8 | Java | 3,993 | java | NoticeConsole.java | Java | [] | null | [] | package src.com.newlecture.app.console;
import java.sql.SQLException;
import java.util.List;
import java.util.Scanner;
import src.com.newlecture.app.entity.Notice;
import src.com.newlecture.app.service.NoticeService;
public class NoticeConsole {
private NoticeService service;
private int page;
private String se... | 3,993 | 0.635368 | 0.629346 | 139 | 25.287769 | 20.240015 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.410072 | false | false | 7 |
5f80b4865c11ae879cc16cb89ad8ce0fc63f4809 | 25,632,364,858,651 | 32a7cd8753d6324a391760324480ca36acb43d77 | /sessionbean/pg/gestionTypePieceIdentite/GestionTypePieceIdentite.java | e29edb9035f1747135758b783b7c60eb94eed151 | [] | no_license | aymenlaadhari/boardcontroller | https://github.com/aymenlaadhari/boardcontroller | 4e0faedfa80ace637c013e384fde490d81df0df2 | ab88c019974a034965cb09ac07d74d25369c5dd3 | refs/heads/master | 2021-01-10T14:03:56.368000 | 2016-01-24T19:38:23 | 2016-01-24T19:38:23 | 50,304,062 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yesserp.sessionbean.pg.gestionTypePieceIdentite;
import java.util.List;
import javax.ejb.LocalBean;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import com.yesserp.domain.pg.TypePieceIdentite;
import com.y... | UTF-8 | Java | 1,088 | java | GestionTypePieceIdentite.java | Java | [] | null | [] | package com.yesserp.sessionbean.pg.gestionTypePieceIdentite;
import java.util.List;
import javax.ejb.LocalBean;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import com.yesserp.domain.pg.TypePieceIdentite;
import com.y... | 1,088 | 0.768382 | 0.768382 | 53 | 19.528301 | 24.264738 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.886792 | false | false | 7 |
ff0a7cf6a81120dcf02aacd1c8db02f009f0e19d | 20,641,612,886,705 | 826bd0d1b81da8f9a6f8f104ab95fac2ddc534ca | /src/com/lsht/ml/Layer.java | 1d93764166c9a056645db917043d3e89d587fa5a | [] | no_license | pikejun/ai | https://github.com/pikejun/ai | cfffa29f97f08411e48dff5a538d5176a9636960 | d2662144bd1ff6c3b6076d718f68bba1fe0ad9f7 | refs/heads/master | 2020-05-30T02:11:13.139000 | 2019-05-30T23:14:40 | 2019-05-30T23:14:40 | 189,494,162 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lsht.ml;
import java.util.ArrayList;
import java.util.List;
/**
* Layer对象,负责初始化一层。此外,作为Node的集合对象,提供对Node集合的操作。
* Created by Junson on 2017/8/20.
*/
public class Layer {
protected int layerIndex;
protected List<Node> nodes=new ArrayList<>();
public Layer(int layer_index, int node_count)
... | UTF-8 | Java | 1,908 | java | Layer.java | Java | [
{
"context": "负责初始化一层。此外,作为Node的集合对象,提供对Node集合的操作。\n * Created by Junson on 2017/8/20.\n */\npublic class Layer {\n\n prote",
"end": 146,
"score": 0.9867023825645447,
"start": 140,
"tag": "NAME",
"value": "Junson"
}
] | null | [] | package com.lsht.ml;
import java.util.ArrayList;
import java.util.List;
/**
* Layer对象,负责初始化一层。此外,作为Node的集合对象,提供对Node集合的操作。
* Created by Junson on 2017/8/20.
*/
public class Layer {
protected int layerIndex;
protected List<Node> nodes=new ArrayList<>();
public Layer(int layer_index, int node_count)
... | 1,908 | 0.541712 | 0.535211 | 91 | 19.285715 | 19.007971 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.406593 | false | false | 7 |
7d9c0dafe3c088967151c406915e4226fd18050a | 18,854,906,446,472 | bfe1a9d5ce1a5b4e1ba41bf652ab227d09f2d8ef | /src/vista/frmRegistrarReserva.java | 30da7e4ad9c62848b61f019dbe0b999a6fdd6796 | [] | no_license | CarlosDevlp/Sistema-Hotel | https://github.com/CarlosDevlp/Sistema-Hotel | 35de1eb34c129d2461d1f290f33c247bc8a06ec2 | d07a4d7a394d1aeae8be1de407ca46a5b6a19cb9 | refs/heads/master | 2021-01-22T11:28:49.138000 | 2017-07-08T02:40:54 | 2017-07-08T02:40:54 | 92,700,946 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package vista;
import controlador.ctrRegistrarReserva;
import dao.BasicDao;
import java.awt.event.ActionListener;
import java.beans.Pr... | UTF-8 | Java | 45,035 | java | frmRegistrarReserva.java | Java | [
{
"context": "a.beans.PropertyChangeListener;\n\n/**\n *\n * @author Propietario\n */\npublic class frmRegistrarReserva extend",
"end": 366,
"score": 0.8185852766036987,
"start": 361,
"tag": "USERNAME",
"value": "Propi"
},
{
"context": "s.PropertyChangeListener;\n\n/**\n *\n * @autho... | 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 vista;
import controlador.ctrRegistrarReserva;
import dao.BasicDao;
import java.awt.event.ActionListener;
import java.beans.Pr... | 45,015 | 0.660686 | 0.643009 | 816 | 54.186275 | 40.73175 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.796569 | false | false | 7 |
aa5547f1a3b4e38d7be82e031323a87336797033 | 2,078,764,214,336 | e0727dcc068a612704effb49c649f417c8fc61da | /jori/src/main/java/com/jori/menu/indexMenu/IndexMenuServiceImpl.java | 276b1b87d9ce1a27076e300e07d2937de2057bbb | [] | no_license | joriful/prj_jori | https://github.com/joriful/prj_jori | aded61f173ab7a14807605f6d898f8a1888207f2 | 4d4ea701c6358f11eba3efa62293dbbf3fea9865 | refs/heads/master | 2018-12-23T04:39:05.507000 | 2018-10-29T13:19:56 | 2018-10-29T13:19:56 | 114,120,852 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jori.menu.indexMenu;
import java.util.List;
import javax.annotation.Resource;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Service;
import com.jori.menu.menuMain.ProductsMainBean;
@Service("IndexMenuService")
public class IndexMenuServiceImpl implements IndexMenuSer... | UTF-8 | Java | 578 | java | IndexMenuServiceImpl.java | Java | [] | null | [] | package com.jori.menu.indexMenu;
import java.util.List;
import javax.annotation.Resource;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Service;
import com.jori.menu.menuMain.ProductsMainBean;
@Service("IndexMenuService")
public class IndexMenuServiceImpl implements IndexMenuSer... | 578 | 0.761246 | 0.759516 | 24 | 22.083334 | 21.088932 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 7 |
731346ebdb1cde00c87fc03af979bb9bddfbde77 | 11,776,800,389,834 | 57c51f5d694a2452b7ca0234b894c4cc0c14bf89 | /com.gcplot.web/src/main/java/com/gcplot/messages/MemoryStatus.java | 2897858fae561019077419c311e567ce4b2a027b | [
"Apache-2.0"
] | permissive | bubble501/gcplot | https://github.com/bubble501/gcplot | bce65054dd0a3d32ab30f056b6d8cd664743c9c9 | 9f0896c63fcb74f1ba1e3f411fa45b20074b8487 | refs/heads/master | 2021-01-27T19:30:42.074000 | 2020-03-02T05:41:12 | 2020-03-02T05:41:12 | 243,486,372 | 0 | 0 | Apache-2.0 | true | 2020-02-27T09:57:09 | 2020-02-27T09:57:09 | 2020-02-27T09:19:11 | 2018-01-10T17:12:05 | 10,988 | 0 | 0 | 0 | null | false | false | package com.gcplot.messages;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.gcplot.model.gc.MemoryDetails;
import com.google.common.base.MoreObjects;
/**
* @author <a href="mailto:art.dm.ser@gmail.com">Artem Dmitriev</a>
* 8/28/16
*/
pu... | UTF-8 | Java | 2,921 | java | MemoryStatus.java | Java | [
{
"context": "base.MoreObjects;\n\n/**\n * @author <a href=\"mailto:art.dm.ser@gmail.com\">Artem Dmitriev</a>\n * 8/28/16\n */\npublic",
"end": 274,
"score": 0.9999268054962158,
"start": 254,
"tag": "EMAIL",
"value": "art.dm.ser@gmail.com"
},
{
"context": "\n * @author <a hre... | null | [] | package com.gcplot.messages;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.gcplot.model.gc.MemoryDetails;
import com.google.common.base.MoreObjects;
/**
* @author <a href="mailto:<EMAIL>"><NAME></a>
* 8/28/16
*/
public class MemoryStat... | 2,900 | 0.606299 | 0.598425 | 84 | 33.773811 | 23.650909 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 7 |
ae1e925f0bc662790c52cdb1f417c0a67cb71ceb | 8,856,222,597,734 | c26304a54824faa7c1b34bb7882ee7a335a8e7fb | /flink-python/src/main/java/org/apache/flink/table/runtime/operators/python/aggregate/AbstractPythonStreamGroupAggregateOperator.java | c72f2d51836f26ddfb1c861fd332674f9d075102 | [
"BSD-3-Clause",
"OFL-1.1",
"ISC",
"MIT",
"Apache-2.0"
] | permissive | apache/flink | https://github.com/apache/flink | 905e0709de6389fc9212a7c48a82669706c70b4a | fbef3c22757a2352145599487beb84e02aaeb389 | refs/heads/master | 2023-09-04T08:11:07.253000 | 2023-09-04T01:33:25 | 2023-09-04T01:33:25 | 20,587,599 | 23,573 | 14,781 | Apache-2.0 | false | 2023-09-14T21:49:04 | 2014-06-07T07:00:10 | 2023-09-14T11:23:39 | 2023-09-14T21:49:03 | 509,428 | 21,946 | 12,627 | 1,090 | 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 ... | UTF-8 | Java | 8,170 | java | AbstractPythonStreamGroupAggregateOperator.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 ... | 8,170 | 0.694492 | 0.692166 | 201 | 39.646767 | 27.182076 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.661692 | false | false | 7 |
de5bf1e553d42d701f97b6ce0efe19c7cba65e68 | 25,099,788,900,738 | 3bad5ecbdf2e72c4d7bc3316fa5854732f63fe1f | /src/ca/wlu/gisql/ast/util/VariableInformation.java | df6bfaac1da34e09ef084069d63a62699c9624ba | [] | no_license | apmasell/gisql | https://github.com/apmasell/gisql | 73b3afe3e049cd443dee3bc029e05a7d5eca20f8 | b27d68c45c2fb6078b4d53a89251c3e3249ce08d | refs/heads/master | 2021-01-10T20:47:18.989000 | 2010-11-12T23:15:44 | 2010-11-12T23:15:44 | 2,296,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ca.wlu.gisql.ast.util;
import ca.wlu.gisql.ast.type.Type;
public class VariableInformation {
private final String name;
private final Type type;
public VariableInformation(String name, Type type) {
super();
this.name = name;
this.type = type;
}
public String getInternalName() {
return org.obje... | UTF-8 | Java | 472 | java | VariableInformation.java | Java | [] | null | [] | package ca.wlu.gisql.ast.util;
import ca.wlu.gisql.ast.type.Type;
public class VariableInformation {
private final String name;
private final Type type;
public VariableInformation(String name, Type type) {
super();
this.name = name;
this.type = type;
}
public String getInternalName() {
return org.obje... | 472 | 0.713983 | 0.713983 | 28 | 15.857142 | 18.084553 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.178571 | false | false | 7 |
34cf4bb77f9888f2c7a2abc92039b96d1ed2aca6 | 29,360,396,459,872 | 526642a223d397d03974831e671eb035bf7d249e | /app/src/main/java/com/ameer/messages/services/NotificationService.java | 68bcf604f53ccaac6b00cef0bfd85b59d1240c1f | [] | no_license | k0d3x/Messages | https://github.com/k0d3x/Messages | 6afae3a962201b8d559ca1396c470171491d4f76 | 106af59468703be4a33daa274d2e2583f566f10e | refs/heads/master | 2020-04-16T15:22:17.991000 | 2019-01-18T12:51:09 | 2019-01-18T12:51:09 | 165,698,280 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ameer.messages.services;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.ClipData;
import android.content.ClipboardManager;
import android.content.Context;
import android.content.Intent;
import and... | UTF-8 | Java | 4,467 | java | NotificationService.java | Java | [] | null | [] | package com.ameer.messages.services;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.content.ClipData;
import android.content.ClipboardManager;
import android.content.Context;
import android.content.Intent;
import and... | 4,467 | 0.67495 | 0.672487 | 103 | 42.368931 | 29.93358 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.009709 | false | false | 7 |
08b39cd795dbfabee911b255f913cda3c42995ea | 8,452,495,638,682 | 80de7fb416a0560f4ca978d3a1785587010849c4 | /SifemCore/src/main/java/eu/sifem/simulation/configuration/PakSolverControlerService.java | 3cceb2e88c259b40d56823c55bffdd738fdb0f17 | [] | no_license | phasapis/sfmmain | https://github.com/phasapis/sfmmain | 333ded7e0ae0428cb27c3a1565b0f693f0c12904 | 5e14a770c868a3c03e19de2626eeacf01e68b762 | refs/heads/master | 2016-08-09T13:48:36.819000 | 2016-03-04T14:49:24 | 2016-03-04T14:49:24 | 46,035,878 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.sifem.simulation.configuration;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.springfram... | UTF-8 | Java | 11,922 | java | PakSolverControlerService.java | Java | [
{
"context": "em.utils.BasicFileTools;\r\n\r\n\r\n/**\r\n * \r\n * @author jbjares\r\n * \r\n */\r\n@Service(value = \"pakSolverControlerSe",
"end": 1445,
"score": 0.9992915391921997,
"start": 1438,
"tag": "USERNAME",
"value": "jbjares"
}
] | null | [] | package eu.sifem.simulation.configuration;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.springfram... | 11,922 | 0.769082 | 0.768411 | 302 | 37.483444 | 38.672398 | 187 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.221854 | false | false | 7 |
8d431d7a03f649b0105b43cd69c5a8486f810dff | 25,649,544,727,262 | 085e5ff0c393e8a73d5fcdf142da77607c9756e7 | /src/PlayTicTacToe.java | e7b3a120f9ef86d7698af8295c45b1a5f7c4cb72 | [] | no_license | abrahamvee/TicTacToe | https://github.com/abrahamvee/TicTacToe | 2c50ee5c47ef4e18fdd075c5d5597cad33d1bac3 | efca605c805b3818bf6f18bee33547e77093a513 | refs/heads/master | 2021-10-28T00:47:16.230000 | 2019-04-20T21:49:41 | 2019-04-20T21:49:41 | 182,147,431 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.util.Arrays;
import java.util.Scanner;
public class PlayTicTacToe
{
final static int BOARD_SIZE=9;
public static void main(String[] args) throws Exception
{
TicTacToeGame game1 = new TicTacToeGame();
Scanner in = new Scanner(System.in);
int cell = 0;
boolean succesfulTurn = false, notFirst... | UTF-8 | Java | 1,933 | java | PlayTicTacToe.java | Java | [] | null | [] |
import java.util.Arrays;
import java.util.Scanner;
public class PlayTicTacToe
{
final static int BOARD_SIZE=9;
public static void main(String[] args) throws Exception
{
TicTacToeGame game1 = new TicTacToeGame();
Scanner in = new Scanner(System.in);
int cell = 0;
boolean succesfulTurn = false, notFirst... | 1,933 | 0.642007 | 0.628039 | 70 | 26.585714 | 23.983025 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.557143 | false | false | 7 |
a68a3393fbdbcd562d41658e0d8a4b22cfb31157 | 11,149,735,141,014 | 305d6cf93fd149d3330a2a4aad0e1b8084712e61 | /app/src/main/java/com/example/cv/e_commerce/ViewHolder/ProductViewHolder.java | 6644dbc41d569a19147128353cb72a5249e6b318 | [] | no_license | Rameeshatariq/Ecommerce | https://github.com/Rameeshatariq/Ecommerce | 005204d937aec072cc5d06ce2b2c0f5ca9172a3b | 56108ebb08c33536b1e7fa58ba3c77b1fc9d9f6c | refs/heads/master | 2020-04-23T07:05:55.552000 | 2019-02-16T11:30:56 | 2019-02-16T11:30:56 | 170,996,373 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cv.e_commerce.ViewHolder;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.cv.e_commerce.R;
import com.example.cv.e_commerce.interfaces.ItemClickListner;
public class ProductViewHolder exte... | UTF-8 | Java | 1,129 | java | ProductViewHolder.java | Java | [] | null | [] | package com.example.cv.e_commerce.ViewHolder;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.cv.e_commerce.R;
import com.example.cv.e_commerce.interfaces.ItemClickListner;
public class ProductViewHolder exte... | 1,129 | 0.767051 | 0.766165 | 34 | 32.205883 | 29.29744 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617647 | false | false | 7 |
5fcb55a0e59bcb4c1b5200d3cbd1e943575e3573 | 5,231,270,201,339 | 1b3f5e57b0b7d073a1a0e1c59fe1df090e7331bc | /events/Event.java | e4162573fe214a65758870bc3477e9c7c6475b6d | [] | no_license | shehab8/HipHap | https://github.com/shehab8/HipHap | beddb43b3ec090287991f3cbedf065b659bd5355 | c2d0ffed174130f7dbf9f5355ebf6973f38ebae3 | refs/heads/master | 2020-04-08T15:26:47.957000 | 2018-12-04T12:28:51 | 2018-12-04T12:28:51 | 159,479,145 | 0 | 0 | null | true | 2018-11-28T09:46:20 | 2018-11-28T09:46:19 | 2018-11-28T09:37:12 | 2018-11-28T09:37:10 | 15 | 0 | 0 | 0 | null | false | null | package src.events;
import src.Application;
import src.Helper;
import src.users.Employee;
import src.users.Partner;
import java.util.ArrayList;
import java.util.*;
import java.text.*;
public class Event {
private String name;
private int ID;
private String serviceType;
private String eventType;
p... | UTF-8 | Java | 7,588 | java | Event.java | Java | [
{
"context": "String){\n this.ID = ID;\n this.name = name;\n this.serviceType = serviceType;\n ",
"end": 963,
"score": 0.9188880324363708,
"start": 959,
"tag": "NAME",
"value": "name"
},
{
"context": " this.eventType = eventType;\n this.name = nam... | null | [] | package src.events;
import src.Application;
import src.Helper;
import src.users.Employee;
import src.users.Partner;
import java.util.ArrayList;
import java.util.*;
import java.text.*;
public class Event {
private String name;
private int ID;
private String serviceType;
private String eventType;
p... | 7,588 | 0.643252 | 0.640353 | 217 | 33.972351 | 35.167133 | 246 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.516129 | false | false | 7 |
121604571d67e57cce1be0bbb8b5a74aae3cd46f | 24,378,234,395,703 | a8e7217ed80875b9e9e08710113a19224d213d61 | /generatedsources/com/acme/mypackage/POAElementType.java | bab7adc34a5ddf6d1abd3945bada66bff09c7806 | [] | no_license | ministryofjustice/laa-decision-automation-model | https://github.com/ministryofjustice/laa-decision-automation-model | 727dcc94fe88a410a1f77189313e9d9136d9eefd | 01d0989951a0e13621371c26d15d99912be48c6a | refs/heads/master | 2020-03-06T17:35:30.846000 | 2018-05-24T12:33:03 | 2018-05-24T12:33:03 | 126,992,407 | 0 | 1 | null | false | 2021-04-08T07:43:49 | 2018-03-27T13:41:48 | 2019-02-11T17:03:38 | 2018-05-24T12:33:09 | 432 | 0 | 0 | 0 | Java | false | false |
package com.acme.mypackage;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XM... | UTF-8 | Java | 9,974 | java | POAElementType.java | Java | [] | null | [] |
package com.acme.mypackage;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XM... | 9,974 | 0.590134 | 0.585121 | 374 | 25.665775 | 26.272799 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26738 | false | false | 7 |
fd9fa9f9be5f7b573c29b117f0aeb8c651e8a63d | 33,260,226,768,449 | 7ba243b60fefc918bf8844a28a62c210a0f31151 | /andromda-core/src/main/java/org/andromda/core/metafacade/MetafacadeConstants.java | 9f4ca019eb1ca410882db95d5a0b52d736a9f3d4 | [
"BSD-3-Clause",
"Apache-1.1",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | ojmakhura/andromda | https://github.com/ojmakhura/andromda | e27bcd4c8950b465378b8d0a456f71100821a213 | 534e744fa3afaac627263acd636f4a0554c7c6d6 | refs/heads/master | 2023-08-29T12:43:02.057000 | 2022-12-10T11:00:00 | 2022-12-10T11:00:00 | 130,977,549 | 5 | 6 | NOASSERTION | false | 2023-05-09T18:33:01 | 2018-04-25T08:48:49 | 2022-11-23T06:28:28 | 2023-05-09T18:33:01 | 611,205 | 4 | 5 | 29 | Java | false | false | package org.andromda.core.metafacade;
/**
* Contains constants for use with metafacades.
* For example, the metafacade namespace separator <em>::</em>
* is contained within this class.
*
* @author Chad Brandon
*/
public interface MetafacadeConstants
{
/**
* Used to separate the metafacade namespaces.
... | UTF-8 | Java | 612 | java | MetafacadeConstants.java | Java | [
{
"context": ">\n * is contained within this class.\n *\n * @author Chad Brandon\n */\npublic interface MetafacadeConstants\n{\n /*",
"end": 215,
"score": 0.999858021736145,
"start": 203,
"tag": "NAME",
"value": "Chad Brandon"
}
] | null | [] | package org.andromda.core.metafacade;
/**
* Contains constants for use with metafacades.
* For example, the metafacade namespace separator <em>::</em>
* is contained within this class.
*
* @author <NAME>
*/
public interface MetafacadeConstants
{
/**
* Used to separate the metafacade namespaces.
*/
... | 606 | 0.699346 | 0.699346 | 22 | 26.818182 | 26.090117 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 7 |
15c335bdffafd6f3191673d8edde0145afaa5dc8 | 33,260,226,764,250 | 69a4f2d51ebeea36c4d8192e25cfb5f3f77bef5e | /methods/Method_12776.java | 40d05818c52df1d3bb999589b17f95da6edc92c4 | [] | no_license | P79N6A/icse_20_user_study | https://github.com/P79N6A/icse_20_user_study | 5b9c42c6384502fdc9588430899f257761f1f506 | 8a3676bc96059ea2c4f6d209016f5088a5628f3c | refs/heads/master | 2020-06-24T08:25:22.606000 | 2019-07-25T15:31:16 | 2019-07-25T15:31:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public static void copyNativeLib(File apk,Context context,PackageInfo packageInfo,File nativeLibDir) throws Exception {
long startTime=System.currentTimeMillis();
ZipFile zipfile=new ZipFile(apk.getAbsolutePath());
try {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
for ( String cpuA... | UTF-8 | Java | 803 | java | Method_12776.java | Java | [] | null | [] | public static void copyNativeLib(File apk,Context context,PackageInfo packageInfo,File nativeLibDir) throws Exception {
long startTime=System.currentTimeMillis();
ZipFile zipfile=new ZipFile(apk.getAbsolutePath());
try {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
for ( String cpuA... | 803 | 0.676214 | 0.676214 | 23 | 33.913044 | 34.816181 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
2d8808ec90ac2f506d815b50cb4765ae753e5f9a | 33,844,342,313,136 | 92d89357f7a089283cab9d7ce09c5903eb38573f | /xmlbeans/src/main/java/org/brekka/stillingar/xmlbeans/XmlBeansConfigurationSource.java | d43f2b12a48ab8aaf3bffc618a40fa96593ef568 | [
"Apache-2.0"
] | permissive | vijayvani/stillingar | https://github.com/vijayvani/stillingar | e9fbc2a420f3321f1eb63a170ccaf014b2c8f974 | 24171c40874760fa79b4358dbc2559a578a2247c | refs/heads/master | 2020-05-16T08:30:13.729000 | 2017-04-30T13:20:00 | 2017-04-30T13:20:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | UTF-8 | Java | 7,214 | java | XmlBeansConfigurationSource.java | Java | [
{
"context": " snapshot based on Apache XmlBeans.\n * \n * @author Andrew Taylor\n */\nclass XmlBeansConfigurationSource implements ",
"end": 1202,
"score": 0.9992549419403076,
"start": 1189,
"tag": "NAME",
"value": "Andrew Taylor"
}
] | null | [] | /*
* Copyright 2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 7,207 | 0.594954 | 0.592875 | 215 | 32.55349 | 25.524191 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511628 | false | false | 7 |
fe13b75ed2888229766ff6b9bbfd25a3b9c85283 | 3,375,844,356,222 | 3f53b1b7f3bca80305f459cfc085bdd37e963f2c | /JMP2017/Task9WebService/src/com/jmp/ws/PriceList.java | 1e6f80dced7be55710ba77a218861963039c2081 | [] | no_license | Hleb-Karpenka/JMP2017 | https://github.com/Hleb-Karpenka/JMP2017 | 3b2852685a0c526ba6a9794618f3a40c2d0c551c | b60e8cb61055344181f8fab358cd11fbc00db228 | refs/heads/master | 2021-01-22T03:44:38.043000 | 2017-06-25T08:25:41 | 2017-06-25T08:25:41 | 81,456,410 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jmp.ws;
import java.util.ArrayList;
/**
* Created by Gleb88 on 18.03.2017.
*/
public class PriceList {
ArrayList<Price> priceList = new ArrayList<Price>();
public PriceList(ArrayList<Price> priceList) {
this.priceList = priceList;
}
public ArrayList<Price> getPriceList() {
... | UTF-8 | Java | 1,729 | java | PriceList.java | Java | [
{
"context": "s;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Gleb88 on 18.03.2017.\n */\npublic class PriceList {\n\n ",
"end": 74,
"score": 0.9995079040527344,
"start": 68,
"tag": "USERNAME",
"value": "Gleb88"
}
] | null | [] | package com.jmp.ws;
import java.util.ArrayList;
/**
* Created by Gleb88 on 18.03.2017.
*/
public class PriceList {
ArrayList<Price> priceList = new ArrayList<Price>();
public PriceList(ArrayList<Price> priceList) {
this.priceList = priceList;
}
public ArrayList<Price> getPriceList() {
... | 1,729 | 0.53904 | 0.528629 | 71 | 23.352112 | 19.659853 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.338028 | false | false | 7 |
a9c205c00b925b1047d3150038575b12d2e114be | 33,749,853,048,784 | 7c794358e8afeb68f27102f288d6abd1265bbe87 | /src/BEAN/Tipo_Mantenimiento.java | 88f49317a9aa0f307449a5a8b9a36242e5df34ec | [] | no_license | daniellatapiav/desarrollo-apps-ii | https://github.com/daniellatapiav/desarrollo-apps-ii | a954df415791cde736bc9f21dd10036249691d4d | 455d2ef6e9b989c6134b38abe09c068c1fa32cb2 | refs/heads/master | 2020-09-21T21:05:41.059000 | 2019-12-03T20:39:54 | 2019-12-03T20:39:54 | 224,929,878 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package BEAN;
public class Tipo_Mantenimiento {
private int id_tipoMant;
private String tipoMant_desc;
public Tipo_Mantenimiento(int id_tipoMant, String tipoMant_desc) {
this.id_tipoMant = id_tipoMant;
this.tipoMant_desc = tipoMant_desc;
}
public Tipo_Mantenimiento() {}
publi... | UTF-8 | Java | 662 | java | Tipo_Mantenimiento.java | Java | [] | null | [] | package BEAN;
public class Tipo_Mantenimiento {
private int id_tipoMant;
private String tipoMant_desc;
public Tipo_Mantenimiento(int id_tipoMant, String tipoMant_desc) {
this.id_tipoMant = id_tipoMant;
this.tipoMant_desc = tipoMant_desc;
}
public Tipo_Mantenimiento() {}
publi... | 662 | 0.645015 | 0.645015 | 29 | 21.827587 | 20.23665 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 7 |
9627724e32c0f87a68dee87382a022ce39ad0658 | 16,260,746,195,989 | 76414e8814cf36aa52946dfb15f63eef6e16d600 | /src/main/java/com/ydm/bootlast/controller/TransInfoController.java | 9e9c420b81f00ba3c3e0d7dd1ea6390474c81462 | [] | no_license | ydmxiaoyu/swagger2-spring-boot | https://github.com/ydmxiaoyu/swagger2-spring-boot | 731541106eb03b9c9da7e6791682ba49149fb3ce | f907feac45e38871930b5b1a596d990bbaeed4f9 | refs/heads/master | 2020-06-11T00:36:45.299000 | 2019-06-26T01:23:50 | 2019-06-26T01:23:50 | 193,804,096 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ydm.bootlast.controller;
import com.ydm.bootlast.model.Result;
import com.ydm.bootlast.model.TransInfo;
import com.ydm.bootlast.service.ITransInfoService;
import io.swagger.annotations.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import... | UTF-8 | Java | 5,453 | java | TransInfoController.java | Java | [
{
"context": ".List;\n\n\n/**\n * trans_info 表 crud 接口\n *\n * @author yudaoming\n * @version 1.0\n * @date 2019/6/24 14:26\n */\n@Res",
"end": 441,
"score": 0.9996395111083984,
"start": 432,
"tag": "USERNAME",
"value": "yudaoming"
}
] | null | [] | package com.ydm.bootlast.controller;
import com.ydm.bootlast.model.Result;
import com.ydm.bootlast.model.TransInfo;
import com.ydm.bootlast.service.ITransInfoService;
import io.swagger.annotations.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import... | 5,453 | 0.605397 | 0.583891 | 134 | 35.783581 | 25.908957 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791045 | false | false | 7 |
83f16d058a3999866f2f7a3fb9ad24e4cf3ad2d6 | 32,684,701,176,069 | f87d9cd8396c3d7075bff788d327bc6c7e4a142a | /src/main/java/com/team6/app/quiz/Question.java | dd487c6f7e1fe96701fa11db07da024ae3d37684 | [] | no_license | chrisn21/team6 | https://github.com/chrisn21/team6 | 29b884d85082d78ec11db99b3c73d8c89b0744c2 | 9100e10ab59f0cb002ba0cc2a728fdd1698ed783 | refs/heads/master | 2016-09-06T21:54:35.201000 | 2014-02-15T01:53:23 | 2014-02-15T01:53:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.team6.app.quiz;
import org.springframework.data.annotation.Id;
public class Question {
private String category;
private String answer;
private int difficulty;
private String question;
public Question(String category, String answer, int difficulty, String question)
{
this.category = category;
... | UTF-8 | Java | 628 | java | Question.java | Java | [] | null | [] | package com.team6.app.quiz;
import org.springframework.data.annotation.Id;
public class Question {
private String category;
private String answer;
private int difficulty;
private String question;
public Question(String category, String answer, int difficulty, String question)
{
this.category = category;
... | 628 | 0.72293 | 0.721338 | 37 | 15.972973 | 16.894724 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.486486 | false | false | 7 |
c4255af16d480a35ea3169cdfd8c46f456ed7af8 | 13,108,240,242,385 | 69fd3deb58cfd8bb485e15e7fd1ddf3a9bdc4114 | /src/main/java/org/sgodden/ui/models/DefaultBackingObjectListModel.java | 334e48c1c09a0b05fde30282477a28aecfbe125c | [] | no_license | sgodden/sgo-commons | https://github.com/sgodden/sgo-commons | 98caf64364907dd6ef933e34c0c5b7d790573443 | ea3b3ae9793bd3ed51200cb8ca9f5862e8bbf112 | refs/heads/master | 2021-01-10T00:53:27.236000 | 2009-03-10T10:11:42 | 2009-03-10T10:11:42 | 32,789,579 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sgodden.ui.models;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import nextapp.echo.app.list.DefaultListModel;
/**
* Extends {@link DefaultListModel} to allow a backing object to be maintained
* per item in the list.
* @author sgodden
*/
@Suppress... | UTF-8 | Java | 1,599 | java | DefaultBackingObjectListModel.java | Java | [
{
"context": " be maintained\n * per item in the list.\n * @author sgodden\n */\n@SuppressWarnings(\"serial\")\npublic class Defa",
"end": 306,
"score": 0.9995517134666443,
"start": 299,
"tag": "USERNAME",
"value": "sgodden"
}
] | null | [] | package org.sgodden.ui.models;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import nextapp.echo.app.list.DefaultListModel;
/**
* Extends {@link DefaultListModel} to allow a backing object to be maintained
* per item in the list.
* @author sgodden
*/
@Suppress... | 1,599 | 0.697311 | 0.697311 | 52 | 29.76923 | 26.641216 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346154 | false | false | 7 |
34e19e023083b9453af5740b099f6a0ef151de38 | 27,633,819,616,330 | c69127b41030c74ac13cdcd7037491694308ab58 | /EjPlanilla/src/uml/Detalle.java | d42fbdd3d084163837b67c9c55f7eb9e2945115e | [
"Apache-2.0"
] | permissive | jhomikel/EjPlanilla | https://github.com/jhomikel/EjPlanilla | cbdb1b58e870484dd98d3a296ddf1f2dbd072e23 | 90cede0c5059ff7e009a2b1783e93b09ca4ec803 | refs/heads/master | 2016-08-03T12:47:24.825000 | 2015-04-21T17:42:50 | 2015-04-21T17:42:50 | 34,331,579 | 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 uml;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author PCVirtual
*/
public class Detalle ... | UTF-8 | Java | 1,849 | java | Detalle.java | Java | [
{
"context": "st;\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author PCVirtual\r\n */\r\npublic class Detalle {\r\n private Emplead",
"end": 292,
"score": 0.9996607303619385,
"start": 283,
"tag": "USERNAME",
"value": "PCVirtual"
}
] | 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 uml;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author PCVirtual
*/
public class Detalle ... | 1,849 | 0.555976 | 0.553272 | 89 | 18.77528 | 17.462482 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.359551 | false | false | 7 |
2deef8d12b4f66ed08253c98e947c4e8e6cdd343 | 27,633,819,616,201 | 424157d1a697851b2c7ad753df60a5bab6c79ef6 | /src/main/java/test/task/benchmark/AbstractBenchmark.java | c9436b56b16844247159b80b8f929c74a68edc18 | [] | no_license | sergmkw/lock-benchmark | https://github.com/sergmkw/lock-benchmark | 2b82ca643cb21983d7e1bc263f15c24cb2b9ae0c | 83c27b2a4cd7dc4b6c5bfba3cd8a0152fe3dc28e | refs/heads/master | 2016-09-05T20:46:59.451000 | 2014-09-14T18:17:21 | 2014-09-14T18:17:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.task.benchmark;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import org.openjdk.jmh.annotations.Fork;
import org.openjdk.jmh.annotations.Measurement;
import org.openjdk.jmh.annotations.Mode;
import org.openjdk.jmh.annotations.OutputTimeUnit;
import org.op... | UTF-8 | Java | 1,879 | java | AbstractBenchmark.java | Java | [] | null | [] | package test.task.benchmark;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import org.openjdk.jmh.annotations.Fork;
import org.openjdk.jmh.annotations.Measurement;
import org.openjdk.jmh.annotations.Mode;
import org.openjdk.jmh.annotations.OutputTimeUnit;
import org.op... | 1,879 | 0.634912 | 0.625333 | 70 | 25.842857 | 17.097733 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
3eb87f143853d7b6bf231c80c5c4f7207dfe3f81 | 3,813,931,001,348 | 2f84af35c09df364de56dc0bf88823f064f90841 | /dip-proxy-server/src/main/java/edu/ucla/mbi/proxy/advice/NativeTracker.java | f4a38ebef77a66df8c639419894a2a1e1a5ae640 | [] | no_license | IMExConsortium/dip-proxy | https://github.com/IMExConsortium/dip-proxy | fc9a06e4c44586f63734b3a1aecb156c9f90176c | 3a2d03e6a83147c80889437b04780666a7d466d3 | refs/heads/master | 2022-01-31T02:16:45.263000 | 2020-06-13T18:53:14 | 2020-06-13T18:53:14 | 43,387,017 | 0 | 0 | null | false | 2022-01-04T16:44:23 | 2015-09-29T18:43:21 | 2020-06-13T18:57:50 | 2022-01-04T16:44:20 | 1,074 | 0 | 0 | 3 | Java | false | false | package edu.ucla.mbi.proxy.advice;
/*===========================================================================
* $HeadURL:: $
* $Id:: $
* Version: $Rev:: ... | UTF-8 | Java | 5,594 | java | NativeTracker.java | Java | [] | null | [] | package edu.ucla.mbi.proxy.advice;
/*===========================================================================
* $HeadURL:: $
* $Id:: $
* Version: $Rev:: ... | 5,594 | 0.408831 | 0.403826 | 158 | 34.405064 | 24.84026 | 78 | false | false | 0 | 0 | 0 | 0 | 76 | 0.040222 | 0.405063 | false | false | 7 |
50493d7a89efda15bafe1e85d22f7502ba31489d | 32,117,765,476,940 | 73234855f2fc13805a22945a8d88eca779a353c4 | /src/client/View/gui/BalconyView.java | 595f8691a2b5b46f08cd3a95e865250402ef4fd9 | [] | no_license | leonardoarcari/council_of_four | https://github.com/leonardoarcari/council_of_four | 849794e8c947cf5a2ed052ecd2ba27bd30ded5cc | 89195ca4169207fe4546b52bd9dad01f7a3f1243 | refs/heads/master | 2020-12-30T16:46:50.036000 | 2016-07-07T09:44:37 | 2016-07-07T09:44:37 | 91,029,654 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package client.View.gui;
import client.CachedData;
import client.View.ViewAlgorithms;
import core.Player;
import core.gamelogic.actions.Action;
import core.gamelogic.actions.CouncilorElectionAction;
import core.gamelogic.actions.FastCouncilorElectionAction;
import core.gamemodel.Councilor;
import core.gamemodel.Politi... | UTF-8 | Java | 9,645 | java | BalconyView.java | Java | [] | null | [] | package client.View.gui;
import client.CachedData;
import client.View.ViewAlgorithms;
import core.Player;
import core.gamelogic.actions.Action;
import core.gamelogic.actions.CouncilorElectionAction;
import core.gamelogic.actions.FastCouncilorElectionAction;
import core.gamemodel.Councilor;
import core.gamemodel.Politi... | 9,645 | 0.696008 | 0.688647 | 228 | 41.307018 | 30.279438 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.885965 | false | false | 7 |
9f1c4327aa846acc4902b2024862707ff64622d5 | 23,167,053,597,557 | 07f1226ad7efd9ba3364e3f0067455111ff251d0 | /src/main/java/vekta/spawner/location/feature/ConditionalFeatureData.java | d47f55d7217c9b1340b233d4cba9e112101b4f29 | [
"MIT"
] | permissive | rvanasa/vekta | https://github.com/rvanasa/vekta | 6dbf5b8282c1cafd4ec4dd3fb047412b831d0b29 | f3fc144d6a99e5781c8378b1952bbf98244c2b38 | refs/heads/master | 2021-07-09T06:37:00.130000 | 2021-04-08T21:39:25 | 2021-04-08T21:39:25 | 239,011,192 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vekta.spawner.location.feature;
import java.io.Serializable;
// TODO: use a better convention for these
class ConditionalFeatureData implements Serializable {
String cold;
String warm;
String large;
String tiny;
}
| UTF-8 | Java | 228 | java | ConditionalFeatureData.java | Java | [] | null | [] | package vekta.spawner.location.feature;
import java.io.Serializable;
// TODO: use a better convention for these
class ConditionalFeatureData implements Serializable {
String cold;
String warm;
String large;
String tiny;
}
| 228 | 0.789474 | 0.789474 | 11 | 19.727272 | 17.602123 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 7 |
c96ffa6b50a62fbf14c5e82536e47098acbe2ecb | 31,653,908,994,039 | dd6c631b2490a2546dcdc143c6f34f1c331eefdd | /src/main/java/by/aistexped/documentgenerator/transformers/Replacer.java | 0f12189a059e4c3ebb857e58e5c52d4283b92b4d | [] | no_license | Xini1/Document_generator | https://github.com/Xini1/Document_generator | a4e469946fe198f94a7b5e1746f90b1b0df5d60c | 4f99394cc93536bb081f48c23fb7922be3486d1e | refs/heads/master | 2022-11-17T23:05:53.497000 | 2020-06-30T11:38:27 | 2020-06-30T11:38:27 | 274,857,373 | 0 | 0 | null | false | 2020-06-30T11:23:41 | 2020-06-25T07:43:53 | 2020-06-26T07:05:32 | 2020-06-30T11:23:41 | 50 | 0 | 0 | 0 | Java | false | false | package by.aistexped.documentgenerator.transformers;
import by.aistexped.documentgenerator.iohandlers.Property;
import org.apache.poi.xwpf.usermodel.*;
import java.util.Map;
public class Replacer {
private XWPFDocument document;
public Replacer(XWPFDocument document, Map<Property, String> properties) {
... | UTF-8 | Java | 1,111 | java | Replacer.java | Java | [] | null | [] | package by.aistexped.documentgenerator.transformers;
import by.aistexped.documentgenerator.iohandlers.Property;
import org.apache.poi.xwpf.usermodel.*;
import java.util.Map;
public class Replacer {
private XWPFDocument document;
public Replacer(XWPFDocument document, Map<Property, String> properties) {
... | 1,111 | 0.59856 | 0.59856 | 37 | 29.027027 | 25.763462 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.297297 | false | false | 7 |
2ff3190f2d5f96b4635e86e74e6b6a22d3dadec5 | 10,977,936,424,262 | c35500eea5b33131d911c05de69ec14184eda679 | /soa-client/src/main/java/org/ebayopensource/turmeric/runtime/common/binding/Deserializer.java | c0d3e2d3403185681e24ea2125c779aa9b01d2c8 | [
"Apache-2.0"
] | permissive | ramananandh/MyPublicRepo | https://github.com/ramananandh/MyPublicRepo | 42b9fd2c1fce41fd0de9b828531aa4ada2c75185 | 686129c380f438f0858428cc19c2ebc7f5e6b13f | refs/heads/master | 2020-06-06T17:49:41.818000 | 2011-08-29T06:34:07 | 2011-08-29T06:34:07 | 1,922,268 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2006-2010 eBay Inc. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... | UTF-8 | Java | 2,137 | java | Deserializer.java | Java | [
{
"context": "rovide \n * data encoding validation.\n *\n * @author smalladi\n * @author wdeng\n */\npublic interface Deserialize",
"end": 980,
"score": 0.9993690252304077,
"start": 972,
"tag": "USERNAME",
"value": "smalladi"
},
{
"context": "ding validation.\n *\n * @author smalladi... | null | [] | /*******************************************************************************
* Copyright (c) 2006-2010 eBay Inc. All Rights Reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... | 2,137 | 0.689284 | 0.683669 | 57 | 36.491226 | 30.536215 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807018 | false | false | 7 |
9e8f476ed87ef86d22ad540885e7486523823edc | 24,885,040,557,054 | a59c242afce0e7c7c5d356dbab13b376036c879b | /columbia_research/src/edu/columbia/lrl/CrossLayer/physical_models/devices/FP/DPSKMachZehnderModulatorModel.java | a0044772852d65989dafd51e93f296cc71a98bc5 | [] | no_license | ShijiaYan/PhoenixSim | https://github.com/ShijiaYan/PhoenixSim | 1dbf2c5bf0c1ca00828dfea0104f7077d6221ed5 | 2b9248e690c43b5bebd80a8de9af2034c89b0822 | refs/heads/master | 2022-12-13T11:56:12.332000 | 2020-06-18T04:32:47 | 2020-06-18T04:32:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.columbia.lrl.CrossLayer.physical_models.devices.FP;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import ch.epfl.general_libraries.clazzes.ParamName;
import ch.epfl.general_libraries.utils.MoreArrays;
import ch.epfl.general_libraries.utils.SimpleMap;
import edu.columbia.l... | UTF-8 | Java | 5,094 | java | DPSKMachZehnderModulatorModel.java | Java | [] | null | [] | package edu.columbia.lrl.CrossLayer.physical_models.devices.FP;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import ch.epfl.general_libraries.clazzes.ParamName;
import ch.epfl.general_libraries.utils.MoreArrays;
import ch.epfl.general_libraries.utils.SimpleMap;
import edu.columbia.l... | 5,094 | 0.734001 | 0.724774 | 118 | 41.169491 | 32.394627 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.262712 | false | false | 7 |
0e9a567bebb5573e34c91573e75092543953bcca | 4,664,334,536,216 | c6d1381bfacbf191dfbb8bac393648162679989b | /app/src/test/java/example/codeclan/com/toptenmovies/RankingTest.java | 1b1f7b8bbf1d32b66c9097d5ac7d6b1275bfedae | [] | no_license | bk8335/week7_day1hw | https://github.com/bk8335/week7_day1hw | 9744e6f660d5db5044c3a6433cb3f04b3e86adfb | 58b0c037608ba9329899315636e74180496eac09 | refs/heads/master | 2021-01-19T20:40:46.896000 | 2017-04-17T17:02:39 | 2017-04-17T17:02:39 | 88,530,274 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package example.codeclan.com.toptenmovies;
import org.junit.Before;
import org.junit.Test;
import static junit.framework.Assert.assertEquals;
/**
* Created by user on 17/04/2017.
*/
public class RankingTest {
Movie movie1;
Movie movie2;
Movie movie3;
Movie movie4;
Movie movie5;
Movie movi... | UTF-8 | Java | 1,437 | java | RankingTest.java | Java | [
{
"context": ".framework.Assert.assertEquals;\n\n/**\n * Created by user on 17/04/2017.\n */\n\npublic class RankingTest {\n\n ",
"end": 167,
"score": 0.8867655992507935,
"start": 163,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package example.codeclan.com.toptenmovies;
import org.junit.Before;
import org.junit.Test;
import static junit.framework.Assert.assertEquals;
/**
* Created by user on 17/04/2017.
*/
public class RankingTest {
Movie movie1;
Movie movie2;
Movie movie3;
Movie movie4;
Movie movie5;
Movie movi... | 1,437 | 0.607516 | 0.570633 | 58 | 23.775862 | 18.988239 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
d7e34f4969f7a1171490342676733db38ea07dc5 | 26,886,495,332,488 | 48db1af993cc160a148fb4faa954ff706d745639 | /src/com/nw/temp/model/Calidad.java | 72549d400f2a0bf407126a45dd2107e9a79ac7ba | [] | no_license | ratadelaniebla/nirsa | https://github.com/ratadelaniebla/nirsa | 68d303672136ca6d8285ca662cdbb5e59bd46589 | 524e974958224d94713ffe16e30efa9a9a5ad3e1 | refs/heads/master | 2020-03-12T11:08:49.257000 | 2018-07-01T17:15:20 | 2018-07-01T17:15:20 | 130,589,942 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nw.temp.model;
import java.util.ArrayList;
import java.util.List;
public class Calidad {
private String muestreo;
private String especieTalla;
private List<Double> porcentajeSales = new ArrayList<Double>();
private List<Double> histamina = new ArrayList<Double>();
public Calidad(... | UTF-8 | Java | 1,272 | java | Calidad.java | Java | [] | null | [] | package com.nw.temp.model;
import java.util.ArrayList;
import java.util.List;
public class Calidad {
private String muestreo;
private String especieTalla;
private List<Double> porcentajeSales = new ArrayList<Double>();
private List<Double> histamina = new ArrayList<Double>();
public Calidad(... | 1,272 | 0.693396 | 0.693396 | 65 | 17.569231 | 21.79059 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.123077 | false | false | 7 |
87fda0e329d40ffde76065754fe18180f82c99bb | 7,799,660,666,546 | e4852e3717a172279e78a763620140d3aec75717 | /src/org/insightech/er/db/impl/informix/InformixDBManager.java | e9ac9dd8cdd0ce62898e9eca3182469ca55e0278 | [
"Apache-2.0"
] | permissive | dixonmartinez/ermasterr | https://github.com/dixonmartinez/ermasterr | 516958df278d26677f286aa60ca0611e030c5267 | 5ca1cf4e89902c81b63b16630ae053f8d7741caf | refs/heads/master | 2022-11-10T09:54:49.131000 | 2020-06-30T21:19:05 | 2020-06-30T21:19:05 | 119,575,038 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.insightech.er.db.impl.informix;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import org.insightech.er.db.DBManagerBase;
import org.insightech.er.db.sqltype.SqlTypeManager;
import org.insightech.er.editor.model.ERDiagram;
import org.insightech.er.editor.model.dbe... | UTF-8 | Java | 3,386 | java | InformixDBManager.java | Java | [] | null | [] | package org.insightech.er.db.impl.informix;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import org.insightech.er.db.DBManagerBase;
import org.insightech.er.db.sqltype.SqlTypeManager;
import org.insightech.er.editor.model.ERDiagram;
import org.insightech.er.editor.model.dbe... | 3,386 | 0.735972 | 0.73479 | 132 | 23.651516 | 25.681318 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 7 |
308c7cce698317bb5641c625757bf8ae6fe0bc39 | 6,897,717,493,120 | 8dc5bab20f7af73f84d6e9996404d4c200dd4ef3 | /src/main/java/ru/ekolesnik/guice/example1/model/MockDataSource.java | fff847d224b0199d49cb8385f2c79a1d67a17167 | [] | no_license | evgenykolesnik/google-guice-introduction | https://github.com/evgenykolesnik/google-guice-introduction | 89c85a1139dabe8399f6925705187d71448c8c2b | 84d0083f5aebc2448db29c6b27ef884cc3c82cd6 | refs/heads/master | 2016-08-11T06:51:57.073000 | 2015-12-10T12:00:59 | 2015-12-10T12:00:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.ekolesnik.guice.example1.model;
/**
* Created by ekolesnik on 10/12/15.
*/
public class MockDataSource implements DataSource {
public void connect() {
System.out.println("Retrieving data from mock...");
}
}
| UTF-8 | Java | 237 | java | MockDataSource.java | Java | [
{
"context": "ekolesnik.guice.example1.model;\n\n/**\n * Created by ekolesnik on 10/12/15.\n */\npublic class MockDataSource impl",
"end": 71,
"score": 0.9995973706245422,
"start": 62,
"tag": "USERNAME",
"value": "ekolesnik"
}
] | null | [] | package ru.ekolesnik.guice.example1.model;
/**
* Created by ekolesnik on 10/12/15.
*/
public class MockDataSource implements DataSource {
public void connect() {
System.out.println("Retrieving data from mock...");
}
}
| 237 | 0.683544 | 0.654008 | 10 | 22.700001 | 21.822237 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 7 |
7de82f1ae0808cee18ac937bc6697c3fa5c478da | 6,897,717,494,536 | e5513644e68c28b142cfdeebbdd912f215ccec12 | /xper-train/xper-allen/src/org/xper/allen/intan/SimpleEStimMessage.java | 82cfded1f36ed4db10ac72cc13bbcc0a9a977944 | [] | no_license | AllenMuhanChen/ProjectChangeShape | https://github.com/AllenMuhanChen/ProjectChangeShape | e36f1bd158d56671e0da4f8a76c0991ec8c22d8c | 294053afe509dcdddfc8b7a6f7b5b0a4c7de3450 | refs/heads/master | 2023-02-18T00:53:54.252000 | 2022-10-25T15:43:27 | 2022-10-25T15:45:04 | 237,318,149 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.xper.allen.intan;
import org.xper.allen.saccade.console.SaccadeTargetMessage;
import org.xper.drawing.Coordinates2D;
import com.thoughtworks.xstream.XStream;
public class SimpleEStimMessage {
long timestamp;
Coordinates2D targetPos = new Coordinates2D();
double targetEyeWindowSize;
long eStimObjDataI... | UTF-8 | Java | 1,705 | java | SimpleEStimMessage.java | Java | [] | null | [] | package org.xper.allen.intan;
import org.xper.allen.saccade.console.SaccadeTargetMessage;
import org.xper.drawing.Coordinates2D;
import com.thoughtworks.xstream.XStream;
public class SimpleEStimMessage {
long timestamp;
Coordinates2D targetPos = new Coordinates2D();
double targetEyeWindowSize;
long eStimObjDataI... | 1,705 | 0.762463 | 0.757771 | 79 | 20.582279 | 21.492777 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.417722 | false | false | 7 |
4b74c74a292feba22a42c7314b05114889c884de | 15,040,975,538,922 | 1839abbfa8d51d0a101b7d29445fb9344f7ef5de | /src/com/ares/article/dao/ArticleMapper.java | ede57e74ffd094bbd90e69da44ff4661f69b92c9 | [] | no_license | xiang776987/ares_blog | https://github.com/xiang776987/ares_blog | 572cf3c972fdc38afe550d999ebfbefa3ba3479f | 05170dc3318df9e17a0badcd4ed4cfdf538dfe50 | refs/heads/master | 2021-01-12T12:12:04.340000 | 2016-09-11T17:04:22 | 2016-09-11T17:04:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ares.article.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.ares.article.po.ArticleBase;
public interface ArticleMapper {
/**
* 根据博文Id获得博文对象
* @param articleId
* @return
* @throws Exception
*/
public ArticleBase getArticleById(Integer articleId) throws Exc... | UTF-8 | Java | 1,426 | java | ArticleMapper.java | Java | [] | null | [] | package com.ares.article.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.ares.article.po.ArticleBase;
public interface ArticleMapper {
/**
* 根据博文Id获得博文对象
* @param articleId
* @return
* @throws Exception
*/
public ArticleBase getArticleById(Integer articleId) throws Exc... | 1,426 | 0.712833 | 0.712833 | 54 | 22.666666 | 24.145393 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.12963 | false | false | 7 |
d53d2038bec3d6f7dc496638aa3786ed00fa0283 | 17,978,733,166,995 | 73fd20b3d38e7cc8e4145f5485b55a57655163f1 | /src/main/java/br/com/emanuelgabriel/brasileiraoapi/dto/EquipeDTO.java | 279028287c6a081ceb5c7bc7590bacd976bac620 | [] | no_license | EmanuelGabriel/brasileirao-api | https://github.com/EmanuelGabriel/brasileirao-api | 673c64493df2636523e8b2b4c343e6386cef07d6 | 5ae98afe1563ba20e512c09928c41a1b239bfc4d | refs/heads/main | 2023-02-18T05:40:03.118000 | 2021-01-19T16:56:21 | 2021-01-19T16:56:21 | 331,048,414 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.emanuelgabriel.brasileiraoapi.dto;
import java.io.Serializable;
import javax.validation.constraints.NotBlank;
public class EquipeDTO implements Serializable {
private static final long serialVersionUID = 1L;
@NotBlank
private String nomeEquipe;
@NotBlank
private String urlLogoEquipe;
public ... | UTF-8 | Java | 642 | java | EquipeDTO.java | Java | [
{
"context": "package br.com.emanuelgabriel.brasileiraoapi.dto;\n\nimport java.io.Serializable;",
"end": 29,
"score": 0.8171229362487793,
"start": 15,
"tag": "USERNAME",
"value": "emanuelgabriel"
}
] | null | [] | package br.com.emanuelgabriel.brasileiraoapi.dto;
import java.io.Serializable;
import javax.validation.constraints.NotBlank;
public class EquipeDTO implements Serializable {
private static final long serialVersionUID = 1L;
@NotBlank
private String nomeEquipe;
@NotBlank
private String urlLogoEquipe;
public ... | 642 | 0.771028 | 0.76947 | 36 | 16.833334 | 18.656992 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 7 |
973264d587e7e5c1d474bb685629bc9cc25e6d3e | 23,983,097,444,264 | c373a26f2853747ed560a38c7d07632206ffdb0f | /src/main/java/com/cameronedge/fixwiki/FixwikiUtil.java | 52b340589fa38b98dbe0788181d91b0cd5c23f26 | [
"Apache-2.0"
] | permissive | FIXTradingCommunity/FIXwiki | https://github.com/FIXTradingCommunity/FIXwiki | 52384e33be0cdae232b5d8fd770e0d56b7e92c53 | 7b2bdf9f03d74af81681ec60c0d22767bc052d5d | refs/heads/master | 2021-11-11T19:03:10.703000 | 2021-11-10T14:13:55 | 2021-11-10T14:13:55 | 46,840,455 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2010. Cameron Edge Pty Ltd. All rights reserved.
*/
package com.cameronedge.fixwiki;
import com.cameronedge.fixrepo.RepoUtil;
import java.io.IOException;
import java.io.LineNumberReader;
import java.io.PrintWriter;
import java.io.StringReader;
import java.io.Writer;
import java.util.HashSet;
imp... | UTF-8 | Java | 3,553 | java | FixwikiUtil.java | Java | [
{
"context": ";\n\n/**\n * FIXwiki related utilities.\n *\n * @author John Cameron\n */\npublic class FixwikiUtil {\n private static S",
"end": 423,
"score": 0.9998788237571716,
"start": 411,
"tag": "NAME",
"value": "John Cameron"
}
] | null | [] | /*
* Copyright (c) 2010. Cameron Edge Pty Ltd. All rights reserved.
*/
package com.cameronedge.fixwiki;
import com.cameronedge.fixrepo.RepoUtil;
import java.io.IOException;
import java.io.LineNumberReader;
import java.io.PrintWriter;
import java.io.StringReader;
import java.io.Writer;
import java.util.HashSet;
imp... | 3,547 | 0.590768 | 0.586547 | 116 | 29.629311 | 25.304193 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.508621 | false | false | 7 |
c14455499e917ceae3f0a4748e1f5e7904cf0372 | 31,224,412,308,234 | c86f874445e36489fb5922010d197aafc4b4b784 | /src/test/java/com/bustop/service/ConverterServiceTest.java | 5eead3d0728f7ae231bdde590d827346d8d7e9fe | [] | no_license | karuneshapk/bustop | https://github.com/karuneshapk/bustop | 8675eaa4cf994b0505559addad5ec0725d5bc1dd | 25ab6fb254e9208c2c87a273d5d88fb3e1362e69 | refs/heads/master | 2022-06-10T07:29:18.817000 | 2020-05-07T16:10:09 | 2020-05-07T16:10:09 | 261,336,264 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bustop.service;
import com.bustop.entity.Tour;
import com.bustop.entity.enums.CompanyType;
import com.bustop.service.ConverterService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.runners.MockitoJUnitRunner;
import static org.hamcrest.Matchers.... | UTF-8 | Java | 1,506 | java | ConverterServiceTest.java | Java | [] | null | [] | package com.bustop.service;
import com.bustop.entity.Tour;
import com.bustop.entity.enums.CompanyType;
import com.bustop.service.ConverterService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.runners.MockitoJUnitRunner;
import static org.hamcrest.Matchers.... | 1,506 | 0.7749 | 0.753652 | 49 | 29.734694 | 24.557117 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.306122 | false | false | 7 |
f67b5c7332bb9efb30feca5465f4d9b29a3ba36b | 11,312,943,880,810 | 2973656a3d07a92a2f227d8808852c9edc655630 | /app/src/main/java/zbp/rupbe/sightparser/applayer/descriptors/BlockParameterType.java | 289a14c6370b07dc57fd01dce9305991ff836f58 | [] | no_license | oschumac/SightRemote | https://github.com/oschumac/SightRemote | 21d87861fb18a86750256765ba4a9652e4074da5 | 229bae722da5e1b3d4dfee006e3626eed0e921a9 | refs/heads/master | 2021-06-21T21:17:45.087000 | 2017-08-14T18:31:22 | 2017-08-14T18:31:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zbp.rupbe.sightparser.applayer.descriptors;
import java.lang.reflect.Method;
import zbp.rupbe.sightparser.pipeline.ByteBuf;
/**
* Created by Tebbe Ubben on 11.07.2017.
*/
public enum BlockParameterType {
BYTE("readByte", "putByte", 1),
SHORT("readShort", "putShort", 2),
INTEGER("readInt", "pu... | UTF-8 | Java | 1,978 | java | BlockParameterType.java | Java | [
{
"context": "e.sightparser.pipeline.ByteBuf;\n\n/**\n * Created by Tebbe Ubben on 11.07.2017.\n */\n\npublic enum BlockParameterTyp",
"end": 164,
"score": 0.9998763203620911,
"start": 153,
"tag": "NAME",
"value": "Tebbe Ubben"
}
] | null | [] | package zbp.rupbe.sightparser.applayer.descriptors;
import java.lang.reflect.Method;
import zbp.rupbe.sightparser.pipeline.ByteBuf;
/**
* Created by <NAME> on 11.07.2017.
*/
public enum BlockParameterType {
BYTE("readByte", "putByte", 1),
SHORT("readShort", "putShort", 2),
INTEGER("readInt", "putInt"... | 1,973 | 0.64459 | 0.632457 | 70 | 27.257143 | 22.946949 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.114286 | false | false | 7 |
7bad9e142209c557b7295d95833133c3ecdcb5d5 | 11,312,943,878,538 | 350f75ca150b3e4ec4dddcef467859be08c12df2 | /SQLama-plugin/src/sqlama/plugin/type/Editor.java | d5c01b251bc40f9e51355102a96e879dc77319f0 | [] | no_license | Suhestvitelnoe/SQLama | https://github.com/Suhestvitelnoe/SQLama | ea92106faf59060e1ed9d4563f6a3b4900d67fcc | 3d18938faa94ae4390bf8fd9ac63da7c2bdd3f68 | refs/heads/master | 2020-04-03T09:36:29.048000 | 2015-05-12T10:26:03 | 2015-05-12T10:26:03 | 67,889,498 | 1 | 0 | null | true | 2016-09-10T19:11:08 | 2016-09-10T19:11:07 | 2015-05-07T13:43:49 | 2015-05-12T10:26:17 | 260 | 0 | 0 | 0 | null | null | null |
package sqlama.plugin.type;
/**
*
* @author marduke
*/
public abstract class Editor extends PluginBase {
@Override
public final boolean isUnique() {
return true;
}
@Override
public final PluginType getType() {
return PluginType.EDITOR;
}
}
| UTF-8 | Java | 290 | java | Editor.java | Java | [
{
"context": "\npackage sqlama.plugin.type;\n\n/**\n *\n * @author marduke\n */\npublic abstract class Editor extends PluginBa",
"end": 55,
"score": 0.9995548725128174,
"start": 48,
"tag": "USERNAME",
"value": "marduke"
}
] | null | [] |
package sqlama.plugin.type;
/**
*
* @author marduke
*/
public abstract class Editor extends PluginBase {
@Override
public final boolean isUnique() {
return true;
}
@Override
public final PluginType getType() {
return PluginType.EDITOR;
}
}
| 290 | 0.62069 | 0.62069 | 17 | 16 | 15.161872 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.176471 | false | false | 7 |
272d06219a8ffe47744dbc709b7808e542820300 | 28,295,244,580,951 | ffa47987c48b3a2e83dcd24129a750768a8a48f4 | /src/ru/storex/homedit/gxt/client/Homedit.java | ed1e79030640d5580cb6cca4037a13136da4af01 | [] | no_license | storex/homedit | https://github.com/storex/homedit | cd6496b4a58b741673e46a55320cb05da4cec1ba | 8565d5da67072d6181b45a668119e0806a1cd955 | refs/heads/master | 2016-05-28T22:25:25.088000 | 2014-09-20T07:34:30 | 2014-09-20T07:34:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.storex.homedit.gxt.client;
import com.google.gwt.core.client.EntryPoint;
/**
* Created by storex on 16.09.2014.
*/
public class Homedit implements EntryPoint {
public void onModuleLoad() {
}
}
| UTF-8 | Java | 216 | java | Homedit.java | Java | [
{
"context": "gle.gwt.core.client.EntryPoint;\n\n/**\n * Created by storex on 16.09.2014.\n */\npublic class Homedit implement",
"end": 110,
"score": 0.9994632005691528,
"start": 104,
"tag": "USERNAME",
"value": "storex"
}
] | null | [] | package ru.storex.homedit.gxt.client;
import com.google.gwt.core.client.EntryPoint;
/**
* Created by storex on 16.09.2014.
*/
public class Homedit implements EntryPoint {
public void onModuleLoad() {
}
}
| 216 | 0.712963 | 0.675926 | 11 | 18.636364 | 18.592632 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.181818 | false | false | 7 |
f7cada3a9362745b0830fa67edfc49a81aab92a7 | 3,642,132,310,121 | 1b1c401d5facb2839c233773fcebefe346f3c076 | /MultiTool/src/main/java/chabernac/task/gui/TaskTreeModel.java | dc39ce29f53e40c21ad5846423faf8e90f2784ba | [] | no_license | guychauliac/p2pmessenger | https://github.com/guychauliac/p2pmessenger | a0836cc8ff9c83b5ba95879f0ebfc8d5a1eea321 | 1652844014ddb9de00497505ffb14f122adcf57a | refs/heads/master | 2023-05-09T01:29:36.992000 | 2017-11-20T15:09:57 | 2017-11-20T15:09:57 | 43,264,205 | 0 | 0 | null | false | 2021-06-04T01:00:10 | 2015-09-27T20:43:38 | 2017-07-31T09:35:23 | 2021-06-04T01:00:07 | 68,503 | 0 | 0 | 59 | Java | false | false | package chabernac.task.gui;
import javax.swing.tree.DefaultTreeModel;
import javax.swing.tree.TreeNode;
import chabernac.application.ApplicationRefBase;
import chabernac.task.Task;
public class TaskTreeModel extends DefaultTreeModel {
private boolean showFinishedTasks = true;
public TaskTreeModel()... | UTF-8 | Java | 1,643 | java | TaskTreeModel.java | Java | [] | null | [] | package chabernac.task.gui;
import javax.swing.tree.DefaultTreeModel;
import javax.swing.tree.TreeNode;
import chabernac.application.ApplicationRefBase;
import chabernac.task.Task;
public class TaskTreeModel extends DefaultTreeModel {
private boolean showFinishedTasks = true;
public TaskTreeModel()... | 1,643 | 0.666464 | 0.664029 | 59 | 25.847458 | 22.017569 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525424 | false | false | 7 |
5141f0159ffa9b9b72950924f3f013fd8b785a44 | 19,816,979,134,332 | b1854dce51b781a4e001f9206c906b7e7e78ad8d | /src/main/java/it/polimi/ingsw/ps31/model/stateModel/StateAllDevelopmentCard.java | 576884d0ab24dedbfd1ede143ab3e22fb6ed8333 | [] | no_license | Ciuse/Millenium_Bug | https://github.com/Ciuse/Millenium_Bug | 1b573e8232cc40923e0e9c8d9fb76d8068577a94 | d4194168ea5d31d0abbabf2d4986d33b3bd1c81a | refs/heads/master | 2021-09-08T10:18:35.192000 | 2017-07-11T11:59:04 | 2017-07-11T11:59:04 | 86,914,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polimi.ingsw.ps31.model.stateModel;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Giuseppe on 30/06/2017.
* Stato che raccoglie tutti gli stati dei delle carte sviluppo per ottimizzarne l invio quando è necessario aggiornarle tutte
*
* @see StateType
* @see it.polimi.ingsw.ps31.m... | UTF-8 | Java | 921 | java | StateAllDevelopmentCard.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Giuseppe on 30/06/2017.\n * Stato che raccoglie tutti",
"end": 120,
"score": 0.703862190246582,
"start": 118,
"tag": "NAME",
"value": "Gi"
},
{
"context": "List;\nimport java.util.List;\n\n/**\n * Created by Giusepp... | null | [] | package it.polimi.ingsw.ps31.model.stateModel;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Giuseppe on 30/06/2017.
* Stato che raccoglie tutti gli stati dei delle carte sviluppo per ottimizzarne l invio quando è necessario aggiornarle tutte
*
* @see StateType
* @see it.polimi.ingsw.ps31.m... | 921 | 0.765217 | 0.752174 | 29 | 30.724138 | 32.616791 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241379 | false | false | 7 |
2a498de399641b68db1ccd2de1300f5df5b7c415 | 28,166,395,577,029 | 5e02902ff5f548c4c41ab37e4e69eab79d3f707a | /tank/src/game/tank/Main.java | 2f31cc923a531c631bfe6579c4bc8cd85644120d | [] | no_license | MaisonWan/tank | https://github.com/MaisonWan/tank | bebce5d5fc6113e341a696cce23bf2d9a3231ff2 | ca1968597ba45b0de61b755f4ccf99e0e6dc7261 | refs/heads/master | 2020-04-10T22:43:21.580000 | 2015-10-26T07:53:10 | 2015-10-26T07:53:10 | 21,342,056 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package game.tank;
import game.tank.listener.DirectionListener;
import game.tank.listener.FireMouseListener;
import game.tank.ui.TankPanel;
import java.awt.Container;
import java.awt.Toolkit;
import javax.swing.JFrame;
public class Main {
public static void main(String[] args) {
JFrame frame = n... | GB18030 | Java | 1,221 | java | Main.java | Java | [] | null | [] | package game.tank;
import game.tank.listener.DirectionListener;
import game.tank.listener.FireMouseListener;
import game.tank.ui.TankPanel;
import java.awt.Container;
import java.awt.Toolkit;
import javax.swing.JFrame;
public class Main {
public static void main(String[] args) {
JFrame frame = n... | 1,221 | 0.716318 | 0.714644 | 42 | 26.452381 | 20.542873 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.904762 | false | false | 7 |
8f5d4b41661ee9f485b92da1977565144d1bba7d | 30,820,685,356,935 | 322de170efbb6d9f0a16aeced88cd2c4354ab67b | /src/Backend/ItemCondition.java | 102526a7ea532f83cc079663ce392bda29315e6d | [] | no_license | jmatulaa/CarShowroomApplication | https://github.com/jmatulaa/CarShowroomApplication | d5e41bebe0893b63d8dbd6c1dbd8f6cdc95db4ae | 436d07835169193f4f2a9581b1c71ca9a6ba8fad | refs/heads/main | 2023-05-31T02:24:22.145000 | 2021-06-21T13:50:13 | 2021-06-21T13:50:13 | 367,687,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Backend;
public enum ItemCondition {
NEW, USED, DEMAGED;
}
| UTF-8 | Java | 72 | java | ItemCondition.java | Java | [] | null | [] | package Backend;
public enum ItemCondition {
NEW, USED, DEMAGED;
}
| 72 | 0.708333 | 0.708333 | 5 | 13.4 | 11.110355 | 27 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 7 |
63142e112a82c6d4e93c29484c0588762c406647 | 180,388,675,003 | fc160694094b89ab09e5c9a0f03db80437eabc93 | /java-kms/google-cloud-kms/src/main/java/com/google/cloud/kms/v1/stub/GrpcKeyManagementServiceStub.java | fc09861fa41437c3cc5d791ba84828c9bb902252 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | googleapis/google-cloud-java | https://github.com/googleapis/google-cloud-java | 4f4d97a145e0310db142ecbc3340ce3a2a444e5e | 6e23c3a406e19af410a1a1dd0d0487329875040e | refs/heads/main | 2023-09-04T09:09:02.481000 | 2023-08-31T20:45:11 | 2023-08-31T20:45:11 | 26,181,278 | 1,122 | 685 | Apache-2.0 | false | 2023-09-13T21:21:23 | 2014-11-04T17:57:16 | 2023-09-13T01:26:53 | 2023-09-13T21:21:22 | 662,277 | 1,769 | 1,100 | 75 | Java | false | false | /*
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | UTF-8 | Java | 62,537 | java | GrpcKeyManagementServiceStub.java | Java | [] | null | [] | /*
* Copyright 2023 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 62,537 | 0.717447 | 0.715912 | 1,254 | 48.870014 | 30.209631 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.569378 | false | false | 7 |
0fef52281810edc247e66a497a6c55fdc76d5885 | 19,662,360,327,577 | 0598bddcb08f4fbd7783c80c741a8d40a12d0b43 | /command/GUI.java | 81b98572fa327cb0d676ed43824c0fa6d5c9f769 | [] | no_license | schnitzlein/javapatterns | https://github.com/schnitzlein/javapatterns | b0fdaf2d352c74c2fc2862e6f63826cc886d3113 | 42087ed7cba15b255f264f9823f4d1dbdf83643d | refs/heads/master | 2022-04-18T23:11:12.509000 | 2020-04-16T12:50:48 | 2020-04-16T12:50:48 | 256,203,947 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import javax.swing.JButton;
import javax.swing.JColorChooser;
import javax.swing.JDialog;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextField;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.awt.Color;
import java.util.Random;
import java.awt.Toolkit;
import java.awt... | ISO-8859-1 | Java | 4,864 | java | GUI.java | Java | [] | null | [] |
import javax.swing.JButton;
import javax.swing.JColorChooser;
import javax.swing.JDialog;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JTextField;
import java.awt.Dimension;
import java.awt.GridLayout;
import java.awt.Color;
import java.util.Random;
import java.awt.Toolkit;
import java.awt... | 4,864 | 0.639169 | 0.620448 | 191 | 24.445026 | 21.529133 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.623037 | false | false | 7 |
0fae9031fcc8cdbe88b6a02725966969353b7b89 | 8,203,387,564,383 | de016a8c14f97ab27b7690f5b1be25cfac991ca5 | /payment-service/src/main/java/com/microservices/payment/controller/PaymentCardController.java | f87a2a0389a8e3ec21b3275adcbfc751ef656293 | [] | no_license | Error404NotFoundFCiencias/store-microservices | https://github.com/Error404NotFoundFCiencias/store-microservices | ff0ac5c9a7cc5bc363aed55021c6c0ed3248b345 | 69b20da8545ad97d89a83f7589c7bedb3dc47b46 | refs/heads/main | 2023-03-02T16:57:29.518000 | 2021-02-09T13:42:50 | 2021-02-09T13:42:50 | 331,735,137 | 1 | 0 | null | true | 2021-02-03T03:04:05 | 2021-01-21T19:39:57 | 2021-01-30T14:19:37 | 2021-02-03T03:04:04 | 124 | 1 | 0 | 0 | Java | false | false | package com.microservices.payment.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import com.microservices.payment.entity.Car... | UTF-8 | Java | 2,541 | java | PaymentCardController.java | Java | [] | null | [] | package com.microservices.payment.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import com.microservices.payment.entity.Car... | 2,541 | 0.668634 | 0.66706 | 77 | 32 | 29.948874 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.402597 | false | false | 14 |
38134aa6f81007fa01a161e5856b669a9cb50b30 | 11,570,641,896,813 | 0b8a7f0b5a50cac16bbcbb8f02c19068727b41a9 | /src/main/java/ma/xavion/appecole/service/EcoleService.java | 1180f53a5e1e94f7d8a43895c81fbd68f64a7404 | [] | no_license | zakaria1159/appecole-1 | https://github.com/zakaria1159/appecole-1 | 743abf5cb3d9591da362c194708f1fcd6c3d680d | 7bdea6e36ba51ba2374a04ba9fa160fd9426c93f | refs/heads/master | 2021-07-04T08:04:39.614000 | 2019-03-20T18:47:07 | 2019-03-20T18:47:07 | 175,674,704 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ma.xavion.appecole.service;
import ma.xavion.appecole.domain.Ecole;
import java.util.List;
import java.util.Optional;
/**
* Service Interface for managing Ecole.
*/
public interface EcoleService {
/**
* Save a ecole.
*
* @param ecole the entity to save
* @return the persisted entit... | UTF-8 | Java | 953 | java | EcoleService.java | Java | [] | null | [] | package ma.xavion.appecole.service;
import ma.xavion.appecole.domain.Ecole;
import java.util.List;
import java.util.Optional;
/**
* Service Interface for managing Ecole.
*/
public interface EcoleService {
/**
* Save a ecole.
*
* @param ecole the entity to save
* @return the persisted entit... | 953 | 0.570829 | 0.570829 | 52 | 17.326923 | 15.420667 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.173077 | false | false | 14 |
db4f103a2da462d07245da129a6173e63492260f | 25,262,997,637,590 | 6f8359afd86e352dd0f5e128165b5e93953d3d86 | /src/Frame.java | 9fbc1636785160d5d962c5d0ddfc10932bf0f229 | [] | no_license | diagonalisability/lwjgl-maze-game | https://github.com/diagonalisability/lwjgl-maze-game | 330a21ca472ad6d42e18250a0d7d03e5caa7ea59 | 4cf77bb8aa7860e54c6e0e7f4dbe9204dec6c230 | refs/heads/master | 2022-11-23T17:03:12.717000 | 2020-08-01T00:10:19 | 2020-08-01T00:10:19 | 284,150,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* David Jacewicz
* June 7, 2018
* Ms. Krasteva
* A Swing window
*/
/*
* Modification: fix resize after frame modification
* David Jacewicz
* June 8, 2018
* 10 minutes
* Version: 0.05
*/
import java.awt.*;
import javax.swing.*;
import static util.Util.*;
public class Frame extends JFrame {
private final... | UTF-8 | Java | 1,838 | java | Frame.java | Java | [
{
"context": "/*\n * David Jacewicz\n * June 7, 2018\n * Ms. Krasteva\n * A Swing window",
"end": 20,
"score": 0.9998211860656738,
"start": 6,
"tag": "NAME",
"value": "David Jacewicz"
},
{
"context": "/*\n * David Jacewicz\n * June 7, 2018\n * Ms. Krasteva\n * A Swing window\n */\n\n... | null | [] | /*
* <NAME>
* June 7, 2018
* Ms. Krasteva
* A Swing window
*/
/*
* Modification: fix resize after frame modification
* <NAME>
* June 8, 2018
* 10 minutes
* Version: 0.05
*/
import java.awt.*;
import javax.swing.*;
import static util.Util.*;
public class Frame extends JFrame {
private final static Color BA... | 1,822 | 0.681175 | 0.65506 | 74 | 23.837837 | 23.027027 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.527027 | false | false | 14 |
4cf25380df727a53c486a22126d0dd564993a1a0 | 33,174,327,394,965 | c975d9397c2e656a049002602fcfa1d6a5f52d7f | /src/main/java/toast/specialMobs/entity/zombie/EntityBrutishZombie.java | ebfcaf8e644f8070b51dc84c62f8c96e9fc70fb5 | [] | no_license | necanthrope/SpecialMobs | https://github.com/necanthrope/SpecialMobs | 74e193624af4e759bf0665692262809ed1c898fb | c145998415e965ae859eb26d7d397ab02cf5cbc5 | refs/heads/master | 2021-01-21T13:36:44.464000 | 2016-01-18T05:30:09 | 2016-01-18T05:30:09 | 49,854,217 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package toast.specialMobs.entity.zombie;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.init.Items;
import net.minecraft.item.ItemBow;
import net.minecraft.item.ItemStack;
import net.minecraft.util.ResourceLocation;
import net.minecraft.world.World;
import toast.specialMobs.EffectHelper;
imp... | UTF-8 | Java | 2,456 | java | EntityBrutishZombie.java | Java | [] | null | [] | package toast.specialMobs.entity.zombie;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.init.Items;
import net.minecraft.item.ItemBow;
import net.minecraft.item.ItemStack;
import net.minecraft.util.ResourceLocation;
import net.minecraft.world.World;
import toast.specialMobs.EffectHelper;
imp... | 2,456 | 0.678746 | 0.67101 | 63 | 38 | 34.143951 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.587302 | false | false | 14 |
1073aada091d478984515a67a5a665520dcadfc5 | 20,366,734,941,501 | 8d1f240f5e758cc236d2e632edc8960248c9c4f4 | /src/main/java/SetDuplicate/SetApp.java | 0ebd3400ce861572ce274ca789ddea40cb3555b4 | [] | no_license | feriwnarta/NextLearn | https://github.com/feriwnarta/NextLearn | 95e1d356caefb2b55ec886fe22f98841e495a11b | b39b152b8ca2992eef04f6cb099a9b396b7d937b | refs/heads/main | 2023-05-09T09:45:50.600000 | 2021-06-06T09:14:43 | 2021-06-06T09:14:43 | 374,315,587 | 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 SetDuplicate;
/**
*
* @author Feri Winarta
*/
import java.util.Comparator;
import java.util.HashSet;
import java.util.Set;... | UTF-8 | Java | 666 | java | SetApp.java | Java | [
{
"context": "itor.\n */\npackage SetDuplicate;\n\n/**\n *\n * @author Feri Winarta\n */\n\nimport java.util.Comparator;\nimport java.uti",
"end": 238,
"score": 0.9998530149459839,
"start": 226,
"tag": "NAME",
"value": "Feri Winarta"
},
{
"context": "] args) {\n Person person1... | 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 SetDuplicate;
/**
*
* @author <NAME>
*/
import java.util.Comparator;
import java.util.HashSet;
import java.util.Set;
publ... | 660 | 0.596096 | 0.584084 | 32 | 19.8125 | 20.697882 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46875 | false | false | 14 |
27fff2d0a30e9c997e6d67081fea7da6b53b4fc0 | 13,537,736,917,589 | 594f8e476062ef4c79e510576a588536b43e8f21 | /src/test/java/com/ds/service/UserServiceTester.java | 6c34878b01ae703c10baf602d6fb14c7613c09cd | [] | no_license | kevinlehung/DatingServer | https://github.com/kevinlehung/DatingServer | 426d18b36aaad7da5f52258b66a91a3cfa05b676 | 147f0d012a5e06953de5f6210d710e0b9da2c8aa | refs/heads/master | 2020-05-18T16:02:33.299000 | 2014-07-06T02:36:45 | 2014-07-06T02:36:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ds.service;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.ds.BaseTester;
/**
*
* @author hunglevn@outlook.com
*
*/
public class UserServiceTester extends BaseTester {
@Autowired
IUserService userService;
@Test
public void testCreateAccount () {... | UTF-8 | Java | 385 | java | UserServiceTester.java | Java | [
{
"context": "red;\n\nimport com.ds.BaseTester;\n\n/**\n *\n * @author hunglevn@outlook.com\n *\n */\npublic class UserServiceTester extends Bas",
"end": 177,
"score": 0.9999256134033203,
"start": 157,
"tag": "EMAIL",
"value": "hunglevn@outlook.com"
},
{
"context": "estCreateAccount ... | null | [] | package com.ds.service;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.ds.BaseTester;
/**
*
* @author <EMAIL>
*
*/
public class UserServiceTester extends BaseTester {
@Autowired
IUserService userService;
@Test
public void testCreateAccount () {
//userServ... | 366 | 0.745455 | 0.745455 | 21 | 17.333334 | 19.746811 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 14 |
2b134515b2371aa3cff8c72ca5a6c2a31d84d575 | 30,382,598,655,968 | d9522b68d25635677527143fbcfd438a7c4fbe80 | /src/test/java/be/civadis/plamob/web/rest/MissionResourceIntTest.java | ac27c1eb10553f56ef2eae034edbcad2e403fcf3 | [] | no_license | spirale-software/plamob | https://github.com/spirale-software/plamob | 024c981be81e0c04ff3d3b000da291176b5ae347 | c20ac8d098fc4edbe4f35cfcd6a9b898638013d1 | refs/heads/master | 2021-04-15T09:37:33.532000 | 2018-04-05T10:25:51 | 2018-04-05T10:25:51 | 126,456,155 | 0 | 1 | null | false | 2020-09-18T11:56:15 | 2018-03-23T08:33:31 | 2018-04-05T10:27:52 | 2018-04-05T10:27:51 | 671 | 0 | 1 | 1 | Java | false | false | package be.civadis.plamob.web.rest;
import be.civadis.plamob.PlamobApp;
import be.civadis.plamob.domain.Mission;
import be.civadis.plamob.repository.MissionRepository;
import be.civadis.plamob.service.MissionService;
import be.civadis.plamob.service.dto.MissionDTO;
import be.civadis.plamob.service.mapper.MissionMappe... | UTF-8 | Java | 12,937 | java | MissionResourceIntTest.java | Java | [] | null | [] | package be.civadis.plamob.web.rest;
import be.civadis.plamob.PlamobApp;
import be.civadis.plamob.domain.Mission;
import be.civadis.plamob.repository.MissionRepository;
import be.civadis.plamob.service.MissionService;
import be.civadis.plamob.service.dto.MissionDTO;
import be.civadis.plamob.service.mapper.MissionMappe... | 12,937 | 0.697843 | 0.693824 | 321 | 39.302181 | 28.034119 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423676 | false | false | 14 |
ac69aa33b51362630c420adbd06a85323e5e515d | 1,168,231,165,433 | 0fb9e65d561000bc364dc539c9d07a5a875a1057 | /RINSEG/app/src/main/java/rinseg/asistp/com/ui/activities/ActivityFotoComentario.java | 11ccb67d41d34682d1829456dadc5b8ac7d3f786 | [] | no_license | carlosramosasis/rinseg_prueba | https://github.com/carlosramosasis/rinseg_prueba | 6c0013664770f6ca98354cb6301dc33cf71be368 | ebe0dc5500c8471487a4dac17b6f5fdc0d80f2b4 | refs/heads/master | 2021-01-13T03:09:20.332000 | 2016-12-26T21:55:10 | 2016-12-26T21:55:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rinseg.asistp.com.ui.activities;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.suppo... | UTF-8 | Java | 6,500 | java | ActivityFotoComentario.java | Java | [] | null | [] | package rinseg.asistp.com.ui.activities;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.suppo... | 6,500 | 0.613231 | 0.610769 | 194 | 32.505154 | 25.654373 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.603093 | false | false | 14 |
c91f2759d4ae7471a27116a82510b5abe30526b5 | 18,227,841,238,751 | 20d7841da2cc433277ded4543052d0ce021b36ff | /Zadanie 8 - koniec/src/Zadanie8.java | f7609af39afac742a4a2cc06c4af50fb30e95896 | [] | no_license | P-Pinker/Java-exercises-algorithms-tasks | https://github.com/P-Pinker/Java-exercises-algorithms-tasks | fac3b12473c0fa0bd9b471ff264ce59b350e6bea | 11c43b30dbfa099bfd26bf760b3ae5f9461b1582 | refs/heads/master | 2020-03-25T23:29:55.049000 | 2018-08-13T14:13:40 | 2018-08-13T14:13:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Zadanie8<T> {
public T item;
public Zadanie8(T item) {
this.item = item;
}
public Class getType () {
return item.getClass();
}
public static void main(String[] args) {
Zadanie8<String> object1 = new Zadanie8<>("string");
System.out.println(object... | UTF-8 | Java | 449 | java | Zadanie8.java | Java | [] | null | [] | public class Zadanie8<T> {
public T item;
public Zadanie8(T item) {
this.item = item;
}
public Class getType () {
return item.getClass();
}
public static void main(String[] args) {
Zadanie8<String> object1 = new Zadanie8<>("string");
System.out.println(object... | 449 | 0.583519 | 0.554566 | 23 | 18.52174 | 20.170727 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 14 |
bd6481a502eb446bf169737789f8b0e3aca7f5cf | 20,117,626,861,215 | 035142e5cbe4a600e12734ab3d6f892f0e5eff34 | /app/src/main/java/com/example/inloc/RestaurantParisDetails.java | ac6e3fac407f90622ecab798dc3ff9208a86cd90 | [] | no_license | InLocTeam/InLoc-Final | https://github.com/InLocTeam/InLoc-Final | 4fe3e0db1dfe26680690fd3bbc7b9fbd745c939f | 1f744b5b32e65bac12817799dc42b5bd92207b18 | refs/heads/master | 2021-01-22T00:51:51.586000 | 2016-03-23T22:05:37 | 2016-03-23T22:05:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.inloc;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import android.widget.ListView;
public class RestaurantParisDetails extends AppCompatActivity {
double [] Restaurantstars = {5, 4.2, 4}; //Defines array with current amo... | UTF-8 | Java | 3,976 | java | RestaurantParisDetails.java | Java | [] | null | [] | package com.example.inloc;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import android.widget.ListView;
public class RestaurantParisDetails extends AppCompatActivity {
double [] Restaurantstars = {5, 4.2, 4}; //Defines array with current amo... | 3,976 | 0.639839 | 0.615946 | 123 | 31.235773 | 36.215721 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.560976 | false | false | 14 |
4a8e51808001b4b9daf302049cfd4e1819f23c17 | 14,809,047,261,926 | d78e6edd46bbe6efd159475951205c41921b77e6 | /src/cn/edu/web/filter/AA.java | 73bb2e4fb1efd1cee1124a8fbdaf79e64b20b1bc | [] | no_license | liujianliang150/BD25 | https://github.com/liujianliang150/BD25 | d0290a923d9eea12a8ef171c8f2d0098ec3a00af | 578dce1a21e65379ed2af3cbfae8d6a3aeefcbf1 | refs/heads/master | 2020-08-30T16:11:31.131000 | 2019-10-30T04:14:04 | 2019-10-30T04:14:04 | 218,429,593 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.web.filter;
/**
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2018</p>
* <p>Company: www.ycyy.com</p>
*
* @author jillion
* @version 1.0
* @date 2019/10/30
*/
public class AA {
}
| UTF-8 | Java | 210 | java | AA.java | Java | [
{
"context": "</p>\n * <p>Company: www.ycyy.com</p>\n *\n * @author jillion\n * @version 1.0\n * @date 2019/10/30\n */\npublic cl",
"end": 149,
"score": 0.9996305704116821,
"start": 142,
"tag": "USERNAME",
"value": "jillion"
}
] | null | [] | package cn.edu.web.filter;
/**
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2018</p>
* <p>Company: www.ycyy.com</p>
*
* @author jillion
* @version 1.0
* @date 2019/10/30
*/
public class AA {
}
| 210 | 0.595238 | 0.528571 | 13 | 15.153846 | 12.164553 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.076923 | false | false | 14 |
5b9540d3d243365763399d0fcba01fcaf9d66a5b | 14,809,047,262,279 | b28e290adb8e3c2a5c7feb10f62aa265a7a1de90 | /src/com/arkansascodingacademy/Dime.java | eaaa8ce320566f924ab3ef539510574302db4bee | [] | no_license | sabrinarunge/CoinCollection2018 | https://github.com/sabrinarunge/CoinCollection2018 | 530d81d42fed747ecb76cfb25628aeb16700970f | a878b32b76a3611e905bcfce0384bfbfd094055e | refs/heads/master | 2020-03-26T21:59:56.311000 | 2018-08-20T21:24:11 | 2018-08-20T21:24:11 | 145,424,324 | 0 | 0 | null | true | 2018-08-20T13:53:40 | 2018-08-20T13:53:39 | 2018-05-09T14:42:56 | 2018-02-09T16:49:21 | 1 | 0 | 0 | 0 | null | false | null | package com.arkansascodingacademy;
import java.math.BigDecimal;
public class Dime
{
private int year; //initialize the year variable
public Dime(int year)
{
this.year = year;
}
public BigDecimal getFaceValue() //return the face value of one dime
{
return new BigD... | UTF-8 | Java | 479 | java | Dime.java | Java | [] | null | [] | package com.arkansascodingacademy;
import java.math.BigDecimal;
public class Dime
{
private int year; //initialize the year variable
public Dime(int year)
{
this.year = year;
}
public BigDecimal getFaceValue() //return the face value of one dime
{
return new BigD... | 479 | 0.63048 | 0.624217 | 23 | 19.826086 | 25.228783 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.26087 | false | false | 14 |
5ace8f87c0981c950efdcdf2e1c95e0d80549c79 | 3,212,635,581,722 | ceefea8029098d396ce7c0b49ee2225f92917fef | /src/main/scala/com/tencent/client/plasma/exceptions/PlasmaClientException.java | a95125011032c7a800b5f7cfbc3cfdcb63f07646 | [
"Apache-2.0"
] | permissive | wangcaihua/PyAngelPS | https://github.com/wangcaihua/PyAngelPS | 9bb7511ebea928d11b337d61724b725076eb153d | 828fb37258447c439b9e1f8e356b6b1b065ff2f5 | refs/heads/master | 2020-07-23T05:21:20.949000 | 2019-09-10T03:23:45 | 2019-09-10T03:23:45 | 207,456,695 | 1 | 0 | Apache-2.0 | true | 2019-09-10T03:24:37 | 2019-09-10T03:24:34 | 2019-09-10T03:23:49 | 2019-09-10T03:23:46 | 174 | 0 | 0 | 0 | null | false | false | package com.tencent.client.plasma.exceptions;
public class PlasmaClientException extends RuntimeException {
public PlasmaClientException(String message) {
super(message);
}
public PlasmaClientException(String message, Throwable t) {
super(message, t);
}
}
| UTF-8 | Java | 287 | java | PlasmaClientException.java | Java | [] | null | [] | package com.tencent.client.plasma.exceptions;
public class PlasmaClientException extends RuntimeException {
public PlasmaClientException(String message) {
super(message);
}
public PlasmaClientException(String message, Throwable t) {
super(message, t);
}
}
| 287 | 0.728223 | 0.728223 | 12 | 21.916666 | 23.928568 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 14 |
374037427b384c28418209315cc39bdb40b77a84 | 10,505,490,012,816 | e82751436e15008af109c17866272ac52fc0e83c | /2021_02_10_Revue/src/BubbleSort.java | b244b8c39cc356a5fe37d062f4f41935daba49f0 | [] | no_license | AlexReimer/Tel_Ran-Java-OOP | https://github.com/AlexReimer/Tel_Ran-Java-OOP | c7d3291b7252148dffe38da968b613b3bc8529b2 | e3c4949de12d69a217f6b04be45a7e0c435fe36e | refs/heads/main | 2023-05-05T03:48:42.659000 | 2021-05-09T21:23:44 | 2021-05-09T21:23:44 | 335,653,231 | 0 | 2 | null | false | 2021-03-04T10:14:13 | 2021-02-03T14:35:57 | 2021-03-02T20:18:20 | 2021-03-04T10:14:13 | 57 | 0 | 2 | 1 | Java | false | false | import java.util.Arrays;
public class BubbleSort {
public static void main(String[] args) {
int[] myLovelyArray = generateArray(10);
//копируем входящий массив в новый чтобы не трогать оригинальные данные например
int[] myCopyFromLovelyArray = copyMyArray(myLovelyArray);
System.out... | UTF-8 | Java | 2,510 | java | BubbleSort.java | Java | [] | null | [] | import java.util.Arrays;
public class BubbleSort {
public static void main(String[] args) {
int[] myLovelyArray = generateArray(10);
//копируем входящий массив в новый чтобы не трогать оригинальные данные например
int[] myCopyFromLovelyArray = copyMyArray(myLovelyArray);
System.out... | 2,510 | 0.552735 | 0.543545 | 75 | 29.466667 | 23.609226 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52 | false | false | 14 |
685c59395ff9a6612d3bebd3005dbacc944f3b2f | 10,505,490,013,740 | f0286069e7dd0e094cf8c0df31ebe7a646b400f7 | /app/src/main/java/com/eazy/firda/eazy/GuestSearchFragment.java | d571e99f85e5271bb766bf015d9c60f46fb28038 | [] | no_license | nasacell/Eazy | https://github.com/nasacell/Eazy | 2ef44294d3a596560c757ee0e674dcf8ea93ea61 | 9d8d90b1935a99d2d082f2a9cdbd6cf835dc7c58 | refs/heads/master | 2020-03-22T14:50:28.967000 | 2018-07-08T23:28:01 | 2018-07-08T23:28:01 | 140,209,672 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eazy.firda.eazy;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.location.Address;
import android.location.Geocoder;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
impo... | UTF-8 | Java | 14,481 | java | GuestSearchFragment.java | Java | [] | null | [] | package com.eazy.firda.eazy;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.location.Address;
import android.location.Geocoder;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
impo... | 14,481 | 0.576963 | 0.572889 | 378 | 37.309525 | 28.997938 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.706349 | false | false | 14 |
13736b22b526ac738bb1ced68dad0fddb1867ee7 | 13,675,175,941,423 | 1e3cdb8adc6bdf56dc726c087a75609400bc0fe3 | /app/src/main/java/com/admin/notepad/index/IndexActivity.java | e297cb0f04aa3ba1dcd9b6bbc2b2bee7df9d8d2b | [] | no_license | tanqilin/Notepad | https://github.com/tanqilin/Notepad | 35c24d4f3c24f525978ce78c773537a31195354a | bceb16de8b004263a17225ef1017a95899c681e0 | refs/heads/master | 2021-01-22T04:54:07.857000 | 2017-10-04T08:15:54 | 2017-10-04T08:15:54 | 102,271,619 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.admin.notepad.index;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
... | UTF-8 | Java | 8,135 | java | IndexActivity.java | Java | [] | null | [] | package com.admin.notepad.index;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
... | 8,135 | 0.681586 | 0.679492 | 202 | 36.826733 | 26.150831 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.633663 | false | false | 14 |
7722bf6acdd01f5f3fb3492b28508ee998968ba8 | 23,270,132,811,853 | f628d1066195c11eb564295d02c5303111d3884a | /AutoSuggest/src/autosuggest/service/SearchServiceLogic.java | be535da1874dd5424549b8c7dc51ed7c0990b214 | [] | no_license | KIMSONGYEE/song2 | https://github.com/KIMSONGYEE/song2 | 5ba4635ddc1c6b51262e631355b27049f05c4143 | 068b36b668cc610d9e6807850d8c1ee883f46f74 | refs/heads/master | 2021-01-01T06:56:57.275000 | 2017-07-21T02:31:15 | 2017-07-21T02:31:15 | 97,558,273 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package autosuggest.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import autosuggest.domain.SearchWord;
import autosuggest.store.SearchStore;
@Service
public class SearchServiceLogic implements SearchService {... | UTF-8 | Java | 513 | java | SearchServiceLogic.java | Java | [] | null | [] | package autosuggest.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import autosuggest.domain.SearchWord;
import autosuggest.store.SearchStore;
@Service
public class SearchServiceLogic implements SearchService {... | 513 | 0.76998 | 0.76998 | 23 | 20.304348 | 21.156631 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.826087 | false | false | 14 |
711596c40176940d6db7384ac8613c6c406a33da | 33,904,471,867,937 | 1d938204f6b27fdc0fe2b433c45f7456c0c5696e | /vjezbaObrisatKasnije/src/ba/edu/ssst/LowestSalaryThread.java | 5a848888b7ca29f013344594a06a3a849e051b5f | [] | no_license | AmelHelez/Java-projects | https://github.com/AmelHelez/Java-projects | fbb43df2641e8e96918a820537102e7c9140a546 | 79daefc8e7763c65b849634665b4bd8eef1093c8 | refs/heads/master | 2020-12-31T09:13:41.708000 | 2020-02-07T16:45:30 | 2020-02-07T16:45:30 | 238,969,548 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ba.edu.ssst;
import java.util.ArrayList;
public class LowestSalaryThread implements Runnable{
ArrayList<Employee> employees = new ArrayList<>();
Employee e1;
public LowestSalaryThread(ArrayList<Employee> employees) {
this.employees = employees;
}
@Override
public void run() {... | UTF-8 | Java | 692 | java | LowestSalaryThread.java | Java | [] | null | [] | package ba.edu.ssst;
import java.util.ArrayList;
public class LowestSalaryThread implements Runnable{
ArrayList<Employee> employees = new ArrayList<>();
Employee e1;
public LowestSalaryThread(ArrayList<Employee> employees) {
this.employees = employees;
}
@Override
public void run() {... | 692 | 0.598266 | 0.59104 | 27 | 24.629629 | 23.856279 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 14 |
528a57513e844a26f3c6f64c9da8a396fb9a4358 | 34,454,227,684,587 | 24ccbd9f7cd29fdc07be2a88132cd253c87db9d5 | /src/com/googlecode/junittime/domain/reporting/CSVReportGenerator.java | 140bcf86aab2f9cb55b5b0c6291682baaca0d961 | [] | no_license | vijayvani/junit-time | https://github.com/vijayvani/junit-time | 3e1a4c4efc314ffabe3b8d87eaa8301d7698da14 | a81af3bdf084c75202ded48d7e6a89b76a89de45 | refs/heads/master | 2020-05-18T21:19:54.576000 | 2009-03-12T15:44:31 | 2009-03-12T15:44:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.googlecode.junittime.domain.reporting;
import com.googlecode.junittime.domain.TestCase;
import com.googlecode.junittime.domain.TestCaseRepository;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.io.IOException;
import static java.lang.String.format;
import java.util.List;
// job:... | UTF-8 | Java | 1,350 | java | CSVReportGenerator.java | Java | [] | null | [] | package com.googlecode.junittime.domain.reporting;
import com.googlecode.junittime.domain.TestCase;
import com.googlecode.junittime.domain.TestCaseRepository;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.io.IOException;
import static java.lang.String.format;
import java.util.List;
// job:... | 1,350 | 0.716296 | 0.715556 | 37 | 35.486488 | 28.888996 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648649 | false | false | 14 |
2d614f6f12a6a7747ed26f6576d3439ccc2b2302 | 36,636,071,050,797 | 73458087c9a504dedc5acd84ecd63db5dfcd5ca1 | /src/com/estrongs/android/ui/a/df.java | 51571861d07c3548f51fd9575513c9b4906fdb15 | [] | no_license | jtap60/com.estr | https://github.com/jtap60/com.estr | 99ff2a6dd07b02b41a9cc3c1d28bb6545e68fb27 | 8b70bf2da8b24c7cef5973744e6054ef972fc745 | refs/heads/master | 2020-04-14T02:12:20.424000 | 2018-12-30T10:56:45 | 2018-12-30T10:56:45 | 163,578,360 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.estrongs.android.ui.a;
import android.view.View;
import android.view.View.OnClickListener;
import com.estrongs.android.ui.view.ag;
class df
implements View.OnClickListener
{
df(db paramdb) {}
public void onClick(View paramView)
{
ag.a(db.a(a), 2131428340, 0);
}
}
/* Location:
* Qualifie... | UTF-8 | Java | 425 | java | df.java | Java | [] | null | [] | package com.estrongs.android.ui.a;
import android.view.View;
import android.view.View.OnClickListener;
import com.estrongs.android.ui.view.ag;
class df
implements View.OnClickListener
{
df(db paramdb) {}
public void onClick(View paramView)
{
ag.a(db.a(a), 2131428340, 0);
}
}
/* Location:
* Qualifie... | 425 | 0.687059 | 0.644706 | 22 | 18.363636 | 16.595579 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 14 |
4f0d6905ba4ed04813b5a473d42000336ab0e07d | 34,187,939,710,561 | 50003c1484b4f202cff38492fed537da2a90e559 | /src/main/java/com/spring/controller/TestController.java | 3e9993ff5f508c6c1a3d7e88d558e28d58e1ec69 | [] | no_license | WilliamWangZi/SpringMvcDemo | https://github.com/WilliamWangZi/SpringMvcDemo | ab98f6527f8d80fcea51ab021da1cc644e9670d6 | df99f34d93b61a4b6d74ff448a84707663361fcb | refs/heads/master | 2022-01-26T05:31:40.043000 | 2019-07-20T08:59:33 | 2019-07-20T08:59:33 | 197,904,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.controller;
import com.spring.annoation.Controller;
import com.spring.annoation.RequestMapping;
@Controller
@RequestMapping(value = "/test")
public class TestController {
@RequestMapping(value = "/testMethod")
public String test(){
return "test SpringMVC success";
}
}
| UTF-8 | Java | 311 | java | TestController.java | Java | [] | null | [] | package com.spring.controller;
import com.spring.annoation.Controller;
import com.spring.annoation.RequestMapping;
@Controller
@RequestMapping(value = "/test")
public class TestController {
@RequestMapping(value = "/testMethod")
public String test(){
return "test SpringMVC success";
}
}
| 311 | 0.729904 | 0.729904 | 14 | 21.214285 | 16.840336 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 14 |
ebeb721c9e68f7278e29cee7eb6511b481cfed3e | 37,795,712,216,288 | a180423bc551e75fa76ac3ed11925ffb748243ff | /dc-model/src/main/java/de/digitalcollections/model/text/contentblock/ContentBlock.java | 95c31587e1389b4212725976d2ee0697ed4fe8dc | [
"MIT"
] | permissive | dbmdz/digitalcollections-model | https://github.com/dbmdz/digitalcollections-model | 684e538e5991b394e32dc90f53d5ecdc3accccb1 | c18efbe667e0caf01de42580137bc693e63b2415 | refs/heads/main | 2023-09-04T12:35:35.543000 | 2023-09-04T04:56:58 | 2023-09-04T05:49:13 | 141,161,598 | 6 | 2 | MIT | false | 2023-09-14T15:52:38 | 2018-07-16T15:59:07 | 2023-04-15T18:58:35 | 2023-09-14T15:52:37 | 4,197 | 3 | 2 | 1 | Java | false | false | package de.digitalcollections.model.text.contentblock;
public abstract class ContentBlock {}
| UTF-8 | Java | 94 | java | ContentBlock.java | Java | [] | null | [] | package de.digitalcollections.model.text.contentblock;
public abstract class ContentBlock {}
| 94 | 0.840426 | 0.840426 | 3 | 30.333334 | 22.543785 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
8559ff696eb5cfcd726e2b3860f5bf78a2d61df8 | 38,852,274,170,386 | ef02ceb89976eed1de90d4b11dff99dd2b4c628a | /IndigoService/src/main/java/com/fire/core/bhns/source/options/BaseServiceOption.java | 49b37fc0d41b67135b9eca79ce51e1975ba633de | [] | no_license | x163maiaytang/Indigo | https://github.com/x163maiaytang/Indigo | ac37a3b583e081f8629ec571ce8727cfa3cc6786 | 5a2bdcc84b2a9925ab3e5936d6b116818100fae2 | refs/heads/master | 2020-03-29T08:20:05.217000 | 2018-12-06T06:23:08 | 2018-12-06T06:23:08 | 149,705,226 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fire.core.bhns.source.options;
import org.apache.log4j.Logger;
import com.fire.core.bhns.AbstractSimpleService;
import com.fire.core.bhns.IMethodCollection;
import com.fire.core.bhns.IServicePortal;
import com.fire.core.bhns.ISimpleService;
import com.fire.core.bhns.portal.SimpleMethodCollection;
import c... | UTF-8 | Java | 4,108 | java | BaseServiceOption.java | Java | [] | null | [] | package com.fire.core.bhns.source.options;
import org.apache.log4j.Logger;
import com.fire.core.bhns.AbstractSimpleService;
import com.fire.core.bhns.IMethodCollection;
import com.fire.core.bhns.IServicePortal;
import com.fire.core.bhns.ISimpleService;
import com.fire.core.bhns.portal.SimpleMethodCollection;
import c... | 4,108 | 0.740186 | 0.739941 | 157 | 24.961784 | 26.700958 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.140127 | false | false | 14 |
2f018289e6805ddf32269e5d7deb679d05254d53 | 39,041,252,744,092 | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.bugreporter-OculusBugReporter/sources/java/util/function/BiConsumer.java | d050c230d608d47744e8945faff473b99621cc66 | [] | no_license | phwd/quest-tracker | https://github.com/phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959000 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | true | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | 2021-04-10T22:15:44 | 2021-04-10T22:15:39 | 116,441 | 0 | 0 | 0 | null | false | false | package java.util.function;
import java.util.Objects;
@FunctionalInterface
public interface BiConsumer<T, U> {
void accept(T t, U u);
default BiConsumer<T, U> andThen(BiConsumer<? super T, ? super U> after) {
Objects.requireNonNull(after);
return new BiConsumer(after) {
/* class j... | UTF-8 | Java | 1,091 | java | BiConsumer.java | Java | [] | null | [] | package java.util.function;
import java.util.Objects;
@FunctionalInterface
public interface BiConsumer<T, U> {
void accept(T t, U u);
default BiConsumer<T, U> andThen(BiConsumer<? super T, ? super U> after) {
Objects.requireNonNull(after);
return new BiConsumer(after) {
/* class j... | 1,091 | 0.610449 | 0.597617 | 31 | 34.19355 | 38.551533 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.806452 | false | false | 14 |
c576f551bb40c5389b11a73730483df621f64ff8 | 3,917,010,240,182 | c4a14d70951d7ec5aac7fe7ebb2db891cfe6c0b1 | /modulos/apps/LOCALGIS-Workbench/src/main/java/com/vividsolutions/jump/parameter/ParameterListSchema.java | cf65d4ee035612041fed149fc373e1d02e823d5e | [] | no_license | pepeysusmapas/allocalgis | https://github.com/pepeysusmapas/allocalgis | 925756321b695066775acd012f9487cb0725fcde | c14346d877753ca17339f583d469dbac444ffa98 | refs/heads/master | 2020-09-14T20:15:26.459000 | 2016-09-27T10:08:32 | 2016-09-27T10:08:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* ParameterListSchema.java
* © MINETUR, Government of Spain
* This program is part of LocalGIS
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at you... | WINDOWS-1252 | Java | 2,412 | java | ParameterListSchema.java | Java | [
{
"context": "/**\r\n * ParameterListSchema.java\r\n * © MINETUR, Government of Spain\r\n * This program is part of ",
"end": 46,
"score": 0.6535536646842957,
"start": 39,
"tag": "NAME",
"value": "MINETUR"
}
] | null | [] | /**
* ParameterListSchema.java
* © MINETUR, Government of Spain
* This program is part of LocalGIS
* This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at you... | 2,412 | 0.688096 | 0.686437 | 63 | 36.301586 | 46.103622 | 242 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.587302 | false | false | 14 |
727f6502fc0ad8d20b36337e8796bc2c71f5583a | 23,149,873,795,000 | 1051167756891ca3eff7284bcd07db28d379be7e | /fixture-factory/src/main/java/br/com/abevieiramota/fixture_factory/model/Turma.java | 29596cd41f7494faa15b443da8c3e0b2ce2ad583 | [] | no_license | abevieiramota/learning-fixture-factory | https://github.com/abevieiramota/learning-fixture-factory | 73eb6a739ef4727f720d914d72810a858ca0d56b | 7e93bb427c6742e1a9031b8302e0e4fb209e84e6 | refs/heads/master | 2017-10-14T22:39:30.235000 | 2017-03-28T13:40:33 | 2017-03-28T13:40:33 | 86,465,338 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.abevieiramota.fixture_factory.model;
import java.util.Collection;
public class Turma {
private Collection<Discente> discentes;
private Docente docente;
public Collection<Discente> getDiscentes() {
return discentes;
}
public void setDiscentes(Collection<Discente> discentes) {
this.discentes ... | UTF-8 | Java | 462 | java | Turma.java | Java | [] | null | [] | package br.com.abevieiramota.fixture_factory.model;
import java.util.Collection;
public class Turma {
private Collection<Discente> discentes;
private Docente docente;
public Collection<Discente> getDiscentes() {
return discentes;
}
public void setDiscentes(Collection<Discente> discentes) {
this.discentes ... | 462 | 0.755411 | 0.755411 | 22 | 20 | 18.480947 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.227273 | false | false | 14 |
4a80c74e4b9db3cadeae68144c06134bda361942 | 21,492,016,419,803 | 87ee4600e16515b2d557fecb57166d82d6fd4fed | /src/SEP2/src/client/view/UserProfileController.java | 4eaaade5fd9089054b0bea9ec5f94aae25e43421 | [] | no_license | Igork777/Social-media-for-musicians | https://github.com/Igork777/Social-media-for-musicians | 73065676813fc86a1e2b6d6525279ea2e422fe29 | 552a321425e8116debc4f02fb695e957e3b0453d | refs/heads/master | 2022-11-20T11:40:37.611000 | 2021-11-18T16:24:05 | 2021-11-18T16:24:05 | 281,729,218 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package client.view;
import client.core.ViewHandler;
import client.core.ViewModelFactory;
import client.viewModel.UserViewModel;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
import javafx.scene.input.MouseEvent;
public class UserProfileController extends ViewController {
@FXML
private Label na... | UTF-8 | Java | 1,410 | java | UserProfileController.java | Java | [] | null | [] | package client.view;
import client.core.ViewHandler;
import client.core.ViewModelFactory;
import client.viewModel.UserViewModel;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
import javafx.scene.input.MouseEvent;
public class UserProfileController extends ViewController {
@FXML
private Label na... | 1,410 | 0.733333 | 0.733333 | 43 | 31.790697 | 27.321989 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.534884 | false | false | 14 |
88a25f0361352a41e18b76c4ddb4bd5746cd026b | 16,733,192,655,072 | 4c91b6e1551cd02a739b942a0c1d289b0a52a1ba | /Oude Oefententamens/Startproject-Brouwerij-Voorkennis-Electrische-Autos/Oefentoets/src/nl/hva/ict/oop2/deel2/Trappist.java | 59373c4721a0dacfdd0e76183e4b14257bcd7990 | [] | no_license | CocoHuissoon/oldprojects | https://github.com/CocoHuissoon/oldprojects | 983078ac6172cca5e1ad9e04c385a9e696ee0924 | 872ce2ed73e756435f32fa14416b72af7a5106dc | refs/heads/master | 2022-12-05T07:27:05.367000 | 2019-09-01T14:29:53 | 2019-09-01T14:29:53 | 205,686,427 | 0 | 0 | null | false | 2022-11-24T09:45:36 | 2019-09-01T14:17:26 | 2019-09-01T14:30:29 | 2022-11-24T09:45:33 | 46,449 | 0 | 0 | 6 | JavaScript | false | false | package nl.hva.ict.oop2.deel2;
import nl.hva.ict.oop2.deel1.Biertype;
public class Trappist extends Biertype {
private String naam;
public Trappist(String naam) {
super();
this.naam = naam;
}
@Override
public void rijp() {
rijpweken++;
System.out.printf(" Trappist %s rijpt nu %d weken \n",this.naam,... | UTF-8 | Java | 347 | java | Trappist.java | Java | [] | null | [] | package nl.hva.ict.oop2.deel2;
import nl.hva.ict.oop2.deel1.Biertype;
public class Trappist extends Biertype {
private String naam;
public Trappist(String naam) {
super();
this.naam = naam;
}
@Override
public void rijp() {
rijpweken++;
System.out.printf(" Trappist %s rijpt nu %d weken \n",this.naam,... | 347 | 0.682997 | 0.67147 | 22 | 14.772727 | 19.824072 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.181818 | false | false | 14 |
dd3e7afe12e325cc5f74dafebcf9fc60763a6081 | 13,580,686,626,493 | dc12f678172695132831df7e193d330bcb100c16 | /src/main/java/com/ucams/modules/gen/dao/GenTableColumnDao.java | af05f31ee59cbb48acc1046cef2d5bd1961bb9ad | [] | no_license | sunjxer/UCAMS | https://github.com/sunjxer/UCAMS | d50b791c37d6c4e6587b7ad8d59b3e1d53d3ea20 | 46ad194aaa8a370e2d97c6c62d7a946ee2c54d3d | refs/heads/master | 2021-04-12T11:41:51.511000 | 2018-03-21T09:20:58 | 2018-03-21T09:20:58 | 126,133,325 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © Ucams All rights reserved.
*/
package com.ucams.modules.gen.dao;
import com.ucams.common.persistence.CrudDao;
import com.ucams.common.persistence.annotation.MyBatisDao;
import com.ucams.modules.gen.entity.GenTableColumn;
/**
* 业务表字段DAO接口
* @author zhuye
* @version 2013-10-15
*/
@MyBatisDa... | UTF-8 | Java | 461 | java | GenTableColumnDao.java | Java | [
{
"context": "tity.GenTableColumn;\n\n/**\n * 业务表字段DAO接口\n * @author zhuye\n * @version 2013-10-15\n */\n@MyBatisDao\npublic int",
"end": 282,
"score": 0.999641478061676,
"start": 277,
"tag": "USERNAME",
"value": "zhuye"
}
] | null | [] | /**
* Copyright © Ucams All rights reserved.
*/
package com.ucams.modules.gen.dao;
import com.ucams.common.persistence.CrudDao;
import com.ucams.common.persistence.annotation.MyBatisDao;
import com.ucams.modules.gen.entity.GenTableColumn;
/**
* 业务表字段DAO接口
* @author zhuye
* @version 2013-10-15
*/
@MyBatisDa... | 461 | 0.774049 | 0.756152 | 19 | 22.526316 | 22.739645 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 14 |
56f5f66f3848d366ce09a45efb8ae72345398547 | 16,569,983,835,304 | 14c0b74e99a1b793071897ffc84526e9c7e13a12 | /TimeConversion.java | 7e4d044fa2ba861da3ab842a0a2f99061caa07de | [] | no_license | RajagurunathanM/HackerRankProblems | https://github.com/RajagurunathanM/HackerRankProblems | 25103f1d379568c1d6fd632d8e2de2a3fc4c187d | 9fc8a5eac5eabfbbdf3cd3d0b892f3f7d6c2bf7e | refs/heads/master | 2022-06-08T12:52:40.640000 | 2020-05-06T12:53:18 | 2020-05-06T12:53:18 | 261,754,357 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
class TimeConversion
{
static String time(String s)
{
String result="";
if('A'==s.charAt(8))
{
int val=Integer.valueOf(s.substring(0,2));
if(val == 12)
{
result= "00"+s.substring(2,8);
}
else
{
result=s.substring(0,8);
}
}
else
... | UTF-8 | Java | 875 | java | TimeConversion.java | Java | [] | null | [] | import java.util.*;
class TimeConversion
{
static String time(String s)
{
String result="";
if('A'==s.charAt(8))
{
int val=Integer.valueOf(s.substring(0,2));
if(val == 12)
{
result= "00"+s.substring(2,8);
}
else
{
result=s.substring(0,8);
}
}
else
... | 875 | 0.486857 | 0.453714 | 64 | 11.703125 | 14.456486 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.609375 | false | false | 14 |
487907c7bc59ceb355f8b3c6529f20d05c58bef5 | 20,581,483,306,597 | 85691df7c641fe1848a8a6c7ec4c81203ab21f39 | /youran-generate-web/src/main/java/com/youran/generate/web/ws/MetaCodeGenWsController.java | 05c3e244318c0be65116f05f84104e9e13c1ea25 | [
"Apache-2.0"
] | permissive | cai3178940/youran | https://github.com/cai3178940/youran | 4f9d7967b13999bdf923dfebfd784ef73c49e55a | d643df782e6d358e074358fdd533f94ea2f08ad9 | refs/heads/master | 2022-12-21T09:10:54.238000 | 2022-10-02T08:18:01 | 2022-10-02T08:18:01 | 165,246,320 | 133 | 63 | Apache-2.0 | false | 2022-10-02T08:19:52 | 2019-01-11T13:14:16 | 2022-08-04T11:07:20 | 2022-10-02T08:19:50 | 28,254 | 113 | 57 | 3 | Java | false | false | package com.youran.generate.web.ws;
import com.youran.common.constant.ErrorCode;
import com.youran.common.exception.BusinessException;
import com.youran.common.util.DateUtil;
import com.youran.generate.config.GenerateAuthentication;
import com.youran.generate.constant.WebConst;
import com.youran.generate.pojo.po.GenHi... | UTF-8 | Java | 10,143 | java | MetaCodeGenWsController.java | Java | [
{
"context": "til.Map;\n\n/**\n * 【代码生成】websocket控制器\n *\n * @author: cbb\n * @date: 2017/5/13\n */\n@Controller\n@Api(tags = \"",
"end": 1331,
"score": 0.999447762966156,
"start": 1328,
"tag": "USERNAME",
"value": "cbb"
},
{
"context": " * 简单实现一个LRU缓存\n * 保存生成的代码压缩包地址\n ... | null | [] | package com.youran.generate.web.ws;
import com.youran.common.constant.ErrorCode;
import com.youran.common.exception.BusinessException;
import com.youran.common.util.DateUtil;
import com.youran.generate.config.GenerateAuthentication;
import com.youran.generate.constant.WebConst;
import com.youran.generate.pojo.po.GenHi... | 10,143 | 0.628215 | 0.62667 | 250 | 35.236 | 25.418188 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536 | false | false | 14 |
5c8db9827c5fee37d89ac0c46067337ce285e5e0 | 31,688,268,772,164 | 8b317e93eda0a7d07d94520d9de3cebad243e03c | /app/src/main/java/com/shoujia/zhangshangxiu/history/HistoryActivity.java | aa0816509aaaf0611f82bd73042789374ffd3987 | [] | no_license | wutongyuqq/zhangshangxiu-new | https://github.com/wutongyuqq/zhangshangxiu-new | 1f382af0503987eb5dfec3ec2a6680bf007f09d6 | 892e256806266e73bd5873d8e1e3ec78c38c38f9 | refs/heads/master | 2021-07-03T01:32:23.323000 | 2020-12-07T21:59:36 | 2020-12-07T21:59:36 | 203,604,610 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shoujia.zhangshangxiu.history;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Vi... | UTF-8 | Java | 9,259 | java | HistoryActivity.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Administrator on 2017/2/23 0023.\n * 首页\n */\npublic class History",
"end": 1626,
"score": 0.9382831454277039,
"start": 1613,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.shoujia.zhangshangxiu.history;
import android.content.Intent;
import android.graphics.Color;
import android.graphics.drawable.ColorDrawable;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Vi... | 9,259 | 0.747765 | 0.73826 | 286 | 29.898602 | 22.886927 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.381119 | false | false | 14 |
9aee059b291a2148403b41d58b934fc343f7310a | 38,019,050,509,870 | 6afe0ec3c90cdac8e358c179d2d6238111b6eadc | /src/com/brayanbedritchuk/tcc/conversores/ConversorTelaAndroid.java | d88d94cdd1298b188d16a96cf0ab78198cc7a998 | [] | no_license | brayan/android-screens-generator | https://github.com/brayan/android-screens-generator | c99482fccb118e40d804430396b0bdef2883c091 | 1bbe4e55089c2e0face6b66dc28d77b7966ee73f | refs/heads/master | 2020-06-16T11:26:20.433000 | 2019-07-06T16:10:15 | 2019-07-06T16:10:15 | 195,555,937 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.brayanbedritchuk.tcc.conversores;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import javax.servlet.http.HttpServletRequest;
import com.brayanbedritchuk.tcc.exceptions.ComponenteInvalidoException;
import com.brayanbedritchu... | UTF-8 | Java | 6,549 | java | ConversorTelaAndroid.java | Java | [] | null | [] | package com.brayanbedritchuk.tcc.conversores;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import javax.servlet.http.HttpServletRequest;
import com.brayanbedritchuk.tcc.exceptions.ComponenteInvalidoException;
import com.brayanbedritchu... | 6,549 | 0.774775 | 0.774622 | 181 | 35.18232 | 29.843884 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.044199 | false | false | 14 |
e3067b1c5d50818746c6e1085dd4474f0a449a76 | 1,717,986,952,837 | c7db055b8573c87c6549b02c4e7a8548aabe73bd | /backend/src/main/java/com/aau/moodle20/entity/FinishesExample.java | 935d6ab0b51a06b850f4c39151c0a4bd2bf0199d | [] | no_license | Kirdock/Moodle2.0 | https://github.com/Kirdock/Moodle2.0 | b20a5e1ef39a6edfc531cdb9dfc15d816574d0bd | 4dfc0e17c6b5adc2ec66068d018ddc8ddf5670b2 | refs/heads/master | 2023-01-09T18:23:53.725000 | 2021-09-18T09:48:37 | 2021-09-18T09:48:37 | 247,430,672 | 0 | 0 | null | false | 2023-01-06T04:30:17 | 2020-03-15T08:47:00 | 2021-09-18T09:49:04 | 2023-01-06T04:30:15 | 2,062 | 0 | 0 | 34 | Java | false | false | package com.aau.moodle20.entity;
import com.aau.moodle20.constants.EFinishesExampleState;
import com.aau.moodle20.entity.embeddable.FinishesExampleKey;
import javax.persistence.*;
import java.util.Comparator;
import java.util.List;
import java.util.Objects;
import java.util.Set;
import java.util.stream.Collectors;
@... | UTF-8 | Java | 4,048 | java | FinishesExample.java | Java | [] | null | [] | package com.aau.moodle20.entity;
import com.aau.moodle20.constants.EFinishesExampleState;
import com.aau.moodle20.entity.embeddable.FinishesExampleKey;
import javax.persistence.*;
import java.util.Comparator;
import java.util.List;
import java.util.Objects;
import java.util.Set;
import java.util.stream.Collectors;
@... | 4,048 | 0.665267 | 0.663785 | 154 | 25.285715 | 25.273752 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396104 | false | false | 14 |
b6631dd3ab47440f6e91f051b242acbc7a58e5e3 | 34,368,328,328,322 | 76d3f6b1c3d8cda2ffe3d901e696021ba0c3d190 | /src/model/Grade.java | 650c6078e061f2d4d6942af81c27576d91006dcd | [] | no_license | Diego-Hidalgo/academic-schedule | https://github.com/Diego-Hidalgo/academic-schedule | 1efd45c8807c29621ee352a97ca9351a6f107dfa | 1fccedad9167e5ccf92d54b110dbadf78171c935 | refs/heads/master | 2023-05-29T23:37:03.652000 | 2021-06-12T21:35:33 | 2021-06-12T21:35:33 | 368,319,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.io.Serializable;
public class Grade implements Comparable<Grade>, Serializable {
private static final long serialVersionUID = 1L;
private double grade;
private double percentage;
private String description;
private Grade parent;
private Grade rigth;
private Grade left;
/**
* Co... | UTF-8 | Java | 2,474 | java | Grade.java | Java | [] | null | [] | package model;
import java.io.Serializable;
public class Grade implements Comparable<Grade>, Serializable {
private static final long serialVersionUID = 1L;
private double grade;
private double percentage;
private String description;
private Grade parent;
private Grade rigth;
private Grade left;
/**
* Co... | 2,474 | 0.675424 | 0.671787 | 119 | 19.798319 | 19.317593 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.336134 | false | false | 14 |
8c8e129bab920dc289f6f7499752d6db2719c1a5 | 5,866,925,352,568 | 0f85a0909cb0b964eab2095687d79ea4d6a55a83 | /AvivaHealth/src/java/classes/resistance.java | 33138eb82c491a38ef5d1b49e4bf4ce29898aab4 | [] | no_license | AvivaHealthTrackerUEA/HealthTrackerWebsite | https://github.com/AvivaHealthTrackerUEA/HealthTrackerWebsite | 8d75dd7e0e83207767bd3018cef7ad186be33542 | c03c7dc9804850f0402e5bec49e969eebde29e99 | refs/heads/master | 2016-09-06T15:50:02.600000 | 2015-05-21T15:23:25 | 2015-05-21T15:23:41 | 34,390,828 | 1 | 3 | null | false | 2015-05-18T10:54:46 | 2015-04-22T13:07:10 | 2015-05-17T11:08:47 | 2015-05-18T10:54:27 | 517 | 1 | 3 | 1 | Java | null | null | package classes;
import java.sql.Connection;
import java.sql.PreparedStatement;
import classes.DBAccess;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import javax.servlet.ServletException;
public class Resistance {
private String name;
private String date;
... | UTF-8 | Java | 2,455 | java | resistance.java | Java | [] | null | [] | package classes;
import java.sql.Connection;
import java.sql.PreparedStatement;
import classes.DBAccess;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import javax.servlet.ServletException;
public class Resistance {
private String name;
private String date;
... | 2,455 | 0.576782 | 0.575153 | 94 | 24.946808 | 25.623032 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.648936 | false | false | 14 |
bd9808efaf4268da26a865d9052f73998b84719b | 23,450,521,443,641 | 8dd5c952a64214693b42d32d7ab29f97f3840c2e | /Blockchain/src/realmetamorph/blockchain/block/NonceGenerator.java | 6c97d74351f9403ffb8e2c13d01f1244c4a564ff | [] | no_license | RealMetamorphEDU/Practice | https://github.com/RealMetamorphEDU/Practice | 88162f2decf0c5beb1d33c14fa789cc570e30678 | 41f44cd0d554053f4a6c08720a792bab2fed4cc4 | refs/heads/master | 2020-06-15T06:42:20.868000 | 2019-09-08T20:13:14 | 2019-09-08T20:13:14 | 195,229,196 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Группа: БВТ1703.
* Студент: Тимчук А.В.
* Создано: 9.7.2019.
* Copyright (c) 2019.
******************************************************************************/
package realmetamorph.blockchain.block;
import java.math.BigInteger... | UTF-8 | Java | 3,067 | java | NonceGenerator.java | Java | [
{
"context": "******************\n * Группа: БВТ1703.\n * Студент: Тимчук А.В.\n * Создано: 9.7.2019.\n * Copyright (c) 2019.\n **",
"end": 123,
"score": 0.999863862991333,
"start": 113,
"tag": "NAME",
"value": "Тимчук А.В"
}
] | null | [] | /*******************************************************************************
* Группа: БВТ1703.
* Студент: <NAME>.
* Создано: 9.7.2019.
* Copyright (c) 2019.
******************************************************************************/
package realmetamorph.blockchain.block;
import java.math.BigInteger;
im... | 3,055 | 0.50527 | 0.485507 | 78 | 37.923077 | 27.900818 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 14 |
d19d6843beaf36a5d41318a90ee496f3f022f6c5 | 13,941,463,865,517 | b0c1c81c9b28335cbae305447de63b06459e9bed | /app/src/main/java/ui/AddQuestionFragment.java | d21520b16b7f82fdc7b3d68e30e2e4c77d9d6194 | [
"Apache-2.0"
] | permissive | liuyongfeng90/NMDXApp | https://github.com/liuyongfeng90/NMDXApp | 8a0658cd6e94e594e1a4f07650968bdc4fb57f87 | b2ca8f942946dd2c6484268217d797c97e407ebd | refs/heads/master | 2020-02-05T21:04:30.595000 | 2018-04-05T13:35:14 | 2018-04-05T13:35:14 | 97,900,082 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui;
import android.annotation.SuppressLint;
import android.app.DatePickerDialog;
import android.app.DatePickerDialog.OnDateSetListener;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
impo... | UTF-8 | Java | 16,790 | java | AddQuestionFragment.java | Java | [
{
"context": "\nimport view.dialog.MyDialogYesNo;\n\n/**\n * @author liuyongfeng\n * @Description: 问题反馈\n * @date 2016年3月18日 下午2:26:",
"end": 1337,
"score": 0.9981034398078918,
"start": 1326,
"tag": "USERNAME",
"value": "liuyongfeng"
},
{
"context": " public static String key = new S... | null | [] | package ui;
import android.annotation.SuppressLint;
import android.app.DatePickerDialog;
import android.app.DatePickerDialog.OnDateSetListener;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
impo... | 16,790 | 0.529314 | 0.52532 | 497 | 31.740442 | 24.060266 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.577465 | false | false | 14 |
7dda856a8d84b20b0e14d65e3071c7ae42dfc425 | 36,532,991,849,071 | 3042a5f9fee36ef330c89bcb0268a6f1e275812a | /SoftCon2020_Assignment_5/AirportShuttleService/src/CostBehavior.java | 07dcd2497e3597583c1054ec8e5822b9db519259 | [] | no_license | HuberNicolas/swc-group38 | https://github.com/HuberNicolas/swc-group38 | 14a6bbd36ecfbc0a8243c3566863083a0169e1b6 | 6461a9f66bfaa4b604dcee976fb886b9f1ffe550 | refs/heads/master | 2023-03-08T13:11:35.011000 | 2021-02-22T07:59:45 | 2021-02-22T07:59:45 | 296,023,252 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* interface for the cost behaviour
*/
public interface CostBehavior {
public void printCostBehavior();
}
// encapsulated cost behaviour
class CHFhour implements CostBehavior{
@Override
public void printCostBehavior() {
System.out.print("CHF/h" + "\n");
}
}
class CHF implements CostBehavio... | UTF-8 | Java | 422 | java | CostBehavior.java | Java | [] | null | [] | /**
* interface for the cost behaviour
*/
public interface CostBehavior {
public void printCostBehavior();
}
// encapsulated cost behaviour
class CHFhour implements CostBehavior{
@Override
public void printCostBehavior() {
System.out.print("CHF/h" + "\n");
}
}
class CHF implements CostBehavio... | 422 | 0.658768 | 0.658768 | 20 | 20.15 | 16.140863 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.15 | false | false | 14 |
736e45937a4ca81d61c2e3e265e3ab21c5b92825 | 38,860,864,109,449 | 14a467154b3f5b26bec68333b11ab8481829abea | /src/com/example/wicket/helper/StringHelper.java | 7bfbbe2ce64d78258f0f227f007a8fb2132961d9 | [] | no_license | madhubhushan/bcpoc | https://github.com/madhubhushan/bcpoc | 74386b5a32c9eae00e321905c7a1642ce625ba24 | f41ba9b7b6816648c87a7fdceca55c60f909c40f | refs/heads/master | 2021-05-15T09:10:20.528000 | 2017-10-30T18:38:09 | 2017-10-30T18:38:09 | 108,003,819 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.wicket.helper;
public class StringHelper
{
public static boolean isNullOrEmpty(String stringToCheck)
{
return stringToCheck == null || stringToCheck.isEmpty();
}
}
| UTF-8 | Java | 190 | java | StringHelper.java | Java | [] | null | [] | package com.example.wicket.helper;
public class StringHelper
{
public static boolean isNullOrEmpty(String stringToCheck)
{
return stringToCheck == null || stringToCheck.isEmpty();
}
}
| 190 | 0.768421 | 0.768421 | 9 | 20.111111 | 23.283014 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 14 |
c08d61e3c0d6ebb94a6acd17eb15fdde187b4282 | 38,860,864,110,878 | 5aa89c4889b6a2c8d813891a95b8a5abc4224cc6 | /app/src/main/java/ro/pub/cs/systems/eim/practicaltest02/ClientThreadAsyncTask.java | 8bce8c56d4567965d501c1537b0ea9ad6b334edf | [
"Apache-2.0"
] | permissive | Anghel96/PracticalTest02 | https://github.com/Anghel96/PracticalTest02 | b0d998ab83b9140fab3a17c74700a4d36699233c | 63ce44861b852c85871702c8e4175139ef02f411 | refs/heads/master | 2020-05-24T10:23:11.271000 | 2019-05-19T18:13:15 | 2019-05-19T18:13:15 | 187,227,639 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ro.pub.cs.systems.eim.practicaltest02;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.TextView;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.Socket;
public class ClientThreadAsyncTask extends AsyncTask<String, S... | UTF-8 | Java | 2,945 | java | ClientThreadAsyncTask.java | Java | [] | null | [] | package ro.pub.cs.systems.eim.practicaltest02;
import android.os.AsyncTask;
import android.util.Log;
import android.widget.TextView;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.Socket;
public class ClientThreadAsyncTask extends AsyncTask<String, S... | 2,945 | 0.533786 | 0.531409 | 88 | 31.46591 | 23.961594 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.556818 | false | false | 14 |
0eef71203dd7e8481f65f503f41d25625932c6dc | 38,869,454,029,741 | e6bd8e921e7c3df087161aae49eca728f17b4c31 | /demo/app/src/main/java/com/michaelflisar/lumberjack/demo/MainActivity.java | f208b55716e7bcb5e15a0c70b978561505b19864 | [
"Apache-2.0"
] | permissive | Raskilas/Lumberjack | https://github.com/Raskilas/Lumberjack | 3c363be866626c6e919589d91c48d133bc98d040 | 365427ac2705eb32a8dc2629d2d174f3ad966a77 | refs/heads/master | 2020-03-17T14:40:49.039000 | 2018-02-22T20:26:07 | 2018-02-22T20:26:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.michaelflisar.lumberjack.demo;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import java.util.ArrayList;
import java.util.Arrays;
public class MainActivity extends AppCompatActivity implements View.OnClickListener {
... | UTF-8 | Java | 3,661 | java | MainActivity.java | Java | [
{
"context": "package com.michaelflisar.lumberjack.demo;\n\nimport android.content.Intent;\n",
"end": 25,
"score": 0.9843703508377075,
"start": 12,
"tag": "USERNAME",
"value": "michaelflisar"
}
] | null | [] | package com.michaelflisar.lumberjack.demo;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import java.util.ArrayList;
import java.util.Arrays;
public class MainActivity extends AppCompatActivity implements View.OnClickListener {
... | 3,661 | 0.637531 | 0.630156 | 101 | 35.247524 | 34.438469 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584158 | false | false | 14 |
a573b230b7cc13703891d70214fb876e61790cb4 | 36,172,214,602,081 | 808825dc82652254b760526734b600549bcad3ef | /game-service/src/main/java/com/codecta/gameservice/entity/Weapon.java | f8dc8715d672de33befe8f0d6b5179f0827e4d35 | [] | no_license | ahmedmujic/spring-boot-microservices | https://github.com/ahmedmujic/spring-boot-microservices | e1d7e923df5c98a21e38fdccb898f5fc18b66a44 | f3c145747270918980d14e46221f777ada502085 | refs/heads/master | 2023-04-27T06:09:53.084000 | 2021-05-20T10:33:40 | 2021-05-20T10:33:40 | 349,227,227 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codecta.gameservice.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Data
@NoArgsConstructor
@AllArgsConstructor
public class Weapon {
@Id
@GeneratedValue(strategy... | UTF-8 | Java | 676 | java | Weapon.java | Java | [] | null | [] | package com.codecta.gameservice.entity;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Data
@NoArgsConstructor
@AllArgsConstructor
public class Weapon {
@Id
@GeneratedValue(strategy... | 676 | 0.747041 | 0.747041 | 27 | 24.037037 | 17.88954 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518519 | false | false | 14 |
e5b972bef1f0e03f62c881c0dc50a0e69b8aba20 | 39,298,950,794,654 | fa47ab057878c892ad343acdfa0e8802b21e9fd9 | /EvaluacionFinal6/app/src/main/java/com/exercises/sart1991/evaluacionfinal6/model/Vehicle.java | 39e24f449daacd31f5bb1a50c5774401d7022924 | [] | no_license | sart1991/android_course_nu | https://github.com/sart1991/android_course_nu | ecf7758b440c35efa996dffc0c52735b70b0b5bf | da73fa9d41eca1631faf9b4066c75ad89b10c5f5 | refs/heads/master | 2021-01-11T06:46:14.876000 | 2017-11-09T02:58:26 | 2017-11-09T02:58:26 | 71,836,726 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exercises.sart1991.evaluacionfinal6.model;
import java.io.Serializable;
/**
* Created by sart1 on 5/9/2017.
*/
public class Vehicle implements Serializable {
private String registrationNumber;
private String clientId;
public Vehicle(String registrationNumber, String clientId) {
th... | UTF-8 | Java | 995 | java | Vehicle.java | Java | [
{
"context": ";\n\nimport java.io.Serializable;\n\n/**\n * Created by sart1 on 5/9/2017.\n */\n\npublic class Vehicle implements",
"end": 109,
"score": 0.9996013045310974,
"start": 104,
"tag": "USERNAME",
"value": "sart1"
}
] | null | [] | package com.exercises.sart1991.evaluacionfinal6.model;
import java.io.Serializable;
/**
* Created by sart1 on 5/9/2017.
*/
public class Vehicle implements Serializable {
private String registrationNumber;
private String clientId;
public Vehicle(String registrationNumber, String clientId) {
th... | 995 | 0.637186 | 0.625126 | 42 | 22.690475 | 21.804857 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309524 | false | false | 14 |
1c1f36ae5cf0cf77a7aa682c276afae282839f69 | 31,954,556,715,891 | 59847492fe816e2c364feeebd43f2b22f0347ac5 | /Array/Basic Questions/CheckArraySorted.java | 222982064448874146b30d466f2b7741b12e2910 | [] | no_license | chiraggup1995/Data-Structure-Algorithm | https://github.com/chiraggup1995/Data-Structure-Algorithm | c0bda2c17289908dccf8b838b00b9df096f56bbd | e98ee05666fcc966dca36d00c560cef619731f00 | refs/heads/main | 2023-07-04T22:07:41.984000 | 2021-08-19T03:58:13 | 2021-08-19T03:58:13 | 345,486,019 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class CheckArraySorted {
public static boolean check_sorted(int[] array){
boolean sorted_flag = true;
if(array.length == 0){
return sorted_flag;
}
for(int i =0; i < array.length-1; i++){
if(array[i] > array[i+1]){
sorted_flag = false;
... | UTF-8 | Java | 752 | java | CheckArraySorted.java | Java | [] | null | [] | public class CheckArraySorted {
public static boolean check_sorted(int[] array){
boolean sorted_flag = true;
if(array.length == 0){
return sorted_flag;
}
for(int i =0; i < array.length-1; i++){
if(array[i] > array[i+1]){
sorted_flag = false;
... | 752 | 0.485372 | 0.464096 | 28 | 25.857143 | 17.251738 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.678571 | false | false | 14 |
5ecdac7188a16e4e2c11b168b09bb1805fb3dd55 | 9,629,316,712,269 | 7f34a1e43bb1ec5091277025cb649f19183e4d9c | /sonarqube-companion-rest/src/main/java/pl/consdata/ico/sqcompanion/violation/project/GroupViolationsHistoryDiff.java | 70174d37bfdb134f013f59770df5560f7f1a9c64 | [
"MIT"
] | permissive | maciej-consdata/sonarqube-companion | https://github.com/maciej-consdata/sonarqube-companion | 1975c4d32f268053064177fe22adbf0c0cc59463 | 36748b08a7c7b83a1b9795ed30047d0c8cbda9f2 | refs/heads/master | 2020-05-31T14:38:38.875000 | 2019-06-05T06:03:53 | 2019-06-05T06:03:53 | 190,333,575 | 0 | 0 | MIT | true | 2019-06-05T05:49:43 | 2019-06-05T05:49:43 | 2019-04-01T11:30:39 | 2019-02-28T06:28:35 | 4,034 | 0 | 0 | 0 | null | false | false | package pl.consdata.ico.sqcompanion.violation.project;
import lombok.Builder;
import lombok.Data;
import pl.consdata.ico.sqcompanion.violation.Violations;
import pl.consdata.ico.sqcompanion.violation.project.ProjectViolationsHistoryDiff;
import java.util.List;
@Data
@Builder
public class GroupViolationsHistoryDiff {... | UTF-8 | Java | 526 | java | GroupViolationsHistoryDiff.java | Java | [] | null | [] | package pl.consdata.ico.sqcompanion.violation.project;
import lombok.Builder;
import lombok.Data;
import pl.consdata.ico.sqcompanion.violation.Violations;
import pl.consdata.ico.sqcompanion.violation.project.ProjectViolationsHistoryDiff;
import java.util.List;
@Data
@Builder
public class GroupViolationsHistoryDiff {... | 526 | 0.825095 | 0.825095 | 19 | 26.68421 | 25.60644 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 14 |
3d27c3ba1302d29a15264fb6e77ea56e294d6b9b | 5,454,608,500,227 | ccf3acc82cddeec37ee58277b4c4624618af5118 | /src/filter/DataFilter.java | 5741de9ba972b43ab1c0d5cedd631abe77450682 | [] | no_license | plaa/ArduinoAD | https://github.com/plaa/ArduinoAD | 6ba2a881ef92c588590f42aa72a380b4a943c7c2 | 650b8724f29640212796a9ce3811152716ec25fa | refs/heads/master | 2021-01-20T04:30:08.721000 | 2013-04-08T20:03:03 | 2013-04-08T20:03:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package filter;
import java.util.List;
import seriallistener.AbstractDataSource;
import seriallistener.DataListener;
import seriallistener.DataVO;
public abstract class DataFilter extends AbstractDataSource implements DataListener {
private int sampleCount = 0;
private int byteMissCount = 0;
private int timingMi... | UTF-8 | Java | 1,381 | java | DataFilter.java | Java | [] | null | [] | package filter;
import java.util.List;
import seriallistener.AbstractDataSource;
import seriallistener.DataListener;
import seriallistener.DataVO;
public abstract class DataFilter extends AbstractDataSource implements DataListener {
private int sampleCount = 0;
private int byteMissCount = 0;
private int timingMi... | 1,381 | 0.708182 | 0.703838 | 78 | 16.705128 | 18.551458 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 14 |
6d8824a58f9a486f5b9300e606ff0789833f9974 | 17,832,704,243,192 | 36bf72a3fe3c4abe2f2ba44166bbebdbc18a7643 | /nativelevel/Custom/Items/OssoMagico.java | c5c0f19bed8c4550d131dbb9aefe44f126a951f7 | [] | no_license | Ziden/KnightsOfMinecraft | https://github.com/Ziden/KnightsOfMinecraft | d682d786e4980fda9006902012e050b6d00f5cf8 | ff5ab136b716e4801e29800add39069b0bde1f5f | refs/heads/master | 2021-08-15T06:45:49.625000 | 2017-11-17T14:46:05 | 2017-11-17T14:46:05 | 110,597,785 | 14 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/*
╭╮╭━╮╱╱╭━╮╭━╮
┃┃┃╭╯╱╱┃┃╰╯┃┃
┃╰╯╯╭━━┫╭╮╭╮┃
┃╭╮┃┃╭╮┃┃┃┃┃┃
┃┃┃╰┫╰╯┃┃┃┃┃┃
╰╯╰━┻━━┻╯╰╯╰╯
Desenvolvedor: ZidenVentania
Colaboradores: NeT32, Gabripj, Feldmann
Patrocionio: InstaMC
*/
package nativelevel.Custom.Items;
import nativelevel.Custom.CustomItem;
import nativelevel.Jobs;
import nativelevel.KoM;
impo... | UTF-8 | Java | 1,107 | java | OssoMagico.java | Java | [
{
"context": "╯╰╯\n\n Desenvolvedor: ZidenVentania\n Colaboradores: NeT32, Gabripj, Feldmann\n Patrocionio: InstaMC\n\n */\npac",
"end": 147,
"score": 0.9846763014793396,
"start": 142,
"tag": "USERNAME",
"value": "NeT32"
},
{
"context": "esenvolvedor: ZidenVentania\n Colaboradores: N... | null | [] |
/*
╭╮╭━╮╱╱╭━╮╭━╮
┃┃┃╭╯╱╱┃┃╰╯┃┃
┃╰╯╯╭━━┫╭╮╭╮┃
┃╭╮┃┃╭╮┃┃┃┃┃┃
┃┃┃╰┫╰╯┃┃┃┃┃┃
╰╯╰━┻━━┻╯╰╯╰╯
Desenvolvedor: ZidenVentania
Colaboradores: NeT32, Gabripj, Feldmann
Patrocionio: InstaMC
*/
package nativelevel.Custom.Items;
import nativelevel.Custom.CustomItem;
import nativelevel.Jobs;
import nativelevel.KoM;
impo... | 1,107 | 0.6898 | 0.687697 | 43 | 21.093023 | 18.648293 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511628 | false | false | 14 |
7b2052781243dff06bfe4ce744599902239e699c | 31,619,549,254,323 | 199cd65095ec65fde6e588468e5284d41aa53f5b | /SortedIntList.java | 897c9e7e2ae082596cb94091790a67230657038d | [] | no_license | cindyhou0210/ArrayIntList | https://github.com/cindyhou0210/ArrayIntList | 7101152425781c00df3fbb7f93843b0f897ed88d | 08172494b3b170f9f2a3f915bd03be79e348c2c2 | refs/heads/master | 2020-11-29T23:24:19.504000 | 2019-12-26T09:54:16 | 2019-12-26T09:54:16 | 230,237,960 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main;
import java.util.*;
//Cindy hou
//Cosi12B
//Antonella Dililo
//cindyhou0210@brandeis.edu
//this is the sortedIntList object class with constructors and various methods, this class inherits
//basic behaviors from parent class ArrayIntList
public class SortedIntList extends ArrayIntList {
p... | UTF-8 | Java | 3,241 | java | SortedIntList.java | Java | [
{
"context": "package main;\r\n\r\nimport java.util.*;\r\n//Cindy hou\r\n//Cosi12B\r\n//Antonella Dililo\r\n//cindyhou0210@br",
"end": 49,
"score": 0.999879002571106,
"start": 40,
"tag": "NAME",
"value": "Cindy hou"
},
{
"context": "kage main;\r\n\r\nimport java.util.*;\r\n//Cindy ho... | null | [] | package main;
import java.util.*;
//<NAME>
//Cosi12B
//<NAME>
//<EMAIL>
//this is the sortedIntList object class with constructors and various methods, this class inherits
//basic behaviors from parent class ArrayIntList
public class SortedIntList extends ArrayIntList {
private boolean unique;
/**... | 3,210 | 0.55847 | 0.550447 | 164 | 17.762196 | 18.122503 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.04878 | false | false | 14 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.