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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
221778dda1f7a9bc8d07fd3a88391872e855919d | 18,691,697,725,432 | 9d9869e2bc1881815055eb8c7e59a8699560d390 | /tests/com/concurnas/compiler/scopeAndType/TypeCheckUtilsTests.java | ed83e0d5665fdb4f684f0991f3208f81b3b65b02 | [
"MIT"
] | permissive | ameyjadiye/Concurnas | https://github.com/ameyjadiye/Concurnas | f9dde2ea5149a58afd89a9668a242ec2f93d8b8b | 49cff1790149ac414a0f6dde8a5ee3fc36c4709f | refs/heads/master | 2022-04-16T00:10:51.219000 | 2020-04-12T01:33:57 | 2020-04-12T01:33:57 | 267,411,713 | 1 | 0 | MIT | true | 2020-05-27T19:45:30 | 2020-05-27T19:45:29 | 2020-05-27T19:41:27 | 2020-04-12T01:34:02 | 5,856 | 0 | 0 | 0 | null | false | false | package com.concurnas.compiler.scopeAndType;
import junit.framework.TestCase;
import com.concurnas.compiler.ast.AssignStyleEnum;
import com.concurnas.compiler.ast.PrimativeType;
import com.concurnas.compiler.ast.PrimativeTypeEnum;
import com.concurnas.compiler.ast.Type;
import com.concurnas.compiler.visitors.TypeCheck... | UTF-8 | Java | 2,338 | java | TypeCheckUtilsTests.java | Java | [] | null | [] | package com.concurnas.compiler.scopeAndType;
import junit.framework.TestCase;
import com.concurnas.compiler.ast.AssignStyleEnum;
import com.concurnas.compiler.ast.PrimativeType;
import com.concurnas.compiler.ast.PrimativeTypeEnum;
import com.concurnas.compiler.ast.Type;
import com.concurnas.compiler.visitors.TypeCheck... | 2,338 | 0.766467 | 0.745937 | 61 | 37.327869 | 38.154442 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.47541 | false | false | 7 |
9cb8654c2bd69720695ffb009c5f5361688416b7 | 12,996,571,042,439 | 541ee29b8153c77dfb581d55aea79a78e8f47577 | /PrlEngine/src/prl/logic/ManagerBasedStartLogic.java | 9c729d306b2f17c31b70c3277a8d0bfed733d236 | [] | no_license | newpolaris/parallel-engine | https://github.com/newpolaris/parallel-engine | 5f4fb6b230602944b0fc44ff539eeaa0f9b9c8c5 | fcb51878552557f6c402c173d45caf16047597a8 | refs/heads/master | 2021-01-01T15:40:58.700000 | 2013-05-28T03:56:08 | 2013-05-28T03:56:08 | 39,947,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package prl.logic;
import java.util.List;
import prl.annotation.AbstractLogic;
import prl.injectable.FramePumpInjectable;
import prl.injectable.ManagersInjectable;
import prl.interf.Schedulable;
import prl.interf.functional.Doable;
import prl.interf.functional.Retreivable;
import prl.interf.managable.Managable;
publ... | UTF-8 | Java | 1,797 | java | ManagerBasedStartLogic.java | Java | [] | null | [] | package prl.logic;
import java.util.List;
import prl.annotation.AbstractLogic;
import prl.injectable.FramePumpInjectable;
import prl.injectable.ManagersInjectable;
import prl.interf.Schedulable;
import prl.interf.functional.Doable;
import prl.interf.functional.Retreivable;
import prl.interf.managable.Managable;
publ... | 1,797 | 0.766834 | 0.766277 | 66 | 26.227272 | 21.895617 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.454545 | false | false | 7 |
4443e450b8bbbc488b38ece5d7bcfc989e06195e | 13,615,046,372,292 | be8fc95a8ce3e234c6671322fc5d77eca96738ff | /src/sample/DrawingItems/Oval.java | b2998cb48e429ca870baefa1f2d9bb275bc0ad26 | [] | no_license | AnnieCodeCrafter/JavaDrawFX | https://github.com/AnnieCodeCrafter/JavaDrawFX | d356987f424b473a965430896029af5b96d3841c | 980d7ab2505ba264475755eab2658957ecedae57 | refs/heads/master | 2021-04-15T08:34:41.585000 | 2018-03-26T20:23:59 | 2018-03-26T20:23:59 | 126,885,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample.DrawingItems;
public class Oval extends DrawingItem implements java.io.Serializable{
private Point anchor;
private double width;
private double height;
private double weight;
@Override
public Point getAnchor() {
return this.anchor;
}
public void setAnchor(Point ... | UTF-8 | Java | 1,379 | java | Oval.java | Java | [] | null | [] | package sample.DrawingItems;
public class Oval extends DrawingItem implements java.io.Serializable{
private Point anchor;
private double width;
private double height;
private double weight;
@Override
public Point getAnchor() {
return this.anchor;
}
public void setAnchor(Point ... | 1,379 | 0.598985 | 0.598985 | 67 | 19.58209 | 22.522392 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.373134 | false | false | 7 |
9e9389ad35661141be85e837a03e246366cedc98 | 31,258,772,023,723 | b32af344f5a28e273f6a4873246202c168807e1c | /app/src/main/java/com/example/orderadm/register.java | 90822bb96b22e9fc2529d02c3845837585331e40 | [] | no_license | syehan269/Order_Admin | https://github.com/syehan269/Order_Admin | ebc9ab9e51220361992da8ffb7ada780ac9ce90a | 518d052133817b74eee75a7d14e3a52fcbbb2f98 | refs/heads/master | 2022-06-10T03:36:47.101000 | 2020-04-29T07:03:57 | 2020-04-29T07:03:57 | 259,849,245 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.orderadm;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import andro... | UTF-8 | Java | 6,847 | java | register.java | Java | [
{
"context": ".et_pass);\n etUsername = findViewById(R.id.et_user);\n etEmail = findViewById(R.id.et_e_mail);",
"end": 2211,
"score": 0.8355725407600403,
"start": 2204,
"tag": "USERNAME",
"value": "et_user"
}
] | null | [] | package com.example.orderadm;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;
import andro... | 6,847 | 0.598364 | 0.598072 | 162 | 41.26543 | 31.706562 | 148 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.753086 | false | false | 7 |
642030defb86c3fbc13714ae0b9dc5a8879409e4 | 16,037,407,931,685 | 0ac71c7c3f2cfea47fcf9cb94b61c51057277119 | /app/src/main/java/com/clearviewafrica/samuelirungu/journalapp/model/JournalModel.java | f579fa154bfd72a75d8ac279678fb92bd6c19218 | [
"MIT"
] | permissive | darkscript/JournalApp | https://github.com/darkscript/JournalApp | f2db6d2f3728bf20d169a8176b39b17ef9d6e889 | a02d8caa570be20931e537505ee56bbd6a6d28c3 | refs/heads/master | 2020-03-22T02:13:08.469000 | 2018-07-01T20:58:45 | 2018-07-01T20:58:45 | 139,357,110 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clearviewafrica.samuelirungu.journalapp.model;
import com.google.firebase.database.Exclude;
import com.google.firebase.database.IgnoreExtraProperties;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
@IgnoreExtraProperties
public class JournalModel implements Serializable {
... | UTF-8 | Java | 4,006 | java | JournalModel.java | Java | [] | null | [] | package com.clearviewafrica.samuelirungu.journalapp.model;
import com.google.firebase.database.Exclude;
import com.google.firebase.database.IgnoreExtraProperties;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
@IgnoreExtraProperties
public class JournalModel implements Serializable {
... | 4,006 | 0.610335 | 0.608088 | 151 | 25.5298 | 23.468962 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.443709 | false | false | 7 |
af0fdbe8e15bd0ed1c6dab56caccef7de8efd795 | 26,740,466,423,787 | b3a2acead4a1a606caa9e21bf96e145c941cc908 | /src/main/java/io/renren/cms/service/impl/ApplyServiceImpl.java | 328095c240900555fc88e315b64a876d3d5ed06b | [] | no_license | huyufan1995/yjl-boot | https://github.com/huyufan1995/yjl-boot | faf5c13979c9c57a628cd8ce07151a95b1023849 | 1c3dca17c19c085edfb56d418ad6f30d8e06211a | refs/heads/master | 2022-09-02T09:02:06.551000 | 2020-01-31T02:39:21 | 2020-01-31T02:39:21 | 218,977,189 | 0 | 0 | null | false | 2022-07-06T20:42:59 | 2019-11-01T12:00:22 | 2020-01-31T02:39:36 | 2022-07-06T20:42:58 | 3,047 | 0 | 0 | 8 | Java | false | false | package io.renren.cms.service.impl;
import io.renren.api.constant.SystemConstant;
import io.renren.api.dto.ApplyEntityDto;
import io.renren.cms.entity.ApplyEntity;
import io.renren.cms.job.SendJobEntity;
import io.renren.enums.AuditStatusEnum;
import io.renren.utils.Query;
import org.springframework.beans.factory.anno... | UTF-8 | Java | 3,042 | java | ApplyServiceImpl.java | Java | [
{
"context": "ms.service.ApplyService;\n\n/**\n * 活动服务实现\n * @author yujia\n * @email yujiain2008@163.com\n *\n */\n@Service(\"ap",
"end": 541,
"score": 0.9989684224128723,
"start": 536,
"tag": "USERNAME",
"value": "yujia"
},
{
"context": "Service;\n\n/**\n * 活动服务实现\n * @author yujia... | null | [] | package io.renren.cms.service.impl;
import io.renren.api.constant.SystemConstant;
import io.renren.api.dto.ApplyEntityDto;
import io.renren.cms.entity.ApplyEntity;
import io.renren.cms.job.SendJobEntity;
import io.renren.enums.AuditStatusEnum;
import io.renren.utils.Query;
import org.springframework.beans.factory.anno... | 3,030 | 0.755453 | 0.753139 | 136 | 21.25 | 20.309282 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.301471 | false | false | 7 |
0e05cd3b53bcb74971516bd30f89bc4b74229a77 | 678,604,892,477 | 3ee80f90554ecbef9ce8aa9f9eb09ee98f24ff12 | /LambdaExpressionExample.java | 70f9e61cb3ac99ad29156f177aa153d0e951d329 | [] | no_license | nehasha001/Lamdas | https://github.com/nehasha001/Lamdas | 802d3c26998653b58fdd07cb49d8bbb817a3b22f | 7d8dd3209edd95afce7a15633e8e529471765676 | refs/heads/master | 2020-04-15T15:56:46.310000 | 2019-01-09T07:33:22 | 2019-01-09T07:33:22 | 164,812,341 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Lamdas;// A Java program to demonstrate simple lambda expressions
import java.util.ArrayList;
class LambdaExpressionExample
{
public static void main(String args[])
{
// Creating an ArrayList with elements
// {1, 2, 3, 4}
ArrayList<Integer> arrL = new ArrayList<Integer>();
... | UTF-8 | Java | 857 | java | LambdaExpressionExample.java | Java | [] | null | [] | package Lamdas;// A Java program to demonstrate simple lambda expressions
import java.util.ArrayList;
class LambdaExpressionExample
{
public static void main(String args[])
{
// Creating an ArrayList with elements
// {1, 2, 3, 4}
ArrayList<Integer> arrL = new ArrayList<Integer>();
... | 857 | 0.63944 | 0.627771 | 25 | 33.32 | 27.041775 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 7 |
32be89bd9a17b32ee2f0f7ef0ccbcf6d14b7cb3d | 678,604,893,145 | 62c937e06d5185e26705dc70cf7efd03758754ee | /javacord-api/src/main/java/org/javacord/api/entity/channel/ServerThreadChannel.java | c87e6078658438b9ea7d84bd01b034a08072c202 | [
"Apache-2.0"
] | permissive | Vampire/Javacord | https://github.com/Vampire/Javacord | 81cee9fe301e6e55da10b44269353b2a81c163aa | 1e5b73e1436dbaebc9c1b8463c115f2dadbc13a8 | refs/heads/master | 2022-10-23T10:38:31.257000 | 2021-06-07T22:06:16 | 2022-05-25T18:27:02 | 109,987,550 | 0 | 3 | Apache-2.0 | true | 2018-08-18T16:14:39 | 2017-11-08T14:37:39 | 2018-08-05T22:31:11 | 2018-08-18T16:13:21 | 4,456 | 0 | 1 | 0 | Java | false | null | package org.javacord.api.entity.channel;
import org.javacord.api.entity.Mentionable;
import org.javacord.api.entity.user.User;
import org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager;
import java.time.Instant;
import java.util.List;
import java.util.NoSuchElementException;
import java.uti... | UTF-8 | Java | 6,058 | java | ServerThreadChannel.java | Java | [] | null | [] | package org.javacord.api.entity.channel;
import org.javacord.api.entity.Mentionable;
import org.javacord.api.entity.user.User;
import org.javacord.api.listener.channel.ServerThreadChannelAttachableListenerManager;
import java.time.Instant;
import java.util.List;
import java.util.NoSuchElementException;
import java.uti... | 6,058 | 0.653186 | 0.65005 | 204 | 28.696079 | 28.573706 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.240196 | false | false | 7 |
679f67e96e18ce41aa27eaadd1c22705715b614e | 22,634,477,708,247 | 13973d57eacf41cb303c5b5b0376c2fb22ba5415 | /src/main/java/com/cunyun/zoneadmin/dal/model/CyTwitterActivityDetail.java | 8ec64c3d24b992030e332e4fe98fc17691076439 | [] | no_license | maozhibin/zone-admin | https://github.com/maozhibin/zone-admin | 81f51eb41a57ee609c3d32be16b989c35411cac8 | d0f4a2a57ab2146d40edb4214f94cbfbae0a9394 | refs/heads/master | 2021-09-06T15:42:59.910000 | 2018-02-08T05:15:25 | 2018-02-08T05:15:25 | 115,898,007 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cunyun.zoneadmin.dal.model;
import java.util.Date;
public class CyTwitterActivityDetail {
private String twitterId;
private String activityArea;
private String sponsor;
public void setSponsor(String sponsor) {
this.sponsor = sponsor;
}
public String getSponsor() {
... | UTF-8 | Java | 1,758 | java | CyTwitterActivityDetail.java | Java | [] | null | [] | package com.cunyun.zoneadmin.dal.model;
import java.util.Date;
public class CyTwitterActivityDetail {
private String twitterId;
private String activityArea;
private String sponsor;
public void setSponsor(String sponsor) {
this.sponsor = sponsor;
}
public String getSponsor() {
... | 1,758 | 0.594425 | 0.594425 | 85 | 19.694118 | 19.621132 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305882 | false | false | 7 |
e6d09bfcde31c400903d9cba3cbd9c6e6d867c8e | 4,784,593,628,799 | 08f6f812f663f1c87c56a9adea43ff7f201cf0cc | /src/main/java/com/woundeddragons/securitystarter/web/api/v1/request/T2FACodeVerificationRequest.java | 9c59372c994575cb2ac0ce20947b6e625adf232a | [] | no_license | marcelomnc/spring-boot-security-backend-starter | https://github.com/marcelomnc/spring-boot-security-backend-starter | 170c2811cbb4024012a0d1a5a0462efe056f1512 | 1d2589b0060233881378eb53703e518fa362d6fa | refs/heads/master | 2022-12-11T13:00:44.035000 | 2020-09-09T14:00:05 | 2020-09-09T14:00:05 | 270,837,609 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.woundeddragons.securitystarter.web.api.v1.request;
import com.woundeddragons.securitystarter.web.api.common.request.BaseRequest;
import lombok.Getter;
import lombok.Setter;
import javax.validation.constraints.Max;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
import... | UTF-8 | Java | 598 | java | T2FACodeVerificationRequest.java | Java | [] | null | [] | package com.woundeddragons.securitystarter.web.api.v1.request;
import com.woundeddragons.securitystarter.web.api.common.request.BaseRequest;
import lombok.Getter;
import lombok.Setter;
import javax.validation.constraints.Max;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
import... | 598 | 0.785953 | 0.755853 | 20 | 28.9 | 23.832541 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
3cb51c3e45217d5da77322a4a6549da7d1ef921f | 11,347,303,612,350 | 8feac7a93b49609ad1774c2e505ae3065290b6d8 | /src/test/java/com/lianpay/test/util/Property.java | 4af5aac68dbcb79bd6b72a3277c62c3f5e39f48a | [] | no_license | panjie0655/Test | https://github.com/panjie0655/Test | 306d992d96ec952a338b57d963bc9559ebbbd928 | 5410d2a75e2402365563f80108cdb3f8861417d3 | refs/heads/master | 2016-08-17T02:04:49.815000 | 2016-07-19T01:45:21 | 2016-07-19T01:45:21 | 35,535,533 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lianpay.test.util;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import java.util.PropertyResourceBundle;
import org.apache.log4j.Logger;
public class Property {
private static String CONFIG_FILENAME = "test.properties";
private static PropertyResourceBundle proper... | UTF-8 | Java | 2,242 | java | Property.java | Java | [] | null | [] | package com.lianpay.test.util;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import java.util.PropertyResourceBundle;
import org.apache.log4j.Logger;
public class Property {
private static String CONFIG_FILENAME = "test.properties";
private static PropertyResourceBundle proper... | 2,242 | 0.651204 | 0.647636 | 81 | 26.679012 | 24.322842 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.098765 | false | false | 7 |
05f57b39bbaf55243d2ebed3519fabdaaf4bfa76 | 13,048,110,701,280 | 3f169749adceb8a84803c561467e391ef381d7d0 | /workspace/studySystem/src/model/meta/PassedMssgs.java | fad180ce010f99ac24ed6876c332ab340684153d | [] | no_license | Cryzas/FHDW2 | https://github.com/Cryzas/FHDW2 | 969619012ad05f455d04dce0f3413f53cedd9351 | 8bc31d4072cc9ed7ddf86154cdf08f0f9a55454b | refs/heads/master | 2021-01-23T05:25:00.249000 | 2017-10-11T06:24:17 | 2017-10-11T06:24:17 | 86,296,546 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model.meta;
public interface PassedMssgs {
void accept(PassedMssgsVisitor visitor) throws persistence.PersistenceException;
}
interface PassedDOWNMssgs extends GradesInSimpleDOWNMssgs, PassedMssgs{}
interface PassedUPMssgs extends Mssgs, PassedMssgs{}
| UTF-8 | Java | 266 | java | PassedMssgs.java | Java | [] | null | [] | package model.meta;
public interface PassedMssgs {
void accept(PassedMssgsVisitor visitor) throws persistence.PersistenceException;
}
interface PassedDOWNMssgs extends GradesInSimpleDOWNMssgs, PassedMssgs{}
interface PassedUPMssgs extends Mssgs, PassedMssgs{}
| 266 | 0.842105 | 0.842105 | 8 | 32.25 | 31.39566 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
1d6e0af2e757c8f206630e4aac56a3afc2ba5ab7 | 5,849,745,520,675 | f22075eadaf95b1a45b20ef2fbc0a6a1a01d0d0e | / my-stock-jcf/leohis/src/leo/os/test/LoginServiceImplTest.java | ca82f8134d9a9997f9e4b0718def2a0bdc356147 | [] | no_license | ciusy/my-stock-jcf | https://github.com/ciusy/my-stock-jcf | e95b0815e036c090c801f7f6d2587a9b33e5cd7d | b5cd5c09162a150078d4b2f00ded2751fc6de8f9 | refs/heads/master | 2021-01-10T13:07:59.563000 | 2012-05-31T05:54:39 | 2012-05-31T05:54:39 | 44,727,126 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leo.os.test;
import leo.os.service.iface.LoginService;
import org.codehaus.xfire.client.XFireProxyFactory;
import org.codehaus.xfire.service.Service;
import org.codehaus.xfire.service.binding.ObjectServiceFactory;
public class LoginServiceImplTest {
public static void main(String[] args) {
... | UTF-8 | Java | 762 | java | LoginServiceImplTest.java | Java | [
{
"context": " \tSystem.out.print(loginService.changePassword(\"zhangqi\",\"1\",\"2\",\"2 \"));\r\n}catch (Exception e){\r\n\te.print",
"end": 687,
"score": 0.9634700417518616,
"start": 680,
"tag": "PASSWORD",
"value": "zhangqi"
}
] | null | [] | package leo.os.test;
import leo.os.service.iface.LoginService;
import org.codehaus.xfire.client.XFireProxyFactory;
import org.codehaus.xfire.service.Service;
import org.codehaus.xfire.service.binding.ObjectServiceFactory;
public class LoginServiceImplTest {
public static void main(String[] args) {
... | 765 | 0.691601 | 0.682415 | 26 | 27.307692 | 30.191401 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.961538 | false | false | 7 |
129d454948018ad626d445cb9bc9137f85cb4451 | 515,396,111,585 | 31f10e55036f919a122b080f92bcbf5387abd372 | /demo/src/main/java/com/example/demo/student/StudentConfig.java | 03148d0ece60ffaf18222e7fa74f7c81669505bd | [] | no_license | johnmancuso5/Practice-Spring-Boot-Project | https://github.com/johnmancuso5/Practice-Spring-Boot-Project | f8da1c748656b7cd468baecccfa111eaa1f1e3fe | 4af2f2665d7dc6018e1fedce3313c70a1c07add9 | refs/heads/main | 2023-07-20T01:03:41.197000 | 2021-09-02T01:04:57 | 2021-09-02T01:04:57 | 391,831,741 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.student;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import java.time.LocalDate;
import java.time.Month;
import java.util.List;
@Configuration
public class StudentConfig {
... | UTF-8 | Java | 1,262 | java | StudentConfig.java | Java | [
{
"context": "udent( // id generated by DB\n \"John\",\n \"john@gmail.com\",\n ",
"end": 866,
"score": 0.9996342658996582,
"start": 862,
"tag": "NAME",
"value": "John"
},
{
"context": "\n \"John\",\n ... | null | [] | package com.example.demo.student;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import java.time.LocalDate;
import java.time.Month;
import java.util.List;
@Configuration
public class StudentConfig {
... | 1,248 | 0.586371 | 0.578447 | 45 | 27.044445 | 22.517111 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488889 | false | false | 7 |
07d570dd39bc46b813965f0ebc5a55fd9e200fc1 | 26,079,041,487,638 | ebb004c88745af65e93d2eb2a1cdca2cfc58c936 | /com.hutong.supersdk/src/main/java/com/hutong/supersdk/sdk/modeltools/xy/XYSDKInfo.java | c8f0ce96c325970d5684f59e16175df10823d247 | [
"Apache-2.0"
] | permissive | bigshiliu/test | https://github.com/bigshiliu/test | 8e0d12de943a22a2285eaf9ea2ba1a904f6da9cb | 79e2d0dd9aeb372746c49f13d5a188b376dc4f11 | refs/heads/master | 2021-01-21T14:48:07.099000 | 2016-07-11T10:55:54 | 2016-07-11T10:55:54 | 58,313,800 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hutong.supersdk.sdk.modeltools.xy;
public class XYSDKInfo {
private String requestUrl;
private String appId;
private String appKey;
private String payKey;
public String getAppKey() {
return appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
}
public String getPayKey() {
... | UTF-8 | Java | 658 | java | XYSDKInfo.java | Java | [] | null | [] | package com.hutong.supersdk.sdk.modeltools.xy;
public class XYSDKInfo {
private String requestUrl;
private String appId;
private String appKey;
private String payKey;
public String getAppKey() {
return appKey;
}
public void setAppKey(String appKey) {
this.appKey = appKey;
}
public String getPayKey() {
... | 658 | 0.723404 | 0.723404 | 33 | 18.939394 | 14.246614 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.515152 | false | false | 7 |
1d75b5ccf41da6f8b2413f526cf844c670d2aff0 | 2,456,721,349,986 | b3708199aabdda22d36e10d9048c7d56248979c5 | /src/test/java/ChatTest.java | 46a5c7a2964b37d93986a7fb2c3d8a3d4ff9c778 | [] | no_license | fhibs23/TestsPr3 | https://github.com/fhibs23/TestsPr3 | cff986d446f63d9d4024aaa844d91165974f3992 | 124679f6314c31e405e5acac7f6b686b78f6efbd | refs/heads/main | 2023-08-14T01:42:55.338000 | 2021-10-11T23:32:05 | 2021-10-11T23:32:05 | 416,107,853 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.util.NoSuchElementException;
import static org.junit.jupiter.api.Assertions.*;
class ChatTest {
User current... | UTF-8 | Java | 2,776 | java | ChatTest.java | Java | [
{
"context": "void setUserNameTest() {\r\n String input = \"John\";\r\n InputStream in = new ByteArrayInputStr",
"end": 534,
"score": 0.5265012979507446,
"start": 530,
"tag": "NAME",
"value": "John"
},
{
"context": ".setUserName();\r\n Assertions.assertEquals(\"J... | null | [] | import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.util.NoSuchElementException;
import static org.junit.jupiter.api.Assertions.*;
class ChatTest {
User current... | 2,776 | 0.616799 | 0.612112 | 106 | 24.188679 | 25.290432 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.518868 | false | false | 7 |
7c5fbdb9982b7d953991849a2f8574d6191b8c4f | 25,640,954,785,638 | 6accf49690728b0b0abb114994f75a079286783c | /src/firstproject/Score.java | 6d79a7e3228d3d5d84ea15d3286b5e92e2c5e74b | [] | no_license | sanjanabhat999/corejavaa | https://github.com/sanjanabhat999/corejavaa | bf569b12b6f2eaa2d5a7d315cf4818059fe1434e | e8241f66df15a31c14d1bcdda199b8b94e35e9f5 | refs/heads/master | 2020-03-23T11:56:09.680000 | 2018-07-31T08:06:45 | 2018-07-31T08:06:45 | 141,527,469 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package firstproject;
public class Score {
public static void main(String[] args) {
// TODO Auto-generated method stub
int m1=95;
int m2=45;
int m3=88;
int tot=(m1+m2+m3);
double percentage=(tot*100)/250;
System.out.println(tot);
System.out.println(percentage);
}
}
| UTF-8 | Java | 303 | java | Score.java | Java | [] | null | [] | package firstproject;
public class Score {
public static void main(String[] args) {
// TODO Auto-generated method stub
int m1=95;
int m2=45;
int m3=88;
int tot=(m1+m2+m3);
double percentage=(tot*100)/250;
System.out.println(tot);
System.out.println(percentage);
}
}
| 303 | 0.643564 | 0.584158 | 18 | 15.833333 | 14.365274 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 7 |
e82d0ec7df3ad359a4401c330569c5fa035b9c02 | 24,111,946,416,607 | 2abc29c4eaaf8da2dc7f9c7bc9efd46bd062b43e | /app/src/main/java/com/mehmet/kursdunyasi/Adapters/TeacherVideosAdapter.java | feefabfbf5b5b6fe35995400f2dbd25c435fb834 | [] | no_license | mehmetgr06/VideoCourseApp | https://github.com/mehmetgr06/VideoCourseApp | f108bcc52f2e38bdbe63a0ce35bcd67458d0ee0b | e9358cf3aacf43d1d04d680733433f56d418ff10 | refs/heads/master | 2022-03-09T13:28:54.974000 | 2022-03-06T18:48:12 | 2022-03-06T18:48:12 | 200,425,629 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mehmet.kursdunyasi.Adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.mehmet.kursdunyasi.Models.TeacherVideoPoj... | UTF-8 | Java | 1,669 | java | TeacherVideosAdapter.java | Java | [] | null | [] | package com.mehmet.kursdunyasi.Adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.mehmet.kursdunyasi.Models.TeacherVideoPoj... | 1,669 | 0.72858 | 0.727382 | 62 | 25.919355 | 27.397491 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 7 |
4f93e34e142925e6b22ad8c1967f470648eda31a | 27,015,344,346,152 | 7a66abb3a5c8b507cfd0fbbdb1776b298d6ca9f7 | /src/main/java/com/paymentApp/payment/dto/UserConnectionDTO.java | f4d64ff5717742e2e1e4e4a217423d60040810f5 | [] | no_license | vikularora/Payment | https://github.com/vikularora/Payment | 7e2a208d0619b7455df13315cfe1cc4bf2793afa | 30cd34c84705f5b503f49c43d1af29a62b1f0246 | refs/heads/main | 2023-02-24T21:19:36.570000 | 2021-02-03T09:19:10 | 2021-02-03T09:19:10 | 329,861,112 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.paymentApp.payment.dto;
public class UserConnectionDTO {
private String connectionStatus;
public String getConnectionStatus() {
return connectionStatus;
}
public void setConnectionStatus(String connectionStatus) {
this.connectionStatus = connectionStatus;
}
@Override
public String toString()... | UTF-8 | Java | 403 | java | UserConnectionDTO.java | Java | [] | null | [] | package com.paymentApp.payment.dto;
public class UserConnectionDTO {
private String connectionStatus;
public String getConnectionStatus() {
return connectionStatus;
}
public void setConnectionStatus(String connectionStatus) {
this.connectionStatus = connectionStatus;
}
@Override
public String toString()... | 403 | 0.769231 | 0.769231 | 20 | 19.15 | 21.936897 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.95 | false | false | 7 |
622f6606ca98c809df68258110d93e14eddc076e | 9,285,719,304,205 | 0a937a8400bec2f547924aeae6cd8281a6160ead | /ru/sbertech/test/lesson18/Homework/CoffeeMilk.java | 21b1b107e4f174a9cd993239b801ed79ae73c3ca | [] | no_license | skodzhaev/JavaSchoolRND | https://github.com/skodzhaev/JavaSchoolRND | 985c56c371dc3dfc93419930e1b3c375010d7a0f | f437760181de0d9382d99b9d7dd6c6069c333622 | refs/heads/master | 2020-05-21T17:53:26.858000 | 2016-10-24T18:03:24 | 2016-10-24T18:03:24 | 63,271,471 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.sbertech.test.lesson18.Homework;
/**
* Created by skodz on 12.09.2016.
*/
public class CoffeeMilk extends CoffeeDecorator {
public CoffeeMilk(CoffeeInterface cof) {
super(cof);
}
public int getPrice() {
return cof.getPrice() + 50;
}
public String getDescription() {
... | UTF-8 | Java | 377 | java | CoffeeMilk.java | Java | [
{
"context": "bertech.test.lesson18.Homework;\n\n/**\n * Created by skodz on 12.09.2016.\n */\npublic class CoffeeMilk extend",
"end": 68,
"score": 0.9996301531791687,
"start": 63,
"tag": "USERNAME",
"value": "skodz"
}
] | null | [] | package ru.sbertech.test.lesson18.Homework;
/**
* Created by skodz on 12.09.2016.
*/
public class CoffeeMilk extends CoffeeDecorator {
public CoffeeMilk(CoffeeInterface cof) {
super(cof);
}
public int getPrice() {
return cof.getPrice() + 50;
}
public String getDescription() {
... | 377 | 0.633952 | 0.602122 | 17 | 21.17647 | 18.825001 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.235294 | false | false | 7 |
d72215b18b02b1320f3b62e208064af20fd2dec0 | 12,189,117,187,162 | 517d3bdc6436d3be15d45f3690aa6e8cba5e1709 | /srdz/srdz-dao/src/main/java/com/zw/srdz/dao/impl/UserMessageDaoImpl.java | eca8e45e99a83fff5e1608dd8c35767565035ef7 | [] | no_license | zhangwei1234/srdz | https://github.com/zhangwei1234/srdz | f6fb7860b0e3a837e48f4b1aa9203a4049318b21 | 782d0828c2b4a5370d26c140812a6d742ca10e17 | refs/heads/master | 2021-01-20T23:17:52.304000 | 2015-03-16T15:23:38 | 2015-03-16T15:23:38 | 29,968,685 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zw.srdz.dao.impl;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Repository;
import com.google.common.collect.Maps;
import com.zw.srdz.dao.UserMessageDao;
import com.zw.srdz.dao.base.BaseDao;
import com... | UTF-8 | Java | 2,261 | java | UserMessageDaoImpl.java | Java | [] | null | [] | package com.zw.srdz.dao.impl;
import java.util.Date;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Repository;
import com.google.common.collect.Maps;
import com.zw.srdz.dao.UserMessageDao;
import com.zw.srdz.dao.base.BaseDao;
import com... | 2,261 | 0.727554 | 0.725343 | 84 | 25.916666 | 28.254038 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.928571 | false | false | 7 |
8d553f4f9e45c9eb57d73dea3493264b2ec46871 | 4,758,823,776,681 | ac9d4189844c96390ac97656171fe4c988fad654 | /tests/com/tawfiq/model/PartitionTest.java | 794128d90cbeee4b40a17c6b74d9be71e23462e3 | [] | no_license | TawfiqGit/SkillsTesting | https://github.com/TawfiqGit/SkillsTesting | f16ce6b65d3f6ce12cdba11229654e145fbc0310 | 70a2339b547eb15d13ae186d6150b373c0166e89 | refs/heads/master | 2022-12-11T13:15:59.977000 | 2020-09-11T14:44:56 | 2020-09-11T14:44:56 | 293,573,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tawfiq.model;
import com.tawfiq.model.Partition;
import org.junit.Before;
import org.junit.Test;
import java.util.ArrayList;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
public class PartitionTest {
Partition partition;
@Before
public void setUp() throws E... | UTF-8 | Java | 897 | java | PartitionTest.java | Java | [] | null | [] | package com.tawfiq.model;
import com.tawfiq.model.Partition;
import org.junit.Before;
import org.junit.Test;
import java.util.ArrayList;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
public class PartitionTest {
Partition partition;
@Before
public void setUp() throws E... | 897 | 0.602007 | 0.595318 | 40 | 21.450001 | 17.243767 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575 | false | false | 7 |
28da75b15f9b5d2c7c0391d135cd95d8a40385b6 | 6,992,206,770,634 | f55d6a2e0643a126894eee44e1987862e26a8a7a | /src/com/whitebearsolutions/imagine/wbsairback/service/LicenseManager.java | ba40dbd8f74d1db6664fe2ef6963adc49ed60cd7 | [
"Apache-2.0"
] | permissive | WhiteBearSolutions/WBSAirback | https://github.com/WhiteBearSolutions/WBSAirback | cd4f52d0a01cdff442105098e6679a57264a2b44 | a12483d84cc4603b28f518eda109da908cba4cf3 | refs/heads/master | 2021-01-25T10:06:52.219000 | 2014-01-27T12:23:24 | 2014-01-27T12:23:24 | 14,498,960 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.whitebearsolutions.imagine.wbsairback.service;
import java.io.File;
import java.security.MessageDigest;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
import co... | UTF-8 | Java | 3,576 | java | LicenseManager.java | Java | [] | null | [] | package com.whitebearsolutions.imagine.wbsairback.service;
import java.io.File;
import java.security.MessageDigest;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import java.util.Random;
import co... | 3,576 | 0.668624 | 0.661633 | 142 | 24.183098 | 21.738075 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.316901 | false | false | 7 |
98fb78bcd0bb53bec6e74345cec45c659e7d64fe | 17,368,847,747,879 | 720d870e5be58a863a171e46f5155b2b9bbc2cdf | /scf-security/src/main/java/com/bytter/scf/security/AuthorizationServerConfiguration.java | 179bfafbbb1f4cd2273525da7dfc4c27e08a8188 | [] | no_license | WGTxueba/scf-common | https://github.com/WGTxueba/scf-common | bf5d085560f9c3183304205126ed802dd40b57de | 7deed5d431e1b3a2de244351fc8632f768e443b1 | refs/heads/master | 2020-03-23T04:38:18.537000 | 2018-07-16T07:09:44 | 2018-07-16T07:09:44 | 141,096,307 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bytter.scf.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.connection.RedisConnectionFactory;
import org.springframework... | UTF-8 | Java | 3,014 | java | AuthorizationServerConfiguration.java | Java | [] | null | [] | package com.bytter.scf.security;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.connection.RedisConnectionFactory;
import org.springframework... | 3,014 | 0.735493 | 0.72942 | 64 | 45.3125 | 34.166355 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 7 |
96e5cafc4d94fe120f20f89a1c917798e224af87 | 20,177,756,426,129 | dd4d5cd7495938aa8771610230b50ac221e75918 | /algaworks-ecommerce/src/test/java/com/algaworks/ecommerce/ddl/DDLTest.java | d1aa8f2e490b693ca3fdb16434a6b8693f900ac3 | [] | no_license | guiaol/curso-especialista-jpa | https://github.com/guiaol/curso-especialista-jpa | 59cea22adf1eebf0b18ee46750efa945897a3bd0 | 4454fd728d37e6ca6a80f35861c98d74d255ba0a | refs/heads/main | 2023-06-17T03:44:54.389000 | 2021-07-01T23:32:54 | 2021-07-01T23:32:54 | 324,023,860 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.algaworks.ecommerce.ddl;
import com.algaworks.ecommerce.EntityManagerTest;
import org.junit.Test;
public class DDLTest extends EntityManagerTest {
@Test
public void gerarDDL() {
// Teste vazio... Somente para exibir DDL.
}
}
| UTF-8 | Java | 260 | java | DDLTest.java | Java | [] | null | [] | package com.algaworks.ecommerce.ddl;
import com.algaworks.ecommerce.EntityManagerTest;
import org.junit.Test;
public class DDLTest extends EntityManagerTest {
@Test
public void gerarDDL() {
// Teste vazio... Somente para exibir DDL.
}
}
| 260 | 0.719231 | 0.719231 | 12 | 20.666666 | 19.896957 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 7 |
8aa2b39f6da3529803578da72c969979efbda3f9 | 31,885,837,221,359 | 56da109ea5bde8686670183510b39fa52d15255c | /huaxia-cams/opas-dao-server-fenceng/src/com/huaxia/opas/domain/thirdparty/OpasConfQuestion.java | f59e22a1209424f16d8b7ff66fa8098cef72cde9 | [] | no_license | moutainhigh/huaxia-project | https://github.com/moutainhigh/huaxia-project | f98e551126e898c7f4271477c8bff2969e4b94e4 | fe57fa36c43f0dfd94a32736b988ab856e417291 | refs/heads/master | 2023-01-19T05:24:48.567000 | 2020-11-27T16:48:12 | 2020-11-27T16:48:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huaxia.opas.domain.thirdparty;
import java.io.Serializable;
import java.util.Date;
public class OpasConfQuestion implements Serializable{
private String autoId;
private String questionNo;
private String questionLevel;
private String questionDesc;
private String fromTableNo;
pr... | UTF-8 | Java | 2,851 | java | OpasConfQuestion.java | Java | [] | null | [] | package com.huaxia.opas.domain.thirdparty;
import java.io.Serializable;
import java.util.Date;
public class OpasConfQuestion implements Serializable{
private String autoId;
private String questionNo;
private String questionLevel;
private String questionDesc;
private String fromTableNo;
pr... | 2,851 | 0.662157 | 0.662157 | 126 | 21.301588 | 21.765806 | 81 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.436508 | false | false | 7 |
da25cf8812cd62d06da041f35cbd0ba76f778e54 | 19,404,662,304,854 | 703138d4cd969ac23445324dda020a573569dd6c | /TeamWolf/src/main/java/TeamWolf/TeamWolf/client/GUI/tableInquireUI/LogCheckPanel.java | a283ce5da434cb720afecdb7311f3866f2831789 | [] | no_license | TeamColorWolf/Team-Wolf | https://github.com/TeamColorWolf/Team-Wolf | b78e650dd335c05d28c3733b68fbd71d5e0ea452 | afaf5fb6830add985ac2682249a8d7f59aa8145d | refs/heads/master | 2021-01-24T06:26:38.460000 | 2015-01-01T07:04:45 | 2015-01-01T07:04:45 | 25,165,718 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package TeamWolf.TeamWolf.client.GUI.tableInquireUI;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.JButton;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.table.DefaultTableModel;
impor... | UTF-8 | Java | 2,645 | java | LogCheckPanel.java | Java | [] | null | [] | package TeamWolf.TeamWolf.client.GUI.tableInquireUI;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.JButton;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.table.DefaultTableModel;
impor... | 2,645 | 0.676527 | 0.653093 | 108 | 23.101852 | 18.917433 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.444444 | false | false | 7 |
9c02d2611d1a001640df374435f0ad1db784893b | 4,346,506,949,151 | a8f0b75db3a3cf55533aa6bdc7083b59de58b004 | /CLASS WORK/Project02_FirstJavaProject/src/stringexamples/StringTokenizerExample.java | b17767f6542e6a6959b96e4b2816a244c5dcf1a3 | [] | no_license | PURBITAM/PURBITA-CAPGEMINI-JA-17-ASSIGNMENTS | https://github.com/PURBITAM/PURBITA-CAPGEMINI-JA-17-ASSIGNMENTS | d007c644fa1607aae48f6c0769b81f5f18eff329 | d44380110fb0784a8d224b5e697f6ec11066e576 | refs/heads/master | 2023-06-01T22:16:10.627000 | 2021-06-15T02:50:41 | 2021-06-15T02:50:41 | 366,982,408 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package stringexamples;
import java.util.StringTokenizer;
public class StringTokenizerExample {
public static void main(String[] args) {
// TODO Auto-generated method stub
String s="This is a String in java";
StringTokenizer st=new StringTokenizer(s);
while(st.hasMoreTokens())
{
System.out.println... | UTF-8 | Java | 441 | java | StringTokenizerExample.java | Java | [] | null | [] | package stringexamples;
import java.util.StringTokenizer;
public class StringTokenizerExample {
public static void main(String[] args) {
// TODO Auto-generated method stub
String s="This is a String in java";
StringTokenizer st=new StringTokenizer(s);
while(st.hasMoreTokens())
{
System.out.println... | 441 | 0.689342 | 0.680272 | 20 | 21.049999 | 16.971962 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.05 | false | false | 7 |
fb324ae88e8085a5f9ae372a76c9a1ad811ccccf | 17,824,114,304,631 | b5e432af78e230d201bcff06fbbf3be6e5be3c15 | /src/Xiaomei.java | 24ea540bf8f4d52962d3999d4d25ee77fce5a15c | [] | no_license | liuzhitian/leetcode | https://github.com/liuzhitian/leetcode | 7598eeebbbe19175b343a41cbdac0d5a02ca2fa1 | 7d57048c879847340279ae8f6886ada10537f292 | refs/heads/master | 2023-07-06T07:16:58.621000 | 2021-08-09T02:43:57 | 2021-08-09T02:43:57 | 345,248,747 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Xiaomei {
public static int huiwen(String s,int n){
int res = n;
for (int i=0;i<=n/2;i++){
if(s.charAt(i)!=s.charAt(n-i-1)){
if(res!=n) return -1;
else res = i;
}
}
return res;
}
... | UTF-8 | Java | 1,393 | java | Xiaomei.java | Java | [] | null | [] | import java.util.Scanner;
public class Xiaomei {
public static int huiwen(String s,int n){
int res = n;
for (int i=0;i<=n/2;i++){
if(s.charAt(i)!=s.charAt(n-i-1)){
if(res!=n) return -1;
else res = i;
}
}
return res;
}
... | 1,393 | 0.395549 | 0.384063 | 47 | 28.638298 | 16.875546 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.702128 | false | false | 7 |
430db3d3839558286c7cc0ce600d86c69658c027 | 20,684,562,548,610 | 0c6d2d9193dda3f7f6a9fed1c4a8b79b37f44612 | /JWTHelper/src/main/java/org/wso2/carbon/jwt/helper/internal/JWTHelperDSComponent.java | 3704d9591f213215383c1d494759582942ad3df1 | [] | no_license | thariyarox/JWT_Client_Server | https://github.com/thariyarox/JWT_Client_Server | e509909cf76682d5a2294f8c5e99e1b3e2b3748d | 80b173b8dc015dd95c975f16d936aa7f2f351328 | refs/heads/master | 2020-12-11T22:17:57.320000 | 2015-11-23T17:28:52 | 2015-11-23T17:28:52 | 46,541,729 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.wso2.carbon.jwt.helper.internal;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.eclipse.equinox.http.helper.ContextPathServletAdaptor;
import org.osgi.service.component.ComponentContext;
import org.osgi.service.http.HttpService;
import org.wso2.carbon.jwt.he... | UTF-8 | Java | 3,076 | java | JWTHelperDSComponent.java | Java | [] | null | [] | package org.wso2.carbon.jwt.helper.internal;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.eclipse.equinox.http.helper.ContextPathServletAdaptor;
import org.osgi.service.component.ComponentContext;
import org.osgi.service.http.HttpService;
import org.wso2.carbon.jwt.he... | 3,076 | 0.703836 | 0.70091 | 93 | 32.075268 | 31.614695 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365591 | false | false | 7 |
ec71ecfde7e2beec8cb1d627c639953dde7b9e56 | 16,415,365,015,827 | 8f167a711396ddc017e06bbc430bec0595aeef0d | /Sorting Visualisation/src/com/company/Main.java | 52ca678dd6973fbe21bc7d58ebe114e8ec3d0a8a | [] | no_license | Fewarc/sorting-visualization | https://github.com/Fewarc/sorting-visualization | 59951a2507cc37e389bc5f95fa3781d830da1a81 | c568d97242f53eebbcc4970ca4349a1de360a998 | refs/heads/main | 2023-04-30T21:04:40.638000 | 2021-05-18T15:25:51 | 2021-05-18T15:25:51 | 368,577,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import javax.swing.*;
import java.awt.*;
public class Main {
public static void main(String[] args)
{
MainFrame mFrame = new MainFrame();
mFrame.setVisible(true);
// AlgorithmHandler aR = new AlgorithmHandler(mFrame);
Rectangl nR = new Rect... | UTF-8 | Java | 910 | java | Main.java | Java | [] | null | [] | package com.company;
import javax.swing.*;
import java.awt.*;
public class Main {
public static void main(String[] args)
{
MainFrame mFrame = new MainFrame();
mFrame.setVisible(true);
// AlgorithmHandler aR = new AlgorithmHandler(mFrame);
Rectangl nR = new Rect... | 910 | 0.538462 | 0.496703 | 40 | 20.799999 | 19.656042 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 7 |
1231350c16cd97c44b7cb57503f3404630735758 | 3,710,851,805,624 | aae0f216a7888ac8b724fbb65c69d4157da8045f | /src/main/java/log330_tp05/log330_tp05/Main.java | 4cb32c16bb1f63cc19b3bfd52d5faba36ff2066c | [] | no_license | walidbe/LOG330_TP05 | https://github.com/walidbe/LOG330_TP05 | 946ed6ffbf542a47fcebff76a158f93ef6395b2a | 9514c35b144962924b19811c8f0341f9b7deae86 | refs/heads/master | 2021-08-26T09:26:56.261000 | 2017-11-23T00:05:10 | 2017-11-23T00:05:10 | 110,604,976 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package log330_tp05.log330_tp05;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.text.ParseException;
import java.util.List;
import java.util.Scanner;
/**
* Class Main implement interaction with client
* @author Walid
*
*/
public class Main {
public static void main(String[] args) ... | UTF-8 | Java | 2,074 | java | Main.java | Java | [
{
"context": "Main implement interaction with client\n * @author Walid\n *\n */\npublic class Main {\n\n\tpublic static void m",
"end": 251,
"score": 0.9993266463279724,
"start": 246,
"tag": "NAME",
"value": "Walid"
}
] | null | [] | package log330_tp05.log330_tp05;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.text.ParseException;
import java.util.List;
import java.util.Scanner;
/**
* Class Main implement interaction with client
* @author Walid
*
*/
public class Main {
public static void main(String[] args) ... | 2,074 | 0.670526 | 0.664255 | 75 | 26.639999 | 21.301418 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.626667 | false | false | 7 |
a972e0af4e4cdc592145c6ed14a1bf5f796ef773 | 13,761,075,265,243 | d3cccab691dccf8c553b8342623032a564d7a156 | /src/test/java/com/atuts/tdd/demo/MoodAnalyserTest.java | b9d0a75b5fc3ae16bc3f79a3c6551ba8513fd49e | [] | no_license | brusoth09/TDD-Examples | https://github.com/brusoth09/TDD-Examples | 449937bb881a3b10fc488c58149a1bda8a331638 | e8761bd1ddee86c45ddf268c8300faea170a0c7f | refs/heads/master | 2020-05-20T05:59:01.618000 | 2016-02-06T20:37:57 | 2016-02-06T20:37:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atuts.tdd.demo;
import org.hamcrest.CoreMatchers;
import org.junit.Assert;
import org.junit.Test;
/**
* Created by BurusothmanA on 2/3/2016 2:18 PM.
*/
public class MoodAnalyserTest {
@Test
public void testMoodAnalysis() throws Exception {
MoodAnalyser moodAnalyser = new MoodAnalyser();
... | UTF-8 | Java | 456 | java | MoodAnalyserTest.java | Java | [
{
"context": ".Assert;\nimport org.junit.Test;\n\n/**\n * Created by BurusothmanA on 2/3/2016 2:18 PM.\n */\npublic class MoodAnalyse",
"end": 142,
"score": 0.9915278553962708,
"start": 130,
"tag": "USERNAME",
"value": "BurusothmanA"
}
] | null | [] | package com.atuts.tdd.demo;
import org.hamcrest.CoreMatchers;
import org.junit.Assert;
import org.junit.Test;
/**
* Created by BurusothmanA on 2/3/2016 2:18 PM.
*/
public class MoodAnalyserTest {
@Test
public void testMoodAnalysis() throws Exception {
MoodAnalyser moodAnalyser = new MoodAnalyser();
... | 456 | 0.697368 | 0.677632 | 18 | 24.333334 | 22.664215 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 7 |
f66ce9590261c5b0b17e5dd892b44252c8440b83 | 11,184,094,864,639 | e63a71a3f776aa2fd636b50b7130d610d3c6d793 | /src/main/java/io/xdag/rpc/modules/web3/Web3XdagModuleImpl.java | 1838b60fbb4e1c1ba75e532a604844138f6ae07e | [
"MIT"
] | permissive | QQ1089/xdagj | https://github.com/QQ1089/xdagj | 44b89a5c37b81e0b28416a753d32c9d2fc2092d2 | b2216667650ddef723e7d0e9aeca07aa3091ab7f | refs/heads/master | 2023-06-03T08:04:58.647000 | 2021-05-31T16:33:22 | 2021-05-31T16:33:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* The MIT License (MIT)
*
* Copyright (c) 2020-2030 The XdagJ Developers
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the righ... | UTF-8 | Java | 5,726 | java | Web3XdagModuleImpl.java | Java | [] | null | [] | /*
* The MIT License (MIT)
*
* Copyright (c) 2020-2030 The XdagJ Developers
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the righ... | 5,726 | 0.687566 | 0.682326 | 167 | 33.287426 | 28.529238 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.646707 | false | false | 7 |
efc44ee8838f5d310aa8e4284e3600b91e213434 | 11,184,094,864,508 | 51c01f3e94988d26a3571601e95717732a9336b5 | /app/src/main/java/com/example/cosmowars/gameJobService.java | 6882247036d352be6475fd0a26e3e9dee10ff401 | [] | no_license | AlAnaziHanan/CosmoWars | https://github.com/AlAnaziHanan/CosmoWars | db61bd268e2323358fb71cf5e824fe707a16adab | 1f907f777d813a5aaec3e27ba49ae1d1b84a3f94 | refs/heads/master | 2020-12-09T04:31:03.107000 | 2020-01-14T11:13:10 | 2020-01-14T11:13:10 | 233,193,618 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cosmowars;
import android.app.job.JobParameters;
import android.app.job.JobService;
import android.os.Build;
import androidx.annotation.RequiresApi;
@RequiresApi(api=Build.VERSION_CODES.LOLLIPOP)
public class gameJobService extends JobService {
private boolean cancelled=false;
@Override... | UTF-8 | Java | 1,190 | java | gameJobService.java | Java | [] | null | [] | package com.example.cosmowars;
import android.app.job.JobParameters;
import android.app.job.JobService;
import android.os.Build;
import androidx.annotation.RequiresApi;
@RequiresApi(api=Build.VERSION_CODES.LOLLIPOP)
public class gameJobService extends JobService {
private boolean cancelled=false;
@Override... | 1,190 | 0.52521 | 0.519328 | 46 | 24.869566 | 18.291847 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 7 |
7825ca595260f6a1fdf617ca21a4fe7af4e4c863 | 18,554,258,746,151 | d30f1f2cc590dc259e2af98296467672bd325426 | /src/main/java/com/couclock/portfolio/dao/model/BuySellOperation.java | 1c3c6bea2c785e6524256ccd7028de0b33f22d47 | [] | no_license | couclock/portfolio-manager | https://github.com/couclock/portfolio-manager | e898626478bb8abb6907746257bdd5756ee99dac | c1dadb34c5171ef4b5fb4c1d24b7285b5742bbd0 | refs/heads/master | 2018-04-22T22:08:07.696000 | 2017-09-01T19:50:47 | 2017-09-01T19:50:47 | 91,267,559 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.couclock.portfolio.dao.model;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
@Entity
public abstract class BuySellOperation extends Operation {
public Double unitPrice;
public Long quantity;
public Double commission;
public Double costUnitPrice; // PRU
@ManyToOne
public Stock... | UTF-8 | Java | 668 | java | BuySellOperation.java | Java | [] | null | [] | package com.couclock.portfolio.dao.model;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
@Entity
public abstract class BuySellOperation extends Operation {
public Double unitPrice;
public Long quantity;
public Double commission;
public Double costUnitPrice; // PRU
@ManyToOne
public Stock... | 668 | 0.687126 | 0.687126 | 24 | 26.833334 | 31.080093 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.541667 | false | false | 7 |
747eeb34d5e5e1d0548723294f37884845998e87 | 9,655,086,525,925 | d29997718b35978d8c79d74e42681dfcf8cf01e2 | /src/main/java/com/psi/service/dto/SemesterDTO.java | e1583346b31e6594aa716c7a7e2de540bba9db32 | [] | no_license | radiator0/psi-enrollments | https://github.com/radiator0/psi-enrollments | c80530fa3f3f14b7be633ba97bb4994d39f7d12d | c183e39cf9edd7d5c03cb2017f6f6c21d1c0c9da | refs/heads/master | 2023-02-25T12:09:17.656000 | 2021-01-31T16:06:21 | 2021-01-31T16:06:21 | 325,070,920 | 0 | 0 | null | false | 2021-01-31T16:06:22 | 2020-12-28T17:13:38 | 2021-01-28T20:11:19 | 2021-01-31T16:06:21 | 16,383 | 0 | 0 | 0 | Java | false | false | package com.psi.service.dto;
import java.time.LocalDate;
import javax.validation.constraints.*;
import java.io.Serializable;
import com.psi.domain.enumeration.SemesterType;
/**
* A DTO for the {@link com.psi.domain.Semester} entity.
*/
public class SemesterDTO implements Serializable {
private Long id;
... | UTF-8 | Java | 2,011 | java | SemesterDTO.java | Java | [] | null | [] | package com.psi.service.dto;
import java.time.LocalDate;
import javax.validation.constraints.*;
import java.io.Serializable;
import com.psi.domain.enumeration.SemesterType;
/**
* A DTO for the {@link com.psi.domain.Semester} entity.
*/
public class SemesterDTO implements Serializable {
private Long id;
... | 2,011 | 0.583789 | 0.582297 | 96 | 19.947916 | 18.074135 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302083 | false | false | 7 |
e57cc04e3057e3bb4a399f194d95d8a6c671fde9 | 34,428,457,849,305 | 2eb46293af3be2d312bd59a83f482b8d2326fed0 | /src/main/java/impact/ee/morphology/MorphologicalWord.java | e122ba1ef5abae65bad4b6e8bc9e1955a740aa6e | [] | no_license | JessedeDoes/DutchTagger | https://github.com/JessedeDoes/DutchTagger | c613a72f0b0e62d128da2e1425e38bb622bd536c | 7ed77c576ac3d28a1f180e26f6954400ebfeea0e | refs/heads/master | 2021-01-01T04:43:53.200000 | 2017-07-14T13:29:03 | 2017-07-14T13:29:03 | 97,236,823 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package impact.ee.morphology;
import impact.ee.util.StringUtils;
import java.util.*;
public class MorphologicalWord
{
List<Position> positions = new ArrayList<Position>();
List<Morpheme> morphemes = new ArrayList<Morpheme>();
public String text;
public String PoS;
boolean closed = false;
public Morphological... | UTF-8 | Java | 1,806 | java | MorphologicalWord.java | Java | [] | null | [] | package impact.ee.morphology;
import impact.ee.util.StringUtils;
import java.util.*;
public class MorphologicalWord
{
List<Position> positions = new ArrayList<Position>();
List<Morpheme> morphemes = new ArrayList<Morpheme>();
public String text;
public String PoS;
boolean closed = false;
public Morphological... | 1,806 | 0.640089 | 0.636766 | 84 | 20.5 | 18.452965 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.559524 | false | false | 7 |
66ebd1248543a63231367a1d88f3991c72fef4ac | 9,938,554,371,215 | 8f7597e0be60171c76587cad3f09d67aa10c9ca2 | /src/main/java/com/demo/service/impl/IUserServiceImpl.java | e6f17b01b67518013fe083a7d48443240a63b1c2 | [] | no_license | lin-lee/spring-tx-demo | https://github.com/lin-lee/spring-tx-demo | 8062a9de5b875cb4da71786e15d839deee7c85a5 | 0806f4841bedfbda07092cf7bccd463c7d07f419 | refs/heads/master | 2020-04-08T08:35:19.939000 | 2018-11-26T14:26:59 | 2018-11-26T14:26:59 | 159,184,263 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.service.impl;
import com.demo.UserEntity;
import com.demo.dao.IUserDAO;
import com.demo.service.IUserService;
import com.demo.service.IUserService2;
import org.springframework.aop.framework.AopContext;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Pro... | UTF-8 | Java | 7,986 | java | IUserServiceImpl.java | Java | [] | null | [] | package com.demo.service.impl;
import com.demo.UserEntity;
import com.demo.dao.IUserDAO;
import com.demo.service.IUserService;
import com.demo.service.IUserService2;
import org.springframework.aop.framework.AopContext;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Pro... | 7,986 | 0.612478 | 0.60662 | 298 | 21.916107 | 20.501015 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322148 | false | false | 7 |
ee8a434221aff347e217fa85f1bfcc5293af7c11 | 34,376,918,247,462 | d2185e72365510a76c85ed3bb28989be5ef97c82 | /src/com/zyjy/service/inter/CardService.java | 8832bb6dc8f1de16209eda5101b6919a3a85e122 | [] | no_license | greatstudy/zyjy | https://github.com/greatstudy/zyjy | 23c36ceca89fbe0d9addc010185d62296b944664 | 61dfe18bb3388812bbf6a5173bed00d51fef5e1c | refs/heads/master | 2023-02-02T04:24:25.560000 | 2020-12-16T02:28:49 | 2020-12-16T02:28:49 | 314,994,111 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zyjy.service.inter;
import com.zyjy.dto.ResponseBean;
public interface CardService {
/**
* 卡充值
*
* @param money 充值金额
* @param cardNum 卡号
* @return
*/
ResponseBean recharge(int money, String cardNum);
}
| UTF-8 | Java | 275 | java | CardService.java | Java | [] | null | [] | package com.zyjy.service.inter;
import com.zyjy.dto.ResponseBean;
public interface CardService {
/**
* 卡充值
*
* @param money 充值金额
* @param cardNum 卡号
* @return
*/
ResponseBean recharge(int money, String cardNum);
}
| 275 | 0.614786 | 0.614786 | 15 | 16.133333 | 15.357372 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 7 |
3ed7cf8cd6171c315346775a19119f0ff74b12eb | 6,184,752,937,512 | 37c067cb68293d9c7e1349f5ebe5c62e7d05331f | /src/main/java/cn/net/cobot/cobot_benchmark_javacert/j_06_07_basic_good_1001.java | dbd2d71242f09b1b7731a27e811b0e38ac8eb190 | [] | no_license | changingflower/cj | https://github.com/changingflower/cj | 7ebcb98d19c6b2a95d4e84457bcc4cae3e84935a | b23167850bdacca22366cab4b04207c69016fd20 | refs/heads/master | 2021-06-18T17:07:47.433000 | 2019-07-03T08:27:34 | 2019-07-03T08:27:34 | 195,006,718 | 0 | 0 | null | false | 2021-03-31T21:22:52 | 2019-07-03T07:57:18 | 2019-07-03T08:32:51 | 2021-03-31T21:22:52 | 584 | 0 | 0 | 2 | Java | false | false | package cn.net.cobot.cobot_benchmark_javacert;
//check type:java
public class j_06_07_basic_good_1001 {
public static void choose(String username) {
GrantAccess_good1 admin = new GrantAccess_good1();
GrantAccess_good1 user = new GrantUserAccess_good1();
if (username.equals("admin")) {
admin.displa... | UTF-8 | Java | 770 | java | j_06_07_basic_good_1001.java | Java | [
{
"context": "rantUserAccess_good1();\n\n if (username.equals(\"admin\")) {\n admin.displayAccountStatus();\n } el",
"end": 296,
"score": 0.9975551962852478,
"start": 291,
"tag": "USERNAME",
"value": "admin"
}
] | null | [] | package cn.net.cobot.cobot_benchmark_javacert;
//check type:java
public class j_06_07_basic_good_1001 {
public static void choose(String username) {
GrantAccess_good1 admin = new GrantAccess_good1();
GrantAccess_good1 user = new GrantUserAccess_good1();
if (username.equals("admin")) {
admin.displa... | 770 | 0.683117 | 0.663636 | 31 | 23.838709 | 20.759912 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 7 |
dc550c0dc8e8f3dff863d82af2047d912985b123 | 22,505,628,671,309 | f1d5ad64898308ccac5235e16aafe1fdb329f469 | /src/test/java/InputFileReaderTest.java | ee49ca4e701261d1dd81201865c5b0729e9d0720 | [] | no_license | KomorowskiKuba/minimalizator-kosztow-szczepien | https://github.com/KomorowskiKuba/minimalizator-kosztow-szczepien | c869bb8ab7379dff93cbce9bf5ad14b93cea1a60 | dafd3a1d1e66f1679949a9bc31fd8a875a89a2bc | refs/heads/main | 2023-04-29T19:21:25.778000 | 2021-05-15T19:35:28 | 2021-05-15T19:35:28 | 319,441,789 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.testng.annotations.Test;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.List;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;
public class InputFileReaderTest {
private final String properNonExistentName = "dane.txt";
... | UTF-8 | Java | 5,301 | java | InputFileReaderTest.java | Java | [
{
"context": "0\", 900);\r\n Producer p1 = new Producer(1, \"Eko Polska 2020\", 1300);\r\n producerList.add(p0);\r\n ",
"end": 4109,
"score": 0.9987035989761353,
"start": 4099,
"tag": "NAME",
"value": "Eko Polska"
}
] | null | [] | import org.testng.annotations.Test;
import java.io.FileNotFoundException;
import java.util.ArrayList;
import java.util.List;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;
public class InputFileReaderTest {
private final String properNonExistentName = "dane.txt";
... | 5,297 | 0.70647 | 0.693831 | 112 | 45.348213 | 39.790905 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705357 | false | false | 7 |
c584f4669449abf7a5b74dccde69e6247e2ed275 | 34,900,904,254,715 | ebaabf69a1ebcd5689e66d27dd9e4fd395ae8023 | /src/main/java/cn/v5/entity/game/song/GameSongBag.java | 4f77c5506573c5c052cb7ce476cefc174c7cb040 | [] | no_license | fl061157/core-server | https://github.com/fl061157/core-server | 81100b1f4345182f34e6db38293c96eab8f31132 | d6ecb8149a38f8fbffca0fab2a5683131c21a44c | refs/heads/master | 2020-06-22T17:33:48.129000 | 2016-11-23T15:13:42 | 2016-11-23T15:13:42 | 74,585,360 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.v5.entity.game.song;
import info.archinnov.achilles.annotations.Column;
import info.archinnov.achilles.annotations.Entity;
import info.archinnov.achilles.annotations.Id;
/**
* User: qgan(qgan@v5.cn)
* Date: 14-6-18 下午3:25
*/
//@Entity(table = "game_song_bags")
public class GameSongBag {
@Id
priv... | UTF-8 | Java | 1,451 | java | GameSongBag.java | Java | [
{
"context": "o.archinnov.achilles.annotations.Id;\n\n/**\n * User: qgan(qgan@v5.cn)\n * Date: 14-6-18 下午3:25\n */\n//@Entity",
"end": 200,
"score": 0.9996789693832397,
"start": 196,
"tag": "USERNAME",
"value": "qgan"
},
{
"context": "innov.achilles.annotations.Id;\n\n/**\n * User: q... | null | [] | package cn.v5.entity.game.song;
import info.archinnov.achilles.annotations.Column;
import info.archinnov.achilles.annotations.Entity;
import info.archinnov.achilles.annotations.Id;
/**
* User: qgan(<EMAIL>)
* Date: 14-6-18 下午3:25
*/
//@Entity(table = "game_song_bags")
public class GameSongBag {
@Id
private... | 1,448 | 0.592247 | 0.578607 | 77 | 17.09091 | 15.416454 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 7 |
6e0cb37c2bb35900c85667a4e805bdeb124fe878 | 7,421,703,542,620 | 8bcff0700c64c841b6231334188f93b36a9e138e | /app/src/main/java/cz/pikadorama/uome/adapter/navigation/NavigationAdapter.java | 4ce23f4a726f31e90bd0d11a60ba907f5a287abe | [] | no_license | natix643/uome | https://github.com/natix643/uome | 70f7dae2a6aad142c67f5705ad91accf7638f535 | 1196d6a620d0b0c64b0629dbd296a9a3dcf8d3ce | refs/heads/master | 2021-12-07T10:49:05.327000 | 2021-10-17T10:28:57 | 2021-10-17T10:28:57 | 49,818,962 | 1 | 0 | null | false | 2021-10-17T10:28:58 | 2016-01-17T13:44:59 | 2021-10-06T19:15:30 | 2021-10-17T10:28:57 | 1,886 | 0 | 0 | 10 | Java | false | false | package cz.pikadorama.uome.adapter.navigation;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import cz.pikadorama.uome.common.activity.UomeListAdapter;
public class NavigationAdapter extends UomeListAdapter<NavigationItem> {
public NavigationAdapter(Context context) {
... | UTF-8 | Java | 626 | java | NavigationAdapter.java | Java | [] | null | [] | package cz.pikadorama.uome.adapter.navigation;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
import cz.pikadorama.uome.common.activity.UomeListAdapter;
public class NavigationAdapter extends UomeListAdapter<NavigationItem> {
public NavigationAdapter(Context context) {
... | 626 | 0.733227 | 0.733227 | 25 | 24.040001 | 24.826567 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 7 |
2537f3a60a8597bca4f104f71ed28b6b03573031 | 154,618,846,887 | 4bf7b8f55aa777b8679765711d0dc76450983eac | /release/jboss-as7/wildfly/extension/src/main/java/org/switchyard/as7/extension/SwitchYardSubsystemAdd.java | 6a4561d1bc380fe1bc47126ef6d72b22acfcf0bd | [
"Apache-2.0"
] | permissive | maxname/switchyard | https://github.com/maxname/switchyard | a0c8854bf5e2057965837df1531d6536a5c96f4a | 35af6c1ed26f2e0739a6583a512f85d2a5be8b5c | refs/heads/master | 2020-12-25T04:08:50.236000 | 2016-02-10T04:50:28 | 2016-02-13T00:47:21 | 51,754,185 | 1 | 0 | null | true | 2016-02-15T12:31:57 | 2016-02-15T12:31:57 | 2016-01-22T12:26:32 | 2016-02-13T02:02:36 | 24,363 | 0 | 0 | 0 | null | null | null | /*
* Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors.
*
* 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 req... | UTF-8 | Java | 7,063 | java | SwitchYardSubsystemAdd.java | Java | [
{
"context": "chYard subsystem add update handler.\n *\n * @author Magesh Kumar B <mageshbk@jboss.com> (C) 2011 Red Hat Inc.\n */\npu",
"end": 2516,
"score": 0.9998723268508911,
"start": 2502,
"tag": "NAME",
"value": "Magesh Kumar B"
},
{
"context": "add update handler.\n *\n * @auth... | null | [] | /*
* Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors.
*
* 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 req... | 7,044 | 0.773892 | 0.769645 | 125 | 55.504002 | 45.680565 | 186 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.84 | false | false | 7 |
e97e4714dbe77d99a841bed285ad05f40859d7ba | 26,164,940,801,487 | 293078ec0b96c551f81e9f8c12c7d6471b4232bf | /app/src/main/aidl/com/uurobot/yxwlib/IRegister.java | 0bd71430162a249ac17b9e27f0a5b91ab1d2c34d | [] | no_license | 18823408460/YXWLib | https://github.com/18823408460/YXWLib | 3db085190a7b168c65c9515c71c0b8999e9e092c | a14df74053f95c842be4c939dc16c366636ca8ff | refs/heads/master | 2021-04-09T14:13:43.493000 | 2018-05-31T16:07:13 | 2018-05-31T16:07:13 | 125,585,904 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.uurobot.yxwlib;
/**
* Created by WEI on 2018/4/1.
*/
import com.uurobot.yxwlib.ICallBack;
public interface IRegister {
void register(ICallBack iCallBack);
}
| UTF-8 | Java | 178 | java | IRegister.java | Java | [
{
"context": "package com.uurobot.yxwlib;\n\n/**\n * Created by WEI on 2018/4/1.\n */\n\nimport com.uurobot.yxwlib.ICall",
"end": 50,
"score": 0.9971542358398438,
"start": 47,
"tag": "USERNAME",
"value": "WEI"
}
] | null | [] | package com.uurobot.yxwlib;
/**
* Created by WEI on 2018/4/1.
*/
import com.uurobot.yxwlib.ICallBack;
public interface IRegister {
void register(ICallBack iCallBack);
}
| 178 | 0.719101 | 0.685393 | 11 | 15.181818 | 15.706502 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 7 |
18a99845fcc43498de8b80707f77a7751da18e4b | 687,194,799,622 | dc2229d778460cc9c34147039f063b472fb681b2 | /src/main/java/com/wyp/springboot/supermarket/service/impl/OrderServiceImpl.java | 6f121807405acb30b55eb93cd06b56990c8c2058 | [] | no_license | nzy3869/supermarket | https://github.com/nzy3869/supermarket | 86665efbefaa70ad2a1959c852075e27ce3dbad4 | 6737563dbe4281f165ac5390636d5427132edee1 | refs/heads/master | 2020-04-29T14:41:18.319000 | 2019-03-20T07:18:57 | 2019-03-20T07:18:57 | 176,204,319 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wyp.springboot.supermarket.service.impl;
import com.wyp.springboot.supermarket.dao.OrderMapper;
import com.wyp.springboot.supermarket.dao.StockMapper;
import com.wyp.springboot.supermarket.pojo.Order;
import com.wyp.springboot.supermarket.pojo.Stock;
import com.wyp.springboot.supermarket.service.OrderServi... | UTF-8 | Java | 3,865 | java | OrderServiceImpl.java | Java | [] | null | [] | package com.wyp.springboot.supermarket.service.impl;
import com.wyp.springboot.supermarket.dao.OrderMapper;
import com.wyp.springboot.supermarket.dao.StockMapper;
import com.wyp.springboot.supermarket.pojo.Order;
import com.wyp.springboot.supermarket.pojo.Stock;
import com.wyp.springboot.supermarket.service.OrderServi... | 3,865 | 0.549762 | 0.547799 | 121 | 28.47934 | 21.881008 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.446281 | false | false | 7 |
8aec787903d00bf69d6536613e61a497e1c57e79 | 22,187,801,096,886 | ee19f36648aeb1ccfa31b0d4446a93553debadc6 | /app/src/main/java/com/moise/videoplayerlog/VideoPlayerActivity.java | cb189040274f5508cb4fc0e942709d55420bb77f | [] | no_license | providenceM/provy | https://github.com/providenceM/provy | 0161a9a62535ab909bb303fdb22a04652cb7394f | b18ff7ae544b8073e6d74fe77cebb08139ab9310 | refs/heads/master | 2020-05-30T09:03:32.741000 | 2019-05-30T17:24:28 | 2019-05-30T17:24:28 | 189,632,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* package com.moise.videoplayerlog;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.mois... | UTF-8 | Java | 2,783 | java | VideoPlayerActivity.java | Java | [] | null | [] | /* package com.moise.videoplayerlog;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.provider.MediaStore;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.mois... | 2,783 | 0.719368 | 0.71793 | 77 | 35.155846 | 29.164141 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 7 |
ac9fd8f50390b00fe187c91deb2c6178b6d5c3bc | 27,925,877,394,505 | b38be5c5ba28cc43adc530c86d62b033e4fa819d | /src/springChapter/homework3/spring-core-study/src/proxy/MyAllipayGateway.java | dc2edd9ff00475188c4dd9ba0b5930d568ec43a4 | [] | no_license | chenhaiyan90/myJavaClass | https://github.com/chenhaiyan90/myJavaClass | 802187e822c9a8329c1e44d6feaf93c48d9e0a15 | 9266181d1f41f7cb5cff66794ead55046814dcd2 | refs/heads/master | 2021-01-12T06:43:16.640000 | 2017-12-14T04:27:39 | 2017-12-14T04:27:45 | 77,421,490 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package proxy;
public class MyAllipayGateway implements MyPayGateWay{
@Override
public boolean pay(int userId, long orderId, double money) {
//url pay ...
System.out.println("pay suceess");
return true;
}
}
| UTF-8 | Java | 219 | java | MyAllipayGateway.java | Java | [] | null | [] | package proxy;
public class MyAllipayGateway implements MyPayGateWay{
@Override
public boolean pay(int userId, long orderId, double money) {
//url pay ...
System.out.println("pay suceess");
return true;
}
}
| 219 | 0.721461 | 0.721461 | 12 | 17.25 | 20.583672 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.166667 | false | false | 7 |
3811d6400dfa8f833edad9d3d4a072ec45e012a0 | 19,825,569,058,420 | 5a1c6ff7fcee734e9ae674230b07b52e640dbf78 | /web/plateform-web/src/main/java/com/myproject/web/dao/Student.java | f1816d96c6bfbf05590b39665eaeaa8024a4b686 | [] | no_license | nightwaking/spring-application | https://github.com/nightwaking/spring-application | 4e7f4b0f8aecbf34836921b487b57ac43df74460 | 49ced07847f7cac70ba1407106a51283cc6768dd | refs/heads/master | 2020-03-23T15:51:25.408000 | 2019-01-11T09:07:53 | 2019-01-11T09:07:53 | 141,778,959 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myproject.web.dao;
import lombok.Data;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.util.Date;
@Entity
@Table(name = "tbl_student")
@Data
public class Student {
@Id
@GenericGenerator(name = "idGenerator", strategy = "uuid")
@GeneratedValue(generator = "id... | UTF-8 | Java | 790 | java | Student.java | Java | [] | null | [] | package com.myproject.web.dao;
import lombok.Data;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.util.Date;
@Entity
@Table(name = "tbl_student")
@Data
public class Student {
@Id
@GenericGenerator(name = "idGenerator", strategy = "uuid")
@GeneratedValue(generator = "id... | 790 | 0.722785 | 0.722785 | 38 | 19.763159 | 17.170099 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.868421 | false | false | 7 |
f6661b16a05be825ae152d915df182ac3663f0f9 | 34,497,177,341,160 | 39ac32dcdcf52c5db1640ae792d129de47d3799c | /DataBasesProject1/app/src/main/java/com/example/cinetec/models/Screening.java | 2e6da827f6a4fbacd5a28f9ad77b264c53165728 | [] | no_license | NachoGranados/DataBases.Project1.AppMovil | https://github.com/NachoGranados/DataBases.Project1.AppMovil | c8f6d4dcce09a1efbf69c19231088bc3767f9122 | 2d66e19a6c4003ba42d1e38c43471ec1f97bd89c | refs/heads/main | 2023-08-23T12:10:45.955000 | 2021-10-21T00:34:12 | 2021-10-21T00:34:12 | 413,882,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.cinetec.models;
public class Screening {
private int id;
private int cinemaNumber;
private String movieOriginalName;
private int hour;
private int capacity;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
publ... | UTF-8 | Java | 965 | java | Screening.java | Java | [] | null | [] | package com.example.cinetec.models;
public class Screening {
private int id;
private int cinemaNumber;
private String movieOriginalName;
private int hour;
private int capacity;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
publ... | 965 | 0.621762 | 0.621762 | 50 | 18.299999 | 16.946091 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.32 | false | false | 7 |
4c63f5f8af5c514f6d7f13bd31b5a3120f8847af | 28,905,129,965,531 | a877f1d6d918e8457143c50c9b9d5575d83bae5a | /ColorSpot/app/src/main/java/minorproject/ionep/codescanner/MainActivity.java | 27de47b56ab41aa49b8a4dcb79b1de229f7a96de | [] | no_license | ionep/android | https://github.com/ionep/android | 9f0cdd18a8c20ae1b8866f36ce7df4ef7329d366 | 865077b40e3c89cff12305e66d09c7fe0b0e0404 | refs/heads/master | 2021-06-28T17:01:39.060000 | 2019-06-26T17:10:07 | 2019-06-26T17:10:07 | 130,179,031 | 0 | 0 | null | false | 2020-10-12T19:00:31 | 2018-04-19T07:54:09 | 2019-06-26T17:13:10 | 2020-10-12T19:00:30 | 46,406 | 0 | 0 | 3 | Java | false | false | package minorproject.ionep.codescanner;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.SurfaceView;
import android.view.View;
import android.view.WindowManager;
import android.widget.Imag... | UTF-8 | Java | 8,491 | java | MainActivity.java | Java | [] | null | [] | package minorproject.ionep.codescanner;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.SurfaceView;
import android.view.View;
import android.view.WindowManager;
import android.widget.Imag... | 8,491 | 0.584383 | 0.570486 | 255 | 32.298038 | 25.034983 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.658824 | false | false | 7 |
9d9a86a0260eb172a3d9c8123fde2fec63c32ef4 | 34,230,889,371,448 | 06222f620dd55518cd683a5dbe4281fce55a427f | /desktop/src/br/com/intergalaticwars/games/desktop/DesktopLauncher.java | c459067df1e3953c66fbc9609916ac18202bc99c | [] | no_license | br-dr3/ProjetoJogos | https://github.com/br-dr3/ProjetoJogos | b53f3f06bacea8550ec84eea6c2b6110a501917b | 6dab67d273063ffbab98fab4d27c9e46b0e1d5e1 | refs/heads/master | 2020-05-15T13:10:54.825000 | 2019-05-05T21:36:59 | 2019-05-05T21:36:59 | 182,289,576 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.intergalaticwars.games.desktop;
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
import br.com.intergalaticwars.games.IntergalaticWars;
import com.badlogic.gdx.Gdx;
import java.awt.Dimension;
import java.awt.Toolkit;
public c... | UTF-8 | Java | 655 | java | DesktopLauncher.java | Java | [] | null | [] | package br.com.intergalaticwars.games.desktop;
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
import br.com.intergalaticwars.games.IntergalaticWars;
import com.badlogic.gdx.Gdx;
import java.awt.Dimension;
import java.awt.Toolkit;
public c... | 655 | 0.772519 | 0.772519 | 19 | 33.473682 | 26.672218 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.631579 | false | false | 7 |
19a8879a4ff9acc055c860b944f2fc35a6c7c89a | 154,618,860,872 | fea4bdf512e7a65b0d22018fd0a2fa8c0d7fa7f4 | /nlp4han-pos/src/main/java/com/lc/nlp4han/pos/word/WordTagSampleStream.java | 6f78705baf8da159e0196755ced6c4cd040f01de | [] | no_license | kidden/nlp4han | https://github.com/kidden/nlp4han | 3a2e7e586d51b085dfcea7844e7b7835773b7c26 | fddf9ee7df3f38bc6d93f13153fae247dda11b15 | refs/heads/master | 2018-10-17T08:38:56.609000 | 2018-10-03T07:10:18 | 2018-10-03T07:10:18 | 95,756,227 | 217 | 85 | null | false | 2019-01-18T11:37:04 | 2017-06-29T08:32:52 | 2019-01-18T01:56:15 | 2019-01-18T11:37:03 | 45,183 | 13 | 17 | 9 | Java | false | null | package com.lc.nlp4han.pos.word;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.lc.nlp4han.ml.util.FilterObjectStream;
import com.lc.nlp4han.ml.util.InvalidFormatException;
import com.lc.nlp4han.ml.util.ObjectStream;
/**
* A stream filter which reads a senten... | UTF-8 | Java | 1,904 | java | WordTagSampleStream.java | Java | [] | null | [] | package com.lc.nlp4han.pos.word;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.lc.nlp4han.ml.util.FilterObjectStream;
import com.lc.nlp4han.ml.util.InvalidFormatException;
import com.lc.nlp4han.ml.util.ObjectStream;
/**
* A stream filter which reads a senten... | 1,904 | 0.677521 | 0.674895 | 68 | 27 | 26.331596 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.367647 | false | false | 7 |
7ded5920c61e68db4b4e1129ce79da0538c7ab1c | 18,588,618,497,111 | 0b2a5aa1292e08d86eb13e05b732c9fc91451546 | /Zipc_Webplatform/src/com/zipc/garden/webplatform/server/TCModelFactory.java | ce375648b1ea9db5d4998227ba92f071732ccf3a | [
"BSD-3-Clause"
] | permissive | open-garden/garden | https://github.com/open-garden/garden | 06190e27d77508cdcbe5f3ae9b08567b2bf3a083 | 588fc9d254b913548159bcd01c5b34bd1c5cbc73 | refs/heads/master | 2022-10-07T05:36:26.555000 | 2021-06-18T12:31:53 | 2021-07-13T23:50:25 | 329,557,778 | 16 | 2 | BSD-3-Clause | false | 2022-09-27T11:06:00 | 2021-01-14T08:50:18 | 2022-09-05T05:48:53 | 2022-09-27T06:23:49 | 50,086 | 14 | 3 | 3 | JavaScript | false | false | package com.zipc.garden.webplatform.server;
import java.util.LinkedHashMap;
import java.util.Map;
import org.eclipse.emf.common.util.EList;
import com.zipc.garden.model.tc.TCFactory;
import com.zipc.garden.model.tc.TCNode;
import com.zipc.garden.model.tc.TCNodeState;
import com.zipc.garden.model.tc.TCRoot;
/**
* T... | UTF-8 | Java | 8,388 | java | TCModelFactory.java | Java | [] | null | [] | package com.zipc.garden.webplatform.server;
import java.util.LinkedHashMap;
import java.util.Map;
import org.eclipse.emf.common.util.EList;
import com.zipc.garden.model.tc.TCFactory;
import com.zipc.garden.model.tc.TCNode;
import com.zipc.garden.model.tc.TCNodeState;
import com.zipc.garden.model.tc.TCRoot;
/**
* T... | 8,388 | 0.597282 | 0.597282 | 286 | 28.328671 | 23.488661 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
40392fc35730bebc9c7cff6f89b14ff25178af79 | 1,425,929,182,715 | 53903bc08049bb18915e825766d1feae1df6fa0b | /src/main/java/com/lxl/common/dataAccess/Curl.java | 2cdabda463ba53a49a1771a59b92d8ed0bcdbca6 | [] | no_license | yjysanshu/community-springboot | https://github.com/yjysanshu/community-springboot | f2def48a9f0b8636ef25469c4653c23bb91fd34a | ca217685874b509f9fc32f56494577762a666dd9 | refs/heads/master | 2018-09-10T16:21:53.089000 | 2018-06-05T11:37:49 | 2018-06-05T11:37:49 | 115,926,003 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lxl.common.dataAccess;
import java.util.Map;
public class Curl {
public static Map post() {
return null;
}
public static Map get() {
return null;
}
}
| UTF-8 | Java | 197 | java | Curl.java | Java | [] | null | [] | package com.lxl.common.dataAccess;
import java.util.Map;
public class Curl {
public static Map post() {
return null;
}
public static Map get() {
return null;
}
}
| 197 | 0.598985 | 0.598985 | 13 | 14.153846 | 12.233913 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 7 |
df47d7abee982162477142eb16a1be97b3c99b87 | 12,051,678,296,035 | 76cad61ec0812160a8d839cfccbded533fb92f6b | /springboot_test/src/main/java/Test.java | e363e935bcc9340c1c2c18b404fbc000ae7a6701 | [] | no_license | lwws/parentProject | https://github.com/lwws/parentProject | 39cf36cf30003422d3ed3ed53fbc6035e8b92acd | 9b9f53159ab3595dddc462de2a47a1abedd30e02 | refs/heads/master | 2018-11-13T03:20:06.831000 | 2018-08-28T13:28:36 | 2018-08-28T13:28:36 | 109,807,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by LIUWEI946 on 2017/11/30.
*/
public class Test {
// public static void main(String[] args) {
// System.out.println(System.getProperty("java.class.path"));//系统的classpath路径
// System.out.println(System.getProperty("user.dir"));//用户的当前路径
// String path = Test.class.getResource("/"... | UTF-8 | Java | 416 | java | Test.java | Java | [
{
"context": "/**\n * Created by LIUWEI946 on 2017/11/30.\n */\npublic class Test {\n// publ",
"end": 27,
"score": 0.9996007680892944,
"start": 18,
"tag": "USERNAME",
"value": "LIUWEI946"
}
] | null | [] | /**
* Created by LIUWEI946 on 2017/11/30.
*/
public class Test {
// public static void main(String[] args) {
// System.out.println(System.getProperty("java.class.path"));//系统的classpath路径
// System.out.println(System.getProperty("user.dir"));//用户的当前路径
// String path = Test.class.getResource("/"... | 416 | 0.617347 | 0.589286 | 11 | 34.636364 | 28.486912 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 7 |
26f60080587a0f161a9d37bd07a16eb75744c0b0 | 14,190,571,997,396 | 678a3d58c110afd1e9ce195d2f20b2531d45a2e0 | /sources/p004bo/app/C0558gl.java | 5ed9b39e93aa3c398b149c58339757f52b398ba8 | [] | no_license | jasonnth/AirCode | https://github.com/jasonnth/AirCode | d1c37fb9ba3d8087efcdd9fa2103fb85d13735d5 | d37db1baa493fca56f390c4205faf5c9bbe36604 | refs/heads/master | 2020-07-03T08:35:24.902000 | 2019-08-12T03:34:56 | 2019-08-12T03:34:56 | 201,842,970 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p004bo.app;
import java.io.InputStream;
/* renamed from: bo.app.gl */
public class C0558gl extends InputStream {
/* renamed from: a */
private final InputStream f726a;
/* renamed from: b */
private final int f727b;
public C0558gl(InputStream inputStream, int i) {
this.f726a = in... | UTF-8 | Java | 1,092 | java | C0558gl.java | Java | [] | null | [] | package p004bo.app;
import java.io.InputStream;
/* renamed from: bo.app.gl */
public class C0558gl extends InputStream {
/* renamed from: a */
private final InputStream f726a;
/* renamed from: b */
private final int f727b;
public C0558gl(InputStream inputStream, int i) {
this.f726a = in... | 1,092 | 0.598901 | 0.553114 | 54 | 19.222221 | 17.972887 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 7 |
0d3ee6ff68fe5a4d878a2481e6174e617bb02844 | 21,466,246,590,119 | 3e288d03bc66031300ef30b80c04089af2742969 | /2_OOPS_Inheritance/2_Abstraction_Encapsulation/1.java | afd739e611aa464fae218117d69a2d0ce50842ee | [] | no_license | anupamhaldkar/wiproPBLAssignments | https://github.com/anupamhaldkar/wiproPBLAssignments | 49c723af45c7e52223ebbeffc195afc039ece398 | 7621398e81d93fcb717e170ec7d9251062355284 | refs/heads/master | 2023-01-16T08:21:12.334000 | 2020-10-30T19:43:45 | 2020-11-22T19:43:45 | 282,701,083 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*Create a class Author with the following information.
Member variables : name (String), email (String), and gender (char)
Parameterized Constructor: To initialize the variables
Create a class Book with the following information.
Member variables : name (String), author (of the class Author you have just created), pri... | UTF-8 | Java | 1,906 | java | 1.java | Java | [
{
"context": " args) {\n\t \n\t\tAuthor author = new Author(\"AH\",\"geekyauthor@gmail.com\",'M');\n\t\tBook book = new Book(\"java\",author,174,3",
"end": 1802,
"score": 0.9999265074729919,
"start": 1781,
"tag": "EMAIL",
"value": "geekyauthor@gmail.com"
}
] | null | [] | /*Create a class Author with the following information.
Member variables : name (String), email (String), and gender (char)
Parameterized Constructor: To initialize the variables
Create a class Book with the following information.
Member variables : name (String), author (of the class Author you have just created), pri... | 1,892 | 0.70829 | 0.705142 | 84 | 21.690475 | 26.355164 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.357143 | false | false | 7 |
069a6ad697b2330c5d59cab4b7d2ee6a5407a793 | 35,734,127,904,551 | 8b37f4e403fddd464597f1fb6c53f52d84585441 | /week-2/src/test/java/RandomizedQueueTest.java | 067f7736e32fd4cffc396667a0f3fec068bf6ea3 | [
"MIT"
] | permissive | fredzica/princeton-algorithms-part-1 | https://github.com/fredzica/princeton-algorithms-part-1 | a56f02cf662a83e90ce002b0e6bb9e66696d6b49 | 9d80c2955ee8ec88089f242a7378e225686fc5b5 | refs/heads/master | 2020-05-30T12:17:43.524000 | 2019-06-05T18:08:32 | 2019-06-05T18:08:32 | 177,982,809 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import edu.princeton.cs.algs4.StdRandom;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.Iterator;
import java.util.NoSuchElementException;
import static org.junit.jupiter.api.Assertions.*;
class RandomizedQueueTest {
private RandomizedQueue<Integer> rq;
@Before... | UTF-8 | Java | 5,479 | java | RandomizedQueueTest.java | Java | [] | null | [] | import edu.princeton.cs.algs4.StdRandom;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import java.util.Iterator;
import java.util.NoSuchElementException;
import static org.junit.jupiter.api.Assertions.*;
class RandomizedQueueTest {
private RandomizedQueue<Integer> rq;
@Before... | 5,479 | 0.523453 | 0.492426 | 242 | 21.644629 | 17.847546 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 7 |
bf3fc480e980243b4054a6928d06a6835d9a4c2e | 36,344,013,272,114 | 7e0d8fe1dc5caa49c5a7463d5fc0ac89a51a30e8 | /app/src/main/java/net/NewService.java | 64963357a1b5ce8874736a046a5b545e364dc5e1 | [] | no_license | HappyGhostz/OkhttpReview | https://github.com/HappyGhostz/OkhttpReview | 7bff44559561adddbbf3f52d8c30f949bdb2d805 | e123e04651ee15d86fa97097e9d124aff9721ae0 | refs/heads/master | 2020-03-11T12:27:48.299000 | 2018-04-27T06:50:10 | 2018-04-27T06:50:10 | 129,998,248 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net;
import com.example.zcp.okhttpreview.data.BeautyPicture;
import java.util.HashMap;
import io.reactivex.Observable;
import retrofit2.Call;
import retrofit2.http.Field;
import retrofit2.http.FormUrlEncoded;
import retrofit2.http.GET;
import retrofit2.http.HeaderMap;
import retrofit2.http.Headers;
import re... | UTF-8 | Java | 2,223 | java | NewService.java | Java | [
{
"context": "ainActivity.CACHE_CONTROL_NETWORK;\n\n/**\n * @author Zhao Chenping\n * @creat 2018/4/18.\n * @description\n */\n\npublic ",
"end": 477,
"score": 0.9997420310974121,
"start": 464,
"tag": "NAME",
"value": "Zhao Chenping"
}
] | null | [] | package net;
import com.example.zcp.okhttpreview.data.BeautyPicture;
import java.util.HashMap;
import io.reactivex.Observable;
import retrofit2.Call;
import retrofit2.http.Field;
import retrofit2.http.FormUrlEncoded;
import retrofit2.http.GET;
import retrofit2.http.HeaderMap;
import retrofit2.http.Headers;
import re... | 2,216 | 0.500722 | 0.485315 | 55 | 36.763638 | 28.508987 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527273 | false | false | 7 |
104b8081990f52fc236bbb53951fd808cc788411 | 1,571,958,082,230 | e2dc51dcfd2c6401061c3c3794b22218da8c828c | /search-service/src/main/java/com/search/controller/ReviewController.java | a220a2a17ae21edb30cf79634c40e63f03f40e4b | [] | no_license | Asbaharoon/airbnb-clone | https://github.com/Asbaharoon/airbnb-clone | 2a1bddd0a0408f17fdf4fd35799f9d9a87af3177 | 8d3fa4dfd9485bc09d24c966f9db467988c9c66e | refs/heads/main | 2023-07-26T11:45:16.003000 | 2021-09-08T17:45:00 | 2021-09-08T17:45:00 | 565,419,463 | 2 | 0 | null | true | 2022-11-13T11:01:01 | 2022-11-13T11:01:00 | 2022-01-08T09:20:14 | 2021-09-08T17:45:14 | 331 | 0 | 0 | 0 | null | false | false | package com.search.controller;
import com.search.dto.request.ReviewRequest;
import com.search.dto.response.ReviewResponse;
import com.search.service.ReviewService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotati... | UTF-8 | Java | 1,285 | java | ReviewController.java | Java | [] | null | [] | package com.search.controller;
import com.search.dto.request.ReviewRequest;
import com.search.dto.response.ReviewResponse;
import com.search.service.ReviewService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotati... | 1,285 | 0.723735 | 0.723735 | 48 | 25.770834 | 25.731174 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 7 |
88456b75c776d04a58a1b220a423bbf5defcddef | 36,575,941,496,156 | 3a106778c6e66eb44c3f2070853f8fa0af4bda41 | /action/ManageJson.java | 8c7a53815ef2b21b0275c97e3fdf6d9b48d4da9f | [] | no_license | robertosamuelx/Database_Responsys-API- | https://github.com/robertosamuelx/Database_Responsys-API- | 18c32191d106571cb1d26850d0c23de556c6913f | 1ebca84b7fdeb1bebeee5abb5a78af35f9fc047a | refs/heads/master | 2020-04-28T06:48:04.660000 | 2019-03-11T21:51:39 | 2019-03-11T21:51:39 | 175,071,562 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package action;
import java.io.File;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.util.ArrayList;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolExcept... | UTF-8 | Java | 4,719 | java | ManageJson.java | Java | [] | null | [] | package action;
import java.io.File;
import java.io.IOException;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.util.ArrayList;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolExcept... | 4,719 | 0.627887 | 0.623013 | 114 | 39.377193 | 44.731045 | 304 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.105263 | false | false | 7 |
2fb844a742c1af4c319a58c72f37d452684c8340 | 36,893,769,073,432 | e00ebcffc8b92bd1f6e85430d43bed0952e72d50 | /src/SeleniumSessions/ReadProperties.java | 5364af2b3ca100fd8be3f732a26b93470091d43b | [] | no_license | ammanrr123/NaveenSessions | https://github.com/ammanrr123/NaveenSessions | a800e571276bd8147e3dd700fd581f74a8473cd3 | d4ccfe1950afe2ec3dea9fbd2865b4633c56118f | refs/heads/master | 2020-10-01T13:23:04.234000 | 2019-12-12T07:33:28 | 2019-12-12T07:33:28 | 227,546,220 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SeleniumSessions;
import java.io.FileInputStream;
//import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
//import org.omg.Messaging.SyncScopeHelper;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org... | UTF-8 | Java | 1,807 | java | ReadProperties.java | Java | [] | null | [] | package SeleniumSessions;
import java.io.FileInputStream;
//import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
//import org.omg.Messaging.SyncScopeHelper;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org... | 1,807 | 0.737133 | 0.737133 | 46 | 37.282608 | 36.129395 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.021739 | false | false | 7 |
483189d2b20956459de66f531c99d78b5129c18d | 35,639,638,641,968 | f94b172941101071c1de56d2523b3235abaf92cd | /src/main/java/org/datolite/aspects/LogDependencyEventsAspect.java | 2177d51660715af0506dfd9753a08518815fadd9 | [
"Apache-2.0"
] | permissive | blairehh/laes | https://github.com/blairehh/laes | 5bf7213113b56b6d6a4fe30bc55eb2364d4802e4 | 9d3b3a69f96b53ddf45ab8555cabeea6db54e077 | refs/heads/master | 2017-05-16T05:00:24.061000 | 2017-04-01T15:23:53 | 2017-04-01T15:23:53 | 83,121,890 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.datolite.aspects;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.JoinPoint;
import org.datolite.datum.DatumBuilder;
import org.datolite.datum.... | UTF-8 | Java | 2,173 | java | LogDependencyEventsAspect.java | Java | [] | null | [] | package org.datolite.aspects;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.AfterReturning;
import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.JoinPoint;
import org.datolite.datum.DatumBuilder;
import org.datolite.datum.... | 2,173 | 0.717441 | 0.71514 | 63 | 33.507938 | 34.302055 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 7 |
c0601080ee42273cdd96ad45d334d3bc3f8dcf64 | 35,296,041,258,785 | e2fc669e59d847ee875fa326f58fe7da4238a945 | /cdb-webapp/src/test/java/com/excilys/cdb/selenium/TestAddFindRemoveComputer.java | 2e56ca6db9abd7ea2ff9424e0608e3ee68407895 | [] | no_license | cvrod/computer-database | https://github.com/cvrod/computer-database | 92d2ee822ef5f96738dc36435aed5f043c1e1b04 | 40e555cf6c9d5f8c3deaaf8667acce68f17cd434 | refs/heads/master | 2021-01-01T04:05:00.626000 | 2016-06-08T16:01:04 | 2016-06-08T16:01:04 | 56,488,138 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.excilys.cdb.selenium;
import java.util.concurrent.TimeUnit;
import org.junit.*;
import static org.junit.Assert.*;
import org.openqa.selenium.*;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.Select;
public class TestAddFindRemoveComputer {
private WebDriver dri... | UTF-8 | Java | 4,244 | java | TestAddFindRemoveComputer.java | Java | [
{
"context": "s Exception {\n\n //Adding a computer named \"SeleniumTest\" to DB\n driver.get(baseUrl + \"/cdb-webapp/",
"end": 807,
"score": 0.7199141979217529,
"start": 795,
"tag": "USERNAME",
"value": "SeleniumTest"
},
{
"context": "iver.findElement(By.id(\"computerN... | null | [] | package com.excilys.cdb.selenium;
import java.util.concurrent.TimeUnit;
import org.junit.*;
import static org.junit.Assert.*;
import org.openqa.selenium.*;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.Select;
public class TestAddFindRemoveComputer {
private WebDriver dri... | 4,240 | 0.64279 | 0.638077 | 106 | 39.037735 | 26.286493 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.537736 | false | false | 7 |
78d68ff9248f72bba76db1de030b65d87bd4fd42 | 8,306,466,815,779 | 37f966303b8032d16ca2c5fe477c71cafd8b5500 | /openlegacy-designtime/src/main/java/org/openlegacy/designtime/mains/AbstractGenerateRequest.java | d4748cf9e99ca98bfb123faa4c481d9ac89d2082 | [] | no_license | otomazeli/openlegacy | https://github.com/otomazeli/openlegacy | 9aca215478149338d6f2590c7bb492c264587f1e | 17c37b5695633101929077c39c8ce8e2507bcac7 | refs/heads/master | 2020-03-23T10:59:05.271000 | 2013-01-21T06:47:32 | 2013-01-21T06:47:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.openlegacy.designtime.mains;
import java.io.File;
public abstract class AbstractGenerateRequest {
private File sourceDirectory;
private String packageDirectory;
private File TemplatesDirectory;
private File projectPath;
public File getSourceDirectory() {
return sourceDirectory;
}
public void s... | UTF-8 | Java | 913 | java | AbstractGenerateRequest.java | Java | [] | null | [] | package org.openlegacy.designtime.mains;
import java.io.File;
public abstract class AbstractGenerateRequest {
private File sourceDirectory;
private String packageDirectory;
private File TemplatesDirectory;
private File projectPath;
public File getSourceDirectory() {
return sourceDirectory;
}
public void s... | 913 | 0.787514 | 0.787514 | 44 | 19.75 | 19.80143 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.136364 | false | false | 7 |
b6b1904ccd22612f4c4b82186f8f0c8b45d29ab4 | 36,438,502,562,034 | b5d91d5aa2eae3bf660a8189a075db9e2243fc68 | /dubbo-demo-consumer/src/main/java/com/qaf/controller/ScheduleController.java | c33636c0f2bafa0054937b141a3936f359b66a6c | [] | no_license | zhouh90/dubbo-demo | https://github.com/zhouh90/dubbo-demo | ee08672d1485bca19b83307d626e427f15a146ca | 30fe7da0095cb9268f1105461c134e62863bd0fe | refs/heads/master | 2020-03-17T17:10:55.830000 | 2018-06-28T02:08:34 | 2018-06-28T02:08:34 | 133,778,136 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qaf.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org... | UTF-8 | Java | 2,257 | java | ScheduleController.java | Java | [
{
"context": "dule.service.SchedulerService;\r\n\r\n/**\r\n * @author 周 浩\r\n * @email zhou_eric90@163.com\r\n * @date 2018年6月1",
"end": 528,
"score": 0.9997931122779846,
"start": 525,
"tag": "NAME",
"value": "周 浩"
},
{
"context": "chedulerService;\r\n\r\n/**\r\n * @author 周 浩\r\n * ... | null | [] | package com.qaf.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org... | 2,245 | 0.728004 | 0.718178 | 86 | 24.034883 | 19.259216 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.27907 | false | false | 7 |
37d4bfb67aaab0c9dcf2f13db8a7f09d61ba0a88 | 3,221,225,497,730 | 26b67ac8cda4ae8c226630b3f968f22a4b8e266b | /other/algorithm-demo/src/com/dullbird/demo/leetCode/Test98.java | 67a7a5c58b00241b6f418f5bc834decf6e75b541 | [] | no_license | DullBird14/dullbird-lab | https://github.com/DullBird14/dullbird-lab | aa83ff1368a3ecbf127f2e3edc8cc9dc0648514f | ce8b89f4aede9d50a14cf25f0776621001df63b5 | refs/heads/master | 2021-11-22T18:49:21.697000 | 2021-11-07T12:30:57 | 2021-11-07T12:30:57 | 251,026,978 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dullbird.demo.leetCode;
import com.dullbird.demo.leetCode.loop.TreeNode;
import java.util.Objects;
/**
* @author : cys
* date: 2021-08-17 13:06
*/
public class Test98 {
public static void main(String[] args) {
TreeNode a_1 = new TreeNode(5);
TreeNode a_2 = new TreeNode(4);
... | UTF-8 | Java | 1,177 | java | Test98.java | Java | [
{
"context": "Node;\n\nimport java.util.Objects;\n\n/**\n * @author : cys\n * date: 2021-08-17 13:06\n */\npublic class Test98",
"end": 134,
"score": 0.9997053146362305,
"start": 131,
"tag": "USERNAME",
"value": "cys"
}
] | null | [] | package com.dullbird.demo.leetCode;
import com.dullbird.demo.leetCode.loop.TreeNode;
import java.util.Objects;
/**
* @author : cys
* date: 2021-08-17 13:06
*/
public class Test98 {
public static void main(String[] args) {
TreeNode a_1 = new TreeNode(5);
TreeNode a_2 = new TreeNode(4);
... | 1,177 | 0.535259 | 0.500425 | 48 | 23.520834 | 15.828494 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.520833 | false | false | 7 |
73211e3329650a5ef35fd00a2b25968dad77daed | 33,621,004,055,311 | a9e5174009011555a5af57ce621cb65b1499ef9f | /src/BinaryTree/MaximumWidthOfBinaryTree.java | 0b4ac95f27e2a7b3c55f2b36428bb0d502ec0a35 | [] | no_license | haisheng-lin/LeetCode-LintCode | https://github.com/haisheng-lin/LeetCode-LintCode | f1d46c7ad85bea88c52984852079f24c1d31fa1b | 2177fafc3eb7f3aee840e494761befa5395b45a1 | refs/heads/master | 2021-01-11T22:01:36.582000 | 2017-09-11T23:15:37 | 2017-09-11T23:15:37 | 78,895,869 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package BinaryTree;
import ClassPackage.TreeNode;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Lin on 2017/8/21.
*/
public class MaximumWidthOfBinaryTree {
/**
* Given a binary tree, write a function to get the maximum width of the given tree
* The width of a tree is the maximu... | UTF-8 | Java | 1,870 | java | MaximumWidthOfBinaryTree.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Lin on 2017/8/21.\n */\npublic class MaximumWidthOfBina",
"end": 125,
"score": 0.9568208456039429,
"start": 122,
"tag": "NAME",
"value": "Lin"
}
] | null | [] | package BinaryTree;
import ClassPackage.TreeNode;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Lin on 2017/8/21.
*/
public class MaximumWidthOfBinaryTree {
/**
* Given a binary tree, write a function to get the maximum width of the given tree
* The width of a tree is the maximu... | 1,870 | 0.581283 | 0.572192 | 58 | 31.241379 | 32.355412 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448276 | false | false | 7 |
640c92061a678d17536f0bc8ca2672cbdc0f14da | 33,844,342,333,278 | bfcaa59dfe5880ae606b44546a3fe6feae928c52 | /src/test/java/ConsultantCompatibilityCheckerTest.java | 65969c5804efb3862d0c25856ed3fcbd06eea4de | [] | no_license | SIlvioVasconcelos/marvinKata | https://github.com/SIlvioVasconcelos/marvinKata | 458f614a521d05c089515c2a99abfe64574b1f67 | cd73778b12c10b90ed262c0cbaed6bbbcb7a9787 | refs/heads/master | 2023-01-28T03:51:29.299000 | 2020-12-12T11:39:20 | 2020-12-12T11:39:20 | 320,816,130 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import data.dto.ConsultantDto;
import service.ConsultantCompatibilityChecker;
import org.junit.Assert;
import org.junit.Test;
import java.time.LocalDate;
import java.util.Arrays;
public class ConsultantCompatibilityCheckerTest {
@Test
public void should_match() {
ConsultantDto mentor = new Consultan... | UTF-8 | Java | 3,791 | java | ConsultantCompatibilityCheckerTest.java | Java | [
{
"context": " ConsultantDto mentor = new ConsultantDto(\"ObiWan\", true, false, LocalDate.now().minusYears(2), 3);",
"end": 332,
"score": 0.9996626377105713,
"start": 326,
"tag": "NAME",
"value": "ObiWan"
},
{
"context": " ConsultantDto candidate = new ConsultantDto(\"Ana... | null | [] | import data.dto.ConsultantDto;
import service.ConsultantCompatibilityChecker;
import org.junit.Assert;
import org.junit.Test;
import java.time.LocalDate;
import java.util.Arrays;
public class ConsultantCompatibilityCheckerTest {
@Test
public void should_match() {
ConsultantDto mentor = new Consultan... | 3,791 | 0.708256 | 0.697705 | 79 | 46.987343 | 43.491741 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.468354 | false | false | 7 |
ec902979bc3f30398c52acb0d67fa85e7624bfbc | 38,637,525,801,290 | 1150f16bf7f7391ed7e3d7e1b67c4897008be532 | /resource/src/main/java/com/exc/street/light/resource/vo/resp/DlmRespDeviceByLoopVO.java | 27c7d1f9018908cba615f973e1f2622b93e41691 | [] | no_license | dragonxu/street_light_yancheng | https://github.com/dragonxu/street_light_yancheng | e0c957214aae2ebbba2470438c16cd1f8bf600ec | 5d0d4fd4af0eb6b54f7e1ecef9651a3b9208d7f7 | refs/heads/master | 2023-01-15T19:36:53.113000 | 2020-11-24T07:37:34 | 2020-11-24T07:37:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exc.street.light.resource.vo.resp;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @author Xiezhipeng
* @Description 集控分组下的设备(灯具)对象
* @Date 2020/8/25
*/
@Data
public class DlmRespDeviceByLoopVO {
@ApiModelProperty(name = "id" , value = "设备id")
private Integer id;
... | UTF-8 | Java | 619 | java | DlmRespDeviceByLoopVO.java | Java | [
{
"context": "ModelProperty;\nimport lombok.Data;\n\n/**\n * @author Xiezhipeng\n * @Description 集控分组下的设备(灯具)对象\n * @Date 2020/8/25",
"end": 142,
"score": 0.8382293581962585,
"start": 132,
"tag": "NAME",
"value": "Xiezhipeng"
}
] | null | [] | package com.exc.street.light.resource.vo.resp;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @author Xiezhipeng
* @Description 集控分组下的设备(灯具)对象
* @Date 2020/8/25
*/
@Data
public class DlmRespDeviceByLoopVO {
@ApiModelProperty(name = "id" , value = "设备id")
private Integer id;
... | 619 | 0.671304 | 0.65913 | 27 | 20.296297 | 19.411366 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37037 | false | false | 7 |
08f961576376eaf4d10fb981f391e00f070f7896 | 35,622,458,786,379 | 50801702fbd6bc2280bc4b2a515a63cc9fb666a0 | /src/com/facebook/CheckBalancedParanthesis.java | 370733aa007d8ae1a1dee3539e204d261845c037 | [] | no_license | ankitrathi001/LeetCode | https://github.com/ankitrathi001/LeetCode | c26db70fc1388fbe0849e1fe6fb4ac1d5699ddbf | eb874668be1fd5f175682c1c326f6fe1f82f3c07 | refs/heads/master | 2020-02-27T06:21:27.030000 | 2018-11-11T05:41:08 | 2018-12-16T19:22:49 | 58,972,776 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook;
import java.util.Stack;
public class CheckBalancedParanthesis {
public static void main(String[] args) {
// TODO Auto-generated method stub
String strInput = "[{()[]}()]{}";
CheckBalancedParanthesis cbp = new CheckBalancedParanthesis();
System.out.println(cbp.isValid(strInput));
}
... | UTF-8 | Java | 1,045 | java | CheckBalancedParanthesis.java | Java | [] | null | [] | package com.facebook;
import java.util.Stack;
public class CheckBalancedParanthesis {
public static void main(String[] args) {
// TODO Auto-generated method stub
String strInput = "[{()[]}()]{}";
CheckBalancedParanthesis cbp = new CheckBalancedParanthesis();
System.out.println(cbp.isValid(strInput));
}
... | 1,045 | 0.583732 | 0.582775 | 47 | 21.234043 | 23.008059 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.638298 | false | false | 7 |
20278b9cb9d35847b457ac8a5f8f0d184c66256e | 23,330,262,404,458 | 27ff8ecbcc39c477bf1cf04c8da22bdbfd5c0ff3 | /src/main/com/ilya/de/math/evaluator/EulerEvaluator.java | a2d3b5dd801b2a31bb8ca6bc1324e87a14eabd59 | [] | no_license | potemin1999/de-assignment | https://github.com/potemin1999/de-assignment | 87ade4ea4c55a4850540aebab202da232dd2d7d0 | 6c1b7fbeabb89be5482d367c4c331bb364272080 | refs/heads/master | 2020-04-02T11:28:44.929000 | 2018-11-13T09:20:35 | 2018-11-13T09:20:35 | 154,390,691 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ilya.de.math.evaluator;
import com.ilya.de.math.graph.Point;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.util.ArrayList;
import java.util.List;
@NoArgsConstructor
public class EulerEvaluator extends AbstractSyncEvaluator implements Y0AcceptingEvaluator {
public static final St... | UTF-8 | Java | 951 | java | EulerEvaluator.java | Java | [] | null | [] | package com.ilya.de.math.evaluator;
import com.ilya.de.math.graph.Point;
import lombok.NoArgsConstructor;
import lombok.Setter;
import java.util.ArrayList;
import java.util.List;
@NoArgsConstructor
public class EulerEvaluator extends AbstractSyncEvaluator implements Y0AcceptingEvaluator {
public static final St... | 951 | 0.631966 | 0.62776 | 34 | 26.970589 | 23.699696 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 7 |
93c885a727f45f38c3b414171e5e1d8938260dcc | 35,459,250,029,647 | 69b9d4544972047557915ccb2a6cb7c252a51ad8 | /src/main/java/fdp/project/spring/service/impl/HospInfoServiceImpl.java | f33bdf39e44b87d0e05ed28296d9e21850513f20 | [] | no_license | mingi115/MyGit | https://github.com/mingi115/MyGit | a0d2df5d83ab96e6eee6e6f0506fd0528d2abffe | f7d3ea6e7cddb0105d545ea717086a6713861e88 | refs/heads/master | 2022-12-26T14:12:03.146000 | 2020-01-11T08:40:41 | 2020-01-11T08:40:41 | 233,200,861 | 1 | 1 | null | false | 2022-05-20T21:20:52 | 2020-01-11T08:34:12 | 2022-01-06T07:32:14 | 2022-05-20T21:20:52 | 3,818 | 0 | 1 | 5 | Java | false | false | package fdp.project.spring.service.impl;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import fdp.project.spring.model.HospInfo;
import fdp.project.spring.service.HospInfoService;
impor... | UTF-8 | Java | 2,249 | java | HospInfoServiceImpl.java | Java | [] | null | [] | package fdp.project.spring.service.impl;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import fdp.project.spring.model.HospInfo;
import fdp.project.spring.service.HospInfoService;
impor... | 2,249 | 0.709143 | 0.7063 | 80 | 25.387501 | 21.102425 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.225 | false | false | 7 |
00a527cf9e82c984bd792e2119ae5697256ed836 | 35,115,652,651,612 | 6d46ae0c640783e2599f57989c9b5e37dd81c739 | /src/MuhtarTask/Employee.java | 24d432692aeeb8dc5614d94bfef02808dc1a0cb4 | [] | no_license | xiamuxinuer/emma | https://github.com/xiamuxinuer/emma | 6e75ce20ec64e0e5a8f2ae8d367da739f7f568d5 | bfa2a8e4e0645407c8dc96c78baffa5b201602cc | refs/heads/master | 2020-09-24T13:33:16.362000 | 2020-03-01T02:50:10 | 2020-03-01T02:50:10 | 225,769,685 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MuhtarTask;
public abstract class Employee {
String employeeName;
int employeeID;
String JobTitle;
public Employee(String employeeName, int employeeID, String jobTitle) {
this.employeeName = employeeName;
this.employeeID = employeeID;
JobTitle = jobTitle;
}
... | UTF-8 | Java | 362 | java | Employee.java | Java | [
{
"context": "ID, String jobTitle) {\n this.employeeName = employeeName;\n this.employeeID = employeeID;\n ",
"end": 238,
"score": 0.8711870312690735,
"start": 230,
"tag": "NAME",
"value": "employee"
}
] | null | [] | package MuhtarTask;
public abstract class Employee {
String employeeName;
int employeeID;
String JobTitle;
public Employee(String employeeName, int employeeID, String jobTitle) {
this.employeeName = employeeName;
this.employeeID = employeeID;
JobTitle = jobTitle;
}
... | 362 | 0.665746 | 0.665746 | 22 | 15.454545 | 19.471954 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 7 |
c9f4b59515c3dc902e7f2d19cb6982a91fa6cb7f | 37,701,222,946,003 | 80c205addab80d220d4880db1516a537cfc06c7c | /microservice-provider-user-auth/src/main/java/com/df/controller/UserController.java | 3bb460efe252456031a1c74f442084cec0c0f945 | [] | no_license | hyllovedf/spring-cloud | https://github.com/hyllovedf/spring-cloud | 4b546abc59003731e1c1bb776c40dd6a689a6ad6 | ea13888319f674a972bf0814450259772bae3e58 | refs/heads/master | 2023-03-11T12:46:19.865000 | 2021-02-20T05:56:39 | 2021-02-20T05:56:39 | 319,870,590 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.df.controller;
import com.df.entity.User;
import com.df.service.UserService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.context.SecurityContextHolder;
im... | UTF-8 | Java | 1,430 | java | UserController.java | Java | [
{
"context": "ler;\n\nimport java.util.Collection;\n\n/**\n * @author hanyli\n * @date 2020/12/8\n */\n@Slf4j\n@RestController\n@Re",
"end": 682,
"score": 0.9995892643928528,
"start": 676,
"tag": "USERNAME",
"value": "hanyli"
}
] | null | [] | package com.df.controller;
import com.df.entity.User;
import com.df.service.UserService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.context.SecurityContextHolder;
im... | 1,430 | 0.745416 | 0.738364 | 39 | 35.358974 | 26.878155 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 7 |
50e6416c2630f4d468527a94c57a87fbc01e8ded | 37,735,582,675,197 | 55a93ace8ec75db45b3d5024efef1b29d57174eb | /app/src/main/java/com/aboukalil/phoneinsider1/SignUp.java | 60ba1dffa9e59ede9d5302d3523a1ae5a92127c4 | [] | no_license | aboukalil48/PhoneInsider | https://github.com/aboukalil48/PhoneInsider | 2d07a111a9264a43ffaf47b191b4e611b9a90814 | 8851808f23c59d35a15aa2d3c2b5e29a4fe29584 | refs/heads/master | 2021-01-04T14:42:34.620000 | 2020-02-14T20:49:11 | 2020-02-14T20:49:11 | 240,595,242 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aboukalil.phoneinsider1;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.aboukalil.phoneinsider1.R;
public class SignUp... | UTF-8 | Java | 2,810 | java | SignUp.java | Java | [] | null | [] | package com.aboukalil.phoneinsider1;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.aboukalil.phoneinsider1.R;
public class SignUp... | 2,810 | 0.558363 | 0.556584 | 68 | 40.323528 | 31.155416 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794118 | false | false | 7 |
f3ce74b13df55e05a4b38761d3bf979a9d6e6544 | 28,028,956,631,467 | b10146f3a4fe6f508db8f3ba7ef96e82479050d1 | /Builder/src/PassengerClass.java | 1838adcd1a40502e723a8998bed49e36cd2d7cfb | [] | no_license | nekromant322/DesignPatterns | https://github.com/nekromant322/DesignPatterns | 978b009a6c35f0626e2765a6cf80226ab353dc26 | 54aad8b2daf4fe32379215725ae2702a4f7f1d28 | refs/heads/master | 2020-04-23T21:48:13.293000 | 2019-04-30T00:53:08 | 2019-04-30T00:53:08 | 171,481,463 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
public class PassengerClass extends Person {
private String name;
private ArrayList<Person> passengers=new ArrayList<>();
private int maxWeight;
public PassengerClass(String name,int max){
this.name=name;
this.maxWeight=max;
}
public void add(Perso... | UTF-8 | Java | 2,277 | java | PassengerClass.java | Java | [] | null | [] | import java.util.ArrayList;
public class PassengerClass extends Person {
private String name;
private ArrayList<Person> passengers=new ArrayList<>();
private int maxWeight;
public PassengerClass(String name,int max){
this.name=name;
this.maxWeight=max;
}
public void add(Perso... | 2,277 | 0.482805 | 0.480125 | 82 | 26.304878 | 24.8874 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.439024 | false | false | 7 |
c19d415622a0361149ea34646fb8743f90532719 | 24,756,191,553,736 | 27cf719e65ad0df269b832fac7c9fe36b8f002f0 | /RockPaperScissor/Game.java | 10f92df2e58060584bbe0119173efb77eb09a8bb | [] | no_license | Sajin-storm/Games | https://github.com/Sajin-storm/Games | 8c9413b6d2c111adc41fbdaab06d8081c06abad5 | 0b46bebbe314c89359480c297f4c80d42e6c1c80 | refs/heads/main | 2023-08-02T20:25:14.733000 | 2021-09-23T05:28:29 | 2021-09-23T05:28:29 | 404,597,730 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cg.basic;
import java.util.Scanner;
public class Game {
//fields
int playerPoints = 0;
int systemPoints = 0;
String name = "Player";
//arrays
String[] choiceList = {"rock","paper","scissor"};
String[] closeList = {"stop","exit","close"};
String[] completeList = {"rock","paper","scissor","stop"... | UTF-8 | Java | 4,869 | java | Game.java | Java | [
{
"context": "oints = 0;\n\tint systemPoints = 0;\n\tString name = \"Player\";\n\t\n\t//arrays\n\tString[] choiceList = {\"rock\",\"pap",
"end": 150,
"score": 0.9732576608657837,
"start": 144,
"tag": "NAME",
"value": "Player"
},
{
"context": "Scissor |\");\n\t\tSystem.out.println(\"... | null | [] | package com.cg.basic;
import java.util.Scanner;
public class Game {
//fields
int playerPoints = 0;
int systemPoints = 0;
String name = "Player";
//arrays
String[] choiceList = {"rock","paper","scissor"};
String[] closeList = {"stop","exit","close"};
String[] completeList = {"rock","paper","scissor","stop"... | 4,868 | 0.572808 | 0.571781 | 177 | 26.508474 | 23.165121 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.853107 | false | false | 7 |
005ed5d55c1fbf5e75adc46f9c49a70fff2345f9 | 35,321,811,088,458 | 612aed6e68a9adaf0a82156a1c0d563f1c78362d | /June/src/CarDutil.java | 4eb555af35206b43992d69503abbd626f94c5dbc | [] | no_license | bairiyanhua/java_note | https://github.com/bairiyanhua/java_note | 24c9a03fe42cc22018c8e540591da1bda281429e | f0e04f63f3f90abefd68adec24fc5486e48fe15e | refs/heads/master | 2020-06-01T11:51:33.468000 | 2019-07-17T09:11:30 | 2019-07-17T09:11:30 | 190,768,835 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
public class CarDutil {
Map<String, Card> cardMap = new HashMap<String, Card>();
public boolean isExist(String cardNo) {
... | UTF-8 | Java | 991 | java | CarDutil.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
public class CarDutil {
Map<String, Card> cardMap = new HashMap<String, Card>();
public boolean isExist(String cardNo) {
... | 991 | 0.686254 | 0.686254 | 43 | 21.16279 | 15.831864 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.930233 | false | false | 7 |
50fd4b76fd4ab6f8fe59e738df26c91748bf8c69 | 36,670,430,814,820 | e738762880862c48663e3d346e6d5a3db12cddac | /src/com/bhago/geo/EnumCalculation.java | ea904afc7d2f6c6609cfe5e7cca5ab7bbbde9e88 | [] | no_license | kmanish86/bhago | https://github.com/kmanish86/bhago | 02a399da471169d6f154b780cbfae3a1688d014c | 64f7e3c20cab850738e38521120bdcb7a8b89b60 | refs/heads/master | 2016-09-05T20:09:55.158000 | 2011-06-05T09:35:09 | 2011-06-05T09:35:09 | 32,127,036 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bhago.geo;
public class EnumCalculation {
public enum ElevationUnits {
Meters, Feet
}
}
| UTF-8 | Java | 114 | java | EnumCalculation.java | Java | [] | null | [] | package com.bhago.geo;
public class EnumCalculation {
public enum ElevationUnits {
Meters, Feet
}
}
| 114 | 0.684211 | 0.684211 | 8 | 12.25 | 12.376894 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 7 |
ff4c5005cb7478f029344cc39ed68d2af42d0aa2 | 38,817,914,472,011 | 014890a9053b321f977301a8a0a61b8cb42d9597 | /src/main/java/com/ymcsoft/function/util/LongToDoubleFunctionWithException.java | b49610f01a0158404bede971f0940c57731be4a6 | [
"Apache-2.0"
] | permissive | ymcsoft/function-utils | https://github.com/ymcsoft/function-utils | 0834e11e8922520d6965aa8157a08a0d79341ca8 | 83c766cfbed7571d3f12bd976071fbf7ce42a38b | refs/heads/master | 2021-07-11T06:11:55.495000 | 2020-10-14T02:53:35 | 2020-10-14T02:53:35 | 210,502,041 | 0 | 0 | Apache-2.0 | false | 2020-10-14T02:53:36 | 2019-09-24T03:17:41 | 2019-10-19T03:05:39 | 2020-10-14T02:53:35 | 34 | 0 | 0 | 0 | Java | false | false | package com.ymcsoft.function.util;
import java.util.function.LongToDoubleFunction;
import static com.ymcsoft.function.util.ExceptionUtil.handleCheckedExceptions;
@FunctionalInterface
public interface LongToDoubleFunctionWithException<E extends Exception>{
double applyAsDouble(long value) throws E;
/**
... | UTF-8 | Java | 982 | java | LongToDoubleFunctionWithException.java | Java | [] | null | [] | package com.ymcsoft.function.util;
import java.util.function.LongToDoubleFunction;
import static com.ymcsoft.function.util.ExceptionUtil.handleCheckedExceptions;
@FunctionalInterface
public interface LongToDoubleFunctionWithException<E extends Exception>{
double applyAsDouble(long value) throws E;
/**
... | 982 | 0.694501 | 0.693483 | 29 | 32.862068 | 30.661358 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 7 |
838d50326c1eb220eb572d5ebc02a3bf04e7a8eb | 34,909,494,239,304 | 31aaef2ec503c9410ecb347c4d0fff421c467859 | /Teplota/src/teplota/SenzorTeplota.java | 6ec96c69cabbf231b6d5b56037f1d45336da26b6 | [] | no_license | Slodi/Semestralka | https://github.com/Slodi/Semestralka | 82c821a1a1031141a9aca4db0432ab53965b49c0 | ff5bd3fffc0f2edca773f5835d18f072ed6ddfba | refs/heads/master | 2020-03-03T13:43:06.919000 | 2017-05-25T10:43:14 | 2017-05-25T10:43:14 | 92,393,622 | 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 teplota;
import java.io.IOException;
import java.net.InetAddress;
import java.net.Socket;
import java.util.logging.Level;
im... | UTF-8 | Java | 1,232 | java | SenzorTeplota.java | Java | [
{
"context": "mport java.util.logging.Logger;\n\n/**\n *\n * @author slodicak1\n */\npublic class SenzorTeplota {\n\n /**\n * @",
"end": 379,
"score": 0.9748589396476746,
"start": 370,
"tag": "USERNAME",
"value": "slodicak1"
}
] | 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 teplota;
import java.io.IOException;
import java.net.InetAddress;
import java.net.Socket;
import java.util.logging.Level;
im... | 1,232 | 0.579545 | 0.576299 | 45 | 26.377777 | 24.552248 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 7 |
e8e33cd386af993cefc452e19b0fed9a44663a56 | 35,579,509,132,794 | 82342745227f7cd6b3bf0a8001e1fad6b2710544 | /CountNonDivisible.java | 959dc7c3856d5cf368ae093dce5d40821a76bda2 | [
"MIT"
] | permissive | marcosdeaguiar/codility-lessons | https://github.com/marcosdeaguiar/codility-lessons | b3545bd5d6042756d949feec57d399899bf749e5 | 4fdf99ca14d27726dd90ed3e0c7bf6035a8fc4f0 | refs/heads/master | 2022-10-01T09:02:41.335000 | 2020-06-03T17:42:32 | 2020-06-03T17:42:32 | 269,150,828 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Solution {
public int[] solution(int[] A) {
int N = A.length;
int maxInt = N + N;
// Make a count array of size of the biggest int + 1.
int[] countArray = new int[maxInt + 1];
for (int i = 0; i < N; i++)
{
countArray[A[i]] += 1;... | UTF-8 | Java | 1,186 | java | CountNonDivisible.java | Java | [] | null | [] | class Solution {
public int[] solution(int[] A) {
int N = A.length;
int maxInt = N + N;
// Make a count array of size of the biggest int + 1.
int[] countArray = new int[maxInt + 1];
for (int i = 0; i < N; i++)
{
countArray[A[i]] += 1;... | 1,186 | 0.437605 | 0.43086 | 43 | 25.627907 | 24.310036 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418605 | false | false | 7 |
238545ff453f3461346482275d85acb13b1a15a7 | 37,443,524,917,386 | 05f55f064ec83a13e698462807fb2e29e90a4f21 | /src/actions/EditarModerador.java | 2d48e73b317441f7cb395332fe71fa8c1aa2a156 | [] | no_license | Morfyo/TallerJava-Final | https://github.com/Morfyo/TallerJava-Final | 9144b2166fcdf9942ef361afa677d18f23a3c9af | e00d5b1dda295ea2f735d3dbc73f9773ffb6c3ec | refs/heads/master | 2016-09-05T14:22:42.719000 | 2014-12-04T03:08:44 | 2014-12-04T03:22:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package actions;
import Clases.Perfil;
import Clases.Persona;
import Dao.PerfilDAO;
import Dao.PersonaDAO;
public class EditarModerador {
private PersonaDAO daoPersona;
private Long id;
private Persona Persona;
private PerfilDAO daoPerfil;
private Perfil Perfil;
private String usuarioFormu;
private String clav... | UTF-8 | Java | 3,607 | java | EditarModerador.java | Java | [] | null | [] | package actions;
import Clases.Perfil;
import Clases.Persona;
import Dao.PerfilDAO;
import Dao.PersonaDAO;
public class EditarModerador {
private PersonaDAO daoPersona;
private Long id;
private Persona Persona;
private PerfilDAO daoPerfil;
private Perfil Perfil;
private String usuarioFormu;
private String clav... | 3,607 | 0.734405 | 0.734405 | 173 | 19.84971 | 19.097271 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.520231 | false | false | 7 |
1ad86ceaf337bdec059ee81469321b171377c09a | 13,520,557,082,906 | ec7ba91d9cc961c10a3f670459ed2c10fb914f09 | /src/main/java/com/tyk/vo/OrderCustom.java | ee773aa1990dbf3c2ab459854b24a47cae35b737 | [] | no_license | sdljtyk/MedWork | https://github.com/sdljtyk/MedWork | 5cd091293f2861330f4510a898323a7b21e3cc7f | bb55659de8345848b9d5203801bd36197958da07 | refs/heads/master | 2020-03-13T03:55:33.428000 | 2018-11-28T09:13:09 | 2018-11-28T09:13:09 | 130,953,429 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tyk.vo;
import java.util.ArrayList;
import java.util.List;
import com.tyk.pojo.Orderinfo;
import com.tyk.pojo.Orders;
public class OrderCustom extends Orders{
private String yyname;
private String orderstatemc;
private List<Orderinfo> yycgdmxs = new ArrayList<Orderinfo>();
public Str... | UTF-8 | Java | 747 | java | OrderCustom.java | Java | [] | null | [] | package com.tyk.vo;
import java.util.ArrayList;
import java.util.List;
import com.tyk.pojo.Orderinfo;
import com.tyk.pojo.Orders;
public class OrderCustom extends Orders{
private String yyname;
private String orderstatemc;
private List<Orderinfo> yycgdmxs = new ArrayList<Orderinfo>();
public Str... | 747 | 0.713521 | 0.713521 | 33 | 20.636364 | 17.565147 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.272727 | false | false | 7 |
fc51178cb1bf0cd31de00847c531fca5190273cc | 31,155,692,812,892 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /data/libgdx/btWheelInfoConstructionInfo_setWheelRadius.java | 22f2a986b60fc0d5bae9263278ce4f3ed1679eaf | [] | no_license | GabeOchieng/ggnn.tensorflow | https://github.com/GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278000 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public void setWheelRadius(float value) {
DynamicsJNI.btWheelInfoConstructionInfo_wheelRadius_set(swigCPtr, this, value);
}
| UTF-8 | Java | 128 | java | btWheelInfoConstructionInfo_setWheelRadius.java | Java | [] | null | [] | public void setWheelRadius(float value) {
DynamicsJNI.btWheelInfoConstructionInfo_wheelRadius_set(swigCPtr, this, value);
}
| 128 | 0.804688 | 0.804688 | 3 | 41.666668 | 33.479679 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 7 |
048f8cbdbbf70c87375fc980d984f0e980fd5b4e | 19,473,381,722,581 | b8fb17053d9049d6df855c82d17495a147493e69 | /CodeWars2013/src/prob01.java | ed5fe8cbe7c0f5592d811cd4624787cee00e4c3a | [] | no_license | AkshatJain1/Competition-Practice | https://github.com/AkshatJain1/Competition-Practice | 787f644e47a3c374a388679fa2eeb54b88044a5d | ce308e76f7be069de92816c4c560f135e0569bbc | refs/heads/master | 2020-08-30T02:48:23.732000 | 2019-10-29T08:32:54 | 2019-10-29T08:32:54 | 218,239,264 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.io.*;
public class prob01 {
public static void main(String[] args) throws Exception{
Scanner kb = new Scanner(new File("prob01-set1-in.txt"));
System.out.println(kb.nextInt()*8 - 95);
}
}
| UTF-8 | Java | 244 | java | prob01.java | Java | [] | null | [] | import java.util.*;
import java.io.*;
public class prob01 {
public static void main(String[] args) throws Exception{
Scanner kb = new Scanner(new File("prob01-set1-in.txt"));
System.out.println(kb.nextInt()*8 - 95);
}
}
| 244 | 0.643443 | 0.610656 | 8 | 29.5 | 23.140873 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 7 |
1a46dcd9817b9f1fe9d7189455b68471fd7885a4 | 15,006,615,784,274 | 552c623a870872a117722337727a13295fdfa0ce | /StockQuoteApp/src/main/java/edu/bradyreed/advjava/StockQuoteApp/service/StockService.java | 7bc733e9d33883c60ad2e79f304c9561bb147d95 | [] | no_license | BradyRx7/adv-java-sp2020 | https://github.com/BradyRx7/adv-java-sp2020 | 9830330a33bc462f89653c56352a97a4c498fe0d | ae91e6ffb10ab3c637a3723fe4648f59750efaa4 | refs/heads/master | 2022-07-03T23:41:08.278000 | 2020-08-24T04:41:15 | 2020-08-24T04:41:15 | 238,123,888 | 0 | 0 | null | false | 2020-10-13T20:32:33 | 2020-02-04T04:36:00 | 2020-08-24T04:41:18 | 2020-10-13T20:32:32 | 136 | 0 | 0 | 2 | Java | false | false | package edu.bradyreed.advjava.StockQuoteApp.service;
import java.util.List;
import javax.validation.constraints.NotNull;
import edu.bradyreed.advjava.StockQuoteApp.StockQuote;
import edu.bradyreed.advjava.StockQuoteApp.util.IntervalEnum;
import java.util.Date;
//Implemented by BasicStockService.java and... | UTF-8 | Java | 915 | java | StockService.java | Java | [] | null | [] | package edu.bradyreed.advjava.StockQuoteApp.service;
import java.util.List;
import javax.validation.constraints.NotNull;
import edu.bradyreed.advjava.StockQuoteApp.StockQuote;
import edu.bradyreed.advjava.StockQuoteApp.util.IntervalEnum;
import java.util.Date;
//Implemented by BasicStockService.java and... | 915 | 0.773771 | 0.773771 | 27 | 31.888889 | 27.303959 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.148148 | false | false | 7 |
c3682f6d16a461ad61a1cc1f64f1280170153cfd | 32,710,470,959,857 | ce07f59017898f6bbace6d9ef93220f6a14b12d2 | /oop/ex6/parsing/InvalidScopeDeclarationException.java | 23cbe6e6aa52200686bac4f596dd5f9e6bad5542 | [] | no_license | doronbruder/Simplfiedcompiler | https://github.com/doronbruder/Simplfiedcompiler | f0e02b43dd2eda84e2fce982cdd467df5007f94e | 22eb3c9c5f9350deddbfe6144b5c13e1650ef972 | refs/heads/master | 2020-08-27T05:31:24.837000 | 2019-10-24T09:07:42 | 2019-10-24T09:07:42 | 217,256,872 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package oop.ex6.parsing;
/**
* This class represents an error of starting a scope at invalid point in the code
*/
class InvalidScopeDeclarationException extends ParsingException {
private static final String INVALID_SCOPE_DECLARE_MSG ="Invalid scope declaration";
InvalidScopeDeclarationException(){
s... | UTF-8 | Java | 361 | java | InvalidScopeDeclarationException.java | Java | [] | null | [] | package oop.ex6.parsing;
/**
* This class represents an error of starting a scope at invalid point in the code
*/
class InvalidScopeDeclarationException extends ParsingException {
private static final String INVALID_SCOPE_DECLARE_MSG ="Invalid scope declaration";
InvalidScopeDeclarationException(){
s... | 361 | 0.756233 | 0.753463 | 11 | 31.818182 | 31.914141 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 7 |
eeaf80c631907185f0508709502acab7f573a07d | 188,978,570,493 | 0192b9a0df01231682dce94ef950cd1150ea070f | /src/main/java/com/ddd/common/user/ErrorCode.java | 26dcfde250caadf42d493ea2c620bc89310b644a | [] | no_license | along603/CMS | https://github.com/along603/CMS | 85b01685116cd655ff01811f98858bddab793b99 | 1005839465a2f14522d40144c72b88276f9cf0e1 | refs/heads/master | 2020-03-24T06:16:44.082000 | 2018-07-27T03:42:12 | 2018-07-27T03:42:12 | 142,522,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ddd.common.user;
import java.util.Hashtable;
/**
* Created with IntelliJ IDEA.
* User: hemeijin
* Date: 13-6-7
* Time: 下午2:33
* To change this template use File | Settings | File Templates.
*/
public enum ErrorCode implements EnumPower {
SUCCEED("200", "成功"),
REQUEST_BODY_EMPTY("500", "请求体为空"),
RE... | UTF-8 | Java | 15,636 | java | ErrorCode.java | Java | [
{
"context": "able;\n\n/**\n * Created with IntelliJ IDEA.\n * User: hemeijin\n * Date: 13-6-7\n * Time: 下午2:33\n * To change this",
"end": 110,
"score": 0.9995150566101074,
"start": 102,
"tag": "USERNAME",
"value": "hemeijin"
},
{
"context": "047002\",\"登录用户不存在\"),\n LOGIN_USER_O... | null | [] | package com.ddd.common.user;
import java.util.Hashtable;
/**
* Created with IntelliJ IDEA.
* User: hemeijin
* Date: 13-6-7
* Time: 下午2:33
* To change this template use File | Settings | File Templates.
*/
public enum ErrorCode implements EnumPower {
SUCCEED("200", "成功"),
REQUEST_BODY_EMPTY("500", "请求体为空"),
RE... | 15,638 | 0.61731 | 0.49556 | 301 | 40.152824 | 20.16139 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.960133 | false | false | 7 |
1cf79610622ce50f6c84ad9472bd6d18c8a37fcd | 33,440,615,413,340 | c68e70a7fcd029ef1bc7545957838e879f70b043 | /crazycat-proxy/src/main/java/top/crazycat/proxy/context/SpiContext.java | ce4ecf95e5437f4a56ee46c6ad7e493f95b53904 | [] | no_license | CREAZYCAT/crazycat-parent | https://github.com/CREAZYCAT/crazycat-parent | e904f51fee08c4e2804b5745d4f8a7d76e8e8789 | 91a4a71b793a074c28456facffe5267becc57a11 | refs/heads/master | 2022-07-09T21:56:48.817000 | 2020-06-09T10:05:16 | 2020-06-09T10:05:16 | 168,504,473 | 0 | 0 | null | false | 2022-06-17T02:11:51 | 2019-01-31T10:12:01 | 2020-06-09T10:06:23 | 2022-06-17T02:11:51 | 221 | 0 | 0 | 2 | JavaScript | false | false | package top.crazycat.proxy.context;
import java.util.Objects;
import java.util.ServiceLoader;
/**
* Created with IntelliJ IDEA.
*
* @author liyongbing
* @date: 2019/6/6
* description:
*/
public class SpiContext implements TargetContext {
@Override
public <T> T getTarget(Class<T> clazz) {
Objects... | UTF-8 | Java | 550 | java | SpiContext.java | Java | [
{
"context": "\n\n/**\n * Created with IntelliJ IDEA.\n *\n * @author liyongbing\n * @date: 2019/6/6\n * description:\n */\npublic cla",
"end": 155,
"score": 0.9994685053825378,
"start": 145,
"tag": "USERNAME",
"value": "liyongbing"
}
] | null | [] | package top.crazycat.proxy.context;
import java.util.Objects;
import java.util.ServiceLoader;
/**
* Created with IntelliJ IDEA.
*
* @author liyongbing
* @date: 2019/6/6
* description:
*/
public class SpiContext implements TargetContext {
@Override
public <T> T getTarget(Class<T> clazz) {
Objects... | 550 | 0.650909 | 0.64 | 23 | 22.913044 | 18.895393 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.347826 | false | false | 7 |
9c01a0386e9bd0f3dd2c29797e58e5deac6243ea | 24,077,586,704,992 | 219d7bba8a5cd48c0ddb1729280b56c1ede7e10f | /WorkWithClient/app/src/main/java/com/xiayule/workwithclient/model/Person.java | 9cbaad6d1cd9def342ef7af224347937d94adc9b | [] | no_license | tanhe123/WorkWith | https://github.com/tanhe123/WorkWith | ddd07dd0327bbd603656b0cb172598164b78b6aa | 03fe5d7a18aa60974cefcf854a3010f76550383a | refs/heads/master | 2021-01-23T14:57:31.612000 | 2014-10-24T01:27:18 | 2014-10-24T01:27:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xiayule.workwithclient.model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* Created by tan on 14-8-6.
*/
public class Person {
private int id;
private String name;
// 用户名
private String username;
... | UTF-8 | Java | 2,566 | java | Person.java | Java | [
{
"context": "sername(String username) {\n this.username = username;\n }\n\n public String getPassword() {\n ",
"end": 2370,
"score": 0.9924366474151611,
"start": 2362,
"tag": "USERNAME",
"value": "username"
},
{
"context": "assword(String password) {\n this... | null | [] | package com.xiayule.workwithclient.model;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* Created by tan on 14-8-6.
*/
public class Person {
private int id;
private String name;
// 用户名
private String username;
... | 2,568 | 0.57498 | 0.573402 | 121 | 19.942148 | 17.723915 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.330579 | false | false | 7 |
9e13e6d5c8141795cd6122a1587755533638156f | 13,589,276,531,049 | ce4452091508904b2def1248d7d11d9bb3b554fa | /src/FICOnBar/entity/SaleId.java | 505fbb967aac070e053807875fccccfc342e74a2 | [
"MIT"
] | permissive | borjaja/FICOnBar | https://github.com/borjaja/FICOnBar | c4f556f8c77a38950e6976096e2fa4ddab2ed87a | adf3e92475432b950648310c77e2b8c659565e19 | refs/heads/master | 2019-08-27T19:41:12.660000 | 2016-02-07T20:01:18 | 2016-02-07T20:01:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package FICOnBar.entity;
// Generated 08-ene-2016 0:23:29 by Hibernate Tools 4.3.1
/**
* SaleId generated by hbm2java
*/
public class SaleId implements java.io.Serializable {
private int product;
private int client;
public SaleId() {
}
public SaleId(int product, int client) {
this... | UTF-8 | Java | 1,217 | java | SaleId.java | Java | [] | null | [] | package FICOnBar.entity;
// Generated 08-ene-2016 0:23:29 by Hibernate Tools 4.3.1
/**
* SaleId generated by hbm2java
*/
public class SaleId implements java.io.Serializable {
private int product;
private int client;
public SaleId() {
}
public SaleId(int product, int client) {
this... | 1,217 | 0.57765 | 0.560394 | 58 | 19.948277 | 18.313763 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.465517 | false | false | 7 |
77da0eda9140ca10962fc41182ed44ddc8193820 | 11,940,009,131,434 | 2b6fe9e4dbacb45001a4bb9302120c693f50de70 | /app/src/main/java/com/hotix/myhotixhousekeeping/activites/NewOrderActivity.java | d68fa14085672b6dcbdc5a7323846767f4d79f3c | [] | no_license | marweennp/HouseKeepingV2 | https://github.com/marweennp/HouseKeepingV2 | e590d87e7b885c8ae58cfa7e675b2e366fe96e0d | 016efc81c935c244a99d64cfc6edc78be3da33bf | refs/heads/master | 2021-06-27T11:54:33.433000 | 2020-09-25T07:57:09 | 2020-09-25T07:57:09 | 155,523,608 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hotix.myhotixhousekeeping.activites;
import android.app.ProgressDialog;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.support.design.widget.TextInputLayout;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Ap... | UTF-8 | Java | 10,074 | java | NewOrderActivity.java | Java | [] | null | [] | package com.hotix.myhotixhousekeeping.activites;
import android.app.ProgressDialog;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.os.Bundle;
import android.support.design.widget.TextInputLayout;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Ap... | 10,074 | 0.661406 | 0.65942 | 270 | 36.311111 | 30.003942 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 7 |
0bf4287f0f4918026e80fcf214b814c847ffc53e | 11,940,009,129,398 | c017b1e739700a42ab328dcf1b32e9f348945f02 | /src/main/java/org/luis/basic/domain/BaseEntity.java | cb5df063edc39907488d3477e1c697537befdd84 | [] | no_license | kxmd2008/basic | https://github.com/kxmd2008/basic | 10eacb59ba0c0c6dadbbd1648f99c8e49f571748 | 90b752cbfd5065f443f4b2510126bfb6b521b988 | refs/heads/master | 2020-04-14T18:09:25.201000 | 2015-08-17T13:50:24 | 2015-08-17T13:50:24 | 20,054,011 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.luis.basic.domain;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
import javax.persistence.SequenceGenerator;
@MappedSuperclass
public abstract class BaseEntity implements java.io.Serializab... | UTF-8 | Java | 1,830 | java | BaseEntity.java | Java | [] | null | [] | package org.luis.basic.domain;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
import javax.persistence.SequenceGenerator;
@MappedSuperclass
public abstract class BaseEntity implements java.io.Serializab... | 1,830 | 0.646612 | 0.630257 | 76 | 20.526316 | 23.079082 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.657895 | false | false | 7 |
7eb318ea17cdf306ae99be08bf75bb9e43d69255 | 18,193,481,488,984 | 7cd61df10bfbb346411613046abb4879880608ab | /Backend/src/main/java/com/cts/security/Security.java | 1f3445fc5cb01ededd7da6c092cd5f455c120570 | [] | no_license | java658/CurfewPass | https://github.com/java658/CurfewPass | 2e2f7c83ee296e56cb2aa4ddaeb6bc48dd7c3efe | f5d7766852fd4540caf47f607b17a988034c9a60 | refs/heads/master | 2022-06-25T15:56:29.661000 | 2020-05-11T08:50:25 | 2020-05-11T08:50:25 | 261,363,785 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cts.security;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.stereotype.Component;
@Component
@RefreshScope
public class Security {
@Value("${authUsername}")
private String ... | UTF-8 | Java | 547 | java | Security.java | Java | [
{
"context": "\t\t\r\n\t\tpublic String getAuthUsername() {\r\n\t\t\treturn authUsername;\r\n\t\t}\r\n\r\n\t\tpublic String getAuthPassword() {\r\n\t\t\t",
"end": 463,
"score": 0.8759105801582336,
"start": 451,
"tag": "USERNAME",
"value": "authUsername"
}
] | null | [] | package com.cts.security;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.stereotype.Component;
@Component
@RefreshScope
public class Security {
@Value("${authUsername}")
private String ... | 547 | 0.718464 | 0.718464 | 27 | 18.25926 | 19.313385 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.37037 | false | false | 7 |
1a442b8d51fd1c6f8886cb72b050e9312eeb2626 | 23,957,327,597,360 | 593977f23de1ce2e6abe73b0fdac0489f61340c8 | /kafka-client-lib/src/main/java/io/jenkins/plugins/remotingkafka/KafkaUtils.java | 76149b7cc6f918576c701372f0a115f6e8ca6241 | [
"MIT"
] | permissive | jenkinsci/remoting-kafka-plugin | https://github.com/jenkinsci/remoting-kafka-plugin | 6fb9d488ff1de4b2098d72967a3f050da80cf49e | deea1a234b9a156b4135550c71f6d5da7fa18056 | refs/heads/master | 2023-08-30T14:42:19.518000 | 2020-01-11T21:51:53 | 2020-01-11T21:51:53 | 132,161,673 | 43 | 12 | MIT | false | 2022-04-22T22:26:55 | 2018-05-04T16:05:06 | 2022-02-22T12:27:57 | 2022-04-22T22:26:52 | 401 | 37 | 12 | 4 | Java | false | false | package io.jenkins.plugins.remotingkafka;
import io.jenkins.plugins.remotingkafka.builder.ConsumerPropertiesBuilder;
import io.jenkins.plugins.remotingkafka.builder.ProducerPropertiesBuilder;
import io.jenkins.plugins.remotingkafka.enums.AutoOffsetReset;
import io.jenkins.plugins.remotingkafka.enums.ProducerAcks;
impo... | UTF-8 | Java | 5,036 | java | KafkaUtils.java | Java | [] | null | [] | package io.jenkins.plugins.remotingkafka;
import io.jenkins.plugins.remotingkafka.builder.ConsumerPropertiesBuilder;
import io.jenkins.plugins.remotingkafka.builder.ProducerPropertiesBuilder;
import io.jenkins.plugins.remotingkafka.enums.AutoOffsetReset;
import io.jenkins.plugins.remotingkafka.enums.ProducerAcks;
impo... | 5,036 | 0.695989 | 0.692415 | 107 | 46.065422 | 30.922958 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.757009 | false | false | 7 |
45bcf25be72efa31344829c8386de715f45003cb | 22,179,211,184,694 | e867ac0a74e88f0df07213fa5c074de53e38fa40 | /系列2-综合源码/gupaoedu-singleton/src/com/gupaoedu/singleton/Singleton3.java | 2223748e3461a0e10d9b898b27c84eba55cddcd6 | [
"Apache-2.0"
] | permissive | walesu/corresponding-auxiliary-data | https://github.com/walesu/corresponding-auxiliary-data | 0fb08ca33b1b8b58e11203af6c0e39c7e4a6ce79 | b0b7b6bb8e258181a17b8f1ab349492d5c3250e7 | refs/heads/main | 2022-08-30T00:56:43.652000 | 2022-08-15T09:42:13 | 2022-08-15T09:42:13 | 421,372,692 | 55 | 61 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gupaoedu.singleton;
//懒汉式单例.双重锁检查
public class Singleton3 {
//1、第一步先将构造方法私有化
private Singleton3() {}
//2、然后声明一个静态变量保存单例的引用
private static Singleton3 single=null;
//3、通过提供一个静态方法来获得单例的引用
//为了保证多线程环境下的另一种实现方式,双重锁检查
//性能,第一次的时候
public static Singleton3 getInstance() {
if (single == nul... | GB18030 | Java | 707 | java | Singleton3.java | Java | [] | null | [] | package com.gupaoedu.singleton;
//懒汉式单例.双重锁检查
public class Singleton3 {
//1、第一步先将构造方法私有化
private Singleton3() {}
//2、然后声明一个静态变量保存单例的引用
private static Singleton3 single=null;
//3、通过提供一个静态方法来获得单例的引用
//为了保证多线程环境下的另一种实现方式,双重锁检查
//性能,第一次的时候
public static Singleton3 getInstance() {
if (single == nul... | 707 | 0.583493 | 0.566219 | 22 | 21.681818 | 12.786308 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.954545 | false | false | 7 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.