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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
eca6495269b3c61c9b6edcd8fd25c5884390bd70 | 28,089,086,147,535 | 2dd2fefc14c2a9c160546817f72f28ded0e5ae9a | /src/main/java/com/houseofcards/repositories/LoginInfoRepository.java | 52e32976b203a456a2df92a8cef79bb8f1d2d327 | [] | no_license | mupetmower/HouseOfCards | https://github.com/mupetmower/HouseOfCards | 1e55450af820a2740b43bb93179e9a603a619099 | 3c725df3d78664e33fbc7031d9914b4a1eebe67b | refs/heads/updates | 2022-11-24T05:19:32.757000 | 2018-05-06T15:41:46 | 2018-05-06T15:41:46 | 127,170,809 | 0 | 0 | null | false | 2018-05-06T15:42:24 | 2018-03-28T16:49:33 | 2018-05-06T15:41:50 | 2018-05-06T15:42:24 | 38,688 | 0 | 0 | 0 | Java | false | null | package com.houseofcards.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import com.houseofcards.entities.generated.Logininfo;
import com.houseofcards.entities.generated.User;
public interface LoginInfoRepository extends JpaRepository<Logininfo, String> {
public Logininfo findByUsernam... | UTF-8 | Java | 344 | java | LoginInfoRepository.java | Java | [] | null | [] | package com.houseofcards.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import com.houseofcards.entities.generated.Logininfo;
import com.houseofcards.entities.generated.User;
public interface LoginInfoRepository extends JpaRepository<Logininfo, String> {
public Logininfo findByUsernam... | 344 | 0.840116 | 0.840116 | 12 | 27.666666 | 28.630791 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 1 |
76830cf8e9507f9095f6d5d5ce14bbb72c72b2b1 | 21,397,527,076,711 | af4289a0dda48fad043c63b0f3446f169e25cc57 | /src/edu/stanford/nlp/sempre/tables/ConvertCsvToTtl.java | f69c39b558c026af97944cd82e38e37a834bbda2 | [] | no_license | Santos-Luis/MasterThesis | https://github.com/Santos-Luis/MasterThesis | eb85a9ced48e4a4bc1a8658aa9f3c65bd486520d | e705ddd085e2ed9dd9fb81e57118e189a63a4535 | refs/heads/master | 2020-04-03T07:05:25.430000 | 2018-11-02T09:48:22 | 2018-11-02T09:48:22 | 155,093,052 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.stanford.nlp.sempre.tables;
import java.io.*;
import java.util.*;
import java.text.*;
import au.com.bytecode.opencsv.CSVReader;
import edu.stanford.nlp.sempre.*;
import fig.basic.*;
import fig.exec.*;
import static fig.basic.LogInfo.*;
/**
Converts a CSV file into a TTL file to be loaded into Virtuoso.
A... | UTF-8 | Java | 11,103 | java | ConvertCsvToTtl.java | Java | [
{
"context": "e data, so we're\npunting on this for now.\n\n@author Percy Liang\n*/\npublic class ConvertCsvToTtl implements Runnab",
"end": 1805,
"score": 0.9997720122337341,
"start": 1794,
"tag": "NAME",
"value": "Percy Liang"
}
] | null | [] | package edu.stanford.nlp.sempre.tables;
import java.io.*;
import java.util.*;
import java.text.*;
import au.com.bytecode.opencsv.CSVReader;
import edu.stanford.nlp.sempre.*;
import fig.basic.*;
import fig.exec.*;
import static fig.basic.LogInfo.*;
/**
Converts a CSV file into a TTL file to be loaded into Virtuoso.
A... | 11,098 | 0.620463 | 0.61695 | 285 | 37.957893 | 29.41807 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.915789 | false | false | 1 |
5813d6ec0158072c1c9cca3196ec60406cda69b4 | 11,811,160,099,027 | 0a80c461842b83db4a44c3d34052bda29ceea8af | /WebServiceProject/src/com/ws/test/EmployeeService.java | 445b2d58a3ebd418243e3689255125f86dc4a15d | [] | no_license | khinendra/CICD_POC_Repo | https://github.com/khinendra/CICD_POC_Repo | 1a5807a13d52e057f704db712a472e3bd4dc3686 | 0da5a2c7fc3711886e77b8a7c8e25855df0b22ee | refs/heads/master | 2021-01-11T19:25:47.828000 | 2017-03-14T17:18:55 | 2017-03-14T17:18:55 | 79,363,283 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ws.test;
public interface EmployeeService {
public String getEmplyeeName(String loginname);
public String getEmployeeAddress(String loginname);
}
| UTF-8 | Java | 165 | java | EmployeeService.java | Java | [] | null | [] | package com.ws.test;
public interface EmployeeService {
public String getEmplyeeName(String loginname);
public String getEmployeeAddress(String loginname);
}
| 165 | 0.8 | 0.8 | 6 | 25.5 | 20.27108 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 1 |
dce4e6d2b633057f130cc9fa7b529879b4c59a03 | 32,899,449,491,808 | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/inspection/explicitArrayFilling/afterByteArray.java | c0aaac94be341fec2b962df8ba291d50c0655109 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | https://github.com/JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560000 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | false | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | 2023-09-12T03:37:30 | 2023-09-12T06:46:46 | 4,523,919 | 15,754 | 4,972 | 237 | null | false | false | // "Replace loop with 'Arrays.fill()' method call" "true"
import java.util.Arrays;
class Test {
void fillByteArray() {
byte[] plaintext = {1,2,3,4,5};
Arrays.fill(plaintext, (byte) 0);
}
} | UTF-8 | Java | 205 | java | afterByteArray.java | Java | [] | null | [] | // "Replace loop with 'Arrays.fill()' method call" "true"
import java.util.Arrays;
class Test {
void fillByteArray() {
byte[] plaintext = {1,2,3,4,5};
Arrays.fill(plaintext, (byte) 0);
}
} | 205 | 0.619512 | 0.590244 | 11 | 17.727272 | 18.694145 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.727273 | false | false | 1 |
8419618a62432a64befd585b47e1be064721040f | 11,132,555,290,960 | 2c1654115a16dd9d54d46c13c5fd698eca796c99 | /MESTRA JAVA TOOL/src/mestra/Trace_SRS_MF.java | 4c33f87fb9fa01437bfa290dd6eb972ba641b6aa | [] | no_license | RobertPastor/MestraJavaXML | https://github.com/RobertPastor/MestraJavaXML | fe641167bc23fab1036e10b0229d95c3426ebd1c | 3282f93ae36b2ebc4edba4ad5f1a5edf545a68df | refs/heads/master | 2021-07-18T15:54:58.782000 | 2020-05-22T13:52:16 | 2020-05-22T13:52:16 | 166,102,453 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mestra;
import configuration.ConfigurationFileBaseReader;
public class Trace_SRS_MF extends MestraSRS {
private MestraMF mestraMF = null;
public Trace_SRS_MF(MestraSRS mestraSRS, MestraMF aMestraMF, ConfigurationFileBaseReader configuration) {
super(mestraSRS, configuration);
if (aMest... | UTF-8 | Java | 856 | java | Trace_SRS_MF.java | Java | [] | null | [] | package mestra;
import configuration.ConfigurationFileBaseReader;
public class Trace_SRS_MF extends MestraSRS {
private MestraMF mestraMF = null;
public Trace_SRS_MF(MestraSRS mestraSRS, MestraMF aMestraMF, ConfigurationFileBaseReader configuration) {
super(mestraSRS, configuration);
if (aMest... | 856 | 0.641355 | 0.641355 | 45 | 18.022223 | 21.594742 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.955556 | false | false | 1 |
c048edf01b83ba844d7687915ae619396f0cb5c1 | 19,241,453,528,108 | d7d58b0331ba4adf0ca32530c5a1ee0ad78e0b79 | /app/src/main/java/com/example/firstprogram/generic/GenericTest.java | 735210a66b8f338b770121b44313e408767d5066 | [] | no_license | elliottacquaire/FirstProgram | https://github.com/elliottacquaire/FirstProgram | 9bc11487456b86d8d681cf04f4373dbd262e3673 | b92599c2654f6996ba7713abd0b418b37c607221 | refs/heads/master | 2021-06-12T00:14:59.831000 | 2021-02-23T03:18:03 | 2021-02-23T03:18:03 | 101,954,062 | 2 | 0 | null | false | 2017-08-31T03:40:58 | 2017-08-31T03:16:02 | 2017-08-31T03:37:10 | 2017-08-31T03:40:57 | 0 | 1 | 0 | 0 | null | null | null | package com.example.firstprogram.generic;
import java.util.ArrayList;
import java.util.List;
/**
* 泛型接口、泛型类和泛型方法
*
* 类型通配符上限通过形如Box<? extends Number>形式定义,相对应的,
* 类型通配符下限为Box<? super Number>形式,其含义与类型通配符上限正好相反
*
*
* 无论何时,如果你能做到,你就该尽量使用泛型方法。也就是说,如果使用泛型方法将整个类泛型化,
* 那么就应该使用泛型方法。另外对于一个static的方法而已,无法访问泛型类型的参数。
* 所... | UTF-8 | Java | 4,035 | java | GenericTest.java | Java | [] | null | [] | package com.example.firstprogram.generic;
import java.util.ArrayList;
import java.util.List;
/**
* 泛型接口、泛型类和泛型方法
*
* 类型通配符上限通过形如Box<? extends Number>形式定义,相对应的,
* 类型通配符下限为Box<? super Number>形式,其含义与类型通配符上限正好相反
*
*
* 无论何时,如果你能做到,你就该尽量使用泛型方法。也就是说,如果使用泛型方法将整个类泛型化,
* 那么就应该使用泛型方法。另外对于一个static的方法而已,无法访问泛型类型的参数。
* 所... | 4,035 | 0.636504 | 0.631498 | 97 | 25.783504 | 22.556791 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.216495 | false | false | 1 |
52a90b9253c34b9a64fa8d7faa5c6eb2894883d5 | 3,779,571,222,326 | 3a6bfa6784136e187bc6bfc12c08a012553e4882 | /app/src/main/java/com/yessumtorah/boilerapp/User.java | 6ba8104ff3c0885af3503bbb7b73aa18da69178a | [] | no_license | GuyG-Saha/Boile21 | https://github.com/GuyG-Saha/Boile21 | ec4969713dfd4d130d442d813bed15c578e4a76c | 6c8a5f18481877106730f847f9a0584fb866029d | refs/heads/master | 2022-03-27T02:13:47.369000 | 2020-01-10T18:24:11 | 2020-01-10T18:24:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yessumtorah.boilerapp;
public class User {
}
| UTF-8 | Java | 58 | java | User.java | Java | [] | null | [] | package com.yessumtorah.boilerapp;
public class User {
}
| 58 | 0.775862 | 0.775862 | 4 | 13.5 | 14.044572 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
355b1b4ef62bdecaee5c5ec153f3c8fd79b1050a | 3,779,571,221,806 | c946ba32da44ea56470c0b70c9b4265eb12741d4 | /app/src/main/java/com/successpoint/wingo/view/LiveData/tests/PublishABRTest/PublishABRTest.java | 0f59f15d11b2bc91016027b498f9968ccdb9a23c | [] | no_license | khaledeltarabily/WingoAppAndroid | https://github.com/khaledeltarabily/WingoAppAndroid | 55796ba7e07c6590154604517a31418b0e2f29e3 | 51618b8dcdef397726e3771d50f7b07ec920c1f3 | refs/heads/master | 2020-08-12T17:47:59.708000 | 2019-10-13T12:04:03 | 2019-10-13T12:04:03 | 214,812,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// Copyright © 2015 Infrared5, Inc. All rights reserved.
//
// The accompanying code comprising examples for use solely in conjunction with Red5 Pro (the "Example Code")
// is licensed to you by Infrared5 Inc. in consideration of your agreement to the following
// license terms and conditions. Acces... | UTF-8 | Java | 5,664 | java | PublishABRTest.java | Java | [
{
"context": ".view.showLiveView.TestContent;\n\n/**\n * Created by davidHeimann on 2/10/16.\n */\npublic class PublishABRTest exten",
"end": 2672,
"score": 0.995522677898407,
"start": 2660,
"tag": "USERNAME",
"value": "davidHeimann"
}
] | null | [] | //
// Copyright © 2015 Infrared5, Inc. All rights reserved.
//
// The accompanying code comprising examples for use solely in conjunction with Red5 Pro (the "Example Code")
// is licensed to you by Infrared5 Inc. in consideration of your agreement to the following
// license terms and conditions. Acces... | 5,664 | 0.708105 | 0.697687 | 129 | 42.899223 | 35.76622 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.713178 | false | false | 1 |
a85cddec7ecffdb2ff59a8d41880e9b20ae848c5 | 2,456,721,343,044 | d0d266c3ca36432818d82453c09d03625f96fc1f | /src/cn/com/ite/hnjtamis/query/employeeQuery/EmployeeThemeBankForm.java | 1f1873ddd48c380e423cced5454299021e60b758 | [] | no_license | Williamwuyi/hnjtamis | https://github.com/Williamwuyi/hnjtamis | acd51158fe43d1109721124c8340e032dd99a51f | f35de9bf1289d6193cf5a29a5ec9b6d000b84040 | refs/heads/master | 2020-08-08T09:27:36.667000 | 2019-10-09T03:19:27 | 2019-10-09T03:19:27 | 213,804,269 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.com.ite.hnjtamis.query.employeeQuery;
public class EmployeeThemeBankForm {
private String deptId;
private String deptName;
private String employeeId;
private String employeeName;
private String employeeCode;
private String themeBankId;
private String themeBankName;
private Integer themeNum;
priv... | UTF-8 | Java | 2,667 | java | EmployeeThemeBankForm.java | Java | [] | null | [] | package cn.com.ite.hnjtamis.query.employeeQuery;
public class EmployeeThemeBankForm {
private String deptId;
private String deptName;
private String employeeId;
private String employeeName;
private String employeeCode;
private String themeBankId;
private String themeBankName;
private Integer themeNum;
priv... | 2,667 | 0.768214 | 0.768214 | 110 | 23.081818 | 17.64299 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.590909 | false | false | 1 |
d806ff6c81b5a09bbd0ce63f4fdace45d1d51c14 | 14,611,478,789,133 | 104ad105ce283563103a8ac098a148999d28cfdc | /health_interface/src/main/java/com/itheima/interfaces/PerService.java | e4e7d2117437f74651b8df79b0eb4f22c153eb46 | [] | no_license | a18574392661/health_parent | https://github.com/a18574392661/health_parent | c1b14dc565178386f473b12d4f32cd4ef90e05aa | 4e760a8c2f9c214b14619a77f22410bc5b1ae265 | refs/heads/master | 2022-07-10T06:48:54.942000 | 2020-03-13T13:41:28 | 2020-03-13T13:42:47 | 247,068,636 | 0 | 0 | null | false | 2021-01-14T20:37:16 | 2020-03-13T12:41:22 | 2020-03-13T13:44:21 | 2021-01-14T20:37:14 | 14,583 | 0 | 0 | 2 | JavaScript | false | false | package com.itheima.interfaces;
import java.util.List;
import com.itheima.entity.PageResult;
import com.itheima.entity.QueryPageBean;
import com.itheima.pojo.Permission;
import com.itheima.pojo.Role;
public interface PerService {
List<Permission> queryRolePers(List<Role> listRoles);
PageResult perAll(QueryPageBe... | UTF-8 | Java | 478 | java | PerService.java | Java | [] | null | [] | package com.itheima.interfaces;
import java.util.List;
import com.itheima.entity.PageResult;
import com.itheima.entity.QueryPageBean;
import com.itheima.pojo.Permission;
import com.itheima.pojo.Role;
public interface PerService {
List<Permission> queryRolePers(List<Role> listRoles);
PageResult perAll(QueryPageBe... | 478 | 0.797071 | 0.797071 | 24 | 18.916666 | 18.434381 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 1 |
ac46c4a9159c74bd551b8b0215986a65e1d1c0b9 | 35,794,257,462,152 | 5dea5ca1e725a09c46f3f128a54e97b4353f7c9e | /src/test/com/rhb/sas/interfaces/downloadreport/sina/DownloadYjygFromEastmoneyTest.java | 3dc9b6e120f49c95a8bd7918c8caec657ee71a0b | [] | no_license | dofoyo/sas | https://github.com/dofoyo/sas | 9c20f3df50ceec5e310aca700cf7f94f1ff46fac | e20683c7af6f6fe7df808d84a520f166b99275e9 | refs/heads/master | 2021-06-18T10:41:55.819000 | 2017-06-22T06:17:06 | 2017-06-22T06:17:06 | 13,361,030 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test.com.rhb.sas.interfaces.downloadreport.sina;
import org.junit.BeforeClass;
import org.junit.Test;
import com.rhb.af.business.FindBusiness;
import com.rhb.af.util.AppContext;
import com.rhb.sas.interfaces.downloadreport.sina.DownloadReportDateFromEastmoney;
import com.rhb.sas.interfaces.downloadreport.sina... | UTF-8 | Java | 1,057 | java | DownloadYjygFromEastmoneyTest.java | Java | [] | null | [] | package test.com.rhb.sas.interfaces.downloadreport.sina;
import org.junit.BeforeClass;
import org.junit.Test;
import com.rhb.af.business.FindBusiness;
import com.rhb.af.util.AppContext;
import com.rhb.sas.interfaces.downloadreport.sina.DownloadReportDateFromEastmoney;
import com.rhb.sas.interfaces.downloadreport.sina... | 1,057 | 0.796594 | 0.795648 | 35 | 29.200001 | 31.364948 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.257143 | false | false | 1 |
bc37738f83e8a22cb06af3f3d547544799eb6ac7 | 32,804,960,268,088 | 55d9237e860e2a5d61eae4764319007d3488b4f3 | /src/main/java/fi/riista/feature/harvestpermit/report/HarvestReportFeature.java | 76d316c0e5974c381d68d94b9196682322956a73 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | nghib/oma-riista-web | https://github.com/nghib/oma-riista-web | 2c61ecd365a3323791e31de1c204600cd7be8c03 | 18c8da542f1a0846339a0d93864dfbe5524e10ca | refs/heads/master | 2018-02-07T15:22:47.474000 | 2017-03-03T12:44:54 | 2017-03-03T13:04:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fi.riista.feature.harvestpermit.report;
import fi.riista.feature.account.user.ActiveUserService;
import fi.riista.feature.gamediary.GameSpecies_;
import fi.riista.feature.harvestpermit.report.fields.HarvestReportFields;
import fi.riista.feature.harvestpermit.report.fields.HarvestReportFieldsDTO;
import fi.riis... | UTF-8 | Java | 4,637 | java | HarvestReportFeature.java | Java | [] | null | [] | package fi.riista.feature.harvestpermit.report;
import fi.riista.feature.account.user.ActiveUserService;
import fi.riista.feature.gamediary.GameSpecies_;
import fi.riista.feature.harvestpermit.report.fields.HarvestReportFields;
import fi.riista.feature.harvestpermit.report.fields.HarvestReportFieldsDTO;
import fi.riis... | 4,637 | 0.757171 | 0.755661 | 107 | 42.336449 | 34.184475 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64486 | false | false | 1 |
f0f2f0ffe97a9247fd4fae9e5fd51a438fe36f86 | 34,608,846,486,248 | b0e34c0aac358800a229b1a95c50e9bccf35c528 | /20190808/U1M1L3Katas/src/main/java/com/company/AgeAgain.java | 46bc60b7b03b0f3b96106799cca4125eeabc678a | [] | no_license | dominickdechristofaro/Dominick_DeChristofaro_JavaS1 | https://github.com/dominickdechristofaro/Dominick_DeChristofaro_JavaS1 | 2277d0dda9a2dcb8f0a9a73c9b6184788fc9c75b | 513bc69255942e1990b841176ab85f949b7b9b65 | refs/heads/master | 2020-06-30T03:10:25.411000 | 2019-10-16T16:30:44 | 2019-10-16T16:30:44 | 200,704,157 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**********************************************************************************************************************
* Name: Dominick DeChristofaro
* Date: 08/08/2019
* Description: Asks for the user's age and displays a series of questions based on the value.
**************************... | UTF-8 | Java | 2,721 | java | AgeAgain.java | Java | [
{
"context": "******************************\n * Name: Dominick DeChristofaro\n * Date: 08/08/2019\n * Description: ",
"end": 162,
"score": 0.9998477101325989,
"start": 140,
"tag": "NAME",
"value": "Dominick DeChristofaro"
}
] | null | [] | /**********************************************************************************************************************
* Name: <NAME>
* Date: 08/08/2019
* Description: Asks for the user's age and displays a series of questions based on the value.
******************************************... | 2,705 | 0.497979 | 0.488791 | 67 | 39.611938 | 29.503328 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.432836 | false | false | 1 |
d55a1a7c9f0410f99ecfb6a9c2dda662d34352e8 | 33,655,363,781,949 | 73b5d880fa06943c20ff0a9aee9d0c1d1eeebe10 | /tinyos-1.x/beta/SystemCore/java/net/tinyos/multihop/MultihopTreeBuilder.java | 12a056750e25e8dc565c1d8e437653b16f7aa03d | [
"Intel"
] | permissive | x3ro/tinyos-legacy | https://github.com/x3ro/tinyos-legacy | 101d19f9e639f5a9d59d3edd4ed04b1f53221e63 | cdc0e7ba1cac505fcace33b974b2e0aca1ccc56a | refs/heads/master | 2021-01-16T19:20:21.744000 | 2015-06-30T20:23:05 | 2015-06-30T20:23:05 | 38,358,728 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.tinyos.multihop;
import net.tinyos.message.*;
import net.tinyos.util.*;
import java.io.*;
import java.text.*;
import java.util.*;
public class MultihopTreeBuilder implements Runnable {
private MoteIF moteIF;
private static final int BEACON_PERIOD = 8*1024;
private int beaconPeriod;... | UTF-8 | Java | 2,380 | java | MultihopTreeBuilder.java | Java | [] | null | [] | package net.tinyos.multihop;
import net.tinyos.message.*;
import net.tinyos.util.*;
import java.io.*;
import java.text.*;
import java.util.*;
public class MultihopTreeBuilder implements Runnable {
private MoteIF moteIF;
private static final int BEACON_PERIOD = 8*1024;
private int beaconPeriod;... | 2,380 | 0.62521 | 0.618908 | 97 | 22.536083 | 19.701412 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.57732 | false | false | 1 |
daa1e785be5ea76d15fc25da99f6d2600ed88f8e | 35,201,551,986,189 | 831fbac6652f4f2e8cf5cd2ce6d742e6f914d975 | /dropwizard-template/src/main/java/DropwizardConfiguration.java | c39923ce8c3de428b4e6288cc26678f4731760ac | [
"MIT"
] | permissive | abatilo/dropwizard-template | https://github.com/abatilo/dropwizard-template | 8539ba6b019ef29f34a19edd00ad868f15485f0a | 2ef9e14103bc8720da801aa92f4ad6df31b294c8 | refs/heads/master | 2021-04-29T19:50:26.080000 | 2020-10-16T05:53:13 | 2020-10-16T05:53:13 | 121,586,042 | 0 | 1 | MIT | false | 2020-10-16T05:53:15 | 2018-02-15T03:00:13 | 2020-10-12T06:22:57 | 2020-10-16T05:53:15 | 109 | 0 | 1 | 0 | Java | false | false | import io.dropwizard.Configuration;
import javax.validation.Valid;
import lombok.Getter;
@Getter
public class DropwizardConfiguration extends Configuration {
@Valid private String version;
}
| UTF-8 | Java | 196 | java | DropwizardConfiguration.java | Java | [] | null | [] | import io.dropwizard.Configuration;
import javax.validation.Valid;
import lombok.Getter;
@Getter
public class DropwizardConfiguration extends Configuration {
@Valid private String version;
}
| 196 | 0.816327 | 0.816327 | 10 | 18.6 | 19.443251 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 1 |
8994a666145df1da837225e3ac702c3627f3d1c3 | 21,466,246,601,726 | 7a49cf97df151143f26455c132d716d3ab59ec18 | /ProjetS2/src/iut/info1/projetS2/tableur/Container.java | 0c847bff09fd6f5422b980c383b33623031d040d | [] | no_license | Mickap/Calculatrice | https://github.com/Mickap/Calculatrice | 5706cb8fc908c04ecbd236835b368755bf5d80b8 | c719e2ddd144207937c71221088cb5b9632a2a3c | refs/heads/master | 2021-01-18T22:59:14.613000 | 2015-05-31T22:41:49 | 2015-05-31T22:41:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Container.java 5 mai 2015
* IUT Info 1 2014/2015 groupe 3
*/
package iut.info1.projetS2.tableur;
import java.awt.Color;
import java.awt.Dimension;
import javax.swing.JPanel;
/**
* Paramétrage des panels de la calculatrice
* @author Mickael
*
*/
@SuppressWarnings("serial")
public class ... | ISO-8859-1 | Java | 796 | java | Container.java | Java | [
{
"context": "ramétrage des panels de la calculatrice\n * @author Mickael\n *\n */\n@SuppressWarnings(\"serial\")\npublic class C",
"end": 271,
"score": 0.999786376953125,
"start": 264,
"tag": "NAME",
"value": "Mickael"
}
] | null | [] | /*
* Container.java 5 mai 2015
* IUT Info 1 2014/2015 groupe 3
*/
package iut.info1.projetS2.tableur;
import java.awt.Color;
import java.awt.Dimension;
import javax.swing.JPanel;
/**
* Paramétrage des panels de la calculatrice
* @author Mickael
*
*/
@SuppressWarnings("serial")
public class ... | 796 | 0.64557 | 0.612658 | 37 | 20.351351 | 19.2834 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.324324 | false | false | 1 |
7cf058c13910b2f277add1f6e1022b0229d11d48 | 37,641,093,394,703 | 8be33fc6f74bc9a8338da00ce826ec47974fd62d | /springcloud/kdxcloud-iot-moni/src/main/java/com/kdx/cloud/iot/moni/message/backgroundctrl/BackGroundMessageCtrl.java | ec82ad8b325ead0cace033fccc17cd98d98cf8b3 | [] | no_license | lpwang/practise-project | https://github.com/lpwang/practise-project | d877b4f29a744c68fe03013852f53d30528dc32d | 8fd07a2aba2c6a626730e7869c1ccae2d0c628ee | refs/heads/master | 2018-12-19T19:39:45.690000 | 2018-12-18T15:48:16 | 2018-12-18T15:48:16 | 137,304,530 | 0 | 0 | null | false | 2019-11-02T08:53:23 | 2018-06-14T04:05:23 | 2019-07-08T03:52:32 | 2019-11-02T08:53:22 | 3,309 | 0 | 0 | 1 | Java | false | false | package com.kdx.cloud.iot.moni.message.backgroundctrl;
import com.kdx.cloud.iot.moni.globle.entry.RespEntry;
import com.kdx.cloud.iot.moni.globle.factory.RespEntryFactory;
import com.kdx.cloud.iot.moni.message.service.intf.IMessageService;
import org.springframework.beans.factory.annotation.Autowired;
import org.sprin... | UTF-8 | Java | 1,304 | java | BackGroundMessageCtrl.java | Java | [] | null | [] | package com.kdx.cloud.iot.moni.message.backgroundctrl;
import com.kdx.cloud.iot.moni.globle.entry.RespEntry;
import com.kdx.cloud.iot.moni.globle.factory.RespEntryFactory;
import com.kdx.cloud.iot.moni.message.service.intf.IMessageService;
import org.springframework.beans.factory.annotation.Autowired;
import org.sprin... | 1,304 | 0.781442 | 0.781442 | 31 | 41.064518 | 34.215572 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.774194 | false | false | 1 |
645b7f64589f6ff619c2adb7be7149f9c42e2afa | 35,880,156,805,460 | 7b33fe5bf146406baefbe04861c9d2e4f052f1be | /src/main/java/com/lbt/icon/demanddraft/domain/demanddraft/dto/UpdateDemandDraftProductDTO.java | c1d6353dc5a12d00d96788c16c71c41ba895daf5 | [] | no_license | Devbimpe/ddproduct | https://github.com/Devbimpe/ddproduct | 6b62b57e904318068d8d5767ca8e9d94e2ad8a86 | 9eacab6eb99d79bcec243b8e5de37411f2724d4f | refs/heads/master | 2023-03-01T17:49:47.259000 | 2020-08-03T12:27:04 | 2020-08-03T12:27:04 | 299,304,217 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lbt.icon.demanddraft.domain.demanddraft.dto;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.lbt.icon.bankproduct.domain.master.dto.BankProductMasterDTO;
import com.lbt.icon.bankproduct.domain.master.dto.UpdateBankProductMasterDTO;
import ... | UTF-8 | Java | 2,304 | java | UpdateDemandDraftProductDTO.java | Java | [
{
"context": "ax.validation.constraints.Pattern;\n\n/**\n * @author devbimpe\n */\n\n@JsonInclude(JsonInclude.Include.NON_NULL)\n@",
"end": 757,
"score": 0.9995009303092957,
"start": 749,
"tag": "USERNAME",
"value": "devbimpe"
}
] | null | [] | package com.lbt.icon.demanddraft.domain.demanddraft.dto;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.lbt.icon.bankproduct.domain.master.dto.BankProductMasterDTO;
import com.lbt.icon.bankproduct.domain.master.dto.UpdateBankProductMasterDTO;
import ... | 2,304 | 0.772135 | 0.766927 | 85 | 26.105883 | 27.151438 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.458824 | false | false | 1 |
721407508aa435d6037facdd1053b19a6a8a3e42 | 33,878,702,070,489 | d5d5d214a895bb61666b80de82c512200ae32eb8 | /src/test/java/com/kart/pageobjects/HomePage.java | d3411fa9f30bbdc753f01e378c9fec4e0e06dbdf | [] | no_license | Reddy117/Vijaya | https://github.com/Reddy117/Vijaya | 7963c90fc49fc659ec92b8770a0b7e11b2674b9c | 8ecb5dbc90ad314eed351a2241ddf678d282b479 | refs/heads/master | 2022-12-25T05:09:58.064000 | 2020-05-12T13:02:26 | 2020-05-12T13:02:26 | 263,338,128 | 0 | 0 | null | false | 2020-10-13T21:56:14 | 2020-05-12T13:02:48 | 2020-05-12T13:04:05 | 2020-10-13T21:56:13 | 4,272 | 0 | 0 | 1 | Java | false | false | package com.kart.pageobjects;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.Select;
import com.kart.util.BaseClass;
public class HomePage extends BaseClass{
@FindBy(xpath="//*[@id=\"... | UTF-8 | Java | 1,299 | java | HomePage.java | Java | [] | null | [] | package com.kart.pageobjects;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.Select;
import com.kart.util.BaseClass;
public class HomePage extends BaseClass{
@FindBy(xpath="//*[@id=\"... | 1,299 | 0.663587 | 0.65204 | 50 | 23.98 | 21.009989 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.74 | false | false | 1 |
82773d96a607eee04163f9c834014d60264c2a4a | 30,219,389,942,734 | 95ed7fdcab9b2d6154ec6ced005fa8fb13a10adb | /src/schedulers/components/Quantum.java | 08c1fc0d1578d7ea3917a76481062e029b794927 | [] | no_license | MazenAmria/CPU-Scheduler | https://github.com/MazenAmria/CPU-Scheduler | cbe543c3be73c4cc4086ee91ac66b60ea2707d01 | 1a7c6d9383735b24ab52bffbe2ae973c6e68f81f | refs/heads/master | 2023-02-19T08:02:04.017000 | 2021-01-18T19:50:25 | 2021-01-18T19:50:25 | 307,693,196 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package schedulers.components;
public class Quantum implements Visualisable {
private long processID;
private double startTime;
private double finishTime;
public Quantum(long processID, double startTime, double finishTime) {
this.processID = processID;
this.startTime = startTime;
... | UTF-8 | Java | 1,101 | java | Quantum.java | Java | [] | null | [] | package schedulers.components;
public class Quantum implements Visualisable {
private long processID;
private double startTime;
private double finishTime;
public Quantum(long processID, double startTime, double finishTime) {
this.processID = processID;
this.startTime = startTime;
... | 1,101 | 0.608538 | 0.608538 | 46 | 22.934782 | 18.878792 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 1 |
2573f1f4df42a46dc678f497e235bfd90034deb2 | 27,376,121,583,210 | 9164b8146c7cae0deb05d6f353b1a30b68c9d791 | /src/main/java/skhu/sof14/hotthink/config/CommonInterceptor.java | 97a164b3ce104ba9b8f9f2b3a13aa8e546f6f1be | [] | no_license | 14SOF/HotThink | https://github.com/14SOF/HotThink | 5f0b8dcd4100357fa40e61cd9e509d92bfccc3cb | f92b7850236de147b08017b9f3c012a3585e926f | refs/heads/dev | 2021-04-01T14:47:38.996000 | 2020-07-23T11:39:51 | 2020-07-23T11:39:51 | 248,194,541 | 6 | 2 | null | false | 2020-06-05T04:45:14 | 2020-03-18T09:59:04 | 2020-05-21T19:32:12 | 2020-06-05T04:33:59 | 8,032 | 1 | 0 | 77 | HTML | false | false | package skhu.sof14.hotthink.config;
import lombok.extern.slf4j.Slf4j;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.... | UTF-8 | Java | 1,803 | java | CommonInterceptor.java | Java | [] | null | [] | package skhu.sof14.hotthink.config;
import lombok.extern.slf4j.Slf4j;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.... | 1,803 | 0.713256 | 0.707155 | 47 | 37.361702 | 32.956081 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.723404 | false | false | 1 |
c5f6ff217e3bbb1750f2988d16dae33906990756 | 34,900,904,282,912 | e9e110cf08972d26c31a00c85f9264c9a22d37c8 | /src/org/radf/apps/commons/entity/FinanceReport.java | bebea52837af54ee0e5cb78d68c72b4e51508ec2 | [] | no_license | xoo1996/huiermis | https://github.com/xoo1996/huiermis | ea96b46944ad3d29524d3fccaf155de282bce4e9 | 8c160010a83767610245cbbbf4eb922b073b1554 | refs/heads/master | 2020-04-16T03:45:43.896000 | 2019-01-11T12:54:29 | 2019-01-11T12:54:29 | 165,240,962 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.radf.apps.commons.entity;
import org.radf.plat.util.entity.EntitySupport;
public class FinanceReport extends EntitySupport {
private Long bindno;
private String gctsname;
private String taxno;
private String fpdtnm;
private String taxrate;
private String fpdtmodel;
private String pdtut;
privat... | UTF-8 | Java | 5,824 | java | FinanceReport.java | Java | [] | null | [] | package org.radf.apps.commons.entity;
import org.radf.plat.util.entity.EntitySupport;
public class FinanceReport extends EntitySupport {
private Long bindno;
private String gctsname;
private String taxno;
private String fpdtnm;
private String taxrate;
private String fpdtmodel;
private String pdtut;
privat... | 5,824 | 0.718063 | 0.718063 | 311 | 17.726688 | 16.959547 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.604502 | false | false | 1 |
5a07335faac8111653e048be041af43af259cfd9 | 20,933,670,625,673 | 0811e139dac02a40895f492f95a59d57d7fa0a59 | /src/test/java/fr/mgdis/test/sampleTest.java | 6bbb5b0b1dc2ace15de105965e9c00d62e7b4fcd | [] | no_license | noushadali/Karaf-invalid-bundle-example | https://github.com/noushadali/Karaf-invalid-bundle-example | c798ae8278056e39c4022c43d85b82f9fbc81a32 | 5de34fc4cc6c3b8a1d4b6d693cf64d09aa4c9476 | refs/heads/master | 2020-04-01T17:15:34.728000 | 2014-07-06T12:11:28 | 2014-07-06T12:11:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.mgdis.test;
import javax.inject.Inject;
import javax.inject.Named;
import org.apache.activemq.broker.BrokerService;
import org.apache.activemq.command.ActiveMQDestination;
import org.apache.camel.CamelContext;
import org.apache.camel.Endpoint;
import org.apache.camel.EndpointInject;
import org.apache.camel... | UTF-8 | Java | 5,824 | java | sampleTest.java | Java | [
{
"context": "or One for nominal error\n * handler\n * \n * @author Philippe-y\n * \n */\n@RunWith(SpringJUnit4ClassRunner.class)\n/",
"end": 1409,
"score": 0.9957765340805054,
"start": 1399,
"tag": "NAME",
"value": "Philippe-y"
}
] | null | [] | package fr.mgdis.test;
import javax.inject.Inject;
import javax.inject.Named;
import org.apache.activemq.broker.BrokerService;
import org.apache.activemq.command.ActiveMQDestination;
import org.apache.camel.CamelContext;
import org.apache.camel.Endpoint;
import org.apache.camel.EndpointInject;
import org.apache.camel... | 5,824 | 0.653674 | 0.651786 | 171 | 33.058479 | 22.452213 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409357 | false | false | 1 |
3ec72b3156371e9380245cbbd7b3b66707a94945 | 13,529,147,007,158 | 77c787034d64d35b0ae2f036d0039ebae07a7708 | /src/main/java/pure/booking/controller/DataServiceTestController.java | 836a5413e4d6722958ada2ee96236e5aeec4b5f7 | [] | no_license | tath105/TFPureBook | https://github.com/tath105/TFPureBook | 4972e9ca92a2ca0ee28326ef18d3dc7830cc27c1 | 7078398e524eca35f438a72e19cc28bf7857b5d7 | refs/heads/master | 2016-09-19T03:24:00.352000 | 2016-09-18T16:23:46 | 2016-09-18T16:23:46 | 67,888,857 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pure.booking.controller;
import org.joda.time.DateTime;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import pure.booking.model.PureCla... | UTF-8 | Java | 3,144 | java | DataServiceTestController.java | Java | [
{
"context": "nt.setEmail(\"email\");\r\n\t\tuserAccount.setPassword(\"password\");\r\n\t\tuserAccountRepo.save(userAccount);\r\n\t\tretur",
"end": 2236,
"score": 0.9992528557777405,
"start": 2228,
"tag": "PASSWORD",
"value": "password"
}
] | null | [] | package pure.booking.controller;
import org.joda.time.DateTime;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import pure.booking.model.PureCla... | 3,146 | 0.758906 | 0.756679 | 101 | 29.128714 | 17.468876 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.841584 | false | false | 1 |
7303287ac42907117e6c51b08ae36b8825daacc9 | 17,111,149,742,416 | 34db8db49580476b991e615a33acc9411cab02c3 | /myGolombSolver.java | a588bf075b43a8dc255468acd3cca87abdfc3e63 | [] | no_license | YemowtRonoc/Second-Year_Algorithms2 | https://github.com/YemowtRonoc/Second-Year_Algorithms2 | 7a8e762c36736edd19f72397f978782e503e6398 | d98763900ec0845f632b6d06fe82c9b2b57f00af | refs/heads/master | 2017-10-31T14:51:00.868000 | 2017-01-15T00:50:46 | 2017-01-15T00:50:46 | 68,647,115 | 0 | 0 | null | false | 2017-01-15T00:50:47 | 2016-09-19T21:11:27 | 2016-09-19T21:11:27 | 2017-01-15T00:50:47 | 488 | 0 | 0 | 0 | null | null | null |
public class myGolombSolver {
//--------------------------------------------------
// Attributes
//--------------------------------------------------
private myGolombRuler bestSolution;
private myGolombRuler current;
//-------------------------------------------------------------------
// Construct... | UTF-8 | Java | 1,844 | java | myGolombSolver.java | Java | [] | null | [] |
public class myGolombSolver {
//--------------------------------------------------
// Attributes
//--------------------------------------------------
private myGolombRuler bestSolution;
private myGolombRuler current;
//-------------------------------------------------------------------
// Construct... | 1,844 | 0.427874 | 0.419197 | 58 | 29.758621 | 28.039572 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.241379 | false | false | 1 |
1195b729418ac7527e42f48acf90a706de01591d | 12,498,354,860,144 | a006590c81486b3a26becb346b57e13db2f1011a | /src/com/felixvn/PlayVideoFragmentActivity.java | 130805eab8a0c970786df5a74832dbe28fa3f3a4 | [] | no_license | RuynLe/FelixApp | https://github.com/RuynLe/FelixApp | fa5e03601ffe87c1c7fc20bc8d43b9b31de051ed | d32586e98cf389b6141f7351d49aff02cc4863d4 | refs/heads/master | 2016-06-12T05:09:26.439000 | 2016-06-01T01:41:10 | 2016-06-01T01:41:10 | 58,364,315 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.felixvn;
import java.util.Locale;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnErrorListener;
import android.media.MediaPlayer.OnPreparedListener;
import android.net.Uri;
import android.os.Bundle;
import android.widget.MediaController;
import android.widget.VideoView;
... | UTF-8 | Java | 3,661 | java | PlayVideoFragmentActivity.java | Java | [
{
"context": "/**\r\n * PlayVideoFragmentActivity\r\n * \r\n * @author nguyenquoccuong\r\n * \r\n */\r\npublic class PlayVideoFragmentActivity",
"end": 583,
"score": 0.9993202090263367,
"start": 568,
"tag": "USERNAME",
"value": "nguyenquoccuong"
}
] | null | [] | package com.felixvn;
import java.util.Locale;
import android.media.MediaPlayer;
import android.media.MediaPlayer.OnErrorListener;
import android.media.MediaPlayer.OnPreparedListener;
import android.net.Uri;
import android.os.Bundle;
import android.widget.MediaController;
import android.widget.VideoView;
... | 3,661 | 0.671128 | 0.670582 | 123 | 27.764227 | 22.093697 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.487805 | false | false | 1 |
9c440acb6409a51ef5bc7a594f2d642da00192e7 | 32,358,283,634,668 | d9ebb265489d341727f7357831bc7950e5094a25 | /Web/CAAC-CTF-2018-Web/WAFWTF/CAAC-SQL-Injection/src/com/wrlus/caac/Search.java | bdc4802b61ad7192f00fd2895fe160e4023ad033 | [
"Apache-2.0"
] | permissive | wrlu/CAAC-CTF-2018-Primary | https://github.com/wrlu/CAAC-CTF-2018-Primary | 779979acfcb5786170f6e9574e8b1ffea557bbfd | 46d87063db665c25bfff936fd7a06fcb4325f138 | refs/heads/master | 2022-07-17T16:34:39.614000 | 2020-05-15T02:26:16 | 2020-05-15T02:26:16 | 264,076,062 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wrlus.caac;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.Properties;
import java.util.Scanner;
public class Search {
public static String doSearch(String air) throws SecurityExceptio... | UTF-8 | Java | 1,790 | java | Search.java | Java | [
{
"context": "nection)DriverManager.getConnection(\"jdbc:mysql://127.0.0.1/caac\", dbproperties);\n\t\t\tString sql = \"se",
"end": 867,
"score": 0.5606317520141602,
"start": 866,
"tag": "IP_ADDRESS",
"value": "1"
},
{
"context": "tion)DriverManager.getConnection(\"jdbc:mysql://127.0... | null | [] | package com.wrlus.caac;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.Properties;
import java.util.Scanner;
public class Search {
public static String doSearch(String air) throws SecurityExceptio... | 1,790 | 0.679157 | 0.673888 | 60 | 27.466667 | 24.497255 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.6 | false | false | 1 |
26c5e945f45504a79b9cbac21c6905a093503484 | 29,944,512,021,189 | f81ca3daaf946a53dfdf7376048168fc7a309f1e | /Dataset2/mining_results/RepositoryMining5/201/632951898a2f1474f699094200367fb405397127/JsonInterpolationServiceTest.java | b47beb307a77005bed7f8d24985f4220bde5d120 | [] | no_license | bellmit/Predicting-Vulnerable-Code | https://github.com/bellmit/Predicting-Vulnerable-Code | 54a71f16f3f2f28d7d6e9d405ad3b9beb6e24cad | e004909d4cc2d6f1861212b4eae475c3c38b3b53 | refs/heads/master | 2022-12-02T01:48:09.169000 | 2020-07-31T18:56:31 | 2020-07-31T18:56:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.pivotal.security.service;
import io.pivotal.security.audit.EventAuditRecordParameters;
import io.pivotal.security.data.CredentialDataService;
import io.pivotal.security.domain.JsonCredential;
import io.pivotal.security.domain.PasswordCredential;
import io.pivotal.security.exceptions.ParameterizedValidationE... | UTF-8 | Java | 12,141 | java | JsonInterpolationServiceTest.java | Java | [
{
"context": "\\\"credentials\\\": {\"\n + \" \\\"key\\\": \\\"((value))\\\"\"\n + \" },\"\n + \" \\\"label\\\": ",
"end": 6881,
"score": 0.6717296242713928,
"start": 6874,
"tag": "KEY",
"value": "value))"
}
] | null | [] | package io.pivotal.security.service;
import io.pivotal.security.audit.EventAuditRecordParameters;
import io.pivotal.security.data.CredentialDataService;
import io.pivotal.security.domain.JsonCredential;
import io.pivotal.security.domain.PasswordCredential;
import io.pivotal.security.exceptions.ParameterizedValidationE... | 12,141 | 0.659419 | 0.654065 | 311 | 38.03537 | 31.194576 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.694534 | false | false | 1 |
09a98e39a3d804c5518259cd319d5ee47f27bac8 | 32,968,168,997,424 | d31a4fc19d6ad777b04d2894b78af5169e9c0cf0 | /java/swim-jaxb/swim-jaxb-tmfdata/target/generated-sources/xjc/us/gov/dot/faa/atm/tfm/tfmrequestreplytypes/TitleType.java | 931942d10b61d087b741496bfdd8e8b58df9f015 | [] | no_license | am1985/swim | https://github.com/am1985/swim | 71120c281f56a4e1962ae3cc822fc579822e8489 | 44a9295b62520560c61a0c1e7b982e23f886ea60 | refs/heads/master | 2021-05-21T19:00:20.206000 | 2020-04-03T17:17:31 | 2020-04-03T17:17:31 | 252,761,369 | 0 | 0 | null | false | 2020-10-13T20:53:13 | 2020-04-03T14:49:41 | 2020-04-03T17:17:45 | 2020-10-13T20:53:12 | 1,767 | 0 | 0 | 1 | Java | false | false | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.04.03 ... | UTF-8 | Java | 2,921 | java | TitleType.java | Java | [] | null | [] | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.04.03 ... | 2,921 | 0.577884 | 0.563506 | 121 | 23.140495 | 24.35458 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322314 | false | false | 1 |
7244ef45164707609a436effe5ec3a2cab011726 | 2,499,670,998,155 | 8b2b54319b4d61fe86e25d2d2b38d9b9b54539b3 | /LAB1/app/src/main/java/com/example/woody_lin/lab1/MainActivity.java | eac339bc7a117d0586c7ac88cb49030c453d03fe | [] | no_license | KUASWoodyLIN/Android-example | https://github.com/KUASWoodyLIN/Android-example | 4aed3cc83ec35858be4d69082299ed6fa35f8ac6 | f177028f9bb8719f9b8b7d33d5d0f881703f7e6b | refs/heads/master | 2021-01-19T08:59:38.881000 | 2017-05-04T03:15:27 | 2017-05-04T03:15:27 | 87,708,322 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.woody_lin.lab1;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import android.widget.TextView;
public class MainA... | UTF-8 | Java | 3,597 | java | MainActivity.java | Java | [
{
"context": "package com.example.woody_lin.lab1;\n\nimport android.support.v7.app.AppCompatAct",
"end": 29,
"score": 0.9725866913795471,
"start": 20,
"tag": "USERNAME",
"value": "woody_lin"
},
{
"context": " {\n winner.setText(\"電腦\");\n ... | null | [] | package com.example.woody_lin.lab1;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.RadioButton;
import android.widget.RadioGroup;
import android.widget.TextView;
public class MainA... | 3,597 | 0.5355 | 0.528087 | 94 | 36.30851 | 23.466602 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.670213 | false | false | 1 |
2f3a0522f5c85162c4c8422b7af2f4c56a5a2578 | 609,885,394,662 | 98eca7fd2bc69662eacabf43ea9be7c866c66666 | /hi-auth-web/src/main/java/com/bestaone/hiauth/domain/enums/ResourceDomainType.java | 442a05aaef411401a42a750903073c507959fd4e | [
"MIT"
] | permissive | driphub/HiAuth | https://github.com/driphub/HiAuth | 4fe79e905404e48bac6c44e647c1e5aa47724dc7 | e50a8420e9946b297fa98da5a3e2464f046934cb | refs/heads/master | 2020-05-13T06:33:01.573000 | 2019-04-11T09:26:04 | 2019-04-11T09:26:04 | 181,619,048 | 1 | 0 | MIT | true | 2019-04-16T05:13:42 | 2019-04-16T05:13:39 | 2019-04-16T05:13:42 | 2019-04-11T09:26:31 | 10,903 | 0 | 0 | 0 | Vue | false | false | package com.bestaone.hiauth.domain.enums;
public enum ResourceDomainType {
AUTH("认证系统"),USER("用户系统"),GOODS("商品系统"),ORDER("订单系统");
private String text;
ResourceDomainType(String text){
this.text = text;
}
public String getText() {
return text;
}
public void setText(Strin... | UTF-8 | Java | 397 | java | ResourceDomainType.java | Java | [] | null | [] | package com.bestaone.hiauth.domain.enums;
public enum ResourceDomainType {
AUTH("认证系统"),USER("用户系统"),GOODS("商品系统"),ORDER("订单系统");
private String text;
ResourceDomainType(String text){
this.text = text;
}
public String getText() {
return text;
}
public void setText(Strin... | 397 | 0.608219 | 0.608219 | 21 | 16.380953 | 17.343796 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 1 |
291291d28dc58aa3fc2d5d09bccd961cd167001b | 13,743,895,354,169 | b85d0ce8280cff639a80de8bf35e2ad110ac7e16 | /com/fossil/alr.java | 46b49a1d019074e0ad08f7fc03677f5d1815ee23 | [] | no_license | MathiasMonstrey/fosil_decompiled | https://github.com/MathiasMonstrey/fosil_decompiled | 3d90433663db67efdc93775145afc0f4a3dd150c | 667c5eea80c829164220222e8fa64bf7185c9aae | refs/heads/master | 2020-03-19T12:18:30.615000 | 2018-06-07T17:26:09 | 2018-06-07T17:26:09 | 136,509,743 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fossil;
import com.fasterxml.jackson.core.JsonGenerator;
public abstract class alr {
static final class C1673a extends ald {
protected final Class<?>[] _views;
protected final ald aUA;
public /* synthetic */ ald mo1082b(amo com_fossil_amo) {
return m3756d(com_foss... | UTF-8 | Java | 4,272 | java | alr.java | Java | [] | null | [] | package com.fossil;
import com.fasterxml.jackson.core.JsonGenerator;
public abstract class alr {
static final class C1673a extends ald {
protected final Class<?>[] _views;
protected final ald aUA;
public /* synthetic */ ald mo1082b(amo com_fossil_amo) {
return m3756d(com_foss... | 4,272 | 0.551966 | 0.514513 | 117 | 35.512821 | 29.777699 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65812 | false | false | 1 |
76c9affa06799412d17638c9d3e15908eefe9c23 | 25,915,832,696,212 | dc76b9940d61b4cc40ed414889c5a16cce4cf49c | /src/praktek02/PenjualanTas.java | effaffbc89284e5eb4df2669d761ff4eed6f924c | [] | no_license | LailaAgustina/Praktek02 | https://github.com/LailaAgustina/Praktek02 | dbafbf94e53b5eb17602ab6ba0b7823aa9ece995 | d3c74bbbd8d6a2db6c33796974f6fce5dcb607ab | refs/heads/master | 2020-03-07T13:51:09.242000 | 2018-03-31T07:59:54 | 2018-03-31T07:59:54 | 127,511,874 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package praktek02;
public class PenjualanTas {
int hrgtas;
int jmlbeli;
public PenjualanTas() {
hrgtas=250000;
jmlbeli=4;
}
public PenjualanTas(int hrgtas, int jmlbeli) {
this.hrgtas = hrgtas;
this.jmlbeli = jmlbeli;
}
void cetakInfo(){
System.ou... | UTF-8 | Java | 693 | java | PenjualanTas.java | Java | [] | null | [] | package praktek02;
public class PenjualanTas {
int hrgtas;
int jmlbeli;
public PenjualanTas() {
hrgtas=250000;
jmlbeli=4;
}
public PenjualanTas(int hrgtas, int jmlbeli) {
this.hrgtas = hrgtas;
this.jmlbeli = jmlbeli;
}
void cetakInfo(){
System.ou... | 693 | 0.546898 | 0.533911 | 34 | 19.382353 | 17.435621 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 1 |
445ebf3f9f1cbd88669bdb293ec8b88861c3a9ca | 28,492,813,090,264 | f10feaaa9ec1cb488d036fb5b34df7209999ac1b | /src/main/java/com/richstonedt/garnet/mapper/ResourceMapper.java | 867606bfafde34906aa588efb5c0b6523d93b709 | [
"Apache-2.0"
] | permissive | richstonedt/garnet | https://github.com/richstonedt/garnet | d4d4fcdcd2fe8ba357a64c69504eb0df4c6ed829 | 973b9c59b14cf8aa46bb62ac4e27ec52db9756f6 | refs/heads/master | 2022-10-24T19:56:38.343000 | 2019-06-23T18:44:38 | 2019-06-23T18:44:38 | 157,103,312 | 0 | 1 | Apache-2.0 | false | 2022-10-12T20:27:06 | 2018-11-11T17:27:59 | 2019-06-23T18:50:56 | 2022-10-12T20:27:05 | 4,788 | 0 | 0 | 7 | Java | false | false | package com.richstonedt.garnet.mapper;
import com.richstonedt.garnet.model.Resource;
import com.richstonedt.garnet.model.criteria.ResourceCriteria;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import o... | UTF-8 | Java | 655 | java | ResourceMapper.java | Java | [] | null | [] | package com.richstonedt.garnet.mapper;
import com.richstonedt.garnet.model.Resource;
import com.richstonedt.garnet.model.criteria.ResourceCriteria;
import java.util.List;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import o... | 655 | 0.832061 | 0.832061 | 20 | 31.75 | 26.93302 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 1 |
e3539ad5ebfe51f5ccc8df10bd4b6a46bbe055a7 | 28,046,136,495,738 | 5a2c60f6bf7170ff03033c9c5596b3633924c040 | /src/main/java/com/github/mongo/controller/IComplexDataController.java | 4e26245e9c0392114c54314d798730790ffd5748 | [] | no_license | miverse/spring-boot-mongo | https://github.com/miverse/spring-boot-mongo | b5193abdb26df7d103703a5945ab93b801c92e55 | 2828917cbd4ab2e38cb17823d3fb1041d3a95d8c | refs/heads/master | 2023-08-04T15:49:57.565000 | 2021-09-23T05:59:47 | 2021-09-23T05:59:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.mongo.controller;
import com.github.mongo.pojo.bo.ComplexDataBO;
import com.github.mongo.pojo.dto.ComplexDataDTO;
import com.github.mongo.pojo.dto.ResultDTO;
import java.util.List;
/**
* <p>
* 创建时间为 下午3:43 2019/10/16
* 项目名称 spring-boot-mongo
* </p>
*
* @author 石少东
* @version 0.0.1
* @since... | UTF-8 | Java | 490 | java | IComplexDataController.java | Java | [
{
"context": "6\n * 项目名称 spring-boot-mongo\n * </p>\n *\n * @author 石少东\n * @version 0.0.1\n * @since 0.0.1\n */\n\npublic int",
"end": 292,
"score": 0.998551607131958,
"start": 289,
"tag": "NAME",
"value": "石少东"
}
] | null | [] | package com.github.mongo.controller;
import com.github.mongo.pojo.bo.ComplexDataBO;
import com.github.mongo.pojo.dto.ComplexDataDTO;
import com.github.mongo.pojo.dto.ResultDTO;
import java.util.List;
/**
* <p>
* 创建时间为 下午3:43 2019/10/16
* 项目名称 spring-boot-mongo
* </p>
*
* @author 石少东
* @version 0.0.1
* @since... | 490 | 0.731602 | 0.694805 | 24 | 18.25 | 21.158627 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 1 |
8d3a82e5e123ca8cf171099cccae33e61d3ce953 | 18,468,359,388,928 | 85333932dfa75d88d210df5c6d51ccaaf42565a1 | /src/Sudoku/SudokuFrame.java | ee2aced0c9e115eeb5120a8eb2b4103c06c30002 | [] | no_license | tatena/oop-2020-hw-03 | https://github.com/tatena/oop-2020-hw-03 | 1454186464e38448936d9aab94c7bdb76af7e158 | d485eb704f40b98dbcb1e596b6d1d18a0ddce746 | refs/heads/master | 2022-07-03T11:10:41.702000 | 2020-05-13T19:45:01 | 2020-05-13T19:45:01 | 262,372,492 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Sudoku;
import javax.swing.*;
import javax.swing.border.TitledBorder;
import javax.swing.event.*;
import javax.swing.text.Document;
import java.awt.*;
import java.awt.event.*;
public class SudokuFrame extends JFrame {
JTextArea left;
JTextArea right;
JButton check;
JCheckBox autoCheck;
public Su... | UTF-8 | Java | 2,530 | java | SudokuFrame.java | Java | [] | null | [] | package Sudoku;
import javax.swing.*;
import javax.swing.border.TitledBorder;
import javax.swing.event.*;
import javax.swing.text.Document;
import java.awt.*;
import java.awt.event.*;
public class SudokuFrame extends JFrame {
JTextArea left;
JTextArea right;
JButton check;
JCheckBox autoCheck;
public Su... | 2,530 | 0.690909 | 0.686957 | 110 | 22 | 19.558304 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.054545 | false | false | 1 |
f2c3628bab91606c109d631e7dbb88828978d1e5 | 16,879,221,506,735 | f071236d532970a753e4e6ff3c14d214c096a312 | /week3/day2/MapSolution.java | 92adecd193889bc59ffdce555758924c93929dfd | [] | no_license | Dhivya-prabha/SelNovember | https://github.com/Dhivya-prabha/SelNovember | 9aec72f8b8a29ff9863691efd04eada15c9acb9e | 98993db3a51988db5c5f6e0b0152c63a824d22e5 | refs/heads/master | 2020-12-03T18:10:30.953000 | 2020-07-06T10:29:34 | 2020-07-06T10:29:34 | 231,424,579 | 0 | 0 | null | true | 2020-01-02T17:02:32 | 2020-01-02T17:02:31 | 2019-12-30T13:08:42 | 2019-12-30T13:08:40 | 36 | 0 | 0 | 0 | null | false | false | package week3.day2;
import java.util.LinkedHashMap;
import java.util.Map;
public class MapSolution {
public static void main(String[] args) {
// Create a String with your name as value
String name = "Maharajan";
// Convert the string into array
char[] array = name.toCharArray();
// Create an emp... | UTF-8 | Java | 832 | java | MapSolution.java | Java | [
{
"context": " String with your name as value\r\n\t\tString name = \"Maharajan\";\r\n\t\t// Convert the string into array\r\n\t\tchar[] a",
"end": 224,
"score": 0.9997413754463196,
"start": 215,
"tag": "NAME",
"value": "Maharajan"
}
] | null | [] | package week3.day2;
import java.util.LinkedHashMap;
import java.util.Map;
public class MapSolution {
public static void main(String[] args) {
// Create a String with your name as value
String name = "Maharajan";
// Convert the string into array
char[] array = name.toCharArray();
// Create an emp... | 832 | 0.610577 | 0.603365 | 40 | 18.799999 | 17.187496 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.275 | false | false | 1 |
8288c92d2b5b795dae31c4974646267ad1ce5a2d | 31,602,369,385,401 | 81c01f3fdc998e8fdeb854edfa5fea7fa0a69a9c | /projetos/usaha/tags/0.2.2/src/java/tarefa/relatorio/vo/Relatorio1Sistema.java | 01a1eda09c741ce9fe2819785a1cb6ddabcd0431 | [] | no_license | rwolosker/google | https://github.com/rwolosker/google | dd5eff0d9309a0b8a1217c08141ee9de57f55860 | 6a4ef798e9e617f471db6b5a2a62a26f2484e33b | refs/heads/master | 2018-03-30T12:11:03.859000 | 2015-03-15T03:31:16 | 2015-03-15T03:31:16 | 32,192,546 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /********************************************************************
********************************************************************/
package tarefa.relatorio.vo;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import tarefa.domain.Tarefa;
public class Relatorio1Sistema implem... | UTF-8 | Java | 1,625 | java | Relatorio1Sistema.java | Java | [] | null | [] | /********************************************************************
********************************************************************/
package tarefa.relatorio.vo;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import tarefa.domain.Tarefa;
public class Relatorio1Sistema implem... | 1,625 | 0.456 | 0.449846 | 48 | 32.854168 | 24.309626 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4375 | false | false | 1 |
8aa1a0747e135afe2f6937199f3a4b6808d40f57 | 13,331,578,527,929 | 3517d111036aed7ecaaacc708e96d676fd212de1 | /src/main/java/cn/kinkii/novice/framework/entity/LogicalDeleteable.java | 14d3c822392a05300c2aaa92a41ad67ab57d3671 | [] | no_license | TrueOrFalseYuan/novice-boot-framework | https://github.com/TrueOrFalseYuan/novice-boot-framework | 3e4307271b1cf73c73576f372ee68e9876ac6e7c | 6dc47dd26314c6dce042040de052aeb575b98911 | refs/heads/master | 2021-12-03T13:03:42.700000 | 2021-10-19T10:57:26 | 2021-10-19T10:57:26 | 107,101,297 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.kinkii.novice.framework.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
public interface LogicalDeleteable {
@JsonIgnore
String getDelFlag();
@JsonIgnore
String getDelTimeFlag();
}
| UTF-8 | Java | 224 | java | LogicalDeleteable.java | Java | [] | null | [] | package cn.kinkii.novice.framework.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
public interface LogicalDeleteable {
@JsonIgnore
String getDelFlag();
@JsonIgnore
String getDelTimeFlag();
}
| 224 | 0.754464 | 0.754464 | 12 | 17.666666 | 17.622587 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 1 |
73cbd777ce9b427ad0d778f373fac9381df8c78d | 2,791,728,772,795 | ab80b9451b1d197e188d9956cd0ec08c68436f07 | /model/src/org/jetbrains/jps/idea/OwnServiceLoader.java | 78cc1d3dc74e03e8a47cbe26a6fa4d996973e731 | [
"Apache-2.0"
] | permissive | JetBrains/JPS | https://github.com/JetBrains/JPS | 79d3648757dfc5ef22f0070b981bee289505d359 | a17bf38a66ae06af1ad65807215d7f24fca3a23b | refs/heads/master | 2023-05-29T09:40:39.467000 | 2023-02-01T14:44:01 | 2023-02-01T14:44:01 | 294,457 | 17 | 8 | null | false | 2012-11-14T12:16:01 | 2009-09-01T16:34:40 | 2012-11-14T12:16:01 | 2012-11-14T12:16:01 | 144 | null | 4 | 0 | Java | null | null | // Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package org.jetbrains.jps.idea;
import java.util.Iterator;
/**
* This class should be used instead of {@link java.util.ServiceLoader} because the standard ServiceLoader
* is not available in JDK ... | UTF-8 | Java | 751 | java | OwnServiceLoader.java | Java | [
{
"context": "oader\n * is not available in JDK 1.5\n *\n * @author nik\n */\npublic class OwnServiceLoader<S> implements It",
"end": 341,
"score": 0.9807215332984924,
"start": 338,
"tag": "USERNAME",
"value": "nik"
}
] | null | [] | // Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package org.jetbrains.jps.idea;
import java.util.Iterator;
/**
* This class should be used instead of {@link java.util.ServiceLoader} because the standard ServiceLoader
* is not available in JDK ... | 751 | 0.73502 | 0.719041 | 26 | 27.884615 | 32.463383 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 1 |
91c8528e2d961b8915efb963a29e8e18847d1ff6 | 24,833,500,922,260 | 1d96cb341eae5940fca7d4e6156406525c0e60e9 | /src/main/java/com/ti/techmania/glgservice/service/LotService.java | fceb24a5103cf71560e221074dfd289185305579 | [] | no_license | yousingillplay/glgService | https://github.com/yousingillplay/glgService | 2aeda54ff286b7a8b5b792a9b2e9323fd134ca76 | 249ae4eb5f99b3dd701d2b1a63be3359848386d4 | refs/heads/master | 2020-03-28T09:19:27.719000 | 2018-09-13T06:01:08 | 2018-09-13T06:01:08 | 148,029,008 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //$Id: LotService.java,v 1.3 2012/11/16 22:09:31 a0199948 Exp $
package com.ti.techmania.glgservice.service;
import com.ti.techmania.glgservice.domain.Lot;
import java.util.List;
/**
* Lot service definition. The service layer is where the application's
* business logic resides (business logic and DAO interaction s... | UTF-8 | Java | 2,378 | java | LotService.java | Java | [] | null | [] | //$Id: LotService.java,v 1.3 2012/11/16 22:09:31 a0199948 Exp $
package com.ti.techmania.glgservice.service;
import com.ti.techmania.glgservice.domain.Lot;
import java.util.List;
/**
* Lot service definition. The service layer is where the application's
* business logic resides (business logic and DAO interaction s... | 2,378 | 0.671573 | 0.661901 | 71 | 32.492958 | 23.456205 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309859 | false | false | 1 |
6fdb44d352bc1030572965e2723bb1d7b93cce26 | 11,269,994,215,269 | 86fe502a443bc97883ca301d1f80e0434801a8c1 | /checkstand-service/src/main/java/com/cloudwing/checkstand/user/service/impl/UserServiceImpl.java | d69c76ec61a98295dc30825e5791948eac318cd1 | [] | no_license | rain13798668961/cloudwing-checkstand | https://github.com/rain13798668961/cloudwing-checkstand | 792b51840380e99657a44d92e06b420175e890ab | 56cc38e544346833e080056ce124a8ee65b91ee6 | refs/heads/master | 2020-04-25T14:02:56.697000 | 2019-02-27T03:07:47 | 2019-02-27T03:07:47 | 172,828,177 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloudwing.checkstand.user.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.cloudwing.checkstand.common.enums.PlatformRoleEnum;
import com.cloudwing.checkstand.common.enums.RoleEnum;
import com.cloudwing.checkstand.company.entity.Company;
import com.cloudwing.checkstand.company.service.Compa... | UTF-8 | Java | 12,764 | java | UserServiceImpl.java | Java | [] | null | [] | package com.cloudwing.checkstand.user.service.impl;
import com.alibaba.fastjson.JSONObject;
import com.cloudwing.checkstand.common.enums.PlatformRoleEnum;
import com.cloudwing.checkstand.common.enums.RoleEnum;
import com.cloudwing.checkstand.company.entity.Company;
import com.cloudwing.checkstand.company.service.Compa... | 12,764 | 0.694575 | 0.69409 | 295 | 40.986443 | 31.250109 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.654237 | false | false | 1 |
0ce4a4bb3e1db52238248e71f2b191031e8b9c26 | 16,363,825,432,163 | 45415130204c50eef3e31d9147771ee4c0b3e2b3 | /com/netflix/model/branches/FalkorKidsCharacter$1.java | 3e8f1522adf552556b38674244be9d9f1c2d724e | [] | no_license | codacy-badger/evolucionNetflix | https://github.com/codacy-badger/evolucionNetflix | 928075e45b25df1d11abd9cb98354d76077fdbd6 | ae966d9f0efb42e00dd9978d73b4b5ecaf665e75 | refs/heads/master | 2018-04-16T19:08:18.226000 | 2017-05-07T16:54:28 | 2017-05-07T16:54:28 | 90,551,432 | 0 | 0 | null | true | 2017-05-07T17:58:25 | 2017-05-07T17:58:25 | 2017-05-07T03:20:55 | 2017-05-07T16:54:35 | 19,643 | 0 | 0 | 0 | null | null | null | //
// Decompiled by Procyon v0.5.30
//
package com.netflix.model.branches;
import java.util.Comparator;
final class FalkorKidsCharacter$1 implements Comparator<FalkorVideo>
{
@Override
public int compare(final FalkorVideo falkorVideo, final FalkorVideo falkorVideo2) {
if (falkorVideo.getYear() < fa... | UTF-8 | Java | 497 | java | FalkorKidsCharacter$1.java | Java | [] | null | [] | //
// Decompiled by Procyon v0.5.30
//
package com.netflix.model.branches;
import java.util.Comparator;
final class FalkorKidsCharacter$1 implements Comparator<FalkorVideo>
{
@Override
public int compare(final FalkorVideo falkorVideo, final FalkorVideo falkorVideo2) {
if (falkorVideo.getYear() < fa... | 497 | 0.637827 | 0.615694 | 21 | 22.666666 | 25.325186 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 1 |
b9fc7f52dbb1f4ae9284801606be771def9240c7 | 25,039,659,376,411 | d0832697580377d470037aaa43618af94a8f4177 | /health_interface/src/main/java/cn/itcast/service/OrderService.java | 280638d83253a9a695d7d451c136e8c86d8521d3 | [] | no_license | zlzong/repo1 | https://github.com/zlzong/repo1 | beacc15e2116e7e917a5c10421fc964fba13c45a | b9a81772fb965caafed453ac12acd3015692c099 | refs/heads/master | 2022-12-24T05:40:12.431000 | 2020-04-18T06:50:38 | 2020-04-18T06:50:38 | 234,026,003 | 1 | 0 | null | false | 2022-12-16T04:29:50 | 2020-01-15T07:43:43 | 2020-04-18T06:50:50 | 2022-12-16T04:29:47 | 191,411 | 1 | 0 | 15 | JavaScript | false | false | package cn.itcast.service;
import java.util.Map;
public interface OrderService {
public String submit(Map map) throws Exception;
public Map findById(String id);
}
| UTF-8 | Java | 183 | java | OrderService.java | Java | [] | null | [] | package cn.itcast.service;
import java.util.Map;
public interface OrderService {
public String submit(Map map) throws Exception;
public Map findById(String id);
}
| 183 | 0.710383 | 0.710383 | 9 | 18.333334 | 17.888544 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 1 |
8eccc6bdf5327d9f8acacf5d7dbb6286f6c8a54b | 15,934,328,702,398 | 57e6bd515aa53ad4d95f05d92f5fe98f00d294a9 | /src/main/java/org/jimkast/http/adapters/SunHandler.java | bf49e647b5a6d77896a702cb58795ef6830fa37e | [] | no_license | jimkast/httpio | https://github.com/jimkast/httpio | 6167541d818afa7bbc798891d503a316bd1a0e09 | 76d8b3c4170762df40ada971759277c6034a36b2 | refs/heads/master | 2020-03-21T20:49:12.352000 | 2018-07-20T08:58:28 | 2018-07-20T08:58:28 | 139,030,459 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.jimkast.http.adapters;
import java.io.IOException;
import com.sun.net.httpserver.HttpExchange;
import com.sun.net.httpserver.HttpHandler;
import org.jimkast.http.HttpServerMapping;
public final class SunHandler implements HttpHandler {
private final HttpServerMapping mapping;
public SunHandler(Ht... | UTF-8 | Java | 549 | java | SunHandler.java | Java | [] | null | [] | package org.jimkast.http.adapters;
import java.io.IOException;
import com.sun.net.httpserver.HttpExchange;
import com.sun.net.httpserver.HttpHandler;
import org.jimkast.http.HttpServerMapping;
public final class SunHandler implements HttpHandler {
private final HttpServerMapping mapping;
public SunHandler(Ht... | 549 | 0.757741 | 0.757741 | 19 | 27.894737 | 23.726278 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 1 |
fccfefd1eaefde3d80a2937365b72778953b1a13 | 29,085,518,531,205 | 15161224a30ebcf6f6df9ac81fe8ce620e30ba94 | /java_programs/src/fw/dd/CsvFiles/Write_Data_To_CsvFiles.java | ce8ba0cf028dc62a243b1fd61715fd5c18939d13 | [] | no_license | namratha-p/programs | https://github.com/namratha-p/programs | 2a99e0acd7a31bf604be6ef1bcb58174f8eb5cae | 224b5514e7252e572fa22279c34c1079dd6f5872 | refs/heads/master | 2021-03-11T23:55:59.023000 | 2020-03-11T14:27:55 | 2020-03-11T14:27:55 | 246,571,956 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fw.dd.CsvFiles;
import java.io.FileWriter;
import com.opencsv.CSVWriter;
public class Write_Data_To_CsvFiles {
public static void main(String[] args) throws Exception
{
FileWriter fw=new FileWriter("C:\\Users\\mithr\\OneDrive\\Desktop\\csv_output.csv");
CSVWriter writer=new CSVWriter(f... | UTF-8 | Java | 528 | java | Write_Data_To_CsvFiles.java | Java | [
{
"context": " \r\n\t{\r\n\t\tFileWriter fw=new FileWriter(\"C:\\\\Users\\\\mithr\\\\OneDrive\\\\Desktop\\\\csv_output.csv\");\r\n\t\tCSVWrite",
"end": 246,
"score": 0.5849224925041199,
"start": 241,
"tag": "USERNAME",
"value": "mithr"
}
] | null | [] | package fw.dd.CsvFiles;
import java.io.FileWriter;
import com.opencsv.CSVWriter;
public class Write_Data_To_CsvFiles {
public static void main(String[] args) throws Exception
{
FileWriter fw=new FileWriter("C:\\Users\\mithr\\OneDrive\\Desktop\\csv_output.csv");
CSVWriter writer=new CSVWriter(f... | 528 | 0.636364 | 0.625 | 29 | 16.068966 | 21.161011 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.517241 | false | false | 0 |
94d5f9c04de51c442e41b9df61597cd48515a84e | 21,388,937,166,378 | 1e94cc11c3beef0791cdd39aa0003a05dbd62ff1 | /garden-jpg-lib/src/main/java/org/m410/garden/module/ormbuilder/orm/OneToMany.java | 3579eed3edc22f716a52b31409d7ccbe683bdcda | [
"Apache-2.0"
] | permissive | m410/garden | https://github.com/m410/garden | 1267fd0c44756601b211725c3c15630d361447d0 | 36d87bf4f3d598ed6c06ac1ea1955769cd5cea6e | refs/heads/master | 2021-01-10T19:03:48.395000 | 2021-01-10T16:15:54 | 2021-01-10T16:15:54 | 14,930,246 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.m410.garden.module.ormbuilder.orm;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
/**
* <pre>
*
* <xsd:annotationgt;
* <xsd:documentationgt;
* Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface OneToMany {
* Class targetEntity() default void.class;
* ... | UTF-8 | Java | 4,816 | java | OneToMany.java | Java | [
{
"context": "type=\"xsd:boolean\" /gt;\n *\n * </pre>\n *\n * @author m410\n */\npublic final class OneToMany extends Node {\n ",
"end": 2884,
"score": 0.9993407726287842,
"start": 2880,
"tag": "USERNAME",
"value": "m410"
}
] | null | [] | package org.m410.garden.module.ormbuilder.orm;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
/**
* <pre>
*
* <xsd:annotationgt;
* <xsd:documentationgt;
* Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface OneToMany {
* Class targetEntity() default void.class;
* ... | 4,816 | 0.622508 | 0.617317 | 124 | 37.838711 | 29.640423 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.217742 | false | false | 0 |
fe82103a48685dd12db67a7593cfa46162b7438e | 21,019,569,983,662 | 4431e581372f277282ba19a162269d8692dd4dfb | /src/com/mzinck/fwa/FWA.java | f820363d753521b7b612de4b6e7d483c0546c984 | [] | no_license | MitchZinck/Fun-with-Arithmetic | https://github.com/MitchZinck/Fun-with-Arithmetic | ecb760262591861b9b5e6f422d8805b6acf74af7 | 7842d3492f1bb296b8bb774fb3e007d7a787fb83 | refs/heads/master | 2021-01-10T16:22:24.265000 | 2015-12-08T18:20:14 | 2015-12-08T18:20:14 | 47,633,837 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.mzinck.fwa;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Properties;
import java.util.Random;
import java.util.Scanner;
/**
* Program that teaches and helps kids with arithmetic
*
* @a... | UTF-8 | Java | 10,756 | java | FWA.java | Java | [
{
"context": "ches and helps kids with arithmetic\n * \n * @author Mitchell Zinck <mitch@mzinck.com> <mitchellzinck@yahoo.com>\n */\n",
"end": 340,
"score": 0.9998826384544373,
"start": 326,
"tag": "NAME",
"value": "Mitchell Zinck"
},
{
"context": "ds with arithmetic\n * \n * @author... | null | [] | package com.mzinck.fwa;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Properties;
import java.util.Random;
import java.util.Scanner;
/**
* Program that teaches and helps kids with arithmetic
*
* @a... | 10,723 | 0.461231 | 0.451841 | 297 | 35.21212 | 25.321611 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.531987 | false | false | 0 |
0799708fb86f9080684092b965babd7c822c44da | 19,318,762,926,072 | 13b685368ba74760628b730152b99e8d50cd96be | /src/main/java/com/google/code/geocoder/model/GeocoderResultType.java | 3c6d2742024e40b6e1acd84f0ef31dddabfaf155 | [] | no_license | panchmp/geocoder-java | https://github.com/panchmp/geocoder-java | 62b50e5af4860aee7fd90383d55f2cd2efcaed61 | 2eeece3af09124da2b528e99c841108ec679631f | refs/heads/master | 2021-01-19T02:17:54.386000 | 2016-08-04T10:12:55 | 2016-08-04T10:12:55 | 32,188,070 | 4 | 9 | null | false | 2016-08-04T10:12:56 | 2015-03-14T00:17:43 | 2016-08-02T18:34:07 | 2016-08-04T10:12:55 | 1,722 | 2 | 3 | 5 | Java | null | null | package com.google.code.geocoder.model;
/**
* @author <a href="mailto:panchmp@gmail.com">Michael Panchenko</a>
*/
public enum GeocoderResultType {
STREET_ADDRESS("street_address"),
ROUTE("route"),
INTERSECTION("intersection"),
POLITICAL("political"),
COUNTRY("country"),
ADMINISTRATIVE_AREA_L... | UTF-8 | Java | 1,364 | java | GeocoderResultType.java | Java | [
{
"context": "e.geocoder.model;\n\n/**\n * @author <a href=\"mailto:panchmp@gmail.com\">Michael Panchenko</a>\n */\npublic enum GeocoderRe",
"end": 89,
"score": 0.9998573660850525,
"start": 72,
"tag": "EMAIL",
"value": "panchmp@gmail.com"
},
{
"context": "/**\n * @author <a href=\"ma... | null | [] | package com.google.code.geocoder.model;
/**
* @author <a href="mailto:<EMAIL>"><NAME></a>
*/
public enum GeocoderResultType {
STREET_ADDRESS("street_address"),
ROUTE("route"),
INTERSECTION("intersection"),
POLITICAL("political"),
COUNTRY("country"),
ADMINISTRATIVE_AREA_LEVEL_1("administrativ... | 1,343 | 0.634164 | 0.629765 | 52 | 25.25 | 19.595795 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.557692 | false | false | 0 |
b86f62fd7ca0397809745a3e7b3950341b2582d0 | 25,383,256,722,577 | ee3959d2f41871b08b0fdcbb85133f58133ccb21 | /opensaml-storage-api/src/main/java/org/opensaml/storage/StorageSerializer.java | 17a6dd38196389a6af85104f43b9d87760ed56e0 | [] | no_license | superturbooffenaffen/opensaml3 | https://github.com/superturbooffenaffen/opensaml3 | 2540074a6e0a61999a05c0c38ca2cd255e910160 | 239384965a95b7bc07e834786b77ce4f03cccb85 | refs/heads/master | 2023-09-02T17:11:17.224000 | 2019-03-27T13:25:35 | 2019-03-27T13:25:35 | 178,211,043 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Licensed to the University Corporation for Advanced Internet Development,
* Inc. (UCAID) under one or more contributor license agreements. See the
* NOTICE file distributed with this work for additional information regarding
* copyright ownership. The UCAID licenses this file to You under the Apache
* Licens... | UTF-8 | Java | 2,504 | java | StorageSerializer.java | Java | [] | null | [] | /*
* Licensed to the University Corporation for Advanced Internet Development,
* Inc. (UCAID) under one or more contributor license agreements. See the
* NOTICE file distributed with this work for additional information regarding
* copyright ownership. The UCAID licenses this file to You under the Apache
* Licens... | 2,504 | 0.742812 | 0.741214 | 61 | 40.065575 | 33.093941 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.327869 | false | false | 0 |
4f15e19057e43925a45f5a50d94ef70fd06b882b | 33,603,824,130,613 | 4e2542135bdb804278c2afb40b7c159d6e7e8570 | /src/main/java/fr/tse/fise3/info6/kanban/utils/LoadDatabase.java | 98a1e0371d7d9176fdc7989da4206ccbaf50ee29 | [] | no_license | samiaymane/kanban | https://github.com/samiaymane/kanban | 5c907e9febc91c0aa7dc54ecf96f4e2137f184e3 | fecd348f0dc03b85c162e02c2e8115a632aa5860 | refs/heads/main | 2023-01-28T17:56:19.093000 | 2020-12-04T17:14:31 | 2020-12-04T17:14:31 | 318,584,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.tse.fise3.info6.kanban.utils;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import fr.tse.fise3.info6.kanban.dao.ChangeLogRepos... | UTF-8 | Java | 3,157 | java | LoadDatabase.java | Java | [] | null | [] | package fr.tse.fise3.info6.kanban.utils;
import org.springframework.boot.CommandLineRunner;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import fr.tse.fise3.info6.kanban.dao.ChangeLogRepos... | 3,157 | 0.700348 | 0.688312 | 117 | 24.982906 | 23.360052 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.649573 | false | false | 0 |
99d4adaed1ac35dabaa461fb4d66e4fdd720f6c5 | 17,609,365,916,521 | c99fd1603662bca5b31bcc5e4b030f7815d905ac | /chirper/chirper-services/src/test/java/it/unifi/ing/chirper/services/endpoints/UserFriendEndpointIT.java | 061e504664f07fe1f2736aa332c5d935ae80f557 | [] | no_license | NekoStark/chirper | https://github.com/NekoStark/chirper | 3d782c2599e825b85e4ef742d65d82aab6638446 | dd04f845807a1e91c6bbd2111dcf30d4182ca4af | refs/heads/master | 2021-01-11T16:10:18.121000 | 2017-04-02T18:23:13 | 2017-04-02T18:23:13 | 80,025,051 | 0 | 0 | null | false | 2017-04-02T18:23:14 | 2017-01-25T15:04:04 | 2017-03-14T14:51:24 | 2017-04-02T18:23:13 | 15,985 | 0 | 0 | 0 | Java | null | null | package it.unifi.ing.chirper.services.endpoints;
import org.junit.Test;
import it.unifi.ing.chirper.services.endpoints.delegates.UserFriendEndpointTestDelegate;
import it.unifi.ing.chirper.test.exception.TestInitializationException;
import it.unifi.ing.chirper.test.services.ServiceIT;
public class UserFriendEndpoint... | UTF-8 | Java | 1,034 | java | UserFriendEndpointIT.java | Java | [] | null | [] | package it.unifi.ing.chirper.services.endpoints;
import org.junit.Test;
import it.unifi.ing.chirper.services.endpoints.delegates.UserFriendEndpointTestDelegate;
import it.unifi.ing.chirper.test.exception.TestInitializationException;
import it.unifi.ing.chirper.test.services.ServiceIT;
public class UserFriendEndpoint... | 1,034 | 0.775629 | 0.775629 | 49 | 20.102041 | 22.114033 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.122449 | false | false | 0 |
f8f85e67e0d8cbdbc37fdb9fa001eb0fe386ecc7 | 29,403,346,131,186 | 89bddf43b12671da7650eb28cc6362a6f8cd8aee | /src/main/java/bo/ucb/edu/ingsoft/dao/ProjectDao.java | ac9767a60135582bb339e6a1930eb044a5c22766 | [] | no_license | JuanJo53/ingsoft | https://github.com/JuanJo53/ingsoft | dbdee5bc8f9ebd08234139b04c80be0cd51614d1 | 8e3d5208d8b789f06349190b44d5b5ed786817ca | refs/heads/main | 2023-02-18T04:35:47.091000 | 2021-01-14T20:57:31 | 2021-01-14T20:57:31 | 307,218,215 | 3 | 0 | null | true | 2020-10-26T00:02:46 | 2020-10-26T00:02:45 | 2020-10-16T01:32:50 | 2020-10-16T01:32:48 | 55 | 0 | 0 | 0 | null | false | false | package bo.ucb.edu.ingsoft.dao;
import bo.ucb.edu.ingsoft.model.Certificate;
import bo.ucb.edu.ingsoft.model.Project;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface ProjectDao {
//detailsproyect
public void newProject(Project project);
public void updateproye... | UTF-8 | Java | 861 | java | ProjectDao.java | Java | [] | null | [] | package bo.ucb.edu.ingsoft.dao;
import bo.ucb.edu.ingsoft.model.Certificate;
import bo.ucb.edu.ingsoft.model.Project;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface ProjectDao {
//detailsproyect
public void newProject(Project project);
public void updateproye... | 861 | 0.783972 | 0.783972 | 24 | 34.875 | 23.076527 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 0 |
6c07f6b95ceea3194b9fa02856d8adc7614fe707 | 4,922,032,539,034 | ee2981fdc92019c7a3fd81fd3ed3356e80dce0ea | /vendorIdlJava/org/omg/CosEventChannelAdmin/EventChannelPOATie.java | cd66941346e0d9bb6173f2ada78bdd308632d6f6 | [] | no_license | zy5163165/cdcp-zj-fhM2000 | https://github.com/zy5163165/cdcp-zj-fhM2000 | b7332ead9ac682c7f15df39bd3ce44c5f7e07e48 | e975ba3a794d5438adf9ee3bbbd79927dbc6dfb0 | refs/heads/master | 2021-06-17T20:10:33.306000 | 2020-12-28T08:49:36 | 2020-12-28T08:49:36 | 129,201,444 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.omg.CosEventChannelAdmin;
import org.omg.PortableServer.POA;
/**
* Generated from IDL definition of interface "EventChannel"
* @author JacORB IDL compiler
*/
public class EventChannelPOATie
extends EventChannelPOA
{
private EventChannelOperations _delegate;
private POA _poa;
public EventChannelP... | UTF-8 | Java | 1,244 | java | EventChannelPOATie.java | Java | [
{
"context": " definition of interface \"EventChannel\"\n *\t@author JacORB IDL compiler \n */\n\npublic class EventChannelPOATi",
"end": 157,
"score": 0.8159420490264893,
"start": 151,
"tag": "USERNAME",
"value": "JacORB"
}
] | null | [] | package org.omg.CosEventChannelAdmin;
import org.omg.PortableServer.POA;
/**
* Generated from IDL definition of interface "EventChannel"
* @author JacORB IDL compiler
*/
public class EventChannelPOATie
extends EventChannelPOA
{
private EventChannelOperations _delegate;
private POA _poa;
public EventChannelP... | 1,244 | 0.761254 | 0.761254 | 56 | 21.214285 | 25.099598 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.160714 | false | false | 0 |
7f2315296813664f2f62fa764152d23c573134dc | 21,225,728,393,688 | 4f352e6a4ab4272e71d379005d79b5f9c7e0fbda | /src/Aop/util/DBUPUtil.java | 6a79867d2d5505b172eadcf9e355f858ef5a388e | [] | no_license | 123Jun321/AOPDemo | https://github.com/123Jun321/AOPDemo | 7a7d783a289f6df1b09ec1a3f191f36b3e6dc626 | bf20e7864ce54d16e9eb9ebca95e2e725c59bae0 | refs/heads/master | 2021-08-29T01:32:29.876000 | 2017-12-13T09:21:36 | 2017-12-13T09:21:36 | 114,053,775 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Aop.util;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.Properties;
import javax.sql.DataSource;
import org.apache.commons.dbcp2.BasicDataSource;
import org.apache.commons.dbcp2.BasicDataSourceFactory;
import org.apache.comm... | UTF-8 | Java | 939 | java | DBUPUtil.java | Java | [] | null | [] | package Aop.util;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.SQLException;
import java.util.Properties;
import javax.sql.DataSource;
import org.apache.commons.dbcp2.BasicDataSource;
import org.apache.commons.dbcp2.BasicDataSourceFactory;
import org.apache.comm... | 939 | 0.766773 | 0.764643 | 40 | 22.475 | 22.969532 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.325 | false | false | 0 |
8cc7263cb601475ecf627a3ecac9e586666fb772 | 14,431,090,140,842 | 19c1cfeccec162afc9bd9a65f2fc0c51107b1372 | /src/main/java/com/example/TestMod/blocks/Amethyst.java | c223761e370590a3e3e1d54c83a135d198f69a77 | [] | no_license | noobguy57/amethystmod | https://github.com/noobguy57/amethystmod | f4d8e878e3ad379041c7f7415c8c717a75c2313f | 72e958d48d73f43e84a7a739a64fc97b538bfec7 | refs/heads/master | 2021-01-01T10:16:53.776000 | 2020-02-09T17:29:14 | 2020-02-09T17:29:14 | 239,235,073 | 0 | 0 | null | false | 2020-02-09T17:29:15 | 2020-02-09T02:30:00 | 2020-02-09T02:38:46 | 2020-02-09T17:29:14 | 5 | 0 | 0 | 0 | Java | false | false | package com.example.TestMod.blocks;
import net.minecraft.block.Block;
import net.minecraft.block.SoundType;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
public class Amethyst extends Block
{
public Amethyst(String name, Material material)
{
super(Materia... | UTF-8 | Java | 656 | java | Amethyst.java | Java | [] | null | [] | package com.example.TestMod.blocks;
import net.minecraft.block.Block;
import net.minecraft.block.SoundType;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
public class Amethyst extends Block
{
public Amethyst(String name, Material material)
{
super(Materia... | 656 | 0.702744 | 0.690549 | 21 | 30.238094 | 21.531605 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.761905 | false | false | 0 |
011029a055aa61a1789e349f276b399f174d0c1b | 14,431,090,138,231 | 20fe79f2cd442b78c802cca0643b554e3b4207c4 | /src/main/java/bean/GiangVien.java | d6b8006da437bad337739ffcddd52d04b9d21fb9 | [] | no_license | tea1504/Tn208Nhom3 | https://github.com/tea1504/Tn208Nhom3 | f159a63618f3d09659cffc4aa2426fb48e29553a | eb5dab3c0cf44b8708e3bf69ca781392c041454c | refs/heads/master | 2023-06-02T04:00:26.749000 | 2021-06-13T00:42:51 | 2021-06-13T00:42:51 | 372,419,106 | 0 | 0 | null | false | 2021-06-13T00:42:51 | 2021-05-31T07:25:35 | 2021-06-12T16:52:10 | 2021-06-13T00:42:51 | 792 | 0 | 0 | 0 | Java | false | false | package bean;
/**
* Class dùng để lưu dữ liệu giảng viên. Bao gồm:
* <ul>
* <li>Mã giảng viên - <strong>String</strong></li>
* <li>Tên giảng viên - <strong>String</strong></li>
* <li>Quyền sửa dụng - <strong>int</strong></li>
* </ul>
*
* @author Trịnh Thanh Thảo
*
*/
public class GiangVien {
private String... | UTF-8 | Java | 1,612 | java | GiangVien.java | Java | [
{
"context": " <strong>int</strong></li>\n * </ul>\n * \n * @author Trịnh Thanh Thảo\n *\n */\npublic class GiangVien {\n\tprivate String m",
"end": 272,
"score": 0.9998685121536255,
"start": 256,
"tag": "NAME",
"value": "Trịnh Thanh Thảo"
}
] | null | [] | package bean;
/**
* Class dùng để lưu dữ liệu giảng viên. Bao gồm:
* <ul>
* <li>Mã giảng viên - <strong>String</strong></li>
* <li>Tên giảng viên - <strong>String</strong></li>
* <li>Quyền sửa dụng - <strong>int</strong></li>
* </ul>
*
* @author <NAME>
*
*/
public class GiangVien {
private String maGiangVi... | 1,598 | 0.681818 | 0.679257 | 78 | 19.02564 | 18.238432 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.179487 | false | false | 0 |
a747c8fddf927559ffa93a2d1b9be51256532f3f | 6,871,947,704,891 | 6f4824702a6d84e9eb4383bf2e84cb0e36ba8299 | /java/DAY1/Large_number_q10.java | d375ad2b315f5912dfa7b17bd77cd33b0e97d824 | [] | no_license | roykishan8/20247_kishan_dailypractice | https://github.com/roykishan8/20247_kishan_dailypractice | c2a3e6ebb82313f369f254ee4240020072b18ad3 | 69f87329a66918b8c270b59e0a4bc532130c0dca | refs/heads/main | 2023-07-15T21:12:29.323000 | 2021-08-31T10:20:17 | 2021-08-31T10:20:17 | 392,963,413 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ASSIGNMENT;
public class Large_number_q10 {
public static void main(String[] args) {
int arr[]= {3,8,45,26,7,9};
int max1=arr[0];
int max2=max1;
for(int i=0;i<arr.length;i++) {
if (max2<arr[i]) {
max1=max2;
max2=arr[i];
}else if(max1<arr[i]) {
max1=arr[i];
... | UTF-8 | Java | 380 | java | Large_number_q10.java | Java | [] | null | [] | package ASSIGNMENT;
public class Large_number_q10 {
public static void main(String[] args) {
int arr[]= {3,8,45,26,7,9};
int max1=arr[0];
int max2=max1;
for(int i=0;i<arr.length;i++) {
if (max2<arr[i]) {
max1=max2;
max2=arr[i];
}else if(max1<arr[i]) {
max1=arr[i];
... | 380 | 0.523684 | 0.463158 | 21 | 16.095238 | 13.273335 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.380952 | false | false | 0 |
2ff5e851c3cdd6b57ec2ae9831a78734c4d4a5ba | 24,730,421,714,968 | 2b18730375d88084ac68461520e1f923875db3ef | /app/src/main/java/duongmh3/bittrexmanager/common/Util.java | 7f9ccc5ee718611e6d8f64f81edfd2403fd5c3fc | [] | no_license | alimogh/BittrexWarningAndroid | https://github.com/alimogh/BittrexWarningAndroid | a97f35c1e01644438a740f48d12f03306f292b72 | 0282dfeaa62636ce321f87b083b0cc209f807185 | refs/heads/master | 2021-06-20T04:32:49.673000 | 2017-07-15T04:46:13 | 2017-07-15T04:46:13 | 281,206,735 | 1 | 0 | null | true | 2020-07-20T19:23:33 | 2020-07-20T19:23:32 | 2020-07-20T19:23:26 | 2017-07-15T04:46:25 | 7,355 | 0 | 0 | 0 | null | false | false | package duongmh3.bittrexmanager.common;
import android.content.Context;
import android.content.Intent;
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;
import java.text.NumberFormat;
import java.util.Locale;
import android.net.Uri;
import android.os.AsyncTask;
/**
* Created by duongmatheo on ... | UTF-8 | Java | 1,126 | java | Util.java | Java | [
{
"context": "i;\nimport android.os.AsyncTask;\n\n/**\n * Created by duongmatheo on 7/12/17.\n */\n\npublic class Util {\n public s",
"end": 316,
"score": 0.9995778799057007,
"start": 305,
"tag": "USERNAME",
"value": "duongmatheo"
}
] | null | [] | package duongmh3.bittrexmanager.common;
import android.content.Context;
import android.content.Intent;
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;
import java.text.NumberFormat;
import java.util.Locale;
import android.net.Uri;
import android.os.AsyncTask;
/**
* Created by duongmatheo on ... | 1,126 | 0.711368 | 0.706039 | 37 | 29.432432 | 26.911808 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 0 |
bc4c83f09e4f7dfb0cb4bca80646af518a428530 | 29,738,353,599,921 | 026e926de627cc08bd80d17fd8fa5a21241f9bb5 | /src/main/java/com/playbuzz/automation/core/enums/Browser.java | ed476b6938d2d15ea59900f5f5b82c0a7f29dcfa | [] | no_license | AROS-/playbuzz | https://github.com/AROS-/playbuzz | 6d583f827c3519fd8f6ef19add28f4eac536f3d6 | cec1771b9a79c98705a310e36ec1c7376cddaf6d | refs/heads/master | 2020-04-19T04:24:49.519000 | 2019-01-29T20:09:18 | 2019-01-29T20:09:18 | 167,962,141 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.playbuzz.automation.core.enums;
import java.util.regex.Pattern;
public enum Browser {
CHROME("chrome"),
FIREFOX("firefox");
private static final Pattern FFPattern = Pattern.compile("(?i)F(ire)?.?F(ox)?.*");
private static final Pattern CHROMEPattern = Pattern.compile("(?i)G?(OOGLE)?.?C(H... | UTF-8 | Java | 777 | java | Browser.java | Java | [] | null | [] | package com.playbuzz.automation.core.enums;
import java.util.regex.Pattern;
public enum Browser {
CHROME("chrome"),
FIREFOX("firefox");
private static final Pattern FFPattern = Pattern.compile("(?i)F(ire)?.?F(ox)?.*");
private static final Pattern CHROMEPattern = Pattern.compile("(?i)G?(OOGLE)?.?C(H... | 777 | 0.624196 | 0.624196 | 29 | 25.793104 | 27.299589 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 0 |
4a8d64ad364a5f1d06d593daea4fee97b1c256b6 | 36,301,063,592,923 | 203569b0594a4aff733e5bf14f0dd0d08d6fd2c0 | /csc326-204-Project-03-master/iTrust/test/edu/ncsu/csc/itrust/unit/action/OrthopedicVisitActionTest.java | f93e7ace32e30f8e4d4d78613f774d210b0a7aa5 | [] | no_license | shuxiangru/CSC326-Software-Engineering | https://github.com/shuxiangru/CSC326-Software-Engineering | c20f35c8fe33c67d6fb5090b49e2da2871e9e0a3 | 818ae867824b454ef53314e418b0031c3181d1fc | refs/heads/master | 2021-08-19T16:18:52.536000 | 2017-11-26T21:57:17 | 2017-11-26T21:57:17 | 112,111,788 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package edu.ncsu.csc.itrust.unit.action;
import static org.junit.Assert.*;
import java.util.List;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import edu.ncsu.csc.itrust.action.OrthopedicVisitAction;
import edu.ncsu.csc.itrust.beans.OrthopedicVisitBean;
import edu.ncsu.csc.itr... | UTF-8 | Java | 2,751 | java | OrthopedicVisitActionTest.java | Java | [
{
"context": "ust.unit.testutils.TestDAOFactory;\n\n/**\n * @author yuxuyang\n *\n */\npublic class OrthopedicVisitActionTest {\n\t",
"end": 488,
"score": 0.9995400905609131,
"start": 480,
"tag": "USERNAME",
"value": "yuxuyang"
}
] | null | [] | /**
*
*/
package edu.ncsu.csc.itrust.unit.action;
import static org.junit.Assert.*;
import java.util.List;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import edu.ncsu.csc.itrust.action.OrthopedicVisitAction;
import edu.ncsu.csc.itrust.beans.OrthopedicVisitBean;
import edu.ncsu.csc.itr... | 2,751 | 0.728462 | 0.711378 | 91 | 29.23077 | 23.250229 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.912088 | false | false | 0 |
ba1a596e67b7a051105082c49288d443899bf87d | 29,935,922,116,676 | 4c9c50eddc7038e7aebcaf70e717056afe80d4cc | /ftp-server/src/test/java/uk/org/windswept/resultsmanager/ftp/ServerTest.java | 2243cda31ad2c1e8dae84133b57282cc658d3afe | [] | no_license | atkinssk/results-manager | https://github.com/atkinssk/results-manager | ed3dd251e02af6b6142b021f7b89b1be2d7045db | ffb4f8d87c57d2e4eaf514f383154a46c85d9747 | refs/heads/master | 2020-04-05T19:03:37.265000 | 2016-10-22T10:58:42 | 2016-10-22T10:58:42 | 68,700,507 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.org.windswept.resultsmanager.ftp;
import org.apache.commons.io.FileUtils;
import org.apache.ftpserver.ftplet.Authority;
import org.apache.ftpserver.ftplet.FtpException;
import org.apache.ftpserver.ftplet.UserManager;
import org.apache.ftpserver.usermanager.PropertiesUserManagerFactory;
import org.apache.ftp... | UTF-8 | Java | 5,658 | java | ServerTest.java | Java | [
{
"context": "User user = new BaseUser();\n user.setName(\"test\");\n user.setPassword(\"test\");\n user",
"end": 2235,
"score": 0.9991220235824585,
"start": 2231,
"tag": "USERNAME",
"value": "test"
},
{
"context": " user.setName(\"test\");\n user.setPass... | null | [] | package uk.org.windswept.resultsmanager.ftp;
import org.apache.commons.io.FileUtils;
import org.apache.ftpserver.ftplet.Authority;
import org.apache.ftpserver.ftplet.FtpException;
import org.apache.ftpserver.ftplet.UserManager;
import org.apache.ftpserver.usermanager.PropertiesUserManagerFactory;
import org.apache.ftp... | 5,664 | 0.693708 | 0.688936 | 168 | 32.684525 | 27.412445 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.642857 | false | false | 0 |
df0ac3371039b288100f2b1b6f64ad82f92a048f | 11,252,814,353,343 | 26b7f30c6640b8017a06786e4a2414ad8a4d71dd | /src/number_of_direct_superinterfaces/i62271.java | 4dbcd8cc7e951609eadf437e2e1d971fb718ea77 | [] | no_license | vincentclee/jvm-limits | https://github.com/vincentclee/jvm-limits | b72a2f2dcc18caa458f1e77924221d585f23316b | 2fd1c26d1f7984ea8163bc103ad14b6d72282281 | refs/heads/master | 2020-05-18T11:18:41.711000 | 2014-09-14T04:25:18 | 2014-09-14T04:25:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package number_of_direct_superinterfaces;
public interface i62271 {} | UTF-8 | Java | 69 | java | i62271.java | Java | [] | null | [] | package number_of_direct_superinterfaces;
public interface i62271 {} | 69 | 0.826087 | 0.753623 | 3 | 22.333334 | 16.937796 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
d9d554f0c8e47cc15e3cdaaf258e33706c151357 | 35,596,688,950,905 | 81fbb822093374f47ea071872e34069a408210f3 | /src/main/java/uet/jcia/model/parser/HASTVisitor.java | 254c4d9eacaa46031a7e340c7d87c3ffacbb5b53 | [] | no_license | JCIA-UET/hcia-v2 | https://github.com/JCIA-UET/hcia-v2 | 3aa822d1cc4e5201b3060960922e135e4ec5399e | 78cc2c7d597edfc97a51b0a8a41f8abaecd51592 | refs/heads/master | 2020-04-10T21:57:56.756000 | 2016-11-01T18:22:08 | 2016-11-01T18:22:08 | 63,404,181 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uet.jcia.model.parser;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.persistence.AttributeOverrides;
import org.eclipse.jdt.core.dom.ASTVisitor;
import org.eclipse.jdt.core.dom.Annotation;
import org.eclipse.jdt.core.dom.ArrayInitializer;
impo... | UTF-8 | Java | 11,955 | java | HASTVisitor.java | Java | [] | null | [] | package uet.jcia.model.parser;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.persistence.AttributeOverrides;
import org.eclipse.jdt.core.dom.ASTVisitor;
import org.eclipse.jdt.core.dom.Annotation;
import org.eclipse.jdt.core.dom.ArrayInitializer;
impo... | 11,955 | 0.574488 | 0.574153 | 310 | 37.564518 | 23.441912 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 0 |
916074b2b22db43680409f8e0776af20c43e776a | 7,129,645,756,141 | f416ba52cd849666ffbbef3655ed885d2848e9a3 | /app/src/main/java/com/example/joanna/housepharmacy/DatabaseAdapters/DatabaseFormAdapter.java | 26b80f895866270568c4d877d86be570cbe1ea98 | [] | no_license | jpienko/HousePharmacyProject | https://github.com/jpienko/HousePharmacyProject | 7b5ecbc832cec84201c338cad8bca296bafb02d0 | e1dc8f9d5b0349810bc5f6cbd8b200ffce6a3997 | refs/heads/master | 2021-04-27T20:28:17.932000 | 2018-06-11T07:52:25 | 2018-06-11T07:52:25 | 122,378,550 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.joanna.housepharmacy.DatabaseAdapters;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import com.example.joanna.housepharmacy.DatabaseImplementation.DatabaseConstants;
import com.example.joanna.ho... | UTF-8 | Java | 2,232 | java | DatabaseFormAdapter.java | Java | [
{
"context": "r;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Joanna on 2018-03-05.\n */\n\npublic class DatabaseFormAdap",
"end": 425,
"score": 0.5857914090156555,
"start": 419,
"tag": "NAME",
"value": "Joanna"
}
] | null | [] | package com.example.joanna.housepharmacy.DatabaseAdapters;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import com.example.joanna.housepharmacy.DatabaseImplementation.DatabaseConstants;
import com.example.joanna.ho... | 2,232 | 0.642025 | 0.637097 | 76 | 28.328947 | 25.293741 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.644737 | false | false | 0 |
592dd4e64afa561dc4337ad5cdbcab169d6fd8bf | 1,314,260,043,394 | 43ba199977f5d4d0a7f4662b8a7c3efecedd939e | /media-company-service/src/main/java/com/imfc/media/company/MediaCompanyServiceApplication.java | 9f8e5cb2592650462aa0aaea14a7ae36b876d8bb | [] | no_license | imfc/media | https://github.com/imfc/media | aa7cfd6191e762c4c4255f5c3f1f11916fb5c51d | ae5a003003cb83b06dbb99494ce25095db4a724f | refs/heads/master | 2022-07-17T20:31:32.826000 | 2019-10-15T03:48:11 | 2019-10-15T03:48:11 | 195,631,310 | 2 | 0 | null | false | 2022-06-29T19:41:52 | 2019-07-07T09:09:51 | 2019-11-05T03:28:09 | 2022-06-29T19:41:52 | 8,948 | 0 | 0 | 6 | JavaScript | false | false | package com.imfc.media.company;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MediaCompanyServiceApplication {
public static void main(String[] args) {
SpringApplication.run(MediaCompanyServiceAp... | UTF-8 | Java | 353 | java | MediaCompanyServiceApplication.java | Java | [] | null | [] | package com.imfc.media.company;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class MediaCompanyServiceApplication {
public static void main(String[] args) {
SpringApplication.run(MediaCompanyServiceAp... | 353 | 0.804533 | 0.804533 | 13 | 26.153847 | 26.515152 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 0 |
8f6007bea77826ecf9f0a9c329a0245f8d6d0e35 | 22,883,585,798,489 | e5e17dd37ad71fe77297a201ec322a923e7df033 | /src/test/model/BoardTest.java | eba269a4732d34c73ea68f5dc87f0a58839fb695 | [] | no_license | ryannli/Chess | https://github.com/ryannli/Chess | 12808aec39804c9cf8742f3bef11b460b495b462 | 4e2c401cf76a0e028eaec23a8cbd16eee19bd03a | refs/heads/master | 2020-03-12T19:08:07.600000 | 2018-04-24T01:48:32 | 2018-04-24T01:48:32 | 130,777,943 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.assertEquals;
public class BoardTest {
private Board board;
@org.junit.Before
public void setUp() throws Exception {
board = new Board(8, 8);
}
@Test
public void ... | UTF-8 | Java | 5,835 | java | BoardTest.java | Java | [] | null | [] | package model;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
import static org.junit.Assert.assertEquals;
public class BoardTest {
private Board board;
@org.junit.Before
public void setUp() throws Exception {
board = new Board(8, 8);
}
@Test
public void ... | 5,835 | 0.662896 | 0.648158 | 164 | 34.579269 | 26.486073 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.030488 | false | false | 0 |
336561ef296fe438e515ee36f39707dac5b33971 | 13,881,334,306,403 | 537b4242ebbd99150b490e298f4dff69eee276d0 | /humanize-emoji/src/main/java/humanize/emoji/Emoji.java | a1baa418b46f0286f2393149c34b8d70feb51060 | [
"Apache-2.0"
] | permissive | FlakyTestDetection/humanize | https://github.com/FlakyTestDetection/humanize | 0e766ce5374de713eacc71f18dccfac0d11b5f76 | 0fff62585d40080d12bcd2e5e6df2991b2658384 | refs/heads/master | 2021-01-20T05:57:11.568000 | 2017-09-11T12:36:17 | 2017-09-11T12:36:17 | 89,827,248 | 0 | 0 | null | true | 2017-04-30T03:34:01 | 2017-04-30T03:34:01 | 2017-04-28T09:00:21 | 2016-10-26T18:38:55 | 2,431 | 0 | 0 | 0 | null | null | null | package humanize.emoji;
import humanize.emoji.EmojiChar.Vendor;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.C... | UTF-8 | Java | 12,764 | java | Emoji.java | Java | [] | null | [] | package humanize.emoji;
import humanize.emoji.EmojiChar.Vendor;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.C... | 12,764 | 0.573656 | 0.5706 | 453 | 27.172186 | 24.723932 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441501 | false | false | 0 |
cf6bc96c32e5ccbc628c8b0d71f66055179ea8b1 | 32,306,744,004,681 | 11b9cc046bff0c0d59161b30f00fa17a86e29c23 | /pedometer/src/main/java/com/wonders/xlab/pedometer/base/BaseContract.java | 7ab541dca7247581a6ee0fcc06fd1a5337455da0 | [] | no_license | Tijn1314/Pedometer | https://github.com/Tijn1314/Pedometer | c6212d8a72e55f00a6ce899510195b068f34df10 | 8561a741501009ea6b908686f43172edf3bcf79c | refs/heads/master | 2020-03-04T15:51:32.641000 | 2016-10-17T04:57:41 | 2016-10-17T04:57:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wonders.xlab.pedometer.base;
import android.support.annotation.NonNull;
/**
* Created by hua on 16/8/19.
*/
public interface BaseContract {
interface View {
void showToastMessage(String message);
}
interface Presenter {
void onDestroy();
}
interface Model {
... | UTF-8 | Java | 477 | java | BaseContract.java | Java | [
{
"context": "oid.support.annotation.NonNull;\n\n/**\n * Created by hua on 16/8/19.\n */\npublic interface BaseContract {\n ",
"end": 107,
"score": 0.9939393997192383,
"start": 104,
"tag": "USERNAME",
"value": "hua"
}
] | null | [] | package com.wonders.xlab.pedometer.base;
import android.support.annotation.NonNull;
/**
* Created by hua on 16/8/19.
*/
public interface BaseContract {
interface View {
void showToastMessage(String message);
}
interface Presenter {
void onDestroy();
}
interface Model {
... | 477 | 0.603774 | 0.593291 | 26 | 17.346153 | 16.576031 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.269231 | false | false | 0 |
db4806415baba3d44c0e0372971b28d6b3bb1f40 | 10,703,058,532,169 | 3aebcd58523bf0035ee568d1565a268a8140110d | /app/src/main/java/com/example/karol/kalkulator_ip/Calculations/Calc_Cidr.java | 7c08f739639d8fba2029dad2eace5f0b285d2481 | [] | no_license | KarolSieradzki/IP_Calc | https://github.com/KarolSieradzki/IP_Calc | 212b96c5c4d98cfc22f2a27cb27f0da4e44fc0c1 | 36bc0b3dc963d1d776d46c43a14abb2b54e5afd1 | refs/heads/master | 2023-01-21T04:49:17.174000 | 2023-01-13T11:27:25 | 2023-01-13T11:27:25 | 146,426,415 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.karol.kalkulator_ip.Calculations;
import com.example.karol.kalkulator_ip.EditTexts.Addresses.Octet;
public class Calc_Cidr {
public String by_mask(Octet[] mask) {
int cidr = 0;
for (int i = 0; i < 4; i++) {
if (Integer.parseInt(mask[i].getDec()) == 255)
... | UTF-8 | Java | 629 | java | Calc_Cidr.java | Java | [] | null | [] | package com.example.karol.kalkulator_ip.Calculations;
import com.example.karol.kalkulator_ip.EditTexts.Addresses.Octet;
public class Calc_Cidr {
public String by_mask(Octet[] mask) {
int cidr = 0;
for (int i = 0; i < 4; i++) {
if (Integer.parseInt(mask[i].getDec()) == 255)
... | 629 | 0.459459 | 0.445151 | 23 | 26.347826 | 21.945801 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478261 | false | false | 0 |
7cdb7f0e17bdc9a075c87edada45227f1360b395 | 10,703,058,530,377 | 62fddfdf9c6831e49cd123ba89a702af420d4d45 | /timetable-demo-1/src/com/timetable/Department.java | 856383cc5f577c14f7ce24936e9c96910e2ecd82 | [] | no_license | lieutenant07/timetable | https://github.com/lieutenant07/timetable | 10e7fed0db511e4d457ab3467191d3296886c6e6 | b7e311bda471566c0b7c49786b7cffca40ba1bc2 | refs/heads/master | 2020-03-10T04:46:56.104000 | 2018-04-18T22:09:45 | 2018-04-18T22:09:45 | 129,201,276 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.timetable;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.timetable.Employee.ShiftType;
public class Department {
private String name;
private List<Employee> dept = new ArrayList<Employee>();
private int score;
public Department(String name, Lis... | UTF-8 | Java | 1,496 | java | Department.java | Java | [] | null | [] | package com.timetable;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import com.timetable.Employee.ShiftType;
public class Department {
private String name;
private List<Employee> dept = new ArrayList<Employee>();
private int score;
public Department(String name, Lis... | 1,496 | 0.622326 | 0.618316 | 59 | 23.355932 | 26.050644 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.559322 | false | false | 0 |
fe3fdfcc571617b0891b8a6bfb40022068eac5a3 | 23,424,751,688,063 | 9c4d6ea159977d243b71859814619c8ad51e683b | /src/main/java/com/weixin/sdk/api/MenuApi.java | b1ce55d4af180f9970cd7e94e53e908a142b84f6 | [] | no_license | liganga88/teapot | https://github.com/liganga88/teapot | 23473603033d7f6e0b5ea99d05b9b3b009a6fde3 | 66be83af9215f030be79efb64e1fa0b8ade74622 | refs/heads/master | 2020-04-07T05:24:46.942000 | 2018-05-20T08:48:07 | 2018-05-20T08:48:07 | 124,184,047 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright (c) 2011-2014, James Zhan 詹波 (jfinal@126.com).
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.weixin.sdk.api;
import com.teapot.utils.JsonUtils;
import com.weixin.sdk.WeiXinConfig;
import com.weixin.sdk.util.HttpUtils;
import java.util.ArrayList;
import java.ut... | UTF-8 | Java | 8,122 | java | MenuApi.java | Java | [
{
"context": "/**\n * Copyright (c) 2011-2014, James Zhan 詹波 (jfinal@126.com).\n *\n * Licensed under the Apa",
"end": 42,
"score": 0.9998359084129333,
"start": 32,
"tag": "NAME",
"value": "James Zhan"
},
{
"context": "/**\n * Copyright (c) 2011-2014, James Zhan 詹波 (jfinal@126.com).\... | null | [] | /**
* Copyright (c) 2011-2014, <NAME> 詹波 (<EMAIL>).
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.weixin.sdk.api;
import com.teapot.utils.JsonUtils;
import com.weixin.sdk.WeiXinConfig;
import com.weixin.sdk.util.HttpUtils;
import java.util.ArrayList;
import java.util.HashMap;... | 7,857 | 0.681713 | 0.654759 | 194 | 38.958763 | 37.135284 | 212 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.747423 | false | false | 0 |
5e30262853a10fae54c66bc64e0320fadb6babf0 | 996,432,428,036 | eeaf575311f5fe6bd6f3909c43b85fd108886480 | /smartwf-health-man/src/main/java/com/smartwf/hm/modules/admin/service/IotRealTimeDataService.java | 8afaf3b3f327a51669e6f27c86bed84850b08e16 | [] | no_license | wanwuchunsheng/smartwf | https://github.com/wanwuchunsheng/smartwf | 889e7fd5cf7905335e22c96b5cc6d12bb3dae9f3 | 3011606fa5142786e9fdfbdf8669bb072ceb6cdc | refs/heads/master | 2022-07-31T03:49:38.216000 | 2021-04-23T05:18:10 | 2021-04-23T05:18:10 | 221,856,992 | 0 | 4 | null | false | 2022-06-29T17:46:50 | 2019-11-15T06:15:38 | 2021-04-23T05:18:20 | 2022-06-29T17:46:49 | 2,960 | 0 | 3 | 3 | Java | false | false | package com.smartwf.hm.modules.admin.service;
public interface IotRealTimeDataService {
/**
* 说明:底层实时数据
*
*
* @author WCH
* @datetime 2020-12-23 13:15:48
*
* */
void saveIotRealTimeData(String string);
}
| UTF-8 | Java | 244 | java | IotRealTimeDataService.java | Java | [
{
"context": "ervice {\n\n\t/**\n\t * 说明:底层实时数据\n\t * \n\t * \n\t * @author WCH\n\t * @datetime 2020-12-23 13:15:48\n\t * \n\t * */\n\tvo",
"end": 134,
"score": 0.9992865324020386,
"start": 131,
"tag": "USERNAME",
"value": "WCH"
}
] | null | [] | package com.smartwf.hm.modules.admin.service;
public interface IotRealTimeDataService {
/**
* 说明:底层实时数据
*
*
* @author WCH
* @datetime 2020-12-23 13:15:48
*
* */
void saveIotRealTimeData(String string);
}
| 244 | 0.659292 | 0.597345 | 15 | 14.066667 | 16.335918 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 0 |
936bcc5d0104145fd28d13ba50099eadb0aa4fe2 | 23,390,391,944,378 | e6650815bd64d76d5749058a3f6f8af94267baa6 | /src/hdfs/org/apache/hadoop/hdfs/server/namenode/FSImage.java | 7045ef7a4f0e07acdc8634991dd60a88140223f5 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-unknown"
] | permissive | ymmah/hadoop-20 | https://github.com/ymmah/hadoop-20 | 1763fd3b2ac41e3b59dd4d6cc9f47a04f38193bf | 8987caf62c9f0b87bc9767c5510146c83f205285 | refs/heads/master | 2020-03-27T13:50:43.264000 | 2018-08-29T17:10:21 | 2018-08-29T17:10:21 | 146,631,291 | 0 | 0 | Apache-2.0 | true | 2018-08-29T16:55:33 | 2018-08-29T16:55:33 | 2018-08-29T12:04:21 | 2014-10-10T18:40:53 | 56,550 | 0 | 0 | 0 | null | false | null | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | UTF-8 | Java | 48,439 | java | FSImage.java | Java | [] | null | [] | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | 48,439 | 0.68288 | 0.680732 | 1,348 | 34.933975 | 26.494598 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.54451 | false | false | 0 |
f5f8f05f050b21b95648500adafec3988f6ae03d | 4,337,916,996,974 | aaf176be0e888f8e3749d512cacfc036706d5cbe | /src/main/java/controller/Start.java | 537178f1652f4efdede16e471d28fbc13890743a | [] | no_license | arcohen/swingy | https://github.com/arcohen/swingy | f592d987abe20b155744beeee55ca766c67b312f | 345766c64b3b31731446abc9daee078a180a47f1 | refs/heads/master | 2020-07-04T06:00:25.785000 | 2019-11-08T22:19:36 | 2019-11-08T22:19:36 | 198,815,119 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import model.Hero;
import model.SavedHeroes;
import utilities.ParseInput;
import view.*;
public class Start {
... | UTF-8 | Java | 2,720 | java | Start.java | Java | [] | null | [] | package controller;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import model.Hero;
import model.SavedHeroes;
import utilities.ParseInput;
import view.*;
public class Start {
... | 2,720 | 0.580882 | 0.577206 | 87 | 30.275862 | 25.887774 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.517241 | false | false | 0 |
0e066d520849444873be73d6e27f79ff47e602b2 | 15,616,501,157,313 | c6e023bcc1115b0aa92c5a2b658e97d9cdf29789 | /src/uk/co/adilparvez/markovchainsimulator/InvalidTransitionsException.java | cec32e301419f903fca87f4328a6b4d3fbb5d0aa | [] | no_license | AdilParvez/Markov-Chain-Simulator | https://github.com/AdilParvez/Markov-Chain-Simulator | bca57a171ce3537caa5900f82afdad67c084b2df | 455055982ab6100dd25480e1479af007474268fb | refs/heads/master | 2016-09-07T02:59:54.617000 | 2014-07-04T15:02:37 | 2014-07-04T15:02:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.co.adilparvez.markovchainsimulator;
@SuppressWarnings("serial")
public class InvalidTransitionsException extends Exception {
public InvalidTransitionsException(String msg) {
super(msg);
}
}
| UTF-8 | Java | 209 | java | InvalidTransitionsException.java | Java | [
{
"context": "package uk.co.adilparvez.markovchainsimulator;\n\n@SuppressWarnings(\"serial\"",
"end": 24,
"score": 0.8884304761886597,
"start": 14,
"tag": "USERNAME",
"value": "adilparvez"
}
] | null | [] | package uk.co.adilparvez.markovchainsimulator;
@SuppressWarnings("serial")
public class InvalidTransitionsException extends Exception {
public InvalidTransitionsException(String msg) {
super(msg);
}
}
| 209 | 0.799043 | 0.799043 | 10 | 19.9 | 22.496445 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 0 |
d070c93bea17f87f26660594bdd27ecbf7ee8ced | 8,753,143,366,930 | 2d124631d525cff9a5b1eb889654eac07c27d136 | /app/src/main/java/com/example/hemantj/tictacgame/SelectionActivity.java | 9d095b659b657ee59a852371a5852c752927b58f | [] | no_license | hjoshi123/TicTacFirebase | https://github.com/hjoshi123/TicTacFirebase | 65e8fc7e5ab59d09902b829c4e7c300670ee0065 | 06130ca48dd6b5b157286bbecee95028d2425a9e | refs/heads/master | 2019-04-28T10:53:50.211000 | 2017-06-27T15:20:30 | 2017-06-27T15:20:30 | 94,019,309 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hemantj.tictacgame;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.FirebaseDatabase;
public... | UTF-8 | Java | 1,442 | java | SelectionActivity.java | Java | [
{
"context": "package com.example.hemantj.tictacgame;\n\nimport android.content.Intent;\nimpor",
"end": 27,
"score": 0.997310221195221,
"start": 20,
"tag": "USERNAME",
"value": "hemantj"
}
] | null | [] | package com.example.hemantj.tictacgame;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.FirebaseDatabase;
public... | 1,442 | 0.670596 | 0.665049 | 43 | 32.534885 | 24.18182 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604651 | false | false | 0 |
2d7588d5f1b9940d0886d6f05acadf0e7d659d41 | 16,106,127,389,851 | 7cb2e66960ee7fc2cf9d4e636b202cc899a02146 | /src/cn/itcast/scm/action/GoodsAction.java | 40922a988185bd260962f5248bca1eb0851bec72 | [] | no_license | lyc88/ssm | https://github.com/lyc88/ssm | 9efa33d0d4887ada1fee7d8a19456da3667bdb02 | de0997920f0557318bb93c1f6939895d0f6db318 | refs/heads/master | 2021-01-20T20:28:16.893000 | 2016-07-11T15:42:29 | 2016-07-11T15:42:29 | 63,080,770 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.itcast.scm.action;
import java.util.HashMap;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.... | UTF-8 | Java | 1,254 | java | GoodsAction.java | Java | [] | null | [] | package cn.itcast.scm.action;
import java.util.HashMap;
import java.util.Map;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.... | 1,254 | 0.744966 | 0.744128 | 42 | 26.380953 | 20.009464 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 0 |
b998bd4b15ae9a190fe773b31f2875cd670382ed | 3,367,254,396,369 | 3b059d8a20a64bf1f17b76f67a0b21fc48ebb146 | /app/src/main/java/com/conta/saci/conta/ws/DirectPurchaseService.java | cb74cf236e2f73846de85f976a04bd968716f7f7 | [] | no_license | joaolbl/Conta | https://github.com/joaolbl/Conta | cb349b77458e202473e2df028f2fc1ec4722d149 | c24ebabbb2e5d1196c1516582fa1b8530e14e0e5 | refs/heads/master | 2021-01-23T05:56:30.226000 | 2017-06-06T19:37:46 | 2017-06-06T19:37:46 | 93,002,669 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.conta.saci.conta.ws;
import android.content.Context;
import android.os.AsyncTask;
import com.conta.saci.conta.R;
import com.conta.saci.conta.entity.Person;
import java.io.DataOutputStream;
import java.math.BigDecimal;
import java.net.URL;
import java.text.SimpleDateFormat;
import java.util.Da... | UTF-8 | Java | 3,245 | java | DirectPurchaseService.java | Java | [
{
"context": ".net.ssl.HttpsURLConnection;\r\n\r\n/**\r\n * Created by JZLA on 06/06/2017.\r\n */\r\n\r\npublic class DirectPurchas",
"end": 394,
"score": 0.9997286796569824,
"start": 390,
"tag": "USERNAME",
"value": "JZLA"
}
] | null | [] | package com.conta.saci.conta.ws;
import android.content.Context;
import android.os.AsyncTask;
import com.conta.saci.conta.R;
import com.conta.saci.conta.entity.Person;
import java.io.DataOutputStream;
import java.math.BigDecimal;
import java.net.URL;
import java.text.SimpleDateFormat;
import java.util.Da... | 3,245 | 0.577812 | 0.572573 | 96 | 31.802084 | 31.867439 | 168 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 0 |
dc2e370381525f1251a2c34ada58d3544da5d492 | 16,801,912,080,392 | 1e50ce4cf47bdd96e0a62264e22d7e78807dbb7e | /skylib-java/lib-gui-java8/src/main/java/ch/scaille/gui/swing/AbstractJTablePopup.java | 6ed05451a29717ef048aa1d3c3cb7c3f8ddf49a4 | [
"BSD-4.3TAHOE",
"BSD-3-Clause"
] | permissive | sebastiencaille/sky-lib | https://github.com/sebastiencaille/sky-lib | a56b11908c8b1aca2d6eaff2d41de7abea083538 | b72501f8884b06d18a3002402a125bd566772a51 | refs/heads/master | 2023-08-17T01:14:57.750000 | 2023-08-05T19:20:46 | 2023-08-05T19:20:46 | 15,059,127 | 0 | 0 | BSD-3-Clause | false | 2023-04-04T19:22:53 | 2013-12-09T21:09:58 | 2022-01-09T13:30:45 | 2023-04-04T19:22:52 | 8,598 | 0 | 0 | 0 | Java | false | false | /*******************************************************************************
* Copyright (c) 2017 Sebastien Caille.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above Copyrightnotice and this paragraph are
* duplicated in all such forms an... | UTF-8 | Java | 2,391 | java | AbstractJTablePopup.java | Java | [
{
"context": "****************************\n * Copyright (c) 2017 Sebastien Caille.\n * All rights reserved.\n * \n * Redistribution ",
"end": 119,
"score": 0.9998962879180908,
"start": 103,
"tag": "NAME",
"value": "Sebastien Caille"
},
{
"context": "acknowledge that the software w... | null | [] | /*******************************************************************************
* Copyright (c) 2017 <NAME>.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above Copyrightnotice and this paragraph are
* duplicated in all such forms and that any... | 2,361 | 0.70138 | 0.699707 | 65 | 35.784615 | 30.393063 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.276923 | false | false | 0 |
ae4aaa5214efcba95a6e35684cf99e9629bb8f41 | 14,181,982,047,438 | 6a9dc4554a945d1fc9304693d2ea14c41ace8833 | /src/org/cris/clip/dto/WageReportDTO.java | d4a676bafc3b421b93fd155b2c69697cf45b5cf8 | [
"MIT"
] | permissive | deepbanerji/Shramik_Kalyan_Portal | https://github.com/deepbanerji/Shramik_Kalyan_Portal | 0358fee55dec45b9eed358fe2ee11a9bc338cd2c | 80d4d36469b1b1b836316e18be874f8eca20f2da | refs/heads/master | 2020-04-07T08:10:45.731000 | 2018-11-19T10:40:16 | 2018-11-19T10:40:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cris.clip.dto;
public class WageReportDTO
{
String name;
String desg;
String employType;
String skillType;
String adharNo;
String panNO;
String id;
String woid;
String contId;
String workmanId;
String month;
String year;
int attendance;
int wageRate;
int others;
int dedu... | UTF-8 | Java | 4,079 | java | WageReportDTO.java | Java | [] | null | [] | package org.cris.clip.dto;
public class WageReportDTO
{
String name;
String desg;
String employType;
String skillType;
String adharNo;
String panNO;
String id;
String woid;
String contId;
String workmanId;
String month;
String year;
int attendance;
int wageRate;
int others;
int dedu... | 4,079 | 0.668546 | 0.668546 | 205 | 17.89756 | 13.411835 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.663415 | false | false | 0 |
f1b01c239e9b0cd045e639aae7cb186ba20aa24e | 37,314,675,893,633 | ef7523c4092f5b2ccacef3cc244d1e2665acbdf5 | /application-framework/spring-boot/src/main/java/org/mac/explorations/framework/springboot/autoconfigure/service/SimpleEchoService.java | b03f0e0bee1429c5762457917b2521d3c24972a1 | [] | no_license | stinymac/explorations | https://github.com/stinymac/explorations | 90acdde5a6796a14a9abee649bf2d1b5b2b56169 | 959579603de26c8315813f799c7fda8a0d4b770f | refs/heads/master | 2020-07-22T03:26:40.844000 | 2020-06-13T07:39:08 | 2020-06-13T07:39:08 | 207,059,540 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* ( (
* )\ ) ( )\ ) ) (
* ( ( (()/( ))\( ((_| /( /(( ))\
* )\ )\ ((_))((_)\ _ )(_)|_))\ /((_)
* ((_|(_) _| (_))((_) ((_)__)((_|_))
* / _/ _ \/ _` / -_|_-< / _` \ V // -_)
* \__\___/\__,_\___/__/_\__,_|\_/ \___|
*
* 东隅已逝,桑榆非晚。(The time has passed,it is not too ... | UTF-8 | Java | 675 | java | SimpleEchoService.java | Java | [
{
"context": ".springboot.autoconfigure.service;\n\n/**\n * @auther mac\n * @date 2020-01-31 18:48\n */\npublic class Simple",
"end": 488,
"score": 0.9884246587753296,
"start": 485,
"tag": "USERNAME",
"value": "mac"
}
] | null | [] | /*
* ( (
* )\ ) ( )\ ) ) (
* ( ( (()/( ))\( ((_| /( /(( ))\
* )\ )\ ((_))((_)\ _ )(_)|_))\ /((_)
* ((_|(_) _| (_))((_) ((_)__)((_|_))
* / _/ _ \/ _` / -_|_-< / _` \ V // -_)
* \__\___/\__,_\___/__/_\__,_|\_/ \___|
*
* 东隅已逝,桑榆非晚。(The time has passed,it is not too ... | 675 | 0.377953 | 0.359055 | 26 | 23.423077 | 21.262413 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 0 |
0094b644249361110e16f288e9f1b472df5530d0 | 34,291,018,935,908 | e31e6de6ec1587d4e94d0ef3a17e3ac4d0df3ff9 | /src/plugins/SGPlugin/analyzer/statTable/StatTable.java | 0d3040ad05a708c6f3049d1e536d1e740c1ac7b6 | [] | no_license | drilett/SunFish | https://github.com/drilett/SunFish | a588d238c0f21dbf241e95897d86180206b01c35 | ea895dc49568f0ee1fbb005b7d641258b41bb133 | refs/heads/master | 2021-01-22T08:32:35.817000 | 2011-10-25T13:55:49 | 2011-10-25T13:55:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package plugins.SGPlugin.analyzer.statTable;
import java.awt.BasicStroke;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Point;
import jav... | UTF-8 | Java | 15,319 | java | StatTable.java | Java | [
{
"context": "iated with one or more sequence groups.\n * @author brendan\n *\n */\npublic class StatTable extends JPane",
"end": 1424,
"score": 0.7756306529045105,
"start": 1423,
"tag": "USERNAME",
"value": "b"
},
{
"context": "ted with one or more sequence groups.\n * @author brend... | null | [] | package plugins.SGPlugin.analyzer.statTable;
import java.awt.BasicStroke;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.FontMetrics;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Point;
import jav... | 15,319 | 0.692082 | 0.684248 | 521 | 28.40307 | 28.961798 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.485605 | false | false | 0 |
190666d1230ea825a903c0f5652b73da649470d1 | 35,330,401,022,255 | 89ac798d2b856214c60d87ba7eae869d0e898868 | /src/main/java/io/cimi/compactjson/Encoder.java | 548fd6c927c178dd27574dbcd797d88df69e0aba | [] | no_license | cimi/compact-json-eval | https://github.com/cimi/compact-json-eval | 384c17998233ff3b8325df5e810f2f78acc00653 | 48f4e8a882a2360db437fb388b09076f729c927f | refs/heads/master | 2021-01-10T13:43:19.280000 | 2018-10-19T10:36:06 | 2018-10-19T10:36:06 | 48,495,583 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.cimi.compactjson;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.base.Throwables;
import java.io.File;
import java.io.IOException;
import java.util.Map;
public abstract class Encoder extends AbstractProcessor {
protected Encoder(String extension) {
super(extensio... | UTF-8 | Java | 849 | java | Encoder.java | Java | [] | null | [] | package io.cimi.compactjson;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.base.Throwables;
import java.io.File;
import java.io.IOException;
import java.util.Map;
public abstract class Encoder extends AbstractProcessor {
protected Encoder(String extension) {
super(extensio... | 849 | 0.683157 | 0.683157 | 30 | 27.299999 | 23.696905 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 0 |
508a3de80ac1c9531459358a59d8ad0d08e42f43 | 34,273,839,077,001 | 03ec794ad2b54cfe40ea603cb1455d83dcf9cadc | /ebankCenter/src/test/java/com/amway/ebank/test/controller/base/BaseControllerTest.java | ed71b60735a1a8cb16552aae9126327f8431be19 | [] | no_license | moutainhigh/paymentCenter | https://github.com/moutainhigh/paymentCenter | 32d1676d740e11b951a5790ac5d03c5920e2782c | 661387a96dc78b7a7bb549ccd32dd7617059dc8a | refs/heads/master | 2020-09-04T06:34:30.586000 | 2019-11-04T10:36:05 | 2019-11-04T10:36:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.amway.ebank.test.controller.base;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests;
import org.springframework.test.context.junit4.SpringJUnit4Cl... | UTF-8 | Java | 648 | java | BaseControllerTest.java | Java | [] | null | [] | package com.amway.ebank.test.controller.base;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests;
import org.springframework.test.context.junit4.SpringJUnit4Cl... | 648 | 0.837963 | 0.828704 | 16 | 39.5 | 34.31472 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8125 | false | false | 0 |
6876940dcd7ff9e1365308f6465472d704bc31cb | 33,801,392,677,132 | 3a59c08c56fdf84260c22aecee982c4e5bd326c1 | /src/main/java/ru/kilg/wb/domain/project/Note.java | 09e620cc432b3bfc7fe64d6c6bf4d0c94e3e4cc8 | [] | no_license | kilg-kory/WB001 | https://github.com/kilg-kory/WB001 | df7ec40af1520e4bd630adb8c6ea8bbe34ebc571 | 4ca12dc5892ca7358c6b5355ce1306f971f4d69b | refs/heads/master | 2020-04-24T06:16:22.808000 | 2019-03-07T17:32:31 | 2019-03-07T17:32:31 | 171,759,097 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.kilg.wb.domain.project;
import lombok.Data;
import javax.persistence.*;
import java.util.Date;
/**
* WB001
* Note - [Description]
*
* @author KIlG
* @version 0.1
* Create 05.03.19
*/
@Entity
@Data
@Inheritance(strategy = InheritanceType.JOINED)
public class Note {
@Id
@GeneratedValue(strate... | UTF-8 | Java | 426 | java | Note.java | Java | [
{
"context": "/**\n * WB001\n * Note - [Description]\n *\n * @author KIlG\n * @version 0.1\n * Create 05.03.19\n */\n@Entity\n@D",
"end": 164,
"score": 0.9721871018409729,
"start": 160,
"tag": "USERNAME",
"value": "KIlG"
}
] | null | [] | package ru.kilg.wb.domain.project;
import lombok.Data;
import javax.persistence.*;
import java.util.Date;
/**
* WB001
* Note - [Description]
*
* @author KIlG
* @version 0.1
* Create 05.03.19
*/
@Entity
@Data
@Inheritance(strategy = InheritanceType.JOINED)
public class Note {
@Id
@GeneratedValue(strate... | 426 | 0.687793 | 0.661972 | 28 | 14.214286 | 14.036577 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 0 |
bef0f54c132f475a7279e84d81af6881dec1fcee | 36,541,581,800,120 | 4057115643c9bfd8ed6ca7148a6404de4c050e0a | /src/main/java/com/inspirenetz/api/core/dictionary/PaymentStatusStatus.java | 2edeec083ef68779596c51aa69d1dd4f5ac616b1 | [] | no_license | systemsarchitecture/java-spring | https://github.com/systemsarchitecture/java-spring | 38032a8d941f70ca588fce842fb056cef3537065 | 8462e54291e8a45b3b4a97f303490e2510d62a8e | refs/heads/master | 2022-05-20T12:18:08.190000 | 2017-01-05T10:54:31 | 2017-01-05T10:54:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.inspirenetz.api.core.dictionary;
/**
* Created by sandheepgr on 16/8/14.
*/
public class PaymentStatusStatus {
public static final int APPROVED =1 ;
public static final int FAILED = 2;
public static final int UNKNOWN = 3;
public static final int CANCELLED = 4;
public static final int... | UTF-8 | Java | 423 | java | PaymentStatusStatus.java | Java | [
{
"context": "nspirenetz.api.core.dictionary;\n\n/**\n * Created by sandheepgr on 16/8/14.\n */\npublic class PaymentStatusStatus ",
"end": 74,
"score": 0.9996712803840637,
"start": 64,
"tag": "USERNAME",
"value": "sandheepgr"
}
] | null | [] | package com.inspirenetz.api.core.dictionary;
/**
* Created by sandheepgr on 16/8/14.
*/
public class PaymentStatusStatus {
public static final int APPROVED =1 ;
public static final int FAILED = 2;
public static final int UNKNOWN = 3;
public static final int CANCELLED = 4;
public static final int... | 423 | 0.699764 | 0.671395 | 16 | 25.4375 | 18.950491 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
9c76f426cd2b114fc23a728592865b8b261711b5 | 18,013,092,905,342 | 59408d7a4c005d19e25c8b05d6b9c9a23ab17ea2 | /JavaFundamental/Lab196.java | f11f28449c5265275dc90980ec70873276650707 | [] | no_license | saketkumar123/Java_Fundamental | https://github.com/saketkumar123/Java_Fundamental | 85ebb4b6507b69f31562428f2da90ecfc326b849 | 8f8082e2de500847509bd16facca572c44e5e7c5 | refs/heads/master | 2021-01-13T02:50:33.193000 | 2016-12-22T13:00:45 | 2016-12-22T13:00:45 | 77,144,616 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Lab196
{
public static void main(String[] args)
{
String arr[] = new String[3];
for(int i=0;i<arr.length;i++)
System.out.println(arr[i]);
System.out.println("********");
arr[0] = "Java";
arr[1] = "Learning";
arr[2] = "Center";
for(int i=0;i<arr.length;i++)
System.out.println(arr[i]);
}
}
/... | UTF-8 | Java | 461 | java | Lab196.java | Java | [] | null | [] | class Lab196
{
public static void main(String[] args)
{
String arr[] = new String[3];
for(int i=0;i<arr.length;i++)
System.out.println(arr[i]);
System.out.println("********");
arr[0] = "Java";
arr[1] = "Learning";
arr[2] = "Center";
for(int i=0;i<arr.length;i++)
System.out.println(arr[i]);
}
}
/... | 461 | 0.609544 | 0.577007 | 31 | 13.903226 | 13.591636 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.096774 | false | false | 0 |
4d93ade210ced0ba5b111130a633944fa7a7d3ce | 34,668,976,071,647 | d50ec43131be668368200315d1d9d307071d5385 | /keanu-project/src/test/java/io/improbable/keanu/algorithms/variational/optimizer/gradient/testcase/SumGaussianTestCase.java | 43b5f9958f5aa728ccf4eb96c9e882453baaa7a2 | [
"MIT"
] | permissive | improbable-research/keanu | https://github.com/improbable-research/keanu | 605e4dc6a2f90f095c2c1ec91fa1222ae8d04530 | 99de10a15e0d4b33d323093a5cc2dd10b31c9954 | refs/heads/develop | 2023-04-14T01:17:29.130000 | 2021-09-21T10:24:48 | 2021-09-21T10:24:48 | 128,393,918 | 155 | 47 | MIT | false | 2023-04-12T00:18:07 | 2018-04-06T12:48:36 | 2023-04-05T06:31:03 | 2023-04-12T00:18:07 | 15,477 | 149 | 35 | 11 | Java | false | false | package io.improbable.keanu.algorithms.variational.optimizer.gradient.testcase;
import io.improbable.keanu.algorithms.Variable;
import io.improbable.keanu.algorithms.variational.optimizer.FitnessFunction;
import io.improbable.keanu.algorithms.variational.optimizer.FitnessFunctionGradient;
import io.improbable.keanu.al... | UTF-8 | Java | 2,982 | java | SumGaussianTestCase.java | Java | [] | null | [] | package io.improbable.keanu.algorithms.variational.optimizer.gradient.testcase;
import io.improbable.keanu.algorithms.Variable;
import io.improbable.keanu.algorithms.variational.optimizer.FitnessFunction;
import io.improbable.keanu.algorithms.variational.optimizer.FitnessFunctionGradient;
import io.improbable.keanu.al... | 2,982 | 0.745808 | 0.734742 | 84 | 34.5 | 32.36676 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.607143 | false | false | 0 |
228f1de5f82ddc0032a04d050a20485b8c065008 | 38,122,129,747,991 | c6f63cf4524567f12d4226b9cdcbfee9c5c3d95c | /gen/main/java/org/hl7/fhir/impl/RiskAssessmentImpl.java | 7775f84a8a2d08637299ec9b6a7a4655398a74a0 | [] | no_license | usnistgov/fhir.emf | https://github.com/usnistgov/fhir.emf | 83852f9388619fa7b76c05dd725c311c96e733e6 | affea7e1fc2b53cb67e706f47264b408909b2253 | refs/heads/master | 2021-01-11T02:40:21.282000 | 2016-10-21T18:51:25 | 2016-10-21T18:51:25 | 70,912,620 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package org.hl7.fhir.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.... | UTF-8 | Java | 22,428 | java | RiskAssessmentImpl.java | Java | [] | null | [] | /**
*/
package org.hl7.fhir.impl;
import java.util.Collection;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.common.notify.NotificationChain;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.... | 22,428 | 0.686107 | 0.684992 | 721 | 30.106796 | 31.925858 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.196949 | false | false | 0 |
23d7079591c8af89ce6c2e783ff775901b46495a | 33,784,212,812,143 | 6c69998676e9df8be55e28f6d63942b9f7cef913 | /src/com/insigma/siis/local/business/comm/BusiAction.java | 3fca3fb28344d7c01f2fb7584232c2188aad9bcc | [] | no_license | HuangHL92/ZHGBSYS | https://github.com/HuangHL92/ZHGBSYS | 9dea4de5931edf5c93a6fbcf6a4655c020395554 | f2ff875eddd569dca52930d09ebc22c4dcb47baf | refs/heads/master | 2023-08-04T04:37:08.995000 | 2021-09-15T07:35:53 | 2021-09-15T07:35:53 | 406,219,162 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.insigma.siis.local.business.comm;
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 com.insigma.odin.framework.Action... | UTF-8 | Java | 703 | java | BusiAction.java | Java | [] | null | [] | package com.insigma.siis.local.business.comm;
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 com.insigma.odin.framework.Action... | 703 | 0.817923 | 0.793741 | 21 | 32.476189 | 30.742586 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.190476 | false | false | 0 |
02017807fa90a33185d792f3c9caa192aeaf79f8 | 35,012,573,449,393 | 762a343a14853261187a0aec4c17f4cc830121b8 | /Lab07/src/edu/westga/cs6312/scores/testing/scoremanager/TestAddScore.java | f1986cf7f83c62de11cc5205eb33efc767b82dd1 | [] | no_license | kjkraus/CS6312-Program-Construction-IIb | https://github.com/kjkraus/CS6312-Program-Construction-IIb | 45605ed3cdf242ab0e0b0473732f5c32abe755a1 | 7612bbfec6fe3dc52b2396c3bc004ec89bd7a45e | refs/heads/master | 2021-03-22T05:04:17.409000 | 2018-04-29T23:19:57 | 2018-04-29T23:19:57 | 121,189,684 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.westga.cs6312.scores.testing.scoremanager;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import edu.westga.cs6312.scores.model.ScoreManager;
class TestAddScore {
/**
* Test to see if addScore returns a value of 0
*/
@Test
... | UTF-8 | Java | 1,801 | java | TestAddScore.java | Java | [] | null | [] | package edu.westga.cs6312.scores.testing.scoremanager;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import edu.westga.cs6312.scores.model.ScoreManager;
class TestAddScore {
/**
* Test to see if addScore returns a value of 0
*/
@Test
... | 1,801 | 0.631316 | 0.604664 | 61 | 27.52459 | 24.690615 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393443 | false | false | 0 |
01f80dc9c4597473012a40b28638af71e53eacd9 | 37,486,474,590,513 | b262b1e3487806cd6494fd4ac0220d932aa8b88f | /sample-mail/src/main/java/com/hannesdorfmann/mosby3/sample/mail/mails/MailsComponent.java | db2c7cd986c0e9bd796c126b38cba7556c600501 | [
"Apache-2.0"
] | permissive | SETANDGET/mosby | https://github.com/SETANDGET/mosby | 3dd5b3fcedddb4e045496a5aa5fee83ff71a5406 | 513d1e96da1e328634f533483c5e1af5013f7a0d | refs/heads/master | 2020-03-09T08:41:33.779000 | 2018-04-08T20:53:52 | 2018-04-08T20:53:52 | 128,695,145 | 4 | 1 | Apache-2.0 | true | 2018-04-09T00:53:56 | 2018-04-09T00:53:56 | 2018-04-08T20:54:01 | 2018-04-08T20:53:57 | 26,436 | 0 | 0 | 0 | null | false | null | package com.hannesdorfmann.mosby3.sample.mail.mails;
import com.hannesdorfmann.mosby3.sample.mail.dagger.MailAppComponent;
import com.hannesdorfmann.mosby3.sample.mail.dagger.MailModule;
import com.hannesdorfmann.mosby3.sample.mail.dagger.NavigationModule;
import dagger.Component;
import javax.inject.Singleton;
/**
... | UTF-8 | Java | 581 | java | MailsComponent.java | Java | [
{
"context": "nt;\nimport javax.inject.Singleton;\n\n/**\n * @author Hannes Dorfmann\n */\n@Singleton @Component(\n modules = {MailMod",
"end": 345,
"score": 0.999876856803894,
"start": 330,
"tag": "NAME",
"value": "Hannes Dorfmann"
}
] | null | [] | package com.hannesdorfmann.mosby3.sample.mail.mails;
import com.hannesdorfmann.mosby3.sample.mail.dagger.MailAppComponent;
import com.hannesdorfmann.mosby3.sample.mail.dagger.MailModule;
import com.hannesdorfmann.mosby3.sample.mail.dagger.NavigationModule;
import dagger.Component;
import javax.inject.Singleton;
/**
... | 572 | 0.802065 | 0.795181 | 20 | 28.049999 | 23.980148 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 0 |
88514a3d0950da83c48c0e2370aa460e64d60ba0 | 2,413,771,623,908 | 81b3984cce8eab7e04a5b0b6bcef593bc0181e5a | /android/CarLife/app/src/main/java/com/baidu/location/p191d/C3314j.java | 1d4933c725fa265eeb02cc779ab5e6b34b1aa14c | [] | no_license | ausdruck/Demo | https://github.com/ausdruck/Demo | 20ee124734d3a56b99b8a8e38466f2adc28024d6 | e11f8844f4852cec901ba784ce93fcbb4200edc6 | refs/heads/master | 2020-04-10T03:49:24.198000 | 2018-07-27T10:14:56 | 2018-07-27T10:14:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baidu.location.p191d;
import android.content.SharedPreferences.Editor;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.net.wifi.ScanResult;
import android.os.Build;
import android.os.Build.VERSION;
import android.os.Bundle;
import android.os.Message;
import and... | UTF-8 | Java | 27,187 | java | C3314j.java | Java | [] | null | [] | package com.baidu.location.p191d;
import android.content.SharedPreferences.Editor;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.net.wifi.ScanResult;
import android.os.Build;
import android.os.Build.VERSION;
import android.os.Bundle;
import android.os.Message;
import and... | 27,187 | 0.504248 | 0.385883 | 866 | 30.393764 | 21.973654 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.655889 | false | false | 0 |
1fbeed72cd48cda32a060e0ce41353f04a1f49cb | 15,685,220,571,297 | aed9b9acac54c3b965654d77d1dc9ad510f65bae | /src/com/java/my/设计模式/代理模式/Run_.java | 02b2a5e5724fed65ae433de5626ab1450e1ce662 | [] | no_license | summerVibe/test | https://github.com/summerVibe/test | 207612cf0e345a6550fe46b7e35ba592a7d182ad | 191b193fc3a92125804d582e0894f120921cb379 | refs/heads/master | 2023-02-06T01:38:46.142000 | 2020-12-30T08:11:21 | 2020-12-30T08:11:21 | 213,938,208 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.设计模式.代理模式;
/**
* @author : J
* @version : Jul 5, 2017 2:26:11 PM
* explain :
*/
public class Run_ {
public static void main(String[] args) {
People p1 = new People();
p1.setCash(60000);
p1.setUserName("張三");
People p2 =new People();
p2.setCash(40000);
p2.setUserName("李四");
... | UTF-8 | Java | 688 | java | Run_.java | Java | [
{
"context": "package my.设计模式.代理模式;\n/**\n * @author : J\n * @version : Jul 5, 2017 2:26:11 PM\n * explain ",
"end": 41,
"score": 0.9056863784790039,
"start": 40,
"tag": "NAME",
"value": "J"
},
{
"context": " People();\n\t\tp1.setCash(60000);\n\t\tp1.setUserName(\"張三\");\n\t\t\n\t\... | null | [] | package my.设计模式.代理模式;
/**
* @author : J
* @version : Jul 5, 2017 2:26:11 PM
* explain :
*/
public class Run_ {
public static void main(String[] args) {
People p1 = new People();
p1.setCash(60000);
p1.setUserName("張三");
People p2 =new People();
p2.setCash(40000);
p2.setUserName("李四");
... | 688 | 0.572727 | 0.521212 | 34 | 18.411764 | 12.090632 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.794118 | false | false | 0 |
fe3b005b557df83af15ac54125658321c439e9f5 | 32,366,873,546,977 | c9829492c2a522ad7032504fee5081148e21dae2 | /src/com/bhtec/service/impl/platform/primarykey/PrimaryKeySeqServiceImpl.java | 89f765960bda9cc8e0b567854f032c0452966aca | [] | no_license | kevinkerry/bhtsys | https://github.com/kevinkerry/bhtsys | e8cef9105d3bd3b3e0ade514110ae3069f8f5cad | 833171c995852a69201fbb207b9077a1cf26ea9f | refs/heads/master | 2021-01-18T02:58:23.960000 | 2011-12-01T12:56:37 | 2011-12-01T12:56:37 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bhtec.service.impl.platform.primarykey;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.bhtec.common.constant.PojoVariable;
import com.bhtec.dao.iface.platform.primarykey.PrimaryKeySeqDao;
import com.bhtec.domain.pojo.platform.SysplPrimarykeySeq;
import com.bhtec... | UTF-8 | Java | 1,674 | java | PrimaryKeySeqServiceImpl.java | Java | [
{
"context": ":\r\n *@since Mar 14, 2010 11:57:44 AM\r\n *@author jacobliang\r\n *@version 1.0\r\n */\r\npublic class PrimaryKeySeqS",
"end": 500,
"score": 0.9964745044708252,
"start": 490,
"tag": "USERNAME",
"value": "jacobliang"
}
] | null | [] | package com.bhtec.service.impl.platform.primarykey;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.bhtec.common.constant.PojoVariable;
import com.bhtec.dao.iface.platform.primarykey.PrimaryKeySeqDao;
import com.bhtec.domain.pojo.platform.SysplPrimarykeySeq;
import com.bhtec... | 1,674 | 0.742188 | 0.733173 | 59 | 26.20339 | 25.575928 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.440678 | false | false | 0 |
6f106d6ff622c69af31711ed200e806ab6809f7a | 14,731,737,837,482 | 16ed4d34e8995292434190b0371273ab5dfbdbc9 | /src/main/java/com/petsuite/Services/dto/WalkInvoice_Dto.java | 753bfaeb09176b27c48a3789dc9b8095aacac822 | [] | no_license | esgonzalezca/PetSuiteBack | https://github.com/esgonzalezca/PetSuiteBack | 900a45e0103cbd1d6650f4d344df01441305163d | 439a630d969f4bb8af3f720644e4a8702207ca29 | refs/heads/master | 2023-06-19T12:21:37.903000 | 2021-07-06T02:33:37 | 2021-07-06T02:33:37 | 246,206,329 | 0 | 2 | null | false | 2021-07-06T01:09:57 | 2020-03-10T04:14:55 | 2021-07-05T22:45:37 | 2021-07-06T01:09:56 | 565 | 0 | 0 | 0 | Java | false | false | package com.petsuite.Services.dto;
import java.time.LocalDateTime;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class WalkInvoice_Dto {
private Integer walk_invoice_id;
private float walk_invoice_price;
private ... | UTF-8 | Java | 761 | java | WalkInvoice_Dto.java | Java | [] | null | [] | package com.petsuite.Services.dto;
import java.time.LocalDateTime;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class WalkInvoice_Dto {
private Integer walk_invoice_id;
private float walk_invoice_price;
private ... | 761 | 0.755585 | 0.755585 | 29 | 25.206896 | 13.744916 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.689655 | false | false | 0 |
1dfafa87c21d4cdf2c503f3b3a8037ec8c3f9cf9 | 7,404,523,623,028 | 17e37ca416a82f4081f01df86941ca6e5ae4c914 | /core-projects/nhm-language-definition/src/main/java/uk/org/cse/nhm/language/definition/two/dates/XSingleDate.java | f27b3b121532d2fcbbd4d788c8ca04e1c2e67982 | [] | no_license | decc/national-household-model-core-components | https://github.com/decc/national-household-model-core-components | d0c8e08c9d23da4c6812df9e07b69eadf7fa16a4 | 31b72cdb3ddaf834a3ba57954d42f531004786b9 | refs/heads/master | 2020-05-26T00:33:53.193000 | 2017-08-29T14:23:05 | 2017-08-29T14:23:05 | 57,210,476 | 0 | 1 | null | false | 2017-04-04T13:45:41 | 2016-04-27T12:08:08 | 2016-05-20T11:26:41 | 2017-04-04T13:45:41 | 41,739 | 0 | 0 | 3 | Java | null | null | package uk.org.cse.nhm.language.definition.two.dates;
import org.joda.time.DateTime;
import uk.org.cse.nhm.language.definition.Doc;
import uk.org.cse.nhm.language.two.build.IBuilder;
import com.larkery.jasb.bind.Bind;
import com.larkery.jasb.bind.BindPositionalArgument;
@Doc({
"Contains a single date; these can al... | UTF-8 | Java | 660 | java | XSingleDate.java | Java | [] | null | [] | package uk.org.cse.nhm.language.definition.two.dates;
import org.joda.time.DateTime;
import uk.org.cse.nhm.language.definition.Doc;
import uk.org.cse.nhm.language.two.build.IBuilder;
import com.larkery.jasb.bind.Bind;
import com.larkery.jasb.bind.BindPositionalArgument;
@Doc({
"Contains a single date; these can al... | 660 | 0.74697 | 0.745455 | 32 | 19.625 | 20.668137 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.90625 | false | false | 0 |
0de00949246da451154ad21c428eb4ee04212f84 | 7,404,523,622,734 | 3eed31d4c45f7628a7fe8f088d19ea2357125e78 | /wam/adminm/src/main/java/com/ingenico/ams/wam/adminm/service/report/engine/AbstractReportPrinter.java | 636a97badd5adeea5213ce352bd9ec02118dfa9c | [] | no_license | somaizouhaier/helpProject | https://github.com/somaizouhaier/helpProject | 38d82cd7945d7ae38883beaa8157a4fabda06146 | d90baff8e2c79b8fe7cdab988cf39eb317fe6f1d | refs/heads/master | 2017-04-23T00:32:57.991000 | 2016-08-31T21:12:05 | 2016-08-31T21:12:05 | 65,663,460 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.ingenico.ams.wam.adminm.service.report.engine;
import java.io.ByteArrayOutputStream;
import org.slf4j.Logger;
import net.sf.jasperreports.engine.JRException;
import net.sf.jasperreports.engine.JasperPrint;
/**
* @author czhu
*
*/
public abstract class AbstractReportPrinter implements Repo... | UTF-8 | Java | 790 | java | AbstractReportPrinter.java | Java | [
{
"context": ".jasperreports.engine.JasperPrint;\n\n/**\n * @author czhu\n *\n */\npublic abstract class AbstractReportPrinte",
"end": 253,
"score": 0.9995839595794678,
"start": 249,
"tag": "USERNAME",
"value": "czhu"
}
] | null | [] | /**
*
*/
package com.ingenico.ams.wam.adminm.service.report.engine;
import java.io.ByteArrayOutputStream;
import org.slf4j.Logger;
import net.sf.jasperreports.engine.JRException;
import net.sf.jasperreports.engine.JasperPrint;
/**
* @author czhu
*
*/
public abstract class AbstractReportPrinter implements Repo... | 790 | 0.786076 | 0.78481 | 30 | 25.333334 | 32.286564 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 0 |
a646ee2c48a48cc9bc4a962e5a9c01591cd10086 | 19,902,878,518,749 | 9b7b7c2862ee705c4efd5491cd389bb144b084b5 | /src/领扣算法/A简单题/字符串的最大公因子/Main.java | 85a4940e8cb7f3b24112c4bf5fc2d3d787f862f9 | [] | no_license | g1587613421/arithmetic | https://github.com/g1587613421/arithmetic | 5bf16083df2b9791d6ff09ea4463610184a250cb | 22f99afb5f785eadb8cff57ec09c635dead69d50 | refs/heads/master | 2021-07-10T03:19:08.413000 | 2021-04-02T00:58:25 | 2021-04-02T00:58:25 | 235,080,687 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2020.版权所有高金磊
*/
package 领扣算法.A简单题.字符串的最大公因子;
public class Main {
public String gcdOfStrings(String str1, String str2) {
int size=Math.min(str1.length(), str2.length())+1;
String ss;
for (int i = size; i>0 ; i--) {
ss=str1.substring(0,i);
if (st... | UTF-8 | Java | 509 | java | Main.java | Java | [
{
"context": "/*\n * Copyright (c) 2020.版权所有高金磊\n */\n\npackage 领扣算法.A简单题.字符串的最大公因子;\n\npublic class M",
"end": 32,
"score": 0.9994382858276367,
"start": 29,
"tag": "NAME",
"value": "高金磊"
}
] | null | [] | /*
* Copyright (c) 2020.版权所有高金磊
*/
package 领扣算法.A简单题.字符串的最大公因子;
public class Main {
public String gcdOfStrings(String str1, String str2) {
int size=Math.min(str1.length(), str2.length())+1;
String ss;
for (int i = size; i>0 ; i--) {
ss=str1.substring(0,i);
if (st... | 509 | 0.518359 | 0.483801 | 20 | 22.15 | 23.597193 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.