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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c2859b6ef056a1a9312639e0524a006856ad904f | 24,111,946,463,295 | ff31dcb3a6c54ed1d90c8f9a784a9960ece928b3 | /src/main/java/cc/mrbird/febs/monitor/entity/AskInfo.java | d3b0d7486ae6b0fd635e3cd36e334f1409fdf77e | [
"Apache-2.0"
] | permissive | sanwan99/ChemistrySystem | https://github.com/sanwan99/ChemistrySystem | dfd606ee0d02f4c66320643e8cf1672f0ac8fd80 | 78d750a8bb748fd2c0e3f9b060a5a47b3c91e1cb | refs/heads/master | 2023-07-25T09:44:13.182000 | 2021-09-09T03:25:24 | 2021-09-09T03:25:24 | 404,569,092 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cc.mrbird.febs.monitor.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.wuwen... | UTF-8 | Java | 1,262 | java | AskInfo.java | Java | [] | null | [] | package cc.mrbird.febs.monitor.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.wuwen... | 1,262 | 0.737179 | 0.71875 | 45 | 26.733334 | 19.249704 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511111 | false | false | 7 |
d3a21bb07daa557bbf731c214cb60fcb37be952d | 21,672,405,037,660 | 76e099eda8969cad945678e93f9e48655d76685e | /MoneyLover/app/src/main/java/com/facebook/crypto/keygen/PasswordBasedKeyDerivation.java | 137fab0120943a70380f335cfc435e55cbf458d1 | [] | no_license | NguyenTheTrinh/money | https://github.com/NguyenTheTrinh/money | 44536145980466973c9599ad81c52cc228834223 | 4a471a10dabb3f42a98c398367ab44c834bbadfb | refs/heads/master | 2018-05-02T14:39:20.869000 | 2017-12-05T04:52:07 | 2017-12-05T04:52:07 | 92,408,243 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.crypto.keygen;
import com.facebook.crypto.util.*;
import java.security.*;
import com.facebook.crypto.exception.*;
public class PasswordBasedKeyDerivation
{
public static final int DEFAULT_ITERATIONS = 4096;
public static final int DEFAULT_KEY_LENGTH = 16;
private static final int DEFA... | UTF-8 | Java | 3,326 | java | PasswordBasedKeyDerivation.java | Java | [
{
"context": "nnot be null\");\n }\n this.mPassword = mPassword;\n return this;\n }\n \n public Passw",
"end": 3021,
"score": 0.9901931285858154,
"start": 3012,
"tag": "PASSWORD",
"value": "mPassword"
}
] | null | [] | package com.facebook.crypto.keygen;
import com.facebook.crypto.util.*;
import java.security.*;
import com.facebook.crypto.exception.*;
public class PasswordBasedKeyDerivation
{
public static final int DEFAULT_ITERATIONS = 4096;
public static final int DEFAULT_KEY_LENGTH = 16;
private static final int DEFA... | 3,327 | 0.653638 | 0.643716 | 99 | 32.595959 | 26.774374 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535354 | false | false | 7 |
ac0af92de19332305c42c49a7a100f8030cffd93 | 36,507,222,028,363 | 59c304ba8532e2d06f549dfc1f4258ac5e90ab65 | /voronoi-pages-app/src/test/java/uq/VoronoiDiagramGenerator.java | 856395002646fad0f7b11cea3d823b68a6766cf1 | [] | no_license | douglasapeixoto/voronoi-pages-spark | https://github.com/douglasapeixoto/voronoi-pages-spark | 5c70348885dfae022eb6adca0c4e0fcd9c157ce5 | 0246d272e083c3c22102990e9aab841dbaf8f7dd | refs/heads/master | 2020-12-29T00:13:08.771000 | 2016-06-15T08:23:19 | 2016-06-15T08:23:19 | 46,105,129 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uq;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import uq.spatial.Point;
import uq.spatial.delaunay.DelaunayTriangulation;
import uq.spatial.delaunay.TriangleEdge;
import uq.spatial.delaunay.Triangle;
/**
* Build a Voronoi diagram from a set of points (pivots).
* Given a... | UTF-8 | Java | 3,322 | java | VoronoiDiagramGenerator.java | Java | [
{
"context": "nts, i.e. same X and Y coordinates.\n * \n * @author uqdalves\n *\n */\n@SuppressWarnings(\"serial\")\npublic class V",
"end": 603,
"score": 0.9995381832122803,
"start": 595,
"tag": "USERNAME",
"value": "uqdalves"
}
] | null | [] | package uq;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import uq.spatial.Point;
import uq.spatial.delaunay.DelaunayTriangulation;
import uq.spatial.delaunay.TriangleEdge;
import uq.spatial.delaunay.Triangle;
/**
* Build a Voronoi diagram from a set of points (pivots).
* Given a... | 3,322 | 0.665262 | 0.626129 | 116 | 27.637932 | 20.746996 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.706897 | false | false | 7 |
a9fa32187508ba8944e0e7a22856d74411705b9a | 35,562,329,239,553 | e0971d53af9383480eda3f984be7c11b0ab492e0 | /src/test/java/phrasecount/PhraseCounterTest.java | 91a6877a565b320c2f47aabc0f56cd2364a85d93 | [
"Apache-2.0"
] | permissive | keith-turner/phrasecount | https://github.com/keith-turner/phrasecount | ec83ab91f57410c287e0b219cb23d1bb58217bf4 | fde5547ccd9ca98e7fd727a71d028f884e26ce0d | refs/heads/master | 2021-01-18T05:21:28.086000 | 2015-06-24T21:39:37 | 2015-06-24T21:39:37 | 24,682,945 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package phrasecount;
import java.util.Arrays;
import java.util.Map;
import java.util.Random;
import java.util.concurrent.atomic.AtomicInteger;
import io.fluo.api.client.FluoAdmin.InitOpts;
import io.fluo.api.client.FluoClient;
import io.fluo.api.client.FluoFactory;
import io.fluo.api.client.LoaderExecutor;
import io.... | UTF-8 | Java | 9,672 | java | PhraseCounterTest.java | Java | [
{
"context": "final PasswordToken password = new PasswordToken(\"secret\");\n private static AtomicInteger tableCounter = ",
"end": 1535,
"score": 0.9779514074325562,
"start": 1529,
"tag": "PASSWORD",
"value": "secret"
},
{
"context": "umuloUser(\"root\");\n props.setAccumuloPass... | null | [] | package phrasecount;
import java.util.Arrays;
import java.util.Map;
import java.util.Random;
import java.util.concurrent.atomic.AtomicInteger;
import io.fluo.api.client.FluoAdmin.InitOpts;
import io.fluo.api.client.FluoClient;
import io.fluo.api.client.FluoFactory;
import io.fluo.api.client.LoaderExecutor;
import io.... | 9,680 | 0.715984 | 0.703474 | 254 | 37.074802 | 33.069931 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.086614 | false | false | 7 |
253f3f26bd4983b8f408612bffbdcdbd4449a6ba | 38,147,899,523,096 | cc16de383b8d4ea97d21a1b43bf4fd35b5114d19 | /flow-server/src/main/java/com/vaadin/flow/internal/Range.java | 8d5a60217967d56e57e7ce4549fe6336c7b84b80 | [
"Apache-2.0"
] | permissive | vaadin/flow | https://github.com/vaadin/flow | 2c1e446473a2f7d53bde4e5e41c36c96189b50f0 | 9f14bcd948457c44dfc1f5cf2ad27a43153775cf | refs/heads/main | 2023-09-04T04:26:45.702000 | 2023-09-01T12:52:14 | 2023-09-01T12:52:14 | 34,809,191 | 561 | 234 | Apache-2.0 | false | 2023-09-14T15:11:05 | 2015-04-29T17:54:35 | 2023-09-12T15:14:18 | 2023-09-14T15:11:03 | 189,270 | 517 | 151 | 1,056 | Java | false | false | /*
* Copyright 2000-2023 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | UTF-8 | Java | 15,193 | java | Range.java | Java | [
{
"context": "/*\n * Copyright 2000-2023 Vaadin Ltd.\n *\n * Licensed under the Apache License, Version",
"end": 36,
"score": 0.8817700743675232,
"start": 26,
"tag": "NAME",
"value": "Vaadin Ltd"
},
{
"context": "amed or removed in a future release.\n *\n * @author Vaadin Ltd\n * @si... | null | [] | /*
* Copyright 2000-2023 <NAME>.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | 15,185 | 0.571776 | 0.56763 | 460 | 32.028259 | 26.250244 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.293478 | false | false | 7 |
c9b020faae3d1cbaf4a5828a4fe4d29c50942a09 | 19,928,648,300,257 | 7765a099755511bef079595c1741b035851b1e8d | /src/com/kh/groumoa/group/model/service/ReplyService.java | 2114cc30b504b1cabbfe79d8680b710115c2920d | [] | no_license | SurrealView/SemiGroumoa | https://github.com/SurrealView/SemiGroumoa | c142a1940fd1326e4e5034defea6a1e41c59e020 | 538903fd99126aa92ad57f94feff86cd8f8010ae | refs/heads/master | 2022-12-23T22:58:18.517000 | 2020-10-04T14:09:21 | 2020-10-04T14:09:21 | 277,715,344 | 0 | 0 | null | false | 2020-07-28T05:46:59 | 2020-07-07T04:21:36 | 2020-07-28T05:46:25 | 2020-07-28T05:46:58 | 12,210 | 0 | 0 | 0 | JavaScript | false | false | package com.kh.groumoa.group.model.service;
import static com.kh.groumoa.common.JDBCTemplate.close;
import static com.kh.groumoa.common.JDBCTemplate.commit;
import static com.kh.groumoa.common.JDBCTemplate.getConnection;
import static com.kh.groumoa.common.JDBCTemplate.rollback;
import java.sql.Connection;
im... | UTF-8 | Java | 1,171 | java | ReplyService.java | Java | [] | null | [] | package com.kh.groumoa.group.model.service;
import static com.kh.groumoa.common.JDBCTemplate.close;
import static com.kh.groumoa.common.JDBCTemplate.commit;
import static com.kh.groumoa.common.JDBCTemplate.getConnection;
import static com.kh.groumoa.common.JDBCTemplate.rollback;
import java.sql.Connection;
im... | 1,171 | 0.70965 | 0.708796 | 44 | 24.5 | 24.298803 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.727273 | false | false | 7 |
fb3bc92bf911149f49111e9922a88c3f7f7ccc50 | 23,570,780,563,437 | 5d76a028d691d84506b7c5779aa0213fa5132b1f | /src/main/java/classes/Collection.java | 87059ef3c189cc91e497f4041e8bc00da0f6761a | [] | no_license | pablocloud/MongoSync | https://github.com/pablocloud/MongoSync | bb32a9f5c1b9f25299629974fb5967c8e344779c | c1a3602a41e7586c4ac60f129858a7fc3bb9ef80 | refs/heads/master | 2021-01-22T00:32:46.249000 | 2016-10-16T23:37:23 | 2016-10-16T23:37:23 | 68,279,576 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package classes;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class Collection implements Serializable {
@SerializedName("databaseOrigin")
private String databaseOrigin;
@SerializedName("databaseFinal")
private String databaseFinal;
@SerializedName("nam... | UTF-8 | Java | 2,831 | java | Collection.java | Java | [] | null | [] | package classes;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
public class Collection implements Serializable {
@SerializedName("databaseOrigin")
private String databaseOrigin;
@SerializedName("databaseFinal")
private String databaseFinal;
@SerializedName("nam... | 2,831 | 0.660544 | 0.660544 | 123 | 22.01626 | 22.000732 | 166 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.373984 | false | false | 7 |
bf6c9705da714bb6e287bdc1da3371e9d356a2b0 | 31,112,743,134,481 | 27589488144a2844284185963aed686d1d7b2169 | /src/Pokemon/Skill/D/DragonAscent.java | 2fd19e5867a6445844e59d110bcdaca4e1b9fa50 | [] | no_license | EternalVenus/Deep-Atlas | https://github.com/EternalVenus/Deep-Atlas | f07794da3e875881226b29cd4ed83877d1706719 | facf24fff202fc844a548e916092cd44aead9171 | refs/heads/master | 2021-08-23T03:52:21.917000 | 2017-12-03T02:37:02 | 2017-12-03T02:37:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Pokemon.Skill.D;
import Pokemon.Type;
import Pokemon.Skill.*;
import Pokemon.Pokemons.Pokemon;
public class DragonAscent extends Skill {
public DragonAscent() {
super("Draco Ascent",
new Type("Dragon"),
"none",
120,
"Drago... | UTF-8 | Java | 990 | java | DragonAscent.java | Java | [] | null | [] | package Pokemon.Skill.D;
import Pokemon.Type;
import Pokemon.Skill.*;
import Pokemon.Pokemons.Pokemon;
public class DragonAscent extends Skill {
public DragonAscent() {
super("Draco Ascent",
new Type("Dragon"),
"none",
120,
"Drago... | 990 | 0.557576 | 0.553535 | 36 | 25.5 | 25.292181 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 7 |
933f2c3d93484e42302ede79ade88dfe9e039329 | 24,601,572,730,132 | 42534ea8f2848964e0b58755f338a4de65db5b44 | /src/com/cooksys/dtms/ListServices.java | 34bf997c730f89a1bc84d65f4c72b61a980e16e1 | [] | no_license | pradeeptabhattacharya/DT-Rest-Playground | https://github.com/pradeeptabhattacharya/DT-Rest-Playground | 99c9b44f3a06652b86dbb789552f4dd763b805d7 | fe161539fe1a530f507c31a648749f77ce0a4aaf | refs/heads/master | 2016-04-19T19:17:47.906000 | 2015-06-05T03:47:23 | 2015-06-05T03:47:23 | 36,851,670 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cooksys.dtms;
import static spark.Spark.get;
import java.util.List;
import org.codehaus.jackson.map.ObjectMapper;
import com.cooksys.dao.ListUtilDAO;
import com.cooksys.dto.LineOfBusiness;
import com.cooksys.dto.ValueHolder;
import com.cooksys.factory.DAOConstants;
import com.cooksys.factory.DAOFactory;... | UTF-8 | Java | 3,387 | java | ListServices.java | Java | [] | null | [] | package com.cooksys.dtms;
import static spark.Spark.get;
import java.util.List;
import org.codehaus.jackson.map.ObjectMapper;
import com.cooksys.dao.ListUtilDAO;
import com.cooksys.dto.LineOfBusiness;
import com.cooksys.dto.ValueHolder;
import com.cooksys.factory.DAOConstants;
import com.cooksys.factory.DAOFactory;... | 3,387 | 0.715973 | 0.715973 | 94 | 35.031914 | 29.271456 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.712766 | false | false | 7 |
c5ccdcf7550d6e21cf11af5728e53f6c0d17412d | 5,420,248,750,003 | dc62831624992de25e9ebbb16f80d6ef6612d18b | /app/src/main/java/com/mounacheikhna/reactiveapp/ui/search/SearchPresenter.java | 8440f3c8504c5a551f0eb18ae6e353097658c2d8 | [] | no_license | chemouna/ReactiveApp | https://github.com/chemouna/ReactiveApp | cc7db8ad25b85165ffb42ab2ca8aff91fca8b05e | 678edce35aa19a655a41675a322bd5a66c044342 | refs/heads/master | 2021-01-10T13:36:52.298000 | 2016-03-29T02:55:08 | 2016-03-29T02:55:08 | 53,825,600 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mounacheikhna.reactiveapp.ui.search;
import com.mounacheikhna.reactiveapp.annotation.ScopeSingleton;
import com.mounacheikhna.reactiveapp.api.geonames.GeonamesApi;
import com.mounacheikhna.reactiveapp.api.geonames.model.Geoname;
import com.mounacheikhna.reactiveapp.data.TripsSource;
import com.mounacheikhn... | UTF-8 | Java | 995 | java | SearchPresenter.java | Java | [
{
"context": "t.Inject;\nimport rx.Observable;\n\n/**\n * Created by cheikhnamouna on 3/14/16.\n */\n@ScopeSingleton(SearchView.Search",
"end": 516,
"score": 0.9996191263198853,
"start": 503,
"tag": "USERNAME",
"value": "cheikhnamouna"
}
] | null | [] | package com.mounacheikhna.reactiveapp.ui.search;
import com.mounacheikhna.reactiveapp.annotation.ScopeSingleton;
import com.mounacheikhna.reactiveapp.api.geonames.GeonamesApi;
import com.mounacheikhna.reactiveapp.api.geonames.model.Geoname;
import com.mounacheikhna.reactiveapp.data.TripsSource;
import com.mounacheikhn... | 995 | 0.792965 | 0.78794 | 33 | 29.121212 | 25.764383 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 7 |
66f0c8a828c66e4e5eafb4f79a042c2d942c4c31 | 25,838,523,278,334 | 5ee31eb19eaf07830f1c050b3552c8ed573540a5 | /src/main/java/at/lingu/sqlcompose/restriction/OrRestriction.java | 9a398b31fde93e6fc1b396f7c9fe2749e00eb4fb | [
"MIT"
] | permissive | flof/sqlcompose | https://github.com/flof/sqlcompose | a1fc3993e0e972837b9bb591e6bf32c60202b349 | d012506e2546476f41cdc748afd6334465289609 | refs/heads/master | 2016-09-05T17:14:32.477000 | 2014-12-22T23:09:34 | 2014-12-22T23:09:34 | 26,605,787 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.lingu.sqlcompose.restriction;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
*
* @author flo
*/
public class OrRestriction extends Restriction {
private List<Restriction> restrictions = new ArrayList<>();
public OrRestriction(Restriction... restrictions) {
this.res... | UTF-8 | Java | 540 | java | OrRestriction.java | Java | [
{
"context": ".Arrays;\nimport java.util.List;\n\n/**\n *\n * @author flo\n */\npublic class OrRestriction extends Restrictio",
"end": 140,
"score": 0.9774596095085144,
"start": 137,
"tag": "USERNAME",
"value": "flo"
}
] | null | [] | package at.lingu.sqlcompose.restriction;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
*
* @author flo
*/
public class OrRestriction extends Restriction {
private List<Restriction> restrictions = new ArrayList<>();
public OrRestriction(Restriction... restrictions) {
this.res... | 540 | 0.753704 | 0.753704 | 27 | 19 | 20.946138 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.814815 | false | false | 7 |
ecc876e0c8447fcc643ceed53cbf9e5204e7f18c | 2,276,332,695,076 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/alibaba--druid/ffeb629f0d80e95f74b02c37a7141659d4e28b97/before/MockConnectionFactory.java | f43ce5a38d8e9d85531b1400e393d538dbfcbe26 | [] | no_license | fracz/refactor-extractor | https://github.com/fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211000 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.alibaba.druid.mock;
import java.util.Properties;
public interface MockConnectionFactory {
MockConnection createConnection(MockDriver driver, String url, Properties connectProperties);
} | UTF-8 | Java | 204 | java | MockConnectionFactory.java | Java | [] | null | [] | package com.alibaba.druid.mock;
import java.util.Properties;
public interface MockConnectionFactory {
MockConnection createConnection(MockDriver driver, String url, Properties connectProperties);
} | 204 | 0.823529 | 0.823529 | 8 | 24.625 | 31.432219 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 7 |
ac90e3a6aea3c0955d8a1f3cd4c49288fb4ca963 | 13,726,715,514,429 | 8591cd64ef287c9efffbc8a253ed3898f2e3bd01 | /app/src/main/java/com/example/androidspiritgame/adapter/MyRecyclerAdapter.java | a564e4ac1fcd4305a4497076b66ecb5ef425dd1c | [] | no_license | OuFungWah/AndroidSpiritGame | https://github.com/OuFungWah/AndroidSpiritGame | 678b398db377aaf80f89b2374200e4c2591bdc96 | fe49a25c13357180d8d41ac678523ffa225e455e | refs/heads/master | 2022-04-10T04:45:21.837000 | 2022-04-08T03:30:54 | 2022-04-08T03:30:54 | 92,178,907 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.androidspiritgame.adapter;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.androidspiritgame.R;
import com.example.android... | UTF-8 | Java | 2,690 | java | MyRecyclerAdapter.java | Java | [
{
"context": "Hero;\n\n\nimport java.util.List;\n\n/**\n * Created by 区枫华 on 2017/a5/24.\n */\n\npublic class MyRecyclerAdapte",
"end": 389,
"score": 0.9422745704650879,
"start": 386,
"tag": "USERNAME",
"value": "区枫华"
}
] | null | [] | package com.example.androidspiritgame.adapter;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.androidspiritgame.R;
import com.example.android... | 2,690 | 0.673249 | 0.665797 | 78 | 33.410255 | 29.508554 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.576923 | false | false | 7 |
db973f72576b2af8ccfcfe93be40f054930fbf4c | 18,330,920,447,022 | a26e854d2fdceb7b83aa036d180894f8ab39b76d | /yc-ucenter-core/src/main/java/com/ai/yc/ucenter/constants/eunm/EditPassResultCodeConstantsEnum.java | 384d8815a9bfda7fbca4e1884151423430233808 | [] | no_license | newSue/yc-ucenter | https://github.com/newSue/yc-ucenter | efbaca888f450e8908601853ea4d0c4c6b9615aa | 7ee7f72db9454713204fd46c2557a2a2757df284 | refs/heads/master | 2018-05-02T02:54:20.619000 | 2017-05-24T09:06:55 | 2017-05-24T09:06:55 | 92,350,716 | 0 | 1 | null | true | 2017-05-25T01:10:40 | 2017-05-25T01:10:40 | 2017-05-23T15:56:03 | 2017-05-24T09:07:03 | 2,790 | 0 | 0 | 0 | null | null | null | package com.ai.yc.ucenter.constants.eunm;
public enum EditPassResultCodeConstantsEnum implements IConstantsEnum{
OLDPASS_ERROR("旧密码输入有误,修改失败",-1),
NONERECORD_ERROR("没有生效记录,修改失败",-7),
OVERDUE_ERROR("验证码过期,修改/绑定失败",0);
EditPassResultCodeConstantsEnum(String value,int idx) {
this.value = value;
... | UTF-8 | Java | 987 | java | EditPassResultCodeConstantsEnum.java | Java | [] | null | [] | package com.ai.yc.ucenter.constants.eunm;
public enum EditPassResultCodeConstantsEnum implements IConstantsEnum{
OLDPASS_ERROR("旧密码输入有误,修改失败",-1),
NONERECORD_ERROR("没有生效记录,修改失败",-7),
OVERDUE_ERROR("验证码过期,修改/绑定失败",0);
EditPassResultCodeConstantsEnum(String value,int idx) {
this.value = value;
... | 987 | 0.625963 | 0.622662 | 44 | 19.681818 | 20.418098 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 7 |
1895eb442c890103b83dccdf86782284ba0409da | 12,378,095,775,496 | 013e83b707fe5cd48f58af61e392e3820d370c36 | /spring-tx/src/main/java/org/springframework/transaction/interceptor/AbstractFallbackTransactionAttributeSource.java | 246917641b756b6b1b5f9f29c6dd92eaedabba0a | [] | no_license | yuexiaoguang/spring4 | https://github.com/yuexiaoguang/spring4 | 8376f551fefd33206adc3e04bc58d6d32a825c37 | 95ea25bbf46ee7bad48307e41dcd027f1a0c67ae | refs/heads/master | 2020-05-27T20:27:54.768000 | 2019-09-02T03:39:57 | 2019-09-02T03:39:57 | 188,770,867 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.springframework.transaction.interceptor;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.core.BridgeMeth... | UTF-8 | Java | 6,536 | java | AbstractFallbackTransactionAttributeSource.java | Java | [] | null | [] | package org.springframework.transaction.interceptor;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.core.BridgeMeth... | 6,536 | 0.71762 | 0.71548 | 193 | 25.642487 | 26.391073 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.823834 | false | false | 7 |
87928af4a20dd50c866e8a03fb096d095937fa6e | 17,368,847,771,275 | b5436b52146df4589e8708b8f2a3db380f5a1506 | /app/src/main/java/org/p072b/p073a/p074a/p075a/p078c/cz$b.java | 35ad495d46db65aa4cf952c92c92df972ac77a4c | [] | no_license | KobeGong/AzarDev2 | https://github.com/KobeGong/AzarDev2 | 3af539544a69ea62de64b0ffd3d42c7a2c96fc0e | 93549dce7a675c6ba4992590f8313b5ca679e6c7 | refs/heads/master | 2018-02-09T15:11:24.821000 | 2017-07-10T13:18:21 | 2017-07-10T13:18:21 | 96,779,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.p072b.p073a.p074a.p075a.p078c;
import javax.annotation.Nullable;
final class cz$b<K, V> extends bo<K, V> {
private final bo<K, V> f8174c;
cz$b(K k, V v, bo<K, V> boVar) {
super(k, v);
this.c = boVar;
}
cz$b(bo<K, V> boVar, bo<K, V> boVar2) {
super(boVar);
... | UTF-8 | Java | 467 | java | cz$b.java | Java | [] | null | [] | package org.p072b.p073a.p074a.p075a.p078c;
import javax.annotation.Nullable;
final class cz$b<K, V> extends bo<K, V> {
private final bo<K, V> f8174c;
cz$b(K k, V v, bo<K, V> boVar) {
super(k, v);
this.c = boVar;
}
cz$b(bo<K, V> boVar, bo<K, V> boVar2) {
super(boVar);
... | 467 | 0.511777 | 0.449679 | 26 | 16.961538 | 14.685107 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807692 | false | false | 7 |
d3b638fce2996ff327326d7c2c6a5866e352c8a0 | 24,524,263,296,845 | 20e6c083bb944902d50d63c59eac37ea31d6ca8d | /app/src/main/java/com/huebelancer/ccscreener/Activities/StockDetails/StockDetailsFragment.java | e9070a86e01f2c901a2857e883b8d3b75b20f3b5 | [] | no_license | mahuebel/ccscreener-android | https://github.com/mahuebel/ccscreener-android | 1f2298f5c7af79887f3da322fc9a018eff4927b8 | d15e3feda503e10567e003b9effa415133a81181 | refs/heads/master | 2021-01-22T20:26:43.832000 | 2017-08-18T10:23:05 | 2017-08-18T10:23:05 | 100,701,216 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huebelancer.ccscreener.Activities.StockDetails;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.DividerItemDecoration;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.w... | UTF-8 | Java | 6,144 | java | StockDetailsFragment.java | Java | [] | null | [] | package com.huebelancer.ccscreener.Activities.StockDetails;
import android.content.Context;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.DividerItemDecoration;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.w... | 6,144 | 0.665365 | 0.664714 | 204 | 29.117647 | 24.971865 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509804 | false | false | 7 |
d682f4ed6ce4c36aa9b48cf62882ea58ce92f34f | 30,597,347,048,900 | 8f69f0376bef2d9b364c902d9ed56e77a828d1ee | /src/main/java/org/gnuhpc/interview/leetcode/solutions/MaxSubArrayLen.java | a57195b464b8a7df9b1177e2a7643ba6030c1e58 | [] | no_license | datainsect/All-About-SDE-Interview | https://github.com/datainsect/All-About-SDE-Interview | 58a3e803374355026b2c8fc8670f49509ef5e4e5 | 1114e0445be28ebda4228ea4dd190121317092b3 | refs/heads/master | 2022-05-28T23:11:13.180000 | 2020-04-22T06:27:26 | 2020-04-22T06:27:26 | 259,385,255 | 0 | 3 | null | true | 2020-04-27T16:13:42 | 2020-04-27T16:13:41 | 2020-04-27T16:13:40 | 2020-04-22T06:27:33 | 27,180 | 0 | 0 | 0 | null | false | false | package org.gnuhpc.interview.leetcode.solutions;
import org.junit.Test;
import java.util.HashMap;
import java.util.Map;
public class MaxSubArrayLen {
public int maxSubArrayLen(int[] nums, int k) {
int ans = 0;
//相要的值 -- 和终止的对应位置
Map<Integer, Integer> map = new HashMap<Integer, Integer>()... | UTF-8 | Java | 1,241 | java | MaxSubArrayLen.java | Java | [] | null | [] | package org.gnuhpc.interview.leetcode.solutions;
import org.junit.Test;
import java.util.HashMap;
import java.util.Map;
public class MaxSubArrayLen {
public int maxSubArrayLen(int[] nums, int k) {
int ans = 0;
//相要的值 -- 和终止的对应位置
Map<Integer, Integer> map = new HashMap<Integer, Integer>()... | 1,241 | 0.476582 | 0.461791 | 51 | 22.862745 | 20.844917 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 7 |
a0022a86752e7058b557ca97392fdee21192a258 | 523,986,065,120 | bca9fde0d821394e51c8b29ba9d5696b2e32ebeb | /src/com/kvlahov/client/components/ReceiptItemListComponent.java | 61b273ace91be8ab06e6941a56b1788a4e153cff | [] | no_license | kvlahov/JavaProjekt | https://github.com/kvlahov/JavaProjekt | 63da8d5795998894c5db366cd74b4563f699c1c6 | 74cb0e55772c8276bc488223b3f7e65627f13a06 | refs/heads/master | 2020-06-11T19:27:40.100000 | 2019-09-17T10:07:53 | 2019-09-17T10:07:53 | 194,060,567 | 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 com.kvlahov.client.components;
import com.kvlahov.model.ReceiptItem;
import java.awt.Color;
import java.util.ArrayList;
import... | UTF-8 | Java | 5,360 | java | ReceiptItemListComponent.java | Java | [
{
"context": "javax.swing.border.MatteBorder;\n\n/**\n *\n * @author lordo\n */\npublic class ReceiptItemListComponent extends",
"end": 496,
"score": 0.7056029438972473,
"start": 491,
"tag": "USERNAME",
"value": "lordo"
}
] | 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 com.kvlahov.client.components;
import com.kvlahov.model.ReceiptItem;
import java.awt.Color;
import java.util.ArrayList;
import... | 5,360 | 0.682276 | 0.658582 | 135 | 38.703705 | 30.870836 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.992593 | false | false | 7 |
3224d96de139a01f7926eefbfd77a66ae2fddfa7 | 27,092,653,751,370 | bb255f11f1fff04e4fc4d2ac5f7ce000979bca30 | /src/data/impl/NodeDataImpl.java | d808fc579adc0ef8507cbd1096995662f6047f1a | [] | no_license | Londane/1 | https://github.com/Londane/1 | 22fd2a2f88e996807a58a284e3fc8cf9528776f8 | 977e089a8a510d17632d6b5778f8046ebc209234 | refs/heads/master | 2016-09-11T10:55:58.088000 | 2015-06-18T22:56:47 | 2015-06-18T22:56:47 | 32,801,699 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package data.impl;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import parameter.FeatureEntity;
import data.NodeData;
public class NodeDataImpl implements NodeData
{
private String name;
private final List<FeatureEntity<?>> features;
public NodeDataImpl(NodeData dataToCopy)
{
... | UTF-8 | Java | 2,090 | java | NodeDataImpl.java | Java | [] | null | [] | package data.impl;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import parameter.FeatureEntity;
import data.NodeData;
public class NodeDataImpl implements NodeData
{
private String name;
private final List<FeatureEntity<?>> features;
public NodeDataImpl(NodeData dataToCopy)
{
... | 2,090 | 0.7 | 0.7 | 110 | 18 | 20.872774 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.490909 | false | false | 7 |
3093973aea89122ca68d5491e1d12cb5d50424a4 | 240,518,211,789 | eb8462bdd33422dc28639e84409ec931a60589b0 | /src/main/java/com/wanggang/service/ForumService.java | b7e651a2a092d22afd60c74b09586f6b770a75f2 | [] | no_license | BraveGang/hellomvn | https://github.com/BraveGang/hellomvn | 00befa990968bcce03e03b595d0365e9ddef91f7 | cb740bea9cf117d81633873e0cc42e6627803a7c | refs/heads/master | 2016-12-19T14:14:21.278000 | 2016-08-19T14:13:56 | 2016-08-19T14:13:56 | 65,869,327 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wanggang.service;
import com.wanggang.dao.PostDao;
import com.wanggang.dao.TopicDao;
import com.wanggang.dao.UserDao;
import com.wanggang.domain.Board;
import com.wanggang.domain.Post;
import com.wanggang.domain.Topic;
import java.util.List;
/**
* Created by 200939 on 2016/8/17.
*/
public class ForumSe... | UTF-8 | Java | 931 | java | ForumService.java | Java | [
{
"context": "Topic;\n\nimport java.util.List;\n\n/**\n * Created by 200939 on 2016/8/17.\n */\npublic class ForumService {\n\n ",
"end": 281,
"score": 0.9974601864814758,
"start": 275,
"tag": "USERNAME",
"value": "200939"
}
] | null | [] | package com.wanggang.service;
import com.wanggang.dao.PostDao;
import com.wanggang.dao.TopicDao;
import com.wanggang.dao.UserDao;
import com.wanggang.domain.Board;
import com.wanggang.domain.Post;
import com.wanggang.domain.Topic;
import java.util.List;
/**
* Created by 200939 on 2016/8/17.
*/
public class ForumSe... | 931 | 0.670247 | 0.656284 | 65 | 13.323077 | 17.097105 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 7 |
a1cc36d20583d84884d2fd015e0ae1f465808088 | 26,542,897,930,407 | 1f627f828a4a32ba8fa619e43c6306fa2b664d50 | /evoting-auth/auth-security/src/main/java/ua/org/code4ua/evoting/auth/security/validation/RemoteTokenValidator.java | 32fa16b4b0b1dc66d449307f75bd9e598f85cc1b | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | code4ua/evoting | https://github.com/code4ua/evoting | 6dbebe045fea894fbcf328a58c9868393d382e17 | feac687f7282e86d019872c5c885560e91d2a786 | HEAD | 2016-05-09T17:33:39.861000 | 2016-03-08T01:54:37 | 2016-03-07T22:55:04 | 50,483,075 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.org.code4ua.evoting.auth.security.validation;
import ua.org.code4ua.evoting.auth.repository.domain.Token;
import ua.org.code4ua.evoting.auth.security.validation.api.TokenValidator;
/**
* @author <<a href="mailto:illia.ovchynnikov@gmail.com">illia.ovchynnikov@gmail.com</a>>
*/
public class RemoteTok... | UTF-8 | Java | 530 | java | RemoteTokenValidator.java | Java | [
{
"context": "kenValidator;\n\n/**\n * @author <<a href=\"mailto:illia.ovchynnikov@gmail.com\">illia.ovchynnikov@gmail.com</a>>\n */\npublic c",
"end": 256,
"score": 0.9999234676361084,
"start": 229,
"tag": "EMAIL",
"value": "illia.ovchynnikov@gmail.com"
},
{
"context": " <<... | null | [] | package ua.org.code4ua.evoting.auth.security.validation;
import ua.org.code4ua.evoting.auth.repository.domain.Token;
import ua.org.code4ua.evoting.auth.security.validation.api.TokenValidator;
/**
* @author <<a href="mailto:<EMAIL>"><EMAIL></a>>
*/
public class RemoteTokenValidator implements TokenValidator {
... | 490 | 0.756604 | 0.750943 | 15 | 34.333332 | 32.35154 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
e772abd595c8e6210c567813c559e7cd94b99b4c | 17,987,323,082,111 | d656855d543c5a15fe0c8c908548a7adc9b8f8a9 | /src/samuraiAI/Battleaxplayer.java | 7e590420fd478a714f8bc97d186dddf806110a93 | [] | no_license | subZHS/wushiai | https://github.com/subZHS/wushiai | 1fbc49ffb6fb5733bffa71062817d3f5184331f2 | 568f40dde82d43260c7afc00f7bba9cbb9994544 | refs/heads/master | 2021-01-01T03:42:19.419000 | 2016-05-08T04:03:05 | 2016-05-08T04:03:05 | 58,295,232 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package samuraiAI;
public class Battleaxplayer extends Player {
@Override
public GameInfo play(GameInfo info) {
// TODO Auto-generated method stub
return null;
}
}
| UTF-8 | Java | 174 | java | Battleaxplayer.java | Java | [] | null | [] | package samuraiAI;
public class Battleaxplayer extends Player {
@Override
public GameInfo play(GameInfo info) {
// TODO Auto-generated method stub
return null;
}
}
| 174 | 0.741379 | 0.741379 | 11 | 14.818182 | 16.196623 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 7 |
97625bb0c13930104fdb0ae60a5bf51e048bda87 | 5,420,248,772,782 | a38b675e97dc36e27934d3001221b4c1bdeb4264 | /src/main/java/com/example/model/AcessoModel.java | 93bf0106071dc5b5904b5b90c6636510257f95a3 | [] | no_license | DyeslenSilva/imetricsDesafio | https://github.com/DyeslenSilva/imetricsDesafio | 716b8bfe839492324bfc0f2bd0b8e787b1dcba51 | 4c04f64b9059516ab82be4505000d1948ba3e355 | refs/heads/master | 2023-02-14T00:59:25.345000 | 2021-01-06T18:17:56 | 2021-01-06T18:17:56 | 327,315,631 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.model;
public class AcessoModel {
/*
* Classe de modelo de acesso do empregado
*/
private Integer acessoId;
private String email;
private EmpregadoModel empregado;
private String password;
public Integer getAcessoId() {
return acessoId;
}
public void setAcessoId(Intege... | UTF-8 | Java | 775 | java | AcessoModel.java | Java | [] | null | [] | package com.example.model;
public class AcessoModel {
/*
* Classe de modelo de acesso do empregado
*/
private Integer acessoId;
private String email;
private EmpregadoModel empregado;
private String password;
public Integer getAcessoId() {
return acessoId;
}
public void setAcessoId(Intege... | 775 | 0.699355 | 0.699355 | 39 | 18.871796 | 15.684681 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.153846 | false | false | 7 |
a659cc8b1e2ac354cdc2396ea3ce88424492e48e | 17,042,430,281,097 | da0c234d86e5dd4d97aee320a966606778f83e6e | /code/bones/java/tulin/netty/hotkey/client/src/main/java/com/jd/platform/hotkey/client/core/worker/WorkerRetryConnector.java | 5a35e26ce7da791be086477a642c95f86a170033 | [
"Apache-2.0"
] | permissive | legendsf/life | https://github.com/legendsf/life | db6fe837d7476cfe08ba0ab26063cbe08b1caa73 | 3cc3aaaf9cbbdb1c6dd68c505deba33a906a3c05 | refs/heads/master | 2022-08-13T10:39:00.026000 | 2022-07-28T03:02:44 | 2022-07-28T03:02:44 | 190,318,814 | 3 | 3 | null | false | 2022-07-21T06:34:05 | 2019-06-05T03:21:46 | 2022-03-14T01:03:01 | 2022-07-21T06:34:05 | 150,299 | 2 | 3 | 40 | Java | false | false | package com.jd.platform.hotkey.client.core.worker;
import cn.hutool.core.thread.NamedThreadFactory;
import com.jd.platform.hotkey.client.log.JdLogger;
import com.jd.platform.hotkey.client.netty.NettyClient;
import java.util.List;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorServ... | UTF-8 | Java | 1,384 | java | WorkerRetryConnector.java | Java | [
{
"context": ".concurrent.TimeUnit;\n\n/**\n * worker重连器\n * @author wuweifeng\n * @version 1.0\n * @date 2020-04-28\n */\npublic cl",
"end": 401,
"score": 0.9992456436157227,
"start": 392,
"tag": "USERNAME",
"value": "wuweifeng"
}
] | null | [] | package com.jd.platform.hotkey.client.core.worker;
import cn.hutool.core.thread.NamedThreadFactory;
import com.jd.platform.hotkey.client.log.JdLogger;
import com.jd.platform.hotkey.client.netty.NettyClient;
import java.util.List;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorServ... | 1,384 | 0.735562 | 0.724164 | 38 | 33.63158 | 36.423981 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
0024227d550ef9cedb8421e4c1eed0d1e746c682 | 32,023,276,201,708 | d480801f891456c4041a875984d4ff21dd985477 | /src/main/java/com/fromme/mapper/BoardMapper.java | 7da3add91518b11c0d2b870db6e2b6be9efaecc7 | [] | no_license | angie102/FROmme_spring | https://github.com/angie102/FROmme_spring | e479e35d17774f4cdb8c3d806d2cc38c10279d2c | 4d3e48f29de3014d79ad7e6f3c86f8fde283c3c9 | refs/heads/master | 2023-02-23T20:40:11.808000 | 2021-01-29T15:06:33 | 2021-01-29T15:06:33 | 334,175,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fromme.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.fromme.domain.Criteria;
import com.fromme.domain.PostVO;
import com.fromme.domain.PostViewVO;
public interface BoardMapper {
//회원 권한
public int getAuthority(String users_id);
//전체 게시물
public List<PostVie... | UTF-8 | Java | 3,083 | java | BoardMapper.java | Java | [] | null | [] | package com.fromme.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.fromme.domain.Criteria;
import com.fromme.domain.PostVO;
import com.fromme.domain.PostViewVO;
public interface BoardMapper {
//회원 권한
public int getAuthority(String users_id);
//전체 게시물
public List<PostVie... | 3,083 | 0.734744 | 0.734744 | 92 | 29.815218 | 37.805836 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.456522 | false | false | 7 |
2e802730b69f3de1569f71532d1b7091a655d390 | 13,683,765,867,468 | be39b5d60c0dc9894f744fda160176a77d5984be | /BD-Labs/Exercise13/src/main/java/it/polito/bigdata/hadoop/E13Mapper.java | 2f1780f302d4c5e355b083f7535056ce51e8275f | [
"MIT"
] | permissive | AndreaCossio/PoliTo-Projects | https://github.com/AndreaCossio/PoliTo-Projects | 2f67e7f8026a074428cf6547105292fc93934fc6 | f89c8ce1e04d54e38a1309a01c7e3a9aa67d5a81 | refs/heads/master | 2023-01-04T23:35:24.092000 | 2020-11-02T11:10:02 | 2020-11-02T11:10:02 | 309,335,038 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.polito.bigdata.hadoop;
import java.io.IOException;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
import it.polito.bigdata.hadoop.DateIncome;
public class E13Mapper extends Mapper<Text, Text, NullWritable, DateIncome> {
private ... | UTF-8 | Java | 987 | java | E13Mapper.java | Java | [] | null | [] | package it.polito.bigdata.hadoop;
import java.io.IOException;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
import it.polito.bigdata.hadoop.DateIncome;
public class E13Mapper extends Mapper<Text, Text, NullWritable, DateIncome> {
private ... | 987 | 0.68693 | 0.683891 | 34 | 28.058823 | 30.819151 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 7 |
35406d0bd3c78955bb0af05c4a4e4a0da227e6f8 | 24,627,342,523,346 | 28890fe3b37a4e54b8ad9abb2add1d431227b73b | /integration-test/src/main/java/com/sequenceiq/it/cloudbreak/util/storagelocation/AzureTestStorageLocation.java | a8e0fc3b35a24faf0d07a006c77fba7b3c5db1d0 | [
"LicenseRef-scancode-warranty-disclaimer",
"ANTLR-PD",
"CDDL-1.0",
"bzip2-1.0.6",
"Zlib",
"BSD-3-Clause",
"MIT",
"EPL-1.0",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-jdbm-1.00",
"Apache-2.0"
] | permissive | joshelser/cloudbreak | https://github.com/joshelser/cloudbreak | 10d270fa5d23bdfe1f893c22d064c14ae0156a97 | b2d3cad71f68f9f2ddbd283fe82e29aea51596dd | refs/heads/master | 2023-08-14T14:39:12.903000 | 2019-07-19T17:37:26 | 2019-07-19T18:38:47 | 197,847,531 | 0 | 0 | Apache-2.0 | true | 2019-07-19T22:01:40 | 2019-07-19T22:01:40 | 2019-07-19T18:38:52 | 2019-07-19T18:42:44 | 69,867 | 0 | 0 | 0 | null | false | false | package com.sequenceiq.it.cloudbreak.util.storagelocation;
import java.util.Arrays;
import java.util.LinkedHashSet;
import java.util.Set;
import javax.annotation.Nonnull;
import com.sequenceiq.cloudbreak.api.endpoint.v4.stacks.request.cluster.storage.location.StorageLocationV4Request;
public class AzureTestStorageL... | UTF-8 | Java | 1,206 | java | AzureTestStorageLocation.java | Java | [] | null | [] | package com.sequenceiq.it.cloudbreak.util.storagelocation;
import java.util.Arrays;
import java.util.LinkedHashSet;
import java.util.Set;
import javax.annotation.Nonnull;
import com.sequenceiq.cloudbreak.api.endpoint.v4.stacks.request.cluster.storage.location.StorageLocationV4Request;
public class AzureTestStorageL... | 1,206 | 0.75539 | 0.751244 | 36 | 32.5 | 37.235363 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 7 |
c6726b42ee83b60286474681df3985d5398681ca | 12,687,333,447,814 | 7eb35ae5b46d644dabbc6e9f4423aad1488dab40 | /app/src/main/java/cn/net/cc/weibo/ui/view/emojitextview/WeiBoContentTextUtil.java | 46312b46fddca9f6a6bd9709e960d532f320b9e4 | [
"Apache-2.0"
] | permissive | ckenergy/MaterialDesignWeibo | https://github.com/ckenergy/MaterialDesignWeibo | 6d6a5f40a38498b52426de32a37eebbd98e62f72 | 779beedda71335f371f6a5f032cb0b3dfde0dfba | refs/heads/master | 2021-01-21T06:42:15.986000 | 2017-05-03T06:06:17 | 2017-05-03T06:06:17 | 82,869,357 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.net.cc.weibo.ui.view.emojitextview;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.drawable.Drawable;
import android.support.v4.view.MotionEventCompat;
import android.text.Layout;
import android.text.Spannable;
import android.text.Spann... | UTF-8 | Java | 12,882 | java | WeiBoContentTextUtil.java | Java | [] | null | [] | package cn.net.cc.weibo.ui.view.emojitextview;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.drawable.Drawable;
import android.support.v4.view.MotionEventCompat;
import android.text.Layout;
import android.text.Spannable;
import android.text.Spann... | 12,882 | 0.514232 | 0.511401 | 280 | 44.421429 | 32.249931 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.907143 | false | false | 7 |
1e3b12a48d4f95596968b327cba212ebd9c7bd24 | 1,176,821,101,251 | c3e757bc567fb251c2b63b2e04c3fc75022b645f | /imixpark-demo/imixpark-demo-provider/src/main/java/cn/ebatech/imixpark/demo/rest/UserRestService2Impl.java | 805fee242da87ddc8596ef766698bda89a951928 | [] | no_license | heaunter/imixpark | https://github.com/heaunter/imixpark | 02c01f9e1390a12579b11c4290f91c05eff29991 | 5a06e28612c29406a6429734bbef23b82f213f1a | refs/heads/master | 2018-01-15T11:52:02.713000 | 2016-02-24T08:33:55 | 2016-02-24T08:33:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.ebatech.imixpark.demo.rest;
import cn.ebatech.imixpark.demo.model.User;
import cn.ebatech.imixpark.demo.service.UserService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
public class UserRestService2Impl implements UserRestService2... | UTF-8 | Java | 651 | java | UserRestService2Impl.java | Java | [] | null | [] | package cn.ebatech.imixpark.demo.rest;
import cn.ebatech.imixpark.demo.model.User;
import cn.ebatech.imixpark.demo.service.UserService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
public class UserRestService2Impl implements UserRestService2... | 651 | 0.766513 | 0.758833 | 24 | 26.125 | 25.521744 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 7 |
c19789f643731c5fdce1a470af51a0f813d975d6 | 23,235,773,122,337 | ab38746e32cd56f84f18ba75fafbd9bf73b4e999 | /app/src/main/java/com/baicizhan/online/bs_words/BBWordMediaHalftimeList.java | 4844ecb294d4c9066850951cc58a9142131e8c55 | [] | no_license | jack15177089002/mybcz_5_0_1 | https://github.com/jack15177089002/mybcz_5_0_1 | 8c51a9785713046dc8ffffeff0bf8257d2af9013 | ab47049b95ab69fe62ff5fd093d2204e00506bd5 | refs/heads/master | 2021-03-15T09:01:29.235000 | 2020-03-12T13:20:06 | 2020-03-12T13:20:06 | 246,839,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package com.baicizhan.online.bs_words;
//
//import com.p052e.p053a.p054a.JceStruct;
//import java.io.IOException;
//import java.io.InputStream;
//import java.io.ObjectInputStream;
//import java.io.ObjectOutputStream;
//import java.io.OutputStream;
//import java.io.Serializable;
//import java.util.ArrayList;
//import ... | UTF-8 | Java | 31,307 | java | BBWordMediaHalftimeList.java | Java | [] | null | [] | //package com.baicizhan.online.bs_words;
//
//import com.p052e.p053a.p054a.JceStruct;
//import java.io.IOException;
//import java.io.InputStream;
//import java.io.ObjectInputStream;
//import java.io.ObjectOutputStream;
//import java.io.OutputStream;
//import java.io.Serializable;
//import java.util.ArrayList;
//import ... | 31,307 | 0.539879 | 0.504584 | 755 | 40.466225 | 32.712147 | 226 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566887 | false | false | 7 |
06e1e3bddef1258a1d10303029a63d3d53d95af7 | 3,152,506,037,653 | e4b9b0e4602b4366cbea1b2224397e055da63e2d | /app/src/main/java/com/sunmeng/myapplication/fragment/chatFragment.java | a156a742832e5155a99514963759e9c48b8222a4 | [] | no_license | yuzhiyun/MyApplication | https://github.com/yuzhiyun/MyApplication | 30f4e7d9109e689d16e7e1cc4387f9897a89d498 | 355ad15bfb00a7ed2659f81f93ca52d3df8dc9cc | refs/heads/master | 2021-01-12T03:49:55.447000 | 2017-01-12T13:10:35 | 2017-01-12T13:10:35 | 78,270,348 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sunmeng.myapplication.fragment;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Matrix;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.view.ViewPager;
import android.util.DisplayMetrics;
import android.view.LayoutI... | UTF-8 | Java | 7,959 | java | chatFragment.java | Java | [
{
"context": "tivity :\n Toast.makeText(activity,\"岳麓沙龙\",Toast.LENGTH_SHORT).show();\n brea",
"end": 3856,
"score": 0.95968097448349,
"start": 3852,
"tag": "NAME",
"value": "岳麓沙龙"
},
{
"context": "entItem item1 = new ContentItem(R.drawable.chat1,\"格林童话背... | null | [] | package com.sunmeng.myapplication.fragment;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Matrix;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.view.ViewPager;
import android.util.DisplayMetrics;
import android.view.LayoutI... | 7,959 | 0.654097 | 0.644254 | 246 | 30.800814 | 26.381754 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 7 |
1b57d373806ae17c694e0a2e89839ac1b441769d | 17,205,639,043,363 | b8c342697596362b0b502d3c925445c5a9d4a910 | /colecoes/Mapa.java | 93be66c5da00ab10801e3cc86c930a9aaf0fd443 | [] | no_license | sfarinas/src | https://github.com/sfarinas/src | 8ee17e85af10c59b5823df70aab6af8088ff9872 | 07555513a53e02db6075bd50099e5940e1f6988a | refs/heads/master | 2020-04-13T17:03:33.535000 | 2019-01-03T04:03:54 | 2019-01-03T04:03:54 | 163,337,829 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package colecoes;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
public class Mapa {
public static void main(String[] args) {
Map<Integer, String> aprovados = new HashMap<>();
aprovados.put(1, "Salomao");
aprovados.put(2, "Simone");
aprovados.put(3, "Ana");
aprovados.put(4,... | ISO-8859-2 | Java | 1,738 | java | Mapa.java | Java | [
{
"context": " aprovados = new HashMap<>();\n\t\taprovados.put(1, \"Salomao\");\n\t\taprovados.put(2, \"Simone\");\n\t\taprovados.put(",
"end": 241,
"score": 0.9998251795768738,
"start": 234,
"tag": "NAME",
"value": "Salomao"
},
{
"context": "\taprovados.put(1, \"Salomao\");\n\t\tapr... | null | [] | package colecoes;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
public class Mapa {
public static void main(String[] args) {
Map<Integer, String> aprovados = new HashMap<>();
aprovados.put(1, "Salomao");
aprovados.put(2, "Simone");
aprovados.put(3, "Ana");
aprovados.put(4,... | 1,738 | 0.671848 | 0.660334 | 55 | 30.581818 | 25.882034 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.6 | false | false | 7 |
1a643126da88e73958d9c26e50ee8dfeb87e1c4a | 7,791,070,737,401 | 2fdbd72c739a00753546c2c7a8028bedbc68ee4a | /Vehicle/src/com/company/Traffic.java | 78c3f7a9cb9bd6251e61a1015b47e2240b828f62 | [] | no_license | muller93/Java_Practice | https://github.com/muller93/Java_Practice | b1c2528028e1737b08388d4c24af5eb8d17b9683 | 2bffd14efb3e71d4475260a7a85feeef8e864bca | refs/heads/master | 2021-04-09T11:20:08.922000 | 2018-06-06T19:43:17 | 2018-06-06T19:43:17 | 125,410,222 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.ArrayList;
public class Traffic {
static Traffic traffic = new Traffic();
static ArrayList<Vehicle> vehicles = new ArrayList<>();
public static void main(String[] args) {
vehicles.add(new Bicycle(7));
Bicycle csepel = new Bicycle(5);
csepel.... | UTF-8 | Java | 925 | java | Traffic.java | Java | [] | null | [] | package com.company;
import java.util.ArrayList;
public class Traffic {
static Traffic traffic = new Traffic();
static ArrayList<Vehicle> vehicles = new ArrayList<>();
public static void main(String[] args) {
vehicles.add(new Bicycle(7));
Bicycle csepel = new Bicycle(5);
csepel.... | 925 | 0.485405 | 0.458378 | 37 | 24 | 16.796074 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513514 | false | false | 7 |
fbde8e87871704c9c6416bcbdc9c71347e6c37b5 | 26,053,271,621,693 | 4d43cbd9c6cb87aa102baf55b49ba7668ba4ae5b | /src/main/java/me/sores/impulse/util/cmdfrmwrk/BaseCommand.java | 68100a3d3e07e330486ccb39fd948a8e172d4ade | [] | no_license | itsfrosted/Impulse | https://github.com/itsfrosted/Impulse | 3152d6f99b7a45dc5388b5f5e36ca9089a0093c0 | e065738049d7a192d2ae9390911fab6c4d4382a9 | refs/heads/master | 2023-08-14T23:44:38.905000 | 2021-09-18T00:33:18 | 2021-09-18T00:33:18 | 407,713,450 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.sores.impulse.util.cmdfrmwrk;
import me.sores.impulse.util.MessageUtil;
import me.sores.impulse.util.StringUtil;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabExecutor;
import org.bukkit.entity.Player;
import java.util.... | UTF-8 | Java | 4,133 | java | BaseCommand.java | Java | [
{
"context": "HashMap;\nimport java.util.List;\n\n/**\n * Created by LavaisWatery on 10/24/2016.\n */\npublic abstract class BaseComm",
"end": 436,
"score": 0.8814646601676941,
"start": 424,
"tag": "USERNAME",
"value": "LavaisWatery"
}
] | null | [] | package me.sores.impulse.util.cmdfrmwrk;
import me.sores.impulse.util.MessageUtil;
import me.sores.impulse.util.StringUtil;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabExecutor;
import org.bukkit.entity.Player;
import java.util.... | 4,133 | 0.610694 | 0.608275 | 142 | 28.105635 | 29.865829 | 154 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535211 | false | false | 7 |
752c58c8e3543ef4b04f649d832f5eafdd0c2da6 | 28,260,884,835,868 | 4831cde669867e43dd7c84d48715e3a3da46be90 | /src/test/java/com/brasilprev/customermanagement/search/entrypoint/SearchClientEntrypointTest.java | 25b478528eb8003728d09c49558c3495a0fdb574 | [] | no_license | MichaeldaSilvaSeS/customer-management | https://github.com/MichaeldaSilvaSeS/customer-management | ba65d8f60d6f038fec3d9fa94ed7f2d17ed5084d | 07fb5aa9865214cecd1fad019d687f7191073ff1 | refs/heads/master | 2022-12-28T15:38:10.848000 | 2020-10-13T00:09:30 | 2020-10-13T00:09:30 | 295,039,692 | 0 | 0 | null | false | 2020-09-14T01:08:28 | 2020-09-12T22:55:13 | 2020-09-13T22:27:15 | 2020-09-14T01:08:28 | 56 | 0 | 0 | 0 | Java | false | false | package com.brasilprev.customermanagement.search.entrypoint;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.stat... | UTF-8 | Java | 4,568 | java | SearchClientEntrypointTest.java | Java | [
{
"context": "se;\n\t\n\tprivate static final String CLIENT_NAME = \"MICHAEL\";\n\n\t@Test\t\n\tpublic void searchClientSucess() thro",
"end": 1949,
"score": 0.9990071654319763,
"start": 1942,
"tag": "NAME",
"value": "MICHAEL"
}
] | null | [] | package com.brasilprev.customermanagement.search.entrypoint;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.stat... | 4,568 | 0.768827 | 0.761384 | 106 | 42.094341 | 34.6828 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.971698 | false | false | 7 |
36a1e0010189c70037c67e825dfd9997cece8d82 | 20,023,137,573,404 | d98c4d893f1d673c9f8519d250ed519fb7a55aea | /OnlineCheckersTypes/src/main/java/com/ulacit/ocheckers/types/CheckersBoard.java | 7349c88cf20cc12882834cd305793da398a2f532 | [] | no_license | pedroguzmanb/OnlineCheckersG5 | https://github.com/pedroguzmanb/OnlineCheckersG5 | fd20783d6115d85ed42e5b5a64379263bd5e1aa5 | 08478e00113334e166ab8e8162c063d7de558618 | refs/heads/master | 2016-08-20T09:57:45.661000 | 2016-08-19T03:33:36 | 2016-08-19T03:33:36 | 65,811,592 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* =============================================================================
* APACHE 2.0 LICENSE
* =============================================================================
* Copyright (c) 2016 CICC-ULACIT.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fil... | UTF-8 | Java | 5,064 | java | CheckersBoard.java | Java | [
{
"context": " * para que así solo exista un tablero \n * @author Pedro Guzmán (pguzmanb498@ulacit.ed.cr)\n */\npublic class Check",
"end": 1397,
"score": 0.9998114705085754,
"start": 1385,
"tag": "NAME",
"value": "Pedro Guzmán"
},
{
"context": " solo exista un tablero \n * @author P... | null | [] | /*
* =============================================================================
* APACHE 2.0 LICENSE
* =============================================================================
* Copyright (c) 2016 CICC-ULACIT.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fil... | 5,040 | 0.388867 | 0.385499 | 108 | 45.740742 | 32.204605 | 92 | false | false | 0 | 0 | 0 | 0 | 78 | 0.030903 | 0.185185 | false | false | 7 |
f9896f22da25e0aeb164a43dcb518805b7643325 | 20,023,137,576,937 | affe6341e5b2c66c21287aba339d965d9ed04d8f | /src/main/java/com/project/transactionApi/Swagger/SwaggerConfig.java | 0240675ec1aa2c54d7431b2c04b8c632bd4c1b79 | [] | no_license | luizframbach/TransactionApi | https://github.com/luizframbach/TransactionApi | f0fdad23073a03b8f31ab8b59e60addcc2d58ab7 | 7659c7caa22ca927cd1c9b40638b0d3bc09c5501 | refs/heads/master | 2022-04-09T15:03:18.953000 | 2020-03-20T00:48:25 | 2020-03-20T00:48:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.project.transactionApi.Swagger;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupp... | UTF-8 | Java | 1,384 | java | SwaggerConfig.java | Java | [] | null | [] | package com.project.transactionApi.Swagger;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupp... | 1,384 | 0.75289 | 0.749277 | 33 | 40.969696 | 29.338655 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393939 | false | false | 7 |
2d4c789e249a80b8fb37f87ddfb1d1a44b6e0693 | 31,877,247,295,471 | a96e88cdb0646faa3fd3e82de155e646ba5eb79a | /production/src/main/java/com/cskaoyan/erp/service/ProcessMonitoringService.java | 4aa9818cddab0415749f804fcbf6c73db8345aed | [] | no_license | hlfvngr/production_ssm | https://github.com/hlfvngr/production_ssm | a75100e32f8b7e333fc3b2a0393bec7369028c76 | c82c6eaa6522e5b0bfe44bcdd7d081f2c712bf02 | refs/heads/master | 2020-04-09T17:41:21.874000 | 2018-12-10T07:35:47 | 2018-12-10T07:35:47 | 160,487,941 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cskaoyan.erp.service;
import com.cskaoyan.erp.bean.Technology;
import com.cskaoyan.erp.bean.TechnologyPlan;
import com.cskaoyan.erp.bean.TechnologyRequirement;
import com.cskaoyan.erp.bean.VO.TechnologyPlanVO;
import com.cskaoyan.erp.bean.VO.TechnologyRequirementVO;
import com.cskaoyan.erp.bean.Process;
im... | UTF-8 | Java | 2,828 | java | ProcessMonitoringService.java | Java | [
{
"context": "l.Map;\n\n/**\n * @Description: java类作用描述\n * @Author: l\n * @CreateDate: 2018/12/6 10:31\n * @需求:\n * @思路说明:",
"end": 449,
"score": 0.9630091786384583,
"start": 448,
"tag": "USERNAME",
"value": "l"
}
] | null | [] | package com.cskaoyan.erp.service;
import com.cskaoyan.erp.bean.Technology;
import com.cskaoyan.erp.bean.TechnologyPlan;
import com.cskaoyan.erp.bean.TechnologyRequirement;
import com.cskaoyan.erp.bean.VO.TechnologyPlanVO;
import com.cskaoyan.erp.bean.VO.TechnologyRequirementVO;
import com.cskaoyan.erp.bean.Process;
im... | 2,828 | 0.805417 | 0.801497 | 82 | 33.219513 | 35.080402 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.743902 | false | false | 7 |
ff3700b6f0139a2cdeb90e96533f5d355a3e4cc5 | 31,877,247,299,320 | e7c107e211140b1f62dd23c8374e4755464d103b | /src/main/java/com/andersen/study/chap7/ovcon1/OverloadCons.java | 4b049fb61fa97d58cd73d17ecf6985c6dab5f9df | [] | no_license | ponamorev/JavaCore | https://github.com/ponamorev/JavaCore | e42e4d0b283783d2b3b05fd3cc1b929b925c4e7d | 604d288ecb45e2ad379bedf7c070a39b7db8649b | refs/heads/master | 2021-08-26T08:12:34.852000 | 2017-11-22T11:55:14 | 2017-11-22T11:55:14 | 106,783,458 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.andersen.study.chap7.ovcon1;
// В данном примере конструкторы определяются в классе Box для
// инициализации размеров параллелепипеда тремя разными способами
class Box {
double width;
double height;
double depth;
// конструктор, используемый при указании всех размеров
Box(double w, doub... | UTF-8 | Java | 2,009 | java | OverloadCons.java | Java | [] | null | [] | package com.andersen.study.chap7.ovcon1;
// В данном примере конструкторы определяются в классе Box для
// инициализации размеров параллелепипеда тремя разными способами
class Box {
double width;
double height;
double depth;
// конструктор, используемый при указании всех размеров
Box(double w, doub... | 2,009 | 0.601187 | 0.588662 | 55 | 26.581818 | 20.261644 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.563636 | false | false | 7 |
e2f4801da2293bd0310362a83c00e2877c45b6b8 | 13,142,599,938,137 | fa1ad2e2ac7e376fc7cb3b3a6e1bb88eed3e80be | /lake/paimon/paimon-core/src/main/java/org/apache/paimon/utils/VersionedObjectSerializer.java | 30047afdf88659e678051bb15399136889c6d976 | [
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-unknown"
] | permissive | alldatacenter/alldata | https://github.com/alldatacenter/alldata | 7bc7713c9f1d56ad6b8e59ea03206d1073b7e047 | 8d5f9a2d49ab8f9e85ccf058cb02c2fda287afc6 | refs/heads/master | 2023-08-05T07:32:25.442000 | 2023-08-03T13:17:24 | 2023-08-03T13:17:24 | 213,321,771 | 774 | 250 | Apache-2.0 | false | 2023-09-06T17:35:32 | 2019-10-07T07:36:18 | 2023-09-06T07:35:48 | 2023-09-06T17:35:30 | 1,610,032 | 1,898 | 711 | 14 | null | 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 | 2,332 | java | VersionedObjectSerializer.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 ... | 2,332 | 0.7247 | 0.72084 | 67 | 33.805969 | 27.74954 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.462687 | false | false | 7 |
f1f16dbb703f8a368cecf522d40edad2943998cc | 13,142,599,938,403 | 25f733963478c37e9a6bd20ee51b9f5d7c72ec2e | /src/main/java/com/giannistsakiris/codegenerator/TypeEntity.java | 7835f316f500816705156699bfcaa02fa0db3e14 | [] | no_license | afasias/CodeGenerator | https://github.com/afasias/CodeGenerator | 10056bed0833dea8bde2f76773335928cf068f56 | 0dd5e35b5a90944b958755d245a2cdbc19dacdce | refs/heads/master | 2021-05-13T22:08:55.764000 | 2018-01-06T12:32:50 | 2018-01-06T12:32:50 | 116,481,075 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.giannistsakiris.codegenerator;
public interface TypeEntity {
public String getName();
public String getFullyQualifiedName();
}
| UTF-8 | Java | 145 | java | TypeEntity.java | Java | [] | null | [] | package com.giannistsakiris.codegenerator;
public interface TypeEntity {
public String getName();
public String getFullyQualifiedName();
}
| 145 | 0.793103 | 0.793103 | 9 | 15.111111 | 17.310526 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 7 |
daac9d4a3e7c203e05ba25841fe52f1c76bffbe8 | 30,709,016,232,034 | 5c1d53b106586ff07bb9e62d8b09970a44c7149e | /java1/panels.java | bd28228e47b075a92e0e99feb1a612cdc9ccdf65 | [] | no_license | knotverygood/CollegeCode | https://github.com/knotverygood/CollegeCode | 93de0021cc601989dbded8dee0d686ece15a77d3 | dc96f63d7a635942ce519ff42d53b8da93c63a64 | refs/heads/master | 2020-12-29T03:19:40.111000 | 2011-07-01T06:41:48 | 2011-07-01T06:41:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
//import javax.swing.
class madhur
{
public static void main(String args[])
{
new myframe();
}
}
class myframe
{
JFrame md;
GridBagLayout gbl=new GridBagLayout();
GridBagConstraints gbc=new GridBagConstraints();
JButton c,e,d;
myframe()
{
m... | UTF-8 | Java | 2,998 | java | panels.java | Java | [] | null | [] | import javax.swing.*;
import java.awt.event.*;
import java.awt.*;
//import javax.swing.
class madhur
{
public static void main(String args[])
{
new myframe();
}
}
class myframe
{
JFrame md;
GridBagLayout gbl=new GridBagLayout();
GridBagConstraints gbc=new GridBagConstraints();
JButton c,e,d;
myframe()
{
m... | 2,998 | 0.665777 | 0.636424 | 137 | 20.883211 | 22.648718 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.160584 | false | false | 7 |
c0b10add9fa260c29828da5e2a231872b3ae0d9f | 18,159,121,760,856 | de507b0db3ffc68db6f925fc3bc13092d21742b2 | /src/api/com/skycloud/api/domain/action/ActionExistsRequest.java | f240cf7efbaf521720c30ce3ef75a8ecb01c390a | [
"Apache-2.0"
] | permissive | xiwc/jkb | https://github.com/xiwc/jkb | c6a37abb1eebbbfdbc2fb14537dfea36d44673d8 | 834f19247b88a867eede277e3267089d72040e65 | refs/heads/master | 2021-01-10T01:21:16.335000 | 2015-06-03T11:15:01 | 2015-06-03T11:15:01 | 36,797,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.skycloud.api.domain.action;
import java.util.ArrayList;
import java.util.List;
import com.skycloud.api.domain.base.RequestBase;
public class ActionExistsRequest extends RequestBase{
public ActionExistsRequest() {
super("action.exists");
}
private ActionExistsParams params = new ActionExistsParams();
... | UTF-8 | Java | 1,404 | java | ActionExistsRequest.java | Java | [] | null | [] | package com.skycloud.api.domain.action;
import java.util.ArrayList;
import java.util.List;
import com.skycloud.api.domain.base.RequestBase;
public class ActionExistsRequest extends RequestBase{
public ActionExistsRequest() {
super("action.exists");
}
private ActionExistsParams params = new ActionExistsParams();
... | 1,404 | 0.689459 | 0.689459 | 59 | 22.79661 | 16.198744 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.491525 | false | false | 7 |
859ba55b7eba01db6e411c24d9633096c8a031e4 | 32,770,600,493,876 | 45d91461e82e0399887f11f37dd1f429e7c119df | /modules/dbclient-plugins/tool/tool-record-editor/src/main/java/net/vpc/dbclient/plugin/tool/recordeditor/DefaultTableList.java | 98b55000dde45ef5c53f10b587ec0d588c92925f | [] | no_license | thevpc/dbclient | https://github.com/thevpc/dbclient | 14d51cfc4dd0f946d3f6f278a272e8b43ba1365e | 942048bad8c73d82ddf4a7dd445d1c10f95d4e63 | refs/heads/master | 2021-01-12T16:19:14.543000 | 2019-11-14T19:38:04 | 2019-11-14T19:38:04 | 71,977,064 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
====================================================================
* DBClient yet another Jdbc client tool
*
* DBClient is a new Open Source Tool for connecting to jdbc
* compliant relational databases. Specific extensions will take care of
* each RDBMS implementation.
*
* Copyright (C) 2006... | UTF-8 | Java | 7,170 | java | DefaultTableList.java | Java | [
{
"context": "DBMS implementation.\n *\n * Copyright (C) 2006-2008 Taha BEN SALAH\n *\n * This program is free software; you can redi",
"end": 340,
"score": 0.9998416304588318,
"start": 326,
"tag": "NAME",
"value": "Taha BEN SALAH"
},
{
"context": "n;\nimport java.util.logging.Level;... | null | [] | /**
*
====================================================================
* DBClient yet another Jdbc client tool
*
* DBClient is a new Open Source Tool for connecting to jdbc
* compliant relational databases. Specific extensions will take care of
* each RDBMS implementation.
*
* Copyright (C) 2006... | 7,138 | 0.530823 | 0.523431 | 170 | 41.182354 | 27.686411 | 144 | false | false | 0 | 0 | 0 | 0 | 70 | 0.019526 | 0.758824 | false | false | 7 |
b802cf1bdb7259a1c6116f42a3d84e8152720064 | 10,737,418,252,869 | 8ec8cba911c10fd1c6b24f1f27a93936428a9956 | /src/main/java/com/cg/onlineeyeclinc/dao/TestRepositoryImpl.java | 128d323693fc4d2a541b8b053629a04fb50bcb0d | [] | no_license | aktiwari/onlineeyeclinic | https://github.com/aktiwari/onlineeyeclinic | c2f28cd4a3365d2ec46e1b77b5c801fbd3d3dd0e | 1aca4701c5be13cdbcb1a34da694a2d3ea83071a | refs/heads/master | 2023-01-20T11:19:10.287000 | 2020-12-01T10:27:35 | 2020-12-01T10:27:35 | 317,502,119 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cg.onlineeyeclinc.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import com.cg.onlineeyeclinc.entity.Tests;
import com.cg.onlineeyeclinc.exeception.TestIdNotFoundException;
public class TestRepositoryImpl implements ITestRepository{
private En... | UTF-8 | Java | 1,609 | java | TestRepositoryImpl.java | Java | [] | null | [] | package com.cg.onlineeyeclinc.dao;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.TypedQuery;
import com.cg.onlineeyeclinc.entity.Tests;
import com.cg.onlineeyeclinc.exeception.TestIdNotFoundException;
public class TestRepositoryImpl implements ITestRepository{
private En... | 1,609 | 0.750777 | 0.750777 | 71 | 21.661972 | 22.556311 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.521127 | false | false | 7 |
66a2593f2742c7bc963302ac8f9f73c2a0b61cb2 | 15,187,004,398,315 | 6d411a8b46f1f61465d9bc59a6afa602c98dd50d | /AnnotationsPrj/src/com/genpact/training/onetomany/OneToManyTest.java | 514595014ff6f5ec11fca93d7880cbc4a471e745 | [] | no_license | psnirmala/SpringHibernateTraining | https://github.com/psnirmala/SpringHibernateTraining | 78ab64e396f23c9b46e642229724f930e48dc90e | 2415f788d95b4fd36077c4354ec3db19d2328854 | refs/heads/master | 2021-01-10T04:45:42.569000 | 2016-02-12T04:01:50 | 2016-02-12T04:01:50 | 51,128,520 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.genpact.training.onetomany;
import java.util.HashSet;
import java.util.Set;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
public class OneToManyTest {
/**
* @param args
*/
public static void main(String[... | UTF-8 | Java | 1,668 | java | OneToManyTest.java | Java | [
{
"context": "enSession();\n\tCustomer customer1=new Customer(1, \"Rajesh\", 6000);\n\tSet<Address> set1=new HashSet<>();\n\tset",
"end": 576,
"score": 0.9997103214263916,
"start": 570,
"tag": "NAME",
"value": "Rajesh"
},
{
"context": "es(set1);\n\t\n\t\tCustomer customer2=new Custom... | null | [] | package com.genpact.training.onetomany;
import java.util.HashSet;
import java.util.Set;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
public class OneToManyTest {
/**
* @param args
*/
public static void main(String[... | 1,668 | 0.714628 | 0.688249 | 55 | 29.327272 | 23.335541 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.145455 | false | false | 7 |
78dd75e734bb35131fbd8659123e02e661cf3b17 | 429,496,741,586 | ffeac00a220fd6162db3d8521d794da9fcbeecff | /demo180625-com370/src/main/java/com/example/demo/Demo180625Com370Application.java | d79c6ccc3b4a978adaa6924d03602b0c7ab412db | [] | no_license | LeeBaekHaeng/kosii2016 | https://github.com/LeeBaekHaeng/kosii2016 | 97f60b8fa119ee41d89982f218668dbb7167d2f7 | 3c119507da6f3aa99e9f523e07d49c6e09042ab0 | refs/heads/master | 2022-12-07T01:26:01.507000 | 2019-07-13T00:01:24 | 2019-07-13T00:01:24 | 64,711,047 | 0 | 0 | null | false | 2022-12-06T00:06:06 | 2016-08-02T00:34:34 | 2019-07-13T00:01:31 | 2022-12-06T00:06:05 | 7,491 | 0 | 0 | 128 | PLSQL | false | false | package com.example.demo;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import org.springframework.data.domain.Page;
import org.springframewor... | UTF-8 | Java | 3,668 | java | Demo180625Com370Application.java | Java | [] | null | [] | package com.example.demo;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.Bean;
import org.springframework.data.domain.Page;
import org.springframewor... | 3,668 | 0.744002 | 0.735278 | 134 | 26.373135 | 25.64094 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.61194 | false | false | 7 |
8900eacf73c167157d65811161e48f4312b678d2 | 29,532,195,166,890 | 5ea6c12897011be37db26f4eebc0d36fa8177fbd | /src/testsomething/HavingRank.java | b70778f0b946b44606e123144f369843c2bf8276 | [] | no_license | dendevjv/core-java-examples | https://github.com/dendevjv/core-java-examples | ebc7fddd95133bfc6a9fa00cf2147dc8691785c1 | 2539374df3180fcec69075394d47bdbf1d06b0e5 | refs/heads/master | 2016-09-11T03:11:50 | 2014-09-24T20:01:44 | 2014-09-24T20:01:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package testsomething;
public interface HavingRank {
int rank();
int DEFAULT_SCALE = 2;
}
| UTF-8 | Java | 93 | java | HavingRank.java | Java | [] | null | [] | package testsomething;
public interface HavingRank {
int rank();
int DEFAULT_SCALE = 2;
}
| 93 | 0.731183 | 0.72043 | 6 | 14.5 | 11.086779 | 29 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.833333 | false | false | 7 |
077c97db757ea42f683e5aee4c3c36c9bab1d035 | 8,684,423,872,717 | 1be4474813b07b6210dd648f4efbbf67877b5b56 | /GLBank/src/main/Card.java | e10363cf1312bc190cbb45805c83911e788c4ad8 | [] | no_license | domiNik4/GLBank | https://github.com/domiNik4/GLBank | 717f6ac0a5ab25ed453107da62691bebdef6e98f | 7b7f81e66ef3d255bbf4e8b06bbf88e9e7fc4816 | refs/heads/master | 2021-01-18T03:40:39.338000 | 2017-05-29T07:35:14 | 2017-05-29T07:35:14 | 85,796,678 | 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 main;
/**
*
* @author pc
*/
public class Card {
private int idCard;
private long cardNumber;
private long ... | UTF-8 | Java | 1,710 | java | Card.java | Java | [
{
"context": "n the editor.\n */\npackage main;\n\n/**\n *\n * @author pc\n */\npublic class Card {\n \n private int idCa",
"end": 220,
"score": 0.9992210865020752,
"start": 218,
"tag": "USERNAME",
"value": "pc"
}
] | 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 main;
/**
*
* @author pc
*/
public class Card {
private int idCard;
private long cardNumber;
private long ... | 1,710 | 0.583041 | 0.580702 | 87 | 18.655172 | 17.896141 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 7 |
55962864e19bca65da8764bb32abb80b41459217 | 12,034,498,390,304 | f382dff22e5a465fd5c698426df42f7fffdb6f5e | /ChinaTutors/src/com/lulech/entity/ClassScore.java | 4d08c40b18e60ce015f6f6b4918ac82cc0eb331d | [] | no_license | LulechSnarpy/Isky | https://github.com/LulechSnarpy/Isky | 155e8addc2d11556409a3af3d1f24dfff8397b6f | 331df294f053ed18171281f0fba7c8508caf5b2f | refs/heads/master | 2021-01-01T15:48:39.132000 | 2018-11-27T07:18:14 | 2018-11-27T07:18:14 | 97,708,378 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lulech.entity;
import com.lulech.pojo.Classes;
import java.io.Serializable;
import java.util.List;
public class ClassScore implements Serializable{
private Classes classes;
private List<OneScore> classscores;
public ClassScore() {
}
public ClassScore(Classes classes, List<OneScore> c... | UTF-8 | Java | 761 | java | ClassScore.java | Java | [] | null | [] | package com.lulech.entity;
import com.lulech.pojo.Classes;
import java.io.Serializable;
import java.util.List;
public class ClassScore implements Serializable{
private Classes classes;
private List<OneScore> classscores;
public ClassScore() {
}
public ClassScore(Classes classes, List<OneScore> c... | 761 | 0.666229 | 0.666229 | 35 | 20.742857 | 19.09277 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 7 |
c31ca7a65aa9080a8d691ab37871dd14e9972a9c | 18,245,021,107,962 | c60a8fb67fedcbae08755d8125d97468a8aca24d | /Projet de UML Reverse/src/main/java/fr/univrouen/umlreverse/ui/view/usecase/UsecaseDiagramEditor.java | 1d9bba8459d83a5ff76783436e34919624005676 | [
"Apache-2.0"
] | permissive | BelkhousNabil/Projets-Informatiques | https://github.com/BelkhousNabil/Projets-Informatiques | 6be114f6a8dbcf978ef67daffb1394ee023255cf | 47ffd6526bb66ae263c34725fe2b515b751127bb | refs/heads/master | 2021-01-17T07:12:08.050000 | 2017-02-26T17:03:56 | 2017-02-26T17:03:56 | 54,788,129 | 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 fr.univrouen.umlreverse.ui.view.usecase;
import fr.univrouen.umlreverse.ui.view.common.ADiagramEditor;
import fr.univrouen.uml... | UTF-8 | Java | 1,225 | java | UsecaseDiagramEditor.java | Java | [] | 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 fr.univrouen.umlreverse.ui.view.usecase;
import fr.univrouen.umlreverse.ui.view.common.ADiagramEditor;
import fr.univrouen.uml... | 1,225 | 0.707755 | 0.707755 | 43 | 27.488373 | 24.92815 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418605 | false | false | 7 |
6e5fc5153668bf9c553cd3d03f1bdf58713aa5e1 | 31,456,340,536,040 | 9ae0ce89538337688876508731519a25be3f3f35 | /app/src/main/java/com/mkeys/restaurantbsp/adapter/RestaurantAdapter.java | 8e54a0ca2197d31e1bb191e74264719f69cea5fd | [] | no_license | hauhachoc/restaurantBSP | https://github.com/hauhachoc/restaurantBSP | 1e9fac21878363a35ed59e0ac63aeaea3b02c2d9 | 70bfe4060b480c2c582e642db54c63ff20e75169 | refs/heads/master | 2021-01-19T14:40:32.729000 | 2017-08-24T11:13:40 | 2017-08-24T11:13:40 | 100,911,360 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mkeys.restaurantbsp.adapter;
import android.os.Bundle;
import android.support.v7.widget.AppCompatTextView;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.FrameLayout;
import com.chauthai.swiperev... | UTF-8 | Java | 4,392 | java | RestaurantAdapter.java | Java | [
{
"context": "import butterknife.ButterKnife;\n\n/**\n * Created by hautran on 16/08/17.\n */\n\npublic class RestaurantAdapter ",
"end": 662,
"score": 0.9996278882026672,
"start": 655,
"tag": "USERNAME",
"value": "hautran"
}
] | null | [] | package com.mkeys.restaurantbsp.adapter;
import android.os.Bundle;
import android.support.v7.widget.AppCompatTextView;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CheckBox;
import android.widget.FrameLayout;
import com.chauthai.swiperev... | 4,392 | 0.664845 | 0.662113 | 161 | 26.279503 | 23.341965 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 7 |
c1c8f3ff0a171e99119e76799a554aff5d941736 | 31,456,340,537,567 | 4e30bf9f89c7e0aad69cbab46baf68399a90d8c2 | /src/main/java/br/com/geradodor/validador/cpf/model/Cpf.java | d7ffaa1cfa8944007c92ef80fc511a46a7528f26 | [] | no_license | M4rcioOliveira/apirest-gerador-validador-cpf | https://github.com/M4rcioOliveira/apirest-gerador-validador-cpf | dfbcba09cf72a97eacb350ade85e2ec1b3057220 | 4e914aec03b9b7e5af8b90438ca645f9968fcc58 | refs/heads/master | 2023-07-13T23:26:14.617000 | 2021-08-16T21:57:14 | 2021-08-16T21:57:14 | 389,624,320 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.geradodor.validador.cpf.model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Cpf implements Serializable {
private static final long serialVersionUID = 1L;
private String cpf;
private Boolean situacao;
public Cpf(String cpf,... | UTF-8 | Java | 3,492 | java | Cpf.java | Java | [] | null | [] | package br.com.geradodor.validador.cpf.model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class Cpf implements Serializable {
private static final long serialVersionUID = 1L;
private String cpf;
private Boolean situacao;
public Cpf(String cpf,... | 3,492 | 0.626257 | 0.567078 | 167 | 19.844311 | 22.080141 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.035928 | false | false | 7 |
cc66d6b7df5964eded5e599ca8e502223d69a261 | 30,348,238,968,834 | b6e387d02cdfe79c1f21688b44104cedc2e61620 | /LwQueues/src/test/java/lw/queues/TestOutputQueue.java | c6dd4076a38ad6626904850a436f85536502e617 | [] | no_license | wadelts/LwQueues | https://github.com/wadelts/LwQueues | 84d403634fde8c8947515353ec7f049231e96529 | fa1b6bf54d0d4d08bc5161c52175efd93d54d01d | refs/heads/master | 2021-01-20T05:31:49.614000 | 2013-10-08T14:29:53 | 2013-10-08T14:29:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lw.queues;
import static org.junit.Assert.*;
import org.junit.BeforeClass;
import org.junit.Test;
/**
* @author wadel
*
*/
public class TestOutputQueue {
static String testQueueName = "LWqueue004";
static String urlJMSserver = "mq://localhost:7676";
String testMessage = "Am I the same ... | UTF-8 | Java | 2,955 | java | TestOutputQueue.java | Java | [
{
"context": "eClass;\r\nimport org.junit.Test;\r\n\r\n/**\r\n * @author wadel\r\n *\r\n */\r\npublic class TestOutputQueue {\r\n\tstatic",
"end": 137,
"score": 0.9880682229995728,
"start": 132,
"tag": "USERNAME",
"value": "wadel"
}
] | null | [] | package lw.queues;
import static org.junit.Assert.*;
import org.junit.BeforeClass;
import org.junit.Test;
/**
* @author wadel
*
*/
public class TestOutputQueue {
static String testQueueName = "LWqueue004";
static String urlJMSserver = "mq://localhost:7676";
String testMessage = "Am I the same ... | 2,955 | 0.683587 | 0.677834 | 108 | 25.361111 | 27.501669 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.027778 | false | false | 7 |
c3dffc44fe07ef8a11788e93411f34c8d62167b5 | 36,318,243,464,343 | 8a72822866a34ba283abe8cf7797ccd065fc0b54 | /Bloomberg/WordSearch.java | 38b011fc348a22b0c5e6f3d45698c2b4303b52aa | [] | no_license | WenyuZhang1992/LinkCode | https://github.com/WenyuZhang1992/LinkCode | ce35cff484e4e56e09b39a1fbb29600ed7cad4c4 | 8d6d69d3800dac15435273fbdd377e2f180f830f | refs/heads/master | 2020-04-17T05:33:26.567000 | 2018-01-25T14:17:52 | 2018-01-25T14:17:52 | 67,233,458 | 1 | 0 | null | false | 2017-12-24T04:11:31 | 2016-09-02T15:21:20 | 2017-06-27T07:52:05 | 2017-12-24T04:11:31 | 120 | 1 | 0 | 0 | Java | false | null | /**
* 79. Word Search
* https://leetcode.com/problems/word-search/description/
*/
class WordSearch {
/**
* Version 1: Use DFS
* Time: O(m*n*4^k)
* Space: O(k) -> length of word since at most k stacks will exist
*/
public boolean exist(char[][] board, String word) {
if (board == null || board.le... | UTF-8 | Java | 1,134 | java | WordSearch.java | Java | [] | null | [] | /**
* 79. Word Search
* https://leetcode.com/problems/word-search/description/
*/
class WordSearch {
/**
* Version 1: Use DFS
* Time: O(m*n*4^k)
* Space: O(k) -> length of word since at most k stacks will exist
*/
public boolean exist(char[][] board, String word) {
if (board == null || board.le... | 1,134 | 0.549383 | 0.529101 | 42 | 26.023809 | 30.49394 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.047619 | false | false | 7 |
0fb336c1b37c7a609ba616032e9792c014c36adb | 30,382,598,679,026 | 5daea3805c30cc63a24266dbd728da8e7df110a0 | /src/main/java/com/javacreed/api/sql/query/JoinTable.java | 10638049a9037d5f905e47045f60e714626b85c0 | [] | no_license | javacreed/sql-query-8 | https://github.com/javacreed/sql-query-8 | a8b662b6877de5b821da42ca69021044a0512f5b | ea93c056f41cebb4040882d1445753bc4971437d | refs/heads/master | 2021-01-22T06:12:19.120000 | 2017-10-02T21:42:26 | 2017-10-02T21:42:26 | 81,746,839 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javacreed.api.sql.query;
public class JoinTable extends AbstractJoin {
private final Table table;
public JoinTable(final JoinType type, final String name) {
this(type, new Table(name));
}
public JoinTable(final JoinType type, final String name, final String alias) {
this(type,... | UTF-8 | Java | 881 | java | JoinTable.java | Java | [] | null | [] | package com.javacreed.api.sql.query;
public class JoinTable extends AbstractJoin {
private final Table table;
public JoinTable(final JoinType type, final String name) {
this(type, new Table(name));
}
public JoinTable(final JoinType type, final String name, final String alias) {
this(type,... | 881 | 0.671964 | 0.671964 | 36 | 22.472221 | 24.415939 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 7 |
0d00e3c0306d156b380dff8c00ac65ca5b681b11 | 7,799,660,678,318 | 7e11469ca5430a5bcdbfcde109ceb2d85bdf9b75 | /MainApp/src/org/madprod/freeboxmobile/guide/GuideDetailsActivity.java | ee03c997fade75b91520858019f2c84b739a3360 | [] | no_license | google-code-export/freeboxmobile | https://github.com/google-code-export/freeboxmobile | fa160b97aed852ad1f9270129ca199f20149865b | bd1e5ecaaf583d32bcaceda08bb4b6f20d0ef81e | refs/heads/master | 2016-09-05T12:29:13.642000 | 2013-09-05T08:38:15 | 2013-09-05T08:38:15 | 32,133,370 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.madprod.freeboxmobile.guide;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import org.madprod.freeboxmobile.FBMNetTask;
import org.madprod.freeboxmobile.R;
import org.madprod.freeboxmobile.pvr.ChainesDbAdapter;
import org.madprod.free... | UTF-8 | Java | 11,067 | java | GuideDetailsActivity.java | Java | [
{
"context": ";\nimport android.widget.TextView;\n\n/**\n*\n* @author Olivier Rosello\n* $Id$\n* \n*/\n\npublic class GuideDetailsActivity e",
"end": 1019,
"score": 0.9998732209205627,
"start": 1004,
"tag": "NAME",
"value": "Olivier Rosello"
}
] | null | [] | package org.madprod.freeboxmobile.guide;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import org.madprod.freeboxmobile.FBMNetTask;
import org.madprod.freeboxmobile.R;
import org.madprod.freeboxmobile.pvr.ChainesDbAdapter;
import org.madprod.free... | 11,058 | 0.646734 | 0.64402 | 318 | 33.761005 | 30.981321 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.367924 | false | false | 7 |
604c67042d3f059eefeed9388e470711140f44d7 | 34,170,759,829,109 | c960d96aeca661dd0adb5be6685bf0232c471ffa | /src/com/coupang/Main.java | 5607d0537c3a50e1bb8e39366320fcaaa5d9b0dc | [] | no_license | wookkar/binfactory | https://github.com/wookkar/binfactory | ea68758325a4f0a3c32ad47264b7bb1693a9bab8 | ca8f8b41242423fcf70dc0a41c4fc700f1dd1224 | refs/heads/master | 2020-04-05T23:29:46.316000 | 2014-12-22T00:38:12 | 2014-12-22T00:38:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.coupang;
import com.coupang.beanfactory.*;
import com.coupang.beans.*;
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
//String configurationPath = "/com/coupang/c4/step16/";
BeanDefinitionLoader beanDefinitionLoader = new XmlFileBeanDef... | UTF-8 | Java | 1,442 | java | Main.java | Java | [] | null | [] | package com.coupang;
import com.coupang.beanfactory.*;
import com.coupang.beans.*;
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
//String configurationPath = "/com/coupang/c4/step16/";
BeanDefinitionLoader beanDefinitionLoader = new XmlFileBeanDef... | 1,442 | 0.751734 | 0.737171 | 36 | 38.055557 | 34.145882 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.166667 | false | false | 7 |
5b1813392a0243381676f5d9732d6c120dc80bc4 | 6,330,781,856,509 | c4e546da8725d9cd24322786a8e181c92a390cb1 | /scaffold-route/scaffold-route-app/src/main/java/com/cms/scaffold/route/app/entity/req/user/UserSendMessageCodeReq.java | fdf68b7582d962a785fa7cf93f67ae539d3f6612 | [] | no_license | Sylvia-m/scaffold | https://github.com/Sylvia-m/scaffold | c5e38affc31165438c4295016184c3dd01fcec9d | da941c7bf945f4ed9d6f99a20ac098527500d2d5 | refs/heads/master | 2020-12-04T20:27:51.226000 | 2020-01-05T10:18:37 | 2020-01-05T10:18:37 | 231,894,460 | 1 | 0 | null | true | 2020-01-05T09:25:02 | 2020-01-05T09:25:01 | 2019-12-03T02:44:14 | 2019-07-29T15:36:23 | 9,790 | 0 | 0 | 0 | null | false | false | package com.cms.scaffold.route.app.entity.req.user;
import lombok.Getter;
import lombok.Setter;
/**
* @author JHX
* @date 2018/11/22 14:39
*/
@Getter
@Setter
public class UserSendMessageCodeReq {
private String mobilePhone;
/**
* 1 登录验证码 2 更改密码验证码
*/
private String type;
}
| UTF-8 | Java | 325 | java | UserSendMessageCodeReq.java | Java | [
{
"context": "mbok.Getter;\nimport lombok.Setter;\n\n/**\n * @author JHX\n * @date 2018/11/22 14:39\n */\n@Getter\n@Setter\npub",
"end": 116,
"score": 0.9996865391731262,
"start": 113,
"tag": "USERNAME",
"value": "JHX"
}
] | null | [] | package com.cms.scaffold.route.app.entity.req.user;
import lombok.Getter;
import lombok.Setter;
/**
* @author JHX
* @date 2018/11/22 14:39
*/
@Getter
@Setter
public class UserSendMessageCodeReq {
private String mobilePhone;
/**
* 1 登录验证码 2 更改密码验证码
*/
private String type;
}
| 325 | 0.674419 | 0.627907 | 18 | 15.722222 | 14.046769 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 7 |
8ed31c63c32bf6215443fe2a4c73fe1f0f9b048d | 35,820,027,258,953 | 4708b90f1492b6796712fa430a4eb58788c1cf42 | /NetBeansProjects/CS/CSWebClient/src/java/ru/ntik/cs/webclient/Controller.java | 08094cfd168d84350d569ee97efd750bf3a24972 | [] | no_license | IgorDolgo/Nauka | https://github.com/IgorDolgo/Nauka | 3897f055e056df29f53b58b3dd353f1b31a32e2a | 34228355430ea1eb971877b4ab54a52372611ba6 | refs/heads/master | 2016-09-14T02:28:17.931000 | 2016-04-15T09:30:09 | 2016-04-15T09:30:09 | 56,043,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ru.ntik.cs.webclient;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Serializable;
im... | UTF-8 | Java | 31,777 | java | Controller.java | Java | [
{
"context": ".webclient.utils.PojoConverter;\n\n/**\n *\n * @author artem\n */\n@ManagedBean\n@SessionScoped\npublic class Cont",
"end": 4430,
"score": 0.9339122772216797,
"start": 4425,
"tag": "USERNAME",
"value": "artem"
},
{
"context": "d setPassword(String password) {\n\t\tthis.... | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ru.ntik.cs.webclient;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Serializable;
im... | 31,779 | 0.747364 | 0.746578 | 1,133 | 27.046778 | 24.10774 | 199 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.995587 | false | false | 7 |
0906588d9724746ff928de512f6d004cdc008b4f | 34,995,393,561,163 | 7e689be329d1aae9065b59c9549ee06fddecee3b | /platform/src/java/com/xcase/open/impl/simple/methods/DeleteUserEntitySecurityMethod.java | 9fad857bf886c2b6be8c15984ad8484a976d58ca | [] | no_license | martinpg2001/xcase | https://github.com/martinpg2001/xcase | 14564efa8160105ed2301a2c7ad79293a039414a | e530d16f951adbdde1694b0d837bfd6c6c9b7f6b | refs/heads/master | 2023-08-22T14:28:40.712000 | 2023-08-01T03:52:35 | 2023-08-01T03:52:35 | 34,886,456 | 0 | 2 | null | false | 2022-12-12T02:45:28 | 2015-05-01T02:20:51 | 2021-12-19T15:48:06 | 2022-12-12T02:45:27 | 148,235 | 0 | 1 | 5 | Java | false | false | /**
* Copyright 2016 Xcase All rights reserved.
*/
package com.xcase.open.impl.simple.methods;
import com.xcase.open.factories.OpenResponseFactory;
import com.xcase.open.impl.simple.core.CommonApiWebProxy;
import com.xcase.open.impl.simple.core.DeleteUserEntitySecurityentityType;
import com.xcase.open.transp... | UTF-8 | Java | 2,299 | java | DeleteUserEntitySecurityMethod.java | Java | [
{
"context": "pache.logging.log4j.Logger;\r\n\r\n/**\r\n *\r\n * @author martin\r\n */\r\npublic class DeleteUserEntitySecurityMethod e",
"end": 589,
"score": 0.8742641806602478,
"start": 583,
"tag": "USERNAME",
"value": "martin"
}
] | null | [] | /**
* Copyright 2016 Xcase All rights reserved.
*/
package com.xcase.open.impl.simple.methods;
import com.xcase.open.factories.OpenResponseFactory;
import com.xcase.open.impl.simple.core.CommonApiWebProxy;
import com.xcase.open.impl.simple.core.DeleteUserEntitySecurityentityType;
import com.xcase.open.transp... | 2,299 | 0.736842 | 0.733797 | 51 | 43.07843 | 41.311749 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54902 | false | false | 7 |
ee60a7f6c2416759d852c68e7d5a2df397953210 | 35,210,141,909,055 | b0632ffa18f90714220667daecef21d1d4c85cd7 | /src/main/java/com/example/test/model/Registration.java | c4383874800e3c9c8d4de6db41b63a8bd75aebad | [] | no_license | sh-siddharth/testProject | https://github.com/sh-siddharth/testProject | 5b49b3d1afe515c32a33993bf4ba17fa72a2324e | bec20f9d32768e06a08b354fb84607a29ed91715 | refs/heads/master | 2020-03-20T04:49:44.028000 | 2018-06-13T11:39:24 | 2018-06-13T11:39:24 | 137,195,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.test.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.metamodel.StaticMetamodel;
import org.springframework.stereotype.Component;
@Entity... | UTF-8 | Java | 1,453 | java | Registration.java | Java | [] | null | [] | package com.example.test.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.metamodel.StaticMetamodel;
import org.springframework.stereotype.Component;
@Entity... | 1,453 | 0.663455 | 0.663455 | 79 | 17.392405 | 18.057865 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.455696 | false | false | 7 |
0b37d0888d6386f3431924fb1af0ce3b5cfd5424 | 36,902,359,018,672 | 947b01aa45e9f1072f80dbbb893c45d7cb3eb696 | /EVETycoon/src/modules/gui/FuelPlannerPanel.java | 2a6d619fc32ff7c8a7566601d327252c75abe388 | [] | no_license | gcleric/Apps | https://github.com/gcleric/Apps | 0a2f4ba99dbbb803dde5b7a3abe079bde9b38bb3 | f223644d7f198302337cfb00d9534bb0f2f307e7 | refs/heads/master | 2016-08-05T00:36:20.686000 | 2011-09-29T19:24:20 | 2011-09-29T19:24:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* StarbaseStatusPanel.java
*
* Created on Sep 7, 2011, 12:23:18 PM
*/
package modules.gui;
import com.beimin.eveapi.core.ApiException;
import java.sql.SQLException;
import java.util.ArrayList;
import javax.swing... | UTF-8 | Java | 26,670 | java | FuelPlannerPanel.java | Java | [
{
"context": "\nimport tables.BasicTableModel;\n\n/**\n *\n * @author hrivanov\n */\npublic class FuelPlannerPanel extends javax.s",
"end": 646,
"score": 0.9979631304740906,
"start": 638,
"tag": "USERNAME",
"value": "hrivanov"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
* StarbaseStatusPanel.java
*
* Created on Sep 7, 2011, 12:23:18 PM
*/
package modules.gui;
import com.beimin.eveapi.core.ApiException;
import java.sql.SQLException;
import java.util.ArrayList;
import javax.swing... | 26,670 | 0.754181 | 0.747057 | 536 | 48.757462 | 41.906891 | 231 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.669776 | false | false | 7 |
60978ab90cbc7c70f0cd5258fec944d8c8d23523 | 22,316,650,138,478 | fc97069a0b4701fd7ee5d489e94abbfdba273066 | /src/main/java/com/google/android/gms/internal/measurement/zzbo.java | a6c08532eb39a3c5be55891f598e90a9547981a5 | [] | no_license | bellmit/zycami-ded | https://github.com/bellmit/zycami-ded | 8604f1eb24fb767e4cf499e019d6e4568451bb4b | 27686ca846de6d164692c81bac2ae7f85710361f | refs/heads/main | 2023-06-17T20:36:29.589000 | 2021-07-19T18:58:18 | 2021-07-19T18:58:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Decompiled with CFR 0.151.
*
* Could not load the following classes:
* android.app.Activity
*/
package com.google.android.gms.internal.measurement;
import android.app.Activity;
import com.google.android.gms.dynamic.IObjectWrapper;
import com.google.android.gms.dynamic.ObjectWrapper;
import com.google.andro... | UTF-8 | Java | 1,252 | java | zzbo.java | Java | [] | null | [] | /*
* Decompiled with CFR 0.151.
*
* Could not load the following classes:
* android.app.Activity
*/
package com.google.android.gms.internal.measurement;
import android.app.Activity;
import com.google.android.gms.dynamic.IObjectWrapper;
import com.google.android.gms.dynamic.ObjectWrapper;
import com.google.andro... | 1,252 | 0.700479 | 0.689297 | 39 | 31.076923 | 21.301722 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 7 |
d30cc23a88a02ee83b7536fe7eca50429caad0f2 | 36,679,020,735,351 | 0c1309c4f70a49d4de33dc9e169e55181a19746e | /asset/src/main/java/com/xyb2c/dao/RepairListMapper.java | f23bb6ee6423f244499a28c2cbd718c0e191b374 | [] | no_license | WCTGD/code | https://github.com/WCTGD/code | 434ee1cc43a1ed4422e7e2439a78742f428dfe03 | e9bd6bbaa837f30f1f117a9c56812e65656425d8 | refs/heads/master | 2020-03-18T05:56:31.059000 | 2018-05-22T06:35:44 | 2018-05-22T06:35:44 | 134,368,524 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xyb2c.dao;
import com.xyb2c.pojo.RepairList;
import com.xyb2c.pojo.RepairListExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface RepairListMapper {
int countByExample(RepairListExample example);
int deleteByExample(RepairListExample example);
int dele... | UTF-8 | Java | 1,115 | java | RepairListMapper.java | Java | [] | null | [] | package com.xyb2c.dao;
import com.xyb2c.pojo.RepairList;
import com.xyb2c.pojo.RepairListExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface RepairListMapper {
int countByExample(RepairListExample example);
int deleteByExample(RepairListExample example);
int dele... | 1,115 | 0.73297 | 0.730245 | 42 | 25.238094 | 28.033831 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 7 |
8f0a14875efb1594383f30fc55237181eeb6ca9f | 36,867,999,285,391 | 722f0d4be08f476e1fee0dbfc202dcd45c490670 | /src/com/pfe/v4/EnquetesActivity.java | 28717de6706a6b6760c55ea20aef7f51c442735a | [] | no_license | anisdjer/mob_enqueteur | https://github.com/anisdjer/mob_enqueteur | ab675fcc19c63e1b009dc8c1b28e92e0ee08d8cd | db395cd15085750468a9d5cf75062c59592ae228 | refs/heads/master | 2016-09-05T23:13:24.821000 | 2013-06-13T18:06:02 | 2013-06-13T18:06:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pfe.v4;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http... | WINDOWS-1252 | Java | 7,275 | java | EnquetesActivity.java | Java | [] | null | [] | package com.pfe.v4;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http... | 7,275 | 0.702227 | 0.697828 | 271 | 25.841328 | 20.877094 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.785978 | false | false | 7 |
55291825eea98397f27fcb84202ae947c603ab29 | 33,097,018,020,630 | a98021b825f3c004421330cdfdc0f1a27d5c2317 | /ejb/txReservation/txAgent/txAgentEJB/src/main/java/ejava/examples/txagent/ejb/AgentReservationSessionRemote.java | ea92529d7c48998badba18ac1b7d9e78bce3d486 | [] | no_license | ejavaguy/ejava-student | https://github.com/ejavaguy/ejava-student | 78e9c9a11250ed7bc0f32a5cc8cd1bc80dbc919a | 0dc378dcf4a7f56a1f40ec2c9cee0ec269d6e87f | refs/heads/master | 2022-11-30T18:37:18.070000 | 2019-08-22T11:03:56 | 2019-08-22T11:03:56 | 19,055,611 | 5 | 7 | null | false | 2022-11-24T09:36:48 | 2014-04-23T03:27:01 | 2022-01-11T19:52:18 | 2022-11-24T09:36:47 | 7,685 | 2 | 7 | 17 | Java | false | false | package ejava.examples.txagent.ejb;
import javax.ejb.Remote;
import ejava.examples.txagent.bl.AgentReservationSession;
@Remote
public interface AgentReservationSessionRemote extends AgentReservationSession {
}
| UTF-8 | Java | 213 | java | AgentReservationSessionRemote.java | Java | [] | null | [] | package ejava.examples.txagent.ejb;
import javax.ejb.Remote;
import ejava.examples.txagent.bl.AgentReservationSession;
@Remote
public interface AgentReservationSessionRemote extends AgentReservationSession {
}
| 213 | 0.849765 | 0.849765 | 9 | 22.666666 | 27.640551 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
1cbaa98ffbf7a9fc7a0cedaeaff886b02313385c | 26,199,300,556,665 | 065bed83a225afe59245ebcb8f48271a3cdf37ff | /Front_end/app/src/main/java/com/system/odering/front_end/domain/user/IPerson.java | 5d269ff321946fc6d5c687c1c96757d7adbeaec5 | [] | no_license | ChaseAgulhas/client_app | https://github.com/ChaseAgulhas/client_app | fbeb8dccc0b66c596008ec87334c86e9da6804f9 | f0705665b88a18958a6a9ef0992ce11bc64f6cf9 | refs/heads/master | 2021-01-12T09:13:50.704000 | 2016-12-18T19:26:38 | 2016-12-18T19:26:38 | 76,802,842 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.system.odering.front_end.domain.user;
/**
* Created by cfebruary on 2016/09/29.
*/
public interface IPerson {
Long getCustomerId();
String getName();
String getSurname();
String getEmail();
String getPhoneNumber();
}
| UTF-8 | Java | 252 | java | IPerson.java | Java | [
{
"context": ".odering.front_end.domain.user;\n\n/**\n * Created by cfebruary on 2016/09/29.\n */\npublic interface IPerson {\n ",
"end": 78,
"score": 0.9996324181556702,
"start": 69,
"tag": "USERNAME",
"value": "cfebruary"
}
] | null | [] | package com.system.odering.front_end.domain.user;
/**
* Created by cfebruary on 2016/09/29.
*/
public interface IPerson {
Long getCustomerId();
String getName();
String getSurname();
String getEmail();
String getPhoneNumber();
}
| 252 | 0.678571 | 0.646825 | 12 | 20 | 14.860462 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
6b3bba1da3393a545e2fe3cac4bc3d198ee38a6d | 1,932,735,336,547 | 4cb47e74e07345c1d3f697356050ba921eaeab50 | /CorsoJava/src/org/saluti/corso/ciao.java | 4eaa89dbb8dd68cb9b2f0d31b051bc3556917782 | [] | no_license | steepana/CorsoJava | https://github.com/steepana/CorsoJava | 96b8118235e788c6f9b6ab2aef57e7545fa407e2 | 3c9c8188ccb56ad34af1d9746d24df968d877c71 | refs/heads/master | 2023-08-17T22:49:08.596000 | 2021-09-16T16:02:03 | 2021-09-16T16:02:03 | 407,226,980 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.saluti.corso;
public class ciao {
public static void main(String[] args) {
Saluto francese = new Francesce();
francese.setModoSaluto("bonjour");
francese.setNazione("Francia");
System.out.println(francese.getNazione() + " " + (francese.getModoSaluto()) );
Saluto inglese = new Ing... | UTF-8 | Java | 701 | java | ciao.java | Java | [] | null | [] | package org.saluti.corso;
public class ciao {
public static void main(String[] args) {
Saluto francese = new Francesce();
francese.setModoSaluto("bonjour");
francese.setNazione("Francia");
System.out.println(francese.getNazione() + " " + (francese.getModoSaluto()) );
Saluto inglese = new Ing... | 701 | 0.661912 | 0.661912 | 31 | 21.612904 | 24.822826 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.193548 | false | false | 7 |
f6e6b18c035fbd0c7669304fa8a4d55328a6f935 | 1,932,735,339,160 | 911b4b22d3c5b1e00172a77bb6d91c2a3025f12b | /SoldeskProject/src/main/java/com/soldesk/spring/sns/SNSReply.java | 97fda2536ed3564a763d26b6f20f5833aa7be4fb | [] | no_license | Onneoul/SoldeskProject | https://github.com/Onneoul/SoldeskProject | 856043f62841d007eeccc6920575194ce4835f44 | 14b27917bf88eda8896ead6ed60ce447693d8d59 | refs/heads/master | 2022-12-21T23:05:10.754000 | 2020-07-13T15:40:39 | 2020-07-13T15:40:39 | 225,306,394 | 0 | 0 | null | false | 2022-12-16T01:00:43 | 2019-12-02T06:56:38 | 2020-07-13T15:41:05 | 2022-12-16T01:00:42 | 3,150 | 0 | 0 | 4 | Java | false | false | package com.soldesk.spring.sns;
import java.math.BigDecimal;
import java.util.Date;
public class SNSReply {
private String reply_user; // 기존 number_id
private BigDecimal reply_number; // 기존 sns_number
private Date reply_date;
private String reply_text;
private BigDecimal reply_number_num; // 기존 reply_n... | UTF-8 | Java | 1,559 | java | SNSReply.java | Java | [] | null | [] | package com.soldesk.spring.sns;
import java.math.BigDecimal;
import java.util.Date;
public class SNSReply {
private String reply_user; // 기존 number_id
private BigDecimal reply_number; // 기존 sns_number
private Date reply_date;
private String reply_text;
private BigDecimal reply_number_num; // 기존 reply_n... | 1,559 | 0.688429 | 0.688429 | 67 | 21.089552 | 20.51627 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.432836 | false | false | 7 |
77d6dcd927859e97cf516c86281bd1b5c7fa2ddf | 3,685,082,000,459 | eaa1ff1a55263b2a656e557245be431c085843a1 | /app/src/main/java/com/newtrekwang/yiweather/Base/BasePresenter.java | ff449eee339c3c4f35bcb9f0c8a13ee8c8f8c62c | [
"Apache-2.0"
] | permissive | Wangjiaxing123/YiWeather | https://github.com/Wangjiaxing123/YiWeather | 69369f99f7037e6fcdc8bb5c1bc39923473da857 | 62fc23395166a7f4fd6d72dd740f4896fb52545e | refs/heads/master | 2019-01-23T06:41:13.181000 | 2017-05-01T14:18:46 | 2017-05-01T14:18:46 | 85,833,292 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.newtrekwang.yiweather.Base;
import android.content.Context;
/**
* Created by WJX .
* Desc:Presenter 基类
* Created on 2017/1/13 20:05.
* Mail:408030208@qq.com
*/
public abstract class BasePresenter <V>{
public Context context;
public V mView;
/**
* 绑定View
*/
public void onAt... | UTF-8 | Java | 473 | java | BasePresenter.java | Java | [
{
"context": "mport android.content.Context;\n\n\n/**\n * Created by WJX .\n * Desc:Presenter 基类\n * Created on 2017/1/13 20",
"end": 96,
"score": 0.9990559220314026,
"start": 93,
"tag": "USERNAME",
"value": "WJX"
},
{
"context": "esenter 基类\n * Created on 2017/1/13 20:05.\n * Mail:4... | null | [] | package com.newtrekwang.yiweather.Base;
import android.content.Context;
/**
* Created by WJX .
* Desc:Presenter 基类
* Created on 2017/1/13 20:05.
* Mail:<EMAIL>
*/
public abstract class BasePresenter <V>{
public Context context;
public V mView;
/**
* 绑定View
*/
public void onAttached(V ... | 464 | 0.59436 | 0.550976 | 28 | 15.464286 | 12.807593 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 7 |
6437ed753a003a8dd09088e0a411c14e8d5b400c | 38,216,619,004,234 | dd59639b4b47aa75d4fd450be68b05e9c2a3810c | /RDwebFrameApp/src/main/java/webFrame/ws/integration/PersonWrapper.java | 4e4d48bd8498b03e6884632676dc45a240266680 | [] | no_license | sikza/ICTDTech | https://github.com/sikza/ICTDTech | bcae8c1147e86afe334a7bfae752c33389819d8a | 7cf57a10baf908dd9698f31c0e6575b8cbc02b0d | refs/heads/master | 2021-09-20T13:49:37.181000 | 2018-08-10T06:36:27 | 2018-08-10T06:36:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package webFrame.ws.integration;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlRootElement;
import usergate.classes.Person;
@XmlRootElement
public class PersonWrapper implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private Person profile;
private Stri... | UTF-8 | Java | 696 | java | PersonWrapper.java | Java | [] | null | [] | package webFrame.ws.integration;
import java.io.Serializable;
import javax.xml.bind.annotation.XmlRootElement;
import usergate.classes.Person;
@XmlRootElement
public class PersonWrapper implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private Person profile;
private Stri... | 696 | 0.708333 | 0.706897 | 45 | 14.466666 | 16.254368 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
d638ea9dd08443b5ded233b4c5fe5a2cd4e569b2 | 36,764,920,080,096 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/nathanmarz--storm/17863eb328332af14568862a61b88c17e7c42ee0/before/CommitterBoltExecutor.java | adcaebdda24ff82fe06707660d6150749b714f66 | [] | no_license | fracz/refactor-extractor | https://github.com/fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211000 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package backtype.storm.transactional;
import backtype.storm.task.TopologyContext;
import backtype.storm.topology.OutputFieldsDeclarer;
import backtype.storm.tuple.Tuple;
import java.util.Map;
public class CommitterBoltExecutor implements IBatchBolt {
ICommitterBolt _delegate;
BatchOutputCollector _collector... | UTF-8 | Java | 1,105 | java | CommitterBoltExecutor.java | Java | [] | null | [] | package backtype.storm.transactional;
import backtype.storm.task.TopologyContext;
import backtype.storm.topology.OutputFieldsDeclarer;
import backtype.storm.tuple.Tuple;
import java.util.Map;
public class CommitterBoltExecutor implements IBatchBolt {
ICommitterBolt _delegate;
BatchOutputCollector _collector... | 1,105 | 0.712217 | 0.712217 | 43 | 24.72093 | 24.732359 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465116 | false | false | 7 |
7d8072132cbc7f1db23a205a4be07968e11b8df2 | 36,764,920,078,417 | bc38aa25bd03dc856fc89dc8cc3b2324404076b9 | /src/main/java/com/jifenke/lepluslive/groupon/service/GrouponProductDetailService.java | f6a9ebde31ba1c2f58d4c8219464486459915f1d | [] | no_license | zhaiyu/lepluslife_back | https://github.com/zhaiyu/lepluslife_back | 4728991243b32e8e5d3470e03be667b4e0bc44d5 | 21568917ba64b8a2082a38cedcaa3a6bfdeb7591 | refs/heads/master | 2021-01-20T14:22:34.075000 | 2017-08-24T09:02:28 | 2017-08-24T09:02:28 | 72,407,756 | 1 | 30 | null | true | 2017-05-08T02:12:52 | 2016-10-31T06:12:12 | 2016-11-12T11:17:17 | 2017-05-08T02:12:51 | 1,630 | 1 | 3 | 0 | Java | null | null | package com.jifenke.lepluslive.groupon.service;
import com.jifenke.lepluslive.groupon.domain.entities.GrouponProduct;
import com.jifenke.lepluslive.groupon.domain.entities.GrouponProductDetail;
import com.jifenke.lepluslive.groupon.repository.GrouponProductDetailRepository;
import org.springframework.stereotype.Servi... | UTF-8 | Java | 1,010 | java | GrouponProductDetailService.java | Java | [
{
"context": "* GrouponProductDetailService\n * 商品详情图\n * @author XF\n * @date 2017/6/27\n */\n@Service\n@Transactional(re",
"end": 564,
"score": 0.9980125427246094,
"start": 562,
"tag": "USERNAME",
"value": "XF"
}
] | null | [] | package com.jifenke.lepluslive.groupon.service;
import com.jifenke.lepluslive.groupon.domain.entities.GrouponProduct;
import com.jifenke.lepluslive.groupon.domain.entities.GrouponProductDetail;
import com.jifenke.lepluslive.groupon.repository.GrouponProductDetailRepository;
import org.springframework.stereotype.Servi... | 1,010 | 0.821 | 0.814 | 30 | 32.333332 | 29.874552 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
cee7758872c4b9cb704eb9aa83547d95a19a1e2f | 4,269,197,552,035 | e499e882b12b02413000315a6bddf0ab7021cde2 | /src/com/jagdeep/ds/graph/Graph.java | f3d4c8c971d2dffafd5dc960b422143236a7fad7 | [] | no_license | JagdeepSingh28/DS | https://github.com/JagdeepSingh28/DS | 9796f2f84f74b9cf5567e788e1eb1e400836cc4a | ef5043e3e19faab7be70ec766565ca1f8fde2d43 | refs/heads/master | 2021-07-13T12:56:49.769000 | 2020-11-15T09:31:03 | 2020-11-15T09:31:03 | 67,930,224 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jagdeep.ds.graph;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
public class Graph<T> {
private class QueueNode {
GraphNode graphNode;
int level;
public QueueNode(GraphNode node, int level) {
this.graphNode = node;
this.level = level;
}
}
private cla... | UTF-8 | Java | 3,616 | java | Graph.java | Java | [] | null | [] | package com.jagdeep.ds.graph;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
public class Graph<T> {
private class QueueNode {
GraphNode graphNode;
int level;
public QueueNode(GraphNode node, int level) {
this.graphNode = node;
this.level = level;
}
}
private cla... | 3,616 | 0.631084 | 0.617533 | 181 | 18.977901 | 17.540783 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.403315 | false | false | 7 |
c85e4b001a8cc33780d15f0630f56109ac3eee53 | 2,061,584,310,436 | eebe8ce64a31ee18d39c383ecf91df6b40094c24 | /core/src/main/java/com/taobao/arthas/core/command/monitor200/GcinfoCommand.java | aa4245f30240a9abcbf338b1e25e9b9d6a4e23d6 | [
"Apache-2.0"
] | permissive | wangdonghello/arthas | https://github.com/wangdonghello/arthas | ca8192fcbc8b74ba8d50d616b0e87e281d5f2948 | 1c28b016d7e60cd10c08ba6ba9358cbd97387f73 | refs/heads/master | 2023-03-31T10:22:07.121000 | 2021-03-17T12:16:49 | 2021-03-17T12:16:49 | 268,944,966 | 0 | 0 | Apache-2.0 | true | 2020-06-03T01:16:56 | 2020-06-03T01:16:56 | 2020-06-03T01:04:42 | 2020-06-01T11:42:57 | 17,306 | 0 | 0 | 0 | null | false | false | package com.taobao.arthas.core.command.monitor200;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Timer;
import java.util.TimerTask;
import com.alibaba.arthas.deps.org.slf4j.Logger;
import com.alibaba.arthas.deps.org.slf4j.LoggerFactory;
import com.taobao... | UTF-8 | Java | 5,783 | java | GcinfoCommand.java | Java | [
{
"context": "的后端一次性获取,然后展示;\n * 后期再改造一下\n * </pre>\n * \n * @author wangdong 2020年06月01日 下午2:06:21\n */\n@Name(\"gcinfo\")\n@Summar",
"end": 838,
"score": 0.9984517097473145,
"start": 830,
"tag": "USERNAME",
"value": "wangdong"
}
] | null | [] | package com.taobao.arthas.core.command.monitor200;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Timer;
import java.util.TimerTask;
import com.alibaba.arthas.deps.org.slf4j.Logger;
import com.alibaba.arthas.deps.org.slf4j.LoggerFactory;
import com.taobao... | 5,783 | 0.668978 | 0.659556 | 206 | 26.305826 | 23.900251 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.679612 | false | false | 7 |
41056151954ee9a1d226c6b4d479ea53858690eb | 8,873,402,439,461 | a6fb064b0d286886ad59c7f3d5b4f0036a8c3ccc | /bwdrsystem/src/main/java/bwdrsystem/dto/ReportFileImportLog.java | c223eb0fdc893e1fa827b7dbe09b47221f5a39aa | [] | no_license | xiongshaogang/supersion | https://github.com/xiongshaogang/supersion | 8496407ccf5b298bc50a27af19d858cc57f6999b | c88f803924b21e4993076f22ab16a210ac4a32a2 | refs/heads/master | 2021-01-19T17:36:37.251000 | 2016-12-14T06:44:52 | 2016-12-14T06:44:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bwdrsystem.dto;
import java.util.Date;
import java.util.Map;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.Many... | UTF-8 | Java | 4,893 | java | ReportFileImportLog.java | Java | [
{
"context": "PM\r\n * @createDate 2016/08/08 16:24 PM\r\n * @author Liutao\r\n */\r\n@Entity\r\n@Table(name=\"ReportFileImportLog\")",
"end": 808,
"score": 0.8740992546081543,
"start": 802,
"tag": "NAME",
"value": "Liutao"
}
] | null | [] | package bwdrsystem.dto;
import java.util.Date;
import java.util.Map;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.Many... | 4,893 | 0.722187 | 0.709617 | 192 | 22.859375 | 20.758181 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.28125 | false | false | 7 |
f0d5695d6d9d17a8da5923a3a2e4c702f786d7e1 | 8,873,402,442,672 | a778c7ddb9f63d2f3d8bbd5fc6c1bc4ee996b765 | /app/src/main/java/db/PersistedData.java | 843d2170e59b9e69299b49761d450b48f9961e0d | [] | no_license | ayush1/SearchImagePOC | https://github.com/ayush1/SearchImagePOC | 776234611a4d31a7ce1e7463b8267cc1a6b48711 | bc99861da366b39e485e1d8d540a9dec710b7657 | refs/heads/master | 2020-03-16T11:58:37.154000 | 2018-05-08T19:55:03 | 2018-05-08T19:55:03 | 132,657,510 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package db;
import android.arch.persistence.room.ColumnInfo;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.PrimaryKey;
@Entity(tableName = "persisted")
public class PersistedData {
@PrimaryKey(autoGenerate = true)
private int uid;
@ColumnInfo(name = "search_key")
... | UTF-8 | Java | 788 | java | PersistedData.java | Java | [] | null | [] | package db;
import android.arch.persistence.room.ColumnInfo;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.PrimaryKey;
@Entity(tableName = "persisted")
public class PersistedData {
@PrimaryKey(autoGenerate = true)
private int uid;
@ColumnInfo(name = "search_key")
... | 788 | 0.626904 | 0.626904 | 42 | 17.761906 | 15.647622 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309524 | false | false | 7 |
fb0e4fd6742d938bd1f63ddb26add4ddeb660bf7 | 20,804,821,591,071 | 31b796c8f4619008370fefdfafbfdbef4a4bf13d | /app/src/main/java/com/example/hw2timer/ListFragment.java | c53c627e35050c968b21e9ed0dcf7d2ea71d16a3 | [] | no_license | joshuamsje/HW2AsyncTask | https://github.com/joshuamsje/HW2AsyncTask | d1870c9ea873481e99364335150b80d681f0afa6 | 89e57f08c0167b1a8b935a28f14edd938485cb56 | refs/heads/master | 2023-03-25T11:17:12.819000 | 2021-03-06T21:47:11 | 2021-03-06T21:47:11 | 345,202,088 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hw2timer;
import android.content.Context;
import android.content.res.Configuration;
import android.os.Bundle;
import android.service.controls.Control;
import android.text.method.ScrollingMovementMethod;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import an... | UTF-8 | Java | 1,430 | java | ListFragment.java | Java | [] | null | [] | package com.example.hw2timer;
import android.content.Context;
import android.content.res.Configuration;
import android.os.Bundle;
import android.service.controls.Control;
import android.text.method.ScrollingMovementMethod;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import an... | 1,430 | 0.671329 | 0.668531 | 69 | 19.724638 | 21.279291 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507246 | false | false | 7 |
b6525761973ce117b4c26e88ac2354cd8514e85d | 13,829,794,706,094 | 22042e687d87696412d9ca518909486f8f133a13 | /eclipse/src/com/csz/cci/Q14.java | 95ec6df65369b66b33ceb54e839c68dd2e822069 | [] | no_license | xiaos/mycode | https://github.com/xiaos/mycode | 2e2553e063c9cace9c2410fcda0f38dcb3214947 | 3aed98c61ec74fc486784a26e5483b526d162ad7 | refs/heads/master | 2018-03-31T03:12:45.252000 | 2018-03-30T14:54:10 | 2018-03-30T14:54:10 | 88,062,389 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.csz.cci;
// Write a method to decide if two strings are anagrams or not.
public class Q14 {
public static void main(String... args) {
char[] a = "abcdefe".toCharArray();
char[] b = "cdefbea".toCharArray();
System.out.println(isAnagrams2(a, b));
}
private static boolean isAnagrams2(char[] a, cha... | UTF-8 | Java | 1,752 | java | Q14.java | Java | [] | null | [] | package com.csz.cci;
// Write a method to decide if two strings are anagrams or not.
public class Q14 {
public static void main(String... args) {
char[] a = "abcdefe".toCharArray();
char[] b = "cdefbea".toCharArray();
System.out.println(isAnagrams2(a, b));
}
private static boolean isAnagrams2(char[] a, cha... | 1,752 | 0.542237 | 0.531963 | 97 | 17.061855 | 17.095737 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.556701 | false | false | 7 |
9479edb30ede8dd4f1a9348bddab24b85a8942d3 | 14,843,406,987,230 | ccf83a91aa0f156b83dd5c0aa56a8f51c493c4d9 | /crm-all/crm-cm/crm-cm-web/src/main/java/com/aii/crm/cm/web/persistence/bo/CmGroupOrgStruct.java | bb872d01dd11fb6013c135b30be9d8c09fb80161 | [] | no_license | bellmit/pirvate | https://github.com/bellmit/pirvate | 9cb39b22e88f0f94e6fa25822acc827e1b0c0172 | 168e11634a3ce5ba0fc0dd44a270d136442c5709 | refs/heads/master | 2022-11-14T06:40:34.180000 | 2019-08-01T08:53:10 | 2019-08-01T08:53:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aii.crm.cm.web.persistence.bo;
import java.util.Date;
public class CmGroupOrgStruct {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column cm_group_org_struct.DEPT_ID
*
* @mbg.generated Tue May 28 20:26:01 CST 2019
*/
... | UTF-8 | Java | 31,299 | java | CmGroupOrgStruct.java | Java | [] | null | [] | package com.aii.crm.cm.web.persistence.bo;
import java.util.Date;
public class CmGroupOrgStruct {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column cm_group_org_struct.DEPT_ID
*
* @mbg.generated Tue May 28 20:26:01 CST 2019
*/
... | 31,299 | 0.636666 | 0.60101 | 1,028 | 29.447472 | 28.626539 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.092412 | false | false | 7 |
ed8d8884cf7b38a14d651effa008b19014174d4b | 11,295,764,002,463 | 4f069a8ab9d1c4bea773e63d23864a2f490d9e55 | /src/cui/litang/phoneguard/engine/AppInfoProvider.java | a3e874ff755362f69c8f88790ae13fcbf6c3b640 | [
"Apache-2.0"
] | permissive | cuilitang/PhoneGuard | https://github.com/cuilitang/PhoneGuard | 1f31e395e719943fe18cf692956213e512effe0f | 94ca3c2e0250eb7f14686844c28eeadef4bec0c9 | refs/heads/master | 2021-01-10T12:39:35.029000 | 2015-08-10T16:57:54 | 2015-08-10T16:57:54 | 36,923,815 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cui.litang.phoneguard.engine;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.graphics.drawable.Drawable;
import cui.litang.ph... | UTF-8 | Java | 1,602 | java | AppInfoProvider.java | Java | [
{
"context": "tity.AppInfo;\r\n\r\n/**\r\n * 获取手机安装的所有应用信息\r\n * @author Cuilitang\r\n * @Date 2015年7月21日\r\n */\r\npublic class AppInfoPr",
"end": 391,
"score": 0.8550102114677429,
"start": 382,
"tag": "USERNAME",
"value": "Cuilitang"
}
] | null | [] | package cui.litang.phoneguard.engine;
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.graphics.drawable.Drawable;
import cui.litang.ph... | 1,602 | 0.691906 | 0.685379 | 62 | 22.709677 | 19.461615 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.048387 | false | false | 7 |
8d3ffd414c0b4e13a2fc43c15ea102fc89dea943 | 30,837,865,197,564 | 4fcdcead3b75c8b1e13adc97ce6498cd47293fa2 | /NisiraWebMovil/src/java/com/pe/nisira/movil/view/bean/PrecioshistoricosBean.java | 9ddaaae998e68b61b4514f36fcc37b9b1482d3e6 | [] | no_license | aburgosd91/NisiraWebPatos | https://github.com/aburgosd91/NisiraWebPatos | e17e90ab342d4d1f29f16b5957f781fc5ee23cf0 | 764fcb7099bab061ea579ba5b6a5b980b2f27c1e | refs/heads/master | 2021-01-20T01:24:53.405000 | 2017-04-24T18:22:26 | 2017-04-24T18:22:26 | 85,764,698 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.pe.nisira.movil.view.bean;
import java.io.Serializable;
import java.util.Date;
/**
*
* @author Antenor
*/
public class PrecioshistoricosBean implements Serializable{
private static final long serialV... | UTF-8 | Java | 3,508 | java | PrecioshistoricosBean.java | Java | [
{
"context": "lizable;\nimport java.util.Date;\n\n/**\n *\n * @author Antenor\n */\npublic class PrecioshistoricosBean implements",
"end": 218,
"score": 0.9997343420982361,
"start": 211,
"tag": "NAME",
"value": "Antenor"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.pe.nisira.movil.view.bean;
import java.io.Serializable;
import java.util.Date;
/**
*
* @author Antenor
*/
public class PrecioshistoricosBean implements Serializable{
private static final long serialV... | 3,508 | 0.648233 | 0.641961 | 165 | 20.260607 | 18.16787 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327273 | false | false | 7 |
6f6dadc8633f139b6b51e94ad201e3fb4aa10f2a | 33,560,874,462,384 | bb13907de0911a1c03f1a32a7ea16740234abf1c | /src/main/java/com/emc/fapi/jaxws/v4_3_1/SyslogFacility.java | 8a3d32c9e97e858957a4fbeac79d9f02ec3c99bc | [] | no_license | noamda/fal431 | https://github.com/noamda/fal431 | 9287e95fa2bacdace92e65b16ec6985ce2ded29c | dad30667424970fba049df3ba2c2023b82b9276e | refs/heads/master | 2021-01-21T14:25:10.211000 | 2016-06-20T08:55:43 | 2016-06-20T08:58:33 | 58,481,483 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.emc.fapi.jaxws.v4_3_1;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
@XmlType(name = "syslogFacility")
@XmlEnum
public enum SyslogFacility {
AUTH,
AUTHPRIV,
CRON,
DAEMON,
FTP,
KERN,
LOCAL0,
LOCAL1,
LOCAL2,
LOCAL3,
LOCAL4,
... | UTF-8 | Java | 618 | java | SyslogFacility.java | Java | [] | null | [] | package com.emc.fapi.jaxws.v4_3_1;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
@XmlType(name = "syslogFacility")
@XmlEnum
public enum SyslogFacility {
AUTH,
AUTHPRIV,
CRON,
DAEMON,
FTP,
KERN,
LOCAL0,
LOCAL1,
LOCAL2,
LOCAL3,
LOCAL4,
... | 618 | 0.590615 | 0.572816 | 42 | 13.666667 | 12.544524 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 7 |
8c64dd1ee48289dc1ed406d6d0ca00a88567cf25 | 4,389,456,611,777 | 812e05a0061228c688954c36e1f58d99d49107dd | /src/main/java/com/sparrow/backend/service/impl/HotelRoomDiscountServiceImpl.java | b98da3d81cfd3dc916ea73a952dd54ab04f20ce1 | [] | no_license | pavle-j4nk/sparrow | https://github.com/pavle-j4nk/sparrow | c346ad9ec9723cedac3daa6471df5a482a3e7896 | 66f3b98acf48688615e74a8a5bd36db73a17912a | refs/heads/master | 2022-05-01T03:52:42.036000 | 2019-09-27T19:04:29 | 2019-09-27T19:04:29 | 154,820,556 | 0 | 1 | null | false | 2022-03-31T18:44:28 | 2018-10-26T10:54:57 | 2019-09-27T19:04:46 | 2022-03-31T18:44:27 | 60,689 | 1 | 1 | 6 | Java | false | false | package com.sparrow.backend.service.impl;
import com.sparrow.backend.model.HotelReservation;
import com.sparrow.backend.model.HotelRoomDiscount;
import com.sparrow.backend.repository.HotelRoomDiscountRepository;
import com.sparrow.backend.service.HotelReservationService;
import com.sparrow.backend.service.HotelRoomDis... | UTF-8 | Java | 1,947 | java | HotelRoomDiscountServiceImpl.java | Java | [] | null | [] | package com.sparrow.backend.service.impl;
import com.sparrow.backend.model.HotelReservation;
import com.sparrow.backend.model.HotelRoomDiscount;
import com.sparrow.backend.repository.HotelRoomDiscountRepository;
import com.sparrow.backend.service.HotelReservationService;
import com.sparrow.backend.service.HotelRoomDis... | 1,947 | 0.739086 | 0.739086 | 54 | 35.055557 | 29.75481 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425926 | false | false | 7 |
227ac73db44bbbbd5e9439c995ad88d9a1ab276c | 18,872,086,323,132 | 43d8520aecdad8ee7e4b1ac6b4e18bdf871de774 | /src/websocket/notify/model/Notify.java | 391bd8f8c134e5ba2ce9612342a4e2c307e72d9c | [] | no_license | a5372268/MoviesHit | https://github.com/a5372268/MoviesHit | 16f2862a40b1debc0ba4ae4def5ed56e98bbd1a6 | 26f20fe75510b2ecd80b3660b91801146f496a22 | refs/heads/main | 2023-05-25T04:47:08.688000 | 2021-06-11T11:38:33 | 2021-06-11T11:38:33 | 375,986,887 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package websocket.notify.model;
public class Notify {
private String type;
private int sender;
private String receiver;
private String message;
private String time;
private String read;
public Notify() {};
public Notify(String type, int sender, String receiver, String message, String time, String read... | UTF-8 | Java | 1,154 | java | Notify.java | Java | [] | null | [] | package websocket.notify.model;
public class Notify {
private String type;
private int sender;
private String receiver;
private String message;
private String time;
private String read;
public Notify() {};
public Notify(String type, int sender, String receiver, String message, String time, String read... | 1,154 | 0.689775 | 0.689775 | 70 | 15.485714 | 16.049694 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 7 |
36eab56dfb02cca3d404cf51786cd5578b493dbc | 13,194,139,567,371 | 6042c0aa06883b4ac2795ea39e9b91c37d9ce9d1 | /src/main/java/com/java/service/UserService.java | 2b04e66d5c609d23683e54d66e240bd5b55d48e7 | [] | no_license | mygithub12/javaproject | https://github.com/mygithub12/javaproject | 02d06d685e6a76bcd9d41d83e3aa8820fc144c5e | 0340aebf0da180d58f9a5f47efb59ca9b31c30c5 | refs/heads/master | 2021-01-16T19:02:57.371000 | 2014-10-29T08:02:09 | 2014-10-29T08:02:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java.service;
import java.util.ArrayList;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.java.model.Role;
import com.java.model.UserEntity;
import com.java.repositorie... | UTF-8 | Java | 1,063 | java | UserService.java | Java | [] | null | [] | package com.java.service;
import java.util.ArrayList;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.java.model.Role;
import com.java.model.UserEntity;
import com.java.repositorie... | 1,063 | 0.74412 | 0.74412 | 62 | 16.145161 | 17.208256 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.193548 | false | false | 7 |
d91e3b8d22bd8728b2204ddb024c7939ed27d526 | 30,932,354,502,806 | d28c6359f2c3f4342b1f7bec74e9c3efc32ebf1d | /app/src/main/java/com/group/msci/puzzlegenerator/utils/json/UploadPuzzleJSON.java | 27d05eb364d32715bbc78e14b6e0e1825f098b71 | [] | no_license | hamzah-hayat/MSci-Team-Project | https://github.com/hamzah-hayat/MSci-Team-Project | 1fb8c23e0ae771fd688dba9facd132f0b6dfdd65 | d48fb11aa9701f10224510bda133848e469462dd | refs/heads/master | 2021-05-31T14:31:34.085000 | 2016-04-25T18:15:15 | 2016-04-25T18:15:15 | 44,331,284 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.group.msci.puzzlegenerator.utils.json;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
/**
* Created by Magdi on 06/04/2016.
... | UTF-8 | Java | 2,421 | java | UploadPuzzleJSON.java | Java | [
{
"context": "eamReader;\nimport java.net.URL;\n\n/**\n * Created by Magdi on 06/04/2016.\n */\npublic class UploadPuzzleJSON ",
"end": 304,
"score": 0.9547807574272156,
"start": 299,
"tag": "NAME",
"value": "Magdi"
}
] | null | [] | package com.group.msci.puzzlegenerator.utils.json;
import android.util.Log;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
/**
* Created by Magdi on 06/04/2016.
... | 2,421 | 0.61834 | 0.609665 | 74 | 31.729731 | 33.389309 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527027 | false | false | 7 |
0346b3b7d1c95f53e6081df17a8e3556661b828d | 8,546,984,952,211 | 38aa5cccad737bd5b27a1aad7070013c6b7e4842 | /src/main/java/frc/robot/commands/Drive.java | 2cbc1a2bb6876c83107cfc0e178cbe1dd892607c | [] | no_license | RaidersOfTheARC/Infinite-Recharge | https://github.com/RaidersOfTheARC/Infinite-Recharge | 9a53598190fa0f3e8648063c852835a6c90fb6b9 | 3b204c389f7bba73031f3fd0558c4bfb7556b582 | refs/heads/master | 2020-12-07T12:01:47.082000 | 2020-02-26T17:59:23 | 2020-02-26T17:59:23 | 232,717,476 | 2 | 3 | null | false | 2020-02-26T17:59:27 | 2020-01-09T03:52:05 | 2020-02-25T01:50:25 | 2020-02-26T17:59:24 | 86 | 2 | 2 | 0 | Java | false | false | package frc.robot.commands;
import java.util.function.DoubleSupplier;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc.robot.subsystems.DriveBase;
public class Drive extends CommandBase {
@SuppressWarnings({"PMD.UnusedPrivateField", "PMD.SingularField"})
private final DriveBase m_drive;
... | UTF-8 | Java | 790 | java | Drive.java | Java | [] | null | [] | package frc.robot.commands;
import java.util.function.DoubleSupplier;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc.robot.subsystems.DriveBase;
public class Drive extends CommandBase {
@SuppressWarnings({"PMD.UnusedPrivateField", "PMD.SingularField"})
private final DriveBase m_drive;
... | 790 | 0.708861 | 0.707595 | 29 | 26.275862 | 26.499052 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 7 |
a271368c5e2f0ce84955216da79fc86f93a3489b | 16,484,084,522,819 | 25cd86f56e2e81c72de283ab00f98904cb6e5c37 | /src/main/java/Graphics/Game.java | ae0cd891470509310515ba7e7816b83d8df19a16 | [] | no_license | SPI133/Munchkin | https://github.com/SPI133/Munchkin | 2baa344f2ec59f26ac6141ba7c5cd0fcd7020a32 | dc2a6d285f2fe9e3de2455a0d90c35d4e8bc9678 | refs/heads/main | 2023-04-14T06:59:53.468000 | 2021-04-24T10:36:52 | 2021-04-24T10:36:52 | 361,133,832 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Graphics;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.layout.AnchorPane;
import javafx.stage.Stage;
import java.io.IOException;
public class Game extends Application {//TODO:add choice for players
private Scene mainMenu... | UTF-8 | Java | 1,288 | java | Game.java | Java | [] | null | [] | package Graphics;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.layout.AnchorPane;
import javafx.stage.Stage;
import java.io.IOException;
public class Game extends Application {//TODO:add choice for players
private Scene mainMenu... | 1,288 | 0.60559 | 0.60559 | 48 | 24.833334 | 23.895025 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
4921a106616f7069f786aa38c0be325cd747b00d | 20,323,785,279,147 | acb3d7022ef121d3917fd64fa3f8b19a90393bdd | /src/algorithms/accepted/A513_Find_Bottom_Left_Tree_Value.java | 0259a59db263c01d56363c85f5f5731819100b28 | [] | no_license | SuperLatte/LeetCode | https://github.com/SuperLatte/LeetCode | 00ff7da46485dca6dc9fc714ca03b68ba6f54962 | 6a4155211731dbbe085d9ea9bdd05160a72ff44a | refs/heads/master | 2018-01-08T12:41:26.484000 | 2017-10-11T00:52:59 | 2017-10-11T00:52:59 | 36,746,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package algorithms.accepted;
import algorithms.datastructure.TreeNode;
import java.util.ArrayList;
import java.util.List;
/**
Given a binary tree, find the leftmost value in the last row of the tree.
Example 1:
Input:
2
/ \
1 3
Output:
1
Example 2:
Input:
1
/ \
2 3
/ / \
4 5 6
/
7
Ou... | UTF-8 | Java | 901 | java | A513_Find_Bottom_Left_Tree_Value.java | Java | [] | null | [] | package algorithms.accepted;
import algorithms.datastructure.TreeNode;
import java.util.ArrayList;
import java.util.List;
/**
Given a binary tree, find the leftmost value in the last row of the tree.
Example 1:
Input:
2
/ \
1 3
Output:
1
Example 2:
Input:
1
/ \
2 3
/ / \
4 5 6
/
7
Ou... | 901 | 0.572697 | 0.54495 | 54 | 15.685185 | 18.366459 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.351852 | false | false | 7 |
30a8b75ae5e4faa315b5613e8088a4c6c3cc451e | 412,316,894,477 | a0f00f1d7ba65ccd029bd6aea31ffa0028e8e9d0 | /app/src/main/java/pl/opencaching/android/ui/geocache/logs/GeocacheLogsFragment.java | 68b55127e7537231758b26170b8b9cffcb9722bd | [
"Apache-2.0"
] | permissive | wkopec/Opencaching | https://github.com/wkopec/Opencaching | eb6e2a5a6b881b226e1415c69218cea905988453 | 32950d945504cd881324bb30c8fbc012adb653fb | refs/heads/master | 2020-12-30T12:54:59.812000 | 2019-04-02T18:35:51 | 2019-04-02T18:35:51 | 91,365,787 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.opencaching.android.ui.geocache.logs;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
impor... | UTF-8 | Java | 2,285 | java | GeocacheLogsFragment.java | Java | [
{
"context": "heActivity.getGeocacheWaypoint;\n\n/**\n * Created by Volfram on 27.07.2017.\n */\n\npublic class GeocacheLogsFrag",
"end": 745,
"score": 0.9987252950668335,
"start": 738,
"tag": "NAME",
"value": "Volfram"
}
] | null | [] | package pl.opencaching.android.ui.geocache.logs;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
impor... | 2,285 | 0.741794 | 0.737418 | 84 | 26.202381 | 25.907701 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488095 | false | false | 7 |
bb92f89099540e1e12e1e836d7c8ca70415097b2 | 33,595,234,230,320 | 175417cfbf5c10a90948cc583aea0186632889a5 | /app/src/main/java/app/psiteportal/com/model/Seminar.java | 715e196a4c805e53e634167d205d061c1bd4ac55 | [] | no_license | glendonpable/PSITEPortal | https://github.com/glendonpable/PSITEPortal | 9b5d3fe34423c3aa892a920d945ac903a1c68b06 | ac5ea350793c2242497f2c3e9a04ecb92cf34aa7 | refs/heads/master | 2020-06-12T15:05:40.007000 | 2016-12-07T07:59:03 | 2016-12-07T07:59:03 | 75,812,210 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.psiteportal.com.model;
import android.graphics.Bitmap;
import app.psiteportal.com.utils.Config;
/**
* Created by Lawrence on 2/12/2016.
*/
public class Seminar {
private String id;
private String seminarName;
private String date;
private String startTime;
private String endTime;
... | UTF-8 | Java | 2,441 | java | Seminar.java | Java | [
{
"context": "p.psiteportal.com.utils.Config;\n\n/**\n * Created by Lawrence on 2/12/2016.\n */\npublic class Seminar {\n\n pri",
"end": 137,
"score": 0.9962369203567505,
"start": 129,
"tag": "NAME",
"value": "Lawrence"
}
] | null | [] | package app.psiteportal.com.model;
import android.graphics.Bitmap;
import app.psiteportal.com.utils.Config;
/**
* Created by Lawrence on 2/12/2016.
*/
public class Seminar {
private String id;
private String seminarName;
private String date;
private String startTime;
private String endTime;
... | 2,441 | 0.622696 | 0.619828 | 110 | 21.190908 | 20.587505 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 7 |
35b522b362e421af06b5e6c85cd2edf098ae2d69 | 2,241,972,976,725 | a138358745690ca628de6d44f9dc2332ceb99a5a | /src/irs/UserController.java | 1a590728912c9010b29f31de2bd2f1a7464c69a6 | [] | no_license | fadega/HeartRateMonitor | https://github.com/fadega/HeartRateMonitor | 5685437d866f56bfcca819f0dba48ad6f2a887f7 | b0862614bb8d48dc6683724b50febc858f065898 | refs/heads/master | 2021-08-07T12:38:35.157000 | 2021-07-28T05:11:37 | 2021-07-28T05:11:37 | 192,929,227 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package irs;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXPasswordField;
import com.jfoenix.controls.JFXRadioButton;
import com.jfoenix.controls.JFXTextField;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.collections.transformation.FilteredLis... | UTF-8 | Java | 11,675 | java | UserController.java | Java | [
{
"context": "rname());\n txtPassword.setText(userObj.getPassword());\n txtConfirmPass.setText(userObj.ge",
"end": 6085,
"score": 0.5216437578201294,
"start": 6074,
"tag": "PASSWORD",
"value": "getPassword"
},
{
"context": "l.setCellValueFactory(new PropertyValu... | null | [] | package irs;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXPasswordField;
import com.jfoenix.controls.JFXRadioButton;
import com.jfoenix.controls.JFXTextField;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.collections.transformation.FilteredLis... | 11,674 | 0.615332 | 0.615332 | 320 | 35.484375 | 29.260464 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68125 | false | false | 7 |
5c27eaff9eda1ae885ce692e7a5668b466b1b4e4 | 22,136,261,478,156 | 562aa7d5971afa85154a55d9a1ebdcf4239bbed8 | /CarFactory/src/main/java/com/solvd/carfactory/dao/IBaseDAO.java | a13292f32be13ce0ae99ca48fdb40dcd97a8f46b | [
"Apache-2.0"
] | permissive | sergiomarchio/SolvdTACourseProjects | https://github.com/sergiomarchio/SolvdTACourseProjects | dbb87d8ca01cb739b55d7c900fae8b37fe6ef7d2 | a4eb85b26e3fa35c4365f1a0208d215c089250e3 | refs/heads/main | 2023-07-13T07:53:30.319000 | 2021-08-26T11:37:19 | 2021-08-26T11:37:19 | 392,446,669 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.solvd.carfactory.dao;
public interface IBaseDAO<T> {
void createItem(T item);
T getItemById(long id);
void updateItem(T item);
void deleteItem(long id);
}
| UTF-8 | Java | 192 | java | IBaseDAO.java | Java | [] | null | [] | package com.solvd.carfactory.dao;
public interface IBaseDAO<T> {
void createItem(T item);
T getItemById(long id);
void updateItem(T item);
void deleteItem(long id);
}
| 192 | 0.666667 | 0.666667 | 8 | 22 | 12.529964 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 7 |
ed3ce4b81878c11563351aa8a9ea0edc11390d76 | 944,892,847,386 | 77a85302d1f60e57c8f30812bff67ee068a92fb2 | /spring-mytest/src/main/java/com/eric/bean/BeanB.java | a6eb6079f57ee2e001a7466ce18f06b39e0300ae | [
"Apache-2.0"
] | permissive | EricGu11/springframework5 | https://github.com/EricGu11/springframework5 | 872b8dedb6ef8ab8ed3ef28d889db1198654ed51 | a6460e0dbdd4dc4a5f4b6ce25d5850dad9c0ca86 | refs/heads/master | 2020-09-12T08:48:15.089000 | 2019-11-20T06:34:23 | 2019-11-20T06:34:23 | 222,373,217 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eric.bean;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
/**
* @author: Eric
* @Date: 2019/11/15 16:36
* @Description:
*/
//@Component
public class BeanB {
@Autowired
private BeanA beanA;
}
| UTF-8 | Java | 276 | java | BeanB.java | Java | [
{
"context": "ngframework.stereotype.Component;\n\n/**\n * @author: Eric\n * @Date: 2019/11/15 16:36\n * @Description:\n */\n/",
"end": 157,
"score": 0.9993643164634705,
"start": 153,
"tag": "NAME",
"value": "Eric"
}
] | null | [] | package com.eric.bean;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
/**
* @author: Eric
* @Date: 2019/11/15 16:36
* @Description:
*/
//@Component
public class BeanB {
@Autowired
private BeanA beanA;
}
| 276 | 0.73913 | 0.695652 | 15 | 17.4 | 17.133982 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 7 |
3bbc14277f307bd84669c243b0aeb15edba49981 | 944,892,844,064 | 4675ccb9605740f5294f1b2f791639bbd9531776 | /dessin_vectoriel/src/controller/JControllerDessins.java | 07c6c426a5c0fb85f6e8e2ae981b2eddd9030f52 | [] | no_license | Gayout/dessin_vectoriel | https://github.com/Gayout/dessin_vectoriel | 325bd32a31244ea0397a8a512bdbe6fdc37bbaaf | 58486818255648c32d0bf0c1a61eba33aad3a335 | refs/heads/master | 2021-01-10T17:24:21.057000 | 2015-11-30T07:11:18 | 2015-11-30T07:11:18 | 45,028,482 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import java.util.Observable;
import java.util.Observer;
import java.util.Vector;
import abstraction.Application;
import abstraction.Chemin;
import abstraction.DessinComposite;
import visitor.VisiteurAWTDessiner;
public class JControllerDessins implements Observer{
private Application application... | UTF-8 | Java | 1,018 | java | JControllerDessins.java | Java | [] | null | [] | package controller;
import java.util.Observable;
import java.util.Observer;
import java.util.Vector;
import abstraction.Application;
import abstraction.Chemin;
import abstraction.DessinComposite;
import visitor.VisiteurAWTDessiner;
public class JControllerDessins implements Observer{
private Application application... | 1,018 | 0.765226 | 0.759332 | 35 | 28.085714 | 22.603882 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 7 |
ef62b63ea372388e2d687ea633a6c3e484b1b8c4 | 36,996,848,323,111 | eb9f70c991df25f5264138fe945880ccb0a7b309 | /core/src/de/homelab/madgaksha/lotsofbs/enums/TrackingOrientationStrategy.java | 792ae5ff8ea9b0de3bbb00eb59b932b265b493f9 | [
"CC0-1.0"
] | permissive | blutorange/lotsOfBSGdx | https://github.com/blutorange/lotsOfBSGdx | 2d53a80385fd72de37becb5b7443fd3493eacb88 | d5474f7a5090e1f919ef00280c91b0077249d51c | refs/heads/master | 2020-12-21T01:18:53.868000 | 2017-06-12T17:42:40 | 2017-06-12T17:42:40 | 58,227,744 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.homelab.madgaksha.lotsofbs.enums;
public enum TrackingOrientationStrategy {
MINIBALL,
ABSOLUTE,
RELATIVE;
}
| UTF-8 | Java | 123 | java | TrackingOrientationStrategy.java | Java | [] | null | [] | package de.homelab.madgaksha.lotsofbs.enums;
public enum TrackingOrientationStrategy {
MINIBALL,
ABSOLUTE,
RELATIVE;
}
| 123 | 0.804878 | 0.804878 | 7 | 16.571428 | 16.884964 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
37f5ad797147a08112902bc3108014e6400cbab4 | 10,909,216,979,934 | af24008f9c92df145959f2593083d1093c0e668f | /app/src/main/java/com/elbissopsoft/schooldiary/Events.java | f63eb6016980ea24d1d16322934f7073e65e72ce | [] | no_license | GDShankar/SchoolDiary | https://github.com/GDShankar/SchoolDiary | 232a0a273e376972e275ccaf405e4fd4c62a7080 | 4ffd826972e1b74495b47b3d4f8949647632130c | refs/heads/master | 2020-06-13T02:12:01.151000 | 2016-12-03T09:08:54 | 2016-12-03T09:08:54 | 75,463,682 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.elbissopsoft.schooldiary;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageButton;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;
import com.andro... | UTF-8 | Java | 5,522 | java | Events.java | Java | [] | null | [] | package com.elbissopsoft.schooldiary;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageButton;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;
import com.andro... | 5,522 | 0.595074 | 0.591996 | 142 | 37.887325 | 26.287708 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.901408 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.