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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
502ea8dd0a5a9c865144d5558981df61bdc87370 | 16,123,307,240,131 | 875375d319c2e57e9ccff7cff40af9bdfdaff57a | /Blatt-11/Aufgabe-02/Constraint-Sudoku/test/isse/SudokuTest.java | faba422e06dbbde0f00e98ac886729e4b443b2c2 | [] | no_license | SOAS-Uni-Augsburg/ws16-17-group-17 | https://github.com/SOAS-Uni-Augsburg/ws16-17-group-17 | 21bd01cb193a55f7430b56abd2c930d13919b040 | 607a347492b028dbf941ba969b25536834ea403e | refs/heads/master | 2021-01-12T17:25:25.122000 | 2017-01-27T13:18:55 | 2017-01-27T13:18:55 | 71,567,199 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package isse;
import java.io.File;
import org.junit.Assert;
import org.junit.Before;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
/**
* This test case inspects sudoku implementations
* regarding correctness and other non-functional requirements
* such as efficien... | UTF-8 | Java | 2,928 | java | SudokuTest.java | Java | [
{
"context": "onal requirements\n * such as efficiency\n * @author alexander\n *\n */\n@FixMethodOrder(MethodSorters.NAME_ASCENDI",
"end": 343,
"score": 0.9988535046577454,
"start": 334,
"tag": "USERNAME",
"value": "alexander"
}
] | null | [] | package isse;
import java.io.File;
import org.junit.Assert;
import org.junit.Before;
import org.junit.FixMethodOrder;
import org.junit.Test;
import org.junit.runners.MethodSorters;
/**
* This test case inspects sudoku implementations
* regarding correctness and other non-functional requirements
* such as efficien... | 2,928 | 0.731557 | 0.728484 | 100 | 28.280001 | 22.72183 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.85 | false | false | 12 |
1de526685bf4a78d5706323765f667e8db687e34 | 163,208,762,463 | 6bcaeb4d0e7e48629404d57e1590c69dd4754498 | /MK-Library/src/main/java/by/training/nc/dev5/model/Reader.java | 6b0646e4619f69dd515c253e49fd23fc270c3de7 | [] | no_license | ATPod/nc-training | https://github.com/ATPod/nc-training | 56a03fa01f96ebaa075f93134485180a069b0407 | 75dffd524be61f2675c0bda2bfacfbbad66c993b | refs/heads/master | 2020-05-23T08:36:57.766000 | 2017-07-11T07:26:37 | 2017-07-11T07:26:37 | 84,756,625 | 1 | 6 | null | false | 2017-03-17T15:17:22 | 2017-03-12T20:52:38 | 2017-03-12T21:09:28 | 2017-03-17T15:17:22 | 33 | 0 | 0 | 0 | Java | null | null | package by.training.nc.dev5.model;
import java.io.Serializable;
public class Reader implements Serializable, Comparable<Reader> {
private int id;
private String name;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() ... | UTF-8 | Java | 803 | java | Reader.java | Java | [] | null | [] | package by.training.nc.dev5.model;
import java.io.Serializable;
public class Reader implements Serializable, Comparable<Reader> {
private int id;
private String name;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getName() ... | 803 | 0.552927 | 0.550436 | 52 | 14.442307 | 15.458895 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.307692 | false | false | 12 |
3bf27286dede3ee78750b2c4eeaee0214a82ccc9 | 5,231,270,172,332 | a6f866f8315bbb7ec9a07b7806635b0b3674f9f1 | /src/java/control/ShoppingControl.java | 96990b920e8d1e11c235e0f59da58b0262533b02 | [] | no_license | TechTrinkets/techtrinkets | https://github.com/TechTrinkets/techtrinkets | 3274b1f71195aa409ee8825813275396fa44f187 | 395a27227a8decac90d1a9a4afda4b1deea5c9b5 | refs/heads/master | 2021-01-02T09:02:21.208000 | 2013-12-07T02:27:45 | 2013-12-07T02:27:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package control;
import java.io.IOException;
import java.io.PrintWriter;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import... | UTF-8 | Java | 11,649 | java | ShoppingControl.java | Java | [
{
"context": "quest;\nimport model.UserUpdate;\n\n/**\n *\n * @author Student_User\n */\n@WebServlet(name = \"ShoppingControl\", urlPatt",
"end": 689,
"score": 0.9995004534721375,
"start": 677,
"tag": "USERNAME",
"value": "Student_User"
},
{
"context": " answerDB = ur.getSecAnswer(re... | null | [] | package control;
import java.io.IOException;
import java.io.PrintWriter;
import java.text.NumberFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import... | 11,649 | 0.61825 | 0.617306 | 284 | 40.017605 | 27.794956 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.778169 | false | false | 12 |
ab69d74c7128d385e304e58cca74ad609d064270 | 11,390,253,276,882 | 204cd797ca5c1bbfa18862759e6d5b4f4190a864 | /SNSTEST/app/src/main/java/com/example/snstest/MainActivity.java | edab1bdba886501f8b29f42a17ba22e9496ded13 | [] | no_license | sumitchinchansure/POC-on-AWS-SNS-mobile-notification | https://github.com/sumitchinchansure/POC-on-AWS-SNS-mobile-notification | 6de28f17b0a1a5f292dfad96748c9d9bc55ee9b1 | 00be2bdcb6611262d993eac1e87c2b1778eab029 | refs/heads/master | 2020-07-14T11:10:28.917000 | 2019-08-30T06:02:41 | 2019-08-30T06:02:41 | 205,306,821 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.snstest;
//import androidx.appcompat.app.AppCompatActivity;
//import android.os.Bundle;
//import com.google.firebase.iid.FirebaseInstanceId;
//import com.google.firebase.iid.InstanceIdResult;
//import com.google.android.gms.tasks.OnCompleteListener;
//import com.google.android.gms.tasks.Task;
//imp... | UTF-8 | Java | 3,036 | java | MainActivity.java | Java | [] | null | [] | package com.example.snstest;
//import androidx.appcompat.app.AppCompatActivity;
//import android.os.Bundle;
//import com.google.firebase.iid.FirebaseInstanceId;
//import com.google.firebase.iid.InstanceIdResult;
//import com.google.android.gms.tasks.OnCompleteListener;
//import com.google.android.gms.tasks.Task;
//imp... | 3,036 | 0.628458 | 0.627141 | 84 | 35.142857 | 27.222252 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.619048 | false | false | 12 |
0f6da554b48e3984761710362945b317d9870200 | 32,504,312,501,255 | 3e9bbb95f9ff1cefb30be074977f5a2d91948540 | /soft-news-model/src/main/java/com/soft1851/pojo/bo/RegistLoginBO.java | 222adf1a5f6181be70103b5d3de72ec4bde007ee | [] | no_license | zhao-rgb/soft-news | https://github.com/zhao-rgb/soft-news | 7ea01266bb2e8e1644f599d97c70c9f87f13598b | a67f6f71e169efe9b5d0d9f05789cf6371a19b2d | refs/heads/master | 2023-01-20T10:28:01.846000 | 2020-11-26T15:11:34 | 2020-11-26T15:11:34 | 312,592,994 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.soft1851.pojo.bo;
import lombok.*;
import javax.validation.constraints.NotBlank;
/**
* @author zhao
* @className RegistLoginBO
* @Description 注册登录BO类
* @Date 2020/11/16
* @Version 1.0
**/
@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class RegistLoginBO {
/**
... | UTF-8 | Java | 595 | java | RegistLoginBO.java | Java | [
{
"context": "alidation.constraints.NotBlank;\r\n\r\n/**\r\n * @author zhao\r\n * @className RegistLoginBO\r\n * @Description 注册登",
"end": 122,
"score": 0.9990732669830322,
"start": 118,
"tag": "USERNAME",
"value": "zhao"
}
] | null | [] | package com.soft1851.pojo.bo;
import lombok.*;
import javax.validation.constraints.NotBlank;
/**
* @author zhao
* @className RegistLoginBO
* @Description 注册登录BO类
* @Date 2020/11/16
* @Version 1.0
**/
@Data
@AllArgsConstructor
@NoArgsConstructor
@Builder
public class RegistLoginBO {
/**
... | 595 | 0.653484 | 0.627119 | 29 | 16.310345 | 15.240833 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.206897 | false | false | 12 |
6bb70cf631db3fed2cdef69f1e4d481304f47f29 | 32,633,161,521,677 | 249e4bade27bb7ec1d48dc03e59c6feea6b21e23 | /app/src/main/java/middleproject/group/orderboss/MenuDBItem.java | 77b4732429bf80cbbcb0354fbafae9d28b517183 | [] | no_license | EricSyu/OrderBoss | https://github.com/EricSyu/OrderBoss | 6722725aa6b5103b1a3968ce801d76650aae5030 | 424a2b3dd4f20cdf9c7709d8d744d17dcbead7a7 | refs/heads/master | 2021-01-10T17:15:32.522000 | 2016-08-29T16:30:15 | 2016-08-29T16:30:15 | 55,421,839 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package middleproject.group.orderboss;
/**
* Created by WEI-ZHE on 2016/4/7.
*/
public class MenuDBItem {
private long id;
private String name;
private int price;
private String species;
private int salesNum;
private String pictureName;
public MenuDBItem(){
}
public MenuDBItem... | UTF-8 | Java | 1,407 | java | MenuDBItem.java | Java | [
{
"context": " middleproject.group.orderboss;\n\n/**\n * Created by WEI-ZHE on 2016/4/7.\n */\npublic class MenuDBItem {\n\n p",
"end": 65,
"score": 0.9992019534111023,
"start": 58,
"tag": "USERNAME",
"value": "WEI-ZHE"
}
] | null | [] | package middleproject.group.orderboss;
/**
* Created by WEI-ZHE on 2016/4/7.
*/
public class MenuDBItem {
private long id;
private String name;
private int price;
private String species;
private int salesNum;
private String pictureName;
public MenuDBItem(){
}
public MenuDBItem... | 1,407 | 0.594172 | 0.589908 | 74 | 18.013514 | 17.387859 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378378 | false | false | 12 |
bf9baa5bf0944897d411a53620bb866746af450e | 3,590,592,672,638 | 3941cb8c0a8b99874222994ecb23d8dc383eeae3 | /epubtools/epubgen/com.adobe.dp.office.word/src/com/adobe/dp/office/metafile/WMFParser.java | 8ada64a3ff1ab8f778356070a8f357e8e9a2092f | [] | no_license | dustinblake/epub-tools | https://github.com/dustinblake/epub-tools | 063249f45bd28db8ade39a34bf1ea9d8a1316b9a | b0e6f95812004d8f371967f9e3893dd176fbe2b6 | refs/heads/master | 2021-01-02T08:21:11.278000 | 2015-03-16T18:51:57 | 2015-03-16T18:51:57 | 32,302,882 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* Copyright (c) 2009, Adobe Systems Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* · ... | UTF-8 | Java | 15,003 | java | WMFParser.java | Java | [] | null | [] | /*******************************************************************************
* Copyright (c) 2009, Adobe Systems Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* · ... | 15,003 | 0.662067 | 0.639 | 504 | 28.761906 | 22.682217 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.19246 | false | false | 12 |
7d2e0edf94c93f355b225647eab3cbaa80f93d84 | 29,300,266,900,355 | bdcc3eff5fe87005dc3214f294d4c0ee98baf0b9 | /src/main/java/com/telusko/service/RegisServiceImpl.java | 43996b3f34e2ea07fd7693802ef43d7ec637c174 | [] | no_license | praveen-332/HOTEL-MANAGEMENT-DASHBOARD | https://github.com/praveen-332/HOTEL-MANAGEMENT-DASHBOARD | 4f5fff8d2fd144ef60eb6614d934526724cbeebc | accccba3faba9041828ba622cdc8a247e22e1ebf | refs/heads/master | 2021-07-17T08:38:56.493000 | 2020-10-01T02:07:35 | 2020-10-01T02:07:35 | 215,394,459 | 1 | 1 | null | false | 2020-10-01T04:07:08 | 2019-10-15T20:52:08 | 2020-10-01T02:07:39 | 2020-10-01T02:07:36 | 275 | 1 | 1 | 2 | Java | false | false | package com.telusko.service;
import java.util.List;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
import org.springframework.beans.factory.annotation.Autowired;
/*
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.sec... | UTF-8 | Java | 1,379 | java | RegisServiceImpl.java | Java | [] | null | [] | package com.telusko.service;
import java.util.List;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
import org.springframework.beans.factory.annotation.Autowired;
/*
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.sec... | 1,379 | 0.788252 | 0.788252 | 59 | 22.372881 | 20.919456 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.067797 | false | false | 12 |
43afd74497a417aa56eb51227e2f49b5fd38093b | 17,076,789,979,547 | 8d8aebc819f5cd899d9c707647dae6f2b9b9ccb0 | /function/fun_corp_chk_idcard_1.java | 949e09917fed7cfed8f3a539542782bd1a874ba8 | [] | no_license | kevinqianjiawen/transaction_code | https://github.com/kevinqianjiawen/transaction_code | 5978f208ca996a57cea634651e5a0dbee0b4c142 | f40a31a67bfd4b5e3ebf6bfa6b379d0f905060d2 | refs/heads/master | 2020-04-26T02:02:10.055000 | 2019-03-07T08:51:06 | 2019-03-07T08:51:06 | 173,222,254 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public boolean fun_corp_chk_idcard_1(String vertifyValue,String ...args){
String puf18_ID_card_2=this.curTranSession.getVariableList().getValue("puf18_ID_card_2");
int len1;
boolean ret;
len1 = puf18_ID_card_2.length();
if(len1 == 0 || len1 == 18) {
if( len1 == 18){
... | UTF-8 | Java | 717 | java | fun_corp_chk_idcard_1.java | Java | [] | null | [] | public boolean fun_corp_chk_idcard_1(String vertifyValue,String ...args){
String puf18_ID_card_2=this.curTranSession.getVariableList().getValue("puf18_ID_card_2");
int len1;
boolean ret;
len1 = puf18_ID_card_2.length();
if(len1 == 0 || len1 == 18) {
if( len1 == 18){
... | 717 | 0.453102 | 0.424242 | 22 | 29.59091 | 21.465954 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.454545 | false | false | 12 |
e27d579b22134bc03b4fdefda3c35a41bf123b90 | 3,229,815,420,186 | afb4cf30e328c78efc7adad573a4e4a1870754b6 | /High School/Competitions/HS-Contest-Competition/Live Event/District 2017/src/Ralph.java | c59233dba579ad316b7eec13a7f9ebafdc788b1f | [
"Apache-2.0"
] | permissive | mmcclain117/School-Code | https://github.com/mmcclain117/School-Code | 5c404aaa9b95df136ba382dff79cb7d44e56b4bc | aa9c501d42fc51fa9a66f53c65b875408a40ea0c | refs/heads/main | 2023-01-21T00:27:18.669000 | 2020-11-29T21:32:52 | 2020-11-29T21:32:52 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
import java.io.File;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Master
*/
public class Ralph {
public static void main(String[] args) throws Exception {
Scanner scan = new Scanner(new File("Ralph.dat"));
while (scan.hasNext()) {
String a = scan.nextLine()... | UTF-8 | Java | 1,420 | java | Ralph.java | Java | [
{
"context": "List;\nimport java.util.Scanner;\n\n/**\n *\n * @author Master\n */\npublic class Ralph {\n\n public static void ",
"end": 101,
"score": 0.9942598938941956,
"start": 95,
"tag": "NAME",
"value": "Master"
}
] | null | [] |
import java.io.File;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Master
*/
public class Ralph {
public static void main(String[] args) throws Exception {
Scanner scan = new Scanner(new File("Ralph.dat"));
while (scan.hasNext()) {
String a = scan.nextLine()... | 1,420 | 0.426761 | 0.41831 | 50 | 27.379999 | 20.254274 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.46 | false | false | 12 |
41bccb95ce0f6c11d2fe6d4b40b9f410884560e0 | 14,319,420,975,429 | 3d37600536a0388be0531e1b4c5d7b5633ccd935 | /gateway/src/test/java/org/isolution/nexus/domain/ServiceURIStringRepresentationUnitTest.java | f02dd4af009e0ff040194dacb9f4c005a5c064d5 | [] | no_license | alexwibowo/nexus | https://github.com/alexwibowo/nexus | 5234654a69b7592b60a767cc5e0680faa5f309d8 | 20bd4986d983743ce057c03de06749e4f028b509 | refs/heads/master | 2020-04-01T16:51:52.696000 | 2013-12-18T07:34:53 | 2013-12-18T07:34:53 | 1,091,514 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.isolution.nexus.domain;
import org.junit.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
/**
* User: Alex Wibowo
* Date: 26/12/10
* Time: 3:49 PM
*/
public class ServiceURIStringRepresentationUnitTest {
@Test
public void should_get_represent... | UTF-8 | Java | 960 | java | ServiceURIStringRepresentationUnitTest.java | Java | [
{
"context": "ort static org.hamcrest.Matchers.is;\n\n/**\n * User: Alex Wibowo\n * Date: 26/12/10\n * Time: 3:49 PM\n */\npublic cla",
"end": 179,
"score": 0.9998079538345337,
"start": 168,
"tag": "NAME",
"value": "Alex Wibowo"
}
] | null | [] | package org.isolution.nexus.domain;
import org.junit.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
/**
* User: <NAME>
* Date: 26/12/10
* Time: 3:49 PM
*/
public class ServiceURIStringRepresentationUnitTest {
@Test
public void should_get_represented_as... | 955 | 0.683333 | 0.673958 | 32 | 29 | 28.867153 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
ec5f2d53b26d2c3826f8cfbe7961020bceaea587 | 11,922,829,227,336 | afa427f2a1105e65dc9813c74a78d08cd0eee3e5 | /src/main/java/com/greetty/appmanage/presenter/impl/UnLockAppPresenterImpl.java | 4fb2f834131590e9e3fd8893caca48599127a469 | [] | no_license | chenguitang/AppManager | https://github.com/chenguitang/AppManager | 82f832fe5eafee404b57c41b71787b53d9ce7a3d | 4064714cd0eea228b618189e5057a3425907f45f | refs/heads/master | 2021-07-20T08:12:57.163000 | 2017-10-30T12:27:52 | 2017-10-30T12:27:52 | 104,975,779 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.greetty.appmanage.presenter.impl;
import android.content.Context;
import android.util.Log;
import android.widget.Toast;
import com.greetty.appmanage.model.UnLockAppModel;
import com.greetty.appmanage.model.entity.AppInfo;
import com.greetty.appmanage.model.impl.UnLockAppModelImpl;
import com.greetty.appma... | UTF-8 | Java | 1,663 | java | UnLockAppPresenterImpl.java | Java | [
{
"context": "ppView;\n\nimport java.util.List;\n\n/**\n * Created by Greetty on 2017/9/26.\n */\npublic class UnLockAppPresenter",
"end": 526,
"score": 0.9996628165245056,
"start": 519,
"tag": "USERNAME",
"value": "Greetty"
}
] | null | [] | package com.greetty.appmanage.presenter.impl;
import android.content.Context;
import android.util.Log;
import android.widget.Toast;
import com.greetty.appmanage.model.UnLockAppModel;
import com.greetty.appmanage.model.entity.AppInfo;
import com.greetty.appmanage.model.impl.UnLockAppModelImpl;
import com.greetty.appma... | 1,663 | 0.725797 | 0.721587 | 54 | 29.796297 | 23.214283 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.537037 | false | false | 12 |
f01b539264769f17ff18d907c704435965ebad39 | 9,990,093,944,461 | 9252aa2f3b3729b33c0a0240c9dbb439a0db2add | /DeliveryFolder/software/client/app/src/main/java/com/github/ferrantemattarutigliano/software/client/view/ChangeAccountDataView.java | d1f5142604c46b571dcec85b2dda70734fe8bc83 | [] | no_license | DadeKuma/TrackMe | https://github.com/DadeKuma/TrackMe | 4cc885687e2e61f8bb1c4b2ff1cccb6e6ebfe3e5 | f18a1da826901e7b543db3603e24055e5dfd6f24 | refs/heads/master | 2020-04-26T18:51:40.063000 | 2019-01-20T21:15:08 | 2019-01-20T21:15:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.ferrantemattarutigliano.software.client.view;
public interface ChangeAccountDataView {
void onProfileUpdateSuccess(String output);
void onProfileUpdateFail(String output);
}
| UTF-8 | Java | 202 | java | ChangeAccountDataView.java | Java | [
{
"context": "package com.github.ferrantemattarutigliano.software.client.view;\n\npublic interface ChangeAcc",
"end": 42,
"score": 0.9976228475570679,
"start": 19,
"tag": "USERNAME",
"value": "ferrantemattarutigliano"
}
] | null | [] | package com.github.ferrantemattarutigliano.software.client.view;
public interface ChangeAccountDataView {
void onProfileUpdateSuccess(String output);
void onProfileUpdateFail(String output);
}
| 202 | 0.821782 | 0.821782 | 6 | 32.666668 | 23.94206 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
a41363e1c5752f1ae1707823b5571d2ff3d36e10 | 18,648,748,031,150 | 9cd9dbe5866050a8b62c22239fa53a2ca9e0399a | /sa-func/src/main/java/com/guanke/vinda/safunc/service/impl/SaCompetitorTemplateEntityServiceImpl.java | 98873ece610856a7731a98409a6b04f26cc1f571 | [] | no_license | zhouxuanxian/springcloud-demo | https://github.com/zhouxuanxian/springcloud-demo | 35a5273d1ee0c9b56e1ef3245b98cc1af3b9a4e0 | c8f3a7c3e274c5ef25c402d013d01d6a56aa2350 | refs/heads/master | 2022-12-23T09:32:01.702000 | 2019-12-23T07:01:47 | 2019-12-23T07:01:47 | 229,695,179 | 0 | 0 | null | false | 2022-12-13T19:28:42 | 2019-12-23T06:57:36 | 2019-12-23T07:01:57 | 2022-12-13T19:28:39 | 272 | 0 | 0 | 6 | Java | false | false | package com.guanke.vinda.safunc.service.impl;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
import com.guanke.vinda.samodels.model.entity.SaCompetitorTemplateEntity;
import com.guanke.vinda.safunc.mapper.SaCompetitorTemplateEntityMapper;
import com.guanke.vinda... | UTF-8 | Java | 2,195 | java | SaCompetitorTemplateEntityServiceImpl.java | Java | [] | null | [] | package com.guanke.vinda.safunc.service.impl;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
import com.guanke.vinda.samodels.model.entity.SaCompetitorTemplateEntity;
import com.guanke.vinda.safunc.mapper.SaCompetitorTemplateEntityMapper;
import com.guanke.vinda... | 2,195 | 0.782232 | 0.782232 | 66 | 32.166668 | 32.024887 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 12 |
ac8317aab219a2b9397dd92f75cc57cdfa77447b | 17,746,804,899,026 | 5b6a3481fce75962277d5b7b98367a7317b3d6e6 | /java/algorithm/src/main/java/com/study/algorithm/stack/CalculatorExpressionDemo.java | c0620d022e0c17708e293940704dc1884155cf2a | [] | no_license | xiangyuqi22/java_study | https://github.com/xiangyuqi22/java_study | 2048b6eb3db48f7bcc8b59c7924874acd47a9924 | 28019f7193b5e776e81c518eec8e9f4a7b2159ac | refs/heads/master | 2022-12-13T09:50:07.204000 | 2020-04-09T01:43:59 | 2020-04-09T01:43:59 | 192,134,379 | 1 | 0 | null | false | 2022-12-06T00:46:31 | 2019-06-16T00:11:45 | 2020-04-09T01:44:56 | 2022-12-06T00:46:30 | 118,886 | 1 | 0 | 6 | Java | false | false | package com.study.algorithm.stack;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.junit.Test;
/**
* <PRE>
* 计算运算符
* </PRE>
*
* 项目名称:algorithm</BR>
* 技术支持:广东凯通科技股份有限公司 (c) 2017</BR>
*
* @version 1.0 2020年1月20日
* @author xiangning
* @since JDK1.8
*... | GB18030 | Java | 11,952 | java | CalculatorExpressionDemo.java | Java | [
{
"context": "</BR>\r\n * \r\n * @version 1.0 2020年1月20日\r\n * @author xiangning\r\n * @since JDK1.8\r\n */\r\npublic class CalculatorEx",
"end": 298,
"score": 0.999584436416626,
"start": 289,
"tag": "USERNAME",
"value": "xiangning"
},
{
"context": "行. 5.\r\n\t * 最后在数栈只有一个数字,就是运算符的结果... | null | [] | package com.study.algorithm.stack;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.junit.Test;
/**
* <PRE>
* 计算运算符
* </PRE>
*
* 项目名称:algorithm</BR>
* 技术支持:广东凯通科技股份有限公司 (c) 2017</BR>
*
* @version 1.0 2020年1月20日
* @author xiangning
* @since JDK1.8
*... | 11,952 | 0.585701 | 0.559051 | 354 | 22.067797 | 19.532124 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.819209 | false | false | 12 |
e1a5d79e364ab7a016aafaa13c5e3cc3b44f7639 | 37,666,863,213,286 | 3118a68cb1d9cc37a7a4152f78913dae9a82074b | /account-service/src/main/java/com/github/rjansem/microservices/training/account/domain/pbi/cartebancaire/CreditCards.java | dca504029c493bcf8a980aa561576fa4e4cdd0fd | [] | no_license | rjansem/spring-cloud-ms-training | https://github.com/rjansem/spring-cloud-ms-training | 989955efcb37d7303ebe65854b4c120fd81ebc89 | a2b3a7930d8a49f8a213ca81e69376f7fcad591d | refs/heads/master | 2021-08-28T15:11:00.995000 | 2017-12-12T14:54:04 | 2017-12-12T14:54:04 | 111,108,754 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.rjansem.microservices.training.account.domain.pbi.cartebancaire;
import org.apache.commons.lang3.builder.ToStringBuilder;
import java.util.HashSet;
import java.util.Set;
/**
* Bean représentant une liste des cartes bancaires
*
* @author mbouhamyd
*/
// NON utilisée
public class CreditCards {
... | UTF-8 | Java | 848 | java | CreditCards.java | Java | [
{
"context": "package com.github.rjansem.microservices.training.account.domain.pbi.carteba",
"end": 26,
"score": 0.9373847842216492,
"start": 19,
"tag": "USERNAME",
"value": "rjansem"
},
{
"context": "ntant une liste des cartes bancaires\n *\n * @author mbouhamyd\n */\n// NON utilisé... | null | [] | package com.github.rjansem.microservices.training.account.domain.pbi.cartebancaire;
import org.apache.commons.lang3.builder.ToStringBuilder;
import java.util.HashSet;
import java.util.Set;
/**
* Bean représentant une liste des cartes bancaires
*
* @author mbouhamyd
*/
// NON utilisée
public class CreditCards {
... | 848 | 0.678487 | 0.677305 | 36 | 22.5 | 22.751678 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 12 |
796ff78cc63bf2a8471a726a8fa4d17ba936456a | 35,974,646,114,685 | fdcad577e09a7411e4e86692251c89fd7a66adc3 | /src/by/java/library/controller/command/impl/UpdateUserCommand.java | e3c2955cbf27aeb3b110b6d69231f664af89aecb | [] | no_license | OSmol/ProjectAndrievich | https://github.com/OSmol/ProjectAndrievich | 50e05e89c7b38b365005c5656f866bde30ac8506 | 0cbc62665ebdfb699c5f6f75e19489b2519a10e2 | refs/heads/master | 2021-01-14T19:26:19.200000 | 2020-02-24T14:03:33 | 2020-02-24T14:03:33 | 242,728,522 | 0 | 0 | null | true | 2020-02-24T12:18:08 | 2020-02-24T12:18:07 | 2020-02-19T07:15:19 | 2020-02-19T07:15:17 | 418 | 0 | 0 | 0 | null | false | false | package library.controller.command.impl;
import library.bean.User;
import library.controller.Request;
import library.controller.Response;
import library.controller.command.Command;
import library.service.exception.ServiceException;
import library.service.factory.ServiceFactory;
import org.apache.commons.lang3.StringUt... | UTF-8 | Java | 2,003 | java | UpdateUserCommand.java | Java | [
{
"context": "setId(Integer.parseInt(id));\n user.setName(name);\n user.setEmail(null);\n user.setLo",
"end": 1571,
"score": 0.984265923500061,
"start": 1567,
"tag": "NAME",
"value": "name"
}
] | null | [] | package library.controller.command.impl;
import library.bean.User;
import library.controller.Request;
import library.controller.Response;
import library.controller.command.Command;
import library.service.exception.ServiceException;
import library.service.factory.ServiceFactory;
import org.apache.commons.lang3.StringUt... | 2,003 | 0.66001 | 0.655017 | 59 | 32.949154 | 21.958685 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.661017 | false | false | 12 |
5b2d5a9e28ac9112a8298ed3232681ebed5a6efd | 38,929,583,582,590 | 65f8ef9fd750b05daac19b1eb1acf28440d8c9a1 | /src/main/groovy/to/wetransform/gradle/swarm/actions/assemble/template/OrErrorFilter.java | 45cb2b42d672f3f3e8c7ff34f84ae5db4848edda | [
"Apache-2.0"
] | permissive | wetransform-os/gradle-swarm-composer | https://github.com/wetransform-os/gradle-swarm-composer | 19bcabca24a2fbbe32aaad6b905f6497447911ac | 89e0ad754200d44e2bff0146c56aca468367ac54 | refs/heads/master | 2023-08-19T23:47:05.067000 | 2023-03-09T09:29:29 | 2023-03-09T09:33:23 | 100,379,199 | 0 | 2 | Apache-2.0 | false | 2023-03-09T09:33:25 | 2017-08-15T13:17:59 | 2021-11-23T22:30:46 | 2023-03-09T09:33:23 | 238 | 0 | 2 | 0 | Groovy | false | false | /*
* Copyright 2021 wetransform GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | UTF-8 | Java | 2,407 | java | OrErrorFilter.java | Java | [
{
"context": " {@link AttributeNotFoundException}.\n *\n * @author Simon Templer\n */\npublic class OrErrorFilter extends DefaultFil",
"end": 1436,
"score": 0.9975776076316833,
"start": 1423,
"tag": "NAME",
"value": "Simon Templer"
}
] | null | [] | /*
* Copyright 2021 wetransform GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | 2,400 | 0.73951 | 0.736186 | 76 | 30.671053 | 28.231836 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526316 | false | false | 12 |
f78a6a653db000f6c4abc35721b280993408a010 | 37,297,496,026,282 | 1c586b04a17d04151f30eb415e8b748cfc32ccf9 | /src/test/java/com/base/TestBase.java | e04b06ad82e407846f7a312cf470a4b7d911e820 | [] | no_license | AvinashVojjala/mysampleproject | https://github.com/AvinashVojjala/mysampleproject | ea4463a135c95b5161004e3b1a424a83c2ff2960 | 7c906348e95990c5e29569a9387aa4cce59a0f2b | refs/heads/master | 2022-07-16T05:43:55.609000 | 2021-06-05T15:41:40 | 2021-06-05T15:41:40 | 161,138,395 | 0 | 0 | null | false | 2022-06-29T17:06:15 | 2018-12-10T07:57:58 | 2021-06-05T15:41:53 | 2022-06-29T17:06:12 | 18,188 | 1 | 0 | 3 | HTML | false | false | package com.base;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Iterator;
import java.util.Properties;
import org.apache.commons.io.FileUtils;
import org.apache.poi.ss.usermodel.DataFormatter;
import org.apache.poi.ss.usermodel.R... | UTF-8 | Java | 5,309 | java | TestBase.java | Java | [
{
"context": "perty(\"webdriver.chrome.driver\",\n\t\t\t\t\t\"C:\\\\Users\\\\avinash.vojjala\\\\Downloads\\\\softwares\\\\chromedriver_",
"end": 1665,
"score": 0.7513607740402222,
"start": 1663,
"tag": "USERNAME",
"value": "av"
},
{
"context": "rty(\"webdriver.chrome.driver\",\n\t\t\... | null | [] | package com.base;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Iterator;
import java.util.Properties;
import org.apache.commons.io.FileUtils;
import org.apache.poi.ss.usermodel.DataFormatter;
import org.apache.poi.ss.usermodel.R... | 5,309 | 0.729328 | 0.727256 | 147 | 35.115646 | 28.594162 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.210884 | false | false | 12 |
4876607b30f8be9c88a0f4b883eacf0d18fcb722 | 37,769,942,424,214 | 5ce7a5c6d0bb8884a2a0e468f28df81aa324001e | /cherry-web/src/main/java/com/cherry/mb/mbm/action/BINOLMBMBM07_Action.java | d2320024d81c1eade5323e95f44bdc9c8652f2ad | [] | no_license | zhangwanli666/cherry-parent | https://github.com/zhangwanli666/cherry-parent | 8da987f04b4dcef2ccb3ba7d65f23cc5521487b5 | 1638b447460b6016d6ee482f5772403b56aca5a0 | HEAD | 2019-01-06T03:55:16.789000 | 2017-03-03T01:16:45 | 2017-03-03T01:16:45 | 83,556,059 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* @(#)BINOLMBMBM07_Form.java 1.0 2012.12.07
*
* Copyright (c) 2010 SHANGHAI BINGKUN DIGITAL TECHNOLOGY CO.,LTD
* All rights reserved
*
* This software is the confidential and proprietary information of
* SHANGHAI BINGKUN.("Confidential Information"). You shall not
* disclose such Confidential Informa... | UTF-8 | Java | 8,725 | java | BINOLMBMBM07_Action.java | Java | [
{
"context": ".java 1.0 2012.12.07\n * \n * Copyright (c) 2010 SHANGHAI BINGKUN DIGITAL TECHNOLOGY CO.,LTD\n * All rights reserved",
"end": 94,
"score": 0.8924010396003723,
"start": 78,
"tag": "NAME",
"value": "SHANGHAI BINGKUN"
},
{
"context": "ModelDriven;\n\n/**\n * 会员活动记录画面Ac... | null | [] | /*
* @(#)BINOLMBMBM07_Form.java 1.0 2012.12.07
*
* Copyright (c) 2010 <NAME> DIGITAL TECHNOLOGY CO.,LTD
* All rights reserved
*
* This software is the confidential and proprietary information of
* SHANGHAI BINGKUN.("Confidential Information"). You shall not
* disclose such Confidential Information and s... | 8,715 | 0.735144 | 0.72125 | 293 | 26.511946 | 26.332943 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.877133 | false | false | 12 |
d04b85aa01f56f7df38638d3ab05be5dfe1e4718 | 39,582,418,603,614 | 23567693379926b9532497438b21168dd31a1a6d | /src/data/property/src/main/java/mobi/handytec/data/property/project/ProjectReleaseProperty.java | 2608bf327e404fc7a9bdf460c64ba18956989480 | [] | no_license | handytec/project | https://github.com/handytec/project | 45bb6a8b96618f4811a491c391d08651e817123f | 84f7cb6213560012e4a7c9b5175a433dc63f1eb2 | refs/heads/master | 2015-08-02T00:40:56.905000 | 2015-06-17T10:33:34 | 2015-06-17T10:33:34 | 5,737,068 | 0 | 0 | null | false | 2014-03-20T23:58:21 | 2012-09-09T11:32:50 | 2014-03-20T23:58:21 | 2014-03-20T23:50:15 | 11,816 | 0 | 0 | 0 | Java | null | null | package mobi.handytec.data.property.project;
import java.math.BigDecimal;
import java.util.Date;
import mobi.handytec.data.model.project.ProjectRelease;
import com.google.gwt.core.client.GWT;
import com.google.gwt.editor.client.Editor.Path;
import com.sencha.gxt.core.client.IdentityValueProvider;
import com.sencha.g... | UTF-8 | Java | 3,021 | java | ProjectReleaseProperty.java | Java | [
{
"context": "the properties\n * of ProjectRelease\n * \n * @author Handytec\n * @version 3.0\n */\n\npublic class ProjectReleaseP",
"end": 640,
"score": 0.8324432969093323,
"start": 632,
"tag": "USERNAME",
"value": "Handytec"
}
] | null | [] | package mobi.handytec.data.property.project;
import java.math.BigDecimal;
import java.util.Date;
import mobi.handytec.data.model.project.ProjectRelease;
import com.google.gwt.core.client.GWT;
import com.google.gwt.editor.client.Editor.Path;
import com.sencha.gxt.core.client.IdentityValueProvider;
import com.sencha.g... | 3,021 | 0.777557 | 0.776895 | 76 | 38.75 | 45.297882 | 145 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.842105 | false | false | 12 |
905aec7d3a1bd1b6696fdedf1d0d778e1cfb4f72 | 39,316,130,630,253 | 2f8264af5cb8f89a3c48f25a5724f036a8af5976 | /Java+DB/Day1(21.03.29)/Hello/src/com/javalec/base/MainClass.java | 80bb8af3a78aa62221d8b2977f5df4241e9049a8 | [] | no_license | ReplaceMyBrain/Class | https://github.com/ReplaceMyBrain/Class | 731c9988cf226a2f971412a84e3ddb205188f09b | b214e0c456ca3665f116903fa75e7fbe5fe85abd | refs/heads/main | 2023-07-12T21:04:04.401000 | 2021-08-27T18:53:48 | 2021-08-27T18:53:48 | 352,622,172 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.javalec.base;
public class MainClass {
public static void main(String[] args) {
//main은 한곳밖에 없음 모든것의 시작이라고 생각.
//Commen 커멘트기능
/* --------------------------------
* 아래의 기능은 화면에 출력하는 기능입니다.
* --------------------------------
* cmd + d > 삭제
* cmd + alt + 화살표 > 복사
* alt + 화살표 > 이동... | UTF-8 | Java | 1,542 | java | MainClass.java | Java | [] | null | [] | package com.javalec.base;
public class MainClass {
public static void main(String[] args) {
//main은 한곳밖에 없음 모든것의 시작이라고 생각.
//Commen 커멘트기능
/* --------------------------------
* 아래의 기능은 화면에 출력하는 기능입니다.
* --------------------------------
* cmd + d > 삭제
* cmd + alt + 화살표 > 복사
* alt + 화살표 > 이동... | 1,542 | 0.50158 | 0.454186 | 51 | 23.803921 | 17.169306 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.235294 | false | false | 12 |
845641c82f8f646421fe749b3485d09b6f85ce61 | 34,007,551,105,496 | 243eaf02e124f89a21c5d5afa707db40feda5144 | /src/com/tencent/mm/booter/NotifyReceiver.java | 41b560e979d5754b103ff2d11d45462461b100a1 | [] | no_license | laohanmsa/WeChatRE | https://github.com/laohanmsa/WeChatRE | e6671221ac6237c6565bd1aae02f847718e4ac9d | 4b249bce4062e1f338f3e4bbee273b2a88814bf3 | refs/heads/master | 2020-05-03T08:43:38.647000 | 2013-05-18T14:04:23 | 2013-05-18T14:04:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.mm.booter;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import com.tencent.mm.k.y;
import com.tencent.mm.model.bd;
import com.tencent.mm.platformtools.at;
import com.tencent.mm.sdk.platformtools.n;... | UTF-8 | Java | 1,349 | java | NotifyReceiver.java | Java | [] | null | [] | package com.tencent.mm.booter;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import com.tencent.mm.k.y;
import com.tencent.mm.model.bd;
import com.tencent.mm.platformtools.at;
import com.tencent.mm.sdk.platformtools.n;... | 1,349 | 0.697554 | 0.685693 | 47 | 27.723404 | 24.024546 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.744681 | false | false | 12 |
17569a14c5c2d9e8ea21537e147decae16aa20cf | 37,211,596,686,504 | 610245c40d79ec3a77a409e12f36964f863e3bd2 | /sschool_teacher/src/main/java/com/usoft/sschool_teacher/enums/po/TeacherAddressPo.java | 86156d6b8a7e5d5120aaf4ff5bfdae125cf57502 | [] | no_license | jiyilee/sschool | https://github.com/jiyilee/sschool | 96ed7fefff3cd079419e4cd048f0f012b7bb11ba | 23035c91da4ed8ed52115f3cd3e1f85a7b8f4fa4 | refs/heads/master | 2022-12-11T23:25:00.797000 | 2020-05-22T01:12:04 | 2020-05-22T01:12:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.usoft.sschool_teacher.enums.po;
import javax.validation.constraints.NotNull;
/**
* @author cq
* @date 2020/4/26 8:53
*/
public class TeacherAddressPo {
/**
* id
*/
private Integer id;
/**
* 教师ID
*/
private String teacherId;
/**
* 联系人
*/
@NotNull(m... | UTF-8 | Java | 3,540 | java | TeacherAddressPo.java | Java | [
{
"context": "ax.validation.constraints.NotNull;\n\n/**\n * @author cq\n * @date 2020/4/26 8:53\n */\npublic class TeacherA",
"end": 108,
"score": 0.9988251328468323,
"start": 106,
"tag": "USERNAME",
"value": "cq"
}
] | null | [] | package com.usoft.sschool_teacher.enums.po;
import javax.validation.constraints.NotNull;
/**
* @author cq
* @date 2020/4/26 8:53
*/
public class TeacherAddressPo {
/**
* id
*/
private Integer id;
/**
* 教师ID
*/
private String teacherId;
/**
* 联系人
*/
@NotNull(m... | 3,540 | 0.556476 | 0.551565 | 165 | 18.745455 | 21.806213 | 146 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.309091 | false | false | 12 |
601eaf0f7769283b717d5ed1ede5ed53684b1c81 | 11,751,030,571,193 | 68b1771aec1f59f8d721cb30c7b2caf05cc597cb | /src/main/java/RCC2014Q4E.java | 4ea716d8c3dbb79294eac5564a50fe0ebbdc039e | [] | no_license | tasyrkin/RussianCodeCup | https://github.com/tasyrkin/RussianCodeCup | 8411941d0d08e2de7e8b2e5a870ed8ff520826d2 | f7fb4a3410c0fcc871320ba9f9df949fcbdd8cf6 | refs/heads/master | 2020-04-05T23:41:35.180000 | 2019-01-07T03:57:25 | 2019-01-07T03:57:25 | 38,585,630 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class RCC2014Q4E {
public static void main(final String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int T = Integer.parseInt(br.readLine())... | UTF-8 | Java | 759 | java | RCC2014Q4E.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class RCC2014Q4E {
public static void main(final String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
int T = Integer.parseInt(br.readLine())... | 759 | 0.571805 | 0.557312 | 23 | 32 | 23.61466 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 12 |
690a0eda2800d326f1ac391f32bdc58b7f5446f8 | 16,801,912,082,974 | 85fd34751d9297621ebba39dac19b1ba8a09a140 | /app/src/main/java/com/example/jevil/mindreactor/Events/TabStory/StoryAdapter.java | b8c9138cae9679a413da8c0bc6673ca4b5ed8cc5 | [] | no_license | Jevilll/MindReactor | https://github.com/Jevilll/MindReactor | 5ec05bbd2db52a8b6bc5fc04827b770911d8ce3a | 7688c72342c6ab86596037385e8d4a47dcf7268e | refs/heads/master | 2021-08-19T02:59:57.865000 | 2017-11-01T00:12:36 | 2017-11-01T00:12:36 | 111,930,965 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jevil.mindreactor.Events.TabStory;
import android.content.Context;
import android.content.Intent;
import android.database.sqlite.SQLiteDatabase;
import android.graphics.Color;
import android.support.design.widget.Snackbar;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInf... | UTF-8 | Java | 6,239 | java | StoryAdapter.java | Java | [] | null | [] | package com.example.jevil.mindreactor.Events.TabStory;
import android.content.Context;
import android.content.Intent;
import android.database.sqlite.SQLiteDatabase;
import android.graphics.Color;
import android.support.design.widget.Snackbar;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInf... | 6,239 | 0.608581 | 0.608086 | 170 | 34.652943 | 23.930847 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611765 | false | false | 12 |
3b4b7ab8ea83183a637d0c01206548245e879a96 | 12,627,203,861,513 | 58b43cdba2f9d00f3a5d702c0c6ae43de9d52c28 | /app/src/main/java/com/abbiya/broadr/events/GeoCoderResultEvent.java | cbddab5ed4b9022bc0847202c876eece8206ae61 | [] | no_license | broadr/broadr | https://github.com/broadr/broadr | 521765abc7f9accf60942e8a79060fc335028ae5 | 27b616c53bbd0ab007553d957547ccf5d45862df | refs/heads/master | 2021-03-12T20:25:28.033000 | 2015-04-22T15:39:05 | 2015-04-22T15:39:05 | 29,517,211 | 18 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.abbiya.broadr.events;
/**
* Created by seshachalam on 30/9/14.
*/
public class GeoCoderResultEvent {
private String address;
public GeoCoderResultEvent(String address) {
this.address = address;
}
public String getAddress() {
return address;
}
}
| UTF-8 | Java | 298 | java | GeoCoderResultEvent.java | Java | [
{
"context": "ckage com.abbiya.broadr.events;\n\n/**\n * Created by seshachalam on 30/9/14.\n */\npublic class GeoCoderResultEvent ",
"end": 64,
"score": 0.9995522499084473,
"start": 53,
"tag": "USERNAME",
"value": "seshachalam"
}
] | null | [] | package com.abbiya.broadr.events;
/**
* Created by seshachalam on 30/9/14.
*/
public class GeoCoderResultEvent {
private String address;
public GeoCoderResultEvent(String address) {
this.address = address;
}
public String getAddress() {
return address;
}
}
| 298 | 0.657718 | 0.64094 | 16 | 17.625 | 16.31669 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 12 |
82753739d1b5b534d2ae2ca54de77b82f6188b3b | 29,695,403,917,319 | f6285bfd24a7ee545c35f1659fc0e0f0d094791f | /src/main/java/spq/deusto/team2/presentacion/FrmVerProductosFaltan.java | 13ede7f61b71794e877fe78427c43d49269d5da3 | [] | no_license | DEUSTOSQP-20162017/SGSG | https://github.com/DEUSTOSQP-20162017/SGSG | da950145236c4c49a3a6d449a56955b2208b7ce1 | 42be574be3bf9ffa856b1ebac5b161c46c277b8e | refs/heads/master | 2017-09-06T09:15:10.279000 | 2016-12-10T11:33:44 | 2016-12-10T11:33:44 | 69,940,150 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package spq.deusto.team2.presentacion;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.JFrame;
import spq.deusto.team2.modelo.Producto;
import spq.deusto.team2.negocio.GestorProducto;
import javax.swing.DefaultListModel;
import javax.swing.JL... | UTF-8 | Java | 2,052 | java | FrmVerProductosFaltan.java | Java | [] | null | [] | package spq.deusto.team2.presentacion;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import javax.swing.JFrame;
import spq.deusto.team2.modelo.Producto;
import spq.deusto.team2.negocio.GestorProducto;
import javax.swing.DefaultListModel;
import javax.swing.JL... | 2,052 | 0.73877 | 0.717773 | 79 | 24.936708 | 21.618876 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.987342 | false | false | 12 |
8bd980cd67edc510556fea3c6bf66b09949ba67a | 8,856,222,615,930 | 1f306e90baf4f4302a0793520e68e3931c3a14c2 | /ShopCarDemo/src/com/shopcar/bean/BuyResult.java | d2de2dd87474bd7dbfb3de8c4356b7c3254ca25c | [] | no_license | Cactus-L/SomeProject | https://github.com/Cactus-L/SomeProject | aa61a65f6b025067d92a8768d0f2361169f3870f | aa720b02859fe0136dda9d044b861cb70982d47b | refs/heads/master | 2020-07-16T19:44:00.057000 | 2019-09-02T12:52:44 | 2019-09-02T12:52:44 | 205,854,504 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shopcar.bean;
public class BuyResult {
private int resCode;//购买状态码 -1:库存不足 0:未知错误 1:购买成功
private String resMsg; //购买状态信息
private PItem item; //所购商品及其数量
public BuyResult() {
}
public BuyResult(int resCode, String resMsg) {
this.resCode = resCode;
this.resMsg = resMsg... | UTF-8 | Java | 810 | java | BuyResult.java | Java | [] | null | [] | package com.shopcar.bean;
public class BuyResult {
private int resCode;//购买状态码 -1:库存不足 0:未知错误 1:购买成功
private String resMsg; //购买状态信息
private PItem item; //所购商品及其数量
public BuyResult() {
}
public BuyResult(int resCode, String resMsg) {
this.resCode = resCode;
this.resMsg = resMsg... | 810 | 0.591644 | 0.587601 | 38 | 18.526316 | 15.950148 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342105 | false | false | 12 |
2d0e99a42e1ad2b4e8c21e29e87bc6bd18565f41 | 25,924,422,619,903 | d101d9c40df97c39d1876123f64e7d4f29efb524 | /wayang-commons/wayang-core/src/main/java/org/apache/wayang/core/api/configuration/MapBasedKeyValueProvider.java | 96881d930cdecc224c527a76479f2ea4a1ec60a7 | [
"Apache-2.0"
] | permissive | isabella232/incubator-wayang | https://github.com/isabella232/incubator-wayang | 3984dd9532bbd8e7d187f0c1c40849a2f2c9bc54 | 06416e3b5e8e1f32d2a250b40862689bb39ee524 | refs/heads/main | 2023-08-31T11:55:43.766000 | 2021-10-15T12:19:29 | 2021-10-15T12:19:29 | 418,095,360 | 0 | 0 | Apache-2.0 | true | 2021-10-17T10:49:58 | 2021-10-17T10:37:50 | 2021-10-17T10:37:53 | 2021-10-17T10:49:50 | 10,609 | 0 | 0 | 1 | null | false | false | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | UTF-8 | Java | 3,157 | java | MapBasedKeyValueProvider.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 ... | 3,157 | 0.687045 | 0.685461 | 99 | 30.888889 | 31.796667 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 12 |
ffff5d48dc4d13ffa5ca5e589689f4197a50a23c | 21,139,829,086,498 | 359bba5d2f25b30a18d08c743e668be51edd4ed7 | /src/org/gavrog/joss/geometry/SpaceGroupCatalogue.java | 9b214d3d4f03f598fad2e20888de3b4b52a23a62 | [
"Apache-2.0"
] | permissive | undeadinu/gavrog | https://github.com/undeadinu/gavrog | 74e76d46f6818730aa4f5bf34b4593d8afdb8957 | 159ebdb80ba661c48164b392d59a0519ec643521 | refs/heads/master | 2020-04-16T06:18:20.625000 | 2018-11-05T09:50:08 | 2018-11-05T09:50:08 | 165,339,987 | 0 | 0 | Apache-2.0 | true | 2019-01-12T03:35:24 | 2019-01-12T03:05:54 | 2019-01-12T03:05:58 | 2019-01-12T03:35:17 | 20,108 | 0 | 0 | 1 | Java | false | null | /*
Copyright 2008 Olaf Delgado-Friedrichs
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, ... | UTF-8 | Java | 13,457 | java | SpaceGroupCatalogue.java | Java | [
{
"context": "/*\nCopyright 2008 Olaf Delgado-Friedrichs\n\nLicensed under the Apache License, Version 2.0 (",
"end": 41,
"score": 0.9994063377380371,
"start": 18,
"tag": "NAME",
"value": "Olaf Delgado-Friedrichs"
},
{
"context": " and the input files are hardwired.\n * \n * @author ... | null | [] | /*
Copyright 2008 <NAME>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distribu... | 13,434 | 0.582448 | 0.576949 | 372 | 35.174732 | 26.268652 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.709677 | false | false | 12 |
255476d47d94c144f1310b43b2b862d6dd0231fe | 22,694,607,234,157 | 92f605858ca3c3780dcfb1ef4ed2be76276c73e6 | /src/cn/BlackHumour/TaxSys/dept/dao/DeptMapper.java | dda4712686b1483a8cb133bb8cf786d7488c2be2 | [] | no_license | shuangbofu/TaxSys | https://github.com/shuangbofu/TaxSys | 27ce3652ad21fb3bc544c2fbfb52957de01a9ff6 | b093d4cfdab28be2337da3da3dc740c5188bfb41 | refs/heads/master | 2021-06-12T10:26:43.342000 | 2017-03-21T12:52:34 | 2017-03-21T12:52:34 | 85,700,370 | 6 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.BlackHumour.TaxSys.dept.dao;
import cn.BlackHumour.TaxSys.core.dao.BaseMapper;
import cn.BlackHumour.TaxSys.dept.entity.Dept;
/**
*
*
*
*/
public interface DeptMapper extends BaseMapper<Dept> {
}
| UTF-8 | Java | 217 | java | DeptMapper.java | Java | [] | null | [] | package cn.BlackHumour.TaxSys.dept.dao;
import cn.BlackHumour.TaxSys.core.dao.BaseMapper;
import cn.BlackHumour.TaxSys.dept.entity.Dept;
/**
*
*
*
*/
public interface DeptMapper extends BaseMapper<Dept> {
}
| 217 | 0.737327 | 0.737327 | 13 | 15.692307 | 21.120113 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 12 |
ca0cc611d33fec62a4400fe55b7b270b0e167d70 | 10,488,310,192,010 | b5963bf69d662d9e2bb2703dd5f09079fcb38987 | /app/src/main/java/com/maatayim/talklet/screens/mainactivity/record/children/RecordChildrenAdapter.java | 101dc623c031473c620436f7bbe34e44353a5b04 | [] | no_license | rnmisrahi/talk-anupam | https://github.com/rnmisrahi/talk-anupam | 2db5c68ea7426f0454915dbb3ad4aebcee9338c8 | f8e09f384ef224a3b9adfc0d86d7040b2a14d447 | refs/heads/master | 2021-04-27T10:48:36.861000 | 2018-02-22T23:20:11 | 2018-02-22T23:20:11 | 122,546,957 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.maatayim.talklet.screens.mainactivity.record.children;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.maatayim.talklet.R;
import com.maatayim.talklet.screens.Child;
import com.maatayim.talklet.screens.m... | UTF-8 | Java | 2,384 | java | RecordChildrenAdapter.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Sophie on 6/6/2017\n */\n\npublic class RecordChildrenAdapt",
"end": 506,
"score": 0.9976816177368164,
"start": 500,
"tag": "NAME",
"value": "Sophie"
}
] | null | [] | package com.maatayim.talklet.screens.mainactivity.record.children;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.maatayim.talklet.R;
import com.maatayim.talklet.screens.Child;
import com.maatayim.talklet.screens.m... | 2,384 | 0.665268 | 0.661913 | 86 | 26.72093 | 25.69257 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395349 | false | false | 12 |
f43a098397137de3630cd568c92d12f362db2465 | 19,413,252,201,295 | b7d4f602c7944cbd176e50c3777d644a1a16dd33 | /Codeforces984A.java | fc127e753c441751870fec4bf56e4e9527cdc163 | [] | no_license | yovrer/ProblemSolving | https://github.com/yovrer/ProblemSolving | 6a499b66f3c189446f8785251baec6dab383f29f | 941c611724e9633056072415c2f8617f915205eb | refs/heads/master | 2020-03-17T07:01:49.947000 | 2018-08-12T12:51:53 | 2018-08-12T12:51:53 | 133,379,633 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
import java.util.Scanner;
public class Codeforces984A {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int n = input.nextInt();
int [] numbers = new int[n];
for (int i = 0; i < n; i++) {
numbers[i] = input.nextIn... | UTF-8 | Java | 518 | java | Codeforces984A.java | Java | [] | null | [] | import java.util.Arrays;
import java.util.Scanner;
public class Codeforces984A {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
int n = input.nextInt();
int [] numbers = new int[n];
for (int i = 0; i < n; i++) {
numbers[i] = input.nextIn... | 518 | 0.515444 | 0.498069 | 19 | 26.263159 | 15.613227 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 12 |
22b273fc7f3528736080a8259745dd4ddadae926 | 8,701,603,761,260 | d03a301fa3d6a1cc3e24a9d5699f78c843c83364 | /BotDmsFmApp/src/com/kcs/model/Datasetfla.java | b06728c37b2cdbd18c2580513b2945aa1cb7a243 | [] | no_license | Autobot-IT/DMS-Project | https://github.com/Autobot-IT/DMS-Project | aad427570a57b24c501a9b105e750c4f54c16bd8 | f2654528bb416d9ad3dc47114ca636f7037a3242 | refs/heads/master | 2020-01-21T19:41:07.456000 | 2014-12-19T09:46:12 | 2014-12-19T09:46:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.kcs.model;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import javax.persi... | UTF-8 | Java | 29,430 | java | Datasetfla.java | Java | [
{
"context": ".annotation.XmlRootElement;\r\n\r\n/**\r\n *\r\n * @author chawachote\r\n */\r\n@Entity\r\n@Table(name = \"DATASETFLA\")\r\n@XmlR",
"end": 702,
"score": 0.9996196627616882,
"start": 692,
"tag": "USERNAME",
"value": "chawachote"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.kcs.model;
import java.io.Serializable;
import java.math.BigDecimal;
import java.util.Date;
import javax.persi... | 29,430 | 0.637445 | 0.637343 | 977 | 28.122826 | 30.17878 | 298 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380757 | false | false | 12 |
8f1fbe8e6d7b902c5c6ab43e02a800b1b3bf3a52 | 27,427,661,173,779 | ab2e0f92e61ee4deaecab79851d47617e2eb2190 | /CloneGear/src/yoshikihigo/clonegear/gui/data/clone/CloneFirstPositionOffsetData.java | d226821ff7a88beccadfef7e2ac37088549060ef | [] | no_license | YoshikiHigo/CloneGear | https://github.com/YoshikiHigo/CloneGear | 336eb33efb5eb907954d9f3af00d915a8ba95a5f | 18d9f8b9efc98251c59cd6bdab597241fd5bd4bc | refs/heads/master | 2021-01-17T15:18:19.129000 | 2018-04-15T17:15:59 | 2018-04-15T17:15:59 | 38,199,891 | 3 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package yoshikihigo.clonegear.gui.data.clone;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
public class CloneFirstPositionOffsetData {
private static CloneFirstPositionOffsetData SINGLETON = null;
public static CloneFirstPosition... | UTF-8 | Java | 1,085 | java | CloneFirstPositionOffsetData.java | Java | [] | null | [] | package yoshikihigo.clonegear.gui.data.clone;
import java.util.Collections;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
public class CloneFirstPositionOffsetData {
private static CloneFirstPositionOffsetData SINGLETON = null;
public static CloneFirstPosition... | 1,085 | 0.75023 | 0.745622 | 43 | 24.232557 | 22.876654 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.55814 | false | false | 12 |
fb6e62836aef9bc0c3a0c9110ef508e828f8a7d4 | 25,572,235,349,838 | ebbcb0d791685a1ec5eb77d92341deb0861256c1 | /src/main/java/com/debts/debtsapi/controllers/UsersController.java | 63ae1d1dae11e2a5517f267ada56b3c6037e9454 | [] | no_license | aaalimdzhanov/JavaDebts-Microservices | https://github.com/aaalimdzhanov/JavaDebts-Microservices | 6ae0120893d3e4ffe35cb96347b3f13b4fcc6bee | 7c117f01728492488883c22c7ea0b04167cc4532 | refs/heads/master | 2020-08-16T05:46:34.285000 | 2019-10-16T05:27:57 | 2019-10-16T05:27:57 | 215,029,359 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.debts.debtsapi.controllers;
import com.debts.debtsapi.models.UserModel;
import com.debts.debtsapi.repositorys.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapp... | UTF-8 | Java | 762 | java | UsersController.java | Java | [] | null | [] | package com.debts.debtsapi.controllers;
import com.debts.debtsapi.models.UserModel;
import com.debts.debtsapi.repositorys.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapp... | 762 | 0.78084 | 0.78084 | 28 | 26.214285 | 23.173811 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 12 |
80de0c3e026fb89117dd687f6a4eb1a6b2ff29f5 | 39,591,008,539,975 | a03e2c66df08fc72476aa0295dbc47ad90657dc5 | /genetics/src/main/java/ar/edu/itba/sia/genetics/fenotypes/FitnessFunction.java | d16157c48c02f462f9fa57394bbc73c3b14b133e | [] | no_license | matidomingues/SIA | https://github.com/matidomingues/SIA | 8b48e6a9c75536a09a1fb356a60f639d764edbcc | 3860a7632d9f99d7b8aa19d637a838accb1666b4 | refs/heads/master | 2021-05-28T02:55:25.710000 | 2014-05-27T22:21:28 | 2014-05-27T22:21:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ar.edu.itba.sia.genetics.fenotypes;
/**
* Created with IntelliJ IDEA.
* User: facundo
* Date: 23/05/14
* Time: 21:33
* To change this template use File | Settings | File Templates.
*/
public interface FitnessFunction {
double evaluate(Fenotype f);
}
| UTF-8 | Java | 267 | java | FitnessFunction.java | Java | [
{
"context": "ypes;\n\n/**\n * Created with IntelliJ IDEA.\n * User: facundo\n * Date: 23/05/14\n * Time: 21:33\n * To change thi",
"end": 96,
"score": 0.9827946424484253,
"start": 89,
"tag": "USERNAME",
"value": "facundo"
}
] | null | [] | package ar.edu.itba.sia.genetics.fenotypes;
/**
* Created with IntelliJ IDEA.
* User: facundo
* Date: 23/05/14
* Time: 21:33
* To change this template use File | Settings | File Templates.
*/
public interface FitnessFunction {
double evaluate(Fenotype f);
}
| 267 | 0.707865 | 0.670412 | 13 | 19.538462 | 18.890842 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 12 |
d10d403c0fcd293b5554ec0633265aca0d0954c2 | 37,400,575,250,063 | d67dbb4814c58e186c21a6f849ceb2767ed79f71 | /app/src/main/java/com/shaoyue/weizhegou/module/dhgl/fragment/XcjyFragment.java | 4f9f9843ea0f56ec7b1285aae3638bc0b5401151 | [
"Apache-2.0"
] | permissive | coypanglei/nanjinJianduo | https://github.com/coypanglei/nanjinJianduo | 3234b04c18e5d5e36abfc111e3bde1704c47d2a1 | b6ca49d6fa1182bbf61214338ab08aba63786e4a | refs/heads/master | 2020-08-29T22:45:15.801000 | 2020-04-27T09:13:09 | 2020-04-27T09:13:09 | 218,192,749 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shaoyue.weizhegou.module.dhgl.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import ... | UTF-8 | Java | 18,804 | java | XcjyFragment.java | Java | [] | null | [] | package com.shaoyue.weizhegou.module.dhgl.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.EditText;
import ... | 18,804 | 0.535231 | 0.532827 | 535 | 33.220562 | 25.665934 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566355 | false | false | 12 |
683fde1106573dbd71a28b98cb80db9495e6efee | 6,768,868,520,408 | 2713c165392681b881347f82d26b03b019243ae7 | /DashboardProject/src/dashboardproject/DashboardProject.java | bde3d7c6668870e68cf3c478149dd909d8db5e5e | [] | no_license | WillianCieslak/TrainDashoard | https://github.com/WillianCieslak/TrainDashoard | 44d7afb9b51ab83b7273d3147c17e799bee3590d | cadcdf5ec4109a1f1ecab882721a7046c9481ac4 | refs/heads/master | 2022-09-21T02:04:23.010000 | 2020-06-01T23:01:08 | 2020-06-01T23:01:08 | 268,646,962 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package dashboardproject;
import factory.GaugeFactory;
import beans.ProgressBean;
import beans.TrafficLightBean;
import gauges.Gauge;
... | UTF-8 | Java | 11,030 | java | DashboardProject.java | Java | [
{
"context": "mport scripreader.SingletonXML;\n\n/**\n *\n * @author florinoprea, williancieslak\n */\npublic class DashboardProject",
"end": 1344,
"score": 0.9980146288871765,
"start": 1333,
"tag": "USERNAME",
"value": "florinoprea"
},
{
"context": "ader.SingletonXML;\n\n/**\n *\n *... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package dashboardproject;
import factory.GaugeFactory;
import beans.ProgressBean;
import beans.TrafficLightBean;
import gauges.Gauge;
... | 11,030 | 0.5699 | 0.559565 | 296 | 36.263512 | 21.825277 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.699324 | false | false | 12 |
8b18466a31a17d68686e29007b6f5d38479c491d | 6,768,868,521,090 | de24532c4d30beb3a8ff73c0369f7087dce71601 | /src/edu/mum/cs/cs425/lesson10/jpademoapp/ProductMgmtApp.java | 8f9b1fb95765a22d107df2428fecac7e57c3c1ef | [] | no_license | maxiplux/TemplateConsoleJPA | https://github.com/maxiplux/TemplateConsoleJPA | 618363a71ffde834f1343c0c60b6dd036518737b | a6be33fbc34367e67f4eb259d0df9fe0fd0a0ac3 | refs/heads/master | 2020-03-25T16:07:33.232000 | 2018-08-07T20:33:50 | 2018-08-07T20:33:50 | 143,915,663 | 0 | 0 | null | false | 2019-11-25T03:12:08 | 2018-08-07T19:03:06 | 2018-08-07T20:33:54 | 2019-11-25T03:12:07 | 254 | 0 | 0 | 5 | Java | false | false | package edu.mum.cs.cs425.lesson10.jpademoapp;
import edu.mum.cs.cs425.lesson10.jpademoapp.model.Product;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import java.util.Date;
import java.util.List;
public class ProductMgmtApp {
privat... | UTF-8 | Java | 1,332 | java | ProductMgmtApp.java | Java | [] | null | [] | package edu.mum.cs.cs425.lesson10.jpademoapp;
import edu.mum.cs.cs425.lesson10.jpademoapp.model.Product;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import java.util.Date;
import java.util.List;
public class ProductMgmtApp {
privat... | 1,332 | 0.68018 | 0.660661 | 50 | 25.639999 | 22.042469 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58 | false | false | 12 |
987e343dd22802df6ebda0ffb7cd0f07d8c43362 | 17,428,977,313,483 | 50e892bc406d16a2cff2512f1d742d6a0b46967f | /mall-member/src/main/java/org/zrclass/mall/member/dao/MemberLevelDao.java | b6490d276158ad85f80df100aa74ec0154fdd7a8 | [] | no_license | zrclass/zmall | https://github.com/zrclass/zmall | df53dda35e8944b4687dcd1a14d67b79a75ef0cf | fa288a0634a93e0415bfbfc486759e75ae92894b | refs/heads/main | 2023-05-29T00:42:07.018000 | 2021-06-13T08:08:18 | 2021-06-13T08:08:18 | 367,659,799 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.zrclass.mall.member.dao;
import org.zrclass.mall.member.entity.MemberLevelEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 会员等级
*
* @author zhourui
* @email 1312311306@qq.com
* @date 2021-05-15 18:10:35
*/
@Mapper
public interface Me... | UTF-8 | Java | 385 | java | MemberLevelDao.java | Java | [
{
"context": "is.annotations.Mapper;\n\n/**\n * 会员等级\n * \n * @author zhourui\n * @email 1312311306@qq.com\n * @date 2021-05-15 1",
"end": 231,
"score": 0.9976580142974854,
"start": 224,
"tag": "USERNAME",
"value": "zhourui"
},
{
"context": "er;\n\n/**\n * 会员等级\n * \n * @author zhour... | null | [] | package org.zrclass.mall.member.dao;
import org.zrclass.mall.member.entity.MemberLevelEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 会员等级
*
* @author zhourui
* @email <EMAIL>
* @date 2021-05-15 18:10:35
*/
@Mapper
public interface MemberLevelD... | 375 | 0.766578 | 0.702918 | 17 | 21.17647 | 22.718832 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 12 |
6433532d33c0038d18c70955b284d959ec517573 | 8,615,704,426,015 | 181d1397aa8fe08d9d8855218d75632cece3c2fd | /src/org/sigimera/safetravel/presentation/model/Constants.java | 85755b5235bb0bbec334ba117b20599d543e9242 | [] | no_license | an0ther-koni/safetravel-android-app | https://github.com/an0ther-koni/safetravel-android-app | 3312ea557bb9f25682a071d2f24682dd5406310a | 0f2a9fd42b3aca531080235434280cbb2d38dc85 | refs/heads/master | 2021-05-27T18:50:39.436000 | 2013-01-25T08:47:04 | 2013-01-25T08:47:04 | 7,816,619 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sigimera.safetravel.presentation.model;
public abstract class Constants {
public static final String VERSION = "v0.0.1";
}
| UTF-8 | Java | 138 | java | Constants.java | Java | [] | null | [] | package org.sigimera.safetravel.presentation.model;
public abstract class Constants {
public static final String VERSION = "v0.0.1";
}
| 138 | 0.775362 | 0.753623 | 6 | 22 | 22.345768 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
a0c10169e17b3016c7b19d1b7b8b52125a535190 | 25,099,788,904,372 | f6c44b8ac6198eaadd9988ee462c11f83036763a | /spring-data-test/src/main/java/com/spring/data/redis/DictionaryDao.java | c9474d1cd6e59ccba1a82fe81ab91c3c9e849d6a | [] | no_license | xinglongjian/spring-parent | https://github.com/xinglongjian/spring-parent | 24a448d950d700da65abcc91b5f05d2b7e6c9cca | 89834677b98c015e9635a10de4516f0dff0c19dc | refs/heads/master | 2020-08-05T17:21:35.163000 | 2018-03-01T07:13:36 | 2018-03-01T07:13:36 | 67,757,570 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spring.data.redis;
import java.util.Arrays;
import java.util.List;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.stereotype.Repository;
@Repository
public class DictionaryDao ... | UTF-8 | Java | 1,861 | java | DictionaryDao.java | Java | [] | null | [] | package com.spring.data.redis;
import java.util.Arrays;
import java.util.List;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.stereotype.Repository;
@Repository
public class DictionaryDao ... | 1,861 | 0.770016 | 0.767867 | 64 | 28.078125 | 25.844067 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.609375 | false | false | 12 |
3973a9d987a1b486e110068364d57a14a568d622 | 21,577,915,715,179 | 575059af8f8f58e586b09b17c059a84e0968fe95 | /src/TenNumbersLine.java | 21a7b7077bc44340e9bb2e133f621a5182d5a27e | [
"MIT"
] | permissive | aster-niene/java-course | https://github.com/aster-niene/java-course | d64ef63bebaf2bcd994b61bbc147bacc62510fff | 6ac319914952d0631077e4c5933387ddc7134421 | refs/heads/master | 2022-11-19T02:48:08.488000 | 2022-10-30T10:44:19 | 2022-10-30T10:44:19 | 165,105,348 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner; // сразу от x до y по n в строке
public class TenNumbersLine {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("Введите начало диапазона ");
int beginRange = scanner.nextInt();
System.out.print("Введите к... | UTF-8 | Java | 856 | java | TenNumbersLine.java | Java | [] | null | [] | import java.util.Scanner; // сразу от x до y по n в строке
public class TenNumbersLine {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.print("Введите начало диапазона ");
int beginRange = scanner.nextInt();
System.out.print("Введите к... | 856 | 0.544156 | 0.536364 | 24 | 31.083334 | 20.635561 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 12 |
0a7dbf466d0fd7f1bb493eaf667bb24e5e7261a8 | 26,603,027,450,418 | 3b2b466ccd437b7516fd649e731963f3aced6ae9 | /gateleen-runconfig/src/main/java/org/swisspush/gateleen/runconfig/RunConfig.java | fafbab4b14fe6226fa613fb679a48c31098dd932 | [
"Apache-2.0"
] | permissive | lg906321/gateleen | https://github.com/lg906321/gateleen | 81e9acae6154b2e540f16b63a6947f07c6eb9e87 | 15de8ce102cb4e59241bccbfe4303fd910b07c8f | refs/heads/master | 2021-05-12T14:48:39.785000 | 2017-12-31T06:23:47 | 2017-12-31T06:23:47 | 116,966,300 | 1 | 0 | null | true | 2018-01-10T14:11:12 | 2018-01-10T14:11:12 | 2018-01-10T00:47:04 | 2018-01-10T09:11:57 | 1,976 | 0 | 0 | 0 | null | false | null | package org.swisspush.gateleen.runconfig;
import io.vertx.core.DeploymentOptions;
import io.vertx.core.Handler;
import io.vertx.core.Vertx;
import io.vertx.core.http.HttpServerRequest;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.web.RoutingContext;
import io.vertx.redis.RedisClient;
import org.apache.com... | UTF-8 | Java | 32,581 | java | RunConfig.java | Java | [
{
"context": "igure verticles.\n *\n * @author https://github.com/mcweba [Marc-Andre Weber]\n */\npublic class RunConfig {\n\n",
"end": 2672,
"score": 0.9995937347412109,
"start": 2666,
"tag": "USERNAME",
"value": "mcweba"
},
{
"context": "rticles.\n *\n * @author https://github.com/... | null | [] | package org.swisspush.gateleen.runconfig;
import io.vertx.core.DeploymentOptions;
import io.vertx.core.Handler;
import io.vertx.core.Vertx;
import io.vertx.core.http.HttpServerRequest;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.web.RoutingContext;
import io.vertx.redis.RedisClient;
import org.apache.com... | 32,571 | 0.636874 | 0.634941 | 723 | 44.063625 | 39.199829 | 347 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.650069 | false | false | 12 |
7b17a85e495f9a07f6028ea9979ffedae89ef643 | 27,281,632,299,593 | a7ef48d3121cee6060fa45239ffa8759ac73538a | /src/main/java/nz/co/fmg/redis/Utils/BoomiUtils.java | 857c5d13bf7640cdf0a1bad034798021345dba9a | [] | no_license | spatrick195/Boomi-Redis-Connector | https://github.com/spatrick195/Boomi-Redis-Connector | 4330dc82ddacf440f39e7cfe52c4dd498d0b2f30 | 1efe30335a557b955482b41517ffbf9b1f4d8e9c | refs/heads/master | 2023-06-03T17:11:01.431000 | 2021-06-25T01:05:45 | 2021-06-25T01:05:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nz.co.fmg.redis.Utils;
import com.boomi.connector.api.OperationContext;
import com.boomi.connector.api.PropertyMap;
import com.boomi.connector.api.TrackedData;
import java.util.Map;
import java.util.Objects;
public class BoomiUtils {
/**
* @param data The data being passed
* @param prop... | UTF-8 | Java | 2,312 | java | BoomiUtils.java | Java | [] | null | [] | package nz.co.fmg.redis.Utils;
import com.boomi.connector.api.OperationContext;
import com.boomi.connector.api.PropertyMap;
import com.boomi.connector.api.TrackedData;
import java.util.Map;
import java.util.Objects;
public class BoomiUtils {
/**
* @param data The data being passed
* @param prop... | 2,312 | 0.66436 | 0.66436 | 60 | 37.533333 | 30.294371 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 12 |
a6bd90530cb161a350c9763e935c0770d2ea5f36 | 9,294,309,264,479 | 7adeba4ba05fdc86d5a6190b09efb83858fcfe5b | /src/main/java/eu/mcone/skypvp/inventory/ShopItem.java | 4571d1f810f80739187a736b52eead748ad16c98 | [] | no_license | mconeeu/skypvp | https://github.com/mconeeu/skypvp | 556f809ddac0fc3ce0130a5973d0097c14c908bf | e4b0d33dec34a50d314c6d4e24092b27d41d406a | refs/heads/master | 2023-08-05T00:21:38.372000 | 2021-09-16T14:43:26 | 2021-09-16T14:43:26 | 407,200,891 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2017 -2018 Dominik Lippl, Rufus Maiwald and the MC ONE Minecraftnetwork. All rights reserved
* You are not allowed to decompile the code
*/
package eu.mcone.skypvp.inventory;
import eu.mcone.coresystem.api.bukkit.item.ItemBuilder;
import org.bukkit.Material;
import org.bukkit.enchantments.Enchan... | UTF-8 | Java | 7,976 | java | ShopItem.java | Java | [
{
"context": "/*\n * Copyright (c) 2017 -2018 Dominik Lippl, Rufus Maiwald and the MC ONE Minecraftnetwork. A",
"end": 44,
"score": 0.9998491406440735,
"start": 31,
"tag": "NAME",
"value": "Dominik Lippl"
},
{
"context": "/*\n * Copyright (c) 2017 -2018 Dominik Lippl, Rufus Maiwald a... | null | [] | /*
* Copyright (c) 2017 -2018 <NAME>, <NAME> and the MC ONE Minecraftnetwork. All rights reserved
* You are not allowed to decompile the code
*/
package eu.mcone.skypvp.inventory;
import eu.mcone.coresystem.api.bukkit.item.ItemBuilder;
import org.bukkit.Material;
import org.bukkit.enchantments.Enchantment;
import ... | 7,962 | 0.721708 | 0.663837 | 78 | 98.692307 | 90.125313 | 325 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.75641 | false | false | 12 |
44cca0fc1c49b2c6952e50487534c6ea593e4335 | 27,358,941,723,714 | fb5c5962dbcbe02db2adf472e5c9a024f74219d4 | /src/main/java/uk/gov/companieshouse/api/accounts/links/TransactionLinkType.java | 4371e6e6d954715543994de4ce4aaf09880e8399 | [
"MIT"
] | permissive | companieshouse/company-accounts.api.ch.gov.uk | https://github.com/companieshouse/company-accounts.api.ch.gov.uk | 27dcfeefdefcd5c1beae1902a64a5576bcf59240 | 20b9ab85a180b3fe7e39e4649d4b895de0b2ac6d | refs/heads/master | 2023-07-23T09:28:14.194000 | 2023-07-19T13:31:14 | 2023-07-19T13:31:14 | 137,176,372 | 3 | 1 | MIT | false | 2023-07-19T13:31:15 | 2018-06-13T07:06:55 | 2021-12-16T10:24:06 | 2023-07-19T13:31:14 | 4,109 | 2 | 1 | 3 | Java | false | false | package uk.gov.companieshouse.api.accounts.links;
public enum TransactionLinkType implements LinkType {
SELF("self"),
PAYMENTS("payments"),
RESOURCE("resource"),
VALIDATION_STATUS("validation_status"),
COSTS("costs");
private String link;
TransactionLinkType(String link) {
this.l... | UTF-8 | Java | 398 | java | TransactionLinkType.java | Java | [] | null | [] | package uk.gov.companieshouse.api.accounts.links;
public enum TransactionLinkType implements LinkType {
SELF("self"),
PAYMENTS("payments"),
RESOURCE("resource"),
VALIDATION_STATUS("validation_status"),
COSTS("costs");
private String link;
TransactionLinkType(String link) {
this.l... | 398 | 0.648241 | 0.648241 | 20 | 18.9 | 16.958479 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.45 | false | false | 12 |
fceef0723e74b50bebe3c49f3ca4ad357d3292d2 | 4,990,752,039,719 | 3b7921faee071629d3cc961f7a14cdc2af02c1df | /leecode/code/1095/1095.java | 4fdedf2310ef8c09d1d0c5a5ac1fbd0333c4b4b3 | [] | no_license | Xiaoboshi/Brush-Problem | https://github.com/Xiaoboshi/Brush-Problem | 6626c503bdc4924d9a2c7d161e4a40907d415458 | 8bb5f46566aed5deace8d438e41e0b1142b26bb3 | refs/heads/master | 2023-02-26T19:57:40.578000 | 2021-02-02T07:57:02 | 2021-02-02T07:57:02 | 213,524,588 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* // This is MountainArray's API interface.
* // You should not implement it, or speculate about its implementation
* interface MountainArray {
* public int get(int index) {}
* public int length() {}
* }
*/
class Solution {
public int findInMountainArray(int target, MountainArray mountainArr) {... | UTF-8 | Java | 1,726 | java | 1095.java | Java | [] | null | [] | /**
* // This is MountainArray's API interface.
* // You should not implement it, or speculate about its implementation
* interface MountainArray {
* public int get(int index) {}
* public int length() {}
* }
*/
class Solution {
public int findInMountainArray(int target, MountainArray mountainArr) {... | 1,726 | 0.448256 | 0.437791 | 59 | 28.169491 | 18.695738 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.457627 | false | false | 12 |
270ab2c2bb116355f67dd5706ea2212ac536c246 | 31,215,822,345,727 | d14136e051b1e5a3326333fa21336213f43ce48b | /app/src/main/java/toolbox/ll/com/toolbox/ui/base/adapters/BaseListAdapter.java | 744e3c0296103e901874e6bc7b70add54909a381 | [] | no_license | ling121785/android | https://github.com/ling121785/android | 1b832799be4035b6b8e76e2132db9e2fae32efec | 90104f19deec43dc1c0a783c0b47deb4202e5f69 | refs/heads/master | 2021-01-21T09:39:30.120000 | 2018-05-03T15:48:03 | 2018-05-03T15:48:03 | 91,663,843 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package toolbox.ll.com.toolbox.ui.base.adapters;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import java.util.List;
import toolbox.ll.com.toolbox.R;
/**
* Created by root on 2016/6/25.
*/
public abstract class BaseList... | UTF-8 | Java | 1,723 | java | BaseListAdapter.java | Java | [
{
"context": "mport toolbox.ll.com.toolbox.R;\n\n/**\n * Created by root on 2016/6/25.\n */\npublic abstract class BaseList",
"end": 270,
"score": 0.9811844825744629,
"start": 266,
"tag": "USERNAME",
"value": "root"
}
] | null | [] | package toolbox.ll.com.toolbox.ui.base.adapters;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import java.util.List;
import toolbox.ll.com.toolbox.R;
/**
* Created by root on 2016/6/25.
*/
public abstract class BaseList... | 1,723 | 0.655252 | 0.650029 | 69 | 23.971014 | 22.495714 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.463768 | false | false | 12 |
ba75b2ce143208fefbab5ac463ab7ec0945b9749 | 6,408,091,265,757 | d653fa8edeaa4dbd473e0e6857ba443e04e33b9f | /app/src/main/java/com/drugvilla/in/model/Pagination.java | 7eee0874af72747550067e2836f7babfd747e9f5 | [] | no_license | priya96501/Drugvilla | https://github.com/priya96501/Drugvilla | 1f8d9f2ba7c515a0be766ead1629cd36b28ad28b | ea83a36ea5feda4a4ccceb47ce9e44001dcafd00 | refs/heads/master | 2023-02-24T23:59:11.716000 | 2021-01-25T19:14:45 | 2021-01-25T19:14:45 | 332,847,006 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.drugvilla.in.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Pagination {
@SerializedName("current_page")
@Expose
private String currentPage;
@SerializedName("total_pages")
@Expose
private String maxPage;
publi... | UTF-8 | Java | 569 | java | Pagination.java | Java | [] | null | [] | package com.drugvilla.in.model;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Pagination {
@SerializedName("current_page")
@Expose
private String currentPage;
@SerializedName("total_pages")
@Expose
private String maxPage;
publi... | 569 | 0.690685 | 0.690685 | 27 | 20.074074 | 17.749128 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 12 |
b7aa22482f699fd80c29aaf39e822b4bd45b5116 | 11,476,152,651,624 | 13ff7e1297b0afb829c19cf3a3ceb7c3496d8338 | /ripple-bouncycastle/src/main/java/org/ripple/bouncycastle/crypto/tls/SRPTlsClient.java | e0e7e88dbcc8a7a30f01652210e4e9a6bac8f58e | [
"ISC",
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | xuejue/radarj | https://github.com/xuejue/radarj | 78c2587e75ae8da6d37f5558768dcc5970f927d4 | a4df68465e20d0ee9fce3a85e37c661eb2cec436 | refs/heads/master | 2020-06-19T13:25:26.057000 | 2016-05-12T08:45:28 | 2016-05-12T08:45:28 | 196,725,163 | 4 | 0 | null | true | 2019-07-13T13:32:15 | 2019-07-13T13:32:15 | 2019-07-13T13:32:12 | 2016-06-03T20:57:21 | 3,758 | 0 | 0 | 0 | null | false | false | package org.ripple.bouncycastle.crypto.tls;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.Hashtable;
import org.ripple.bouncycastle.util.Arrays;
import org.ripple.bouncycastle.util.Integers;
public abstract class SRPTlsClient
extends AbstractTlsClient
{
public static fina... | UTF-8 | Java | 5,140 | java | SRPTlsClient.java | Java | [
{
"context": " = Arrays.clone(identity);\n this.password = Arrays.clone(password);\n }\n\n public int[] getCipherSuite",
"end": 835,
"score": 0.7497490048408508,
"start": 823,
"tag": "PASSWORD",
"value": "Arrays.clone"
}
] | null | [] | package org.ripple.bouncycastle.crypto.tls;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.Hashtable;
import org.ripple.bouncycastle.util.Arrays;
import org.ripple.bouncycastle.util.Integers;
public abstract class SRPTlsClient
extends AbstractTlsClient
{
public static fina... | 5,138 | 0.664008 | 0.65 | 137 | 36.51825 | 32.485619 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.437956 | false | false | 12 |
142550f875062585838befbe2e1d8a644c621f69 | 13,700,945,717,321 | 31e0bfff1e21b1987e239dad6b6ecbfed7e0397e | /apay/src/main/java/com/ysxsoft/apaycoin/view/ShareActivity.java | 9691101af6aa7905ebf5cdab0fa281881bbb1c0f | [] | no_license | huguangcai/ApayCoin | https://github.com/huguangcai/ApayCoin | 024b65d373b897641b05f2b8e1b7a101c11f2b79 | 7d42cd5cda67098a80fad135c3b9f03245eb652a | refs/heads/master | 2020-09-06T22:39:35.414000 | 2019-11-09T01:55:41 | 2019-11-09T01:55:41 | 220,576,781 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ysxsoft.apaycoin.view;
import android.content.ClipboardManager;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Bundle;
import android.vi... | UTF-8 | Java | 6,176 | java | ShareActivity.java | Java | [
{
"context": "**\n * 描述: 分享界面\n * 日期: 2018/11/6 0006 13:45\n * 作者: 胡\n * 公司:郑州亿生信科技有限公司\n */\npublic class ShareActivity ",
"end": 1295,
"score": 0.7035418748855591,
"start": 1294,
"tag": "NAME",
"value": "胡"
}
] | null | [] | package com.ysxsoft.apaycoin.view;
import android.content.ClipboardManager;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Bundle;
import android.vi... | 6,176 | 0.611807 | 0.607355 | 155 | 38.122581 | 25.862 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.741935 | false | false | 12 |
855602be300166c099f308646d6d5cfd1dd0ca62 | 9,268,539,467,127 | cdf380f8ef99fadb0936a630887777e42bcec1c2 | /src/net/sw_expert/d3/Main3408.java | 93896c4cec36ce2e744c69fb42c74d1db922fcf9 | [] | no_license | tails5555/java_algo_play | https://github.com/tails5555/java_algo_play | 03f9c6c424eaca6b1d843425759ed8dc7eb1fd2b | d00b8a85a22e0bb93ec333621ca04a8d18347fbd | refs/heads/master | 2020-03-16T14:11:27.666000 | 2019-04-29T06:04:42 | 2019-04-29T06:04:42 | 132,709,942 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.sw_expert.d3;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
// SW Expert D3 세가지 합 구하기 문제 풀이
// 1~N 까지 합은 (N + 1) * N / 2
// 1, 3, ... , 2N - 1 까지 합은 N * N
// 2, 4, ... , 2N 까지 합은 N * N + 1
// 이를 응용하는 문제였음. 수학 개념 관련해서 알아두면 좋은 문제 :)
public class Main3408 {
... | UTF-8 | Java | 806 | java | Main3408.java | Java | [] | null | [] | package net.sw_expert.d3;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
// SW Expert D3 세가지 합 구하기 문제 풀이
// 1~N 까지 합은 (N + 1) * N / 2
// 1, 3, ... , 2N - 1 까지 합은 N * N
// 2, 4, ... , 2N 까지 합은 N * N + 1
// 이를 응용하는 문제였음. 수학 개념 관련해서 알아두면 좋은 문제 :)
public class Main3408 {
... | 806 | 0.569209 | 0.539548 | 21 | 32.714287 | 23.77302 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.952381 | false | false | 12 |
1ed544c3a9b2cdee60310163bac5d83cca1da881 | 3,770,981,286,076 | dea02adb22e9a60647d85d08f29be1de602b3ee5 | /app/src/main/java/com/sashamakkar/medicare/ReportAdapter.java | 5c00394cfde67323b5826dbb85100cdd12786001 | [] | no_license | sashamakkar/Medicare | https://github.com/sashamakkar/Medicare | 48b5eb970d2c11b7a6f525b164dae9492d7729db | 4838e6ef9ecbafff44ee7d44ec3bdf03be87f5ff | refs/heads/master | 2020-05-17T14:18:44.895000 | 2019-04-27T11:13:39 | 2019-04-27T11:13:39 | 183,760,321 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sashamakkar.medicare;
import android.content.Context;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget... | UTF-8 | Java | 1,853 | java | ReportAdapter.java | Java | [] | null | [] | package com.sashamakkar.medicare;
import android.content.Context;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget... | 1,853 | 0.717755 | 0.717215 | 64 | 27.953125 | 28.411282 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 12 |
2e79002424314b744a2a63c0aa2e2e48d99d52a5 | 3,770,981,286,363 | 85f8ea635cdcdcbf58253637916353571733d343 | /spring-core/src/main/java/com/baeldung/noinjection/consumer/AccountTransferImpl.java | 7a97fddce33d676313dba9abbdb11aceb8e16729 | [] | no_license | kunwarjee-pathak/tutorials | https://github.com/kunwarjee-pathak/tutorials | c64694196b1f293f69319b0c2a3c7eb080c32f84 | 1f8b6393226eaf2e16074c327ab9b17a4a87a70a | refs/heads/master | 2020-12-31T00:29:41.172000 | 2017-03-17T21:58:12 | 2017-03-17T21:58:12 | 85,354,931 | 0 | 0 | null | true | 2017-03-17T21:10:05 | 2017-03-17T21:10:05 | 2017-03-17T16:22:03 | 2017-03-17T19:05:25 | 23,043 | 0 | 0 | 0 | null | null | null | package com.baeldung.noinjection.consumer;
import java.math.BigDecimal;
public class AccountTransferImpl implements IAccountTransfer {
private IAccountTransaction transaction;
public void setTransaction(IAccountTransaction transaction) {
this.transaction = transaction;
}
public void deposit(... | UTF-8 | Java | 502 | java | AccountTransferImpl.java | Java | [] | null | [] | package com.baeldung.noinjection.consumer;
import java.math.BigDecimal;
public class AccountTransferImpl implements IAccountTransfer {
private IAccountTransaction transaction;
public void setTransaction(IAccountTransaction transaction) {
this.transaction = transaction;
}
public void deposit(... | 502 | 0.743028 | 0.743028 | 21 | 22.904762 | 23.6057 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 12 |
407b0f705e7d6cc1cb8abea962dbe2c23cd2fa25 | 6,081,673,706,945 | 1bfd5fbab21d41846b5d092484e82e237aa2dec3 | /src/main/java/c17/s3/SleepAndYield.java | 1084a157ec41c9bef48feb6e11678810a51fc18b | [] | no_license | scmod/jls8 | https://github.com/scmod/jls8 | 0054507f38f954204317883d8a3c038c4e877d30 | cc42604dbaa608618d17f87341d89ce2263beec9 | refs/heads/master | 2021-01-17T10:23:57.777000 | 2016-06-29T09:24:25 | 2016-06-29T09:24:25 | 59,716,124 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package c17.s3;
public class SleepAndYield {
boolean flag = true;
public static void main(String[] args) {
SleepAndYield say = new SleepAndYield();
new Thread(new Runnable() {
@Override
public void run() {
try {
Thread.sleep(2000);
say.flag = false;
} catch (InterruptedException e) {
... | UTF-8 | Java | 587 | java | SleepAndYield.java | Java | [] | null | [] | package c17.s3;
public class SleepAndYield {
boolean flag = true;
public static void main(String[] args) {
SleepAndYield say = new SleepAndYield();
new Thread(new Runnable() {
@Override
public void run() {
try {
Thread.sleep(2000);
say.flag = false;
} catch (InterruptedException e) {
... | 587 | 0.579216 | 0.560477 | 34 | 16.264706 | 13.348956 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.823529 | false | false | 12 |
4dc4d0433770121275824632d69e2d0fa25a6709 | 27,066,883,962,590 | 58bab0721b09e9fc6600bd0c80ae280f99d4d6ce | /src/main/java/com/cloudeurope/agreement/Entity/AuthEntity.java | 76010b9b4cf42110fcdf0799c8cf2a85f69148d6 | [] | no_license | sunAlsoRises/yunou | https://github.com/sunAlsoRises/yunou | 4485cd6b4d44a8e1965f9309ca2e31c47b5eafa8 | d204ac5f7c50eb0e3bd7116c4f2c425f476eb2d2 | refs/heads/master | 2020-08-01T11:37:52.195000 | 2019-09-26T03:29:34 | 2019-09-26T03:29:34 | 210,984,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cloudeurope.agreement.Entity;
/**
* 认证
*/
public class AuthEntity extends PublicEntity {
//时间戳
private int DataTime;
//用户名
private String UserName;
//密码
private String PassWord;
public int getDataTime() {
return DataTime;
}
public void setDataTime(int dataTim... | UTF-8 | Java | 680 | java | AuthEntity.java | Java | [] | null | [] | package com.cloudeurope.agreement.Entity;
/**
* 认证
*/
public class AuthEntity extends PublicEntity {
//时间戳
private int DataTime;
//用户名
private String UserName;
//密码
private String PassWord;
public int getDataTime() {
return DataTime;
}
public void setDataTime(int dataTim... | 680 | 0.612121 | 0.612121 | 37 | 16.837837 | 15.733444 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.27027 | false | false | 12 |
2eac0e97606a36e2d2a8734bb8d04701936f14ba | 20,203,526,174,651 | e26a8434566b1de6ea6cbed56a49fdb2abcba88b | /model-auth-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/LoanData1.java | ce44719b0e2a63506dcc19d9aedba7a0eb5e5124 | [
"Apache-2.0"
] | permissive | adilkangerey/prowide-iso20022 | https://github.com/adilkangerey/prowide-iso20022 | 6476c9eb8fafc1b1c18c330f606b5aca7b8b0368 | 3bbbd6804eb9dc4e1440680e5f9f7a1726df5a61 | refs/heads/master | 2023-09-05T21:41:47.480000 | 2021-10-03T20:15:26 | 2021-10-03T20:15:26 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.prowidesoftware.swift.model.mx.dic;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;... | UTF-8 | Java | 9,422 | java | LoanData1.java | Java | [] | null | [] |
package com.prowidesoftware.swift.model.mx.dic;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;... | 9,422 | 0.579283 | 0.573127 | 399 | 22.611528 | 18.450285 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.210526 | false | false | 12 |
ff4bdeb444703c918e6cf772d793356b96d5282d | 16,466,904,618,876 | 60bc3d204aae5427119d48e325a95096d373b38b | /src/java/com/centroatencion/managedbean/MenuController.java | 2749eba3912900686bbd12cbe2982d0acea3ff2b | [] | no_license | wgcarvajal/CentroAtencion | https://github.com/wgcarvajal/CentroAtencion | 0333a5f3621bb2ec07147948de0659137b0d3d42 | 9e83b752f210502f7aaf2900a8b2e957630c4115 | refs/heads/master | 2022-07-19T06:17:24.499000 | 2020-05-27T20:26:13 | 2020-05-27T20:26:13 | 257,684,124 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.centroatencion.managedbean;
import java.io.Serializable;
import javax.enterprise.context.SessionScoped;
import javax.faces... | UTF-8 | Java | 726 | java | MenuController.java | Java | [
{
"context": "t javax.faces.bean.ManagedBean;\n\n/**\n *\n * @author Wilson Carvajal\n */\n@ManagedBean(name=\"menuController\")\n@SessionS",
"end": 373,
"score": 0.9998793601989746,
"start": 358,
"tag": "NAME",
"value": "Wilson Carvajal"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.centroatencion.managedbean;
import java.io.Serializable;
import javax.enterprise.context.SessionScoped;
import javax.faces... | 717 | 0.670799 | 0.670799 | 31 | 22.419355 | 21.205256 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 12 |
986557af33de6621efdcd53120f61165ef4ebef6 | 23,716,809,448,256 | 9dd75ebccdc64e9f380c93ff678f0bc5b107e7a4 | /src/Final/FinalLocalVariables.java | 01781b9d59e3627bbba0b892409fb9f14342952f | [] | no_license | JosephThachilGeorge/JosephLab | https://github.com/JosephThachilGeorge/JosephLab | 38c5d20e429bb7a23a892afa99f09e75761809b7 | b6c867bd6cdd303db3b7e6313407b90a05311cf5 | refs/heads/master | 2020-07-06T22:36:05.439000 | 2019-08-23T15:44:23 | 2019-08-23T15:44:23 | 203,159,203 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Final;
public class FinalLocalVariables {
int x=100;
final int y=200;
final int z;
FinalLocalVariables( int z){
this.z = z;
System.out.println("x:"+x);
System.out.println("y:"+y);
System.out.println("z:"+z);
}
}
| UTF-8 | Java | 267 | java | FinalLocalVariables.java | Java | [] | null | [] | package Final;
public class FinalLocalVariables {
int x=100;
final int y=200;
final int z;
FinalLocalVariables( int z){
this.z = z;
System.out.println("x:"+x);
System.out.println("y:"+y);
System.out.println("z:"+z);
}
}
| 267 | 0.573034 | 0.550562 | 18 | 13.777778 | 13.443526 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 12 |
17e2cf92e5a327be0d0a83eb77985316e013a02a | 3,753,801,445,491 | df30510d4f1aec56b9e9989e0211b5836774a1ed | /junit-boilerplate/src/main/test/com/stackroute/unittest/pe1/Question3_VowelConsonantsTest.java | a7478e2f02b91986838f66ea351cf1cc6fab3a8f | [] | no_license | swethadevi/Stackroute-Java-PE1 | https://github.com/swethadevi/Stackroute-Java-PE1 | e08f4138537dfc9f91bab1cdaa9dcd591511bb39 | 38d51a87f7366a2f16fc9cd4cb9fa1d485b55eb6 | refs/heads/master | 2020-04-12T01:51:47.872000 | 2018-12-20T11:41:20 | 2018-12-20T11:41:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.stackroute.unittest.pe1;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class Question3_VowelConsonantsTest {
Question3_VowelConsonants obj;
@Before
public void setUp() throws Exception {
Question3_VowelConsonants obj ... | UTF-8 | Java | 864 | java | Question3_VowelConsonantsTest.java | Java | [] | null | [] | package com.stackroute.unittest.pe1;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class Question3_VowelConsonantsTest {
Question3_VowelConsonants obj;
@Before
public void setUp() throws Exception {
Question3_VowelConsonants obj ... | 864 | 0.717593 | 0.709491 | 31 | 26.903225 | 34.858566 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.387097 | false | false | 12 |
d7b6442529ce575a7d6eb18f6479fc26ce6f9294 | 32,091,995,667,816 | 01a99d31bc60f38db75984b5e68c7df634da9a26 | /src/main/java/com/sanxia/salesManagement/system/service/ChangeInfoService.java | ca8ee1ccf32de7c534dd6c479149a650df94338f | [] | no_license | xucanfen/XSMSystem | https://github.com/xucanfen/XSMSystem | a208d46ced9cf0ebb8e74365ae916a6eb026c301 | 423e6b0090ea479c9043e4dc2633406f8c2825c2 | refs/heads/master | 2021-03-29T18:53:05.551000 | 2020-05-04T04:10:07 | 2020-05-04T04:10:07 | 247,977,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sanxia.salesManagement.system.service;
import java.util.List;
import com.sanxia.salesManagement.system.model.ChangeInfo;
public interface ChangeInfoService {
List<ChangeInfo> queryAllChangeInfo();
int addChangeInfoByInfo(ChangeInfo c);
ChangeInfo selectChangeInfoById(int changeId);
... | UTF-8 | Java | 503 | java | ChangeInfoService.java | Java | [] | null | [] | package com.sanxia.salesManagement.system.service;
import java.util.List;
import com.sanxia.salesManagement.system.model.ChangeInfo;
public interface ChangeInfoService {
List<ChangeInfo> queryAllChangeInfo();
int addChangeInfoByInfo(ChangeInfo c);
ChangeInfo selectChangeInfoById(int changeId);
... | 503 | 0.777336 | 0.777336 | 23 | 19.869566 | 23.869762 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.652174 | false | false | 12 |
a54be546e98d6c65bea3cebda711c5bc94691ef2 | 23,141,283,817,564 | 7a53d206277b5e6e30b83b7e86191f0d87ef7f4f | /app/src/main/java/com/example/chris/apexvr/apexGL/object/TexturedStaticObject.java | 04ccabf0ab7a09288270de94753271f7d0e45b7d | [] | no_license | FaultySynapse/ApexVR | https://github.com/FaultySynapse/ApexVR | 55beb07df582f559143175f976a0fbf4bc5ea8f1 | 80af56c132723fdc7baacba840a5cd5ed103ba1f | refs/heads/master | 2021-01-20T06:00:01.699000 | 2017-03-20T01:30:49 | 2017-03-20T01:30:49 | 83,866,087 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.chris.apexvr.apexGL.object;
import android.opengl.GLES30;
import android.util.Log;
import com.example.chris.apexvr.apexGL.mesh.InterleavedMesh;
import com.example.chris.apexvr.apexGL.shader.GLProgram;
import com.example.chris.apexvr.apexGL.mesh.TexturedInterleavedMesh;
import com.example.chris.ape... | UTF-8 | Java | 4,469 | java | TexturedStaticObject.java | Java | [
{
"context": "s.apexvr.apexGL.shader.Texture;\n\n/**\n * Created by Chris on 2/14/2017.\n */\n\npublic class TexturedStaticObj",
"end": 425,
"score": 0.9976742267608643,
"start": 420,
"tag": "NAME",
"value": "Chris"
}
] | null | [] | package com.example.chris.apexvr.apexGL.object;
import android.opengl.GLES30;
import android.util.Log;
import com.example.chris.apexvr.apexGL.mesh.InterleavedMesh;
import com.example.chris.apexvr.apexGL.shader.GLProgram;
import com.example.chris.apexvr.apexGL.mesh.TexturedInterleavedMesh;
import com.example.chris.ape... | 4,469 | 0.65518 | 0.624301 | 132 | 32.85606 | 31.610348 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.931818 | false | false | 12 |
f8262d66e5fcc81a9626926e9027735332ac8614 | 28,587,302,355,174 | e682fa3667adce9277ecdedb40d4d01a785b3912 | /internal/fischer/mangf/A048811.java | 9043f8c908ce64bd9e7185be921678ee00cf4741 | [
"Apache-2.0"
] | permissive | gfis/joeis-lite | https://github.com/gfis/joeis-lite | 859158cb8fc3608febf39ba71ab5e72360b32cb4 | 7185a0b62d54735dc3d43d8fb5be677734f99101 | refs/heads/master | 2023-08-31T00:23:51.216000 | 2023-08-29T21:11:31 | 2023-08-29T21:11:31 | 179,938,034 | 4 | 1 | Apache-2.0 | false | 2022-06-25T22:47:19 | 2019-04-07T08:35:01 | 2022-03-26T06:04:12 | 2022-06-25T22:47:18 | 8,156 | 3 | 0 | 1 | Roff | false | false | package irvine.oeis.a048;
// manually, 2021-07-01
import irvine.oeis.transform.EulerTransform;
import irvine.oeis.PrependSequence;
import irvine.oeis.SkipSequence;
/**
* A048811 Number of rooted trees with n nodes with every leaf at height 6.
* @author Georg Fischer
*/
public class A048811 extends SkipSequence {
... | UTF-8 | Java | 468 | java | A048811.java | Java | [
{
"context": "th n nodes with every leaf at height 6.\n * @author Georg Fischer\n */\npublic class A048811 extends SkipSequence {\n\n",
"end": 270,
"score": 0.9998566508293152,
"start": 257,
"tag": "NAME",
"value": "Georg Fischer"
}
] | null | [] | package irvine.oeis.a048;
// manually, 2021-07-01
import irvine.oeis.transform.EulerTransform;
import irvine.oeis.PrependSequence;
import irvine.oeis.SkipSequence;
/**
* A048811 Number of rooted trees with n nodes with every leaf at height 6.
* @author <NAME>
*/
public class A048811 extends SkipSequence {
/** C... | 461 | 0.722222 | 0.630342 | 18 | 25 | 24.899799 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722222 | false | false | 12 |
ff7bcadba99b0428496130d63e428aa5c00dbffd | 18,141,941,891,327 | 6d8cb7dd55e817e896fe4efc4f383fd7423109c9 | /Test-restful-service-client/src/main/java/com/aihuishou/service/client/AbstractRequest.java | 4fb9122a6a1a877885e61258a8de4f9b43c1f4db | [] | no_license | xujunmeng/Test-Project-master | https://github.com/xujunmeng/Test-Project-master | 4ae66a27d849d495c116a97a52046053cdb31c82 | 92787bfb1c276658b3098085ae4670130ec8ab2d | refs/heads/master | 2022-12-21T20:16:52.328000 | 2020-07-23T06:33:27 | 2020-07-23T06:33:27 | 124,840,814 | 0 | 0 | null | false | 2022-12-16T05:32:53 | 2018-03-12T06:01:29 | 2020-07-23T06:33:41 | 2022-12-16T05:32:53 | 95,395 | 0 | 0 | 335 | Java | false | false | package com.aihuishou.service.client;
import javax.ws.rs.core.MediaType;
import java.util.HashMap;
import java.util.List;
/**
* Created by james on 2017/5/31.
*/
public class AbstractRequest implements IRequest {
@Override
public MediaType getMediaType() {
return MediaType.APPLICATION_JSON_TYPE;
... | UTF-8 | Java | 858 | java | AbstractRequest.java | Java | [
{
"context": "HashMap;\nimport java.util.List;\n\n/**\n * Created by james on 2017/5/31.\n */\npublic class AbstractRequest im",
"end": 147,
"score": 0.9960159063339233,
"start": 142,
"tag": "USERNAME",
"value": "james"
}
] | null | [] | package com.aihuishou.service.client;
import javax.ws.rs.core.MediaType;
import java.util.HashMap;
import java.util.List;
/**
* Created by james on 2017/5/31.
*/
public class AbstractRequest implements IRequest {
@Override
public MediaType getMediaType() {
return MediaType.APPLICATION_JSON_TYPE;
... | 858 | 0.629371 | 0.621212 | 46 | 17.652174 | 17.075558 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 12 |
98f3bd81c421ac5e833a4a6d63c95aafa4ff475a | 4,483,945,888,188 | 39ca1d9641598961234855dde0d19b1e93dce0c8 | /src/main/java/com/redecommunity/factions/faction/command/arguments/FactionInviteCommand.java | a44368735b2a592f48b9bcb13bf60818c71abd9a | [] | no_license | TwinsFlammer/twfl.factions | https://github.com/TwinsFlammer/twfl.factions | a9d01796f6ad429d8b559bb0a376a1c69ed770d8 | 5987dcd3c436296158f058c831ed9383cd81158b | refs/heads/master | 2022-04-10T21:59:39.590000 | 2020-04-08T18:33:12 | 2020-04-08T18:33:12 | 247,205,058 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.redecommunity.factions.faction.command.arguments;
import com.redecommunity.api.spigot.util.JSONText;
import com.redecommunity.common.shared.util.Helper;
import com.redecommunity.factions.faction.data.Faction;
import com.redecommunity.factions.permission.enums.PermissionType;
import com.redecommunity.factio... | UTF-8 | Java | 3,984 | java | FactionInviteCommand.java | Java | [] | null | [] | package com.redecommunity.factions.faction.command.arguments;
import com.redecommunity.api.spigot.util.JSONText;
import com.redecommunity.common.shared.util.Helper;
import com.redecommunity.factions.faction.data.Faction;
import com.redecommunity.factions.permission.enums.PermissionType;
import com.redecommunity.factio... | 3,984 | 0.529174 | 0.525638 | 109 | 35.321102 | 28.677862 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.376147 | false | false | 12 |
f01eec4d34038c6c6ed0e18a24e8a179b9b51cc1 | 4,363,686,805,173 | c00dfb7981375b14f4d2bb3a069e4ea3aecc4dd1 | /src/main/java/com/blog/controller/TokenController.java | 11a00fe2533bbc472da057a3cee8652223cbb9d0 | [] | no_license | ncuwaln/springBootBlog | https://github.com/ncuwaln/springBootBlog | 11cb2bfc348654c4a9c0ae88370b01fa6a169ea3 | c465be9718b3f9fcc268a6915e7b3e070b1ce47c | refs/heads/master | 2021-01-14T08:11:38.747000 | 2017-03-23T06:58:52 | 2017-03-23T06:58:52 | 81,934,808 | 4 | 1 | null | false | 2017-03-23T06:58:53 | 2017-02-14T10:40:14 | 2017-03-18T17:34:14 | 2017-03-23T06:58:53 | 4,123 | 2 | 0 | 0 | Java | null | null | package com.blog.controller;
import com.blog.conf.Constant;
import com.blog.util.JwtUtil;
import io.jsonwebtoken.Claims;
import org.springframework.web.bind.annotation.CookieValue;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.sp... | UTF-8 | Java | 1,293 | java | TokenController.java | Java | [
{
"context": ".HashMap;\nimport java.util.Map;\n\n/**\n * Created by Administrator on 2017/2/14.\n */\n@RestController\n@RequestMapping",
"end": 451,
"score": 0.4978030025959015,
"start": 438,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.blog.controller;
import com.blog.conf.Constant;
import com.blog.util.JwtUtil;
import io.jsonwebtoken.Claims;
import org.springframework.web.bind.annotation.CookieValue;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.sp... | 1,293 | 0.698039 | 0.692549 | 40 | 30.875 | 27.080608 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 12 |
ce215342b34ebafcbb5ad89ece47a07477ae6708 | 8,246,337,245,412 | 0bdcbde98b93e27c6fd7ef703480f7e9d83e9da3 | /flowable-springboot/src/main/java/com/haiyang/flowablespringboot/wellsoft/ProcessTess.java | a73374ff3443ddc3037c4d7c4744a960f56fa314 | [
"MIT"
] | permissive | bangbang2333/flowable-springboot | https://github.com/bangbang2333/flowable-springboot | cc6ebd1a1718a99d56ef7f98b89b06d855a380b0 | e72ec8df3f515bac4f605943924723004348434f | refs/heads/master | 2023-07-09T13:05:20.227000 | 2020-07-22T03:43:31 | 2020-07-22T03:44:33 | 280,104,816 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.haiyang.flowablespringboot.wellsoft;
import lombok.extern.slf4j.Slf4j;
import org.flowable.common.engine.impl.history.HistoryLevel;
import org.flowable.engine.*;
import org.flowable.engine.history.HistoricActivityInstance;
import org.flowable.engine.history.HistoricProcessInstance;
import org.flowable.engi... | UTF-8 | Java | 11,699 | java | ProcessTess.java | Java | [
{
"context": " * @Param: []\n * @return: void\n * @Author: Mr.zengbang\n * @Date: 2020/7/13\n */\n @Test\n pub",
"end": 819,
"score": 0.9993064999580383,
"start": 808,
"tag": "USERNAME",
"value": "Mr.zengbang"
},
{
"context": "Encoding=utf8\")\n .... | null | [] | package com.haiyang.flowablespringboot.wellsoft;
import lombok.extern.slf4j.Slf4j;
import org.flowable.common.engine.impl.history.HistoryLevel;
import org.flowable.engine.*;
import org.flowable.engine.history.HistoricActivityInstance;
import org.flowable.engine.history.HistoricProcessInstance;
import org.flowable.engi... | 11,703 | 0.612728 | 0.60281 | 290 | 36.53793 | 27.263723 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.813793 | false | false | 12 |
deac4455b1ad44276412be4fffa08c3aa5e388d6 | 29,746,943,529,520 | 5cb1a32f6ae67130631fc073c8989a41621393e7 | /src/by/belhard/java18/lessons/lesson7/abstractExample/OfficeWorker.java | 14292650ca2b2fb7539ae5233e4517b50aa8c251 | [] | no_license | create-delete/belhard | https://github.com/create-delete/belhard | f540203b76775b70084f4fd879af0b9d0ac7a87b | 8788ee45b7693908fa1f244e3ed931854eeafb9d | refs/heads/master | 2020-08-15T12:27:01.654000 | 2019-11-21T18:33:49 | 2019-11-21T18:33:49 | 215,342,259 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package by.belhard.java18.lessons.lesson7.abstractExample;
public class OfficeWorker extends AbstractWorker {
public OfficeWorker(String name, int age) {
super(name, age);
}
@Override
public void work() {
System.out.println("Office worker don't work");
}
}
| UTF-8 | Java | 296 | java | OfficeWorker.java | Java | [] | null | [] | package by.belhard.java18.lessons.lesson7.abstractExample;
public class OfficeWorker extends AbstractWorker {
public OfficeWorker(String name, int age) {
super(name, age);
}
@Override
public void work() {
System.out.println("Office worker don't work");
}
}
| 296 | 0.672297 | 0.662162 | 13 | 21.76923 | 22.11562 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 12 |
a17713fd679045a1e6446094e75dc6e51c12eda7 | 26,603,027,462,709 | 8c7b806207931b14d85f974f0350be0fbdf14e2e | /app/src/main/java/com/example/guest/discussionboard/Constants.java | 454c36c7f37128871407102a1d54ca50dc7a6063 | [] | no_license | 5adiyah/Anondiscussion-Android | https://github.com/5adiyah/Anondiscussion-Android | 3c32bcb6890eaa3358810d32d5c9f096cc8b6f5c | e63267d081985c994a7007a3d74985fcb3958d2c | refs/heads/master | 2021-01-09T20:19:49.081000 | 2016-07-12T20:41:59 | 2016-07-12T20:41:59 | 63,170,895 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.guest.discussionboard;
public class Constants {
public static final String FIREBASE_ADDED_POST = "addedPost";
}
| UTF-8 | Java | 137 | java | Constants.java | Java | [] | null | [] | package com.example.guest.discussionboard;
public class Constants {
public static final String FIREBASE_ADDED_POST = "addedPost";
}
| 137 | 0.773723 | 0.773723 | 5 | 26.4 | 24.824183 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 12 |
b24d1fca16cc98056197b813fa6ac80d1d459627 | 9,457,518,017,510 | 13b20afd8ce5681b6850ac130aed8d49d64dd49f | /OISISI/src/utils/SedistaTableModel.java | 65947fe2bc6d9878f20a574aec87ce09ad915ce1 | [] | no_license | teajovanovic99/AI-OISISI-T12 | https://github.com/teajovanovic99/AI-OISISI-T12 | d2fd29c43993fc898d79a32c750ae89c32027111 | 36907358575042880fc41caeeecca6d07cfbb89f | refs/heads/main | 2023-05-28T23:06:34.394000 | 2021-06-15T00:40:49 | 2021-06-15T00:40:49 | 376,843,755 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utils;
import javax.swing.table.DefaultTableModel;
public class SedistaTableModel extends DefaultTableModel {
private boolean[][] editable_cells;
public SedistaTableModel(Object[] columnNames, int rowCount) {
super(columnNames, rowCount);
this.editable_cells = new boolean[5][7];
}... | UTF-8 | Java | 839 | java | SedistaTableModel.java | Java | [] | null | [] | package utils;
import javax.swing.table.DefaultTableModel;
public class SedistaTableModel extends DefaultTableModel {
private boolean[][] editable_cells;
public SedistaTableModel(Object[] columnNames, int rowCount) {
super(columnNames, rowCount);
this.editable_cells = new boolean[5][7];
}... | 839 | 0.643623 | 0.640048 | 33 | 24.424242 | 22.28742 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 12 |
8c894778a3aa7a6260526731f1ebc54a36a17638 | 11,390,253,309,402 | 2cca982c787d5639d05ba7f040aca67be1591b4f | /project/project-bdd-tests/src/test/java/yakuramori/api/RunCukesTest.java | 673f0c01e49a1728c8b110fa5da8c39d97bead5b | [] | no_license | ik-automation/jenkins-showcase | https://github.com/ik-automation/jenkins-showcase | e8c6d05066062146220abcfc936982896271cd27 | 761ae6a320ddf434c9031546ebcb95b91d0cbf35 | refs/heads/master | 2021-08-30T16:50:53.439000 | 2017-12-18T18:54:29 | 2017-12-18T18:54:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package yakuramori.api;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
@CucumberOptions(
format = { "pretty", "json:target/cucumber.json" },
features = { "classpath:features/", "src/test/resources/features/" },
... | UTF-8 | Java | 425 | java | RunCukesTest.java | Java | [] | null | [] | package yakuramori.api;
import cucumber.api.CucumberOptions;
import cucumber.api.junit.Cucumber;
import org.junit.runner.RunWith;
@RunWith(Cucumber.class)
@CucumberOptions(
format = { "pretty", "json:target/cucumber.json" },
features = { "classpath:features/", "src/test/resources/features/" },
... | 425 | 0.687059 | 0.687059 | 15 | 27.333334 | 22.454893 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 12 |
98657f4b5377f0f0d043880593fe444d3c2ad53e | 5,420,248,763,286 | 6e1008c4769984d5841cfdcbb3007cd80d92d238 | /code/ObjetLisible.java | 5c4b895317c6969ec1a26eb66de426bc8ed9d0b9 | [] | no_license | Reda066/tp_moussaoui_jalal | https://github.com/Reda066/tp_moussaoui_jalal | 3dd39f0d306b8df80821bebf26f03c36470620a7 | 369ad78e5377bb39337e0bd1b8a20e526102b5d2 | refs/heads/master | 2022-12-21T01:32:48.461000 | 2020-09-30T15:56:20 | 2020-09-30T15:56:20 | 299,971,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tp;
import Capteur;
import tp.Lisible;
/**
* Une implementation de l'interface Lisble
*/
public class ObjetLisible extends ObjetConnecte implements Lisible{
List<Capteur> capteurs;
public List<Capteur> getCapteurs() {
this.capteurs;
}
} | UTF-8 | Java | 253 | java | ObjetLisible.java | Java | [] | null | [] | package tp;
import Capteur;
import tp.Lisible;
/**
* Une implementation de l'interface Lisble
*/
public class ObjetLisible extends ObjetConnecte implements Lisible{
List<Capteur> capteurs;
public List<Capteur> getCapteurs() {
this.capteurs;
}
} | 253 | 0.754941 | 0.754941 | 14 | 17.142857 | 19.119389 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.714286 | false | false | 12 |
ea469c7989df20fd6a23a158f5554339b9ed16e9 | 30,021,821,445,799 | cd5272961f18a7d14f39ae2d01290f0e7f32829d | /src/umilbolt/UmilBolt.java | 1770c27f2c88c4e0e5bb1198bfcf0391fed1c320 | [] | no_license | DiovanePacheti/PVAPI-2019 | https://github.com/DiovanePacheti/PVAPI-2019 | bd067348be8b7cdabe7171b300857870978e60cf | 00c1e5930007e4983aeafeb6e3a378e0b6cf7e6f | refs/heads/master | 2020-08-14T01:55:56.404000 | 2019-10-18T11:02:59 | 2019-10-18T11:02:59 | 215,076,598 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package umilbolt;
public class UmilBolt {
public static void main(String[] args) {
/*
Umil Bolt é um excelente corredor. Sua especialidade é a prova dos 100 metros rasos. Todos os dias, ele faz uma bateria de tentativas de correr esta prova em um tempo cada vez menor. Pode se perceber que, dependen... | UTF-8 | Java | 1,050 | java | UmilBolt.java | Java | [] | null | [] | package umilbolt;
public class UmilBolt {
public static void main(String[] args) {
/*
Umil Bolt é um excelente corredor. Sua especialidade é a prova dos 100 metros rasos. Todos os dias, ele faz uma bateria de tentativas de correr esta prova em um tempo cada vez menor. Pode se perceber que, dependen... | 1,050 | 0.742747 | 0.734043 | 17 | 59.823528 | 114.727417 | 382 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 12 |
81c67d558ad8479fc4a29d0fa700564e7615fe56 | 1,571,958,084,320 | 235228c1e3b0ce7a351d80cd79cc9c630de292c7 | /app/src/main/java/jordan/food/test1.java | 31287ceb74392317b07fd1ab25758c98cb685810 | [] | no_license | hyungiko/Orange | https://github.com/hyungiko/Orange | e46715145458dc29dbe96321f45522a151f42d4a | 788d3dcdeb53dea109ecb72e5db32abf8a352076 | refs/heads/master | 2018-12-12T04:21:03.142000 | 2018-10-01T03:26:21 | 2018-10-01T03:26:21 | 142,686,745 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jordan.food;
/**
* Created by hyungiko on 8/3/18.
*/
public class test1 {
public String test;
public test1 (String test) {
this.test = test;
}
}
| UTF-8 | Java | 178 | java | test1.java | Java | [
{
"context": "package jordan.food;\n\n/**\n * Created by hyungiko on 8/3/18.\n */\n\npublic class test1 {\n public S",
"end": 48,
"score": 0.9996337890625,
"start": 40,
"tag": "USERNAME",
"value": "hyungiko"
}
] | null | [] | package jordan.food;
/**
* Created by hyungiko on 8/3/18.
*/
public class test1 {
public String test;
public test1 (String test) {
this.test = test;
}
}
| 178 | 0.589888 | 0.55618 | 13 | 12.692307 | 12.455364 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.230769 | false | false | 12 |
3e9257b47f91045da6abaa6d8dffa722ca001e49 | 35,777,077,590,334 | a659f7ff5260a7deacb7bd8856ac458ef3836ad9 | /src/main/java/com/sap/sme/office365/dto/oneDrive/UploadSession.java | f92274a43cc6b26fc93744192e3b1e581d5badc1 | [] | no_license | I319435/office | https://github.com/I319435/office | 4877eb2606a7e791b07ca8a296b9320fcc0ef2ce | 9d6ff7aa21f70a32796abd9452743c85cc0d65d4 | refs/heads/master | 2020-04-04T00:20:14.609000 | 2018-10-26T06:49:06 | 2018-10-26T06:49:06 | 155,647,030 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sap.sme.office365.dto.oneDrive;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public class UploadSession {
private String uploadUrl;
private Date expirationDateTime;
private String[] nextExpectedRanges;
public Stri... | UTF-8 | Java | 820 | java | UploadSession.java | Java | [] | null | [] | package com.sap.sme.office365.dto.oneDrive;
import java.util.Date;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@JsonIgnoreProperties(ignoreUnknown = true)
public class UploadSession {
private String uploadUrl;
private Date expirationDateTime;
private String[] nextExpectedRanges;
public Stri... | 820 | 0.792683 | 0.789024 | 31 | 25.451612 | 20.597273 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.354839 | false | false | 12 |
9821b2b54a762ee8182116180494a7b1bc40814c | 14,121,852,512,573 | 7f3a3f5a24a11e4ebf9257d47a08cbc6e532a928 | /memory/LeetCodeInJava/src/g1/p100相同的树/Solution1.java | 90c3d4a442770a643c18efab348aa7287cf93bb6 | [] | no_license | SonnSei/LeetCode | https://github.com/SonnSei/LeetCode | 823004cf4e53d8780448d1289f9b2b3b08931e8e | 1c4667bdb57e7c2fe0278a253de4f7ef5999df1c | refs/heads/master | 2021-12-25T06:15:39.977000 | 2021-12-21T15:31:44 | 2021-12-21T15:31:44 | 229,056,503 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package g1.p100相同的树;
import util.TreeNode;
import java.util.ArrayList;
import java.util.List;
/**
* @Classname Solution1
* @Description
* @Date 2020/1/21 18:00
* @Author SonnSei
*/
public class Solution1 {
public boolean isSameTree(TreeNode p, TreeNode q) {
if (p == null && q == null) return true;
... | UTF-8 | Java | 1,395 | java | Solution1.java | Java | [
{
"context": "* @Description\n * @Date 2020/1/21 18:00\n * @Author SonnSei\n */\npublic class Solution1 {\n public boolean i",
"end": 184,
"score": 0.8217575550079346,
"start": 177,
"tag": "USERNAME",
"value": "SonnSei"
}
] | null | [] | package g1.p100相同的树;
import util.TreeNode;
import java.util.ArrayList;
import java.util.List;
/**
* @Classname Solution1
* @Description
* @Date 2020/1/21 18:00
* @Author SonnSei
*/
public class Solution1 {
public boolean isSameTree(TreeNode p, TreeNode q) {
if (p == null && q == null) return true;
... | 1,395 | 0.573901 | 0.555876 | 53 | 25.169811 | 19.787298 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.867925 | false | false | 12 |
8bc4f17f794aa65b8be51fcad215a987d2c140f7 | 34,969,623,736,918 | 975b64beabead235881c4a53f76f87da82f9c401 | /Codebase/sw-common/src/main/java/com/smartwomen/app/swcommons/SwCommonsApplication.java | 120ca2bae036dcc19b1b42d17358f4875fa12c7d | [] | no_license | sougata3210/SmartWomen | https://github.com/sougata3210/SmartWomen | 53570794b03e22e8c29fb2b946a7e5dca2270a09 | 97de65492b80e1a2a7c126a13e1b38a1892ed806 | refs/heads/master | 2020-11-24T01:30:37.283000 | 2019-12-18T20:52:39 | 2019-12-18T20:52:39 | 227,905,254 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.smartwomen.app.swcommons;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SwCommonsApplication {
public static void main(String[] args) {
SpringApplication.run(SwCommonsApplication.class, args);... | UTF-8 | Java | 327 | java | SwCommonsApplication.java | Java | [] | null | [] | package com.smartwomen.app.swcommons;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SwCommonsApplication {
public static void main(String[] args) {
SpringApplication.run(SwCommonsApplication.class, args);... | 327 | 0.825688 | 0.825688 | 13 | 24.153847 | 24.286261 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 12 |
7bdf2e5f7c274c799f0e4e978518a54969303e13 | 4,879,082,907,770 | cde0419d3f124a1fe191cfbac9d71e11d63694df | /rex-tmb/rex-tmb-api/src/main/java/com/zmcsoft/rex/tmb/illegal/service/MemoryNunciatorService.java | d6c3b6baf93824de0da481568af39fb5247f4066 | [] | no_license | yanb36999/rex-prod-3 | https://github.com/yanb36999/rex-prod-3 | 2c26fae111ef7518fb5f3ccc38cfe25333b99100 | 46ae1029fac1c46fa827b58ada6dc1961f2a2332 | refs/heads/master | 2022-07-14T08:55:48.209000 | 2019-05-29T17:00:22 | 2019-05-29T17:00:22 | 189,261,688 | 0 | 0 | null | false | 2022-06-17T02:12:44 | 2019-05-29T16:29:31 | 2019-05-29T17:00:25 | 2022-06-17T02:12:41 | 98,272 | 0 | 0 | 3 | JavaScript | false | false | package com.zmcsoft.rex.tmb.illegal.service;
import com.zmcsoft.rex.tmb.illegal.entity.Nunciator;
import com.zmcsoft.rex.tmb.illegal.entity.NunciatorInfo;
import org.hswebframework.utils.time.DateFormatter;
import java.util.*;
import java.util.function.BiConsumer;
import java.util.function.Function;
import java.util.... | UTF-8 | Java | 9,177 | java | MemoryNunciatorService.java | Java | [
{
"context": "mport java.util.stream.Collectors;\n\n/**\n * @author zhouhao\n */\npublic class MemoryNunciatorService implement",
"end": 362,
"score": 0.9993898868560791,
"start": 355,
"tag": "USERNAME",
"value": "zhouhao"
},
{
"context": "通警察大队\\n\" +\n \"510113000000... | null | [] | package com.zmcsoft.rex.tmb.illegal.service;
import com.zmcsoft.rex.tmb.illegal.entity.Nunciator;
import com.zmcsoft.rex.tmb.illegal.entity.NunciatorInfo;
import org.hswebframework.utils.time.DateFormatter;
import java.util.*;
import java.util.function.BiConsumer;
import java.util.function.Function;
import java.util.... | 9,177 | 0.689886 | 0.510986 | 110 | 57.336365 | 57.753281 | 175 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.445455 | false | false | 12 |
ccf41f6742848ffcdef367ca2475a1f1cacdd8db | 36,893,769,076,325 | e473d6fee723429e4107faafbab3e995ea3b3743 | /app/src/main/java/com/superhivetech/capsulesurprise/vo/ActivityModel.java | 1900d9f913af1b1340d9a6bed45a06d02abeeb64 | [] | no_license | mbpatelandroid/CapsuleSurprise | https://github.com/mbpatelandroid/CapsuleSurprise | 1e581628c4fa8b85b1bc24bba0d552f7f9baa59c | e5b9b05b2068f7fc7f0c6e2f92cf73e5b66c9f0e | refs/heads/master | 2017-12-13T23:05:28.182000 | 2017-01-21T13:27:24 | 2017-01-21T13:27:24 | 78,214,547 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.superhivetech.capsulesurprise.vo;
import android.os.Parcel;
import android.os.Parcelable;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Created by techiestown on 29/12/16.
*/
public class ActivityModel {
@JsonProperty("biTimeCapsuleId")
String timecapsuleId;
@JsonProperty(... | UTF-8 | Java | 1,534 | java | ActivityModel.java | Java | [
{
"context": "ackson.annotation.JsonProperty;\n\n/**\n * Created by techiestown on 29/12/16.\n */\n\npublic class ActivityModel {\n\n",
"end": 188,
"score": 0.9996162056922913,
"start": 177,
"tag": "USERNAME",
"value": "techiestown"
}
] | null | [] | package com.superhivetech.capsulesurprise.vo;
import android.os.Parcel;
import android.os.Parcelable;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Created by techiestown on 29/12/16.
*/
public class ActivityModel {
@JsonProperty("biTimeCapsuleId")
String timecapsuleId;
@JsonProperty(... | 1,534 | 0.678618 | 0.674707 | 79 | 18.43038 | 16.589369 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.278481 | false | false | 12 |
f889e432252e9fa308f130d3b5c2d9ead2d4f953 | 11,630,771,498,123 | d328985baac057a047b09e5ae3fdf82fc2b14d39 | /src/test/java/tcpchatserver/client/EchoClientTest.java | 568e8d9b112e12ebe6ea82d45c75484359655e30 | [
"MIT"
] | permissive | lucasmfredmark/TCPChatServer | https://github.com/lucasmfredmark/TCPChatServer | cdbdadaa274e04f7a440f98022023548bdb19082 | 8977d1b5a59cd94e43a9ff07e4c1ef31bcc3e783 | refs/heads/master | 2020-09-21T23:13:27.519000 | 2017-05-24T11:15:11 | 2017-05-24T11:15:11 | 67,513,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package tcpchatserver.client;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.Socket;
import java.ne... | UTF-8 | Java | 3,269 | java | EchoClientTest.java | Java | [
{
"context": "atserver.server.EchoServer;\r\n\r\n/**\r\n *\r\n * @author Staal\r\n */\r\npublic class EchoClientTest {\r\n\r\n private ",
"end": 673,
"score": 0.9673851728439331,
"start": 668,
"tag": "NAME",
"value": "Staal"
},
{
"context": "\r\n\r\n conn();\r\n inst... | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package tcpchatserver.client;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.Socket;
import java.ne... | 3,269 | 0.586418 | 0.582747 | 141 | 21.184397 | 19.512354 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425532 | false | false | 12 |
1cb05e3166e2b9b84520eb4e1f2efe32b768574e | 25,726,854,156,800 | 8e419f7bac28d9e6915c5433cf0af57964828640 | /msgp-example/msgp-example-registry-service-zookeeper/src/main/java/com/hugo/midware/msgp/example/registry/zookeeper/consumer/RPCConsumerBoot.java | d92c3aad1e1d20dfaec7c8b1ff5dacd18dcab846 | [
"Apache-2.0"
] | permissive | xingkudu/msgp | https://github.com/xingkudu/msgp | a0e61b4700a76aa5eb278b8cb1ce27e0a7ad2979 | bfbe58a3e0b713fd46a45c39a3bd96eb422ccaff | refs/heads/master | 2020-05-02T04:17:01.354000 | 2019-04-17T11:27:40 | 2019-04-17T11:27:40 | 177,746,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hugo.midware.msgp.example.registry.zookeeper.consumer;
import cn.sunline.edsp.midware.rpc.annotation.sdk.annotation.Reference;
import cn.sunline.edsp.midware.rpc.spring.sdk.config.EnableRPC;
import com.hugo.midware.msgp.example.registry.zookeeper.HelloWorldService;
import org.springframework.boot.SpringApp... | UTF-8 | Java | 1,199 | java | RPCConsumerBoot.java | Java | [
{
"context": "me RPCConsumerBoot\n * @Description TODO\n * @Author hugo\n * @Date 2019-04-12 14:32\n * @Version 1.0\n **/\n@E",
"end": 554,
"score": 0.9995567202568054,
"start": 550,
"tag": "USERNAME",
"value": "hugo"
}
] | null | [] | package com.hugo.midware.msgp.example.registry.zookeeper.consumer;
import cn.sunline.edsp.midware.rpc.annotation.sdk.annotation.Reference;
import cn.sunline.edsp.midware.rpc.spring.sdk.config.EnableRPC;
import com.hugo.midware.msgp.example.registry.zookeeper.HelloWorldService;
import org.springframework.boot.SpringApp... | 1,199 | 0.736447 | 0.7206 | 38 | 30.552631 | 27.268353 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.447368 | false | false | 12 |
682a8ef4c87a79c70fae5b3cd971776fd4aafd3c | 37,039,797,965,772 | 657ef93eeff4e49b0133c3604a7fb9faff06b684 | /src/test/java/com/cybertek/projects/Btrix24/Log_in.java | bae060181cccc2df45f0fa70a182bd800db251ca | [] | no_license | erkmustech/Summer2019EuropeTestNGProject | https://github.com/erkmustech/Summer2019EuropeTestNGProject | bae724ee37525d93e828930f8d6eb46b5451b642 | 43631643f74c939e7e2ed05e1c0b82d826a4d098 | refs/heads/master | 2020-09-23T20:27:59.247000 | 2020-09-09T20:42:40 | 2020-09-09T20:42:40 | 225,579,289 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cybertek.projects.Btrix24;
public class Log_in {
}
| UTF-8 | Java | 64 | java | Log_in.java | Java | [] | null | [] | package com.cybertek.projects.Btrix24;
public class Log_in {
}
| 64 | 0.765625 | 0.734375 | 4 | 15 | 15.700318 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 12 |
d5d9ea7a4e66a3b23b30a7bdce15e3695856f300 | 33,827,162,457,340 | cd3b77e06469f11942da50b2ac45b9cb4ae09290 | /target/generated-sources/annotations/co/com/iemergencia/jpa/entities/PackageSubscription_.java | 513e8f29e70dd8fe598ddd8ba19c574888307fc5 | [] | no_license | jdmartinezrios/iEmergencia-Backend | https://github.com/jdmartinezrios/iEmergencia-Backend | 4998765a327a233aa36e36a40b3e8240e7c27940 | f533ab2bdd6b236455cf6f0babcc6ab1f286f5a6 | refs/heads/master | 2021-01-02T23:00:49.930000 | 2017-08-06T14:11:50 | 2017-08-06T14:11:50 | 99,439,539 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.iemergencia.jpa.entities;
import co.com.iemergencia.jpa.entities.GetSubscription;
import javax.annotation.Generated;
import javax.persistence.metamodel.ListAttribute;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="EclipseLink-... | UTF-8 | Java | 882 | java | PackageSubscription_.java | Java | [] | null | [] | package co.com.iemergencia.jpa.entities;
import co.com.iemergencia.jpa.entities.GetSubscription;
import javax.annotation.Generated;
import javax.persistence.metamodel.ListAttribute;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="EclipseLink-... | 882 | 0.834467 | 0.806122 | 19 | 45.473682 | 32.298553 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.894737 | false | false | 12 |
4969829a5c4aee42a44e0c27b66bdb6affb59bd1 | 14,645,838,542,021 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_2c862e826420eadfd7057e19b5d8c5efe8960ced/WorldConfiguration/2_2c862e826420eadfd7057e19b5d8c5efe8960ced_WorldConfiguration_s.java | e171ec746326d90771aeecc83bdba719053ee005 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | package net.canarymod.config;
import java.io.File;
import java.util.HashMap;
import net.canarymod.Canary;
import net.canarymod.MathHelp;
import net.canarymod.api.GameMode;
import net.canarymod.api.world.World;
import net.canarymod.api.world.WorldType;
import net.visualillusionsent.utils.PropertiesFile;
/*... | UTF-8 | Java | 18,218 | java | 2_2c862e826420eadfd7057e19b5d8c5efe8960ced_WorldConfiguration_s.java | Java | [
{
"context": "usionsent.utils.PropertiesFile;\n \n /**\n * @author Jason (darkdiplomat)\n * @author Jos Kuijpers\n */\n pub",
"end": 339,
"score": 0.9994401931762695,
"start": 334,
"tag": "NAME",
"value": "Jason"
},
{
"context": "t.utils.PropertiesFile;\n \n /**\n * @author Jason... | null | [] | package net.canarymod.config;
import java.io.File;
import java.util.HashMap;
import net.canarymod.Canary;
import net.canarymod.MathHelp;
import net.canarymod.api.GameMode;
import net.canarymod.api.world.World;
import net.canarymod.api.world.WorldType;
import net.visualillusionsent.utils.PropertiesFile;
/*... | 18,212 | 0.560654 | 0.546273 | 540 | 32.735184 | 27.083927 | 224 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.794444 | false | false | 12 |
135bdfde34fb3dc153b36c5a24aa04899256c087 | 4,509,715,703,610 | 8c4776d576d904b7fdf9e65d60f36d982c8a1943 | /dp-shiro/src/main/java/com/auth/sp/shiro/dao/SysRoleMapper.java | 4343fdf7a666fb1637579942ee8cd7109738c0f3 | [] | no_license | funny2014/scott | https://github.com/funny2014/scott | 86befde9998c257e1d79761f47009ffbc75ec07d | 44e379d9fd8604b0f56a25a88f341f0c2ad60aa0 | refs/heads/master | 2020-04-16T07:11:15.356000 | 2018-11-28T10:23:02 | 2018-11-28T10:23:02 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.auth.sp.shiro.dao;
import java.util.List;
import org.mybatis.spring.annotation.MapperScan;
import com.auth.sp.common.dao.BaseMapper;
import com.auth.sp.shiro.entity.SysRoleEntity;
/**
* 系统角色
*
* @author Mr.薛
* @email 1877****1110@163.com
* @url https://gitee.com/ascott/
* @date 2017年8月12日 上午12:35:... | UTF-8 | Java | 474 | java | SysRoleMapper.java | Java | [
{
"context": "o.entity.SysRoleEntity;\n\n/**\n * 系统角色\n *\n * @author Mr.薛\n * @email 1877****1110@163.com\n * @url https://gi",
"end": 226,
"score": 0.9036961197853088,
"start": 222,
"tag": "NAME",
"value": "Mr.薛"
},
{
"context": "Entity;\n\n/**\n * 系统角色\n *\n * @author Mr.薛\n * @em... | null | [] | package com.auth.sp.shiro.dao;
import java.util.List;
import org.mybatis.spring.annotation.MapperScan;
import com.auth.sp.common.dao.BaseMapper;
import com.auth.sp.shiro.entity.SysRoleEntity;
/**
* 系统角色
*
* @author Mr.薛
* @email <EMAIL>
* @url https://gitee.com/ascott/
* @date 2017年8月12日 上午12:35:51
*/
@Mappe... | 461 | 0.735683 | 0.682819 | 23 | 18.73913 | 19.50968 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.391304 | false | false | 12 |
250438963f44346e094380c6565c46addf3a8c5a | 20,169,166,428,471 | 932bd12385ad0d83b3688167d0c280bc70f30fa0 | /app/src/main/java/com/proyecto/tucca/activities/RegisterActivity.java | b3ac40438c67c1d762f41b3d3240a500e3d13556 | [] | no_license | VicDance/TUCCA-Antiguo | https://github.com/VicDance/TUCCA-Antiguo | d880c62a033603235d0898e38464ad9cddc0ff18 | 26cfaa7b0d21343d6eabe5fc99664895b6f723d4 | refs/heads/master | 2022-08-31T03:08:59.212000 | 2020-05-27T16:46:20 | 2020-05-27T16:46:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.proyecto.tucca.activities;
import android.app.DatePickerDialog;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.DatePicker;
import android.widget.EditText;
import android.widget.ImageButton;
import android.widget.TextView;
import androidx.appcompat.a... | UTF-8 | Java | 6,630 | java | RegisterActivity.java | Java | [] | null | [] | package com.proyecto.tucca.activities;
import android.app.DatePickerDialog;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.DatePicker;
import android.widget.EditText;
import android.widget.ImageButton;
import android.widget.TextView;
import androidx.appcompat.a... | 6,630 | 0.580942 | 0.579281 | 166 | 38.891567 | 29.326378 | 210 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.596386 | false | false | 12 |
654640ea41162ce710deca89ddcfdddb7c5eb095 | 6,717,328,867,838 | 7651cb1523991d351b5284cb6bd465b5537e8242 | /WhatsInMyFridge/app/src/main/java/uk/ac/lincoln/students/a13488071/whatsinmyfridge/MainActivity.java | 49c3a3c1eca5bf47c50cd39349d74881141b78d2 | [] | no_license | Jisha-George/WhatsInTheFridge | https://github.com/Jisha-George/WhatsInTheFridge | d9a10e5d7c66af6a401ff20bbf92d92fa3b47139 | d5c3553c02822dadb3a492961e2f1c202991ef91 | refs/heads/master | 2022-12-30T20:48:34.914000 | 2020-10-19T11:00:00 | 2020-10-19T11:00:00 | 162,492,953 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package uk.ac.lincoln.students.a13488071.whatsinmyfridge;
//import classes
import android.Manifest;
import android.app.AlertDialog;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.support.v4.app.ActivityCompat;
import android.support.v7.app.AppCompatAct... | UTF-8 | Java | 2,767 | java | MainActivity.java | Java | [] | null | [] | package uk.ac.lincoln.students.a13488071.whatsinmyfridge;
//import classes
import android.Manifest;
import android.app.AlertDialog;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.support.v4.app.ActivityCompat;
import android.support.v7.app.AppCompatAct... | 2,767 | 0.647633 | 0.641489 | 73 | 36.90411 | 34.76503 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575342 | false | false | 12 |
b1ab9dd528e2230a477054736d9252dd1b6756fd | 15,307,263,456,668 | 37ba9fad1a3890e03226c2009bc5c421366337b1 | /src/LinearSystem.java | 9b1ad1ee35b749305e84080dab110f0c94b86fe5 | [] | no_license | ryhanahmedtamim/Numerical_Methods | https://github.com/ryhanahmedtamim/Numerical_Methods | 7630eb5552168534ee273160367203c56f5ab2ec | db6ef028e6064c46ec146878399222448062e457 | refs/heads/master | 2021-05-01T17:47:09.047000 | 2018-04-21T12:18:05 | 2018-04-21T12:18:05 | 120,996,758 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class LinearSystem {
private double[][] coEfficient = new double[100][100];
private double[] rightSide = new double[100];
private int n;
private static Scanner sc = new Scanner(System.in);
public LinearSystem(int n)
{
this.n = n;
while(n>100 || n<=0)
{
if(n>100)
{... | UTF-8 | Java | 1,466 | java | LinearSystem.java | Java | [] | null | [] | import java.util.Scanner;
public class LinearSystem {
private double[][] coEfficient = new double[100][100];
private double[] rightSide = new double[100];
private int n;
private static Scanner sc = new Scanner(System.in);
public LinearSystem(int n)
{
this.n = n;
while(n>100 || n<=0)
{
if(n>100)
{... | 1,466 | 0.636426 | 0.620055 | 77 | 18.038961 | 22.457718 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.142857 | false | false | 12 |
8837d78286fc3cc793e3533a5c2fbb1a2ecf098f | 15,307,263,455,880 | d4d7f5440e15938ac54402d079281d0acaedb763 | /ykt_ecard/branch/ecard_fd/portal-ejb-src/com/liferay/portlet/documentlibrary/service/persistence/DLFileRankUtil.java | 0f4c46616fd3da4fe8da575d635de34bec604706 | [] | no_license | Orthocenter/ykt4sungard | https://github.com/Orthocenter/ykt4sungard | 738a50888bc4268d200a353d0a3cc25f909e631f | 70ed44bcaafa79d67ee988d7088ff904b6d2a687 | refs/heads/master | 2021-01-19T17:48:12.645000 | 2014-03-20T05:38:19 | 2014-03-20T05:38:19 | 38,471,527 | 0 | 1 | null | true | 2015-07-03T04:16:13 | 2015-07-03T04:16:13 | 2014-07-07T19:48:14 | 2014-03-20T05:38:59 | 1,309,093 | 0 | 0 | 0 | null | null | null | /**
* Copyright (c) 2000-2005 Liferay, LLC. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* t... | UTF-8 | Java | 11,463 | java | DLFileRankUtil.java | Java | [
{
"context": "ml\"><b><i>View Source</i></b></a>\r\n *\r\n * @author Brian Wing Shun Chan\r\n * @version $Revision: 1.183 $\r\n *\r\n */\r\npublic ",
"end": 1642,
"score": 0.9990057945251465,
"start": 1622,
"tag": "NAME",
"value": "Brian Wing Shun Chan"
}
] | null | [] | /**
* Copyright (c) 2000-2005 Liferay, LLC. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* t... | 11,449 | 0.771875 | 0.770828 | 287 | 37.947735 | 32.949554 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.961672 | false | false | 12 |
2b39659a64ca1166c54807b46f8a6c646ce30ff2 | 3,393,024,174,122 | 82170e57dc131f1ad53d79272ad890f9d1616df1 | /stylens-android/app/src/main/java/net/bluehack/stylens/ApiClient.java | 38ef629143c572f7208a98167b7df8e6e80e549f | [] | no_license | kyewonseo/stylens-android-tmp | https://github.com/kyewonseo/stylens-android-tmp | 328e1bb1ea7e335719ef91f9fb28a24b888ab24d | 74a2ebe2d4b1c79670d9d6eaadbcb4a7a56539fc | refs/heads/master | 2021-09-01T23:19:44.463000 | 2017-11-24T07:14:49 | 2017-11-24T07:14:49 | 111,625,263 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.bluehack.stylens;
import android.content.Context;
import android.os.AsyncTask;
import net.bluehack.stylens.utils.UiUtil;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.TimeoutException;
import io.swagger.client.ApiException;
import io.swagger.client.api.FeedApi;
import io.sw... | UTF-8 | Java | 1,824 | java | ApiClient.java | Java | [] | null | [] | package net.bluehack.stylens;
import android.content.Context;
import android.os.AsyncTask;
import net.bluehack.stylens.utils.UiUtil;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.TimeoutException;
import io.swagger.client.ApiException;
import io.swagger.client.api.FeedApi;
import io.sw... | 1,824 | 0.609101 | 0.607456 | 59 | 29.915255 | 22.096313 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542373 | false | false | 12 |
40e25eb994c1c1c1437be7aca768fef11a2c26a3 | 29,068,338,702,971 | f3be2cb45aeade0c42b7a042af511a6f14ade287 | /src/User_input.java | 6309774cbeb66f79bfb20089471cddac3f89aae9 | [] | no_license | Andrewananda/Java-Practice | https://github.com/Andrewananda/Java-Practice | 3aa02576311dd23d797b6e97b76bdd7c5984090b | 07128e49da7373bc0ea8cb6a16f706cbb79732f2 | refs/heads/master | 2020-04-20T06:17:27.799000 | 2019-02-01T12:52:56 | 2019-02-01T12:52:56 | 168,678,636 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class User_input {
public static void main(String[] args) {
Scanner user = new Scanner(System.in);
double fnum, snum, answ;
System.out.println("Enter first num: ");
fnum = user.nextDouble();
System.out.println("Enter second num: ");
sn... | UTF-8 | Java | 521 | java | User_input.java | Java | [] | null | [] | import java.util.Scanner;
public class User_input {
public static void main(String[] args) {
Scanner user = new Scanner(System.in);
double fnum, snum, answ;
System.out.println("Enter first num: ");
fnum = user.nextDouble();
System.out.println("Enter second num: ");
sn... | 521 | 0.59309 | 0.59309 | 16 | 31.5625 | 16.48093 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 12 |
a6b913c77ec0b2078d0eb53cca5009529fcadb36 | 20,134,806,705,010 | 8dd9e3a16c14b55602b41a4aff69df3b4cdb2912 | /src/main/java/petstorefeedback/services/Camel.java | c8b4a248b29d9bdd23dab69e76735909283a28ec | [] | no_license | gabinho5/deployment-please | https://github.com/gabinho5/deployment-please | f4cef7db5aedc40ffd689a7dc7553a924e0ec951 | d41a627914bd46baf90f4813b04b1bee2a1c0daa | refs/heads/master | 2022-07-27T00:52:33.962000 | 2019-05-29T22:29:56 | 2019-05-29T22:29:56 | 189,307,490 | 0 | 0 | null | false | 2022-07-07T22:52:01 | 2019-05-29T22:28:05 | 2019-05-29T22:30:03 | 2022-07-07T22:52:01 | 99 | 0 | 0 | 4 | Java | false | false | package petstorefeedback.services;
import org.apache.camel.CamelContext;
import org.apache.camel.Exchange;
import org.apache.camel.ProducerTemplate;
import org.apache.camel.builder.ExchangeBuilder;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.Co... | UTF-8 | Java | 907 | java | Camel.java | Java | [] | null | [] | package petstorefeedback.services;
import org.apache.camel.CamelContext;
import org.apache.camel.Exchange;
import org.apache.camel.ProducerTemplate;
import org.apache.camel.builder.ExchangeBuilder;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.Co... | 907 | 0.819184 | 0.819184 | 30 | 29.233334 | 28.332176 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 12 |
5f3d717ba5570c373c15d0992761ff3fae8b3b91 | 19,396,072,316,396 | 892b94d23b577441140353479677d7ce24871f22 | /广航源码/classes.src/com/zte/consts/R_CJ000.java | 577d0943ac201ad480b36a7f70a9637ed1421185 | [] | no_license | zhangyeyong/homeWork | https://github.com/zhangyeyong/homeWork | 76f3a7d79eda7fbae6c720e628325e0991c2f9ba | c71473eac651f7f442f6a187d0e316398eea7ef1 | refs/heads/master | 2021-07-15T10:31:02.790000 | 2021-03-09T02:57:17 | 2021-03-09T02:57:17 | 9,625,462 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zte.consts;
public class R_CJ000
{
public static final String FBP_LOOKUP_SELECT = "fbp.lookup.select";
public static final String VOCHER_CHECK_MSG1 = "vocher.check.msg1";
public static final String YES = "vocher.check.yes";
public static final String NO = "vocher.check.no";
public static ... | UTF-8 | Java | 2,786 | java | R_CJ000.java | Java | [
{
"context": "\";\r\n}\r\n\r\n\r\r\n/* Location: C:\\Users\\zhangyeyong\\Downloads\\gdc_evs\\evs\\webapps\\evs\\WEB-INF\\classes",
"end": 2648,
"score": 0.5984956622123718,
"start": 2643,
"tag": "USERNAME",
"value": "eyong"
}
] | null | [] | package com.zte.consts;
public class R_CJ000
{
public static final String FBP_LOOKUP_SELECT = "fbp.lookup.select";
public static final String VOCHER_CHECK_MSG1 = "vocher.check.msg1";
public static final String YES = "vocher.check.yes";
public static final String NO = "vocher.check.no";
public static ... | 2,786 | 0.742642 | 0.737617 | 52 | 51.692307 | 28.389826 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.730769 | false | false | 12 |
2c486ca4dc87b75be753909c9aeb6591dc18199e | 13,039,520,721,953 | 91c2a7109f528e54ecdb1bda24a006ece285283d | /ConnectionPool/src/C3P0ConnectionPoolExample.java | b5a501a7f04a8165930934c85db1d1b6e95c4b95 | [] | no_license | g6843/projects | https://github.com/g6843/projects | 0b2a590dfde6253d762f524dfa41b11187f94450 | e0204e4a51a8b1550d7875695d0e3d74c344f71e | refs/heads/master | 2022-02-28T17:49:43.150000 | 2019-09-29T22:47:04 | 2019-09-29T22:47:04 | 105,492,030 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.sql.*;
public class C3P0ConnectionPoolExample {
public static void main(String[] args) throws SQLException {
Connection connection = null;
Statement statement = null;
ResultSet resultset = null;
String line = null;
... | UTF-8 | Java | 1,295 | java | C3P0ConnectionPoolExample.java | Java | [] | null | [] | import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.sql.*;
public class C3P0ConnectionPoolExample {
public static void main(String[] args) throws SQLException {
Connection connection = null;
Statement statement = null;
ResultSet resultset = null;
String line = null;
... | 1,295 | 0.651737 | 0.64556 | 51 | 24.392157 | 17.416555 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.137255 | false | false | 12 |
44b8fd18e1f9846c7a1d6cb5372cbd32998a4b41 | 15,934,328,691,438 | 39d10cd792c1540538900ffc7de675946ccb4a3c | /app/src/main/java/com/up2llaapps/android/ubcgrades/Utilities/GradesCountArrayConverter.java | 0a63828828170a4af44e5d0f77ea45d17b6776a1 | [] | no_license | AbdullahAbdulqader/UBC-Grades-Android-App | https://github.com/AbdullahAbdulqader/UBC-Grades-Android-App | 3fc309d664febae00172e8f57736b98993cd3697 | c4e3f70b895c9ed126a4ef0d050f32f0ea040c71 | refs/heads/master | 2020-07-22T11:05:47.283000 | 2019-10-07T00:34:51 | 2019-10-07T00:34:51 | 207,178,172 | 0 | 0 | null | false | 2019-09-16T05:25:29 | 2019-09-08T21:51:42 | 2019-09-16T05:15:44 | 2019-09-16T05:25:03 | 2,072 | 0 | 0 | 0 | Java | false | false | package com.up2llaapps.android.ubcgrades.Utilities;
import androidx.room.TypeConverter;
import static com.up2llaapps.android.ubcgrades.Activities.MainActivity.GRADE_RANGES_SIZE;
public class GradesCountArrayConverter {
public static final String STRING_SEPARATOR = ",";
@TypeConverter
// When reading fro... | UTF-8 | Java | 1,641 | java | GradesCountArrayConverter.java | Java | [] | null | [] | package com.up2llaapps.android.ubcgrades.Utilities;
import androidx.room.TypeConverter;
import static com.up2llaapps.android.ubcgrades.Activities.MainActivity.GRADE_RANGES_SIZE;
public class GradesCountArrayConverter {
public static final String STRING_SEPARATOR = ",";
@TypeConverter
// When reading fro... | 1,641 | 0.630713 | 0.627666 | 43 | 37.162792 | 29.447573 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.488372 | false | false | 12 |
ddb1a95402f0bed8bba8af60a7f9e4d7af8e4b36 | 26,525,718,043,085 | 4804f7d3fc2693b7d16adeceb402c8252516e1c2 | /src/com/tiangong/web/action/system/DictionaryAction.java | 7db968e5e03e6d53729807dda6eac30f5e986bc5 | [] | no_license | zhaojinggui/zjg_git | https://github.com/zhaojinggui/zjg_git | 8f224c7f6df69cee184e1ea3e87e0512438e68f7 | f04eef45f6da83c9e65b7ddd905b94f4034f0092 | refs/heads/master | 2021-01-10T01:45:49.287000 | 2016-02-01T07:41:28 | 2016-02-01T07:41:28 | 50,821,031 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiangong.web.action.system;
import java.io.IOException;
import java.util.List;
import com.tiangong.service.system.imp.DictionaryServiceImp;
import com.tiangong.bean.RmWxDictionary;
import com.tiangong.comm.OperateTab;
import net.sf.json.JSONArray;
import com.opensymphony.xwork2.ModelDriven;
import... | UTF-8 | Java | 8,470 | java | DictionaryAction.java | Java | [
{
"context": "N\");\r\n\t\t\r\n\t\t}\r\n\t}\r\n\t/**\r\n\t * 得到所有字典文件\r\n\t * @author wangzhe/bdjb0064\r\n\t * date: 2015-3-27 上午10:31:10 <br/>\r\n\t",
"end": 4290,
"score": 0.9888643026351929,
"start": 4283,
"tag": "USERNAME",
"value": "wangzhe"
}
] | null | [] | package com.tiangong.web.action.system;
import java.io.IOException;
import java.util.List;
import com.tiangong.service.system.imp.DictionaryServiceImp;
import com.tiangong.bean.RmWxDictionary;
import com.tiangong.comm.OperateTab;
import net.sf.json.JSONArray;
import com.opensymphony.xwork2.ModelDriven;
import... | 8,470 | 0.637455 | 0.632773 | 306 | 25.222221 | 23.363907 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.228758 | false | false | 12 |
8fe9dffe8908da5158a57fed668cc98dfadfd322 | 22,591,527,986,488 | b29a3737490e6a82028f5d8f7b2b7be7d9cb6b82 | /src/main/java/eu/ezpzcraft/pvpkit/commands/CommandHandler.java | 6b91e980dd5e533223c4193a06a900c35bdf408d | [] | no_license | EzpzCraft/ezpzPvpKit | https://github.com/EzpzCraft/ezpzPvpKit | 5fa7edcca051aac59ee6d5c6a24a8d5628d47a41 | 46e06d8f5943fc9c0978bcae2e1ffef589d5d974 | refs/heads/master | 2021-01-10T17:14:47.980000 | 2016-02-05T16:53:38 | 2016-02-05T16:53:38 | 49,650,423 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.ezpzcraft.pvpkit.commands;
import java.util.ArrayList;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.command.CommandException;
import org.spongepowered.api.command.CommandResult;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.command.args.CommandContext... | UTF-8 | Java | 9,441 | java | CommandHandler.java | Java | [] | null | [] | package eu.ezpzcraft.pvpkit.commands;
import java.util.ArrayList;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.command.CommandException;
import org.spongepowered.api.command.CommandResult;
import org.spongepowered.api.command.CommandSource;
import org.spongepowered.api.command.args.CommandContext... | 9,441 | 0.663383 | 0.661688 | 256 | 35.878906 | 26.97751 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.394531 | false | false | 12 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.