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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e0d6ee81a98aab2e601605d0dc17b42c264edbc3 | 32,710,470,941,537 | 736ce75dd1b64ee8f261b43a822a0961a689441b | /src/main/java/com/eliteams/twjrw/web/service/user/imp/UserServiceImp.java | 12e030a9be314e2506a17fb774c3072c6c820001 | [] | no_license | FANLIYANG-OPS/twjrw | https://github.com/FANLIYANG-OPS/twjrw | 960c0ad49a11fbb52e15f5a2e9b2a4da783ae2f6 | 95ca6cacbbe7b6fea06c3a5c90fa69989081a4a5 | refs/heads/master | 2020-03-27T06:19:43.194000 | 2018-08-25T13:31:57 | 2018-08-25T13:31:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eliteams.twjrw.web.service.user.imp;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
import com.eliteams.twjrw... | UTF-8 | Java | 6,127 | java | UserServiceImp.java | Java | [
{
"context": "ice.user.UserService;\n\n/**\n * 求职者相关\n * \n * @author hgh\n *\n */\n@Service(\"userService\")\npublic class UserS",
"end": 848,
"score": 0.9995907545089722,
"start": 845,
"tag": "USERNAME",
"value": "hgh"
}
] | null | [] | package com.eliteams.twjrw.web.service.user.imp;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
import com.eliteams.twjrw... | 6,127 | 0.663328 | 0.660517 | 227 | 24.070484 | 21.772236 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.405286 | false | false | 14 |
97b4df944f7150cbd1abcc34c67eb7ca8016f1aa | 17,497,696,794,586 | a18a33e78306e7e5d2183a59f16fe8848fd24c1b | /RestDocCore/src/main/java/cn/willingxyz/restdoc/core/config/AbstractRestDocParseConfigAware.java | 55acb498c6abf2f57d65f7b8a7ff3ca3e9cd0e25 | [
"Apache-2.0"
] | permissive | soooban/RestDoc | https://github.com/soooban/RestDoc | bde897e9f117f344c46c225b28d1a9f8406ba476 | cd70532f55f9dbcbe5d981acf9284fca0726c79b | refs/heads/master | 2022-11-18T23:41:38.043000 | 2020-07-21T07:48:42 | 2020-07-21T07:48:42 | 280,089,558 | 1 | 1 | Apache-2.0 | true | 2020-07-16T07:50:13 | 2020-07-16T07:50:13 | 2020-07-12T11:39:20 | 2020-07-12T11:39:24 | 1,847 | 0 | 0 | 0 | null | false | false | package cn.willingxyz.restdoc.core.config;
public abstract class AbstractRestDocParseConfigAware implements IRestDocParseConfigAware{
protected RestDocParseConfig _config;
@Override
public void setRestDocParseConfig(RestDocParseConfig config) {
_config = config;
}
}
| UTF-8 | Java | 293 | java | AbstractRestDocParseConfigAware.java | Java | [] | null | [] | package cn.willingxyz.restdoc.core.config;
public abstract class AbstractRestDocParseConfigAware implements IRestDocParseConfigAware{
protected RestDocParseConfig _config;
@Override
public void setRestDocParseConfig(RestDocParseConfig config) {
_config = config;
}
}
| 293 | 0.778157 | 0.778157 | 10 | 28.299999 | 29.516266 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 14 |
f2cd2f68e8bb81ae4e5523fbc96ee61612dedf0a | 10,694,468,604,365 | 74fa3cf0db103eb3fc56fde001fc12284714bf88 | /.svn/pristine/16/16f34c94a866d1074ae66df576cfc7d45cbc1325.svn-base | 008b7974ea108c5f409f4c14713501a66f5776ca | [] | no_license | im0523/Hanboltaegi-Android | https://github.com/im0523/Hanboltaegi-Android | c72057fe0c2e284648980c8813bd23df8ef81cac | 865ccd44883fe33b61e4ebfecb3be5907f7408d9 | refs/heads/master | 2022-12-21T14:26:44.295000 | 2020-01-10T05:26:05 | 2020-01-10T05:26:05 | 232,971,348 | 0 | 0 | null | false | 2022-12-16T01:59:18 | 2020-01-10T05:20:03 | 2020-01-10T05:36:00 | 2022-12-16T01:59:15 | 246 | 0 | 0 | 5 | Java | false | false | package com.csslect.app.command;
import org.springframework.ui.Model;
import com.csslect.app.command.ACommand;
import com.csslect.app.dao.RecipeDAO;
public class matUpdateCommand implements ACommand {
@Override
public void execute(Model model) {
String recipe_id = (String)model.asMap().get("recipe_id");
Strin... | UTF-8 | Java | 2,331 | 16f34c94a866d1074ae66df576cfc7d45cbc1325.svn-base | Java | [] | null | [] | package com.csslect.app.command;
import org.springframework.ui.Model;
import com.csslect.app.command.ACommand;
import com.csslect.app.dao.RecipeDAO;
public class matUpdateCommand implements ACommand {
@Override
public void execute(Model model) {
String recipe_id = (String)model.asMap().get("recipe_id");
Strin... | 2,331 | 0.724582 | 0.698842 | 53 | 42.981133 | 26.671652 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.886792 | false | false | 14 | |
bd7e6bf0ae967467237c1412b90553199da869ea | 8,710,193,698,464 | 5d492188ba9181bfabb1e641db637bf12952cc4d | /feign/src/main/java/com/scorer/feign/controller/PhoneController.java | 02d727f3ca1a2bd06a8d508df172f538031d8ebb | [] | no_license | corey77/an_prj | https://github.com/corey77/an_prj | ea43f477e573a85950922011b8f4f85b01481138 | a1b2915b7d20036ecda87c2facd542e63cf856e3 | refs/heads/master | 2023-05-07T16:29:41.094000 | 2019-09-15T03:41:58 | 2019-09-15T03:41:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.scorer.feign.controller;
import com.scorer.feign.entity.PhoneArea;
import com.scorer.feign.entity.PhoneSettings;
import com.scorer.feign.feign_con.PhoneService;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframew... | UTF-8 | Java | 2,787 | java | PhoneController.java | Java | [] | null | [] | package com.scorer.feign.controller;
import com.scorer.feign.entity.PhoneArea;
import com.scorer.feign.entity.PhoneSettings;
import com.scorer.feign.feign_con.PhoneService;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframew... | 2,787 | 0.705418 | 0.705418 | 84 | 32.17857 | 25.951494 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 14 |
a4af4f4e3418d81a3c47013fd5f574084d490944 | 20,813,411,557,527 | 014196cc7813610be17ec6610f80f1dac27ed5bc | /src/main/java/com/nationalcharge/model/NationalChargePointRegistry.java | 9e7c10b283126feca1255b5416d9ff39f83f9c79 | [] | no_license | puspanjalipradhan/NationalChargeApplication | https://github.com/puspanjalipradhan/NationalChargeApplication | f63f29d8a10cac284f33b871f66b2e8029f403d5 | 56e130d62013fc0b11cc58f2576e008ce28bc487 | refs/heads/master | 2021-05-06T15:17:40.404000 | 2017-12-08T01:04:22 | 2017-12-08T01:04:22 | 113,510,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // tag::sample[]
package com.nationalcharge.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Transient;
import org.hibernate.annotations.Type;
import org.spri... | UTF-8 | Java | 52,298 | java | NationalChargePointRegistry.java | Java | [] | null | [] | // tag::sample[]
package com.nationalcharge.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Transient;
import org.hibernate.annotations.Type;
import org.spri... | 52,298 | 0.677923 | 0.663964 | 1,782 | 28.347923 | 21.329811 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.274411 | false | false | 14 |
09b8fe63ee0bd1ed24a74d6dbb2166f17c139d97 | 18,090,402,270,725 | a1fe0db6fd51e5aaf12c6fa1ab2841395744ee88 | /src/main/java/demo/spark/utils/ThriftOLClientUtil.java | 54f62b1532fda8630ddbd9400e1aef3eeafcd35a | [] | no_license | wguangliang/program_learning | https://github.com/wguangliang/program_learning | 9ffa3259c1965665e3d8d15eacc205909c846eba | 4f0de71483c6865b67e95548ca9852988abc1eb7 | refs/heads/master | 2018-10-31T09:31:53.505000 | 2018-10-10T11:58:30 | 2018-10-10T11:58:30 | 137,475,490 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo.spark.utils;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.KryoSerializable;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;
import org.apache.thrift.protocol.TBinaryProtocol;
import org.apache.thrift.protocol.TMultiplexedProtocol;
import or... | UTF-8 | Java | 1,620 | java | ThriftOLClientUtil.java | Java | [
{
"context": " transport = new TFramedTransport(new TSocket(\"10.200.129.170\", 9000, 300000));\n //编码协议要和服务端一致\n ",
"end": 837,
"score": 0.9997538328170776,
"start": 823,
"tag": "IP_ADDRESS",
"value": "10.200.129.170"
}
] | null | [] | package demo.spark.utils;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.KryoSerializable;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;
import org.apache.thrift.protocol.TBinaryProtocol;
import org.apache.thrift.protocol.TMultiplexedProtocol;
import or... | 1,620 | 0.622028 | 0.608886 | 58 | 26.551723 | 27.445353 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431034 | false | false | 14 |
bc2ed0e01a41b3317feddd41900b54dfcbaa1e6b | 16,243,566,341,285 | 3ca3dc07eb6afffe2fb5c858f7e7dbde5bebaa28 | /jBPM64Ex051_TaskLifeCycleEventListener_for_BC/src/main/java/com/sample/MyTaskLifeCycleEventListener.java | 722e1055059a01c67a84114a78dfa289f1e661e7 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | tkobayas/BxMS64examples | https://github.com/tkobayas/BxMS64examples | 040c9c50939d522f7298e30e549869eec7e1c71b | daeadc50a2487c2c160b37b2dfbfe8b01dbcac04 | refs/heads/master | 2022-11-01T06:57:02.524000 | 2021-12-10T06:50:32 | 2021-12-10T06:50:32 | 97,538,348 | 1 | 0 | null | false | 2022-10-05T19:02:59 | 2017-07-18T01:28:11 | 2021-12-10T06:50:43 | 2022-10-05T19:02:59 | 8,543 | 1 | 0 | 269 | Java | false | false | package com.sample;
import javax.enterprise.context.spi.CreationalContext;
import javax.enterprise.inject.spi.Bean;
import javax.enterprise.inject.spi.BeanManager;
import javax.naming.InitialContext;
import org.jbpm.services.api.DefinitionService;
import org.kie.api.executor.CommandContext;
import org.kie.api.executo... | UTF-8 | Java | 5,022 | java | MyTaskLifeCycleEventListener.java | Java | [] | null | [] | package com.sample;
import javax.enterprise.context.spi.CreationalContext;
import javax.enterprise.inject.spi.Bean;
import javax.enterprise.inject.spi.BeanManager;
import javax.naming.InitialContext;
import org.jbpm.services.api.DefinitionService;
import org.kie.api.executor.CommandContext;
import org.kie.api.executo... | 5,022 | 0.685185 | 0.679012 | 196 | 24.62245 | 27.462782 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.173469 | false | false | 14 |
90dc8a9ba3ee3baaf4dc0b7fe7af0242fef46077 | 29,875,792,554,717 | 0354c085f6be6fe6a51bd0cc469816c763c23abe | /app/src/main/java/gbreaker2000/voicecalender/AlarmReceiver.java | 916e49c4e9d8ef3e211bc2e1e6bc60b6583e4777 | [] | no_license | FlavioAmurrio506/VoiceCalender | https://github.com/FlavioAmurrio506/VoiceCalender | c3877527dea50949676f44d8fca63bca8a115eed | 69f799b12b175869a4821b0c6eb9fba730ef1786 | refs/heads/master | 2021-01-10T17:21:27.415000 | 2017-04-15T17:50:04 | 2017-04-15T17:50:04 | 55,186,651 | 1 | 0 | null | false | 2017-04-15T17:50:05 | 2016-03-31T22:17:57 | 2017-04-11T03:31:10 | 2017-04-15T17:50:05 | 3,776 | 1 | 0 | 0 | Java | null | null | package gbreaker2000.voicecalender;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.os.Environment;
import android.os.Parcelable;
import android.view.View;
import android.widget.Toast;
i... | UTF-8 | Java | 1,677 | java | AlarmReceiver.java | Java | [
{
"context": "package gbreaker2000.voicecalender;\n\nimport android.content.Broadca",
"end": 17,
"score": 0.7767317295074463,
"start": 8,
"tag": "USERNAME",
"value": "gbreaker2"
}
] | null | [] | package gbreaker2000.voicecalender;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.media.MediaPlayer;
import android.os.Bundle;
import android.os.Environment;
import android.os.Parcelable;
import android.view.View;
import android.widget.Toast;
i... | 1,677 | 0.620751 | 0.612403 | 69 | 23.31884 | 21.786509 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.449275 | false | false | 14 |
10cc99931111da7172d4181741e78e2c198066c4 | 31,396,211,002,192 | a199ecb49340e3ca91f44f14b3f7c76077bb2af3 | /src/ru/mirea/lab16/IllegalTableNumber.java | 33b240424dc732040973ca432642dcc4295bc053 | [] | no_license | Torusaynim/Mirea-Java-Practice | https://github.com/Torusaynim/Mirea-Java-Practice | 7b3d609b35be9bc3e93ca93435ffacf907fc875b | e3d8e61fc188bc7c0a4699a58f0dc5e515ad958a | refs/heads/master | 2023-07-21T14:14:03.744000 | 2021-09-04T18:05:49 | 2021-09-04T18:05:49 | 320,804,855 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.mirea.lab16;
public class IllegalTableNumber extends Throwable{
public String Error(){
return "Столика с таким номером не существует!";
}
}
| UTF-8 | Java | 200 | java | IllegalTableNumber.java | Java | [] | null | [] | package ru.mirea.lab16;
public class IllegalTableNumber extends Throwable{
public String Error(){
return "Столика с таким номером не существует!";
}
}
| 200 | 0.708333 | 0.696429 | 7 | 23 | 21.260292 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 14 |
9d64769efcd39e1ea567e458bf761b5742e3e5d5 | 35,682,588,325,237 | 2897c6f3bb09b19d8f88a1d73892cdda7d677da6 | /framework/src/main/java/com/winsigns/investment/framework/hal/HALResponse.java | c6686eb6df3a7f20bf50f78d744e201eb10e8d3e | [] | no_license | jym920216/InvestmentManagement | https://github.com/jym920216/InvestmentManagement | cb2203db3fdd97e7b06a4a42b61e95cec2e057ad | e9e9e97aa4d1b0589429c1d39b6ad5209e780d90 | refs/heads/master | 2021-01-22T04:24:15.564000 | 2017-05-15T02:49:26 | 2017-05-15T02:49:26 | 81,539,582 | 0 | 1 | null | true | 2017-04-27T10:13:34 | 2017-02-10T07:33:51 | 2017-02-10T07:47:09 | 2017-04-27T10:13:34 | 2,241 | 0 | 0 | 0 | Java | null | null | package com.winsigns.investment.framework.hal;
import java.util.HashMap;
import java.util.Map;
import org.springframework.hateoas.Resource;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* hal返回的资源基类
*
* @author Created by colin on 201... | UTF-8 | Java | 1,080 | java | HALResponse.java | Java | [
{
"context": "\r\n\r\n/**\r\n * hal返回的资源基类\r\n * \r\n * @author Created by colin on 2017/3/2.\r\n *\r\n * @param <T>\r\n * \r\n * @since 0",
"end": 313,
"score": 0.8251463770866394,
"start": 308,
"tag": "USERNAME",
"value": "colin"
}
] | null | [] | package com.winsigns.investment.framework.hal;
import java.util.HashMap;
import java.util.Map;
import org.springframework.hateoas.Resource;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* hal返回的资源基类
*
* @author Created by colin on 201... | 1,080 | 0.656546 | 0.648008 | 51 | 18.666666 | 18.55534 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 14 |
bec9b462f120c5300acd04149b994dfe734bee2a | 14,379,550,510,519 | f97fc230be3449cd8775506b877358a84ea6602b | /farm/animals/home/Chicken.java | 04e6151454de03127216e3695eeebccb122c514c | [] | no_license | VolkovEvgenii/Homework | https://github.com/VolkovEvgenii/Homework | ecf659a5441334c9cac655af01f0f4f3a1d019e9 | a5b7fb38f9a1f23fd7b518af31f74f1e9caec652 | refs/heads/master | 2020-08-21T17:24:21.141000 | 2019-12-13T12:44:05 | 2019-12-13T12:44:05 | 216,207,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package homeworks.farm.animals.home;
public class Chicken extends HomeAnimal implements Useful, Edible {
public Chicken(String name, int weight, int speed, int health, int resource) {
super(name, weight, speed, health, resource);
}
}
| UTF-8 | Java | 252 | java | Chicken.java | Java | [] | null | [] | package homeworks.farm.animals.home;
public class Chicken extends HomeAnimal implements Useful, Edible {
public Chicken(String name, int weight, int speed, int health, int resource) {
super(name, weight, speed, health, resource);
}
}
| 252 | 0.722222 | 0.722222 | 8 | 30.5 | 31.42849 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.375 | false | false | 14 |
bc989051de0e80c20a4a648546570a2a0e81b6b1 | 35,527,969,499,806 | 3ab21999da4a48017bbf7051a1fefe78a4ec964d | /Fibonacci/src/Fibonacci.java | ed6f2931fbc123faa48fb2198d8b6c4c7ac47903 | [] | no_license | Oscarts/Workspace-eclipse | https://github.com/Oscarts/Workspace-eclipse | 23b9d0c5d34022574e003aa1b0392e9230ed7107 | 9bc7ea83a9513114040523763e30cc340c84858c | refs/heads/master | 2021-01-25T07:34:53.784000 | 2014-10-11T09:13:47 | 2014-10-11T09:13:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Fibonacci {
int n;
public void fibonnacci(int n){
this.n=n;
int[] F = new int[n];
F[0]=1;
F[1]=1;
for (int i = 2; i < F.length; i++) {
F[i]=F[i-1]+F[i-2];
System.out.println(F[i]);
}
}
public int fibor(int m){
int n=m;
if (n==1||n==0){
return 1;
... | UTF-8 | Java | 731 | java | Fibonacci.java | Java | [] | null | [] | import java.util.Scanner;
public class Fibonacci {
int n;
public void fibonnacci(int n){
this.n=n;
int[] F = new int[n];
F[0]=1;
F[1]=1;
for (int i = 2; i < F.length; i++) {
F[i]=F[i-1]+F[i-2];
System.out.println(F[i]);
}
}
public int fibor(int m){
int n=m;
if (n==1||n==0){
return 1;
... | 731 | 0.588235 | 0.570451 | 38 | 18.236841 | 17.61643 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.236842 | false | false | 14 |
11f5628bf3c23d0b222ea65bc09523ef128b460e | 34,883,724,402,782 | c91ef390d1de8aa0514ae7b8492357cf2c3d5ed3 | /02. JavaOOP Basics/10. InterfacesAndAbstraction - Exercise/src/p09_CollectionHierarchy/MyList.java | 66522274f1322fc221bb3f18f8e5b3ee70cf3738 | [] | no_license | did0sh/Java-Development | https://github.com/did0sh/Java-Development | ad8778fdc3691e7e68b38742dee463018a95284c | 6e333f4daa5658f9124f6a145146b337888cfe58 | refs/heads/master | 2020-03-17T15:02:18.644000 | 2019-03-16T12:38:05 | 2019-03-16T12:38:05 | 133,696,032 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p09_CollectionHierarchy;
import java.util.ArrayList;
import java.util.List;
public class MyList implements Addable,Removable {
private List<String> list;
private int used;
public MyList() {
this.list = new ArrayList<>();
}
public int getUsed() {
this.used = ... | UTF-8 | Java | 643 | java | MyList.java | Java | [] | null | [] | package p09_CollectionHierarchy;
import java.util.ArrayList;
import java.util.List;
public class MyList implements Addable,Removable {
private List<String> list;
private int used;
public MyList() {
this.list = new ArrayList<>();
}
public int getUsed() {
this.used = ... | 643 | 0.569207 | 0.562986 | 31 | 18.741936 | 14.571221 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483871 | false | false | 14 |
f93e10cb45d500bf060f3de1e5f8e2af5a0a7c50 | 39,694,087,753,992 | cf24c5f2089b64f9436293fc009d6238486087ed | /src/main/java/com/fancv/spring/BlankDisk.java | efd889b50b9d8cb9c9dc9048852478c6bea1a9f1 | [] | no_license | andycom/SpringFirst | https://github.com/andycom/SpringFirst | d5089cc06b63c37d1bcbac670cfa5af6a1617c18 | 85438264b5cefc3720871d092c5d14687833bc89 | refs/heads/master | 2023-06-12T14:28:18.622000 | 2021-07-06T01:47:15 | 2021-07-06T01:47:15 | 345,368,317 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fancv.spring;
import java.util.List;
public class BlankDisk {
private String name;
private String age;
private List<String> diskList;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getAge() ... | UTF-8 | Java | 679 | java | BlankDisk.java | Java | [] | null | [] | package com.fancv.spring;
import java.util.List;
public class BlankDisk {
private String name;
private String age;
private List<String> diskList;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getAge() ... | 679 | 0.580265 | 0.580265 | 39 | 16.410257 | 16.17963 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 14 |
e61e72af93b66d42e3e8f5418cb7cdf52bfa3abc | 38,130,719,685,441 | 5acf57a1a7ddf0cfbbb1a99552ebfd70f45a7dba | /everrest-core/src/test/java/org/everrest/core/impl/method/MatrixParameterResolverTest.java | c4af83463f6221e771d4a16160f4fbef1a962a61 | [] | no_license | sanyaade-buildtools/everrest | https://github.com/sanyaade-buildtools/everrest | bd1a4734cd1d27e733466eafb45eb960e6da4daa | d608fd68f763681f8605e313e9674d29241f3e53 | refs/heads/master | 2020-04-22T07:17:27.981000 | 2017-11-09T09:59:04 | 2017-11-09T09:59:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2012-2016 Codenvy, S.A.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available ... | UTF-8 | Java | 4,780 | java | MatrixParameterResolverTest.java | Java | [
{
"context": "***********************\n * Copyright (c) 2012-2016 Codenvy, S.A.\n * All rights reserved. This program and th",
"end": 115,
"score": 0.9986457228660583,
"start": 108,
"tag": "NAME",
"value": "Codenvy"
},
{
"context": "**************\n * Copyright (c) 2012-2016 Codenvy,... | null | [] | /*******************************************************************************
* Copyright (c) 2012-2016 Codenvy, S.A.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available ... | 4,774 | 0.720293 | 0.717782 | 110 | 42.463634 | 34.422424 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709091 | false | false | 14 |
145aaa5469ef7a457056c0585c809ae95a2d5c61 | 36,163,624,676,164 | 555fcc9cfe8505da26bd34322822af0f294509f6 | /gtfs-validator/processor/src/main/java/org/mobilitydata/gtfsvalidator/processor/TableLoaderGenerator.java | fdf07f1855175e92c45d68c5e4a0e061483ba31a | [
"Apache-2.0"
] | permissive | googleinterns/step268-2020 | https://github.com/googleinterns/step268-2020 | 2debd9008205284794d786aae44879ca52ba35c3 | 06cfe66a61bdee88ee6bd34807cfd2ed9b54b0b3 | refs/heads/master | 2023-03-05T09:20:11.852000 | 2021-02-18T00:42:02 | 2021-02-18T00:42:02 | 289,083,110 | 4 | 0 | null | false | 2021-02-18T00:42:03 | 2020-08-20T18:43:11 | 2021-02-17T04:33:49 | 2021-02-18T00:42:02 | 55,447 | 1 | 0 | 0 | Java | false | false | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | UTF-8 | Java | 15,274 | java | TableLoaderGenerator.java | Java | [] | null | [] | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... | 15,274 | 0.671337 | 0.6697 | 370 | 40.281082 | 27.826527 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.605405 | false | false | 14 |
3482b31ff85a9bc46ae94534db4af2a6b37283b4 | 34,969,623,777,991 | 3a0bfd5e7c40d1b0b2917ad4a10e9f1680f18433 | /MIO/AS2/src/main/java/com/asinfo/as2/finaciero/pagos/configuracion/MotivoNotaCreditoProveedorBean.java | dc0c9f50412dfc8c278642c200daa329adf661d9 | [] | no_license | CynPa/gambaSoftware | https://github.com/CynPa/gambaSoftware | 983827a718058261c1f11eb63991d4be76423139 | 61ae4f46bc5fdf8d44ad678c4dd67a0a4a89aa6b | refs/heads/master | 2021-09-03T16:42:41.120000 | 2018-01-10T14:25:24 | 2018-01-10T14:25:24 | 109,645,375 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* 1: */ package com.asinfo.as2.finaciero.pagos.configuracion;
/* 2: */
/* 3: */ import com.asinfo.as2.controller.LanguageController;
/* 4: */ import com.asinfo.as2.controller.PageControllerAS2;
/* 5: */ import com.asinfo.as2.entities.MotivoNotaCreditoProveedor;
/* 6: */ import com.a... | UTF-8 | Java | 6,953 | java | MotivoNotaCreditoProveedorBean.java | Java | [] | null | [] | /* 1: */ package com.asinfo.as2.finaciero.pagos.configuracion;
/* 2: */
/* 3: */ import com.asinfo.as2.controller.LanguageController;
/* 4: */ import com.asinfo.as2.controller.PageControllerAS2;
/* 5: */ import com.asinfo.as2.entities.MotivoNotaCreditoProveedor;
/* 6: */ import com.a... | 6,953 | 0.589386 | 0.523371 | 151 | 44.086094 | 37.332218 | 207 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463576 | false | false | 14 |
041f4653dec022e2c0ce5018893d509a5050f257 | 1,219,770,712,151 | 5dff3f31f6272b336e16e16517222beb423a767f | /dgmt/src/main/java/com/kinnack/nthings/receiver/ReminderReceiver.java | 97200c5534d79bba758cb559d8e22c5f3ec93c7d | [] | no_license | nkijak/nhundredthings | https://github.com/nkijak/nhundredthings | 536d34a87c9e2280ebadafa46d7903ccdc3accf4 | c8929bece40f1a003212089cd6c8cbd28461ba06 | refs/heads/master | 2023-01-09T07:00:18.249000 | 2022-12-29T19:40:13 | 2022-12-29T19:40:13 | 12,833,264 | 0 | 0 | null | false | 2022-12-29T20:26:27 | 2013-09-14T17:38:58 | 2022-12-29T19:40:20 | 2022-12-29T20:26:26 | 13,576 | 0 | 0 | 1 | Java | false | false | package com.kinnack.nthings.receiver;
import java.util.Calendar;
import java.util.Date;
import com.kinnack.nthings.R;
import com.kinnack.nthings.activity.Home;
import com.kinnack.nthings.activity.WorkoutSettingsActivity;
import com.kinnack.nthings.controller.PushupWorkoutController;
import com.kinnack.nthings.control... | UTF-8 | Java | 3,469 | java | ReminderReceiver.java | Java | [] | null | [] | package com.kinnack.nthings.receiver;
import java.util.Calendar;
import java.util.Date;
import com.kinnack.nthings.R;
import com.kinnack.nthings.activity.Home;
import com.kinnack.nthings.activity.WorkoutSettingsActivity;
import com.kinnack.nthings.controller.PushupWorkoutController;
import com.kinnack.nthings.control... | 3,469 | 0.706255 | 0.702796 | 87 | 38.873562 | 31.229519 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.827586 | false | false | 7 |
ea35ce2122995514bbbd96732d650c1d6bd49e30 | 31,980,326,524,761 | e2b1e1214f8bf98dd37349400a96af39fc442675 | /TeamProject_1/src/board4/command/ReadCommand.java | b0532718975eb620d78c7793088447eacd23a496 | [] | no_license | maminang/TeamProject | https://github.com/maminang/TeamProject | 1fd87f6d4edf2d4faf35f76c2a7bdde05aa647d3 | aeeb5c6d0fd6884a3ee5cbc778341f0eeecd2340 | refs/heads/master | 2020-05-16T09:33:58.776000 | 2019-04-23T07:00:31 | 2019-04-23T07:00:31 | 182,953,597 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package board4.command;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import board4.domain.Board4DAO;
import board4.domain.Board4DTO;
import board4.domain.CommentBoard4D... | UTF-8 | Java | 2,731 | java | ReadCommand.java | Java | [] | null | [] | package board4.command;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import board4.domain.Board4DAO;
import board4.domain.Board4DTO;
import board4.domain.CommentBoard4D... | 2,731 | 0.693885 | 0.683632 | 83 | 30.903614 | 18.663549 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.240964 | false | false | 7 |
a800b19d0031a29c8a19caf84e5f8bdd02fc74b2 | 26,027,501,819,157 | 113d4655f4c010b1066a519e65f78d5c7b96751c | /src/cn/itcast/invoice/invoice/order/business/ebo/OrderEbo.java | b027731a3bbbc7f7b77835fe95ce50e8cb0d1f17 | [] | no_license | ziolello/ERP-10-02 | https://github.com/ziolello/ERP-10-02 | ee023e4b5023bbf458eca2c234c0a8216e22c54e | 138dd66217dee92f6e715d5d50e5444fc054c9bb | refs/heads/master | 2021-05-01T18:16:41.745000 | 2018-02-10T11:30:52 | 2018-02-10T11:30:52 | 121,005,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itcast.invoice.invoice.order.business.ebo;
import java.io.Serializable;
import java.util.Arrays;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import cn.itcast.invoice.auth.emp.vo.EmpModel;
import cn.itcast.invoice.invoice.goods.vo.GoodsModel;
import cn.itcas... | UTF-8 | Java | 7,410 | java | OrderEbo.java | Java | [] | null | [] | package cn.itcast.invoice.invoice.order.business.ebo;
import java.io.Serializable;
import java.util.Arrays;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import cn.itcast.invoice.auth.emp.vo.EmpModel;
import cn.itcast.invoice.invoice.goods.vo.GoodsModel;
import cn.itcas... | 7,410 | 0.732573 | 0.730003 | 221 | 27.171946 | 23.039948 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.253394 | false | false | 7 |
53f2215aa365e1d0acb96d4a572b578f6ee947dd | 27,169,963,162,687 | 58617cc198cf0cc626a0a35f30113a2a1624f823 | /task-list/src/main/java/tasklist/HelpCommand.java | db1d82913d32a7351bb09c8eb09a86aeaf4ae125 | [] | no_license | SDiamante13/tdd-katas | https://github.com/SDiamante13/tdd-katas | 3af1d5432d811df44c927231da3150eb3dbc501e | 709606fecedd2107ef5f1b442a8bd991e3a0aa6b | refs/heads/master | 2023-08-17T10:43:34.045000 | 2023-07-31T17:50:23 | 2023-07-31T17:50:23 | 247,401,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tasklist;
import java.io.PrintWriter;
class HelpCommand implements Command {
private final PrintWriter out;
HelpCommand(PrintWriter out) {
this.out = out;
}
@Override
public void execute(String... commands) {
out.println("Commands:");
out.println(" show");
... | UTF-8 | Java | 554 | java | HelpCommand.java | Java | [] | null | [] | package tasklist;
import java.io.PrintWriter;
class HelpCommand implements Command {
private final PrintWriter out;
HelpCommand(PrintWriter out) {
this.out = out;
}
@Override
public void execute(String... commands) {
out.println("Commands:");
out.println(" show");
... | 554 | 0.597473 | 0.597473 | 23 | 23.086956 | 19.359108 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 7 |
a53ba20a0dba42934ecefc2880300b39f4f6ba19 | 7,516,192,787,460 | b8652ee7f6c4523cdc78297e74010f804c0c8abc | /src/ProcessTheOriginalParserOutput.java | 4e8d3ebba76d2d596e1b08195f9975c087f75055 | [] | no_license | lxclxcdsg/Application-Reputation-Inference | https://github.com/lxclxcdsg/Application-Reputation-Inference | 2cc3eefc91fd5d396d93225574d2c68bb49d6d71 | c8caf07bf9559a56f14d95a4aa1d1e0633518ef2 | refs/heads/master | 2018-12-07T13:06:42.493000 | 2018-10-30T22:33:12 | 2018-10-30T22:33:12 | 148,212,934 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import com.sun.org.apache.xpath.internal.SourceTree;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
/**
* Created by fang on 7/28/17.
*/
public class ProcessTheOriginalParserOutput {
private HashMap<String... | UTF-8 | Java | 6,209 | java | ProcessTheOriginalParserOutput.java | Java | [
{
"context": "util.Map;\nimport java.util.Set;\n\n/**\n * Created by fang on 7/28/17.\n */\npublic class ProcessTheOriginalPa",
"end": 231,
"score": 0.9970986247062683,
"start": 227,
"tag": "USERNAME",
"value": "fang"
},
{
"context": "d main(String[] args){\n String[] localIP=... | null | [] | import com.sun.org.apache.xpath.internal.SourceTree;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Set;
/**
* Created by fang on 7/28/17.
*/
public class ProcessTheOriginalParserOutput {
private HashMap<String... | 6,209 | 0.583991 | 0.58077 | 158 | 38.29747 | 27.478992 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.78481 | false | false | 7 |
d8e934696459ec095749c055de2fa175250ab8cd | 18,554,258,724,419 | 817f58383c230333398d82dff9b82bbe9ac39c50 | /Primer Corte/AO/radix/Burbuja/src/burbuja/Burbuja.java | a105a1734caf33f016380487532d94518ecf214a | [] | no_license | andrestorresaioros/ComputingScience-1 | https://github.com/andrestorresaioros/ComputingScience-1 | 23db7c63157a1378a1564d76c87b7b725f774c58 | 7c3ff5d8bc0319f0536940eb9ef8d180309e215b | refs/heads/main | 2023-08-17T05:19:32.299000 | 2021-10-05T15:06:47 | 2021-10-05T15:06:47 | 413,865,561 | 0 | 0 | null | true | 2021-10-05T15:03:08 | 2021-10-05T15:03:08 | 2021-10-05T13:46:00 | 2021-10-05T13:45:57 | 1,236 | 0 | 0 | 0 | null | false | false | //package burbuja;
public class Burbuja {
public static void main(String[] args) {
int[] a = {1,2,3,4,5,6};
int[] b = {6,5,4,3,2,1};
int[] c = {6,3,2,4,5,1};
//6,5,2,3,4,1 = 2
//6,5,4,2,3,1 = 2
//6,5,4,3,2,1 = 1
int n = c.length;
int t;
... | UTF-8 | Java | 1,222 | java | Burbuja.java | Java | [] | null | [] | //package burbuja;
public class Burbuja {
public static void main(String[] args) {
int[] a = {1,2,3,4,5,6};
int[] b = {6,5,4,3,2,1};
int[] c = {6,3,2,4,5,1};
//6,5,2,3,4,1 = 2
//6,5,4,2,3,1 = 2
//6,5,4,3,2,1 = 1
int n = c.length;
int t;
... | 1,222 | 0.354337 | 0.291326 | 41 | 27.804878 | 15.528447 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.390244 | false | false | 7 |
b6d29bd7f91fe4a675d15d6bb770bf36b2b8df54 | 36,155,034,744,912 | 9d3ce3376415cc8b5214cf57d9bc82ed066106f4 | /Java/easy/371. 两整数之和.java | f380c1766c1cdc6e8c8c3b5a9219d1d0a61fae0c | [] | no_license | Mrhuangyi/leetcode-Solutions | https://github.com/Mrhuangyi/leetcode-Solutions | e83984bcbb07e36cb08fff31cea6a55e928599c2 | a0abfa335ec3f35575da396d05bc8900be366d66 | refs/heads/master | 2021-06-06T23:53:33.093000 | 2021-05-08T07:51:11 | 2021-05-08T07:51:11 | 130,051,244 | 8 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
不使用运算符 + 和 - ,计算两整数 a 、b 之和。
示例 1:
输入: a = 1, b = 2
输出: 3
示例 2:
输入: a = -2, b = 3
输出: 1
*/
class Solution {
public int getSum(int a, int b) {
if(b == 0) {
return a;
}
int sum, carry;
sum = a ^ b;
carry = (a & b) << 1;
return get... | UTF-8 | Java | 445 | java | 371. 两整数之和.java | Java | [] | null | [] | /*
不使用运算符 + 和 - ,计算两整数 a 、b 之和。
示例 1:
输入: a = 1, b = 2
输出: 3
示例 2:
输入: a = -2, b = 3
输出: 1
*/
class Solution {
public int getSum(int a, int b) {
if(b == 0) {
return a;
}
int sum, carry;
sum = a ^ b;
carry = (a & b) << 1;
return get... | 445 | 0.37971 | 0.350725 | 24 | 13.375 | 13.322327 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 7 |
85d781e00794fe31ff082fb5c9d94f044975cb84 | 10,170,482,597,453 | 05c3df64a84b1cdb2466b580ecd0eab123864501 | /load-balancing/src/main/java/com/gelerion/learning/microservices/balancing/service/HystrixRecoService.java | 3b24ac4d484fe155e46795b5b852e718333f0f2a | [] | no_license | Gelerion/LearningMicroservices | https://github.com/Gelerion/LearningMicroservices | 7fd15c8f91e6100ae441e8cbd1f9b2bcb23b5c85 | c0881ac81147073f8353e2c8ca0b9abb126b05bc | refs/heads/master | 2020-03-28T23:08:20.375000 | 2017-07-03T07:00:47 | 2017-07-03T07:00:47 | 94,631,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gelerion.learning.microservices.balancing.service;
import com.gelerion.learning.microservices.balancing.model.Artist;
import com.gelerion.learning.microservices.balancing.model.Meta;
import com.gelerion.learning.microservices.balancing.model.Recommendation;
import com.netflix.hystrix.contrib.javanica.annot... | UTF-8 | Java | 2,098 | java | HystrixRecoService.java | Java | [
{
"context": "ist<>();\n\t\tartistList.add(new Artist(\"2f504a21\", \"Adele\"));\n\t\tartistList.add(new Artist(\"8c1d906e\", \"Duma",
"end": 1958,
"score": 0.9183940887451172,
"start": 1953,
"tag": "NAME",
"value": "Adele"
},
{
"context": "dele\"));\n\t\tartistList.add(new Artist(\"... | null | [] | package com.gelerion.learning.microservices.balancing.service;
import com.gelerion.learning.microservices.balancing.model.Artist;
import com.gelerion.learning.microservices.balancing.model.Meta;
import com.gelerion.learning.microservices.balancing.model.Recommendation;
import com.netflix.hystrix.contrib.javanica.annot... | 2,098 | 0.768827 | 0.760248 | 49 | 41.816326 | 33.718327 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.877551 | false | false | 7 |
7c3a9509f9ecf49589155d18cee50b0d2a0c17c5 | 6,923,487,347,863 | a3103145b076c1dd0788f0ce720b9af51be435e0 | /src/main/java/com/klsoft/lms/service/impl/SellServiceImpl.java | eb41bc12f488e55992dc62190305e064d6810325 | [] | no_license | lKimhay-Dev/LandManagement | https://github.com/lKimhay-Dev/LandManagement | ab6bca887a445133d8802277fe88006089a9d2a5 | 4532637aae635e6a1ac8980a82401b59afdf99d5 | refs/heads/master | 2023-04-02T05:53:48.461000 | 2021-04-06T10:31:21 | 2021-04-06T10:31:21 | 355,147,551 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.klsoft.lms.service.impl;
import com.klsoft.lms.dto.ResponseDto;
import com.klsoft.lms.dto.SellDto;
import com.klsoft.lms.entity.Sell;
import com.klsoft.lms.entity.SellLandDetail;
import com.klsoft.lms.exception.RequestException;
import com.klsoft.lms.repository.SellRepository;
import com.klsoft.lms.service... | UTF-8 | Java | 3,034 | java | SellServiceImpl.java | Java | [] | null | [] | package com.klsoft.lms.service.impl;
import com.klsoft.lms.dto.ResponseDto;
import com.klsoft.lms.dto.SellDto;
import com.klsoft.lms.entity.Sell;
import com.klsoft.lms.entity.SellLandDetail;
import com.klsoft.lms.exception.RequestException;
import com.klsoft.lms.repository.SellRepository;
import com.klsoft.lms.service... | 3,034 | 0.708306 | 0.708306 | 87 | 33.873562 | 26.061291 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.563218 | false | false | 7 |
46994606d26060b7c8428f188c437355a6ecf130 | 14,336,600,898,446 | fa756d46ec1a0d4a362063ebd8c85b7e9d939459 | /src/org.xtuml.bp.core.editors/src/org/xtuml/bp/core/editors/association/AssociationEditorTab.java | 0696829d8c7b14f5478cf859ba70b414d71ccad4 | [
"Apache-2.0"
] | permissive | johnrwolfe/bridgepoint | https://github.com/johnrwolfe/bridgepoint | 90768fe12392e1de2de52408ecb5ad10b1687172 | bbbbefabf69ac49d065dc8ce2197745499e40156 | refs/heads/master | 2023-07-20T05:14:27.401000 | 2023-04-21T17:23:24 | 2023-04-21T17:23:24 | 200,736,979 | 0 | 0 | Apache-2.0 | true | 2020-03-17T23:28:52 | 2019-08-05T22:24:43 | 2020-03-13T22:44:49 | 2020-03-17T23:28:51 | 679,124 | 0 | 0 | 0 | HTML | false | false | package org.xtuml.bp.core.editors.association;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Set;
import org.eclipse.jface.action.Action;
import org.eclipse.jface.action.IAction;
import org.eclipse.jface.action.MenuManager;
import org.ecli... | UTF-8 | Java | 22,963 | java | AssociationEditorTab.java | Java | [] | null | [] | package org.xtuml.bp.core.editors.association;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Comparator;
import java.util.HashSet;
import java.util.Set;
import org.eclipse.jface.action.Action;
import org.eclipse.jface.action.IAction;
import org.eclipse.jface.action.MenuManager;
import org.ecli... | 22,963 | 0.729347 | 0.722467 | 614 | 36.399021 | 27.606094 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.675896 | false | false | 7 |
9054ffef4dff5cf9f35e30accc59b0aabb4886ff | 9,380,208,590,143 | 50d8167ccb41008d9f11bbdf85c7be828b47db1f | /src/main/java/br/edu/infnet/appRoupa/model/negocio/Jaqueta.java | 54d40565252927478d9f818be2e6ebce5f3cde8e | [] | no_license | robsonbborges/Final-appRoupa | https://github.com/robsonbborges/Final-appRoupa | 0cf228bdd1f3363a0e88c8a1271ca939ad1eebca | 454414e04241e7d7b2aa1d1e4424e699bd043b0f | refs/heads/main | 2023-02-01T11:06:34.726000 | 2020-12-16T11:48:21 | 2020-12-16T11:48:21 | 321,946,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.edu.infnet.appRoupa.model.negocio;
import br.edu.infnet.appRoupa.model.exception.BolsoInvalidoException;
import br.edu.infnet.appRoupa.model.exception.CorInvalidaException;
public class Jaqueta extends Roupa {
private int bolso;
private boolean capuz;
public Jaqueta(String descricao, String marca, fl... | UTF-8 | Java | 1,221 | java | Jaqueta.java | Java | [] | null | [] | package br.edu.infnet.appRoupa.model.negocio;
import br.edu.infnet.appRoupa.model.exception.BolsoInvalidoException;
import br.edu.infnet.appRoupa.model.exception.CorInvalidaException;
public class Jaqueta extends Roupa {
private int bolso;
private boolean capuz;
public Jaqueta(String descricao, String marca, fl... | 1,221 | 0.69697 | 0.692056 | 60 | 19.35 | 21.162724 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.7 | false | false | 7 |
ebd113d3640f158c5bd9c97d2199ef52a751e0b5 | 9,380,208,591,776 | 62fe81a446d6f7f1eeb6bf43279d1512fa2b7252 | /src/main/java/ru/job4j/Main.java | a32c22037945320a041a0b5299e4af339e997390 | [] | no_license | Geohound90/old_job4j | https://github.com/Geohound90/old_job4j | 9b87a3b8251d177fb213ed2d6ca3f22a721cadf9 | dfcc9a37ebcd601bff7d2280658f7bdc4ae55457 | refs/heads/master | 2022-12-30T07:31:48.078000 | 2020-05-08T12:35:13 | 2020-05-08T12:35:13 | 260,910,335 | 0 | 0 | null | false | 2020-10-13T21:41:52 | 2020-05-03T12:24:17 | 2020-05-08T12:35:44 | 2020-10-13T21:41:51 | 37 | 0 | 0 | 1 | Java | false | false | package ru.job4j;
import javax.xml.crypto.Data;
import java.util.Date;
public class Main {
public static void main(String[] args) {
System.out.println("Hello, job4j!");
}
}
| UTF-8 | Java | 193 | java | Main.java | Java | [
{
"context": "ring[] args) {\n\n System.out.println(\"Hello, job4j!\");\n }\n}\n",
"end": 180,
"score": 0.9856775403022766,
"start": 175,
"tag": "USERNAME",
"value": "job4j"
}
] | null | [] | package ru.job4j;
import javax.xml.crypto.Data;
import java.util.Date;
public class Main {
public static void main(String[] args) {
System.out.println("Hello, job4j!");
}
}
| 193 | 0.658031 | 0.647668 | 12 | 15.083333 | 16.183624 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 7 |
847adca0acd997a0a91a6ef9ff0a9099fbac859a | 627,065,256,761 | 711b017c106b20525f5351d316384382048f74cc | /study-notes/src/com/notes/criminalintent/CrimeCameraActivity.java | f8143bf63000ddbc0c572491e46b2c32751627b1 | [] | no_license | qiyus/study-notes | https://github.com/qiyus/study-notes | c4e5d37ec0e7992f8bdf6abb0f90980a8a9d7108 | 37a701962831b65b04ab88012394a514f08aba53 | refs/heads/master | 2016-08-09T12:18:03.402000 | 2016-01-26T01:48:25 | 2016-01-26T01:48:25 | 50,340,238 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.notes.criminalintent;
import android.app.Fragment;
import android.os.Bundle;
import android.view.Window;
import android.view.WindowManager;
import com.notes.SingleFragmentActivity;
public class CrimeCameraActivity extends SingleFragmentActivity {
private String mCrimeId;
@Override
protecte... | UTF-8 | Java | 695 | java | CrimeCameraActivity.java | Java | [] | null | [] | package com.notes.criminalintent;
import android.app.Fragment;
import android.os.Bundle;
import android.view.Window;
import android.view.WindowManager;
import com.notes.SingleFragmentActivity;
public class CrimeCameraActivity extends SingleFragmentActivity {
private String mCrimeId;
@Override
protecte... | 695 | 0.77554 | 0.77554 | 25 | 25.799999 | 23.236179 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 7 |
b7709d4bd38d0d384cd40d43e10e338118bf5b8a | 6,665,789,289,731 | 7420456cc9af2b6eae77a5d59cf836c46d560a3c | /TestSpringWeb/src/main/java/ru/home/testapp/db/model/Dish.java | 3bf06f321afe0c6603686711ff7024f94041a41d | [] | no_license | stechiev/local_repo | https://github.com/stechiev/local_repo | 6595e6c9c9150f4272534ea776d397f1a15b511b | dc5d6c84734ee41c14c62150fcbcb14359fcd610 | refs/heads/master | 2021-01-10T03:29:52.530000 | 2016-01-12T20:09:42 | 2016-01-12T20:09:42 | 45,489,413 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.home.testapp.db.model;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persi... | UTF-8 | Java | 2,613 | java | Dish.java | Java | [] | null | [] | package ru.home.testapp.db.model;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persi... | 2,613 | 0.697666 | 0.695369 | 144 | 17.145834 | 15.303399 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.388889 | false | false | 7 |
1999c4f2b4e98554a16000c1b2fd9138a7222e94 | 3,212,635,580,541 | 3d2f154bde54f03892f1121eebc854cca91d06ea | /src/com/yhbbs/user/dao/FriendsDaoIm.java | d97a0fb1d61435c4c692c9da1d07cc3d27e9aca9 | [] | no_license | dalinhuang/yqzuo | https://github.com/dalinhuang/yqzuo | 6bb930cd47fb7cbe9bc8da20b7b3ee7ce6bccc91 | ebf1f5c8a75831fa7bc7f889193264d9e07050eb | refs/heads/master | 2018-01-08T21:17:33.846000 | 2011-08-04T00:29:08 | 2011-08-04T00:29:08 | 44,392,169 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yhbbs.user.dao;
import java.sql.SQLException;
import java.util.List;
import com.ibatis.sqlmap.client.SqlMapClient;
import com.yhbbs.data.AppSqlMap;
import com.yhbbs.user.itface.bean.Friends;
import com.yhbbs.user.itface.dao.FriendsDao;
/**
* <p>Title:论坛好友数据存取模块Interface</p>
* <li> 论坛好友数据存取模块 <b... | UTF-8 | Java | 1,649 | java | FriendsDaoIm.java | Java | [
{
"context": " * <br><b>CopyRight: xiyouweb[西游网]</b>\r\n * @author benson\r\n * @version XIYOUWEB-2.0\r\n */\r\npublic class Frie",
"end": 422,
"score": 0.9991435408592224,
"start": 416,
"tag": "USERNAME",
"value": "benson"
}
] | null | [] | package com.yhbbs.user.dao;
import java.sql.SQLException;
import java.util.List;
import com.ibatis.sqlmap.client.SqlMapClient;
import com.yhbbs.data.AppSqlMap;
import com.yhbbs.user.itface.bean.Friends;
import com.yhbbs.user.itface.dao.FriendsDao;
/**
* <p>Title:论坛好友数据存取模块Interface</p>
* <li> 论坛好友数据存取模块 <b... | 1,649 | 0.69906 | 0.697179 | 67 | 21.805969 | 21.474899 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.328358 | false | false | 7 |
caa3951bb333f9d0e2d19896f0c10c53975195c7 | 28,475,633,235,994 | f7753bfc0a56f8aeb51af39bc2dfcecca180f4b7 | /test/src/main/dao/UserAuthDAOImp.java | 5b898fa5466f8c0f853532db0dfaead4db109e1a | [] | no_license | sidoubi/silver-meme | https://github.com/sidoubi/silver-meme | 43b0dfcdf5eeb0ad42d1bde3d0b5d61c2bfd314d | 60741159161cead5a2ebed6ea3819c909cee1984 | refs/heads/master | 2021-01-22T21:07:14.626000 | 2017-04-24T07:46:12 | 2017-04-24T07:46:12 | 85,393,430 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.sql.*;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Yang on 2017/3/1.
*/
public class UserAuthDAOImp implements UserAuthDAO {
Connection connection ;
PreparedStatement preparedStatement;
ResultSet resultSet;
public void addUserAuth(UserAuth userAuth) {
User... | UTF-8 | Java | 8,391 | java | UserAuthDAOImp.java | Java | [] | null | [] | import java.sql.*;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Yang on 2017/3/1.
*/
public class UserAuthDAOImp implements UserAuthDAO {
Connection connection ;
PreparedStatement preparedStatement;
ResultSet resultSet;
public void addUserAuth(UserAuth userAuth) {
User... | 8,391 | 0.612919 | 0.605768 | 210 | 38.957142 | 27.592669 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 7 |
22ab747232070ab995598119ff267054d2ed7816 | 33,956,011,445,828 | 4588f1be06e5e57662e15ca2971aa7ab697a4c04 | /src/Rover.java | fa0eff95ffc9c29e0d90b7ffb401f46a1a510677 | [] | no_license | adiscb/MarsRovers | https://github.com/adiscb/MarsRovers | bfed941763f10e0bf3426081a26bc444e7063840 | e24f7271a1e5e4085a8377b472b360177dafa83b | refs/heads/master | 2021-07-17T22:03:17.939000 | 2019-11-12T16:15:29 | 2019-11-12T16:15:29 | 221,257,395 | 0 | 0 | null | false | 2020-10-13T17:24:33 | 2019-11-12T16:03:09 | 2019-11-12T16:15:38 | 2020-10-13T17:24:32 | 4 | 0 | 0 | 1 | Java | false | false | import java.util.Objects;
public class Rover {
private Direction directionType;
private int y;
private int x;
public Rover(int x, int y, String direction) {
this.directionType = Direction.create(direction);
this.y = y;
this.x = x;
}
public void receive(String commands... | UTF-8 | Java | 3,013 | java | Rover.java | Java | [] | null | [] | import java.util.Objects;
public class Rover {
private Direction directionType;
private int y;
private int x;
public Rover(int x, int y, String direction) {
this.directionType = Direction.create(direction);
this.y = y;
this.x = x;
}
public void receive(String commands... | 3,013 | 0.458679 | 0.457351 | 96 | 30.385416 | 20.45797 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.427083 | false | false | 7 |
f526617e874d9b7c9eceb0d3fc25f59ba7290173 | 19,928,648,268,023 | 8e03c5c877ba07613e4219a6a93c31829a96f848 | /src/main/java/com/dominikazb/controllers/DiaryController.java | a0db6986c79375419695e157af90711d3fa31767 | [] | no_license | dominikazb/onlinediary | https://github.com/dominikazb/onlinediary | 362a65a6ae842beef313c3d32999ab883e2875f7 | e11dcc83fd8faa5e35c5d1ad38feed09845ae2c6 | refs/heads/master | 2021-05-26T19:18:31.822000 | 2020-05-13T14:16:18 | 2020-05-13T14:16:18 | 260,210,624 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dominikazb.controllers;
import com.dominikazb.beans.Category;
import com.dominikazb.beans.Note;
import com.dominikazb.beans.Tag;
import com.dominikazb.beans.User;
import com.dominikazb.repositories.CategoryRepository;
import com.dominikazb.repositories.NoteRepository;
import com.dominikazb.repositories.Tag... | UTF-8 | Java | 11,510 | java | DiaryController.java | Java | [
{
"context": "meOfTheCurrentUser = (String) model.getAttribute(\"currentusername\");\n List<Note> listOfNotesForTheCurrentUse",
"end": 5181,
"score": 0.6923555135726929,
"start": 5166,
"tag": "USERNAME",
"value": "currentusername"
},
{
"context": "ng currentUsername = (String)... | null | [] | package com.dominikazb.controllers;
import com.dominikazb.beans.Category;
import com.dominikazb.beans.Note;
import com.dominikazb.beans.Tag;
import com.dominikazb.beans.User;
import com.dominikazb.repositories.CategoryRepository;
import com.dominikazb.repositories.NoteRepository;
import com.dominikazb.repositories.Tag... | 11,510 | 0.703215 | 0.70252 | 270 | 41.633335 | 36.101437 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618519 | false | false | 7 |
873159430bb73b4e77de8d482299f1063ca5e722 | 9,835,475,148,041 | 0c952d7d0e56bc0134deba5b0884b425e3ab59cf | /app/src/main/java/mg/itu/lazanomentsoa/itutptparis/backendnodejs/models/Pari.java | c6c3eaf361a301e3d83f8b0972011b11130f0167 | [] | no_license | Nomentsoa/mbds7TptMobileParis | https://github.com/Nomentsoa/mbds7TptMobileParis | a6988ab6b1ab32da54561a735174a27d59406555 | 9f3d724d6b01cf5813f7229a9683d83383a4f1cd | refs/heads/master | 2023-07-11T20:52:54.369000 | 2021-08-16T22:10:40 | 2021-08-16T22:10:40 | 372,710,111 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mg.itu.lazanomentsoa.itutptparis.backendnodejs.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import mg.itu.lazanomentsoa.itutptparis.backendspringboot.models.Equipe;
public class Pari {
@SerializedName("idMatch")
@Expose
private String idMat... | UTF-8 | Java | 1,727 | java | Pari.java | Java | [] | null | [] | package mg.itu.lazanomentsoa.itutptparis.backendnodejs.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import mg.itu.lazanomentsoa.itutptparis.backendspringboot.models.Equipe;
public class Pari {
@SerializedName("idMatch")
@Expose
private String idMat... | 1,727 | 0.583671 | 0.583671 | 79 | 20.86076 | 18.320448 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.405063 | false | false | 7 |
11f5429293429eba786699318cc69e5a695d3ccf | 14,645,838,507,950 | 803c384b0c60e9f7115f991703c7dc3d8c2d1c51 | /app/src/main/java/com/example/geoshoppingfinal/GeofenceBroadcastReceiver.java | 7340badea668d7714488aa19de42ce112aa24f12 | [] | no_license | MysterycatZA/GeoShoppingFinal | https://github.com/MysterycatZA/GeoShoppingFinal | 860a9d250898d44fbad6323eab80c3e41a69c0b7 | f8c67764a2d1ac21b5d0305525d723cae2a428ce | refs/heads/master | 2020-08-23T08:40:36.538000 | 2019-12-18T15:13:08 | 2019-12-18T15:13:08 | 211,672,902 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.geoshoppingfinal;
import android.app.Notification;
import android.app.PendingIntent;
import android.app.TaskStackBuilder;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.text.TextUtils;
import and... | UTF-8 | Java | 6,638 | java | GeofenceBroadcastReceiver.java | Java | [
{
"context": "raintlayout.widget.StateSet.TAG;\n/**\n * Created by Luke Shaw 17072613\n */\n//Code is based off tutorial from ht",
"end": 740,
"score": 0.9993727803230286,
"start": 731,
"tag": "NAME",
"value": "Luke Shaw"
}
] | null | [] | package com.example.geoshoppingfinal;
import android.app.Notification;
import android.app.PendingIntent;
import android.app.TaskStackBuilder;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.graphics.Color;
import android.text.TextUtils;
import and... | 6,635 | 0.671287 | 0.66978 | 133 | 48.909775 | 35.93906 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62406 | false | false | 7 |
6de77f69c79c30501d143e0b942be1b4f21a181b | 34,720,515,625,784 | 972d81fa32c88eb0ea575d5a3130d1559b6c550d | /src/main/java/monopolinho/Main.java | 5022a4e401f5b0127125c0e99f7a55fb1999c7f4 | [] | no_license | danielchc/monopolinho | https://github.com/danielchc/monopolinho | 232e61f792643efc4d208fe0b4d04f5b6afdde8c | fdc5a9c9817bcc446172abb13d31cf53ddbab4c6 | refs/heads/master | 2022-12-14T11:32:08.558000 | 2020-09-20T17:26:30 | 2020-09-20T17:26:30 | 297,122,550 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package monopolinho;
import monopolinho.interfaz.Menu;
import java.io.IOException;
/**
* @author Daniel Chenel
* @author David Carracedo
*/
public class Main {
private static boolean correccion=false;
/**
* @param args the command line arguments
*/
public static void main(String[] args) thro... | UTF-8 | Java | 583 | java | Main.java | Java | [
{
"context": "Menu;\n\nimport java.io.IOException;\n\n/**\n * @author Daniel Chenel\n * @author David Carracedo\n */\npublic class Main ",
"end": 114,
"score": 0.9998390674591064,
"start": 101,
"tag": "NAME",
"value": "Daniel Chenel"
},
{
"context": "xception;\n\n/**\n * @author Dani... | null | [] | package monopolinho;
import monopolinho.interfaz.Menu;
import java.io.IOException;
/**
* @author <NAME>
* @author <NAME>
*/
public class Main {
private static boolean correccion=false;
/**
* @param args the command line arguments
*/
public static void main(String[] args) throws IOException {... | 567 | 0.624357 | 0.624357 | 25 | 22.32 | 21.368612 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 7 |
b5b7ff7da1495c351e6bdf49396c13894394f862 | 8,151,847,998,364 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/98/742.java | 5b4401e67f07385a722c95eda860bc30d484ff4e | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | https://github.com/qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154000 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int n;
int[] a = new int[1000];
int s = 0;
n = Integer.parseInt(ConsoleInput.readToWhiteSpace(true));
String word = new String(new char[40]);
//C++ TO JAVA CONVERTER TODO TASK: Pointer arithmetic is detected on this variable, so poi... | UTF-8 | Java | 1,231 | java | 742.java | Java | [] | null | [] | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int n;
int[] a = new int[1000];
int s = 0;
n = Integer.parseInt(ConsoleInput.readToWhiteSpace(true));
String word = new String(new char[40]);
//C++ TO JAVA CONVERTER TODO TASK: Pointer arithmetic is detected on this variable, so poi... | 1,231 | 0.570268 | 0.550772 | 60 | 19.5 | 25.203505 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.966667 | false | false | 7 |
4e08c0550d67d00080e19b00368ae1ee01a8af25 | 26,955,214,751,147 | 06cf75bbeec6eb6a901633d8e75c7826ea1c7c3e | /resumeScanner.java | 4e22417d463e237d9470f167cf25752f23335199 | [] | no_license | sixinglu/resumeScanner | https://github.com/sixinglu/resumeScanner | 976df1c3c64476a5f4579b5a2363bf067ff76c5b | b8078d2e5db2800f804199dd1d4cc4ec614130f0 | refs/heads/master | 2021-01-10T03:24:02.231000 | 2015-12-19T02:21:01 | 2015-12-19T02:21:01 | 48,263,238 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import opennlp.tools.cmdli... | UTF-8 | Java | 4,821 | java | resumeScanner.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import opennlp.tools.cmdli... | 4,821 | 0.604024 | 0.602157 | 151 | 30.933775 | 23.955994 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.403974 | false | false | 7 |
3107aeef6577d500d997237a9b19e1e42ace8e05 | 9,088,150,852,637 | 1349a70213bf2ebe13d7a11e7fa2f34009b44294 | /src/main/java/javaguru/sunday/student_natalia_kochkina/lesson_8/level_4/TriangleTest.java | 1ff912d391b275780567e42dada61f746b90320f | [] | no_license | AlexJavaGuru/java_1_sunday_2020_september | https://github.com/AlexJavaGuru/java_1_sunday_2020_september | 4a72519dfe643eaea417df65429d2ef4e9aff882 | 1539f396311c28d2e625f3b18427ae4586f078a7 | refs/heads/master | 2023-03-12T03:27:43.378000 | 2021-02-19T07:39:40 | 2021-02-19T07:39:40 | 298,872,670 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package javaguru.sunday.student_natalia_kochkina.lesson_8.level_4;
import javaguru.sunday.teacher.annotations.CodeReview;
//Task_19
@CodeReview(approved = true)
public class TriangleTest {
public static void main(String[] args) {
TriangleTest triangleTest = new TriangleTest();
triangleTest.perime... | UTF-8 | Java | 1,113 | java | TriangleTest.java | Java | [] | null | [] | package javaguru.sunday.student_natalia_kochkina.lesson_8.level_4;
import javaguru.sunday.teacher.annotations.CodeReview;
//Task_19
@CodeReview(approved = true)
public class TriangleTest {
public static void main(String[] args) {
TriangleTest triangleTest = new TriangleTest();
triangleTest.perime... | 1,113 | 0.631626 | 0.610063 | 36 | 29.916666 | 21.895428 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 7 |
542b5489be695e4ede4d5015f726c8d3bbf89d6f | 36,421,322,670,880 | 0b80e127425b487fa1068566a5c74f458b3fd12a | /src/main/java/com/curso/bddcucumber/BddCucumberApplication.java | 6f02dc34301a20b42657fbe0a8ee45cd0eef3baa | [] | no_license | ewertondias/bdd-cucumber | https://github.com/ewertondias/bdd-cucumber | eacc6d971954ce594ca1c20e6e1075d029bf2b9c | 17487672982b625dc093faf26fa66726348d924d | refs/heads/master | 2023-02-24T04:34:23.151000 | 2021-01-30T00:42:45 | 2021-01-30T00:42:45 | 243,878,796 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.curso.bddcucumber;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BddCucumberApplication {
public static void main(String[] args) {
SpringApplication.run(BddCucumberApplication.class, args);
}... | UTF-8 | Java | 324 | java | BddCucumberApplication.java | Java | [] | null | [] | package com.curso.bddcucumber;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class BddCucumberApplication {
public static void main(String[] args) {
SpringApplication.run(BddCucumberApplication.class, args);
}... | 324 | 0.82716 | 0.82716 | 13 | 23.923077 | 24.373571 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 7 |
54ef5d1e51ff0a701443e369a1c8c73aefa67c32 | 30,150,670,472,785 | b699dce1a891d53043b2463d57ac9adf37a658fc | /database/src/main/java/org/seventyeight/database/orientdb/impl/orientdb/OrientEdge.java | 61cfd848480530012ce5a211669af04bdb69d8df | [] | no_license | seventy-eight/oldweb | https://github.com/seventy-eight/oldweb | d6151e2f8fe54fb3486ee1f9a05eb046adcb8c3f | 1755e5975abd78e32454ef4c73b357526e5d7569 | refs/heads/master | 2021-01-17T11:56:15.023000 | 2013-02-04T21:25:20 | 2013-02-04T21:25:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.seventyeight.database.orientdb.impl.orientdb;
import com.orientechnologies.orient.core.db.graph.OGraphDatabase;
import com.orientechnologies.orient.core.db.record.OIdentifiable;
import com.orientechnologies.orient.core.record.impl.ODocument;
import org.apache.log4j.Logger;
import org.seventyeight.database.... | UTF-8 | Java | 2,480 | java | OrientEdge.java | Java | [
{
"context": " org.seventyeight.database.EdgeType;\n\n/**\n * User: cwolfgang\n * Date: 18-11-12\n * Time: 22:37\n */\npublic class",
"end": 392,
"score": 0.9995880722999573,
"start": 383,
"tag": "USERNAME",
"value": "cwolfgang"
}
] | null | [] | package org.seventyeight.database.orientdb.impl.orientdb;
import com.orientechnologies.orient.core.db.graph.OGraphDatabase;
import com.orientechnologies.orient.core.db.record.OIdentifiable;
import com.orientechnologies.orient.core.record.impl.ODocument;
import org.apache.log4j.Logger;
import org.seventyeight.database.... | 2,480 | 0.624597 | 0.620161 | 96 | 24.833334 | 26.4806 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.427083 | false | false | 7 |
0a03907167231416d993bad1e4a2b6745a4cc48d | 12,154,757,501,965 | c21ecfc6df2c6de9d85ad64dee1c41871d02f9d2 | /src/java/beans/cadernoExercicios.java | 7bdde0b70f4889076dab04dfe04546f5c4d53043 | [] | no_license | josechavarria/plataforma | https://github.com/josechavarria/plataforma | a75b737170c1f55c038e89debeb64b967f7caed0 | 5ff799f2cc72fa1d1d5d54a39f317b3da8c511fc | refs/heads/master | 2021-01-21T11:47:01.589000 | 2014-03-25T21:42:25 | 2014-03-25T21:42:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package beans;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
impor... | UTF-8 | Java | 3,751 | java | cadernoExercicios.java | Java | [
{
"context": "os relativos a um caderno de exercicios\n * @author josechavarria\n */\npublic class cadernoExercicios {\n \n Arr",
"end": 421,
"score": 0.9985249638557434,
"start": 408,
"tag": "USERNAME",
"value": "josechavarria"
}
] | 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 beans;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
impor... | 3,751 | 0.593442 | 0.590509 | 124 | 29.25 | 42.129147 | 316 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 7 |
5aad03406c9574bf02f9642719dca468dfcdb4d1 | 154,618,852,632 | 35993ec9b054c60b6056122904fd02d7a7cd79b5 | /mad_libs/app/src/main/java/com/example/pieter/mad_libs/FourthActivity.java | fc4a4bed9535e2b24eaac7eeead1f79b2b21729f | [] | no_license | P1eter/mad_libs | https://github.com/P1eter/mad_libs | ebb79b32a6c6a282d818684a7e416bc727cc50a3 | 5f2e7f73307cb8543c6db6af0663edfe3b894d7f | refs/heads/master | 2021-08-08T13:18:25.548000 | 2017-11-10T10:41:38 | 2017-11-10T10:41:38 | 110,145,249 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pieter.mad_libs;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class FourthActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.o... | UTF-8 | Java | 613 | java | FourthActivity.java | Java | [
{
"context": "package com.example.pieter.mad_libs;\n\nimport android.content.Intent;\nimport ",
"end": 26,
"score": 0.8166322112083435,
"start": 20,
"tag": "USERNAME",
"value": "pieter"
}
] | null | [] | package com.example.pieter.mad_libs;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class FourthActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.o... | 613 | 0.727569 | 0.725938 | 21 | 28.190475 | 22.472458 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 7 |
a2320844a6894f68b51d13dd425a4dcda5e6575c | 6,150,393,232,938 | 218f352a63c5a9f9882433394cbba294da3e7eca | /effective-java-3e/src/test/java/me/bingbingpa/ch04/item19/SubTest.java | fe27373d0c4d6b5b1dab591b9b0c8c4c9ec1c299 | [] | no_license | be-93/dev-book | https://github.com/be-93/dev-book | e20ed7bec60388a2b627ced9f4288ac470072a18 | e801e1454ce78e0e1fbd98686143fa78846881c2 | refs/heads/master | 2023-08-29T14:11:59.911000 | 2021-09-17T10:51:00 | 2021-09-17T10:51:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.bingbingpa.ch04.item19;
import org.junit.jupiter.api.Test;
class SubTest {
@Test
void 상속용_클래스가_재정의_가능_메서드를_호출해서_발생하는_오류_테스트() {
// instant 를 두 번 출력하리라 기대했지만, 첫 번째는 null 을 출력한다.
// 상위 클래스의 생성자가 하위 클래스의 생성자가 인스턴스 필드를 초기화하기도 전에 override 한 메서드를 호출하기 때문이다.
Sub sub = new Sub();
... | UTF-8 | Java | 551 | java | SubTest.java | Java | [] | null | [] | package me.bingbingpa.ch04.item19;
import org.junit.jupiter.api.Test;
class SubTest {
@Test
void 상속용_클래스가_재정의_가능_메서드를_호출해서_발생하는_오류_테스트() {
// instant 를 두 번 출력하리라 기대했지만, 첫 번째는 null 을 출력한다.
// 상위 클래스의 생성자가 하위 클래스의 생성자가 인스턴스 필드를 초기화하기도 전에 override 한 메서드를 호출하기 때문이다.
Sub sub = new Sub();
... | 551 | 0.623229 | 0.611898 | 15 | 22.6 | 24.154503 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
9911e2fbcaeddc09431c911374c21c404c18feb6 | 25,683,904,489,585 | c69d4c31b0e14bd15b991eae439ae787726fc126 | /error-tracking-lib/src/net/kibotu/android/error/tracking/ErrorTracking.java | 8a1a42d9fb344c7c070cf84b2b565246d7476fcf | [] | no_license | phucdth12a/net.kibotu.android.error.tracking | https://github.com/phucdth12a/net.kibotu.android.error.tracking | bbe28de15b59809de21510a46f61631c80a97d3f | 3c3763b038609cc7f534776ebf6707bb1f1f3326 | refs/heads/master | 2021-01-12T21:10:11.893000 | 2014-07-24T19:45:44 | 2014-07-24T19:45:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.kibotu.android.error.tracking;
import android.content.Context;
import org.json.JSONArray;
import org.json.JSONObject;
public class ErrorTracking {
private static Context context;
private static JSONObject metaData;
public static void startSession(final Context context, final String parseAppK... | UTF-8 | Java | 5,301 | java | ErrorTracking.java | Java | [] | null | [] | package net.kibotu.android.error.tracking;
import android.content.Context;
import org.json.JSONArray;
import org.json.JSONObject;
public class ErrorTracking {
private static Context context;
private static JSONObject metaData;
public static void startSession(final Context context, final String parseAppK... | 5,301 | 0.628561 | 0.627995 | 119 | 43.554623 | 38.898209 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.932773 | false | false | 7 |
da350c0fcb5518e9524a5b5e82e1f9499a2327f0 | 4,836,133,240,906 | f08e727d0e000d6fe67ff90adfe76a386d80d2f8 | /redistest/src/main/java/com/example/redistest/UserService.java | 85c52dfd6092ae61f7cc1fa77a27ace2c7e3acb9 | [] | no_license | 526495605/Jenkins | https://github.com/526495605/Jenkins | 25fb7d55e3c215624cdbb03ccc861e87ecf5ead7 | aa9f22b6a9bce2ddfb9b7ce312e70a6b927dcd43 | refs/heads/master | 2021-04-09T13:38:17.979000 | 2018-05-30T14:42:04 | 2018-05-30T14:42:04 | 125,711,724 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.redistest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.CachePut;
import org.springframework.cache.annotation.Cacheable;
imp... | UTF-8 | Java | 1,276 | java | UserService.java | Java | [] | null | [] | package com.example.redistest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.CacheConfig;
import org.springframework.cache.annotation.CacheEvict;
import org.springframework.cache.annotation.CachePut;
import org.springframework.cache.annotation.Cacheable;
imp... | 1,276 | 0.721787 | 0.718652 | 47 | 26.148935 | 23.354784 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382979 | false | false | 7 |
01c43990c81956c7d21064840cfc70c51a5e1ac1 | 28,269,474,788,680 | 56fae29d3f9a0fb061aa2790e228323051bc662f | /Example06/src/Polygon.java | 8a991a3465b44a967286683690d390ea4fd4913f | [] | no_license | thuongquan/java-oop | https://github.com/thuongquan/java-oop | 91453e6cda629e73279367207a25620b2a8108e4 | 76a1c72abaaa97125ea7881261c4d619c48dd0a7 | refs/heads/master | 2021-01-10T02:38:25.533000 | 2015-05-23T10:09:15 | 2015-05-23T10:09:15 | 36,112,151 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Polygon {
protected int width,height;
public Polygon(int a,int b)
{
width=a;
height=b;
}
public void setVulues(int a,int b)
{
width=a;
height=b;
}
}
| UTF-8 | Java | 185 | java | Polygon.java | Java | [] | null | [] |
public class Polygon {
protected int width,height;
public Polygon(int a,int b)
{
width=a;
height=b;
}
public void setVulues(int a,int b)
{
width=a;
height=b;
}
}
| 185 | 0.621622 | 0.621622 | 13 | 11.923077 | 11.173193 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076923 | false | false | 7 |
c66b409aa97f3817e74bf4d9143459e3f81e575d | 32,804,960,258,927 | cde0419d3f124a1fe191cfbac9d71e11d63694df | /rex-component/rex-logging/rex-logging-api/src/main/java/com/zmcsoft/rex/logging/business/DefaultBusinessLoggerService.java | b10e0d74f0a0bad5f677981d8c30f459cb38730a | [] | no_license | yanb36999/rex-prod-3 | https://github.com/yanb36999/rex-prod-3 | 2c26fae111ef7518fb5f3ccc38cfe25333b99100 | 46ae1029fac1c46fa827b58ada6dc1961f2a2332 | refs/heads/master | 2022-07-14T08:55:48.209000 | 2019-05-29T17:00:22 | 2019-05-29T17:00:22 | 189,261,688 | 0 | 0 | null | false | 2022-06-17T02:12:44 | 2019-05-29T16:29:31 | 2019-05-29T17:00:25 | 2022-06-17T02:12:41 | 98,272 | 0 | 0 | 3 | JavaScript | false | false | package com.zmcsoft.rex.logging.business;
import com.zmcsoft.rex.logging.business.logback.LogbackBusinessLoggerAppender;
import org.hswebframework.web.id.IDGenerator;
import org.springframework.beans.factory.annotation.Autowired;
import javax.annotation.PostConstruct;
import java.util.List;
/**
* @author zhouhao
*... | UTF-8 | Java | 1,048 | java | DefaultBusinessLoggerService.java | Java | [
{
"context": "tConstruct;\nimport java.util.List;\n\n/**\n * @author zhouhao\n * @since 1.0\n */\npublic class DefaultBusinessLog",
"end": 317,
"score": 0.9991705417633057,
"start": 310,
"tag": "USERNAME",
"value": "zhouhao"
}
] | null | [] | package com.zmcsoft.rex.logging.business;
import com.zmcsoft.rex.logging.business.logback.LogbackBusinessLoggerAppender;
import org.hswebframework.web.id.IDGenerator;
import org.springframework.beans.factory.annotation.Autowired;
import javax.annotation.PostConstruct;
import java.util.List;
/**
* @author zhouhao
*... | 1,048 | 0.75 | 0.747137 | 35 | 28.942858 | 28.571657 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314286 | false | false | 7 |
56a2a4fea386b288b450f370ff32a4bbce6e21ad | 32,598,801,808,862 | cd9d8a82c2479928a3e37ebd30902d443dc83306 | /src/kit/ral/map/info/MapInfo.java | a2869b0f1960326729e0eaf9bdaddce361788c46 | [] | no_license | route-a-lot/route-a-lot | https://github.com/route-a-lot/route-a-lot | 6d230e286a6ced661e2fb872fe4c74f7ecf87b2a | df46788eeec6dc403f9bf82098bfcbb2f941d301 | refs/heads/master | 2021-01-23T03:43:28.422000 | 2013-12-01T02:00:05 | 2013-12-11T21:30:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
/**
Copyright (c) 2012, Matthias Grundmann, Malte Wolff, Jan Jacob, Daniel Krauß, Josua Stabenow
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the ... | UTF-8 | Java | 15,947 | java | MapInfo.java | Java | [
{
"context": "\n/**\nCopyright (c) 2012, Matthias Grundmann, Malte Wolff, Jan Jacob, Daniel Krauß, Josua Stab",
"end": 43,
"score": 0.9998230934143066,
"start": 25,
"tag": "NAME",
"value": "Matthias Grundmann"
},
{
"context": "\n/**\nCopyright (c) 2012, Matthias Grundmann, Malte Wolf... | null | [] |
/**
Copyright (c) 2012, <NAME>, <NAME>, <NAME>, <NAME>, <NAME>
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, ... | 15,912 | 0.59862 | 0.596802 | 456 | 33.964912 | 26.587469 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.440789 | false | false | 7 |
55eeb791769ba010f9e1f471f3b422d455988254 | 32,598,801,808,851 | d6f565c9764c1993deacbfdb65c73a0e08379248 | /other/src/main/java/com/zero/easyrpc/common/exception/IllegalRemotingContextException.java | 8a905871b4f540861f70d33a7a0e9cd507941c1a | [] | no_license | zero-jianjia/easy-rpc | https://github.com/zero-jianjia/easy-rpc | 704fee1f7f23322a28149969a98d5ed9f7daa439 | 22fb841a532d0ff04af42faa4f920fcdef7bab75 | refs/heads/master | 2021-09-05T04:06:41.100000 | 2018-01-24T02:51:47 | 2018-01-24T02:51:47 | 112,991,590 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zero.easyrpc.common.exception;
/**
* Created by jianjia1 on 17/12/05.
*/
public class IllegalRemotingContextException extends RemotingException {
private static final long serialVersionUID = -302074448022156348L;
public IllegalRemotingContextException(String message) {
super(message, nu... | UTF-8 | Java | 473 | java | IllegalRemotingContextException.java | Java | [
{
"context": ".zero.easyrpc.common.exception;\n\n/**\n * Created by jianjia1 on 17/12/05.\n */\npublic class IllegalRemotingCont",
"end": 70,
"score": 0.9994406700134277,
"start": 62,
"tag": "USERNAME",
"value": "jianjia1"
}
] | null | [] | package com.zero.easyrpc.common.exception;
/**
* Created by jianjia1 on 17/12/05.
*/
public class IllegalRemotingContextException extends RemotingException {
private static final long serialVersionUID = -302074448022156348L;
public IllegalRemotingContextException(String message) {
super(message, nu... | 473 | 0.729387 | 0.676533 | 18 | 25.277779 | 28.693409 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 7 |
b715638955082823c47ac03a5d2755e716adac9f | 7,713,761,307,566 | 6c7cada82c93ee492dfa1aae164a14a29453164e | /hedera-mirror-importer/src/main/java/com/hedera/mirror/importer/parser/record/transactionhandler/TokenCreateTransactionHandler.java | 394fa3ccd13408a94be544ffe45173c29dfba566 | [
"Apache-2.0"
] | permissive | hashgraph/hedera-mirror-node | https://github.com/hashgraph/hedera-mirror-node | 4a3db9f2deec7d6a51f4920393363a3924663f37 | c7ef5dee6cf68287ec87cf8fc4abf18c3b2cfc47 | refs/heads/main | 2023-08-16T14:26:58.289000 | 2023-08-15T21:20:34 | 2023-08-15T21:20:34 | 197,364,349 | 128 | 125 | Apache-2.0 | false | 2023-09-14T19:35:22 | 2019-07-17T10:04:38 | 2023-08-29T01:05:02 | 2023-09-14T19:35:22 | 353,582 | 105 | 99 | 223 | Java | false | false | /*
* Copyright (C) 2019-2023 Hedera Hashgraph, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | UTF-8 | Java | 8,110 | java | TokenCreateTransactionHandler.java | Java | [
{
"context": "/*\n * Copyright (C) 2019-2023 Hedera Hashgraph, LLC\n *\n * Licensed under the Apache License, Ver",
"end": 46,
"score": 0.9996275901794434,
"start": 30,
"tag": "NAME",
"value": "Hedera Hashgraph"
}
] | null | [] | /*
* Copyright (C) 2019-2023 <NAME>, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... | 8,100 | 0.716153 | 0.714057 | 183 | 43.31694 | 31.192827 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.562842 | false | false | 7 |
d74cb49ca339cfb86c1db3ded90341c5da4a9ee7 | 21,646,635,175,875 | ea0d54c2a5c154a597774202e093fdaaea8851e1 | /store-goods-order-module/src/main/java/com/kuaicto/cloud/component/goods/enums/Enum400Error.java | edfa2e4f6b9a2c83a5d3e58c9a66e7949618fa1a | [] | no_license | xeonye/zhongsai-service-code | https://github.com/xeonye/zhongsai-service-code | bfbc7876c84c6f927e91ea5c9046a37bff0a23fb | 045a470ef6e31f58347018a827f5f05c4ec90693 | refs/heads/master | 2020-06-27T20:51:48.905000 | 2019-07-24T11:09:11 | 2019-07-24T11:09:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kuaicto.cloud.component.goods.enums;
import com.kuaicto.spec.enums.http.IError400Enum;
public enum Enum400Error implements IError400Enum<Enum400Error> {
GOODS_INFO_NOT_EXISTS(400001, "商品信息为空"),
GOODS_SKU_INFO_NOT_EXISTS(400001, "商品信息为空"),
GOODS_QUANTITY_IS_EMPTY(400002, "商品数量为空"),
GOODS_NO... | UTF-8 | Java | 4,293 | java | Enum400Error.java | Java | [] | null | [] | package com.kuaicto.cloud.component.goods.enums;
import com.kuaicto.spec.enums.http.IError400Enum;
public enum Enum400Error implements IError400Enum<Enum400Error> {
GOODS_INFO_NOT_EXISTS(400001, "商品信息为空"),
GOODS_SKU_INFO_NOT_EXISTS(400001, "商品信息为空"),
GOODS_QUANTITY_IS_EMPTY(400002, "商品数量为空"),
GOODS_NO... | 4,293 | 0.69243 | 0.5898 | 91 | 33.692307 | 23.831686 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.21978 | false | false | 7 |
ccdf6bc68b82ddfe3ab837d31288b623d08bf9fa | 2,327,872,335,302 | abef75a67dd5df3b3af59d7dd065012cd82c11e4 | /src/boardgame/Tabuleiro.java | eccc65712cefd4fd6e744799ccbee6aaaa783039 | [] | no_license | UmberBn/Projeto_Xadrez | https://github.com/UmberBn/Projeto_Xadrez | 00d28c87045e169b804f6c5139866db9bd73fb04 | 6335fe88ed9841fc7d52aee0a0eed47a7bdcb24d | refs/heads/master | 2020-06-21T14:58:26.539000 | 2019-07-24T23:35:24 | 2019-07-24T23:35:24 | 197,486,349 | 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 boardgame;
/**
*
* @author Humberto Ban
*/
public class Tabuleiro {
private int rows;
private int collumns;
pr... | UTF-8 | Java | 1,994 | java | Tabuleiro.java | Java | [
{
"context": " editor.\n */\npackage boardgame;\n\n/**\n *\n * @author Humberto Ban\n */\npublic class Tabuleiro {\n\n private int row",
"end": 235,
"score": 0.9998761415481567,
"start": 223,
"tag": "NAME",
"value": "Humberto Ban"
}
] | 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 boardgame;
/**
*
* @author <NAME>
*/
public class Tabuleiro {
private int rows;
private int collumns;
private ... | 1,988 | 0.609004 | 0.60698 | 74 | 25.716217 | 25.57 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432432 | false | false | 7 |
a77dc2b5f7ca01e963d9976ea512961ef4405cd5 | 35,450,660,077,097 | 9b4cfaa9d8d1116069afbabf817fa8b9d70d58bc | /src/main/java/kodlamaio/hrms/api/controllers/VerificationByEmployeeController.java | e003a998f8a6adfe9a4c22bbcd7c58f6b092a4fe | [] | no_license | busrablt/hrms | https://github.com/busrablt/hrms | 2fb451914b21ff70f127619b1b3d73882effd875 | 02d376b96fbf74ef089efbc5d4bbccc124cde625 | refs/heads/master | 2023-06-03T22:54:13.511000 | 2021-06-21T14:03:31 | 2021-06-21T14:03:31 | 371,778,573 | 25 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kodlamaio.hrms.api.controllers;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.sp... | UTF-8 | Java | 1,896 | java | VerificationByEmployeeController.java | Java | [] | null | [] | package kodlamaio.hrms.api.controllers;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.sp... | 1,896 | 0.817511 | 0.817511 | 52 | 35.46154 | 31.890112 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.807692 | false | false | 7 |
630b9306e6c9612e7bf56f8cd6be98fb0eaf2516 | 24,721,831,787,806 | e3990e8c3b1e0b8824a0a19bf9d12e48441def7a | /ebean-test/src/test/java/org/tests/model/softdelete/ESoftDelZ.java | 5ce11c17519ab46b0f0f38362df4f2b0cec20458 | [
"Apache-2.0"
] | permissive | ebean-orm/ebean | https://github.com/ebean-orm/ebean | 13c9c465f597dd2cf8b3e54e4b300543017c9dee | bfe94786de3c3b5859aaef5afb3a7572e62275c4 | refs/heads/master | 2023-08-22T12:57:34.271000 | 2023-08-22T11:43:41 | 2023-08-22T11:43:41 | 5,793,895 | 1,199 | 224 | Apache-2.0 | false | 2023-09-11T14:05:26 | 2012-09-13T11:49:56 | 2023-09-05T12:53:16 | 2023-09-11T14:04:39 | 33,292 | 1,404 | 253 | 70 | Java | false | false | package org.tests.model.softdelete;
import io.ebean.annotation.SoftDelete;
import javax.persistence.Entity;
import javax.persistence.Id;
import java.util.UUID;
@Entity
public class ESoftDelZ {
@Id
private Long id;
@SoftDelete
private boolean deleted;
private UUID uuid;
public Long getId() {
retur... | UTF-8 | Java | 629 | java | ESoftDelZ.java | Java | [] | null | [] | package org.tests.model.softdelete;
import io.ebean.annotation.SoftDelete;
import javax.persistence.Entity;
import javax.persistence.Id;
import java.util.UUID;
@Entity
public class ESoftDelZ {
@Id
private Long id;
@SoftDelete
private boolean deleted;
private UUID uuid;
public Long getId() {
retur... | 629 | 0.672496 | 0.672496 | 43 | 13.627907 | 13.189184 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325581 | false | false | 7 |
57f7d538f6f19e34aa6a3eeb378d37cbaeddfcab | 22,883,585,797,397 | c2fa41955e45cdf8828082009f91034af762acb7 | /src/me/agro/events/commands/ForceStartCommand.java | c1d0c41298fcfbf9176650ce06bec8036d445c24 | [] | no_license | AgroUberDriver/EventsPlugin | https://github.com/AgroUberDriver/EventsPlugin | 6aa2135187d1af5fc19cb92eb58a23f8310fd190 | 4e1ca54f07bf27c53c5c2de6fe1ebbd9ce505a7c | refs/heads/master | 2023-09-02T15:19:58.076000 | 2021-11-06T19:43:41 | 2021-11-06T19:43:41 | 422,031,903 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package me.agro.events.commands;
import me.agro.events.Main;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import static me.agro.events.util.EventHandler.StartEvent;
public class ForceStartCommand extends SubCommandHandler{
private Main plugin = Main.getInstance();
@Override
public void... | UTF-8 | Java | 1,413 | java | ForceStartCommand.java | Java | [] | null | [] | package me.agro.events.commands;
import me.agro.events.Main;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
import static me.agro.events.util.EventHandler.StartEvent;
public class ForceStartCommand extends SubCommandHandler{
private Main plugin = Main.getInstance();
@Override
public void... | 1,413 | 0.573956 | 0.571833 | 49 | 27.775511 | 27.683537 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346939 | false | false | 7 |
ca0a66fa1ce5bc0e1f06a7be9336e652e4dbbd44 | 36,850,819,403,909 | 09f8bee5eeef6fa3b748b29954c803c33112ce95 | /src/test/java/database/DatabaseTest.java | 0e6a584c9b6d81c25f8cd3120fb5ff63ccf1666c | [] | no_license | CUBERLEON/java-technologies | https://github.com/CUBERLEON/java-technologies | ab900e0d5e1ceaced4413e6b3c154287c1e922c1 | 7344468a8973102be728b23d24c0884949a49323 | refs/heads/master | 2020-04-01T18:47:45.756000 | 2018-11-26T23:41:05 | 2018-11-26T23:41:05 | 153,515,387 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package database;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertSame;
class DatabaseTest {
@Test
void createTable() {
Database database =... | UTF-8 | Java | 3,555 | java | DatabaseTest.java | Java | [] | null | [] | package database;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertNull;
import static org.junit.jupiter.api.Assertions.assertSame;
class DatabaseTest {
@Test
void createTable() {
Database database =... | 3,555 | 0.672011 | 0.662447 | 72 | 48.388889 | 41.335537 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.194444 | false | false | 7 |
76708937ecdffcf2d0450f9bbe10b78a31b85aa4 | 36,850,819,402,335 | f1d5fefff8b17ad526a58cc8afe2fcc7ce70759d | /app/src/main/java/net/hapl/aleph/factory/PresentXMLParser.java | 309df1bd3293b149b5e4797bfd01153153ad0d74 | [] | no_license | martinhapl/aleph | https://github.com/martinhapl/aleph | b54a5b6808b8cb4ce0829af81940c75e272f0ac8 | c3b7f9bf6d062d568c5480ecf11befb2b808b870 | refs/heads/master | 2023-01-24T10:08:10.039000 | 2020-12-04T09:58:26 | 2020-12-04T09:58:26 | 318,473,831 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.hapl.aleph.factory;
import android.graphics.Bitmap;
import android.os.AsyncTask;
import net.hapl.aleph.MainActivity;
import net.hapl.aleph.model.FindDTO;
import net.hapl.aleph.model.PresentDTO;
import net.hapl.aleph.model.ServerConfigDTO;
import java.io.File;
import java.io.FileOutputStream;
import java.... | UTF-8 | Java | 7,201 | java | PresentXMLParser.java | Java | [] | null | [] | package net.hapl.aleph.factory;
import android.graphics.Bitmap;
import android.os.AsyncTask;
import net.hapl.aleph.MainActivity;
import net.hapl.aleph.model.FindDTO;
import net.hapl.aleph.model.PresentDTO;
import net.hapl.aleph.model.ServerConfigDTO;
import java.io.File;
import java.io.FileOutputStream;
import java.... | 7,201 | 0.586307 | 0.577975 | 210 | 33.290478 | 29.481979 | 169 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.561905 | false | false | 7 |
d522898a2c2fe19d90ca5ff7e70c1d02fff4b255 | 12,343,736,079,702 | 9d3e2d18ac68e5b6024efdfaa28d6aa33a8760c9 | /app/src/main/java/com/example/knwldg/Question.java | cd6a4a8668f5f5b89ed95b1d698d05f77c1228b7 | [] | no_license | ketnipz99/KNWLDG | https://github.com/ketnipz99/KNWLDG | d6f15df82fb7dc1c770e452d25840663531b1b52 | 4a87c6214b7b5c23396d68a84452209d7f6dd722 | refs/heads/main | 2023-04-24T03:51:55.215000 | 2021-05-02T08:59:13 | 2021-05-02T08:59:13 | 363,600,805 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.knwldg;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
//Object class for Question
public class Question {
private String question;
private String option_1, option_2, option_3, option_4;
private int answer;
public Question () {}
public Question(String... | UTF-8 | Java | 1,546 | java | Question.java | Java | [] | null | [] | package com.example.knwldg;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
//Object class for Question
public class Question {
private String question;
private String option_1, option_2, option_3, option_4;
private int answer;
public Question () {}
public Question(String... | 1,546 | 0.607374 | 0.581501 | 72 | 20.472221 | 21.280516 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458333 | false | false | 7 |
e67c2410ed123c8139302129417185663b4384a3 | 35,373,350,671,746 | b47f4c0e24cfa2cc5c746d6bc2eb233de5b00126 | /app/src/main/java/cn/cassia/sugar/land/ui/map/MapContract.java | 126320a780d89e389c1851b317f3e86bd872ef8b | [] | no_license | HYTCTony/land | https://github.com/HYTCTony/land | 0ee0b42d2cd1bbec14daed9c239f388cdbbefdce | f5ace6056e67eb8c7cc50b272061eb1c2b9ec5d7 | refs/heads/master | 2020-07-24T18:51:05.141000 | 2019-09-12T09:34:27 | 2019-09-12T09:34:27 | 208,014,626 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.cassia.sugar.land.ui.map;
import cn.cassia.sugar.land.mvp.BaseContract;
/**
* Created by qingjie on 2018-05-25.0025.
*/
public class MapContract {
public interface IMapView extends BaseContract.IBaseView {
void onResult(String s);
}
public interface IMapPresenter extends BaseContrac... | UTF-8 | Java | 524 | java | MapContract.java | Java | [
{
"context": "ia.sugar.land.mvp.BaseContract;\n\n/**\n * Created by qingjie on 2018-05-25.0025.\n */\npublic class MapContract ",
"end": 110,
"score": 0.9994757175445557,
"start": 103,
"tag": "USERNAME",
"value": "qingjie"
}
] | null | [] | package cn.cassia.sugar.land.ui.map;
import cn.cassia.sugar.land.mvp.BaseContract;
/**
* Created by qingjie on 2018-05-25.0025.
*/
public class MapContract {
public interface IMapView extends BaseContract.IBaseView {
void onResult(String s);
}
public interface IMapPresenter extends BaseContrac... | 524 | 0.709924 | 0.687023 | 23 | 21.782608 | 25.291271 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 7 |
6a9f55db7d9ca6c4592db31d3beba8f134251d42 | 33,998,961,143,411 | 1553a8baeeecbfbc9a98c0f1e1483ecf32e62646 | /src/com/lucky7/ibg/card/group/TheMafia.java | 976f6485729043181fa8351334e1cb50f798da1c | [
"MIT"
] | permissive | SirWaffleMan/IlluminatiBoardGame | https://github.com/SirWaffleMan/IlluminatiBoardGame | 5c9cf4d86a564b0e62ae057b48077c891413907a | 26962f26b4c1edf414a91887df9542b0b3d7fac6 | refs/heads/master | 2020-05-31T12:57:13.521000 | 2019-07-04T18:28:30 | 2019-07-04T18:28:30 | 190,291,606 | 0 | 5 | MIT | false | 2019-06-28T20:20:44 | 2019-06-04T23:07:17 | 2019-06-28T07:35:44 | 2019-06-28T20:20:43 | 3,842 | 0 | 3 | 0 | Java | false | false | package com.lucky7.ibg.card.group;
import com.lucky7.ibg.card.Alignments;
public class TheMafia extends GroupCard{
public TheMafia() {
super("The Mafia", 7, -1, 7, 6);
addAlignment(Alignments.Violent);
addAlignment(Alignments.Criminal);
hasTopArrow = true;
hasRightArrow = true;
hasBottom... | UTF-8 | Java | 340 | java | TheMafia.java | Java | [] | null | [] | package com.lucky7.ibg.card.group;
import com.lucky7.ibg.card.Alignments;
public class TheMafia extends GroupCard{
public TheMafia() {
super("The Mafia", 7, -1, 7, 6);
addAlignment(Alignments.Violent);
addAlignment(Alignments.Criminal);
hasTopArrow = true;
hasRightArrow = true;
hasBottom... | 340 | 0.691176 | 0.673529 | 15 | 20.799999 | 15.245545 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.866667 | false | false | 7 |
c7db5dcc3da2e0dc28afd86592f256a710a65a0e | 37,641,093,391,499 | c8f8601d5946d3b3a234b8615a6f07ca84519b05 | /src/main/java/build/dream/catering/mappers/PackageGroupGoodsMapper.java | a4dcf72152e3823c2d877a781b8123bb2a63b994 | [] | no_license | liuyandong33/erp-chain | https://github.com/liuyandong33/erp-chain | de94a759194df2bebfcbc04bcf1f983210b784b1 | a8c47d7e400c90fa9a2b318e3de478616128c7cd | refs/heads/master | 2021-01-01T16:33:04.807000 | 2020-06-20T21:12:05 | 2020-06-20T21:12:05 | 97,852,204 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package build.dream.catering.mappers;
import build.dream.common.utils.SearchModel;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface PackageGroupGoodsMapper {
long deleteAll(SearchModel searchModel);
}
| UTF-8 | Java | 228 | java | PackageGroupGoodsMapper.java | Java | [] | null | [] | package build.dream.catering.mappers;
import build.dream.common.utils.SearchModel;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface PackageGroupGoodsMapper {
long deleteAll(SearchModel searchModel);
}
| 228 | 0.820175 | 0.820175 | 9 | 24.333334 | 20.171488 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 7 |
1d342e2984cc159d74f5e2063b4b2a1990fa7184 | 36,318,243,470,749 | 85416592d50fa63ca94c6d0b7e6020695721f0c1 | /Java/BOJ2900/Main_2935.java | 90a6729a2438dd2dd4ffbe9323b3c6b2f5770c19 | [] | no_license | wjdrbs96/Baekjoon | https://github.com/wjdrbs96/Baekjoon | 85be3ac717d103ed060c4383cbde9fada4dbe6c0 | edd33459391be16bcdfc45257287960b61459846 | refs/heads/master | 2022-02-16T19:39:35.761000 | 2022-02-07T15:23:10 | 2022-02-07T15:23:10 | 201,641,678 | 4 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Baekjoon.Java.BOJ2900;
import java.math.BigInteger;
import java.util.Scanner;
public class Main_2935 {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
BigInteger A = new BigInteger(input.next());
String ch = input.next();
BigInteger B = new... | UTF-8 | Java | 522 | java | Main_2935.java | Java | [] | null | [] | package Baekjoon.Java.BOJ2900;
import java.math.BigInteger;
import java.util.Scanner;
public class Main_2935 {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
BigInteger A = new BigInteger(input.next());
String ch = input.next();
BigInteger B = new... | 522 | 0.582375 | 0.56705 | 20 | 25.1 | 18.665209 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 7 |
99cfa3dd78da2f5d4e714c041fc12efd6d6fe31e | 36,051,955,490,685 | ea15c85fa95f571bc972d972e196c9235bd497e4 | /src/FarmDog/dogs/AdultDog.java | 24e43a35aa75f46f12d7473791677042e7ac826e | [] | no_license | KaterinaLukashuk/FarmDog | https://github.com/KaterinaLukashuk/FarmDog | f2071393b33323e45419a0c10ba5317c6d023244 | 3ce679827cff327a9099904d5db4d9e121076fdf | refs/heads/master | 2020-04-23T10:52:40.597000 | 2019-02-17T12:18:49 | 2019-02-17T12:18:49 | 171,117,200 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package FarmDog.dogs;
public class AdultDog extends Dog {
String workplase;
public AdultDog(String name, int age, boolean healthy, boolean hungry, boolean trained) {
super(name, age, healthy, hungry, trained);
}
@Override
public void eat() {
super.hungry = false;
System.... | UTF-8 | Java | 520 | java | AdultDog.java | Java | [] | null | [] | package FarmDog.dogs;
public class AdultDog extends Dog {
String workplase;
public AdultDog(String name, int age, boolean healthy, boolean hungry, boolean trained) {
super(name, age, healthy, hungry, trained);
}
@Override
public void eat() {
super.hungry = false;
System.... | 520 | 0.609615 | 0.609615 | 25 | 19.799999 | 23.837786 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 7 |
13fa54ddd9a60d591b8ae6b6998e4dfb227ace51 | 24,146,306,170,384 | 8d6f45672153098f0973eabcacac314afaeb2dbe | /java/xstreamstudy/src/main/java/org/garbagecan/xstreamstudy/sample1/FavoriteApplications.java | b8b195f0e39775e824eb460b75037bab374b89a2 | [] | no_license | harveyblack/garbagecan | https://github.com/harveyblack/garbagecan | 6c0a915b99867ac90971306e1583f329222e5ddf | 658c9db9aa43a3e26e3ae8604ef393b2881a0fa5 | refs/heads/master | 2021-01-10T11:33:10.269000 | 2014-05-15T02:50:53 | 2014-05-15T02:50:53 | 36,711,324 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.garbagecan.xstreamstudy.sample1;
import java.util.List;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
public class FavoriteApplications {
private String chartType;
private int columnNum;
private String description;
private int... | UTF-8 | Java | 1,855 | java | FavoriteApplications.java | Java | [] | null | [] | package org.garbagecan.xstreamstudy.sample1;
import java.util.List;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
public class FavoriteApplications {
private String chartType;
private int columnNum;
private String description;
private int... | 1,855 | 0.727763 | 0.727224 | 75 | 22.733334 | 17.159901 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.573333 | false | false | 7 |
782e94f45c3d88f8d4a1f188782a3b2202a3706f | 22,917,945,553,619 | eb185413cd31103f67d887d3c3368086f48b2d32 | /GhostyuUART/src/com/nordicsemi/nrfUARTv2/GeneralPreference.java | 2c960c6216061137e9ebd9c3f344c8713f439a6a | [] | no_license | qch123/AndroidRepo | https://github.com/qch123/AndroidRepo | 202fdc7d4539203abb7f4ac63d399d22008d873d | c608c8d05e25a945ec6f53c67b4cfddeb8498d8d | refs/heads/master | 2021-01-17T09:10:05.410000 | 2017-02-08T12:45:33 | 2017-02-08T12:45:33 | 31,873,985 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nordicsemi.nrfUARTv2;
import android.content.Context;
import android.os.Bundle;
import android.preference.Preference;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
public class GeneralPreference extends Preference{
public GeneralPreference(Context context, At... | UTF-8 | Java | 530 | java | GeneralPreference.java | Java | [] | null | [] | package com.nordicsemi.nrfUARTv2;
import android.content.Context;
import android.os.Bundle;
import android.preference.Preference;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
public class GeneralPreference extends Preference{
public GeneralPreference(Context context, At... | 530 | 0.781132 | 0.779245 | 22 | 23.09091 | 18.335035 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 7 |
48139caaa535abe5da4672ddb3c87c8d7c38d296 | 36,593,121,367,416 | a7fb7c871883269ffcc2e19b84d6e8d1b71f3fdb | /src/main/java/com/maxith/config/shiro/ShiroConfig.java | c6358d7fa4bd5d3af50bb3acf29d4a4134b3855d | [
"Apache-2.0"
] | permissive | Maxith/spring-cloud-oauth2-server | https://github.com/Maxith/spring-cloud-oauth2-server | 42343e33abc21ca5997ba27aae685657bfbcaaf4 | 1b9996ca6dd89898f8444d20f4d10e980fc630fc | refs/heads/master | 2021-09-20T02:34:05.616000 | 2018-08-02T09:39:16 | 2018-08-02T09:39:16 | 112,327,667 | 2 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maxith.config.shiro;
import com.maxith.config.oauth.OAuthSubjectFactory;
import com.maxith.config.oauth.Oauth2AuthRealmConfig;
import com.maxith.config.redis.shiro.ShiroRedisCacheManager;
import com.maxith.config.redis.shiro.ShiroRedisSessionDAO;
import com.maxith.oauth.properties.OAuthProperties;
import ... | UTF-8 | Java | 6,246 | java | ShiroConfig.java | Java | [
{
"context": "til.LinkedHashMap;\n\n/**\n * shiro安全配置\n *\n * @author zhouyou\n * @date 2018/7/18 11:02\n **/\n@Configuration\npubl",
"end": 1279,
"score": 0.999640941619873,
"start": 1272,
"tag": "USERNAME",
"value": "zhouyou"
},
{
"context": "cookie.setHttpOnly(true);\n cook... | null | [] | package com.maxith.config.shiro;
import com.maxith.config.oauth.OAuthSubjectFactory;
import com.maxith.config.oauth.Oauth2AuthRealmConfig;
import com.maxith.config.redis.shiro.ShiroRedisCacheManager;
import com.maxith.config.redis.shiro.ShiroRedisSessionDAO;
import com.maxith.oauth.properties.OAuthProperties;
import ... | 6,246 | 0.697965 | 0.69563 | 172 | 33.860466 | 32.693489 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.453488 | false | false | 7 |
9620c0d0f0533d228ce71451fc2c60b5b070ab9b | 16,999,480,627,281 | 5656aa194229e355c0b9e05adde92974cea8c92c | /src/main/java/net/artemkv/marvelconnector/MarvelApi.java | 0c5ab73a8e2eef3ba0208e6286e14de9b020b6f5 | [] | no_license | artemkv/marvel-server | https://github.com/artemkv/marvel-server | 9aeca770a8c2e1e9383da668afeb43028d300f4b | bee0799fbf2ea80127a0a2ea6d28a4c5cc5f891e | refs/heads/master | 2020-04-24T16:37:23.650000 | 2019-03-25T08:58:17 | 2019-03-25T08:58:17 | 172,115,087 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.artemkv.marvelconnector;
import io.reactivex.Observable;
import retrofit2.http.GET;
import retrofit2.http.Query;
import java.util.Date;
interface MarvelApi {
@GET("/v1/public/creators")
Observable<CreatorDataWrapper> listCreators(
@Query("limit") int limit,
@Query("offset") int of... | UTF-8 | Java | 531 | java | MarvelApi.java | Java | [] | null | [] | package net.artemkv.marvelconnector;
import io.reactivex.Observable;
import retrofit2.http.GET;
import retrofit2.http.Query;
import java.util.Date;
interface MarvelApi {
@GET("/v1/public/creators")
Observable<CreatorDataWrapper> listCreators(
@Query("limit") int limit,
@Query("offset") int of... | 531 | 0.66855 | 0.6629 | 19 | 26.947369 | 15.652388 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 7 |
d30c0b58a9aaff91496000c90b6474f1364c76a6 | 35,665,408,448,642 | 6ce8f6e1d95b2759a0c35f19d4a7efd629dbf059 | /back/src/main/java/com/baishiyuan/domain/ShoppingCart.java | e04f5e859a680191e2eb39011c8a70de6353a742 | [] | no_license | wangmqtc/baishiyuanjiaju | https://github.com/wangmqtc/baishiyuanjiaju | a9cb44dbda9ece38ccd95f37256ada2cc72cb32d | 51071c664720b7038bdc9903451ff93b75eda2a6 | refs/heads/master | 2022-07-13T17:42:47.819000 | 2019-08-03T18:40:06 | 2019-08-03T18:40:06 | 189,978,335 | 0 | 0 | null | false | 2022-06-29T17:25:07 | 2019-06-03T09:48:10 | 2019-08-03T18:40:59 | 2022-06-29T17:25:07 | 9,034 | 0 | 0 | 4 | Java | false | false | package com.baishiyuan.domain;
import org.dozer.Mapping;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import java.io.Serializable;
import java.util.Date;
/**
* 货物表
*/
@Document(collection = "shopping_cart")
public class ShoppingCart implements Serial... | UTF-8 | Java | 1,411 | java | ShoppingCart.java | Java | [] | null | [] | package com.baishiyuan.domain;
import org.dozer.Mapping;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import java.io.Serializable;
import java.util.Date;
/**
* 货物表
*/
@Document(collection = "shopping_cart")
public class ShoppingCart implements Serial... | 1,411 | 0.630197 | 0.616338 | 74 | 17.527027 | 16.934072 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.297297 | false | false | 7 |
30b4e516fc18c63939d42caa8e2097b3c840ee37 | 33,938,831,583,368 | 15b260ccada93e20bb696ae19b14ec62e78ed023 | /v3/src/main/java/com/alipay/v3/model/AlipayOpenAgentMobilepaySignRequest.java | a9fd28f75fcbe9c6086b013fca52538f87001898 | [
"Apache-2.0"
] | permissive | alipay/alipay-sdk-java-all | https://github.com/alipay/alipay-sdk-java-all | df461d00ead2be06d834c37ab1befa110736b5ab | 8cd1750da98ce62dbc931ed437f6101684fbb66a | refs/heads/master | 2023-08-27T03:59:06.566000 | 2023-08-22T14:54:57 | 2023-08-22T14:54:57 | 132,569,986 | 470 | 207 | Apache-2.0 | false | 2022-12-25T07:37:40 | 2018-05-08T07:19:22 | 2022-12-17T09:20:53 | 2022-12-25T07:37:39 | 344,790 | 385 | 180 | 46 | Java | false | false | /*
* 支付宝开放平台API
* 支付宝开放平台v3协议文档
*
* The version of the OpenAPI document: 2023-08-14
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.alipay.v3.model;
import java.util.Objects;
i... | UTF-8 | Java | 14,096 | java | AlipayOpenAgentMobilepaySignRequest.java | Java | [] | null | [] | /*
* 支付宝开放平台API
* 支付宝开放平台v3协议文档
*
* The version of the OpenAPI document: 2023-08-14
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.alipay.v3.model;
import java.util.Objects;
i... | 14,096 | 0.732788 | 0.731863 | 451 | 30.172949 | 33.375195 | 235 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361419 | false | false | 7 |
59aeae2e95bf34ab53fff29d5a81bb7e175b088c | 6,021,544,191,556 | e31add2a7e2ecce77ac8ff74acc95e5809514cbb | /implementation/common/src/main/java/org/inaetics/dronessimulator/common/GameMode.java | c3ad9d04bd82d403c0ebfc73de992fb3bc5db058 | [
"Apache-2.0"
] | permissive | INAETICS/Drones-Simulator | https://github.com/INAETICS/Drones-Simulator | a7c579f12e4fad8bcb8b6dc79f6539ba524b1175 | 2cc87e5c714d8b272735de8803514260b7b73dee | refs/heads/master | 2021-01-20T13:36:39.646000 | 2018-07-13T13:51:00 | 2018-07-13T13:51:00 | 82,693,361 | 8 | 3 | Apache-2.0 | false | 2018-07-13T13:51:29 | 2017-02-21T15:07:53 | 2018-07-13T13:51:11 | 2018-07-13T13:51:28 | 21,091 | 5 | 3 | 18 | Java | false | null | package org.inaetics.dronessimulator.common;
/**
* The possible game modes
*/
public enum GameMode {
DEATHMATCH, TEAMPLAY;
}
| UTF-8 | Java | 132 | java | GameMode.java | Java | [] | null | [] | package org.inaetics.dronessimulator.common;
/**
* The possible game modes
*/
public enum GameMode {
DEATHMATCH, TEAMPLAY;
}
| 132 | 0.719697 | 0.719697 | 8 | 15.5 | 15.074814 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 7 |
e019c22be32009f4365f1835f03549d37855a43c | 38,508,676,782,901 | 8445b35e3d36c12898f80f043633884e5cd39a6a | /boqs-redesign/boqs-redesign-bundle/src/main/java/com/investec/boqs/redesign/utils/CustomXtypeWithDescUtils.java | c00fa778154832d91be5a8dc2e786ffa70ff4b0b | [] | no_license | rasleenarora/AEM | https://github.com/rasleenarora/AEM | 27286ae8653370698f998e2799e1ec229e1ee9a8 | 94fe66f07a1356983cf5aaee06a1bb700b8f337e | refs/heads/master | 2021-07-07T16:41:23.498000 | 2017-10-04T03:23:44 | 2017-10-04T03:23:44 | 105,723,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.investec.boqs.redesign.utils;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.investec.boqs.redesign.bean.CustomXtypeWithDesc;
public class CustomXtypeWithDescUtils {
public static final Logger LOG = LoggerFactory.getLogger(CustomXtypeW... | UTF-8 | Java | 1,218 | java | CustomXtypeWithDescUtils.java | Java | [] | null | [] | package com.investec.boqs.redesign.utils;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.investec.boqs.redesign.bean.CustomXtypeWithDesc;
public class CustomXtypeWithDescUtils {
public static final Logger LOG = LoggerFactory.getLogger(CustomXtypeW... | 1,218 | 0.630542 | 0.626437 | 40 | 29.450001 | 24.801159 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.525 | false | false | 7 |
024c8fee648ecdc39de736ab595d5b81c76abbee | 24,275,155,208,378 | 2a541b413fd2f13c1684dc78db5c38936e87a356 | /Laborator2/Compulsory/Source.java | a7d1ed93af1f28a0d0379d4f8a548c7e9b97ee7c | [] | no_license | murariugabriela/Laborator-programare-avansata | https://github.com/murariugabriela/Laborator-programare-avansata | bbd193f3f1d2ae53f52d7d58d2c35b98409b687b | 0e2ee1d320a0bb0016914089f6c21cb42546899e | refs/heads/main | 2023-04-25T19:43:13.158000 | 2021-05-24T16:17:01 | 2021-05-24T16:17:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.Scanner;
class Source {
private int capacity;
private String name;
SourceType type;
@Override
public String toString() {
return getName() + " " + getCapacity() + " " + getType();
}
public Source(int capacity, String nume, String... | UTF-8 | Java | 2,313 | java | Source.java | Java | [] | null | [] | package com.company;
import java.util.Scanner;
class Source {
private int capacity;
private String name;
SourceType type;
@Override
public String toString() {
return getName() + " " + getCapacity() + " " + getType();
}
public Source(int capacity, String nume, String... | 2,313 | 0.527886 | 0.525292 | 74 | 29.283783 | 33.914249 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
dc7606de30f4575423e5bfcf306c7608a8bc7cfa | 34,419,867,947,592 | 19912b80ff42649be20d1a801f6554575328c0d1 | /src/main/java/vn/webapp/modules/researchdeclarationmanagement/model/mAcademicYear.java | 6a399ed92755a164cc63735da0e408695309a445 | [] | no_license | tonytran101/hust_euniv | https://github.com/tonytran101/hust_euniv | b9ae9255e98c5be393ae97a7678c5ca02fef0467 | 60fcdf20cf91c23944a8e8172f834c34692e6e90 | refs/heads/master | 2020-03-03T13:29:15.253000 | 2016-07-09T18:09:28 | 2016-07-09T18:09:28 | 48,377,177 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vn.webapp.modules.researchdeclarationmanagement.model;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "tblacademicyear")
public class mAcademicYear implements Serializable... | UTF-8 | Java | 1,098 | java | mAcademicYear.java | Java | [] | null | [] | package vn.webapp.modules.researchdeclarationmanagement.model;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "tblacademicyear")
public class mAcademicYear implements Serializable... | 1,098 | 0.752277 | 0.752277 | 51 | 20.529411 | 18.726465 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.019608 | false | false | 7 |
04c6550503766348feec59081f12e2f7693768e1 | 34,419,867,943,529 | 531115050692163fad10a643b281d4568aba436c | /app/src/main/java/com/bleedcode/inradius/Main/Activity_Login.java | 33708e38adef61516902c6ee31ac38bb154c796b | [] | no_license | sandeepkrjsr/apk-android-java-Inradius-Feedback-System | https://github.com/sandeepkrjsr/apk-android-java-Inradius-Feedback-System | 4a6559b2b3ae087756a4961b42445d148f775761 | fe07d35b6ebfd9a37e1b5a63ad951ec1ce699c19 | refs/heads/master | 2021-09-18T01:07:56.645000 | 2018-07-07T23:51:30 | 2018-07-07T23:51:30 | 139,246,528 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bleedcode.inradius.Main;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
import com.android.volley.RequestQueue;
import com.android.volley.... | UTF-8 | Java | 4,314 | java | Activity_Login.java | Java | [
{
"context": " = \"UID\";\n private static final String USER = \"USER\";\n private static final String LEVEL = \"LEVEL\"",
"end": 938,
"score": 0.9499943852424622,
"start": 934,
"tag": "USERNAME",
"value": "USER"
},
{
"context": "tString(\"email\");\n get_pass = get_... | null | [] | package com.bleedcode.inradius.Main;
import android.app.Activity;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import android.widget.Toast;
import com.android.volley.RequestQueue;
import com.android.volley.... | 4,315 | 0.642327 | 0.641632 | 127 | 32.968502 | 24.174868 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.779528 | false | false | 7 |
2fbfb409e96af198d8f654136b7fdad256deb40c | 34,419,867,944,300 | e6340ee857f526a311e39cfc529801bfc88ca922 | /src/java/com/lfa/sms/dao/impl/searchDAOImpl.java | 0a7998b3504595bfef7f74e865247bf85b66a9ec | [] | no_license | SabinShrestha619/stdman | https://github.com/SabinShrestha619/stdman | 3b3d374a22d38c7e07b7121633813b2ba7e68bec | 2aace905b59a3961329ecb4147f0531029e7b8f6 | refs/heads/master | 2020-03-29T06:54:13.274000 | 2017-06-18T02:12:43 | 2017-06-18T02:12:43 | 94,659,653 | 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.lfa.sms.dao.impl;
import com.lfa.sms.dao.searchDAO;
import com.lfa.sms.entity.Students;
import com.lfa.sms.util.D... | UTF-8 | Java | 1,331 | java | searchDAOImpl.java | Java | [
{
"context": "st;\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author sapu\r\n */\r\npublic class searchDAOImpl implements searc",
"end": 472,
"score": 0.999330461025238,
"start": 468,
"tag": "USERNAME",
"value": "sapu"
}
] | 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.lfa.sms.dao.impl;
import com.lfa.sms.dao.searchDAO;
import com.lfa.sms.entity.Students;
import com.lfa.sms.util.D... | 1,331 | 0.607814 | 0.607814 | 43 | 28.953489 | 22.369989 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.581395 | false | false | 7 |
0c895baf43044f86cef6dd942c1d96ec728bdcb9 | 35,562,329,236,638 | 4d213a5e5fbea53754cb446ee36f28ce1d44901d | /src/main/java/com/example/admin/myapplication/MainActivity.java | 0cd0e6f0a21e1baf73cdd9b8e55350aa8732544d | [] | no_license | duy-dung/app | https://github.com/duy-dung/app | 9501e05df46e9762b9e30b7c732b7d58cfbd7bf8 | d1425b6641b8833407c0218c6b83683970979900 | refs/heads/master | 2020-03-13T13:37:21.239000 | 2018-05-31T06:31:50 | 2018-05-31T06:31:50 | 131,142,543 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.admin.myapplication;
import android.Manifest;
import android.annotation.TargetApi;
import android.app.ActivityManager;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager... | UTF-8 | Java | 10,943 | java | MainActivity.java | Java | [] | null | [] | package com.example.admin.myapplication;
import android.Manifest;
import android.annotation.TargetApi;
import android.app.ActivityManager;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager... | 10,943 | 0.589052 | 0.585763 | 261 | 40.927204 | 35.529148 | 271 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.536398 | false | false | 7 |
aca5ffdc703d467fb53ed9a033963d6a26537a3e | 38,147,899,525,497 | 7f39cc16c8dd354fa5dfa26629bdee6f894fcae0 | /MarzioUtil/src/Persona/GeneratorePersone.java | 05d1e42d37bcd456a4ca634041f15739e6e1265a | [] | no_license | maves/Classe-Java | https://github.com/maves/Classe-Java | 30d534b5b49078208da9e873aa2214ba1da85c19 | 01d5daaaccda3c211a423ee78905ea62d8195bda | refs/heads/master | 2021-07-20T03:42:31.535000 | 2017-10-23T17:14:33 | 2017-10-23T17:14:33 | 104,093,400 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Persona;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
public class GeneratorePersone {
static String [] cognomi;
static String [] nomi;
static final String path = "P:/eclipse-wo... | UTF-8 | Java | 2,650 | java | GeneratorePersone.java | Java | [] | null | [] | package Persona;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Date;
public class GeneratorePersone {
static String [] cognomi;
static String [] nomi;
static final String path = "P:/eclipse-wo... | 2,650 | 0.550566 | 0.544528 | 101 | 24.198019 | 21.007788 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.910891 | false | false | 7 |
20abbd449967531af388903072e8c0b4bb3fefb6 | 29,703,993,875,671 | 00b38d0709e2d87f638bf0fec5b7852b118fc32a | /src/main/java/com/iict/neetcode/stack/ValidParentheses.java | e928435e0bebee453acdbd6c456f49da1dee3249 | [] | no_license | zahangir0cse/java_util_all | https://github.com/zahangir0cse/java_util_all | ab45749b2bc7cc2578d67d2cf9d1f64a0e834aac | d6d2b7d3532e4f418ec273ff696a70bbccd0587c | refs/heads/master | 2023-01-24T16:43:03.880000 | 2023-01-17T11:37:54 | 2023-01-17T11:37:54 | 231,034,613 | 0 | 0 | null | false | 2023-01-17T11:38:31 | 2019-12-31T05:56:31 | 2021-11-12T10:03:08 | 2023-01-17T11:38:28 | 3,720 | 0 | 0 | 5 | Java | false | false | package com.iict.neetcode.stack;
import java.util.HashMap;
import java.util.Map;
import java.util.Stack;
public class ValidParentheses {
public static void main(String[] args) {
System.out.println(isValid("({[]})"));
}
public static boolean isValid(String s) {
if (s == null || s.length() ... | UTF-8 | Java | 2,038 | java | ValidParentheses.java | Java | [] | null | [] | package com.iict.neetcode.stack;
import java.util.HashMap;
import java.util.Map;
import java.util.Stack;
public class ValidParentheses {
public static void main(String[] args) {
System.out.println(isValid("({[]})"));
}
public static boolean isValid(String s) {
if (s == null || s.length() ... | 2,038 | 0.3842 | 0.382237 | 61 | 32.409836 | 17.797934 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655738 | false | false | 7 |
42fb826b6335d3bb4f6358cf78fedd5af87cab65 | 35,287,451,335,001 | 0fa45ff04d8067627288e775be3d286286e311a4 | /barcode/src/main/java/barcode/utils/SortingField.java | a1e7934ee8ddfeb4fff4f5d80de9b92ed2116097 | [] | no_license | boshic/bc | https://github.com/boshic/bc | 66364660e0f41eb6b6ac5d04e3c29feae8a09fa4 | e576bb4a1405d407c8b4a6d4834b4a82021d0631 | refs/heads/master | 2023-03-10T12:38:53.995000 | 2023-02-22T10:49:25 | 2023-02-22T10:49:25 | 182,206,990 | 0 | 0 | null | false | 2022-12-08T14:16:24 | 2019-04-19T05:29:26 | 2022-03-08T10:51:37 | 2022-12-08T14:16:23 | 1,316 | 0 | 0 | 18 | Java | false | false | package barcode.utils;
import java.util.List;
/**
* Created by xlinux on 18.03.20.
*/
public interface SortingField {
void checkSortField(String field) throws IllegalArgumentException;
String getValue();
}
| UTF-8 | Java | 219 | java | SortingField.java | Java | [
{
"context": ".utils;\n\nimport java.util.List;\n\n/**\n * Created by xlinux on 18.03.20.\n */\npublic interface SortingField {\n",
"end": 72,
"score": 0.9995038509368896,
"start": 66,
"tag": "USERNAME",
"value": "xlinux"
}
] | null | [] | package barcode.utils;
import java.util.List;
/**
* Created by xlinux on 18.03.20.
*/
public interface SortingField {
void checkSortField(String field) throws IllegalArgumentException;
String getValue();
}
| 219 | 0.730594 | 0.703196 | 12 | 17.25 | 20.104414 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
2e501878a1a0119389aa211db9143353911f46bb | 38,147,899,527,957 | 40da41314224b4f5bb481a9245f3153a8c0dda13 | /querqy-for-lucene/querqy-solr/src/main/java/querqy/solr/QuerqyRewriterRequestHandler.java | 15c8c82105f08539028036074f77eec887e6511a | [
"Apache-2.0"
] | permissive | bzrk/querqy | https://github.com/bzrk/querqy | 5dbf824c5682247353ac7cf560a63e8b773eaf5b | 42e908752d89f8fc431c5db3a7b4d472dbf49e6d | refs/heads/master | 2021-12-02T18:36:40.425000 | 2021-09-16T11:22:51 | 2021-09-16T11:22:51 | 218,947,103 | 0 | 0 | Apache-2.0 | true | 2019-11-01T08:41:27 | 2019-11-01T08:41:27 | 2019-10-31T13:06:18 | 2019-10-15T16:27:58 | 1,642 | 0 | 0 | 0 | null | false | false | package querqy.solr;
import static java.util.stream.Collectors.toMap;
import static querqy.solr.QuerqyRewriterRequestHandler.ActionParam.*;
import static querqy.solr.utils.JsonUtil.readJson;
import org.apache.solr.cloud.ZkSolrResourceLoader;
import org.apache.solr.common.SolrException;
import org.apache.solr.common.p... | UTF-8 | Java | 11,062 | java | QuerqyRewriterRequestHandler.java | Java | [] | null | [] | package querqy.solr;
import static java.util.stream.Collectors.toMap;
import static querqy.solr.QuerqyRewriterRequestHandler.ActionParam.*;
import static querqy.solr.utils.JsonUtil.readJson;
import org.apache.solr.cloud.ZkSolrResourceLoader;
import org.apache.solr.common.SolrException;
import org.apache.solr.common.p... | 11,062 | 0.580094 | 0.579461 | 301 | 35.750832 | 31.681992 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.511628 | false | false | 7 |
9533bc55b5f0910bb6f6e2bc84fcd14f75fb387f | 30,760,555,828,251 | b5ad772a3372b77f9a89e99055a77642a80d6e62 | /LeaveApplicationSystem_Team4/src/main/java/Team4CA/LMS/service/UserSecurityServiceImpl.java | 418497f1feaf66107c8eae240ebff69513c8b958 | [
"MIT"
] | permissive | ayisha-fathima/Leave-Application-System_Spring-Boot-Java | https://github.com/ayisha-fathima/Leave-Application-System_Spring-Boot-Java | 3e361ade1844cba722faef8bdaf4ede4e9b67ad7 | 76ddab59d2b992508836f19410cbe02091a4e2b2 | refs/heads/master | 2022-12-09T08:58:19.247000 | 2020-09-04T21:11:36 | 2020-09-04T21:11:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Team4CA.LMS.service;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import javax.validation.constraints.Email;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.stereoty... | UTF-8 | Java | 2,166 | java | UserSecurityServiceImpl.java | Java | [
{
"context": "AdminUser(UserSecurity user) {\n\t\tuser.setPassword(bCryptPasswordEncoder.encode(user.getPassword()));\n\t\tuser.setActive(1);\n\t\tRole",
"end": 1020,
"score": 0.928541898727417,
"start": 992,
"tag": "PASSWORD",
"value": "bCryptPasswordEncoder.encode"
},
{
"context": ... | null | [] | package Team4CA.LMS.service;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import javax.validation.constraints.Email;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.stereoty... | 2,123 | 0.796861 | 0.793167 | 79 | 26.417721 | 24.181595 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.367089 | false | false | 7 |
d202a42a014c5fd4641c879fd74acbce4e9e717e | 37,082,747,649,598 | 80b8759715aa6e06e062c36c47d5da8f9f6a9657 | /src/main/java/com/algaworks/algafood/domain/model/StatusPedido.java | 7379965614e9bb60bb3f927bcdc7a9e66909cf0e | [] | no_license | juniorjrjl/algafood-api | https://github.com/juniorjrjl/algafood-api | 7378ebbbbb362163c88384e7aa38441b052a762f | 3ddbd63f97fc2c740a82406c41dcdf1a21b5f1b3 | refs/heads/master | 2022-12-16T06:40:03.802000 | 2022-11-16T19:07:45 | 2022-11-16T19:07:45 | 219,211,291 | 0 | 0 | null | false | 2022-07-15T21:07:20 | 2019-11-02T20:41:01 | 2020-04-09T16:17:07 | 2022-07-15T21:07:20 | 396 | 0 | 0 | 1 | Java | false | false | package com.algaworks.algafood.domain.model;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Getter;
@Getter
@AllArgsConstructor
public enum StatusPedido {
CRIADO("criado", new ArrayList<>()),
CONFIRMADO("confirmado", Arrays.asList(CRIADO... | UTF-8 | Java | 718 | java | StatusPedido.java | Java | [] | null | [] | package com.algaworks.algafood.domain.model;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Getter;
@Getter
@AllArgsConstructor
public enum StatusPedido {
CRIADO("criado", new ArrayList<>()),
CONFIRMADO("confirmado", Arrays.asList(CRIADO... | 718 | 0.786908 | 0.786908 | 31 | 22.193548 | 20.330208 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.064516 | false | false | 7 |
8da21889c57992f591f6d5aac5bcf4ffa7307a73 | 30,794,915,564,102 | cb11d2505b7a5d58e107c483fe1229a56750d4f9 | /core/src/Equipables/Missile.java | fc03dab711335a58e450d3a7233aaca419d68697 | [] | no_license | ryanshowseason2/GameDev | https://github.com/ryanshowseason2/GameDev | ef8043355c293c5a0c90ba4d75bfa3fa59570cc7 | 96dd21f45b42c11f81cf27dfe79edad28752a284 | refs/heads/master | 2021-01-20T11:29:41.322000 | 2014-12-01T20:41:47 | 2014-12-01T20:41:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Equipables;
import java.util.ArrayList;
import java.util.EnumMap;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.physics.box2d.Body;
import com.badlogic.gdx.physics.box2d.Fixture;
import com.badlogic.gdx.physics.... | UTF-8 | Java | 2,965 | java | Missile.java | Java | [] | null | [] | package Equipables;
import java.util.ArrayList;
import java.util.EnumMap;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.badlogic.gdx.physics.box2d.Body;
import com.badlogic.gdx.physics.box2d.Fixture;
import com.badlogic.gdx.physics.... | 2,965 | 0.700843 | 0.691737 | 116 | 24.560345 | 24.94072 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.267241 | false | false | 7 |
33481b5d5b9cab1949da219af2b6ff5e48ce597c | 37,383,395,352,701 | febafd72d553520caa599eddf7faffe75455237b | /src/main/java/fr/publicissapient/ked/webfluxtracing/AppConfiguration.java | e408eadbb18b7e3a51f14aedd4e37fcc1fc68ccd | [
"MIT"
] | permissive | xebia-france/ked-webflux-tracing | https://github.com/xebia-france/ked-webflux-tracing | 8baf188fdddc793b30c52dba488f1e701aa58166 | 78706d7bef39e2791e31f56ba3df02905c4ae7e8 | refs/heads/main | 2023-01-20T02:37:12.534000 | 2020-11-25T16:23:48 | 2020-11-25T16:23:48 | 315,883,204 | 0 | 0 | MIT | false | 2020-11-25T18:05:45 | 2020-11-25T09:02:21 | 2020-11-25T16:23:51 | 2020-11-25T18:05:23 | 15 | 0 | 0 | 1 | Java | false | false | package fr.publicissapient.ked.webfluxtracing;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.InjectionPoint;
import org.springframework.beans.factory.config.ConfigurableBeanFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.contex... | UTF-8 | Java | 1,556 | java | AppConfiguration.java | Java | [] | null | [] | package fr.publicissapient.ked.webfluxtracing;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.InjectionPoint;
import org.springframework.beans.factory.config.ConfigurableBeanFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.contex... | 1,556 | 0.726864 | 0.725578 | 39 | 38.897434 | 29.527731 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435897 | false | false | 7 |
c01a8c2e1ccae655260a4a84705fee84bc587490 | 34,823,594,870,774 | 2272b45950ac93f7d51fb2debf9a2729168826eb | /src/operators/VampireNum.java | 8f9589af686d74bcd70f8d7f7f06d2fcffdfc2ad | [] | no_license | 1017386948/ThinkInJava | https://github.com/1017386948/ThinkInJava | 9acdce155da231fa8503b725aca77d3cdaa24d13 | cf349193dd60b0eff006f2bfac38cb8aed48ebfa | refs/heads/master | 2021-01-01T15:20:03.076000 | 2017-09-29T16:49:20 | 2017-09-29T16:49:20 | 97,592,943 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package operators;
public class VampireNum {
public static void main(String[] args){
for(int i=1000;i<10000;i++){
int a ,b,c,d;
if (i % 100 == 0) {
continue;
}
a = i%10;
b = i%100-10*a;
c = i%1000-100*b-10*a;
d = i/1000;
if(c==b+c+d||d==b+c+d){
continue;
}
}
}
}
| UTF-8 | Java | 315 | java | VampireNum.java | Java | [] | null | [] | package operators;
public class VampireNum {
public static void main(String[] args){
for(int i=1000;i<10000;i++){
int a ,b,c,d;
if (i % 100 == 0) {
continue;
}
a = i%10;
b = i%100-10*a;
c = i%1000-100*b-10*a;
d = i/1000;
if(c==b+c+d||d==b+c+d){
continue;
}
}
}
}
| 315 | 0.495238 | 0.390476 | 19 | 15.578947 | 10.732714 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.105263 | false | false | 7 |
c8e4a4518fd828fd51f3f0c4c55af48d50f43eac | 38,139,309,607,456 | ca21566093288206f3aa7d9889e947bb17baf8ce | /rest-medsolis/src/main/java/com/medsolis/common/domain/Country.java | 9151c58f0e7a4967e6750703f3731d47b989bd6d | [] | no_license | ajaypandey166/firsttest | https://github.com/ajaypandey166/firsttest | 1ddec4b700110eb00cc60ef068433c879f54be8a | bd4b6734dca0bbdf1299032230824a6271b3d9a2 | refs/heads/master | 2020-01-13T08:29:14.721000 | 2017-02-13T11:11:24 | 2017-02-13T11:11:24 | 81,814,378 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.medsolis.common.domain;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import org.hibernate.annotations.DynamicInsert;
import org.hiber... | UTF-8 | Java | 1,264 | java | Country.java | Java | [] | null | [] | package com.medsolis.common.domain;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import org.hibernate.annotations.DynamicInsert;
import org.hiber... | 1,264 | 0.697785 | 0.696203 | 69 | 17.333334 | 21.127403 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
3803046890878bb35b2bd1f12ba66b50de478b35 | 15,058,155,411,930 | a9b3dc00d403dbe5e1c9f7563bd17f85dc258524 | /src/main/java/cn/codingstar/chero/mapper/custom/CourseCustomMapper.java | 4b23f5836cdc34a30df772b3d7dc2c70df3ae302 | [] | no_license | iCodingStar/CHERO | https://github.com/iCodingStar/CHERO | f23da26d3d7de3564ea7cfefff1bc4d479aabe23 | edde6fe16f3ada0826ebeb34dffb517d3d733439 | refs/heads/master | 2020-04-06T07:11:07.315000 | 2016-08-28T08:31:24 | 2016-08-28T08:31:24 | 60,850,239 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.codingstar.chero.mapper.custom;
import cn.codingstar.chero.model.example.CourseExample;
import cn.codingstar.chero.model.persistence.Course;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface CourseCustomMapper {
} | UTF-8 | Java | 261 | java | CourseCustomMapper.java | Java | [] | null | [] | package cn.codingstar.chero.mapper.custom;
import cn.codingstar.chero.model.example.CourseExample;
import cn.codingstar.chero.model.persistence.Course;
import org.apache.ibatis.annotations.Param;
import java.util.List;
public interface CourseCustomMapper {
} | 261 | 0.831418 | 0.831418 | 10 | 25.200001 | 22.012724 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
8eeb369fe358569f4e16232bb6fe1c5aae6152de | 13,846,974,594,839 | 14a300e25bcefc4d7622c40cbd294ebc2348055f | /src/main/java/com/idp/web/zcstock/dao/ZcStockDao.java | 39fd23108b59acdf468fc2b46e65a0307bf5f99c | [
"Apache-2.0"
] | permissive | hai411741962/jee-soa | https://github.com/hai411741962/jee-soa | dfb5a52eafe1ef3028a781c7998eff0ef8cf6e99 | d55ce452739b448e9caebbab02aafa4e14961137 | refs/heads/master | 2020-07-05T18:16:13.299000 | 2016-11-17T03:20:24 | 2016-11-17T03:20:24 | 73,986,766 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.idp.web.zcstock.dao;
import com.idp.common.base.BaseDao;
import com.idp.web.zcstock.entity.ZcStock;
/**
*
* 存货管理dao接口.
*
* <pre>
* 历史记录:
* 2016-08-22 13:37 yhg
* 新建文件
* </pre>
*
* @author
* <pre>
* SD
* yhg
* PG
* yhg
* UT
*
* MA
* </pre>
* @version $Rev$... | UTF-8 | Java | 446 | java | ZcStockDao.java | Java | [] | null | [] | package com.idp.web.zcstock.dao;
import com.idp.common.base.BaseDao;
import com.idp.web.zcstock.entity.ZcStock;
/**
*
* 存货管理dao接口.
*
* <pre>
* 历史记录:
* 2016-08-22 13:37 yhg
* 新建文件
* </pre>
*
* @author
* <pre>
* SD
* yhg
* PG
* yhg
* UT
*
* MA
* </pre>
* @version $Rev$... | 446 | 0.521635 | 0.492788 | 33 | 10.666667 | 13.29768 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 7 |
e25b164788c8dc96c542b5c359c0f792c97bba65 | 13,846,974,596,347 | 752ef67b1c39c629e89baa0abaf4a0f8cff95648 | /itrip-dao/src/main/java/com/cskt/service/ItripHotelExtendPropertyService.java | 67c5aeae314b54aad02b060ae0473816a09c5a1c | [] | no_license | zxxjuan/itrip-project | https://github.com/zxxjuan/itrip-project | 772d3bdb955436615e6a958909d753c6c507d909 | 0e7bcc6d03aba39c48e7485156ac4a674df3cfbd | refs/heads/master | 2023-02-15T04:01:21.358000 | 2021-01-05T07:05:22 | 2021-01-05T07:05:22 | 326,913,083 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cskt.service;
import com.cskt.entity.ItripHotelExtendProperty;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* @author 22-贺杜娟
* @create 2021-01-0510:00
*/
public interface ItripHotelExtendPropertyService extends IService<ItripHotelExtendProperty>{
}
| UTF-8 | Java | 296 | java | ItripHotelExtendPropertyService.java | Java | [
{
"context": "extension.service.IService;\n /**\n * @author 22-贺杜娟\n * @create 2021-01-0510:00\n */\npublic interface I",
"end": 161,
"score": 0.9778649210929871,
"start": 158,
"tag": "NAME",
"value": "贺杜娟"
}
] | null | [] | package com.cskt.service;
import com.cskt.entity.ItripHotelExtendProperty;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* @author 22-贺杜娟
* @create 2021-01-0510:00
*/
public interface ItripHotelExtendPropertyService extends IService<ItripHotelExtendProperty>{
}
| 296 | 0.793103 | 0.744828 | 12 | 23.166666 | 28.073811 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
327da22d9bc2bc9fcf2d212a6e4f0f8ace8919da | 3,642,132,287,774 | cb70b381f2184d67fa9acd6f2fe96055039d9726 | /src/main/java/indi/welfare/jobs/utils/response/ExceptionHandlerAdvice.java | 7e5315603c6260b2458833efa92a43d8b2af482b | [] | no_license | niqikai/Jobs | https://github.com/niqikai/Jobs | c93e9f17b66faf42ddf9a51a62059b1e80492f9b | cff8b0402e14d171d7172d55fe198c3de4e72f65 | refs/heads/master | 2022-07-04T18:05:09.120000 | 2020-01-07T14:14:25 | 2020-01-07T14:14:25 | 229,088,132 | 0 | 0 | null | false | 2022-06-21T02:28:51 | 2019-12-19T15:50:14 | 2020-01-07T14:14:42 | 2022-06-21T02:28:50 | 86 | 0 | 0 | 3 | Java | false | false | package indi.welfare.jobs.utils.response;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestControllerAdvice;
//@ControllerAdvice(annotations = BaseResponse.... | UTF-8 | Java | 1,536 | java | ExceptionHandlerAdvice.java | Java | [] | null | [] | package indi.welfare.jobs.utils.response;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestControllerAdvice;
//@ControllerAdvice(annotations = BaseResponse.... | 1,536 | 0.712707 | 0.710635 | 46 | 30.5 | 27.377195 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.456522 | false | false | 7 |
b67382f1758b865d7db0cc3b0df1d7b26464872e | 27,230,092,701,199 | 0aa7f7b7c05c31561d83318e1a8d8e82d76a71d9 | /src/main/java/ui/model/input/InputControllerModel.java | 599d86068c97ba55ecdac9d6f5ec7e7f5e17fba0 | [] | no_license | imbactbulletz/word-distribution-tool | https://github.com/imbactbulletz/word-distribution-tool | f73afbf0a6504b55393622cf5dc20914049aa155 | c231ba68e63ac57ef92b7a19b043402258e0530f | refs/heads/master | 2022-04-22T05:24:52.042000 | 2020-04-10T20:54:30 | 2020-04-10T20:54:30 | 250,554,109 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ui.model.input;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
public class InputControllerModel {
private ObservableList<UIInputComponent> uiInputComponents = FXCollections.observableArrayList();
public ObservableList<UIInputComponent> getUiInputComponents() {
... | UTF-8 | Java | 359 | java | InputControllerModel.java | Java | [] | null | [] | package ui.model.input;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
public class InputControllerModel {
private ObservableList<UIInputComponent> uiInputComponents = FXCollections.observableArrayList();
public ObservableList<UIInputComponent> getUiInputComponents() {
... | 359 | 0.802228 | 0.802228 | 12 | 28.916666 | 30.195084 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 7 |
4382ce05752fe929c1c3f5251760313239510451 | 4,690,104,287,379 | 62e66b833c6bc98ba600231335a4c2209a0c706f | /face-recognition/src/main/java/com/gzkit/backend/mapper/auth/RoleMapper.java | 362a3f955e4eb206d5f3f84a64886ba504ee993d | [] | no_license | gyhmuscularman/face-recognition | https://github.com/gyhmuscularman/face-recognition | a40315df106864f3c37c42798fc93ecda2582782 | b4f7550062f9474b262e0d30ba817379806c41b1 | refs/heads/master | 2020-04-01T13:20:23.661000 | 2018-10-16T09:37:50 | 2018-10-16T09:37:50 | 153,248,243 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gzkit.backend.mapper.auth;
import com.gzkit.backend.domain.auth.Role;
import com.gzkit.backend.domain.auth.RoleQuery;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import java.util.List;
/**
* 权限角色mybatis数据库操作映射类
*
... | UTF-8 | Java | 2,228 | java | RoleMapper.java | Java | [
{
"context": "权限角色mybatis数据库操作映射类\n *\n * @author <a href=\"mailto:ningyaobai@gzkit.com.cn\">bernix</a>\n * 十二月 08, 2016\n * @version 1",
"end": 369,
"score": 0.9999325275421143,
"start": 346,
"tag": "EMAIL",
"value": "ningyaobai@gzkit.com.cn"
},
{
"context": " @author <a hre... | null | [] | package com.gzkit.backend.mapper.auth;
import com.gzkit.backend.domain.auth.Role;
import com.gzkit.backend.domain.auth.RoleQuery;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.session.RowBounds;
import java.util.List;
/**
* 权限角色mybatis数据库操作映射类
*
... | 2,212 | 0.587802 | 0.583596 | 95 | 19.021053 | 20.727291 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.284211 | false | false | 7 |
874820a53345e7bd87b41a733411a9a7c6d50a5b | 11,063,835,793,031 | ca4c796fd7718b84f4666ddc59f1cb5f7e26b67e | /Word Problem Generator/src/UserInterface/UserInterfaceFactory.java | 742fa9392b09f612fc6fad90272c8be565e25367 | [] | no_license | zeikar/Word-Problem-Generator | https://github.com/zeikar/Word-Problem-Generator | 8a582d88a07eb56646ec40e7b2c0ae0523d54373 | d632b5a2ec45c72dc113ae62fb44c755884d0f58 | refs/heads/master | 2020-03-18T20:53:19.760000 | 2018-05-30T16:24:23 | 2018-05-30T16:24:23 | 135,245,161 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package UserInterface;
/**
* Created by Zeikar Park. 2013111995
*/
public abstract class UserInterfaceFactory
{
public static UserInterfaceFactory getUserInterfaceFactory(String interfaceType)
{
if(interfaceType.equals("CLI"))
{
return new CLIFactory();
}
return null;
}
// 입력 받는 InputManager 가져옴.... | UTF-8 | Java | 466 | java | UserInterfaceFactory.java | Java | [
{
"context": "package UserInterface;\n\n/**\n * Created by Zeikar Park. 2013111995\n */\npublic abstract class UserInterfa",
"end": 53,
"score": 0.9998607635498047,
"start": 42,
"tag": "NAME",
"value": "Zeikar Park"
}
] | null | [] | package UserInterface;
/**
* Created by <NAME>. 2013111995
*/
public abstract class UserInterfaceFactory
{
public static UserInterfaceFactory getUserInterfaceFactory(String interfaceType)
{
if(interfaceType.equals("CLI"))
{
return new CLIFactory();
}
return null;
}
// 입력 받는 InputManager 가져옴.
pub... | 461 | 0.737443 | 0.714612 | 23 | 18.043478 | 20.718567 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.173913 | false | false | 7 |
713e421aa69dba9d46f73cccc9f8b464c59ad699 | 29,927,332,158,961 | 6098f47328c84d5c0af37372a8111bdfd1f3bdd0 | /bana/gjs-server/gjs-dubbo/src/main/java/com/caimao/gjs/server/trade/protocol/sjs/entity/SJSQueryEntrustEntity.java | 4c6969b3dce6f9bcdf587189197486936cc69956 | [] | no_license | yxxcrtd/--- | https://github.com/yxxcrtd/--- | ade6526de3115ad9aa45387f4b2a46168d434ef5 | c55fe8f5dbd83ff0eef5c7bc6f509dea5f2fa67b | refs/heads/master | 2020-05-31T21:58:48.143000 | 2019-06-06T03:22:00 | 2019-06-06T03:22:00 | 190,506,567 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.caimao.gjs.server.trade.protocol.sjs.entity;
import java.io.Serializable;
/**
* 查询委托
*/
public class SJSQueryEntrustEntity implements Serializable {
private String order_no; //委托单号
private String entr_date; //委托日期
private String entr_time; //委托时间
private String market_id; //交易... | UTF-8 | Java | 3,555 | java | SJSQueryEntrustEntity.java | Java | [] | null | [] | package com.caimao.gjs.server.trade.protocol.sjs.entity;
import java.io.Serializable;
/**
* 查询委托
*/
public class SJSQueryEntrustEntity implements Serializable {
private String order_no; //委托单号
private String entr_date; //委托日期
private String entr_time; //委托时间
private String market_id; //交易... | 3,555 | 0.590471 | 0.590471 | 144 | 21.770834 | 19.029844 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.326389 | false | false | 7 |
9df4b163be517212a54150431c6f5f1cc506f918 | 3,281,355,043,172 | 71ea56cde4e8cba178bd5bbc99215cf811e30778 | /src/main/java/ironsearch/controller/MotherboardController.java | bf982088b3b2e839ec825b146962d6907e42126e | [] | no_license | AndriiNaulychnyi/IronSearch | https://github.com/AndriiNaulychnyi/IronSearch | caba3d5b7e4cbe566211668cd7838346ffdcb8eb | ab6ccc89e7512db5e00f800c0292b4b07ce3e86f | refs/heads/master | 2020-04-07T07:41:06.581000 | 2019-02-17T21:56:18 | 2019-02-17T21:56:18 | 158,185,254 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ironsearch.controller;
import ironsearch.model.Motherboard;
import ironsearch.service.MotherboardService;
import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping("/api/hardware/motherboard")
public class MotherboardController extends CrudRestController<Motherboard, Long, Motherboar... | UTF-8 | Java | 335 | java | MotherboardController.java | Java | [] | null | [] | package ironsearch.controller;
import ironsearch.model.Motherboard;
import ironsearch.service.MotherboardService;
import org.springframework.web.bind.annotation.*;
@RestController
@RequestMapping("/api/hardware/motherboard")
public class MotherboardController extends CrudRestController<Motherboard, Long, Motherboar... | 335 | 0.838806 | 0.838806 | 13 | 24.76923 | 29.368099 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 7 |
d59a6e5272e9fa71f3133e650157ba9997c76cb9 | 7,086,696,040,860 | 8e4090308e12a36f6491769c6dda417158e55d04 | /shark-multi-datasource/src/main/java/com/cloudwalk/shark/multi/datasource/multiDataSource/MultipleDataSourceExchange.java | bde0c0c2fc25807c2e91525b70d8e46776f9a3ec | [] | no_license | bellmit/shark | https://github.com/bellmit/shark | 024d82001e3ae69983148b78362af3ac800fbaf9 | 751e67acafb26548834f5238ada24c20f5387d78 | refs/heads/master | 2023-02-25T01:47:26.031000 | 2020-05-13T03:02:03 | 2020-05-13T03:02:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloudwalk.shark.multi.datasource.multiDataSource;
import com.cloudwalk.shark.multi.datasource.multiDataSource.annotation.DataSourceKey;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
impor... | UTF-8 | Java | 2,278 | java | MultipleDataSourceExchange.java | Java | [
{
"context": "\n\nimport java.lang.reflect.Method;\n\n/**\n * @author YCKJ1733\n */\n\n@Aspect\npublic class MultipleDataSourceExcha",
"end": 463,
"score": 0.9995046257972717,
"start": 455,
"tag": "USERNAME",
"value": "YCKJ1733"
}
] | null | [] | package com.cloudwalk.shark.multi.datasource.multiDataSource;
import com.cloudwalk.shark.multi.datasource.multiDataSource.annotation.DataSourceKey;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
impor... | 2,278 | 0.645472 | 0.643064 | 64 | 31.453125 | 26.506443 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.390625 | false | false | 7 |
645cb5fa15c07561c0d49714a7cbfc90c05e9a35 | 10,496,900,072,460 | 0c32918c95da652794712208baff56499ad0e17a | /FTTraining/src/main/java/com/ft/training/designpattern/creational/abstractfactory/FabrikaFactory.java | eabd0c978db773cd6b4800dc36538e6b05aaff38 | [] | no_license | fatiharatma/FT | https://github.com/fatiharatma/FT | 527a309fa6e72f2e4c82d44e71348bb66ab91936 | 337192246285ae9366f8f54041e651b3c351db48 | refs/heads/master | 2019-01-19T13:37:08.097000 | 2019-01-17T23:27:08 | 2019-01-17T23:27:08 | 6,332,855 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ft.training.designpattern.creational.abstractfactory;
public class FabrikaFactory {
public GiysiFactory giysiCreate(String type) {
if (type.equals("yazlik")) {
return new YazlikGiysiFactory();
} else if (type.equals("kislik")) {
return new KislikGiysiFactory();
} else {
throw new... | UTF-8 | Java | 388 | java | FabrikaFactory.java | Java | [] | null | [] | package com.ft.training.designpattern.creational.abstractfactory;
public class FabrikaFactory {
public GiysiFactory giysiCreate(String type) {
if (type.equals("yazlik")) {
return new YazlikGiysiFactory();
} else if (type.equals("kislik")) {
return new KislikGiysiFactory();
} else {
throw new... | 388 | 0.695876 | 0.695876 | 15 | 23.866667 | 22.597542 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.533333 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.