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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
800046c7d9c077684b1d78e11787252d1f23cbe7 | 12,610,024,006,584 | 7d99ba6f5015d32896d3b1491ce232dbaacd494e | /pony_service/common/src/main/java/com/pony/common/aop/EatInterceptor.java | 8b98c02ecec7c9100af4d1bda967aeb4288db241 | [] | no_license | ponyFan/pony_monitor | https://github.com/ponyFan/pony_monitor | 5e3deaff93ac7a68971a2ce717e40ae5b02361f9 | c22577dbdfb66db5283cb48133a0a0e84beb832e | refs/heads/master | 2021-01-22T07:47:30.693000 | 2017-10-14T02:02:32 | 2017-10-14T02:02:32 | 92,574,562 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pony.common.aop;
import org.aopalliance.intercept.MethodInterceptor;
import org.aopalliance.intercept.MethodInvocation;
import java.util.Objects;
/**
* Created by zelei.fan on 2017/7/10.
*/
public class EatInterceptor implements MethodInterceptor {
@Override
public Object invoke(MethodInvocatio... | UTF-8 | Java | 665 | java | EatInterceptor.java | Java | [
{
"context": "ion;\n\nimport java.util.Objects;\n\n/**\n * Created by zelei.fan on 2017/7/10.\n */\npublic class EatInterceptor imp",
"end": 188,
"score": 0.999316394329071,
"start": 179,
"tag": "USERNAME",
"value": "zelei.fan"
}
] | null | [] | package com.pony.common.aop;
import org.aopalliance.intercept.MethodInterceptor;
import org.aopalliance.intercept.MethodInvocation;
import java.util.Objects;
/**
* Created by zelei.fan on 2017/7/10.
*/
public class EatInterceptor implements MethodInterceptor {
@Override
public Object invoke(MethodInvocatio... | 665 | 0.703002 | 0.690363 | 21 | 29.142857 | 23.578209 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.47619 | false | false | 3 |
6b77a6c9aba83ea6641f2ee3dce8e2cfd0bc1c0f | 21,603,685,534,119 | fd52a3bc8b3f4fdd5d8a44593f2b7e5747e81d9f | /src/net/java/examples/generics/writingGenericClasses/example5/erasureAndBounds/EntryContainer.java | 9d215cbbbbd54743645b7b802a436e59053cfa7f | [] | no_license | andyjcboyle/JavaGenericExamples | https://github.com/andyjcboyle/JavaGenericExamples | 709e7c3d2adf45c644086a36432cfb101a0df659 | e2ef98de6151fa6f984eaa224fe63d2caa6943d4 | refs/heads/master | 2021-05-28T03:01:45.842000 | 2012-02-15T22:53:02 | 2012-02-15T22:53:02 | 3,297,713 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.java.examples.generics.writingGenericClasses.example5.erasureAndBounds;
public class EntryContainer<E extends Entry & Listable & Cacheable> {
public void someMethod(E anEntry) {}
}
| UTF-8 | Java | 200 | java | EntryContainer.java | Java | [] | null | [] | package net.java.examples.generics.writingGenericClasses.example5.erasureAndBounds;
public class EntryContainer<E extends Entry & Listable & Cacheable> {
public void someMethod(E anEntry) {}
}
| 200 | 0.79 | 0.785 | 5 | 38 | 34.058773 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
c38663186383e46b6a9c9fd8804f3573630a21d7 | 28,587,302,354,172 | 9ab549fb765d02756fa0c368e3dd8599c6891df4 | /src/main/java/com/feifei/feifeileave/application/impl/PersonApplicationServiceImpl.java | 542af7b30e2fe7a8223406876b9ab64da7508357 | [] | no_license | chenm1xuexi/feifei-leave | https://github.com/chenm1xuexi/feifei-leave | 863608e6777d2609d1ff3da0e755bd8ee4f75088 | 62a34b27c983db5ecffd8b1d3aabf196f8095df2 | refs/heads/master | 2022-06-22T10:30:59.071000 | 2020-04-30T10:52:08 | 2020-04-30T10:52:08 | 259,658,969 | 0 | 1 | null | false | 2022-06-17T03:08:45 | 2020-04-28T14:22:38 | 2020-04-30T10:52:22 | 2022-06-17T03:08:44 | 45 | 0 | 1 | 1 | Java | false | false | package com.feifei.feifeileave.application.impl;
import com.feifei.feifeileave.application.PersonApplicationService;
import com.feifei.feifeileave.domain.person.entity.Person;
import com.feifei.feifeileave.domain.person.service.PersonDomainService;
import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
im... | UTF-8 | Java | 738 | java | PersonApplicationServiceImpl.java | Java | [
{
"context": "type.Service;\n\n/**\n * 人员管理应用服务具体实现类\n *\n * @Author: shixiongfei\n * @Date: 2020/4/30 17:45\n */\n@Slf4j\n@Service\n@Al",
"end": 413,
"score": 0.9993746876716614,
"start": 402,
"tag": "USERNAME",
"value": "shixiongfei"
}
] | null | [] | package com.feifei.feifeileave.application.impl;
import com.feifei.feifeileave.application.PersonApplicationService;
import com.feifei.feifeileave.domain.person.entity.Person;
import com.feifei.feifeileave.domain.person.service.PersonDomainService;
import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
im... | 738 | 0.799157 | 0.779494 | 27 | 25.407408 | 24.2216 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
f53603f4bb67a7ec6226d388b6ff0143bc809f56 | 2,551,210,605,739 | c2e2bdc23fd025eef9e0a74b031c1fdd5c6d144f | /src/main/java/com/suse/salt/netapi/results/Change.java | b4ee4b35eab249d6e8311d3fd3374e123cd0290c | [
"MIT"
] | permissive | SUSE/salt-netapi-client | https://github.com/SUSE/salt-netapi-client | aef4266c8d23cd8e6fc4d59b91b0afbdce12e04b | d3b19b2c75af9282aceb012b65df446a2271bdf2 | refs/heads/master | 2023-08-08T13:24:35.416000 | 2023-01-12T16:31:10 | 2023-01-12T16:31:10 | 25,811,020 | 78 | 86 | MIT | false | 2023-08-02T05:50:08 | 2014-10-27T09:06:51 | 2023-05-05T02:26:34 | 2023-08-02T05:48:17 | 38,746 | 79 | 95 | 17 | Java | false | false | package com.suse.salt.netapi.results;
import com.google.gson.annotations.SerializedName;
import java.util.function.Function;
/**
* Represents a change from some old value to a new one.
* primarily used in salt for showing package changes
*
* @param <T> type of the changed value
*/
public class Change<T> {
... | UTF-8 | Java | 1,346 | java | Change.java | Java | [] | null | [] | package com.suse.salt.netapi.results;
import com.google.gson.annotations.SerializedName;
import java.util.function.Function;
/**
* Represents a change from some old value to a new one.
* primarily used in salt for showing package changes
*
* @param <T> type of the changed value
*/
public class Change<T> {
... | 1,346 | 0.595097 | 0.595097 | 59 | 21.813559 | 18.808107 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.237288 | false | false | 3 |
cde76d2e621a650e9bc1518e4f5744786f9bd90f | 4,355,096,851,156 | a888217e80d7c762c3dce0335470e17762342870 | /app/src/main/java/app/mobile/examwarrior/database/Ans.java | 754ae00bed11b8b459e490169d2b1797b3c2af54 | [] | no_license | datasmilesdotcom/ew-android-dev | https://github.com/datasmilesdotcom/ew-android-dev | 482ff9383fc6378d3007cd931a3e2209479a7abd | de5a3e7c3348bb93d38b5c57920c3a02c784d29c | refs/heads/master | 2021-01-23T12:21:23.183000 | 2017-09-04T06:45:20 | 2017-09-04T06:45:20 | 93,150,725 | 0 | 0 | null | false | 2017-07-20T19:25:06 | 2017-06-02T09:36:19 | 2017-07-09T10:39:57 | 2017-07-20T19:25:06 | 3,691 | 0 | 0 | 0 | Java | null | null |
package app.mobile.examwarrior.database;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import io.realm.RealmObject;
public class Ans extends RealmObject {
@SerializedName("ans_1")
@Expose
private String ans1;
public String getAns1() {
return ... | UTF-8 | Java | 407 | java | Ans.java | Java | [] | null | [] |
package app.mobile.examwarrior.database;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import io.realm.RealmObject;
public class Ans extends RealmObject {
@SerializedName("ans_1")
@Expose
private String ans1;
public String getAns1() {
return ... | 407 | 0.687961 | 0.668305 | 22 | 17.454546 | 16.829971 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 3 |
7b21bf715e897ec02f6112873b9cf1a2e3e14fdc | 20,521,353,788,390 | 6d05047e02dffe9bd4a8128e4f3bd4ebdc813c76 | /appium_learn/src/main/java/com/pom/Colorpage.java | 9df45ea8d8ef0b5aa04885c069e4af0646955f43 | [] | no_license | qatestingakshay/appium_learn | https://github.com/qatestingakshay/appium_learn | 9f9823f73419c20e147824dd89ec5cfe3e314f9b | c55c1a00ee6446e7518633167f94d4c15d608992 | refs/heads/master | 2023-05-11T12:39:00.009000 | 2020-04-06T17:50:14 | 2020-04-06T17:50:14 | 237,864,647 | 0 | 0 | null | false | 2023-05-09T18:20:29 | 2020-02-03T01:35:54 | 2020-04-06T17:50:19 | 2023-05-09T18:20:26 | 27,267 | 0 | 0 | 5 | HTML | false | false | package com.pom;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import com.Android.Base;
public class Colorpage extends Base {
//@FindBy(xpath="//*[@id=\"paints--stains--colors---supplies\"]/div[2]/a"... | UTF-8 | Java | 1,900 | java | Colorpage.java | Java | [] | null | [] | package com.pom;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import com.Android.Base;
public class Colorpage extends Base {
//@FindBy(xpath="//*[@id=\"paints--stains--colors---supplies\"]/div[2]/a"... | 1,900 | 0.689474 | 0.681053 | 95 | 19 | 21.388142 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.452632 | false | false | 3 |
395762527564ad567bc09f21347b1b10f44f2741 | 35,802,847,382,173 | 7d458fb6fee3b45c1b355f135ebcf42cc51ebe11 | /Group1/17020745/lab03/catMain.java | c451d3348ddc30bd47ed2252243a55d71db9c281 | [] | no_license | oopuet/Int2204-2 | https://github.com/oopuet/Int2204-2 | 27ea66a0c35781844df4d39647f2b147375eeb7e | f543e86640a214dc06e51886ad928ad5f7c6d99b | refs/heads/master | 2018-12-20T22:24:22.971000 | 2018-11-30T01:57:14 | 2018-11-30T01:57:14 | 149,217,182 | 1 | 15 | null | false | 2018-10-13T01:56:25 | 2018-09-18T02:29:30 | 2018-10-11T15:48:50 | 2018-10-13T01:51:12 | 744 | 0 | 10 | 9 | Java | false | null | package task3;
public class catMain {
public static void main(String[] args) {
cat a = new cat();
a.sounding();
}
}
| UTF-8 | Java | 125 | java | catMain.java | Java | [] | null | [] | package task3;
public class catMain {
public static void main(String[] args) {
cat a = new cat();
a.sounding();
}
}
| 125 | 0.632 | 0.624 | 10 | 11.5 | 12.917043 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 3 |
e603867e255fa942a6a9a706abc43a39bd9e1404 | 35,802,847,385,321 | ad17f4fc9b3901625bff64f2c4c295956aba3524 | /kj-operallinterface/src/main/java/com/chengfeng/kj/basicInterface/http/KjOperateServlet.java | a25f4fc50d9ae70361cd93e7d4e81732f7a727d2 | [] | no_license | konglingjuanyi/kj-operallinterface | https://github.com/konglingjuanyi/kj-operallinterface | 3bc974badbba86eda8af0c5d4042e226a9aa1101 | 0adf163bc75576653231aad98d7195d24af98b86 | refs/heads/master | 2021-01-14T11:07:07.976000 | 2016-03-24T09:21:58 | 2016-03-24T09:21:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 文件名: KjOperateServlet.java
* 版 权: Copyright © 2013 - 2016 ThinkJF, Inc. All Rights Reserved
* 描 述: <描述>
* 修改人: Bin.Zhang
* 修改时间: 2016-3-18
* 跟踪单号: <跟踪单号>
* 修改单号: <修改单号>
* 修改内容: <修改内容>
*/
package com.chengfeng.kj.basicInterface.http;
import java.util.ArrayList;
import java.util.Calendar;
im... | UTF-8 | Java | 6,312 | java | KjOperateServlet.java | Java | [
{
"context": "F, Inc. All Rights Reserved\r\n * 描 述: <描述>\r\n * 修改人: Bin.Zhang\r\n * 修改时间: 2016-3-18\r\n * 跟踪单号: <跟踪单号>\r\n * 修改单号: <修",
"end": 134,
"score": 0.9998698830604553,
"start": 125,
"tag": "NAME",
"value": "Bin.Zhang"
},
{
"context": ":</p>\r\n * <p>Company: 上海丞风智能科技有限公司</p... | null | [] | /**
* 文件名: KjOperateServlet.java
* 版 权: Copyright © 2013 - 2016 ThinkJF, Inc. All Rights Reserved
* 描 述: <描述>
* 修改人: Bin.Zhang
* 修改时间: 2016-3-18
* 跟踪单号: <跟踪单号>
* 修改单号: <修改单号>
* 修改内容: <修改内容>
*/
package com.chengfeng.kj.basicInterface.http;
import java.util.ArrayList;
import java.util.Calendar;
im... | 6,312 | 0.590842 | 0.57634 | 207 | 27.647343 | 24.50705 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.492754 | false | false | 3 |
1094074db7fc400ab5ad30615aecbf0837c8ae6a | 35,012,573,407,312 | 91fdd6e0550b075b1bb271c586a6f5d94048d865 | /src/main/java/com/Reimbursement/dao/repo/expense/ExpenseRejectRepository.java | 1be0bcf5736fefbc5d6999f096ce3cb306118da4 | [] | no_license | iaxeb/getReimbursed | https://github.com/iaxeb/getReimbursed | 85a54c533bd76e88a2311ff63fb02350d92ec9b4 | 5cee4390c6d853280d8d115550114f1642c03b3c | refs/heads/master | 2020-05-04T15:24:01.930000 | 2019-04-02T18:21:14 | 2019-04-02T18:21:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Reimbursement.dao.repo.expense;
import com.Reimbursement.models.expense.Expense;
import com.Reimbursement.models.expense.ExpenseReject;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.util.List;
public interface ExpenseReje... | UTF-8 | Java | 505 | java | ExpenseRejectRepository.java | Java | [] | null | [] | package com.Reimbursement.dao.repo.expense;
import com.Reimbursement.models.expense.Expense;
import com.Reimbursement.models.expense.ExpenseReject;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import java.util.List;
public interface ExpenseReje... | 505 | 0.823762 | 0.821782 | 16 | 30.5625 | 29.660515 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
3809d9c3270057ea9a5905ff0b4a0e41848f8793 | 35,012,573,408,016 | f0fa8410e4a4b7105612736dc4780573097d9024 | /Manager.java | 99b66f47f4556c47302a533d36a8fe3eb238beb8 | [] | no_license | omer921/Final-Project | https://github.com/omer921/Final-Project | 6182ccfd8f97c77cc5d551903f9936218e2849ad | 94d3c60d4303cea85af753604438f7d33a2cd078 | refs/heads/master | 2016-09-05T21:54:27.292000 | 2015-05-12T00:02:09 | 2015-05-12T00:02:09 | 35,456,760 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Manager.java
import java.io.*;
import java.util.*;
//manager object class
public class Manager
{
private String name;
private int pin;
public Manager(String name, int pin)
{
this.name = name;
this.pin = pin;
}
//returns name
public String getName()
{
return name;
}
//returns pin
p... | UTF-8 | Java | 431 | java | Manager.java | Java | [] | null | [] | //Manager.java
import java.io.*;
import java.util.*;
//manager object class
public class Manager
{
private String name;
private int pin;
public Manager(String name, int pin)
{
this.name = name;
this.pin = pin;
}
//returns name
public String getName()
{
return name;
}
//returns pin
p... | 431 | 0.605568 | 0.605568 | 30 | 13.4 | 9.945183 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
0a0b5ccfb22773f83971b8840d34616cccce8a4d | 29,128,468,263,455 | dc60f4915ffc24aff6f4bb8618c3827affa3db28 | /assets-package/src/main/java/com/ruoyi/assetspackage/enums/ImportTypeEnum.java | 324c5ede259c1397111cadb6657726f67549607e | [
"MIT"
] | permissive | liurunkaiGit/asset | https://github.com/liurunkaiGit/asset | 74a40834c00a5ded5ad3bed4466e0d3008014534 | ab49be8ce1700d23ebf8ba3492a7bdd1c87bbcff | refs/heads/master | 2021-12-26T19:56:29.269000 | 2021-03-11T02:54:13 | 2021-03-11T02:54:13 | 277,019,792 | 0 | 1 | MIT | false | 2022-01-27T16:21:48 | 2020-07-04T01:53:33 | 2021-03-11T02:58:46 | 2022-01-27T16:21:45 | 9,031 | 0 | 1 | 11 | HTML | false | false | package com.ruoyi.assetspackage.enums;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* @Description:
* @author: liurunkai
* @Date: 2020/3/24 10:58
*/
@Getter
@AllArgsConstructor
public enum ImportTypeEnum {
ASSET_TEMPLETE(1, "资产模板"),
REPAYMENT_TEMPLETE(2, "还款模板"),
RECORD_TEMPLETE(3, "催收... | UTF-8 | Java | 452 | java | ImportTypeEnum.java | Java | [
{
"context": "t lombok.Getter;\n\n/**\n * @Description:\n * @author: liurunkai\n * @Date: 2020/3/24 10:58\n */\n@Getter\n@AllArgsCon",
"end": 139,
"score": 0.9995612502098083,
"start": 130,
"tag": "USERNAME",
"value": "liurunkai"
}
] | null | [] | package com.ruoyi.assetspackage.enums;
import lombok.AllArgsConstructor;
import lombok.Getter;
/**
* @Description:
* @author: liurunkai
* @Date: 2020/3/24 10:58
*/
@Getter
@AllArgsConstructor
public enum ImportTypeEnum {
ASSET_TEMPLETE(1, "资产模板"),
REPAYMENT_TEMPLETE(2, "还款模板"),
RECORD_TEMPLETE(3, "催收... | 452 | 0.692308 | 0.65625 | 22 | 17.90909 | 13.23188 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 3 |
009027f2e228eac188da04583333ae1d0e59f79e | 12,781,822,712,629 | 8d9061310311c9dd84d0e091ea6400d404b8ad12 | /pmd-jerry/src/net/sourceforge/pmd/jerry/env/EnvironmentEnum.java | 9aa5fdad66f53c9ead02d8e54c64a7c623637cf0 | [] | no_license | mishin/pmd | https://github.com/mishin/pmd | dc06c35f11715acfef7ae6695072e625585a9e10 | 44e7bb6354a5d673c575d379a1a9d9ad6ba4e9af | refs/heads/master | 2020-12-14T00:22:08.875000 | 2013-05-17T14:21:37 | 2013-05-17T14:21:37 | 55,873,341 | 1 | 0 | null | true | 2016-04-10T00:23:50 | 2016-04-10T00:23:50 | 2016-04-10T00:23:49 | 2013-05-17T14:21:55 | 187,886 | 0 | 0 | 0 | null | null | null | package net.sourceforge.pmd.jerry.env;
public enum EnvironmentEnum {
/**
* The static environment.
*/
STATIC("statEnv"),
/**
* The dynamic environment.
*/
DYNAMIC("dynEnv");
private final String name;
EnvironmentEnum(String name) {
this.name = name;
}
public String toString() {... | UTF-8 | Java | 345 | java | EnvironmentEnum.java | Java | [] | null | [] | package net.sourceforge.pmd.jerry.env;
public enum EnvironmentEnum {
/**
* The static environment.
*/
STATIC("statEnv"),
/**
* The dynamic environment.
*/
DYNAMIC("dynEnv");
private final String name;
EnvironmentEnum(String name) {
this.name = name;
}
public String toString() {... | 345 | 0.617391 | 0.617391 | 23 | 13 | 12.652548 | 38 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
d38c93982e0892d8cab6e8052b6cd48011d63b8d | 27,711,129,050,277 | d7757583d91e64f020c8b8c4d28880871d4ded6f | /XSD_XML/misc/GenerateXML.java | da8a776da1295d1ce2888fa4faf0fda53b15585b | [] | no_license | amtul-nazneen/web-programming-languages | https://github.com/amtul-nazneen/web-programming-languages | 27b8657b90ff6a07042914e51b0f62265d8d0a07 | aaaa7308400452fa88cd215719f5a2435061cd75 | refs/heads/master | 2020-12-27T01:48:10.537000 | 2020-02-02T05:58:56 | 2020-02-02T05:58:56 | 237,725,650 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package submit;
import java.io.File;
import java.util.Random;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.OutputKeys;
import javax.xml.transform.Transformer;
import javax.xml.transform.Tran... | UTF-8 | Java | 5,476 | java | GenerateXML.java | Java | [
{
"context": " result = new StreamResult(\n\t\t\t\t\tnew File(\"/Users/amtulnazneen/eclipse-workspace/test/src/test/file.xml\"));\n\t\t\tt",
"end": 2685,
"score": 0.8873849511146545,
"start": 2673,
"tag": "USERNAME",
"value": "amtulnazneen"
},
{
"context": "{ \"Apple\", \"Microsoft\"... | null | [] | package submit;
import java.io.File;
import java.util.Random;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import javax.xml.transform.OutputKeys;
import javax.xml.transform.Transformer;
import javax.xml.transform.Tran... | 5,450 | 0.696311 | 0.683345 | 161 | 33.012421 | 27.063299 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.832298 | false | false | 3 |
67f596e9365525b6a00035f6f5f54e40e245611b | 32,169,305,101,468 | bffcb9501880e39fea33fa143715911b6a008f0b | /model/Vendors.java | d399f2e51cd5ac7b431abbb8f6c86f36eaccbc8a | [] | no_license | satishvalluru/Hungerbox-springbatch | https://github.com/satishvalluru/Hungerbox-springbatch | 0ac53c9e91be261ba83cbfc18362d0eba8292ee6 | 5ac369104d595294dbccc101611d2d54754639e2 | refs/heads/main | 2023-01-10T00:26:21.645000 | 2020-11-16T09:53:16 | 2020-11-16T09:53:16 | 312,612,656 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.java.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import lombok.Data;
@Data
@Entity
//@Table(name = "vendors")
public class Vendors {
@Id
@GeneratedValue(strategy = GenerationType.A... | UTF-8 | Java | 1,736 | java | Vendors.java | Java | [] | null | [] | package com.java.model;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import lombok.Data;
@Data
@Entity
//@Table(name = "vendors")
public class Vendors {
@Id
@GeneratedValue(strategy = GenerationType.A... | 1,736 | 0.711406 | 0.711406 | 88 | 17.727272 | 19.046431 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.056818 | false | false | 3 |
25607bd9760a3840666114f4ef6e697b7a83d147 | 4,080,218,970,411 | 12299f91a01154f7223f8c8f5c98fc57c11329c6 | /src/main/java/com/example/services/UserServices.java | 0dc1ed3d10dd8064449b048748b372518b0f92de | [] | no_license | MaximeEndewelt/UserMicroservice | https://github.com/MaximeEndewelt/UserMicroservice | 6db2ca8866e082abce4d2ce5855166e5945c9493 | 987a5b5660c31082a98958b9e72175096f067f69 | refs/heads/master | 2020-04-16T07:18:14.151000 | 2019-01-17T10:54:30 | 2019-01-17T10:54:30 | 165,381,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.services;
import com.example.controllers.UserController;
import com.example.entities.User;
import com.example.exceptions.ConflictException;
import com.example.exceptions.NotFoundException;
import com.example.exceptions.UnauthorizedException;
import com.example.messaging.BusMessage;
import com.examp... | UTF-8 | Java | 8,295 | java | UserServices.java | Java | [] | null | [] | package com.example.services;
import com.example.controllers.UserController;
import com.example.entities.User;
import com.example.exceptions.ConflictException;
import com.example.exceptions.NotFoundException;
import com.example.exceptions.UnauthorizedException;
import com.example.messaging.BusMessage;
import com.examp... | 8,295 | 0.574201 | 0.57396 | 268 | 29.951492 | 28.113468 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.339552 | false | false | 3 |
9cfd567b48ae2ca3b999b61209f35497338e279a | 37,606,733,662,982 | 45cec57833982a099b83bd6f25a24b5a1a829f33 | /leyou/ly-auth/src/main/java/com/leyou/auth/config/JwtProperties.java | a439ea99a8e8631cb6d45658c2dddf1585213a1c | [] | no_license | MonchDWang/ly | https://github.com/MonchDWang/ly | 25c4c71a08220d9121b4f16e81d82feff4cd57ac | a5a526a7d3ad48d24e70d32b6d6508c008f3cf66 | refs/heads/master | 2020-08-16T20:27:10.790000 | 2019-10-16T13:04:04 | 2019-10-16T13:04:04 | 215,548,708 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leyou.auth.config;
import com.leyou.common.auth.utils.RsaUtils;
import lombok.Data;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configur... | UTF-8 | Java | 1,744 | java | JwtProperties.java | Java | [] | null | [] | package com.leyou.auth.config;
import com.leyou.common.auth.utils.RsaUtils;
import lombok.Data;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Configur... | 1,744 | 0.695466 | 0.692402 | 52 | 30.384615 | 22.040308 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.519231 | false | false | 3 |
5ec08c9c925cc4b50f82bd6d3273321d220bfa1f | 36,928,128,837,688 | 4f630ae99c173fea1fa5fbc3a24beabcf3f7579a | /src/tabuleiro/Propriedade.java | 424f36a4eb2c2922785432918bd090a60eff3768 | [] | no_license | DebAmorim/Bankrupt | https://github.com/DebAmorim/Bankrupt | a1d7246d60a24354441107727b124d3735ac0f9e | 54770f6602297a0a497bae6fa21c640606916b5f | refs/heads/main | 2023-04-26T01:16:14.152000 | 2021-05-19T16:10:12 | 2021-05-19T16:10:12 | 368,653,857 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tabuleiro;
import jogador.Jogador;
public class Propriedade {
private Jogador proprietario;
private Integer valorAluguel;
private Integer valorVenda;
public Propriedade(Integer valorAluguel, Integer valorVenda) {
this.proprietario = null;
this.valorAluguel = valorAluguel;
... | UTF-8 | Java | 692 | java | Propriedade.java | Java | [] | null | [] | package tabuleiro;
import jogador.Jogador;
public class Propriedade {
private Jogador proprietario;
private Integer valorAluguel;
private Integer valorVenda;
public Propriedade(Integer valorAluguel, Integer valorVenda) {
this.proprietario = null;
this.valorAluguel = valorAluguel;
... | 692 | 0.671965 | 0.671965 | 35 | 18.771429 | 18.58584 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.371429 | false | false | 3 |
df1db70d9702efbc32af2d245cd5c3e8a104d14a | 31,885,837,274,956 | 0bd64e664271a1a211319d79a332f995e2b4acdc | /app/src/main/java/study/guge/com/a3dapplication/gsonbean/Shouyexiwen.java | e1c0f061bcab9d05c0f4d480551f2b5e75b4d39c | [] | no_license | Gushengli/3DApplication | https://github.com/Gushengli/3DApplication | a86a4b5a73d85ab8d03eb5401ea3dc2a4d838cd9 | 10164f917c5fb966afa146b49b39e8344924494e | refs/heads/master | 2020-12-25T09:38:14.931000 | 2016-07-09T10:58:49 | 2016-07-09T10:58:49 | 62,945,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package study.guge.com.a3dapplication.gsonbean;
import org.xutils.db.annotation.Column;
import org.xutils.db.annotation.Table;
/**
* Created by Administrator on 2016/7/6.
*/
@Table(name = "shouye")
public class Shouyexiwen {
@Column(name = "id",isId = true )
public int id;
@Column(name = "typeid")
... | UTF-8 | Java | 967 | java | Shouyexiwen.java | Java | [] | null | [] | package study.guge.com.a3dapplication.gsonbean;
import org.xutils.db.annotation.Column;
import org.xutils.db.annotation.Table;
/**
* Created by Administrator on 2016/7/6.
*/
@Table(name = "shouye")
public class Shouyexiwen {
@Column(name = "id",isId = true )
public int id;
@Column(name = "typeid")
... | 967 | 0.634953 | 0.627715 | 38 | 24.421053 | 17.173468 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 3 |
f3a5cb751e2653cff175c2004f6447ba4da4ec91 | 37,142,877,201,712 | 46ae61cfe9c6de3f6cbe78a66ab373acd53a4657 | /app/src/main/java/hackprinceton/checks/NewTask.java | 063e0e9f03bbc9c0f085f7f0d51ddf27d41e18a3 | [] | no_license | kentanaka000/Checks | https://github.com/kentanaka000/Checks | 7318ca7d45ab1e8380b94ad60d14dcdea8d46e8f | 6cf4c0e030ef5fc9fbea62e6fc4977e6f2282afa | refs/heads/master | 2021-01-18T19:05:05.231000 | 2017-04-04T06:56:33 | 2017-04-04T06:56:33 | 86,885,709 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package hackprinceton.checks;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
/**
* Created by nanxi on 4/1/2017.
*/
public class NewTask implements Item {
private final String str1 = "Add a new task!";
... | UTF-8 | Java | 1,715 | java | NewTask.java | Java | [
{
"context": "import android.widget.TextView;\n\n/**\n * Created by nanxi on 4/1/2017.\n */\n\npublic class NewTask implements",
"end": 210,
"score": 0.9996355772018433,
"start": 205,
"tag": "USERNAME",
"value": "nanxi"
}
] | null | [] | package hackprinceton.checks;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
/**
* Created by nanxi on 4/1/2017.
*/
public class NewTask implements Item {
private final String str1 = "Add a new task!";
... | 1,715 | 0.594752 | 0.587755 | 62 | 26.67742 | 23.779751 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
8204246180e5ba8f166e56c2ac241fb5f93c16ea | 25,692,494,408,583 | 09581e7b14cdd75971783a068b5bc38e62559810 | /src/test/java/treinamento/agile/testing/step/CampaignServiceFeatureSteps.java | 7ed25d105822082df0452d50f478915875efdb73 | [] | no_license | brdonath/agile-test-training | https://github.com/brdonath/agile-test-training | 7b048e38bbfe571950b6ce2e851a46a2d66c117e | 8a8c25a626aa51b8b257c36802ba5fc0e9df4ae8 | refs/heads/master | 2020-04-06T03:34:05.201000 | 2017-03-23T16:34:49 | 2017-03-23T16:34:49 | 64,155,352 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package treinamento.agile.testing.step;
import cucumber.api.java.pt.Dado;
import cucumber.api.java.pt.Entao;
import cucumber.api.java.pt.Quando;
public class CampaignServiceFeatureSteps {
@Dado("^que uma campanha tenha \"([^\"]*)\" e \"([^\"]*)\"$")
public void dado(){
//TODO
}
@Quando("^o serviço for execu... | UTF-8 | Java | 462 | java | CampaignServiceFeatureSteps.java | Java | [] | null | [] | package treinamento.agile.testing.step;
import cucumber.api.java.pt.Dado;
import cucumber.api.java.pt.Entao;
import cucumber.api.java.pt.Quando;
public class CampaignServiceFeatureSteps {
@Dado("^que uma campanha tenha \"([^\"]*)\" e \"([^\"]*)\"$")
public void dado(){
//TODO
}
@Quando("^o serviço for execu... | 462 | 0.638344 | 0.638344 | 23 | 18.956522 | 19.20706 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.956522 | false | false | 3 |
6bdd22ca10b0622194dddfd30c9e7075b349a814 | 25,692,494,408,175 | 29df2bbdcd84869d52bcd37aba8fd12a441cccaf | /src/main/java/com/bys/crm/app/dto/MyObject.java | 3b70efd4c1aa0fd913cbbcb1827041b5f16f200f | [] | no_license | hhungit/java-crm-api | https://github.com/hhungit/java-crm-api | 263f9cc757d7c37b9ec90206f5a222947a090ad1 | 96146a62d46485ef2a5656f1497e4e5c1111a47f | refs/heads/master | 2020-04-02T16:57:21.025000 | 2018-10-25T09:14:30 | 2018-10-25T09:14:30 | 154,637,176 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bys.crm.app.dto;
public class MyObject {
public MyObject(Integer integer, Integer string) {
System.out.println("integer "+integer+" string "+string);
}
}
| UTF-8 | Java | 173 | java | MyObject.java | Java | [] | null | [] | package com.bys.crm.app.dto;
public class MyObject {
public MyObject(Integer integer, Integer string) {
System.out.println("integer "+integer+" string "+string);
}
}
| 173 | 0.716763 | 0.716763 | 9 | 18.222221 | 22.139847 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.777778 | false | false | 3 |
f32d40e8b12f4fd3ae871a9988fa6383392e264b | 34,084,860,509,079 | e372cd91f4c9a2fd0a5652e67b771e7ec6fbad1f | /ScNet/src/Repositories/PostRepository.java | 98d8daa1c58b34c4df374ad583920cf39840904c | [] | no_license | ta123tz/scNet | https://github.com/ta123tz/scNet | 180fc0d8a9b1198cadb8ddbcf612b7a9529c71d4 | 5e2713150963d4b9aac0c17ca114b7fa90f276b3 | refs/heads/master | 2020-03-23T14:56:26.947000 | 2018-07-20T15:35:31 | 2018-07-20T15:35:31 | 141,709,448 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Repositories;
import java.sql.CallableStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Types;
import java.util.ArrayList;
import java.util.List;
import Model.ImagePost;
import Model.Post;
public class PostRepository extends BaseRepository implements IPostRepository {
/** T... | UTF-8 | Java | 2,456 | java | PostRepository.java | Java | [] | null | [] | package Repositories;
import java.sql.CallableStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Types;
import java.util.ArrayList;
import java.util.List;
import Model.ImagePost;
import Model.Post;
public class PostRepository extends BaseRepository implements IPostRepository {
/** T... | 2,456 | 0.67386 | 0.667345 | 89 | 26.595505 | 21.22735 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.719101 | false | false | 3 |
d7a41fb774e0b810fa0482735e0315a7045657fe | 38,852,274,181,405 | 4ccdb322e5d8ddc05e712325c20818075affb004 | /src/test/java/com/tac/seleniumdesigntest/srp/GoogleTest.java | 30ab450c01d8738b8624464b01c78d21aae10c3d | [] | no_license | senthilkumar10/DesignPatternPractise | https://github.com/senthilkumar10/DesignPatternPractise | 2973ed23cb4f998e3e83f1db250bb0ca40f8f846 | 3aa61c06dd262fd8b1e6bb755cd4c198cfa19114 | refs/heads/master | 2023-04-23T22:30:01.893000 | 2021-05-09T12:19:24 | 2021-05-09T12:19:24 | 364,042,109 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tac.seleniumdesigntest.srp;
import com.tac.seleniumdesign.srp.main.GoogleMainPage;
import com.tac.seleniumdesign.srp.result.GoogleResultPage;
import com.tac.seleniumdesigntest.BaseTest;
import org.testng.Assert;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.DataProvider;
import or... | UTF-8 | Java | 1,831 | java | GoogleTest.java | Java | [
{
"context": "mport org.testng.annotations.Test;\n\n/**\n * @author senthil\n */\npublic class GoogleTest extends BaseTest {\n\n\n",
"end": 370,
"score": 0.9868079423904419,
"start": 363,
"tag": "USERNAME",
"value": "senthil"
}
] | null | [] | package com.tac.seleniumdesigntest.srp;
import com.tac.seleniumdesign.srp.main.GoogleMainPage;
import com.tac.seleniumdesign.srp.result.GoogleResultPage;
import com.tac.seleniumdesigntest.BaseTest;
import org.testng.Assert;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.DataProvider;
import or... | 1,831 | 0.713271 | 0.712179 | 62 | 28.532259 | 27.535149 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.467742 | false | false | 3 |
ec0383a8f1df9f9c9fc6b3c73ad9dac6ca0a3055 | 38,663,295,617,677 | 615b421d7138067b24ca1df6714ae2cfb926399d | /src/main/java/com/game/casino/service/IServJuegos.java | f9e8bb23391e553826ee744c83218c71274a5259 | [] | no_license | rayjava/casino | https://github.com/rayjava/casino | ba32c23af57fef5250b6916c1917081e312e38ed | 7366502794b728e9d66cc4be61a028edf5846704 | refs/heads/master | 2022-11-11T20:27:42.761000 | 2020-07-08T14:41:00 | 2020-07-08T14:41:00 | 278,083,442 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.game.casino.service;
import java.util.List;
import com.game.casino.entity.Juegos;
import com.game.casino.entity.Proveedor;
public interface IServJuegos {
public Juegos findBytipo(String tipojuego);
public List<Juegos> listarjuegos();
public void crearjuegos(List<Juegos> juegos);
}
| UTF-8 | Java | 305 | java | IServJuegos.java | Java | [] | null | [] | package com.game.casino.service;
import java.util.List;
import com.game.casino.entity.Juegos;
import com.game.casino.entity.Proveedor;
public interface IServJuegos {
public Juegos findBytipo(String tipojuego);
public List<Juegos> listarjuegos();
public void crearjuegos(List<Juegos> juegos);
}
| 305 | 0.780328 | 0.780328 | 13 | 22.461538 | 18.632542 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 3 |
d7a0ad99671c53200d080da1599270f67f8d85a3 | 26,414,048,940,315 | 9e0492a74452e487687299ccbff5fcf0e86c2109 | /SimTraffic/is/SimTraffic/Mapa/TipoElemento/TipoNodoManMade.java | 93de6f5c702a203b3e62ee746f2670c3c2fbdaae | [] | no_license | BackupTheBerlios/gescot | https://github.com/BackupTheBerlios/gescot | 7faf03dfe6481167a1f0ee980321f781f7b1a87f | d11d7f3bcae0f37cc3676d215ea7470067480363 | refs/heads/master | 2021-01-16T18:18:32.866000 | 2007-06-04T18:42:34 | 2007-06-04T18:42:34 | 39,961,891 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package is.SimTraffic.Mapa.TipoElemento;
import is.SimTraffic.Messages;
public class TipoNodoManMade extends TipoElemento implements ITipoElemento {
/**
* Características de Nodos asociadas a Construcciones (man_made)
*/
//private String tipo="man_made";
/**
*
*/
private static final long serialVersio... | ISO-8859-1 | Java | 1,892 | java | TipoNodoManMade.java | Java | [] | null | [] | package is.SimTraffic.Mapa.TipoElemento;
import is.SimTraffic.Messages;
public class TipoNodoManMade extends TipoElemento implements ITipoElemento {
/**
* Características de Nodos asociadas a Construcciones (man_made)
*/
//private String tipo="man_made";
/**
*
*/
private static final long serialVersio... | 1,892 | 0.702444 | 0.686504 | 54 | 33.851852 | 39.535454 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.166667 | false | false | 3 |
d21645ede7f41e320be37d64979b42ff2615afcb | 31,842,887,571,587 | 218b34660a7470e637771e0b8b42205eec7cb9c2 | /0013_Roman to Integer/RomantoInteger2.java | 91204127724edf7ea6edc98f3072241d584995e6 | [] | no_license | jiajionline/LeetcodeSolutionWithMultipleLanguages | https://github.com/jiajionline/LeetcodeSolutionWithMultipleLanguages | 9ca43aad9085ad2cadd70a39540386bb70d4c64e | 705c13b2a8868d7380c9d8f529cad790fe0ee07c | refs/heads/master | 2023-09-02T12:46:54.204000 | 2023-09-01T20:59:08 | 2023-09-01T20:59:08 | 88,291,206 | 37 | 25 | null | false | 2020-10-20T10:42:58 | 2017-04-14T18:07:49 | 2020-10-20T10:42:05 | 2020-10-19T04:55:43 | 724 | 14 | 13 | 3 | Java | false | false | class Solution {
public int romanToInt(String s) {
int ans = 0;
int i = 0;
Map<Character, Integer> map = build();
while(i < s.length()) {
char c = s.charAt(i);
if((c == 'I' || c == 'X' || c == 'C') && (i+1 < s.length())) {
char nextC = s.charAt... | UTF-8 | Java | 1,114 | java | RomantoInteger2.java | Java | [] | null | [] | class Solution {
public int romanToInt(String s) {
int ans = 0;
int i = 0;
Map<Character, Integer> map = build();
while(i < s.length()) {
char c = s.charAt(i);
if((c == 'I' || c == 'X' || c == 'C') && (i+1 < s.length())) {
char nextC = s.charAt... | 1,114 | 0.333034 | 0.314183 | 38 | 28.342106 | 18.82646 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.157895 | false | false | 3 |
cfee8d394959bd6b341dddb82cfa660c76f145b0 | 25,915,832,716,727 | 0cacb4f0e3b684b7d79fa83271e46fef2c8226fb | /src/main/java/pl/mateuszwarzyc/creational/builder/examples/StringBuilderExample.java | a8e0cc3724507c83cc79ac600c73e1f80cd608ff | [] | no_license | mateusz-warzyc/design-patterns | https://github.com/mateusz-warzyc/design-patterns | 93e7f10ebdcd69445577111c5b266c0a75578647 | 945629349235a88cfbd7402e44b792b269b47e1a | refs/heads/master | 2020-05-24T19:44:53.494000 | 2017-03-16T21:41:18 | 2017-03-16T21:41:18 | 84,875,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.mateuszwarzyc.creational.builder.examples;
/**
* Created by Coffee13.
*/
public class StringBuilderExample {
public static void main(String[] args) {
StringBuilder builder = new StringBuilder();
builder.append("This is a ");
builder.append("example ");
builder.append(... | UTF-8 | Java | 427 | java | StringBuilderExample.java | Java | [
{
"context": "package pl.mateuszwarzyc.creational.builder.examples;\n\n/**\n * Created by C",
"end": 24,
"score": 0.925372838973999,
"start": 11,
"tag": "USERNAME",
"value": "mateuszwarzyc"
},
{
"context": "yc.creational.builder.examples;\n\n/**\n * Created by Coffee13.\n */\npublic ... | null | [] | package pl.mateuszwarzyc.creational.builder.examples;
/**
* Created by Coffee13.
*/
public class StringBuilderExample {
public static void main(String[] args) {
StringBuilder builder = new StringBuilder();
builder.append("This is a ");
builder.append("example ");
builder.append(... | 427 | 0.627635 | 0.622951 | 20 | 20.35 | 20.19969 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.35 | false | false | 3 |
90d4ee43fb73219b71dc5b97bcf2f7685f47f00d | 18,339,510,398,183 | ebba55a85a5f44cd0ebbd53fde4c66ae1c3ba4b4 | /src/test/java/de/nismeinert/SugarTest.java | 97705ece607d4843f47bbfa51a0813b2ea3ee2e1 | [] | no_license | avitase/rAnt | https://github.com/avitase/rAnt | b62cd4f93c7224bdb1cddcfc32cedaecb8d07114 | c8dc0d8666db27f45c7bd46584527d72e47bb8e5 | refs/heads/master | 2016-09-09T15:01:10.974000 | 2014-03-08T00:24:52 | 2014-03-08T00:24:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.nismeinert;
import static org.junit.Assert.assertEquals;
import java.util.List;
import java.util.Vector;
import org.junit.Test;
public class SugarTest {
@Test
public void testSugar() {
List<Sugar> sugar = new Vector<Sugar>();
sugar.add(new Sugar(1, 2));
Position position1 = new Position(1, 2);... | UTF-8 | Java | 469 | java | SugarTest.java | Java | [] | null | [] | package de.nismeinert;
import static org.junit.Assert.assertEquals;
import java.util.List;
import java.util.Vector;
import org.junit.Test;
public class SugarTest {
@Test
public void testSugar() {
List<Sugar> sugar = new Vector<Sugar>();
sugar.add(new Sugar(1, 2));
Position position1 = new Position(1, 2);... | 469 | 0.722815 | 0.701493 | 22 | 20.318182 | 17.963058 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.454545 | false | false | 3 |
c5eccb73271cadcdbfa1832845fdbd317ad13b49 | 7,954,279,484,377 | b5aef91041e1c601d7389428a53c1169e05a0a13 | /src/main/java/com/chen/algorithm/study/test27/Solution.java | aa227d25d8cbc13ed7fa553fe8d8adb40d7d3e4f | [] | no_license | javaCoderTeam/javaBase | https://github.com/javaCoderTeam/javaBase | 9b8be5991831ea76d10d41ddd2d8ce07227e2f73 | 7cdb59374ae4a148bf39c881c354b8ccd35c5423 | refs/heads/master | 2020-02-27T17:29:28.566000 | 2019-12-20T16:05:34 | 2019-12-20T16:06:06 | 101,477,308 | 2 | 0 | null | false | 2020-10-13T08:33:57 | 2017-08-26T09:50:10 | 2020-10-10T10:03:12 | 2020-10-13T08:33:56 | 17,028 | 2 | 0 | 7 | Java | false | false | package com.chen.algorithm.study.test27;
import org.junit.Test;
/**
* @author : chen weijie
* @Date: 2019-09-08 01:17
*/
public class Solution {
public int removeElement(int[] nums, int val) {
if (nums == null || nums.length == 0) {
return 0;
}
int i = 0;
for (int... | UTF-8 | Java | 609 | java | Solution.java | Java | [
{
"context": "test27;\n\nimport org.junit.Test;\n\n/**\n * @author : chen weijie\n * @Date: 2019-09-08 01:17\n */\npublic class Solut",
"end": 95,
"score": 0.999792754650116,
"start": 84,
"tag": "NAME",
"value": "chen weijie"
}
] | null | [] | package com.chen.algorithm.study.test27;
import org.junit.Test;
/**
* @author : <NAME>
* @Date: 2019-09-08 01:17
*/
public class Solution {
public int removeElement(int[] nums, int val) {
if (nums == null || nums.length == 0) {
return 0;
}
int i = 0;
for (int j = ... | 604 | 0.469622 | 0.422003 | 32 | 18.03125 | 19.865932 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 3 |
97cf8eafa8b1e8d9bc7cc1ceecfbffe9b65d0e79 | 24,541,443,141,706 | be3593331d6b8992f4db652f9af0e0b42082ab74 | /src/ReadingRatingsFile.java | 1f897de33bdaf8b9d3c416e982a1c32eb299ec05 | [] | no_license | b9015141/NSDproject | https://github.com/b9015141/NSDproject | 6ec519b5cb1189d8d3a44a4704e4313a8011a206 | 0cacae45429df7629758da464c403d37db85abb5 | refs/heads/main | 2023-01-19T08:57:34.760000 | 2020-11-30T09:08:30 | 2020-11-30T09:08:30 | 317,167,319 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public class ReadingRatingsFile {
// public static void main(String[] args) {
public static List<Ratings> readRatings (File f){
List<Ratings> ratings = new ArrayList<Ratings>();
BufferedReader reader ... | UTF-8 | Java | 1,224 | java | ReadingRatingsFile.java | Java | [] | null | [] | import java.io.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public class ReadingRatingsFile {
// public static void main(String[] args) {
public static List<Ratings> readRatings (File f){
List<Ratings> ratings = new ArrayList<Ratings>();
BufferedReader reader ... | 1,224 | 0.564542 | 0.562092 | 46 | 25.326086 | 23.741409 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.543478 | false | false | 3 |
a494084caf5a8dfa065ac01a2f419a738ffa8bed | 24,541,443,141,942 | d18cf4da3e0a2b711b004d672f06728d6efcad0d | /app/src/main/java/com/cube/forcetouch/ImageViewActivity.java | 0367fe56fb6ecad67e158d018b4a451a343f2dad | [] | no_license | scruffyfox/AndroidForceTouch-Demo | https://github.com/scruffyfox/AndroidForceTouch-Demo | d8fb86d0018734b48e3e1118f43ad968c1bc83e8 | 85f6bc1c739ad3b018763634d4e0eda10ea40595 | refs/heads/master | 2018-01-11T00:23:03.579000 | 2015-10-22T13:12:01 | 2015-10-22T13:12:01 | 44,745,900 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cube.forcetouch;
import android.app.Activity;
import android.os.Bundle;
import android.widget.ImageView;
/**
* @author Callum Taylor
* @project Force Touch
*/
public class ImageViewActivity extends Activity
{
@Override protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanc... | UTF-8 | Java | 444 | java | ImageViewActivity.java | Java | [
{
"context": ";\nimport android.widget.ImageView;\n\n/**\n * @author Callum Taylor\n * @project Force Touch\n */\npublic class ImageVie",
"end": 147,
"score": 0.999876856803894,
"start": 134,
"tag": "NAME",
"value": "Callum Taylor"
}
] | null | [] | package com.cube.forcetouch;
import android.app.Activity;
import android.os.Bundle;
import android.widget.ImageView;
/**
* @author <NAME>
* @project Force Touch
*/
public class ImageViewActivity extends Activity
{
@Override protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState)... | 437 | 0.768018 | 0.768018 | 22 | 19.181818 | 18.354183 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.863636 | false | false | 3 |
6823cd26436dbdfffb8dedbfdaed1b00965065d5 | 12,618,613,964,595 | 6b69185f87a9b3edb71416dde0bdb6c7132b14b5 | /javaprj/aiwallpaper/src/test/java/com/wyk/aiwallpaper/AiwallpaperApplicationTests.java | 504fce6c649c0ea1602d5a844df42c50420372d0 | [] | no_license | WYK45/wangyakunGItHub | https://github.com/WYK45/wangyakunGItHub | a9ee02abf65b47fc8736bb8c81ff27ec7f851f03 | ab1c4ff63d1094be1f5ff673987797466ea817c0 | refs/heads/master | 2023-08-31T07:00:17.495000 | 2023-08-30T14:15:48 | 2023-08-30T14:15:48 | 178,128,350 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wyk.aiwallpaper;
import com.alibaba.fastjson.JSONObject;
import com.wyk.aiwallpaper.util.AppleUtil;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AiwallpaperApplicationTes... | UTF-8 | Java | 371 | java | AiwallpaperApplicationTests.java | Java | [] | null | [] | package com.wyk.aiwallpaper;
import com.alibaba.fastjson.JSONObject;
import com.wyk.aiwallpaper.util.AppleUtil;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class AiwallpaperApplicationTes... | 371 | 0.797844 | 0.797844 | 16 | 22.1875 | 20.878275 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 3 |
9d1caf8652a9a0c34f3d8fa4baf6e28a23cf5775 | 16,733,192,636,537 | a2e98f84e3c3a7c75fd8a0a8eb484e4b73a83924 | /.svn/pristine/9d/9d1caf8652a9a0c34f3d8fa4baf6e28a23cf5775.svn-base | 7b3424e8979f7524224211cbbc0c47562cf9ce7b | [] | no_license | Dragonpurse/p2g07 | https://github.com/Dragonpurse/p2g07 | e62fd43f759972df313f4f61e49f0e6bc46d37f6 | 0bf5e8f98f5371425f701df9eab4e0b9a6330d27 | refs/heads/master | 2020-04-14T09:08:45.427000 | 2013-04-17T14:54:12 | 2013-04-17T14:54:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package domein;
import java.util.List;
import org.joda.time.LocalDate;
public class Onderdeel {
private String displayNaam, displayOmschrijving, titel, omschrijving, doelgroep;
private SoortOnderdeel type;
private int ID;
private List<String> kernwoorden;
private LocalDate beschikbaarVan, beschikbaarTot;
... | UTF-8 | Java | 1,799 | 9d1caf8652a9a0c34f3d8fa4baf6e28a23cf5775.svn-base | Java | [] | null | [] | package domein;
import java.util.List;
import org.joda.time.LocalDate;
public class Onderdeel {
private String displayNaam, displayOmschrijving, titel, omschrijving, doelgroep;
private SoortOnderdeel type;
private int ID;
private List<String> kernwoorden;
private LocalDate beschikbaarVan, beschikbaarTot;
... | 1,799 | 0.748749 | 0.748749 | 88 | 19.443182 | 19.197454 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.420455 | false | false | 3 | |
845252da23f860c258c9d709627bf2f6613a4b9c | 2,353,642,096,986 | 53d677a55e4ece8883526738f1c9d00fa6560ff7 | /a/i/b/a/b/f.java | 15576f266b8aa4ade70a7c2a78ce91f39a1915d1 | [] | no_license | 0jinxing/wechat-apk-source | https://github.com/0jinxing/wechat-apk-source | 544c2d79bfc10261eb36389c1edfdf553d8f312a | f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d | refs/heads/master | 2020-06-07T20:06:03.580000 | 2019-06-21T09:17:26 | 2019-06-21T09:17:26 | 193,069,132 | 9 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | package a.i.b.a.b;
import a.f.b.j;
import a.i.b.a.c.d.a.e.g;
import a.i.b.a.c.d.b.n;
import a.i.b.a.c.f.a;
import a.i.b.a.c.f.b;
import a.i.b.a.c.f.c;
import a.l;
import com.tencent.matrix.trace.core.AppMethodBeat;
@l(dWo={1, 1, 13}, dWp={""}, dWq={"Lkotlin/reflect/jvm/internal/components/ReflectKotlinClas... | UTF-8 | Java | 2,591 | java | f.java | Java | [] | null | [] | package a.i.b.a.b;
import a.f.b.j;
import a.i.b.a.c.d.a.e.g;
import a.i.b.a.c.d.b.n;
import a.i.b.a.c.f.a;
import a.i.b.a.c.f.b;
import a.i.b.a.c.f.c;
import a.l;
import com.tencent.matrix.trace.core.AppMethodBeat;
@l(dWo={1, 1, 13}, dWp={""}, dWq={"Lkotlin/reflect/jvm/internal/components/ReflectKotlinClas... | 2,591 | 0.617908 | 0.592049 | 84 | 28.869047 | 72.27655 | 667 | false | false | 0 | 0 | 0 | 0 | 66 | 0.050174 | 1 | false | false | 3 |
543c130e48dfc849904516183fb4d325ae26c530 | 1,520,418,472,778 | 616ae40fc323f29600836fe88bd825ef0eb70188 | /Framework/src/acial/OrangeHRM/Salarie.java | ae4020d78cf0eb02583b3a27dca6b114f16b4777 | [] | no_license | hih-acial/SeleniumWebDriver | https://github.com/hih-acial/SeleniumWebDriver | 28a7ef133c1a3ecea571181fdb30a70c91da9747 | a2524964da4bb96790830ef79fbe8637648f3309 | refs/heads/master | 2018-12-05T02:49:12.791000 | 2018-09-06T11:28:32 | 2018-09-06T11:28:32 | 108,743,108 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package acial.OrangeHRM;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import org.junit.Assert;
import acial.selenium.utils.Selenium;
public final class Salarie {
public static void Rechercher(String name) {... | UTF-8 | Java | 2,975 | java | Salarie.java | Java | [] | null | [] | package acial.OrangeHRM;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import org.junit.Assert;
import acial.selenium.utils.Selenium;
public final class Salarie {
public static void Rechercher(String name) {... | 2,975 | 0.714958 | 0.71126 | 81 | 35.728394 | 28.715296 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.506173 | false | false | 3 |
bb3dc29ba9347acbdee9a4df92bc5b27568baa4e | 8,976,481,708,631 | 9314cdaab611fdc938532347d7300151db2b662d | /CCC/ccc12s3.java | 2267059710cb8a338bcf45b4c8faa875bd0dab8f | [] | no_license | FelixHe4/Competitive-Programming | https://github.com/FelixHe4/Competitive-Programming | b14a2e9d8e26c30eb7de61ca6e103857de551fc6 | 9a055d6a4a2de77360628ce9a8ae43f87142520a | refs/heads/master | 2020-04-08T21:47:50.606000 | 2019-09-14T16:22:40 | 2019-09-14T16:22:40 | 159,758,849 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Unit1;
import java.io.*;
import java.util.*;
public class ccc12s3 {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int n = Integer.parseInt(br.readLine());
int[] arr = new int[1001];
for (int i = 0; i < n; ... | UTF-8 | Java | 1,377 | java | ccc12s3.java | Java | [] | null | [] | package Unit1;
import java.io.*;
import java.util.*;
public class ccc12s3 {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int n = Integer.parseInt(br.readLine());
int[] arr = new int[1001];
for (int i = 0; i < n; ... | 1,377 | 0.50472 | 0.481481 | 63 | 19.857143 | 16.801226 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.031746 | false | false | 3 |
a692ce172938723435507dc92ed03f2d8443640e | 8,976,481,708,235 | 3c616c3191d315e205bf48a73b7592370da9fcf0 | /src/tools/BookManager.java | 1c8ee80a2bf39d91c2dc5ae514fcbc2f0550ace8 | [] | no_license | Vitalii-l/JKTVR19_Library | https://github.com/Vitalii-l/JKTVR19_Library | 4d2096a270d24fd2e571b9a45c4d6a75ea1584da | d168f715ea6f28ecfa6b923b6c0b4246e84067e8 | refs/heads/master | 2023-01-24T06:09:05.358000 | 2020-10-19T12:21:01 | 2020-10-19T12:21:01 | 300,591,598 | 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 tools;
import entity.Book;
import java.util.Arrays;
import java.util.Scanner;
/**
*
* @author pupil
*/
public class BookMan... | UTF-8 | Java | 1,694 | java | BookManager.java | Java | [
{
"context": "rays;\nimport java.util.Scanner;\n\n/**\n *\n * @author pupil\n */\npublic class BookManager {\n public Book cr",
"end": 295,
"score": 0.995922863483429,
"start": 290,
"tag": "USERNAME",
"value": "pupil"
}
] | 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 tools;
import entity.Book;
import java.util.Arrays;
import java.util.Scanner;
/**
*
* @author pupil
*/
public class BookMan... | 1,694 | 0.539292 | 0.537493 | 58 | 27.741379 | 20.190098 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 3 |
ecd40c2c59ad064ab7bb7f77673666aa2bac18cb | 26,328,149,529,566 | 640f416833bc3051087340bcaf10f5c5e1323cd8 | /files_transport/src/main/java/com/comarch/b2b/transfer/SFTPHost.java | 588e65610cb7412716c43deef323fd8e4357b0e9 | [] | no_license | mikikrk/dynamicsftp | https://github.com/mikikrk/dynamicsftp | 28016b010bfbb65b2c1cae572e8bef8264d599ea | 1f397b48592594f4acf2a4eb3d6a27b437d6796a | refs/heads/master | 2016-08-05T22:45:58.742000 | 2014-08-05T07:45:52 | 2014-08-05T07:45:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.comarch.b2b.transfer;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.Properties;
import com.jcraft.jsch.ChannelSftp;
import com.jcraft.jsch.JSch;
import com.jcraft.jsch.JSchException;
import com.jc... | UTF-8 | Java | 3,973 | java | SFTPHost.java | Java | [
{
"context": "rt){\n\t\tthis.hostname = hostname;\n\t\tthis.username = username;\n\t\tthis.port = port;\n\t}\n\n\tpublic SFTPHost(String ",
"end": 882,
"score": 0.9985139966011047,
"start": 874,
"tag": "USERNAME",
"value": "username"
},
{
"context": "th){\n\t\tthis.hostname = hostnam... | null | [] | package com.comarch.b2b.transfer;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.Properties;
import com.jcraft.jsch.ChannelSftp;
import com.jcraft.jsch.JSch;
import com.jcraft.jsch.JSchException;
import com.jc... | 3,977 | 0.726907 | 0.726152 | 154 | 24.798702 | 20.193987 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.071429 | false | false | 3 |
5413a47eb99a6c11a7e4fdc0209af7f341a8be5f | 37,185,826,865,604 | ae70511c7090f3d1f6686e2d0453640102f4263e | /Base/src/com/jikaigg/base/throwable/exception/ExceptionDemo1.java | 89fe466002f52fdd62bb54223062c90a96013d98 | [] | no_license | jikaigggg/JavaBase | https://github.com/jikaigggg/JavaBase | a09e0e3868a5eb8bc999995ae10bb30498e47a41 | f87cfbc971ea8edc93e45d92d012170f21ffee28 | refs/heads/master | 2020-08-29T10:23:50.864000 | 2020-01-21T10:29:48 | 2020-01-21T10:29:48 | 218,004,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jikaigg.base.throwable.exception;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/*
Throwable类是java语言中所有错误或异常的超类
Exception:编译期异常,进行编译(写代码)java程序出现的问题
RuntimeException:运行期异常,java程序运行过程中出现的问题
异常就相当于程序得了一个小毛病,吧异常处理掉,程序可以继续执行
Error:错误
... | UTF-8 | Java | 1,125 | java | ExceptionDemo1.java | Java | [] | null | [] | package com.jikaigg.base.throwable.exception;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/*
Throwable类是java语言中所有错误或异常的超类
Exception:编译期异常,进行编译(写代码)java程序出现的问题
RuntimeException:运行期异常,java程序运行过程中出现的问题
异常就相当于程序得了一个小毛病,吧异常处理掉,程序可以继续执行
Error:错误
... | 1,125 | 0.607581 | 0.591973 | 34 | 25.382353 | 16.680412 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 3 |
26474c3376cd8f496c5ce7dca907971ae784abfc | 15,418,932,651,517 | c23a04df92dcb7cf794a9f0ec238688ab471d176 | /src/test/java/com/juaracoding/backendnyarijodoh/BackEndNyariJodohApplicationTests.java | 2b1d0d7350466b0526f069e6143fc76adbd8ca63 | [] | no_license | HafizLutfi/BackendNyariJodoh | https://github.com/HafizLutfi/BackendNyariJodoh | 2d6b87bfc5d5d92eca4b94b1f1ee070b8410ffa6 | dd0c757cf43692c0d42d9c13e8f8dae6e9dd72c8 | refs/heads/main | 2023-05-07T22:26:56.910000 | 2021-05-30T19:12:57 | 2021-05-30T19:12:57 | 372,295,845 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.juaracoding.backendnyarijodoh;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BackEndNyariJodohApplicationTests {
@Test
void contextLoads() {
}
}
| UTF-8 | Java | 236 | java | BackEndNyariJodohApplicationTests.java | Java | [] | null | [] | package com.juaracoding.backendnyarijodoh;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BackEndNyariJodohApplicationTests {
@Test
void contextLoads() {
}
}
| 236 | 0.809322 | 0.809322 | 13 | 17.153847 | 19.856586 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.461538 | false | false | 3 |
d30e3edb5af85ca8368601390d8e6b8b6a74ac49 | 37,065,567,791,060 | 475ad4adc47b68270302bfbef71644ddebff85b9 | /src/com/dream/base/service/Impl/UserServiceImpl.java | c4c177675d531bcf0143304e43d1417defdda964 | [] | no_license | leijiaming/adream | https://github.com/leijiaming/adream | 7f795574306ac0ad0f2d4458eb55400273c18435 | a3eee6f6d38d956252b5ff3221c7927d8cdc9988 | refs/heads/master | 2021-08-26T07:27:01.886000 | 2017-11-22T07:05:27 | 2017-11-22T07:05:27 | 111,648,332 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dream.base.service.Impl;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Service;
import com.dream.base.dao.UserDao;
import com.dream.base.entity.User;
import com.dream.base.service.UserService;
import c... | UTF-8 | Java | 2,277 | java | UserServiceImpl.java | Java | [
{
"context": " com.dream.util.NoteResult;\n/**\n * 用户管理\n * @author Administrator\n *\n */\n@Service(\"userService\")\npublic class UserS",
"end": 382,
"score": 0.855525553226471,
"start": 369,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | package com.dream.base.service.Impl;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.log4j.Logger;
import org.springframework.stereotype.Service;
import com.dream.base.dao.UserDao;
import com.dream.base.entity.User;
import com.dream.base.service.UserService;
import c... | 2,277 | 0.673488 | 0.664393 | 97 | 21.670103 | 15.126083 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.546392 | false | false | 3 |
19caf4715a2eaa8866860687ec1bad4ac0fc175f | 7,026,566,551,416 | 49d3a1fe0af20855dde9036ac3fb3995942613d5 | /src/main/java/Array/FourSum.java | 2bd43b5282ecc2a69f06c66ba3004f41173cb1a5 | [] | no_license | nieschumi/xuexi | https://github.com/nieschumi/xuexi | 626f759ab8328b137fec0e79a7ab3e6768844610 | 3f4aec59efee906733036d2eeb878d8f2b77950f | refs/heads/master | 2018-12-22T01:52:35.980000 | 2018-12-20T19:09:59 | 2018-12-20T19:09:59 | 149,855,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Array;
import java.util.HashMap;
import java.util.Map;
public class FourSum {
/**
* Determine if there exists a set of four elements in a given array that sum to the given target number.
*
* Assumptions:
* The given array is not null and has length of at least 4
* Examples:
*... | UTF-8 | Java | 1,776 | java | FourSum.java | Java | [] | null | [] | package Array;
import java.util.HashMap;
import java.util.Map;
public class FourSum {
/**
* Determine if there exists a set of four elements in a given array that sum to the given target number.
*
* Assumptions:
* The given array is not null and has length of at least 4
* Examples:
*... | 1,776 | 0.479905 | 0.449173 | 56 | 29.214285 | 24.592184 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.678571 | false | false | 3 |
28e6af91b433513bf2afe275f92b920aa7920641 | 34,196,529,648,637 | 97cb94810de0503bcee4d26499dcec6e457ef68e | /ast/CompositeExpr.java | 0d953ea2d41549651bb52484a22583fb813a08cb | [] | no_license | igorceridorio/CompiladoresFase3 | https://github.com/igorceridorio/CompiladoresFase3 | 0cdc3488d1f02098af7d197c86c28a85094dbd50 | fa20e964b0ed9f9dec089424e55b12cdcc1dec74 | refs/heads/master | 2020-05-03T02:25:25.642000 | 2015-09-14T05:57:08 | 2015-09-14T05:57:08 | 38,223,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ast;
import lexer.Symbol;
public class CompositeExpr extends Expr {
public CompositeExpr(Expr left, Symbol oper, Expr right) {
this.left = left;
this.oper = oper;
this.right = right;
}
public void genC(PW pw) {
String op = oper.toString();
switch (op) {
case "<>":
op = "!="; break;
ca... | UTF-8 | Java | 910 | java | CompositeExpr.java | Java | [] | null | [] | package ast;
import lexer.Symbol;
public class CompositeExpr extends Expr {
public CompositeExpr(Expr left, Symbol oper, Expr right) {
this.left = left;
this.oper = oper;
this.right = right;
}
public void genC(PW pw) {
String op = oper.toString();
switch (op) {
case "<>":
op = "!="; break;
ca... | 910 | 0.571429 | 0.571429 | 48 | 17.979166 | 16.860321 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.583333 | false | false | 3 |
e50c87a038381fd1b3f146d8f8d31ba5bc965b14 | 38,740,605,053,246 | 93b210724d5e1b9a1b2b89c64c12d8582135f2aa | /EliteCSM-new/Applications/netvertexsm/src/com/elitecore/netvertexsm/web/servermgr/server/UpdateNetServerInstanceBasicDetailAction.java | fdeac4b34dc9e38489b0b8c7ef003a122fbe2aa8 | [] | no_license | sunilkumarpvns/newbrs | https://github.com/sunilkumarpvns/newbrs | e6b205a41898b25203f34a902d1334a83baafb09 | 38e8c22ea5deaee2e46938970be405a307918ce7 | refs/heads/master | 2021-06-17T08:45:52.964000 | 2019-08-21T02:58:00 | 2019-08-21T02:58:00 | 203,326,404 | 0 | 0 | null | false | 2021-05-12T00:24:10 | 2019-08-20T07:47:41 | 2019-08-21T03:00:28 | 2021-05-12T00:24:10 | 252,939 | 0 | 0 | 10 | Java | false | false | package com.elitecore.netvertexsm.web.servermgr.server;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionMapping;
import ... | UTF-8 | Java | 10,977 | java | UpdateNetServerInstanceBasicDetailAction.java | Java | [] | null | [] | package com.elitecore.netvertexsm.web.servermgr.server;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionForward;
import org.apache.struts.action.ActionMapping;
import ... | 10,977 | 0.738089 | 0.738089 | 176 | 61.36932 | 39.400406 | 173 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.25 | false | false | 3 |
0435f99a0d3b48604ff850d36696eb4b532434c5 | 18,047,452,634,209 | 8590e6ed8cd5a5e43effb59e4e7d21d44db76b49 | /src/ru/job4j/loop/Factorial.java | b4665176b2f9ea74ab41eb19b74949b830941640 | [] | no_license | Hacker585/job4j_elementary | https://github.com/Hacker585/job4j_elementary | 08776c03b88c35e6de5c26107b72f02ac790c85e | 821f98426f372f1ffe7215bbcc4683a6bb89d3de | refs/heads/master | 2022-11-05T06:54:25.334000 | 2020-06-14T15:27:39 | 2020-06-14T15:27:39 | 261,518,432 | 0 | 0 | null | true | 2020-05-05T16:01:22 | 2020-05-05T16:01:21 | 2020-02-26T08:00:46 | 2020-02-26T08:00:44 | 545 | 0 | 0 | 0 | null | false | false | package ru.job4j.loop;
public class Factorial {
public static int calc(int n){
int result = 1;
for (int i = 1; i <= n; i = i +1){
result = result * i;
}
return result;
}
public static void main(String[]args){
int result = Factorial.calc(19);
Syst... | UTF-8 | Java | 352 | java | Factorial.java | Java | [] | null | [] | package ru.job4j.loop;
public class Factorial {
public static int calc(int n){
int result = 1;
for (int i = 1; i <= n; i = i +1){
result = result * i;
}
return result;
}
public static void main(String[]args){
int result = Factorial.calc(19);
Syst... | 352 | 0.525568 | 0.508523 | 16 | 21 | 15.169871 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
85b9277f55baea8d0fac842e2b15bb20b8fa7547 | 12,601,434,110,358 | cf340a1252f9e811e47aa3e34b0356afdcd6747c | /spengermed/spengermed/src/main/java/at/spengergasse/spengermed/repository/GreetingRepository.java | d1cc522c02bf32d789b3ca8f3357bc320388bbba | [] | no_license | HAI18823/CI_Test_Haider | https://github.com/HAI18823/CI_Test_Haider | fd03a92ba335ef0e47458fd45b93862949edd53b | a3d63e68ca011acdec7c4f897cd2b2e0a3a9cef4 | refs/heads/main | 2023-03-26T22:47:39.209000 | 2021-03-17T09:19:35 | 2021-03-17T09:19:35 | 344,853,156 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package at.spengergasse.spengermed.repository;
import at.spengergasse.spengermed.models.Greeting;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
public interface GreetingRepository extends CrudRepository<Greeting, Long> {
List<Greeting> findByContent(String content);
Greetin... | UTF-8 | Java | 343 | java | GreetingRepository.java | Java | [] | null | [] | package at.spengergasse.spengermed.repository;
import at.spengergasse.spengermed.models.Greeting;
import org.springframework.data.repository.CrudRepository;
import java.util.List;
public interface GreetingRepository extends CrudRepository<Greeting, Long> {
List<Greeting> findByContent(String content);
Greetin... | 343 | 0.819242 | 0.819242 | 10 | 33.299999 | 25.522736 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 3 |
97490ae2d698a5a0e1420b715beeb0e0553c0aef | 38,319,698,231,085 | ca23e96e440a1c668378e32d5c1150e87601e839 | /RulePage.java | 24e2015fa64c6681eea0ce50e056bf1f2f1f0789 | [] | no_license | candycounter/BasketballReservationApp | https://github.com/candycounter/BasketballReservationApp | e33ef45064f2fbdf807c1c841ead090fdabcbb12 | 59c6ada9b229807809776d5115fe55f95fad9976 | refs/heads/master | 2022-10-04T22:27:54.831000 | 2020-06-06T19:24:33 | 2020-06-06T19:24:33 | 270,080,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.androidfinalproject;
import androidx.appcompat.app.AppCompatActivity;
import androidx.constraintlayout.widget.ConstraintLayout;
import android.graphics.Color;
import android.os.Bundle;
import android.widget.TextView;
public class RulePage extends AppCompatActivity {
TextView ruleBook;
@Ov... | UTF-8 | Java | 848 | java | RulePage.java | Java | [] | null | [] | package com.example.androidfinalproject;
import androidx.appcompat.app.AppCompatActivity;
import androidx.constraintlayout.widget.ConstraintLayout;
import android.graphics.Color;
import android.os.Bundle;
import android.widget.TextView;
public class RulePage extends AppCompatActivity {
TextView ruleBook;
@Ov... | 848 | 0.771226 | 0.766509 | 19 | 43.63158 | 65.703651 | 309 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 3 |
1b1005155e26640cfabb03d8ffa0ce23570e8685 | 8,237,747,321,283 | f4b6d9a8575b01bd134c17c6fff9e244ef62f54b | /src/past_recaps/PastRecap6.java | 24af7360c44cf94b38650c0403c4e4ebbe7837d9 | [] | no_license | tallinn123/milliondollarcode | https://github.com/tallinn123/milliondollarcode | f1dde7912022757bf2a324048c86cac45b025d43 | 09e0fbc1b6181fb504641d992cba8b49f12691d1 | refs/heads/master | 2020-04-23T07:07:34.392000 | 2019-03-23T07:44:14 | 2019-03-23T07:44:14 | 170,996,958 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // while loop, array, regex, if
package past_recaps;
import java.util.Scanner;
public class PastRecap6 {
public static void main(String[] args) {
System.out.println("Welcome Stranger.");
Scanner scanner = new Scanner(System.in);
while (true) {
System.out.println("Enter the se... | UTF-8 | Java | 626 | java | PastRecap6.java | Java | [] | null | [] | // while loop, array, regex, if
package past_recaps;
import java.util.Scanner;
public class PastRecap6 {
public static void main(String[] args) {
System.out.println("Welcome Stranger.");
Scanner scanner = new Scanner(System.in);
while (true) {
System.out.println("Enter the se... | 626 | 0.5623 | 0.559105 | 27 | 22.222221 | 22.254976 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 3 |
d7c14782de9329c38a5b917b1d9111a146b6ff76 | 6,425,271,086,838 | e3b38adc576e69dee8aae043f754d284b7753f19 | /java/tenmo-client/src/main/java/com/techelevator/tenmo/App.java | 1e1a7fb03fd3918ebc0d6782037b14074c6d4f01 | [] | no_license | JohnEvans89/Venmo-Clone | https://github.com/JohnEvans89/Venmo-Clone | 7f94a897ba84affd83e565a38bc74638d9a759c0 | 0764a8e3dc200b32e09f65ad90bd0de2c17c505c | refs/heads/master | 2022-12-11T00:37:00.042000 | 2020-09-08T02:53:02 | 2020-09-08T02:53:02 | 293,684,903 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techelevator.tenmo;
import com.techelevator.tenmo.models.*;
import com.techelevator.tenmo.services.*;
import com.techelevator.view.ConsoleService;
import java.util.ArrayList;
import java.util.List;
public class App {
private static final String API_BASE_URL = "http://localhost:8080/";
private static ... | UTF-8 | Java | 17,727 | java | App.java | Java | [
{
"context": "als() {\n\t\tString username = console.getUserInput(\"Username\");\n\t\tString password = console.getUserInput(\"Pass",
"end": 9777,
"score": 0.9991965889930725,
"start": 9769,
"tag": "USERNAME",
"value": "Username"
},
{
"context": "sole.getUserInput(\"Username\");\n\t\... | null | [] | package com.techelevator.tenmo;
import com.techelevator.tenmo.models.*;
import com.techelevator.tenmo.services.*;
import com.techelevator.view.ConsoleService;
import java.util.ArrayList;
import java.util.List;
public class App {
private static final String API_BASE_URL = "http://localhost:8080/";
private static ... | 17,719 | 0.70937 | 0.704406 | 544 | 31.588236 | 31.803041 | 264 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.810662 | false | false | 3 |
8537c2a50f31db3cff798eb746404d86e44d34e8 | 12,214,887,048,602 | a57c51704853e8bd60dcbba5911b181564fc065e | /src/main/java/db/dao/entity/MtLibSatsueiMemoCategoryDao.java | 40b502b47e8ecec61fb116c420a3d5a89d394a16 | [] | no_license | hmn1226/pix | https://github.com/hmn1226/pix | 3d7eb34643a4acde34a4274f12f325951ef6dc1a | 1c0c724215a157bea1c51f264219018e87151776 | refs/heads/master | 2018-09-05T05:17:22.528000 | 2018-08-29T10:53:43 | 2018-08-29T10:53:43 | 132,513,715 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package db.dao.entity;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import db.dao.BaseDao;
import entity.MtLibSatsueiMemoCategory;
public class MtLibSatsueiMemoCategoryDao extends BaseDao{
public MtLibSatsueiMemoCategory getMtLibSatsueiMemoCategory(Integer satsueiMemoCategoryId)thro... | UTF-8 | Java | 2,037 | java | MtLibSatsueiMemoCategoryDao.java | Java | [] | null | [] | package db.dao.entity;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import db.dao.BaseDao;
import entity.MtLibSatsueiMemoCategory;
public class MtLibSatsueiMemoCategoryDao extends BaseDao{
public MtLibSatsueiMemoCategory getMtLibSatsueiMemoCategory(Integer satsueiMemoCategoryId)thro... | 2,037 | 0.795287 | 0.794305 | 48 | 41.4375 | 37.654076 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.958333 | false | false | 3 |
fd813cd4dc3098a372c62da7db096847e21dd447 | 21,509,196,247,579 | 2a35ce6aed6be6ac97d0966daab11ef7fce6e6ba | /src/tests/person1_ben/BenPlayerTest.java | 511827856b4ed10ae54544e3099c511f326d2840 | [] | no_license | agardner31/FarmingSimulatorAppJavaFX | https://github.com/agardner31/FarmingSimulatorAppJavaFX | 67494768247e670f18e4e8eadcda07e0a563dbaf | 3abeb334ba46d2e290a2a1d63e66736b0def96c8 | refs/heads/master | 2023-02-26T21:48:35.776000 | 2020-11-22T09:22:31 | 2020-11-22T09:22:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tests.person1_ben;
import model.Farm;
import model.Player;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class BenPlayerTest {
private Player testPlayer;
@Before
public void setUp() {
testPlayer = new Player();
}
@Test
... | UTF-8 | Java | 1,624 | java | BenPlayerTest.java | Java | [
{
"context": "eParam() {\n Player appPlayer = new Player(\"Apprentice\", \"Corn\");\n Player ojPlayer = new Player(\"",
"end": 554,
"score": 0.7713943123817444,
"start": 544,
"tag": "NAME",
"value": "Apprentice"
},
{
"context": "\", \"Corn\");\n Player ojPlayer =... | null | [] | package tests.person1_ben;
import model.Farm;
import model.Player;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class BenPlayerTest {
private Player testPlayer;
@Before
public void setUp() {
testPlayer = new Player();
}
@Test
... | 1,598 | 0.658251 | 0.644704 | 51 | 30.862745 | 26.713453 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.921569 | false | false | 3 |
c3e260eff6a6d52e7df367fe79ef8840cd997da9 | 6,631,429,542,326 | 3a4fb94f24146d3255a310993ca8ed0e437fe718 | /src/main/java/com/altin/custom_code/MorphCustomCode.java | 9dc32b3c4ab66ba3d080ff515d3c59c0e9d92986 | [] | no_license | inuishan/morph_custom_module | https://github.com/inuishan/morph_custom_module | ca3d85c951e14a586a4d68de7677c58276b06d3f | 4d6029844a3d0420b3ba6e23e9ef471c22ddf52d | refs/heads/master | 2021-01-25T04:14:28.398000 | 2017-07-31T11:24:58 | 2017-07-31T11:24:58 | 93,411,448 | 0 | 0 | null | true | 2017-06-05T14:16:59 | 2017-06-05T14:16:59 | 2017-05-20T10:13:54 | 2017-06-03T21:42:37 | 139 | 0 | 0 | 0 | null | null | null | package com.altin.custom_code;
import com.amazonaws.services.lambda.runtime.Context;
import com.amazonaws.services.lambda.runtime.RequestHandler;
import jersey.repackaged.com.google.common.collect.Lists;
import morph.base.actions.Action;
import morph.base.actions.impl.PublishMessageAction;
import morph.base.beans.Cust... | UTF-8 | Java | 5,764 | java | MorphCustomCode.java | Java | [
{
"context": "a.util.List;\nimport java.util.Map;\n\n/**\n * @author ishanjain\n * @since 24/07/17\n */\npublic class MorphCustomCo",
"end": 480,
"score": 0.9996094703674316,
"start": 471,
"tag": "USERNAME",
"value": "ishanjain"
}
] | null | [] | package com.altin.custom_code;
import com.amazonaws.services.lambda.runtime.Context;
import com.amazonaws.services.lambda.runtime.RequestHandler;
import jersey.repackaged.com.google.common.collect.Lists;
import morph.base.actions.Action;
import morph.base.actions.impl.PublishMessageAction;
import morph.base.beans.Cust... | 5,764 | 0.657009 | 0.643997 | 142 | 39.598591 | 32.366096 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.725352 | false | false | 3 |
5e3e8488a95df3f2ee20cb075539b7489bcae465 | 6,631,429,540,445 | 0d79ff9f5677a76a16d6df410755a78f0ce93f01 | /src/main/java/com/ufostudio/crm/common/client/qiniu/QiniuClient.java | 11938ef4a5337ce43ebb3118ea47653177ec472d | [
"Apache-2.0"
] | permissive | masonleung2016/crm | https://github.com/masonleung2016/crm | 2c25717e03565504530ab96271f97cbd611f3ac7 | 424ebe3ccfda0f339b0a6cef108fc868f668c24a | refs/heads/master | 2021-06-21T16:44:07.361000 | 2020-07-11T00:37:55 | 2020-07-11T00:37:55 | 277,424,196 | 1 | 0 | Apache-2.0 | false | 2021-01-25T13:54:52 | 2020-07-06T02:30:04 | 2020-07-11T00:37:58 | 2021-01-25T13:54:51 | 378 | 1 | 0 | 4 | Java | false | false | package com.ufostudio.crm.common.client.qiniu;
/**
* @Author: LCF
* @Date: 2020/7/5 17:11
* @Package: com.ufostudio.crm.common.client.qiniu.impl
*/
public interface QiniuClient {
String getUpToken();
String getImgUrl(String imgName);
}
| UTF-8 | Java | 257 | java | QiniuClient.java | Java | [
{
"context": "fostudio.crm.common.client.qiniu;\n\n/**\n * @Author: LCF\n * @Date: 2020/7/5 17:11\n * @Package: com.ufostud",
"end": 67,
"score": 0.9996406435966492,
"start": 64,
"tag": "USERNAME",
"value": "LCF"
}
] | null | [] | package com.ufostudio.crm.common.client.qiniu;
/**
* @Author: LCF
* @Date: 2020/7/5 17:11
* @Package: com.ufostudio.crm.common.client.qiniu.impl
*/
public interface QiniuClient {
String getUpToken();
String getImgUrl(String imgName);
}
| 257 | 0.680934 | 0.642023 | 15 | 16.133333 | 18.106598 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 3 |
dee109f398a0860945cd73e902e34aa7a05ca937 | 17,360,257,845,859 | 2e4c5fd16a79c6c0d9e8cf99451a618146cb59a0 | /task4/client/src/main/java/ru/focusstart/controller/MainWindowListener.java | 14e1feffa14b8b379cf3d2aa51d9603c74b5a026 | [] | no_license | VesheiOleg/8454-kushnarev | https://github.com/VesheiOleg/8454-kushnarev | c0e7b9dc87f2ce941c0ec6e1231a29c1c0ecb2d6 | bfef613f718b565e457aede996ce3a9f5adbc62e | refs/heads/master | 2020-09-08T05:11:00.824000 | 2020-03-13T13:37:21 | 2020-03-13T13:37:21 | 219,128,788 | 0 | 0 | null | true | 2019-11-02T09:00:38 | 2019-11-02T09:00:38 | 2019-10-30T07:52:39 | 2019-10-30T07:52:38 | 0 | 0 | 0 | 0 | null | false | false | package ru.focusstart.controller;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import ru.focusstart.view.window.MainWindow;
import ru.focusstart.view.window.Window;
import ru.focusstart.view.window.WindowCreater;
import ru.focusstart.view.window.Windows;
public class MainWindow... | UTF-8 | Java | 906 | java | MainWindowListener.java | Java | [] | null | [] | package ru.focusstart.controller;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import ru.focusstart.view.window.MainWindow;
import ru.focusstart.view.window.Window;
import ru.focusstart.view.window.WindowCreater;
import ru.focusstart.view.window.Windows;
public class MainWindow... | 906 | 0.705298 | 0.70309 | 26 | 33.846153 | 25.045639 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.653846 | false | false | 3 |
00a1680077b259c250862bc52f91257d6d5d906f | 35,562,329,250,478 | 2983290a68449764cdbc6cdc8d3a1493da2c28f1 | /kependudukan/kependudukan-data/src/main/java/id/ac/its/pbkk/kependudukan/data/PekerjaanDaoImpl.java | 10dfb3ed9c725ddaa8ccae535b0702bf084a0556 | [] | no_license | saidmusa/Data-Pokok-Kependudukan-V2 | https://github.com/saidmusa/Data-Pokok-Kependudukan-V2 | 828454c5348e5003db239cb106f1adb62ea2ffcc | e0edcbdb98f9818fd139318309d496b0888b947b | refs/heads/master | 2021-01-10T03:55:21.363000 | 2015-06-02T23:53:42 | 2015-06-02T23:53:42 | 36,546,035 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package id.ac.its.pbkk.kependudukan.data;
import java.util.List;
import id.ac.its.pbkk.kependudukan.domain.Pekerjaan;
import org.hibernate.SessionFactory;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
@Transactional... | UTF-8 | Java | 1,328 | java | PekerjaanDaoImpl.java | Java | [] | null | [] | package id.ac.its.pbkk.kependudukan.data;
import java.util.List;
import id.ac.its.pbkk.kependudukan.domain.Pekerjaan;
import org.hibernate.SessionFactory;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
@Transactional... | 1,328 | 0.791416 | 0.791416 | 47 | 27.25532 | 26.54059 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.212766 | false | false | 3 |
119ce4a93f16e8d21b7e53b9924a071977098a11 | 37,933,151,177,681 | 625698cbdc2fa9f402dbf9cdf44a04d3f18340ee | /src/main/java/com/infofromquel/entity/EmailTemplates.java | cad5f3164ad4c1615f3b5646b8fffda7565fdfd9 | [] | no_license | Qvel/InfoFromQuel | https://github.com/Qvel/InfoFromQuel | 3cc713c087f2a928e647f60f19d393fbf98c88cd | 887f16d10cb4fce232dd475110b2413fd9b96758 | refs/heads/master | 2022-05-08T07:47:28.449000 | 2018-09-11T05:09:34 | 2018-09-11T05:09:34 | 107,972,688 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.infofromquel.entity;
/**
* Enum for Email Templates
* @author Serhii Zhuravlov
*/
public enum EmailTemplates {
REGISTRATION_TEMPLATE ("<h3 style='color:red' >Hello World!</h3>" +
"<a href=0>Please follow this link to continue registration </a>"),
REGISTRATION_SUBJECT("Thanks for... | UTF-8 | Java | 548 | java | EmailTemplates.java | Java | [
{
"context": "ntity;\n\n/**\n * Enum for Email Templates\n * @author Serhii Zhuravlov\n */\npublic enum EmailTemplates {\n\n REGISTRATIO",
"end": 93,
"score": 0.999858021736145,
"start": 77,
"tag": "NAME",
"value": "Serhii Zhuravlov"
}
] | null | [] | package com.infofromquel.entity;
/**
* Enum for Email Templates
* @author <NAME>
*/
public enum EmailTemplates {
REGISTRATION_TEMPLATE ("<h3 style='color:red' >Hello World!</h3>" +
"<a href=0>Please follow this link to continue registration </a>"),
REGISTRATION_SUBJECT("Thanks for your regi... | 538 | 0.64781 | 0.642336 | 27 | 19.296297 | 23.894545 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259259 | false | false | 3 |
019c4d867ddc4b5fdce962d06765ada913f61904 | 21,062,519,676,930 | 6c5b2bed5dcf5626a8aa0e74da65afdcd3655f2e | /app/src/main/java/com/example/arvin/matchandwear2/data/ClothesProvider.java | b802740b58eb02562f169358a733ec759441615a | [] | no_license | arvsxz05/Match-and-Wear | https://github.com/arvsxz05/Match-and-Wear | bfc1645acbf1bfd03d5619ccee5aed0130443d21 | 78d3a004b9c253286b5f26bfe51c45a07cf834ca | refs/heads/master | 2021-01-21T06:39:08.629000 | 2017-05-17T13:30:50 | 2017-05-17T13:30:50 | 91,579,101 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.arvin.matchandwear2.data;
import android.content.ContentProvider;
import android.content.ContentUris;
import android.content.ContentValues;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteQueryBui... | UTF-8 | Java | 16,877 | java | ClothesProvider.java | Java | [] | null | [] | package com.example.arvin.matchandwear2.data;
import android.content.ContentProvider;
import android.content.ContentUris;
import android.content.ContentValues;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteQueryBui... | 16,877 | 0.626711 | 0.623926 | 396 | 41.621212 | 33.30761 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651515 | false | false | 3 |
3de5573d43915a9aa8e717515783c069de637ac8 | 36,472,862,316,774 | 1c3c9f26e34d63af659866a3993d5a7ac6aa1dd2 | /Basic Programs/src/Test6.java | 96f6cb03200fd3e20b01b823ba29ecd87e9cf22d | [] | no_license | Java2Earn/Checking | https://github.com/Java2Earn/Checking | f7eb7305ca97f67922578f518f61a8bab96c4a40 | 982daa203d82c3cdb483ffe1714e3d2606a750e2 | refs/heads/master | 2022-04-04T09:23:06.693000 | 2020-02-19T05:56:44 | 2020-02-19T07:07:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class Test6 {
public static void main(String[] args) {
Address a=new Address(123,"medak","ts","india");
Emp1 e=new Emp1(1,"suresh",1234, 26,a);
System.out.println(e.toString());
}
}
| UTF-8 | Java | 213 | java | Test6.java | Java | [
{
"context": "(123,\"medak\",\"ts\",\"india\");\r\n\t\tEmp1 e=new Emp1(1,\"suresh\",1234, 26,a);\r\n\t\tSystem.out.println(e.toString())",
"end": 149,
"score": 0.998671293258667,
"start": 143,
"tag": "NAME",
"value": "suresh"
}
] | null | [] |
public class Test6 {
public static void main(String[] args) {
Address a=new Address(123,"medak","ts","india");
Emp1 e=new Emp1(1,"suresh",1234, 26,a);
System.out.println(e.toString());
}
}
| 213 | 0.610329 | 0.549296 | 10 | 19.1 | 19.608418 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.9 | false | false | 3 |
f9f0e3c0dadbea4466abf74d3cd2d05258fd78cd | 17,257,178,663,875 | 2fe5ad23ea070387ba9bb87ec46c7446d33a6560 | /src/test/java/com/github/javaxcel/model/creature/Creature.java | 9786780e74b1f791f60b4a74c3dd223aba24e380 | [
"Apache-2.0"
] | permissive | mmtos/javaxcel-core | https://github.com/mmtos/javaxcel-core | 77d2cab00499481f39008bc342af0b6ed7e58397 | ae5267dc3df0438cb165eb0239ace2abbf65c565 | refs/heads/master | 2022-12-23T21:58:45.823000 | 2020-09-27T08:56:26 | 2020-09-27T08:56:26 | 299,036,205 | 0 | 0 | null | true | 2020-09-27T13:17:55 | 2020-09-27T13:17:54 | 2020-09-27T08:56:17 | 2020-09-27T09:04:55 | 183 | 0 | 0 | 0 | null | false | false | package com.github.javaxcel.model.creature;
import com.github.javaxcel.annotation.ExcelColumn;
import com.github.javaxcel.annotation.ExcelReaderConversion;
import com.github.javaxcel.annotation.ExcelWriterConversion;
import lombok.*;
@Getter
@Setter
@ToString
@EqualsAndHashCode
@NoArgsConstructor
@AllArgsConstructor
... | UTF-8 | Java | 1,180 | java | Creature.java | Java | [] | null | [] | package com.github.javaxcel.model.creature;
import com.github.javaxcel.annotation.ExcelColumn;
import com.github.javaxcel.annotation.ExcelReaderConversion;
import com.github.javaxcel.annotation.ExcelWriterConversion;
import lombok.*;
@Getter
@Setter
@ToString
@EqualsAndHashCode
@NoArgsConstructor
@AllArgsConstructor
... | 1,180 | 0.719492 | 0.716102 | 32 | 35.875 | 36.361683 | 131 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 3 |
b3266666add7e3f652e1c55c1a78ba414cd7c65c | 36,679,020,748,843 | 97dda069ac8d3657e8258dd1f484e538ced1453b | /addon-gwt/src/main/java/org/springframework/roo/addon/gwt/scaffold/GwtScaffoldMetadataProviderImpl.java | a1951692227457cdb1642b368000ac374ddf52a9 | [
"Apache-2.0"
] | permissive | spring-projects/spring-roo-community-addons | https://github.com/spring-projects/spring-roo-community-addons | 7210fe36e58a8177097ed40701a3ebac0a294f8f | ba98cf7da76b6fff2cbd7c34a6652b72bf6d484d | refs/heads/master | 2023-09-01T07:35:39.867000 | 2021-11-18T23:55:51 | 2021-11-18T23:55:51 | 30,667,693 | 9 | 11 | null | false | 2019-03-21T20:35:57 | 2015-02-11T20:16:37 | 2017-04-11T21:49:10 | 2019-03-21T03:20:05 | 21,950 | 8 | 8 | 4 | Java | false | null | package org.springframework.roo.addon.gwt.scaffold;
import static org.springframework.roo.project.Path.SRC_MAIN_JAVA;
import java.io.File;
import java.io.FileReader;
import java.io.StringWriter;
import java.lang.reflect.Modifier;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedHashMap... | UTF-8 | Java | 21,656 | java | GwtScaffoldMetadataProviderImpl.java | Java | [
{
"context": "es to\n * maintain \"global indexes\".\n * \n * @author Ben Alex\n * @author Alan Stewart\n * @author Ray Cromwell\n ",
"end": 3455,
"score": 0.9998011589050293,
"start": 3447,
"tag": "NAME",
"value": "Ben Alex"
},
{
"context": "lobal indexes\".\n * \n * @author Ben Ale... | null | [] | package org.springframework.roo.addon.gwt.scaffold;
import static org.springframework.roo.project.Path.SRC_MAIN_JAVA;
import java.io.File;
import java.io.FileReader;
import java.io.StringWriter;
import java.lang.reflect.Modifier;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedHashMap... | 21,637 | 0.634097 | 0.633774 | 471 | 44.978767 | 27.651371 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.592357 | false | false | 3 |
ed9d8602e3ba7cc3ae89553bafe95846e4eb81f0 | 39,513,699,139,604 | 39a53dae0dd1d6a2b3f53a9ba187c4d52993b754 | /services/src/main/java/com/travelsupermarket/latedeals/model/HolidayPrices.java | 9b97836980e912a74cda25cd11d376d869647599 | [] | no_license | SteveJohnston/hackathon | https://github.com/SteveJohnston/hackathon | fb8f92126da6159bee4de1f297f76043627dd19c | c88104058feaff83926d69670e2caeecf7ea3da2 | refs/heads/master | 2020-07-06T23:33:03.793000 | 2016-11-18T12:03:39 | 2016-11-18T12:03:39 | 74,044,060 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.travelsupermarket.latedeals.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Objects;
/**
* Holds all prices for a holiday result, both provider quoted and after conversion (left empty until then).
*
* @param <T> a type or specialisation of {@link HolidayPrice}
*/
public ... | UTF-8 | Java | 1,842 | java | HolidayPrices.java | Java | [] | null | [] | package com.travelsupermarket.latedeals.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Objects;
/**
* Holds all prices for a holiday result, both provider quoted and after conversion (left empty until then).
*
* @param <T> a type or specialisation of {@link HolidayPrice}
*/
public ... | 1,842 | 0.598263 | 0.598263 | 77 | 22.922077 | 24.675434 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.311688 | false | false | 3 |
3eada338950a0065ea0d0e8baa469f8d570e2924 | 36,867,999,302,677 | 4cd8211ff4a96696e55556b6c2210907d2eb3084 | /tdagger/daggeranroidmvp/src/main/java/com/example/daggeranroidmvp/ui/FristFragmentContract.java | cc8ac2809de1eb137cb44c538652e4f1e063bd2f | [] | no_license | xwpeng/LibsAndNewTechnology | https://github.com/xwpeng/LibsAndNewTechnology | ab2d2627f520943a222e89aa75b24857a92f8bfe | 80dfd88b67e7cea7df36be0a057df92cd58003b0 | refs/heads/master | 2021-07-17T04:02:06.784000 | 2021-05-26T02:39:37 | 2021-05-26T02:39:37 | 125,498,229 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.daggeranroidmvp.ui;
import com.example.daggeranroidmvp.BasePresenter;
import com.example.daggeranroidmvp.BaseView;
public interface FristFragmentContract {
interface Presenter extends BasePresenter<View> {
void showTasks();
}
interface View extends BaseView<Presenter> {
... | UTF-8 | Java | 366 | java | FristFragmentContract.java | Java | [] | null | [] | package com.example.daggeranroidmvp.ui;
import com.example.daggeranroidmvp.BasePresenter;
import com.example.daggeranroidmvp.BaseView;
public interface FristFragmentContract {
interface Presenter extends BasePresenter<View> {
void showTasks();
}
interface View extends BaseView<Presenter> {
... | 366 | 0.751366 | 0.751366 | 14 | 25.142857 | 21.121611 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 3 |
79d58f30c56f68ab002377f9e6570a63ec1c40fb | 2,937,757,669,502 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/app/hadoop-2.7.3-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/security/SaslRpcServer.java | 51308fc9a6cb076cee7ee02e8f1e2889a7d441f1 | [] | no_license | weilaidb/PythonExample | https://github.com/weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346000 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.apache.hadoop.security;
import java.io.ByteArrayInputStream;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.IOException;
import java.security.PrivilegedExceptionAction;
import java.security.Security;
import java.util.ArrayList;
import java.util.Enumeratio... | UTF-8 | Java | 1,699 | java | SaslRpcServer.java | Java | [] | null | [] | package org.apache.hadoop.security;
import java.io.ByteArrayInputStream;
import java.io.DataInput;
import java.io.DataInputStream;
import java.io.DataOutput;
import java.io.IOException;
import java.security.PrivilegedExceptionAction;
import java.security.Security;
import java.util.ArrayList;
import java.util.Enumeratio... | 1,699 | 0.851677 | 0.8505 | 41 | 40.439026 | 11.788893 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.926829 | false | false | 3 |
315a7e9f66c817b31e70c546d596f0489bbb8bd5 | 816,043,848,635 | db2ca48fffaf6689c9db439abaf9d98729548e0b | /zraapi/src/main/java/com/zra/log/resources/LogResource.java | c7fb5bcbf4db942a2beb4a11bebcab6f45da554b | [] | no_license | majinwen/sojourn | https://github.com/majinwen/sojourn | 46a950dbd64442e4ef333c512eb956be9faef50d | ab98247790b1951017fc7dd340e1941d5b76dc39 | refs/heads/master | 2020-03-22T07:07:05.299000 | 2018-03-18T13:45:23 | 2018-03-18T13:45:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zra.log.resources;
import javax.validation.Valid;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.R... | UTF-8 | Java | 3,634 | java | LogResource.java | Java | [
{
"context": "t io.swagger.annotations.ApiParam;\n\n/**\n * @author cuiyh9\n * 日志服务\n */\n@Component\n@Path(\"/log\")\n@Api(value=\"",
"end": 1024,
"score": 0.9996547698974609,
"start": 1018,
"tag": "USERNAME",
"value": "cuiyh9"
}
] | null | [] | package com.zra.log.resources;
import javax.validation.Valid;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.R... | 3,634 | 0.715811 | 0.708598 | 107 | 31.392523 | 29.816811 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.364486 | false | false | 3 |
7dd6e3cdeb31cfee8f39350d16010790262b3254 | 18,090,402,287,026 | b64f4494e3ac14757f2b611845efaef1b027d416 | /AOJ_Volume_1/src/aoj0179.java | b9a7d475514f45713cdc517167dea4b30f40d7a7 | [] | no_license | kanetai/JAVA | https://github.com/kanetai/JAVA | 05d2e765bb62816b527baacbfe8980841c9dbab1 | 24edb71d24e052a3a4795a9b4c22565a71e6ab5b | refs/heads/master | 2021-01-01T17:32:09.132000 | 2017-08-03T15:05:08 | 2017-08-03T15:05:08 | 9,417,134 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class aoj0179 {
static final Scanner stdin = new Scanner(System.in);
public static void main(String[] args) {
String s; char temp;
while(!(s = stdin.nextLine()).equals("0")){
int n = s.length();
String ans = "NA";
Set<String> found = new HashSet<String>(n*n);
Queue<T> q = ne... | UTF-8 | Java | 1,449 | java | aoj0179.java | Java | [] | null | [] | import java.util.*;
public class aoj0179 {
static final Scanner stdin = new Scanner(System.in);
public static void main(String[] args) {
String s; char temp;
while(!(s = stdin.nextLine()).equals("0")){
int n = s.length();
String ans = "NA";
Set<String> found = new HashSet<String>(n*n);
Queue<T> q = ne... | 1,449 | 0.573499 | 0.565908 | 48 | 29.1875 | 21.043264 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.708333 | false | false | 3 |
78d05dfc6054f7ffb8a7541e4e31d648f322b3b1 | 7,009,386,668,319 | ade4ace46b83051255bd333d214d0f7148b5b1be | /src/MardinKebabı.java | 656f38b2dffe586a6705fa7f07f402ae1ce5b5d1 | [] | no_license | FPasaoglu/BuilderDesignPattern | https://github.com/FPasaoglu/BuilderDesignPattern | 40de6341ec5400f9169ae5e1b0a9fa4becc98d2b | f27809b47a52a41b4ece5d5c2708d8580a407b0a | refs/heads/master | 2022-08-18T15:41:53.408000 | 2020-05-25T14:11:04 | 2020-05-25T14:11:04 | 266,793,969 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class MardinKebabı implements KebapBuilder{
Kebap kebap;
int porsiyon = 1;
MardinKebabı(int porsiyon){
kebap = new Kebap();
this.porsiyon = porsiyon;
}
@Override
public void buildAci() {
kebap.setAci(false);
}
@Override
public void buildSogan() {
... | UTF-8 | Java | 812 | java | MardinKebabı.java | Java | [] | null | [] | public class MardinKebabı implements KebapBuilder{
Kebap kebap;
int porsiyon = 1;
MardinKebabı(int porsiyon){
kebap = new Kebap();
this.porsiyon = porsiyon;
}
@Override
public void buildAci() {
kebap.setAci(false);
}
@Override
public void buildSogan() {
... | 812 | 0.585396 | 0.57302 | 45 | 16.955555 | 14.435998 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.244444 | false | false | 3 |
2cccf1aa3d32e66064345caeefa9b820cee51417 | 31,044,023,677,452 | 7c98a5978bad71bbee3d7daad9a59a9248a84441 | /ShippingWebsiteSpringSQL/src/main/java/com/webbuild/javabrains/repository/ShippersRepository.java | f200508b2553f7b4a577eb4ce5f9e95dca9cfe92 | [] | no_license | Aaron-Larch/DemoWebStie | https://github.com/Aaron-Larch/DemoWebStie | 16f43b5496e71e0ed2d7b1d140c59e1a3a785f78 | b8369fb25fc69beb5659e345ea1534d6ced5faa2 | refs/heads/master | 2023-04-07T07:46:17.305000 | 2021-04-19T14:38:17 | 2021-04-19T14:38:17 | 279,858,674 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.webbuild.javabrains.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.webbuild.javabrains.model.Shippers;
//JPA database link
public interface ShippersRepository extends JpaRepository<Shippers, Long>{
List<Shippers> findAll();//simple... | UTF-8 | Java | 357 | java | ShippersRepository.java | Java | [] | null | [] | package com.webbuild.javabrains.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import com.webbuild.javabrains.model.Shippers;
//JPA database link
public interface ShippersRepository extends JpaRepository<Shippers, Long>{
List<Shippers> findAll();//simple... | 357 | 0.784314 | 0.784314 | 13 | 25.461538 | 27.491581 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 3 |
ea6a2910af1162ae517b1861d8606d42fd82799c | 5,978,594,538,345 | 973e8ffcc0a6efb26837936138d2239fc0cfec0e | /SemiProject/src/semi/DTO/review_BoardDTO.java | 6d5b590ff71cf0dcc502837eb19cd76316771789 | [] | no_license | SWTreeWolf/semi_project | https://github.com/SWTreeWolf/semi_project | 5f43777271c49ef9115592e44b1347fdc5c92b6b | 9a1657b3479a10380c207d95deb8cfd0214daa24 | refs/heads/master | 2020-03-20T17:33:07.025000 | 2018-09-28T09:33:54 | 2018-09-28T09:33:54 | 137,561,537 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package semi.DTO;
import java.sql.Date;
public class review_BoardDTO {
private int num,readcount;
private String writer, password, email, src,
title,upload,content, link1,link2;
private String reg_date;
public review_BoardDTO() {
// TODO Auto-generated constructor stub
}
public int getnum() {
return n... | UTF-8 | Java | 1,661 | java | review_BoardDTO.java | Java | [
{
"context": "d setPassword(String password) {\n\t\tthis.password = password;\n\t}\n\tpublic String getEmail() {\n\t\treturn email;\n\t",
"end": 746,
"score": 0.9177401065826416,
"start": 738,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package semi.DTO;
import java.sql.Date;
public class review_BoardDTO {
private int num,readcount;
private String writer, password, email, src,
title,upload,content, link1,link2;
private String reg_date;
public review_BoardDTO() {
// TODO Auto-generated constructor stub
}
public int getnum() {
return n... | 1,663 | 0.68814 | 0.679711 | 87 | 18.091953 | 13.853613 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.701149 | false | false | 3 |
06a0edbb38684aa14383d32f9dd4da120f944717 | 2,662,879,745,630 | b02dcf887c796aa33e662f5e5da687677afd0870 | /DataIO/src/test/java/com/heaven7/java/data/io/music/PartOutput.java | b18c5c71871cc58a8fc6cf9e24b996dbdb599611 | [
"Apache-2.0"
] | permissive | LightSun/DataIO | https://github.com/LightSun/DataIO | 13de78f9a2e6c7c4399af25eff5aa921bd5f2888 | 411fdfc15817a596b888e39ad52575a8d31569c7 | refs/heads/master | 2021-01-22T22:16:21.297000 | 2019-07-30T06:36:25 | 2019-07-30T06:36:25 | 85,524,349 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.heaven7.java.data.io.music;
import com.heaven7.java.data.io.bean.MusicItem;
import com.heaven7.java.data.io.bean.MusicItemDelegate;
import java.util.ArrayList;
import java.util.List;
/**
* 根据不同领域不同属性输出.
* @author heaven7
*/
public abstract class PartOutput {
public abstract String getPartDomain()... | UTF-8 | Java | 3,346 | java | PartOutput.java | Java | [
{
"context": "t java.util.List;\n\n/**\n * 根据不同领域不同属性输出.\n * @author heaven7\n */\npublic abstract class PartOutput {\n\n publi",
"end": 237,
"score": 0.9995551705360413,
"start": 230,
"tag": "USERNAME",
"value": "heaven7"
}
] | null | [] | package com.heaven7.java.data.io.music;
import com.heaven7.java.data.io.bean.MusicItem;
import com.heaven7.java.data.io.bean.MusicItemDelegate;
import java.util.ArrayList;
import java.util.List;
/**
* 根据不同领域不同属性输出.
* @author heaven7
*/
public abstract class PartOutput {
public abstract String getPartDomain()... | 3,346 | 0.583887 | 0.58268 | 109 | 29.394495 | 25.0222 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422018 | false | false | 3 |
4fe54da7242898045de6b86436ca6d96847a1e3e | 31,714,038,559,486 | aecfcce87b112e3eb216dd45f4a4db681918f04d | /salesforce/src/main/java/com/extensions/domains/sales/SalesPipelineSummary.java | 99fa3a092a7e90af766f85e30e688be91a0e3e28 | [] | no_license | bansalankit92/products-api-integration | https://github.com/bansalankit92/products-api-integration | 94996ceee206605a6478c7aa4bc9aed74470e8dc | 0a0d6ed4032be92db2722b56b10130146938db84 | refs/heads/master | 2023-05-03T19:54:14.670000 | 2021-05-14T13:39:11 | 2021-05-14T13:39:11 | 366,959,041 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.extensions.domains.sales;
import com.google.gson.annotations.SerializedName;
/**
* THIS IS GENERATED CODE; MODIFY ONLY IF YOU UNDERSTAND WHAT YOU'RE DOING
*/
public final class SalesPipelineSummary {
@SerializedName("Status")
public String status;
@SerializedName("Average")
public Dou... | UTF-8 | Java | 535 | java | SalesPipelineSummary.java | Java | [] | null | [] | package com.extensions.domains.sales;
import com.google.gson.annotations.SerializedName;
/**
* THIS IS GENERATED CODE; MODIFY ONLY IF YOU UNDERSTAND WHAT YOU'RE DOING
*/
public final class SalesPipelineSummary {
@SerializedName("Status")
public String status;
@SerializedName("Average")
public Dou... | 535 | 0.671028 | 0.671028 | 28 | 18.107143 | 19.747223 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
cd99ecdbbe0ce4a21343ff60b9d69da7bae83cda | 19,954,418,107,630 | ecef84070158cc1442f1af21a1d0710aadde6dbb | /src/main/java/com/zanyun/tms/controller/api/background/NoticeController.java | 8e114e27e93463c1458de5c54071915ea1227cf2 | [] | no_license | suggestion2/zanyunTMS | https://github.com/suggestion2/zanyunTMS | d990b842a0a9ecc5ec6d8575788ba41e599adc20 | 52f9429cb363929e8bcf9f475349df9570a2aff9 | refs/heads/master | 2020-04-08T06:52:32.441000 | 2018-11-26T07:40:29 | 2018-11-26T07:40:29 | 159,116,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zanyun.tms.controller.api.background;
import com.sug.core.platform.exception.ResourceNotFoundException;
import com.sug.core.platform.web.pagination.PaginationView;
import com.sug.core.rest.view.SuccessView;
import com.zanyun.tms.domain.background.Notice;
import com.zanyun.tms.interceptor.background.AuthReq... | UTF-8 | Java | 2,636 | java | NoticeController.java | Java | [] | null | [] | package com.zanyun.tms.controller.api.background;
import com.sug.core.platform.exception.ResourceNotFoundException;
import com.sug.core.platform.web.pagination.PaginationView;
import com.sug.core.rest.view.SuccessView;
import com.zanyun.tms.domain.background.Notice;
import com.zanyun.tms.interceptor.background.AuthReq... | 2,636 | 0.750759 | 0.75 | 76 | 33.684212 | 25.210279 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539474 | false | false | 3 |
a0d287d5dd8b6b3870b9f72bfbe05c8ef02c6d86 | 19,954,418,106,760 | df5ee721f4447f9425d9b69e9089c7e47057b3f3 | /ParseJSONAdded.java | 01e21c04d89a7a161535a3e3dfc7849b69656ae4 | [] | no_license | VinayDhama1993/Wallet | https://github.com/VinayDhama1993/Wallet | 9462d56501db424ceff78250d01e6a8f270afead | 7ab9e16472f67d5caa70f1f534139df4c6ec49ba | refs/heads/master | 2020-03-26T02:16:27.210000 | 2018-08-11T18:14:33 | 2018-08-11T18:14:33 | 144,403,908 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.wallet;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
public class ParseJSONAdded extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanc... | UTF-8 | Java | 785 | java | ParseJSONAdded.java | Java | [] | null | [] | package com.example.wallet;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
public class ParseJSONAdded extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanc... | 785 | 0.654777 | 0.648408 | 23 | 32.04348 | 21.652349 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.521739 | false | false | 3 |
594746c940b0a8e88965d25c8149fdb960b787eb | 8,297,876,875,001 | a319e1c1f26480a1d1e68ebf623def2502e053b4 | /src/main/java/com/ictwsn/rob/beacon/BeaconAction.java | 995536ee3374c520dc722a9591ea2fc8c6a69d3b | [] | no_license | zhengye1995/Easirobot | https://github.com/zhengye1995/Easirobot | df4594eb83c5055a88d1fc1258e8bb68e0190993 | 98b0eaf285872f98ff7c44432b05839776e16ae2 | refs/heads/master | 2021-01-21T10:55:39.629000 | 2017-02-28T07:59:01 | 2017-02-28T07:59:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ictwsn.rob.beacon;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestP... | UTF-8 | Java | 1,400 | java | BeaconAction.java | Java | [] | null | [] | package com.ictwsn.rob.beacon;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestP... | 1,400 | 0.725735 | 0.724265 | 41 | 32.170731 | 32.468296 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.609756 | false | false | 3 |
981ae492d23cd12acaee34e29748491f560ee630 | 9,826,885,237,305 | 9042d8e5791dfdcf9ab18dba2bfc9b6630fcd7ed | /src/main/java/App.java | 86e31fa4be0467d1333570cc06e7d3f1c2e2ac72 | [] | no_license | haomingyin/ride-sharing-system | https://github.com/haomingyin/ride-sharing-system | 359b9e2c3a44f56cc8c77b863254d1d8913f51a6 | f2c3ef6f465c40b5ab0c9bd03ba73a402c2890e7 | refs/heads/master | 2021-01-23T01:45:38.676000 | 2017-07-24T06:55:59 | 2017-07-24T06:55:59 | 85,929,765 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import javafx.application.Application;
import javafx.stage.Stage;
import controllers.RSS;
/**
* RSS system app entry point.
* Created by Haoming Yin on 7/03/17.
*/
public class App extends Application {
public void start(Stage primaryStage) throws Exception {
try {
// rss is the master con... | UTF-8 | Java | 549 | java | App.java | Java | [
{
"context": "\n\n/**\n * RSS system app entry point.\n * Created by Haoming Yin on 7/03/17.\n */\npublic class App extends Applicat",
"end": 154,
"score": 0.9998098611831665,
"start": 143,
"tag": "NAME",
"value": "Haoming Yin"
}
] | null | [] |
import javafx.application.Application;
import javafx.stage.Stage;
import controllers.RSS;
/**
* RSS system app entry point.
* Created by <NAME> on 7/03/17.
*/
public class App extends Application {
public void start(Stage primaryStage) throws Exception {
try {
// rss is the master controll... | 544 | 0.617486 | 0.608379 | 24 | 21.875 | 20.255272 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
079914fa328b7df00299bf0539e4f3682b207b5c | 15,040,975,499,912 | 028c967526deb3ca62ed069a07bdc8ddf8f44d0b | /JAVA/tbk-backoffice-tasasintercambio-mantenedores-services/src/main/java/cl/tbk/backoffice/backend/service/requests/DTORequestModificarRutComercioMAID.java | 1fedfb20597bad6e65c8395134e1ceaf43a37898 | [] | no_license | r3ing/bkp-all | https://github.com/r3ing/bkp-all | 629fb5d44b3bcfe0b45f5fb505734465532707ce | 12383ab7578dffa1b220dc51b00e157034fc529d | refs/heads/master | 2020-06-23T14:28:45.206000 | 2019-07-24T21:21:06 | 2019-07-24T21:21:06 | 198,489,600 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package cl.tbk.backoffice.backend.service.requests;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* @author William Mendoza Mero
* @since Lunes, 25 de Febrero de 2019
*
*/
public class DTORequestModificarRutComercioMAID extends DTOBaseRequest {
@JsonProperty("dtoRequestBody")
private DT... | UTF-8 | Java | 832 | java | DTORequestModificarRutComercioMAID.java | Java | [
{
"context": "l.jackson.annotation.JsonProperty;\n\n/**\n * @author William Mendoza Mero\n * @since Lunes, 25 de Febrero de 2019\n *\n */\npub",
"end": 155,
"score": 0.9998794198036194,
"start": 135,
"tag": "NAME",
"value": "William Mendoza Mero"
}
] | null | [] | /**
*
*/
package cl.tbk.backoffice.backend.service.requests;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* @author <NAME>
* @since Lunes, 25 de Febrero de 2019
*
*/
public class DTORequestModificarRutComercioMAID extends DTOBaseRequest {
@JsonProperty("dtoRequestBody")
private DTORequestBodyMo... | 818 | 0.777644 | 0.770433 | 39 | 20.333334 | 25.860903 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.769231 | false | false | 3 |
180e206ec3671e2a3574b4d16021716bc3a1fbef | 33,509,334,900,043 | 485f3cbb2457411279bb4478848f9684f363a5fb | /src/LargestConsecutiveSequence.java | 6e571f94cee93c85f68e1fc4080f692b5d71f4ee | [] | no_license | shahvicky/data_structure-algorithms | https://github.com/shahvicky/data_structure-algorithms | abe6b9020533d1d59fa71e26e3f39dfd7a29046e | f4ae828493f4fe6a42e13cbaa2c9eaeac5a876da | refs/heads/master | 2021-10-27T08:11:30.045000 | 2019-04-16T23:12:25 | 2019-04-16T23:12:25 | 102,320,985 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.math.BigInteger;
import java.util.*;
public class LargestConsecutiveSequence{
public static int max(int x, int y, int z){
return (x>y?(x>z?x:z):(y>z?y:z));
}
public static int max(int x, int y){
return (x>y?x:y);
}
public static void main(String[] args){
//System.out.print("HIIIII... | UTF-8 | Java | 2,214 | java | LargestConsecutiveSequence.java | Java | [] | null | [] | import java.math.BigInteger;
import java.util.*;
public class LargestConsecutiveSequence{
public static int max(int x, int y, int z){
return (x>y?(x>z?x:z):(y>z?y:z));
}
public static int max(int x, int y){
return (x>y?x:y);
}
public static void main(String[] args){
//System.out.print("HIIIII... | 2,214 | 0.53252 | 0.516712 | 74 | 28.932432 | 21.368916 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.081081 | false | false | 3 |
d956cc4bd1d3718f0b405e2c8a27d35299702196 | 7,344,394,116,656 | b18b0a33a4864e0569794f6c9b9167cf7472bc03 | /Sistema_Academico/src/java/net/uch/solicitud/hibernateSpringDao/AdAreaInstitucionDAOImpl.java | 9d11b68a9305fe929f5959c626b4c2e78231bb3c | [] | no_license | lafch/genetico2 | https://github.com/lafch/genetico2 | 90d1290e7140e6fe5a1aa004bd21ac393e74261e | df823a89e226cf14278cfd4149d0c86144bac4ec | refs/heads/master | 2021-05-04T11:35:49.795000 | 2018-01-02T23:13:43 | 2018-01-02T23:13:43 | 46,440,591 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.uch.solicitud.hibernateSpringDao;
import java.util.List;
import net.uch.mapping.AdAreaInstitucion;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.LockMode;
import org.hibernate.Query;
import org.hibernate.criterion.Example;
import org.springframewo... | UTF-8 | Java | 4,060 | java | AdAreaInstitucionDAOImpl.java | Java | [] | null | [] | package net.uch.solicitud.hibernateSpringDao;
import java.util.List;
import net.uch.mapping.AdAreaInstitucion;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.LockMode;
import org.hibernate.Query;
import org.hibernate.criterion.Example;
import org.springframewo... | 4,060 | 0.718227 | 0.717488 | 143 | 27.398602 | 22.945097 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.27972 | false | false | 3 |
9beae9e0520f8910dd949b91a15538a37fd77c96 | 128,849,054,757 | f3ba1c57c3493e4839e26643722f462c0510da98 | /de.nordakademie.wpk.tasklist.ui/src/de/nordakademie/wpk/tasklist/ui/editors/TaskEditor.java | a559f5e5faa9e6d3359863255c566e1822eb1a86 | [] | no_license | gundermann/GO | https://github.com/gundermann/GO | 2cb407d950b5a45d42a8722027592acab77ecd60 | 308b61a77e242842db7a07c08de326230aaa840d | refs/heads/master | 2021-01-22T10:14:54.027000 | 2014-10-05T08:13:27 | 2014-10-05T08:13:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.nordakademie.wpk.tasklist.ui.editors;
import java.util.Date;
import javax.annotation.PostConstruct;
import javax.inject.Inject;
import org.eclipse.e4.core.di.annotations.Optional;
import org.eclipse.e4.core.services.events.IEventBroker;
import org.eclipse.e4.ui.di.Focus;
import org.eclipse.e4.ui.di.Persis... | ISO-8859-1 | Java | 10,143 | java | TaskEditor.java | Java | [
{
"context": "Bearbeiten und Speichern von Tasks.\n * \n * @author Kathrin Kurtz\n *\n */\npublic class TaskEditor {\n\n\tprivate final ",
"end": 1985,
"score": 0.9998483657836914,
"start": 1972,
"tag": "NAME",
"value": "Kathrin Kurtz"
}
] | null | [] | package de.nordakademie.wpk.tasklist.ui.editors;
import java.util.Date;
import javax.annotation.PostConstruct;
import javax.inject.Inject;
import org.eclipse.e4.core.di.annotations.Optional;
import org.eclipse.e4.core.services.events.IEventBroker;
import org.eclipse.e4.ui.di.Focus;
import org.eclipse.e4.ui.di.Persis... | 10,136 | 0.745094 | 0.740164 | 328 | 29.917683 | 21.524006 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.542683 | false | false | 3 |
eb324202bc6618bba9d2a0f048f639de1421957a | 13,932,873,945,729 | 59c926ac9b20d144ee542564734eb154cd1b1e37 | /app/src/main/java/com/name/cn/mydiary/data/Config.java | 7d038328778d82ebb977f981c8d48fb659f0ee8b | [] | no_license | guoshiqi/My-Dairly | https://github.com/guoshiqi/My-Dairly | f6ad9449af8b6aae9ea8b354baaf03d3232cc922 | 80458e2a8e74c0dc685a4528c92f9d6897da910b | refs/heads/master | 2020-06-11T13:58:11.696000 | 2017-01-25T13:47:34 | 2017-01-25T13:47:34 | 75,648,052 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.name.cn.mydiary.data;
import com.google.common.base.Objects;
import org.greenrobot.greendao.annotation.Entity;
import org.greenrobot.greendao.annotation.Generated;
import org.greenrobot.greendao.annotation.Id;
import org.greenrobot.greendao.annotation.Keep;
/**
* 和用户有关的全局配置
* Created by guoshiqi on 201... | UTF-8 | Java | 1,290 | java | Config.java | Java | [
{
"context": ".annotation.Keep;\n\n/**\n * 和用户有关的全局配置\n * Created by guoshiqi on 2016/12/26.\n */\n\n@Entity\npublic class Config {",
"end": 313,
"score": 0.9996204376220703,
"start": 305,
"tag": "USERNAME",
"value": "guoshiqi"
}
] | null | [] | package com.name.cn.mydiary.data;
import com.google.common.base.Objects;
import org.greenrobot.greendao.annotation.Entity;
import org.greenrobot.greendao.annotation.Generated;
import org.greenrobot.greendao.annotation.Id;
import org.greenrobot.greendao.annotation.Keep;
/**
* 和用户有关的全局配置
* Created by guoshiqi on 201... | 1,290 | 0.634646 | 0.613386 | 71 | 16.887323 | 20.262745 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323944 | false | false | 3 |
1900c79a6794ea25f6944df48876e68ab2451d42 | 17,394,617,582,409 | b421eb047d32b6bb98991538f9075c3895ba379b | /GreenTrip/GreenTrip/src/com/left/util/Point.java | 52bffde76eb3a134687d15d56252a403346fbd46 | [] | no_license | laozhu123/GreenTrip | https://github.com/laozhu123/GreenTrip | 6c65835cfdf41284f0e37ec302a749c4176771b4 | 9f68891e934a434c42af1ea41ee86627e7993f6b | refs/heads/master | 2020-03-22T18:31:30.197000 | 2016-11-19T11:21:51 | 2016-11-19T11:21:51 | 74,203,282 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.left.util;
//用在AR里面,以确定在屏幕上显示的地方
public class Point {
private double x;
private double y;
private boolean show;
public double getX() {
return x;
}
public void setX(double x) {
this.x = x;
}
public double getY() {
return y;
}
public void setY(double y) {
this.y = y;
}
public boolean isSh... | GB18030 | Java | 441 | java | Point.java | Java | [] | null | [] | package com.left.util;
//用在AR里面,以确定在屏幕上显示的地方
public class Point {
private double x;
private double y;
private boolean show;
public double getX() {
return x;
}
public void setX(double x) {
this.x = x;
}
public double getY() {
return y;
}
public void setY(double y) {
this.y = y;
}
public boolean isSh... | 441 | 0.65602 | 0.65602 | 26 | 14.653846 | 10.28046 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.423077 | false | false | 3 |
25d783d0991fbac9d800dc8bf79eafc534686c42 | 14,877,766,756,603 | 2be914ec068643d586a2644d2003f5aecd969cba | /LA-Semantico/src/main/java/br/ufscar/dc/compiladores/la/sintatico/TabelaDeSimbolos.java | efabdb4cdfe4fc0606f8482a4c4c07b96329d85a | [] | no_license | RosevalJr/La-Semantico | https://github.com/RosevalJr/La-Semantico | 5cbfe0ddd81e2b036578c86c6032663b479be596 | 9a51f94748c93999d17f245504a5d7b19cf472f2 | refs/heads/main | 2023-08-14T18:18:34.516000 | 2021-10-10T22:56:39 | 2021-10-10T22:56:39 | 405,183,362 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ufscar.dc.compiladores.la.sintatico;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
// Classe de tabela de simbolos, utilizada para manter o controle de tipos de identificadores, variaveis
// paramentrosde funcoes e procedimento e variaveis de registros. A tabela sera um hashMa... | UTF-8 | Java | 5,431 | java | TabelaDeSimbolos.java | Java | [] | null | [] | package br.ufscar.dc.compiladores.la.sintatico;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
// Classe de tabela de simbolos, utilizada para manter o controle de tipos de identificadores, variaveis
// paramentrosde funcoes e procedimento e variaveis de registros. A tabela sera um hashMa... | 5,431 | 0.666482 | 0.666297 | 131 | 40.34351 | 38.762886 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641221 | false | false | 3 |
04ae33074f7f61286aeb021d815e548361da4451 | 28,346,784,196,128 | 210b91bcae342053b337b8a864224b0885eab760 | /com/sinosoft/banklns/utility/SQLString.java | bededde1cf01c40d3877015c73577c08e6ed3608 | [] | no_license | Bruce527/cpp | https://github.com/Bruce527/cpp | c972174698890f5a6835283e1429017a7536593b | 153354a94c4a65db1d6b0240700b838902af1371 | refs/heads/master | 2020-05-03T22:05:15.150000 | 2019-04-01T10:13:39 | 2019-04-01T10:13:39 | 178,837,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /* */ package com.sinosoft.banklns.utility;
/* */
/* */ import java.io.PrintStream;
/* */
/* */ public class SQLString
/* */ {
/* */ private String TableName;
/* 19 */ private StringBuffer WherePart = new StringBuffer(256);
/* */
/* 21 */ private StringBuffer PKWherePart = new... | UTF-8 | Java | 12,538 | java | SQLString.java | Java | [] | null | [] | /* */ package com.sinosoft.banklns.utility;
/* */
/* */ import java.io.PrintStream;
/* */
/* */ public class SQLString
/* */ {
/* */ private String TableName;
/* 19 */ private StringBuffer WherePart = new StringBuffer(256);
/* */
/* 21 */ private StringBuffer PKWherePart = new... | 12,538 | 0.428457 | 0.365688 | 391 | 31.069054 | 19.666214 | 161 | false | false | 0 | 0 | 120 | 0.028713 | 0 | 0 | 0.491049 | false | false | 3 |
6bd9b3aad9e9f43d1e53d6d5c7af2fbe5765593d | 412,316,905,036 | 6289b03ff89252216e91a318074dd1ab344e097b | /src/Subject.java | 25bd0eee8582adbf4c07949e035daca09d6be002 | [] | no_license | kamontat/jObserver-WSP | https://github.com/kamontat/jObserver-WSP | 8c840958a0508c0846d98efaa94ed1403e9c30eb | da103e6706465b8e84d808f63ab4d035ea3c60e7 | refs/heads/master | 2021-08-08T03:27:40.431000 | 2017-11-09T13:24:08 | 2017-11-09T13:24:08 | 110,118,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
/**
* @author kamontat
* @version 1.0
* @since Thu 09/Nov/2017 - 20:09
*/
public class Subject extends Observable {
public void subscribe(Observer obs) {
this.addObserver(obs);
}
public void unsubscribe(Observer obs) {
this.deleteObserver(obs);
}
}
| UTF-8 | Java | 311 | java | Subject.java | Java | [
{
"context": "import java.util.*;\n\n/**\n * @author kamontat\n * @version 1.0\n * @since Thu 09/Nov/2017 - 20:09",
"end": 44,
"score": 0.9994988441467285,
"start": 36,
"tag": "USERNAME",
"value": "kamontat"
}
] | null | [] | import java.util.*;
/**
* @author kamontat
* @version 1.0
* @since Thu 09/Nov/2017 - 20:09
*/
public class Subject extends Observable {
public void subscribe(Observer obs) {
this.addObserver(obs);
}
public void unsubscribe(Observer obs) {
this.deleteObserver(obs);
}
}
| 311 | 0.623794 | 0.585209 | 16 | 18.4375 | 15.576299 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 4 |
8cf726b5673ce1adb9b660e87de856ab79fcc806 | 18,356,690,268,174 | d15bf156f8255a782415ca9321b11ec781831216 | /april/Polymorphism/src/polymorphismPackage/Pet.java | bad7b1b1c496d43f84c863cd22c4f2f42c647a32 | [] | no_license | hannahyp/softwareDesign2015-16 | https://github.com/hannahyp/softwareDesign2015-16 | dd76521274bfc7f96ce6a2c38433668cfb202994 | 922f1ea50ca04483f7855fc83c80974dfccddd5b | refs/heads/master | 2019-07-23T12:55:45.122000 | 2016-09-22T04:00:29 | 2016-09-22T04:00:29 | 68,881,613 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package polymorphismPackage;
public abstract class Pet {
private String name;
private double age;
private char sex;
Pet()
{
name = "";
age = 0;
sex = 'M';
}
public abstract void makeSound();
public abstract void move();
public String getName() {
return name;
}
public void setName(String name) ... | UTF-8 | Java | 543 | java | Pet.java | Java | [] | null | [] | package polymorphismPackage;
public abstract class Pet {
private String name;
private double age;
private char sex;
Pet()
{
name = "";
age = 0;
sex = 'M';
}
public abstract void makeSound();
public abstract void move();
public String getName() {
return name;
}
public void setName(String name) ... | 543 | 0.639042 | 0.637201 | 41 | 12.243902 | 11.650982 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.341463 | false | false | 4 |
94a38c182b1b057f2997e5f8ddab5a5d08c45bd2 | 18,356,690,268,312 | e3e56dcd195bc463161a2c4abdb4125130768a99 | /subprojects/calendar/src/main/java/nl/tudelft/sem/calendar/scheduling/LectureScheduler.java | 7285e6cf0e4c1bbb10beec47ce4597bdb0b97205 | [] | no_license | hlixandr/Corona-Proof-Room-Scheduling | https://github.com/hlixandr/Corona-Proof-Room-Scheduling | da530c552b8be38dd9980d6c0b204913dda19e04 | 5a89b6a6d22365d232418721c8a668b0390318f4 | refs/heads/master | 2023-02-20T06:23:58.082000 | 2021-01-22T12:03:56 | 2021-01-22T12:03:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.tudelft.sem.calendar.scheduling;
import static java.util.Comparator.reverseOrder;
import static java.util.stream.Collectors.groupingBy;
import java.time.Duration;
import java.time.LocalDate;
import java.time.LocalTime;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
impor... | UTF-8 | Java | 12,144 | java | LectureScheduler.java | Java | [] | null | [] | package nl.tudelft.sem.calendar.scheduling;
import static java.util.Comparator.reverseOrder;
import static java.util.stream.Collectors.groupingBy;
import java.time.Duration;
import java.time.LocalDate;
import java.time.LocalTime;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
impor... | 12,144 | 0.671854 | 0.671031 | 267 | 44.486893 | 32.661396 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483146 | false | false | 4 |
48bd9ea602974dea047ed30e0f9b6f7511a8889a | 23,493,471,162,373 | 2a54449ad309386986c3acaa6964a35939734445 | /MeetingScheduler/src/scheduler/model/Employee.java | 3b7eed04ae1f9f4b3fac8f247623c6a656091443 | [] | no_license | AnakinFoxe/CS580 | https://github.com/AnakinFoxe/CS580 | 9c52bfb7ae2b2fee1a43c9bac8ccd7849f2679a8 | d6a1186a6d5de7974994ea7272e82767abe47039 | refs/heads/master | 2021-03-12T20:11:38.781000 | 2014-03-20T21:13:50 | 2014-03-20T21:13:50 | 16,196,625 | 0 | 1 | null | false | 2014-03-20T21:13:50 | 2014-01-24T06:07:21 | 2014-03-20T21:13:50 | 2014-03-20T21:13:50 | 1,320 | 0 | 3 | 0 | Java | null | null | package scheduler.model;
public class Employee extends User {
private String firstName;
private String middleName;
private String lastName;
private String title;
private String position;
private String email;
public Employee() {
}
public Employee(String firstName,
String middleName,
... | UTF-8 | Java | 2,060 | java | Employee.java | Java | [
{
"context": "\t\t\t\t\tString email) {\n\t\tsuper();\n\t\tthis.firstName = firstName;\n\t\tthis.middleName = middleName;\n\t\tthis.lastName ",
"end": 420,
"score": 0.5289633870124817,
"start": 411,
"tag": "NAME",
"value": "firstName"
}
] | null | [] | package scheduler.model;
public class Employee extends User {
private String firstName;
private String middleName;
private String lastName;
private String title;
private String position;
private String email;
public Employee() {
}
public Employee(String firstName,
String middleName,
... | 2,060 | 0.65534 | 0.65534 | 112 | 17.392857 | 13.803699 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.767857 | false | false | 4 |
3c9c096c757065575fb8b841267a15dcc02bdee6 | 7,490,423,017,008 | 6edf653a31663a54f330971a481f5750fb8f2b9c | /eadoc/src/main/java-gen/fr/jmini/eadoc/impl/EDescriptionListEntryImpl.java | 0f425c5f6bf71fdf376c4157ab25fcba5f3c902e | [
"Apache-2.0"
] | permissive | ryouhei-komatsu/asciidoctorj-experiments | https://github.com/ryouhei-komatsu/asciidoctorj-experiments | 989b3523e73c60aff48a73bd8e042de45fa637e8 | 80587b51828d9641777e7f22834aa301d6de0b34 | refs/heads/master | 2023-03-17T14:56:24.692000 | 2019-02-22T13:41:36 | 2019-02-22T13:41:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package fr.jmini.eadoc.impl;
import fr.jmini.eadoc.EDescriptionListEntry;
import fr.jmini.eadoc.EListItem;
import fr.jmini.eadoc.EadocPackage;
import fr.jmini.eadoc.EadocUtility;
import java.util.Collection;
import org.asciidoctor.ast.ListItem;
import org.eclipse.emf.common.notify.Notification;
import org.e... | UTF-8 | Java | 6,301 | java | EDescriptionListEntryImpl.java | Java | [] | null | [] | /**
*/
package fr.jmini.eadoc.impl;
import fr.jmini.eadoc.EDescriptionListEntry;
import fr.jmini.eadoc.EListItem;
import fr.jmini.eadoc.EadocPackage;
import fr.jmini.eadoc.EadocUtility;
import java.util.Collection;
import org.asciidoctor.ast.ListItem;
import org.eclipse.emf.common.notify.Notification;
import org.e... | 6,301 | 0.685288 | 0.685288 | 232 | 26.159483 | 28.957691 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.637931 | false | false | 4 |
7f1656d42d35fe675f51aa995d9360fc3b508033 | 8,057,358,701,160 | 1946b53423645b2cb8c381eb6c27b34f4d198e34 | /spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/RequestMappingHandlerAdapter.java | 9e2cebbc5fd30da73238950684c79d6e3088ba95 | [
"Apache-2.0"
] | permissive | spring-projects/spring-framework | https://github.com/spring-projects/spring-framework | e0bf18593af55a5cddd57efbb86ebe5da8a8f38e | 759e3d4aa6e4e8154f6428e496275bcd89431bba | refs/heads/main | 2023-09-03T07:44:34.908000 | 2023-09-03T00:32:01 | 2023-09-03T00:32:01 | 1,148,753 | 56,403 | 43,516 | Apache-2.0 | false | 2023-09-14T15:45:05 | 2010-12-08T04:04:45 | 2023-09-14T13:57:45 | 2023-09-14T15:45:03 | 197,376 | 53,106 | 36,868 | 1,183 | Java | false | false | /*
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | UTF-8 | Java | 44,463 | java | RequestMappingHandlerAdapter.java | Java | [
{
"context": "and {@link #setReturnValueHandlers}.\n *\n * @author Rossen Stoyanchev\n * @author Juergen Hoeller\n * @author Sebastien D",
"end": 6455,
"score": 0.9998741745948792,
"start": 6438,
"tag": "NAME",
"value": "Rossen Stoyanchev"
},
{
"context": "dlers}.\n *\n * @author Ros... | null | [] | /*
* Copyright 2002-2023 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | 44,432 | 0.79113 | 0.789758 | 1,077 | 40.284122 | 33.343086 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.828227 | false | false | 4 |
1924adac99d19d46b16e61c1d57915abbe976e47 | 19,198,503,860,695 | d77e589055ae064c4efa798df942bba7cba49c2d | /sdxg-web/src/com/beiyanght/masterdata/domain/forwarddataaccess/ForwardDataAccess.java | 5db290f6caa020821eb2848b696ad4e117151b9a | [] | no_license | Danna0912/sdxg | https://github.com/Danna0912/sdxg | 9e1eafbb9891dc82dd3899fb7d97f8a746e34b88 | ca4884504f490f212365db0a9fc78bb0d3e9484f | refs/heads/master | 2016-09-14T08:50:09.781000 | 2016-05-26T01:44:00 | 2016-05-26T01:44:00 | 59,160,161 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.beiyanght.masterdata.domain.forwarddataaccess;
import static com.beiyanght.jpa.ThreadLocalEntityManager.em;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.pe... | UTF-8 | Java | 7,113 | java | ForwardDataAccess.java | Java | [
{
"context": "rt com.beiyanght.utils.PagingBean;\n\n/**\n * @author 柳杨\n * @date 2012-8-30\n * @function 货代权限\n */\n\n@Entity",
"end": 667,
"score": 0.9996529817581177,
"start": 665,
"tag": "NAME",
"value": "柳杨"
}
] | null | [] | package com.beiyanght.masterdata.domain.forwarddataaccess;
import static com.beiyanght.jpa.ThreadLocalEntityManager.em;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.pe... | 7,113 | 0.692925 | 0.689895 | 265 | 23.909433 | 27.181974 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.520755 | false | false | 4 |
a73d8d9ee87341af967b2e9c30ba80d220d409c4 | 2,997,887,237,444 | 25a4657288ac44e3658fa5cbc911015f1ab2ab28 | /batch/src/main/java/com/ocdev/biblio/batch/services/ScheduledTask.java | e0112462c4c62efddb905ff7f24009a4e373e100 | [] | no_license | christophe-orsini/projet10 | https://github.com/christophe-orsini/projet10 | cdc379f74dc2165be8cbd8c77497cf6031ed431c | 3903d3e1805a643cb406ef6331af9d03465e03a1 | refs/heads/master | 2023-03-26T04:38:55.427000 | 2021-03-26T14:48:06 | 2021-03-26T14:48:06 | 328,123,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ocdev.biblio.batch.services;
import java.io.IOException;
import java.util.Collection;
import java.util.Date;
import javax.mail.MessagingException;
import javax.mail.internet.AddressException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.S... | UTF-8 | Java | 2,343 | java | ScheduledTask.java | Java | [] | null | [] | package com.ocdev.biblio.batch.services;
import java.io.IOException;
import java.util.Collection;
import java.util.Date;
import javax.mail.MessagingException;
import javax.mail.internet.AddressException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.S... | 2,343 | 0.792058 | 0.792058 | 74 | 30.648649 | 28.099453 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.121622 | false | false | 4 |
4ef4489fa2dc71eb9d3ac7bbe530d81a458992f2 | 2,997,887,235,743 | c395e83cb3f17ec9d61dccae2b5480cfb213a1fb | /chapter10/src/main/java/com/example/dao/one/OneJpaUserRepository.java | e511f7cef1cfca76176a1f197faf0dd8246f2233 | [
"MIT"
] | permissive | hanqunfeng/springbootchapter | https://github.com/hanqunfeng/springbootchapter | ea62c04f1364c3d48d4ba5245bb0dca4e2aa7d7f | 3d81dbc0644c923b2b808112e58045690408a78b | refs/heads/master | 2023-08-31T01:19:48.933000 | 2023-08-29T10:11:28 | 2023-08-29T10:11:28 | 246,488,567 | 9 | 10 | MIT | false | 2023-06-26T03:37:34 | 2020-03-11T06:04:37 | 2023-03-15T15:34:11 | 2023-06-26T03:37:29 | 17,311 | 9 | 9 | 33 | Java | false | false | package com.example.dao.one;
import com.example.model.one.OneUser;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
/**
* Created by hanqf on 2020/3/8 16:0... | UTF-8 | Java | 644 | java | OneJpaUserRepository.java | Java | [
{
"context": "work.data.jpa.repository.Query;\n\n/**\n * Created by hanqf on 2020/3/8 16:04.\n */\n\n\npublic interface OneJpaU",
"end": 303,
"score": 0.999590277671814,
"start": 298,
"tag": "USERNAME",
"value": "hanqf"
}
] | null | [] | package com.example.dao.one;
import com.example.model.one.OneUser;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
/**
* Created by hanqf on 2020/3/8 16:0... | 644 | 0.776042 | 0.758681 | 21 | 26.428572 | 26.593182 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 4 |
f5bb256d6907aef477c065f3b86c77e03e4823fa | 20,804,821,647,892 | fbc51b4ff2af665c015565abfd53b90f7c4ac78d | /src/main/java/it/sad/sii/transit/sdk/model/exceptions/UnknownEntityException.java | d7557c922d97febd6abc32f35718a4477d85b6a6 | [
"MIT"
] | permissive | servizist/TransitServerSDK | https://github.com/servizist/TransitServerSDK | c5fd8baa7778b08d47611f90dd3f06e8dd89d0cf | 591fdb9ee8426b688d11041132afe45cbf0d61ff | refs/heads/master | 2020-05-04T21:05:02.981000 | 2020-04-24T07:05:51 | 2020-04-24T07:05:51 | 32,990,700 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package it.sad.sii.transit.sdk.model.exceptions;
/**
* Created by ldematte on 11/17/16.
*/
public class UnknownEntityException extends Exception {
private static final long serialVersionUID = 1L;
private final String entityId;
public UnknownEntityException(String entityId) {
super("ID: " + enti... | UTF-8 | Java | 508 | java | UnknownEntityException.java | Java | [
{
"context": "i.transit.sdk.model.exceptions;\n\n/**\n * Created by ldematte on 11/17/16.\n */\npublic class UnknownEntityExcept",
"end": 76,
"score": 0.9996708631515503,
"start": 68,
"tag": "USERNAME",
"value": "ldematte"
}
] | null | [] | package it.sad.sii.transit.sdk.model.exceptions;
/**
* Created by ldematte on 11/17/16.
*/
public class UnknownEntityException extends Exception {
private static final long serialVersionUID = 1L;
private final String entityId;
public UnknownEntityException(String entityId) {
super("ID: " + enti... | 508 | 0.65748 | 0.643701 | 23 | 21.086956 | 19.69973 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 4 |
8d79b9bbbc0595221d127890527eb5ac447d98d3 | 28,561,532,579,127 | 7fa6ccbaa64515063b2218e1d974116c486da2e4 | /app/src/main/java/com/arkapp/expensemanager/ui/currencyConversion/CurrencyConversionFragment.java | 5376158a47828d96673be86a5d345df0ccbea3bc | [] | no_license | dinesh-geek/Budget | https://github.com/dinesh-geek/Budget | 11e45f6e52a664b5bca613a6daf8f3593b72e084 | 5ac574d4f18e3c6b2d3d381e4b383672f2c35af3 | refs/heads/master | 2023-06-07T14:42:53.095000 | 2021-06-30T11:36:12 | 2021-06-30T11:36:12 | 381,673,148 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.arkapp.expensemanager.ui.currencyConversion;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import a... | UTF-8 | Java | 6,402 | java | CurrencyConversionFragment.java | Java | [
{
"context": "ing.FragmentCurrencyConversionBinding;\nimport com.davidmiguel.numberkeyboard.NumberKeyboardListener;\nimport com",
"end": 666,
"score": 0.9208875298500061,
"start": 655,
"tag": "USERNAME",
"value": "davidmiguel"
}
] | null | [] | package com.arkapp.expensemanager.ui.currencyConversion;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextUtils;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import a... | 6,402 | 0.662293 | 0.657451 | 162 | 38.524693 | 31.638428 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.635802 | false | false | 4 |
82c6944320dd0ac156ff9012dd3a52d8bd3cf30b | 16,097,537,493,380 | 0b6e935e68a496fca4e8ecfe31837586219294a6 | /issuer-list/src/main/java/com/adyen/checkout/issuerlist/IssuerListOutputData.java | a700fb78b162058f6f54f867bc638d622121bc3b | [
"MIT"
] | permissive | tobias-square/adyen-android | https://github.com/tobias-square/adyen-android | 3c4e7d07a937bebfb21a7834c2c1c25444ac7b4b | 22f051b0b1db0a1188d9ec4374d196140d4e5182 | refs/heads/main | 2023-07-31T08:32:15.023000 | 2021-09-22T08:23:48 | 2021-09-22T08:23:48 | 411,476,471 | 0 | 0 | MIT | true | 2021-09-29T00:16:45 | 2021-09-29T00:16:45 | 2021-09-27T14:31:27 | 2021-09-28T09:37:28 | 23,994 | 0 | 0 | 0 | null | false | false | /*
* Copyright (c) 2019 Adyen N.V.
*
* This file is open source and available under the MIT license. See the LICENSE file for more info.
*
* Created by caiof on 25/4/2019.
*/
package com.adyen.checkout.issuerlist;
import androidx.annotation.Nullable;
import com.adyen.checkout.components.base.OutputData;
publi... | UTF-8 | Java | 912 | java | IssuerListOutputData.java | Java | [
{
"context": "/*\n * Copyright (c) 2019 Adyen N.V.\n *\n * This file is open source and available und",
"end": 34,
"score": 0.9964361190795898,
"start": 25,
"tag": "NAME",
"value": "Adyen N.V"
},
{
"context": "e the LICENSE file for more info.\n *\n * Created by caiof on 25/4/2019.\n... | null | [] | /*
* Copyright (c) 2019 <NAME>.
*
* This file is open source and available under the MIT license. See the LICENSE file for more info.
*
* Created by caiof on 25/4/2019.
*/
package com.adyen.checkout.issuerlist;
import androidx.annotation.Nullable;
import com.adyen.checkout.components.base.OutputData;
public c... | 909 | 0.713816 | 0.701754 | 38 | 23 | 25.075674 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 4 |
9965b66728b19c27f5e93b1025d5f0125942a915 | 18,983,755,450,747 | 83c0f7314be8ed059ae1baae0180bbf44893d5cc | /Java Code/Others/A_JannLab/src/de/jannlab/tools/EvaluationTools.java | df04162f91b31b5f964c6e9895ec333b1b7eb9dd | [] | no_license | Po-Hsuan-Huang/Exploration-of-event-segmentation-theory-using-LSTM | https://github.com/Po-Hsuan-Huang/Exploration-of-event-segmentation-theory-using-LSTM | a5bf2a8687a1dd26d470967052d749d70bc02a8e | ddf8e4b4ac2fc2d8f8d6b54d1f3c3619dab5acc7 | refs/heads/master | 2020-12-25T14:38:53.100000 | 2016-11-29T08:50:45 | 2016-11-29T08:50:45 | 66,148,400 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* JANNLab Neural Network Framework for Java
* Copyright (C) 2012-2013 Sebastian Otte
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th... | UTF-8 | Java | 2,329 | java | EvaluationTools.java | Java | [
{
"context": "work Framework for Java\n * Copyright (C) 2012-2013 Sebastian Otte\n *\n * This program is free software: you can redi",
"end": 167,
"score": 0.9998833537101746,
"start": 153,
"tag": "NAME",
"value": "Sebastian Otte"
},
{
"context": "ing to experiments simple.\n * <br><... | null | [] | /*******************************************************************************
* JANNLab Neural Network Framework for Java
* Copyright (C) 2012-2013 <NAME>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free S... | 2,313 | 0.604981 | 0.599399 | 73 | 30.90411 | 25.692152 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342466 | false | false | 4 |
5f18abde7fb1d2c577895b706043639994a8629a | 9,079,560,871,322 | af3e6726e92fb620e3cef496df78129084328972 | /src/main/java/pl/wpulik/school/controller/TeacherController.java | 2836a8725614d7566141f33b75b63b587ca7a679 | [] | no_license | WojciechPulik/rekrutacja-school | https://github.com/WojciechPulik/rekrutacja-school | fe609aebf8fa5e6f7dbb3bd8aedbb97b25fd53cd | a6b239b49c829780d2569d63bf2f0ffb56013107 | refs/heads/main | 2023-04-02T05:59:18.401000 | 2021-04-12T12:06:00 | 2021-04-12T12:06:00 | 354,960,204 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.wpulik.school.controller;
import java.util.List;
import java.util.NoSuchElementException;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.h... | UTF-8 | Java | 6,380 | java | TeacherController.java | Java | [] | null | [] | package pl.wpulik.school.controller;
import java.util.List;
import java.util.NoSuchElementException;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.h... | 6,380 | 0.767398 | 0.76489 | 172 | 36.093021 | 30.687521 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.267442 | false | false | 4 |
1769ee2400c655eaee77976ced0ded30e3774da5 | 20,306,605,376,679 | 2890b21e83f29c577513e138018691be49f8cc1d | /PatronDecorador/src/patrondecorador/PatronDecorador.java | a75d427d9cb9c3a23999c82736e99f855cc09e7a | [] | no_license | OvasquezAl/DesignPatterns | https://github.com/OvasquezAl/DesignPatterns | f5d4f6dbd7c1bf9066311bd2df72dbebe60385ef | fcc2779d0572f6f2d27fc46d8061dd9b74a243a1 | refs/heads/master | 2021-06-19T09:04:51.166000 | 2017-06-13T19:54:08 | 2017-06-13T19:54:08 | 82,630,975 | 1 | 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 patrondecorador;
/**
*
* @author omar
*/
public class PatronDecorador {
/**
* @param args the command line argume... | UTF-8 | Java | 777 | java | PatronDecorador.java | Java | [
{
"context": "r.\n */\npackage patrondecorador;\n\n/**\n *\n * @author omar\n */\npublic class PatronDecorador {\n\n /**\n ",
"end": 233,
"score": 0.9968317747116089,
"start": 229,
"tag": "USERNAME",
"value": "omar"
}
] | 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 patrondecorador;
/**
*
* @author omar
*/
public class PatronDecorador {
/**
* @param args the command line argume... | 777 | 0.622909 | 0.622909 | 31 | 24.064516 | 22.103765 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 4 |
7c3427f05645007bb6987206fc5cf18b317394bb | 13,271,448,950,420 | 55ebdc98f90bba37dd34f5020e9b2f55ab4f747b | /src/main/java/com/sybase365/mobiliser/web/consumer/pages/portal/selfcare/ChangePreferencesPage.java | 62f668713c64b64718f88cf3b5f3523dcb07dbe3 | [] | no_license | chandusekhar/btpn_portal | https://github.com/chandusekhar/btpn_portal | aa482eef5a760a4a3a79dd044258014c145183f1 | 809b857bfe01cbcf2b966e85ebb8fc3bde02680e | refs/heads/master | 2020-09-27T08:29:09.299000 | 2014-12-07T10:44:58 | 2014-12-07T10:45:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sybase365.mobiliser.web.consumer.pages.portal.selfcare;
import java.util.ArrayList;
import java.util.List;
import org.apache.wicket.PageParameters;
import org.apache.wicket.authorization.strategies.role.annotations.AuthorizeInstantiation;
import org.apache.wicket.behavior.SimpleAttributeModifier;
import o... | UTF-8 | Java | 6,417 | java | ChangePreferencesPage.java | Java | [
{
"context": "kv = new KeyValue();\n\t kv.setKey(Constants.INFO_MODE_NONE);\n\t customerWeb.setTxnReceiptModeId(kv.getKey(",
"end": 5016,
"score": 0.812628984451294,
"start": 5007,
"tag": "KEY",
"value": "MODE_NONE"
},
{
"context": "String> kv = new KeyValue();\n\t\tkv.setKey(C... | null | [] | package com.sybase365.mobiliser.web.consumer.pages.portal.selfcare;
import java.util.ArrayList;
import java.util.List;
import org.apache.wicket.PageParameters;
import org.apache.wicket.authorization.strategies.role.annotations.AuthorizeInstantiation;
import org.apache.wicket.behavior.SimpleAttributeModifier;
import o... | 6,417 | 0.741624 | 0.731806 | 189 | 32.952381 | 24.700167 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.518519 | false | false | 4 |
630704ae69df8955781aaf12cd0d6e7fefa4e49e | 7,670,811,597,302 | 0723880787eecc5f9797b30f65fe8c92f1720c8d | /emreylc.sipmessage/src/main/java/emreylc/sipmessage/message/header/PolicyIDHeader.java | f29c89bcfb30a42e2c0123f8d873cb08aae64120 | [] | no_license | EemreYyalcin/VOIP | https://github.com/EemreYyalcin/VOIP | 4fbe8084e65b16a1ff7f9c2a9cf4ed13e61ff802 | bb03d15d1babff2947fb884af9f405e0c2ec9f01 | refs/heads/master | 2020-12-02T19:34:20.348000 | 2017-07-29T15:12:25 | 2017-07-29T15:12:25 | 96,360,436 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package emreylc.sipmessage.message.header;
import java.util.ArrayList;
import emreylc.sipmessage.log.TraceErrorLog;
import emreylc.sipmessage.message.line.uri.SipURI;
import emreylc.sipmessage.utils.CheckError;
public class PolicyIDHeader extends SipMessageHeader {
private ArrayList<SipURI> policyIDList;
@... | UTF-8 | Java | 1,333 | java | PolicyIDHeader.java | Java | [] | null | [] | package emreylc.sipmessage.message.header;
import java.util.ArrayList;
import emreylc.sipmessage.log.TraceErrorLog;
import emreylc.sipmessage.message.line.uri.SipURI;
import emreylc.sipmessage.utils.CheckError;
public class PolicyIDHeader extends SipMessageHeader {
private ArrayList<SipURI> policyIDList;
@... | 1,333 | 0.660915 | 0.659415 | 55 | 23.236364 | 18.411423 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.381818 | false | false | 4 |
6ac7f4b6546564195fbd9c0e1f759ab271dfcf08 | 2,147,483,693,378 | 852833cd998850ce838a88eb90b90ed4ca2ea7f4 | /src/Game.java | 5ea54f2ca40ed4fd9e2f85fdcf29dd498b79668c | [] | no_license | djsims/Guess-the-Movie | https://github.com/djsims/Guess-the-Movie | 7782cb0a6f5df288051bf45210447fe183dcccf8 | 470e59ee8b169eab3e33b09472ff2befc59a8ebd | refs/heads/master | 2020-04-15T06:49:24.139000 | 2019-01-07T18:39:43 | 2019-01-07T18:39:43 | 164,474,606 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.util.Scanner;
public class Game {
private int lives = 10;
char[] movieGuess = new char[100];
char wrongLetter =' ';
String wrongLetters="";
Game() { }
private void playAgain() throws Exception {
Game playAgain= new Game();
System.out.println("P... | UTF-8 | Java | 2,985 | java | Game.java | Java | [] | null | [] | import java.io.File;
import java.util.Scanner;
public class Game {
private int lives = 10;
char[] movieGuess = new char[100];
char wrongLetter =' ';
String wrongLetters="";
Game() { }
private void playAgain() throws Exception {
Game playAgain= new Game();
System.out.println("P... | 2,985 | 0.452596 | 0.445561 | 84 | 34.535713 | 19.923931 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.