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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a6765fb557bf37e71b348131ce67fdb8968a4616 | 22,222,160,817,229 | bd415d33cb62d583f673a2616aaed4db9e181862 | /ProyectosCajaRegistrador/CRJPA/src/main/java/com/becoblohm/cr/crjpa/controller/ComprobantefiscalnoutilizadoJpaController.java | add405c874fb861c7f1e5bc2a14eb80e76217d26 | [
"Apache-2.0"
] | permissive | macor003/desarrollosAndroid | https://github.com/macor003/desarrollosAndroid | 05f88ae6da0cc812b343eb62d2520b2a5033e2d4 | 0b8ebe0da371c002e533898626712c1cd68ddfc6 | refs/heads/master | 2020-04-21T18:13:13.394000 | 2018-11-22T13:54:26 | 2018-11-22T13:54:26 | 169,761,275 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*******************************************************************************
* © 2012 Global Retail Information Ltd.
******************************************************************************/
package com.becoblohm.cr.crjpa.controller;
import java.math.BigInteger;
import javax.persistence.EntityManager;
imp... | UTF-8 | Java | 4,507 | java | ComprobantefiscalnoutilizadoJpaController.java | Java | [] | null | [] | /*******************************************************************************
* © 2012 Global Retail Information Ltd.
******************************************************************************/
package com.becoblohm.cr.crjpa.controller;
import java.math.BigInteger;
import javax.persistence.EntityManager;
imp... | 4,507 | 0.654905 | 0.653573 | 141 | 30.957447 | 28.571144 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.382979 | false | false | 12 |
f6c42ed730071fa898aef67e7a768ccfcbd5a723 | 13,855,564,555,443 | a57d8bf94ca13ae05837412cf2ab2fe19dd7d3f6 | /src/day11_MultiBranchIf/TernaryPractice.java | be57ff554d70b144a1525945f7a51535fe6be568 | [] | no_license | SerdarAnnakurdov/myAllFilesCybertek | https://github.com/SerdarAnnakurdov/myAllFilesCybertek | 1bdeb3feba7664f6346bf3a4f62ae825a54ccbe9 | 61260280d14d841cf02e1df8981c0f602ea0dd73 | refs/heads/master | 2023-02-23T09:57:30.270000 | 2021-02-01T21:31:33 | 2021-02-01T21:31:33 | 333,541,067 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day11_MultiBranchIf;
public class TernaryPractice {
public static void main(String[] args) {
int n = 100;
String result1 = "";
if(n%2==0){
result1 = "Even";
}else{
result1 = "Odd";
}
System.out.println("This vsalue is : "+result1);
... | UTF-8 | Java | 1,426 | java | TernaryPractice.java | Java | [] | null | [] | package day11_MultiBranchIf;
public class TernaryPractice {
public static void main(String[] args) {
int n = 100;
String result1 = "";
if(n%2==0){
result1 = "Even";
}else{
result1 = "Odd";
}
System.out.println("This vsalue is : "+result1);
... | 1,426 | 0.441795 | 0.414446 | 63 | 21.63492 | 26.665655 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.412698 | false | false | 12 |
4c45cb0a1afa7c00477768e8683029d01dce4156 | 22,093,311,792,455 | 6d8afca9df1bec2e10ac4c58aa338b392b89377f | /BTL/QuanLiBanHang/src/QuanLi/DanhSach.java | 1d8c0cce805e6f513b8f6eb43c5072fa6ef308f5 | [] | no_license | caothethang/caothethang_BTVN-Java | https://github.com/caothethang/caothethang_BTVN-Java | 12a3ea151d0723ad34088006dd289ea0497b1515 | cc1cee980dddb59aeb0acfafe9c20fc76ab27080 | refs/heads/master | 2020-08-02T10:20:56.120000 | 2020-01-01T13:50:59 | 2020-01-01T13:50:59 | 211,315,956 | 0 | 1 | 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 QuanLi;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author Cao The Thang
*/
public class DanhSach exten... | UTF-8 | Java | 4,937 | java | DanhSach.java | Java | [
{
"context": "List;\nimport java.util.Scanner;\n\n/**\n *\n * @author Cao The Thang\n */\npublic class DanhSach extends Hang {\n\n Sca",
"end": 288,
"score": 0.9998323321342468,
"start": 275,
"tag": "NAME",
"value": "Cao The Thang"
}
] | 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 QuanLi;
import java.util.ArrayList;
import java.util.Scanner;
/**
*
* @author <NAME>
*/
public class DanhSach extends Hang... | 4,930 | 0.497531 | 0.494239 | 171 | 27.421053 | 22.558784 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 12 |
32f42b5cabcf5cafcfb9bc07315c7ac26deffb76 | 9,740,985,857,178 | 93f30f68c1056d2c877e3ec31179d07bf344bedd | /Streams_Assignments/10/TradersPune.java | a0b341eac0fdd7ccdcd779d37f3a65289a2604a6 | [] | no_license | HarshithaC30/172268_HarshithaC | https://github.com/HarshithaC30/172268_HarshithaC | 3223d43e39795d3ae59eaaac027d3d8d0bb0e8fc | 7153d2768c5a60a6c2ce041ad1a4dfafb8d25d91 | refs/heads/master | 2020-04-21T01:33:23.598000 | 2019-05-15T06:44:51 | 2019-05-15T06:44:51 | 169,227,608 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.domain.streams;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
import com.capgemini.streams.Trader;
public class TradersPune {
public static void main(String[] args) {
List<Trader> list = new ArrayList<Trader>();
... | UTF-8 | Java | 923 | java | TradersPune.java | Java | [
{
"context": " ArrayList<Trader>();\r\n\t\t\r\n\t\tlist.add(new Trader(\"Harshitha\", \"Bangalore\"));\r\n\t\tlist.add(new Trader(\"Mounika\"",
"end": 350,
"score": 0.9997566938400269,
"start": 341,
"tag": "NAME",
"value": "Harshitha"
},
{
"context": "arshitha\", \"Bangalore\"));\r\n... | null | [] | package com.domain.streams;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
import com.capgemini.streams.Trader;
public class TradersPune {
public static void main(String[] args) {
List<Trader> list = new ArrayList<Trader>();
... | 917 | 0.668472 | 0.668472 | 31 | 27.774193 | 20.241621 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.903226 | false | false | 12 |
a8de4fd947586f92e453041056d886ae686e412d | 18,915,036,012,610 | 74a53525e0cdad6b2f2f30ed6eb5ad56842b5292 | /app/src/main/java/com/facebook/data/users/UserData.java | c010b1c35e1f46e2c7a0f1f94b8a3bdaf96f3fde | [] | no_license | Leoxinghai/Citiville | https://github.com/Leoxinghai/Citiville | 28ed8b29323ebe124b581f6fa73dea491abbe01f | e788cef3c52d5ff8bbd38155573533c7c06c4475 | refs/heads/master | 2021-01-18T17:27:02.763000 | 2017-03-31T09:19:12 | 2017-03-31T09:19:12 | 86,801,515 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.facebook.data.users;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android... | UTF-8 | Java | 1,475 | java | UserData.java | Java | [] | null | [] | package com.facebook.data.users;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android... | 1,475 | 0.68339 | 0.68339 | 48 | 28.645834 | 29.732481 | 212 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 12 |
7ea00efd3ad2a39bc67166bd6649e1d4703e59bd | 28,260,884,850,377 | f008cc6e841020e62eb6695701f6ba896282864e | /src/test/java/com/automation/pages/BaseClass.java | c22718f15ecb691a99cfb92bb41a5f0fb22b6dfa | [] | no_license | chinmaya-patra/OrangeHRM | https://github.com/chinmaya-patra/OrangeHRM | eeae957fed41730e4f2b24a220c4bc0bfb8feee6 | f4910fbbd6322c260f652f3bcffe00db4d674ba9 | refs/heads/master | 2022-07-07T01:14:27.513000 | 2019-11-06T13:50:53 | 2019-11-06T13:50:53 | 169,735,272 | 0 | 0 | null | false | 2022-06-29T17:11:59 | 2019-02-08T12:57:40 | 2019-11-06T13:51:23 | 2022-06-29T17:11:59 | 3,773 | 0 | 0 | 1 | HTML | false | false | package com.automation.pages;
import java.io.IOException;
import org.openqa.selenium.WebDriver;
import org.testng.ITestResult;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeSuite;
import c... | UTF-8 | Java | 1,952 | java | BaseClass.java | Java | [] | null | [] | package com.automation.pages;
import java.io.IOException;
import org.openqa.selenium.WebDriver;
import org.testng.ITestResult;
import org.testng.annotations.AfterClass;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.BeforeSuite;
import c... | 1,952 | 0.778689 | 0.778689 | 62 | 29.483871 | 29.14521 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.451613 | false | false | 12 |
0c2827748dd887f54461bfec271043c8111391d7 | 19,292,993,119,864 | be3169c6835017b8979f23656b952f345bab5af6 | /sem/process/sem-process/src/main/java/com/bee32/sem/process/web/AllProcessInstanceView.java | 341539da72bc07f8cb6d75dfdee29e09de195c41 | [] | no_license | lenik/stack | https://github.com/lenik/stack | 5ca08d14a71e661f1d5007ba756eff264716f3a3 | a69e2719d56d08a410c19cc73febf0f415d8d045 | refs/heads/master | 2023-07-10T10:54:14.351000 | 2017-07-23T00:10:15 | 2017-07-23T00:12:33 | 395,319,044 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bee32.sem.process.web;
public class AllProcessInstanceView
extends AbstractProcessInstanceView {
private static final long serialVersionUID = 1L;
}
| UTF-8 | Java | 175 | java | AllProcessInstanceView.java | Java | [] | null | [] | package com.bee32.sem.process.web;
public class AllProcessInstanceView
extends AbstractProcessInstanceView {
private static final long serialVersionUID = 1L;
}
| 175 | 0.771429 | 0.754286 | 8 | 20.875 | 21.286366 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 12 |
4558b53fbe99b08c345b61241690e3d0cf272eee | 4,690,104,310,942 | 7c7165141a5fbd6b74a5886592cd05404a7a3888 | /webservice-jax-ws/src/main/java/webservice/impl/MalhaLogisticaEndpointWS.java | 78b871af77f3c89189962c8187f7147e8f27067b | [] | no_license | emprestes/smartlogic | https://github.com/emprestes/smartlogic | 91a52e954d674459f5e5911813d1670497cca4f0 | 42bb3d3c169dc5187e4716adf1abeef2d164d0ba | refs/heads/master | 2020-04-14T22:48:33.446000 | 2014-06-25T03:49:47 | 2014-06-25T03:49:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package webservice.impl;
import java.util.Collection;
import javax.jws.WebMethod;
import javax.jws.WebService;
import org.springframework.beans.factory.annotation.Autowired;
import service.MalhaLogisticaService;
import domain.model.MalhaLogistica;
@WebService(serviceName = "MalhaLogistica")
public class MalhaLogis... | UTF-8 | Java | 636 | java | MalhaLogisticaEndpointWS.java | Java | [] | null | [] | package webservice.impl;
import java.util.Collection;
import javax.jws.WebMethod;
import javax.jws.WebService;
import org.springframework.beans.factory.annotation.Autowired;
import service.MalhaLogisticaService;
import domain.model.MalhaLogistica;
@WebService(serviceName = "MalhaLogistica")
public class MalhaLogis... | 636 | 0.757862 | 0.757862 | 28 | 21.714285 | 20.712069 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 12 |
66cd071cceb935eb3506766e087b4294bc52a107 | 24,008,867,239,007 | 9c3f203f22e63b3c3c04a5c821c6022d6b01a82f | /src/lab3/Complex/Main.java | 25e1e1fc83bbd888e0d3df9a5eda6b1e05de0a74 | [] | no_license | iNaps/EPAM-homework | https://github.com/iNaps/EPAM-homework | b3930656023505cef9a691f620b1b91a6c395c63 | 230b7c3f7195b5704dfe919038680e2bbaef8241 | refs/heads/master | 2019-05-14T22:43:17.664000 | 2016-08-11T10:36:45 | 2016-08-11T10:36:45 | 62,109,811 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lab3.Complex;
public class Main {
public static void main(String[] args) throws Exception {
ComplexCalculator calc = new ComplexCalculator();
ComplexNum num0 = new ComplexNum(3d, 1);
ComplexNum num1 = new ComplexNum(2, 5d);
ComplexNum result = calc.mul(num0, num1)... | UTF-8 | Java | 492 | java | Main.java | Java | [] | null | [] | package lab3.Complex;
public class Main {
public static void main(String[] args) throws Exception {
ComplexCalculator calc = new ComplexCalculator();
ComplexNum num0 = new ComplexNum(3d, 1);
ComplexNum num1 = new ComplexNum(2, 5d);
ComplexNum result = calc.mul(num0, num1)... | 492 | 0.579268 | 0.552846 | 19 | 23.894737 | 21.068546 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.789474 | false | false | 12 |
4d63be504f0717b61d4e380237cf2efe99de58dd | 24,008,867,238,533 | c8e273ec031183777c3c1bc8ed6ffe0e7fdecbd9 | /src/main/java/com/structure/proxypattern/service/ImageService.java | eb37e62b2cd9a1e0bb142034239947e4e2cf91fa | [] | no_license | ZHoodLum/design-mode-demo | https://github.com/ZHoodLum/design-mode-demo | c0bf6e8df28291f60722c154209cd49a393ebe31 | a05f9670a8c2a0a4b789ae091b65c612d1caee60 | refs/heads/master | 2023-02-06T19:01:13.741000 | 2020-12-30T01:45:28 | 2020-12-30T01:45:28 | 313,219,021 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.structure.proxypattern.service;
/**
* @author:ZDY
* @Date:Created in 2020/11/25
* @Description:
*/
public interface ImageService {
void display();
}
| UTF-8 | Java | 176 | java | ImageService.java | Java | [
{
"context": "m.structure.proxypattern.service;\n\n/**\n * @author:ZDY\n * @Date:Created in 2020/11/25\n * @Description:\n ",
"end": 63,
"score": 0.9996258020401001,
"start": 60,
"tag": "USERNAME",
"value": "ZDY"
}
] | null | [] | package com.structure.proxypattern.service;
/**
* @author:ZDY
* @Date:Created in 2020/11/25
* @Description:
*/
public interface ImageService {
void display();
}
| 176 | 0.680233 | 0.633721 | 12 | 13.333333 | 14.167647 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 12 |
92a88a2583001656f51c00dae18e64bc21782205 | 30,983,894,109,399 | 3338fb1d7c0ffb0c08de7e5c762e4a156bc51a0e | /A4/src/In2pJ.java | c746a5453c5a038eeebc8694717107a46ae721e6 | [] | no_license | HollowTube/automatic-octo-lamp | https://github.com/HollowTube/automatic-octo-lamp | afa4f84ffa87ec142457e016e05464defb3e8660 | 5f9c7e4b16c9113ada575f2f75ef6a51def4a1e2 | refs/heads/master | 2021-08-20T07:38:18.593000 | 2017-11-28T15:11:14 | 2017-11-28T15:11:14 | 102,999,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Tritin Truong, Id: 260806112
import java.util.*;
public class In2pJ {
//simple print function to make printing less verbose
public static void print(String num) {
System.out.println(num);
}
//checks if token is a valid decimal number
private static boolean isANumber(String token) {
for (char... | UTF-8 | Java | 5,223 | java | In2pJ.java | Java | [
{
"context": "//Tritin Truong, Id: 260806112\r\nimport java.util.*;\r\n\r\n\r\npublic ",
"end": 15,
"score": 0.9998865127563477,
"start": 2,
"tag": "NAME",
"value": "Tritin Truong"
}
] | null | [] | //<NAME>, Id: 260806112
import java.util.*;
public class In2pJ {
//simple print function to make printing less verbose
public static void print(String num) {
System.out.println(num);
}
//checks if token is a valid decimal number
private static boolean isANumber(String token) {
for (char c : to... | 5,216 | 0.605591 | 0.59889 | 171 | 28.532164 | 21.975342 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.578947 | false | false | 12 |
10804b46b24eec19ce7ca8143c4128275712d072 | 37,374,805,424,196 | cd8462ae791095283af4c7e013285e70690b7a6e | /src/java/io/compgen/ngsutils/vcf/VCFAttributeValue.java | 5d758b622f0059cb44d315e417429865f4164c86 | [
"BSD-3-Clause"
] | permissive | compgen-io/ngsutilsj | https://github.com/compgen-io/ngsutilsj | 1da53256882c2c9633ac86a718f9ab8091e6fcce | a09ab2ca55bb862a6eca7ce996a592c293da6075 | refs/heads/master | 2023-08-04T08:23:07.969000 | 2023-07-26T16:45:08 | 2023-07-26T16:45:08 | 18,192,737 | 5 | 1 | BSD-3-Clause | false | 2022-11-06T04:19:47 | 2014-03-27T21:52:07 | 2022-11-03T03:29:37 | 2022-11-06T04:19:46 | 13,354 | 5 | 1 | 2 | Java | false | false | package io.compgen.ngsutils.vcf;
public class VCFAttributeValue {
public static final VCFAttributeValue MISSING = new VCFAttributeValue(true, false);
public static final VCFAttributeValue EMPTY = new VCFAttributeValue(false, true);
final protected String value;
private VCFAttributeValue(boolean missing, boole... | UTF-8 | Java | 4,507 | java | VCFAttributeValue.java | Java | [] | null | [] | package io.compgen.ngsutils.vcf;
public class VCFAttributeValue {
public static final VCFAttributeValue MISSING = new VCFAttributeValue(true, false);
public static final VCFAttributeValue EMPTY = new VCFAttributeValue(false, true);
final protected String value;
private VCFAttributeValue(boolean missing, boole... | 4,507 | 0.580874 | 0.575993 | 182 | 23.763737 | 20.021807 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.604396 | false | false | 12 |
ecf41b08ccb29e8f32ba75269c1694c00a1b4af8 | 33,887,292,015,566 | 3d6899130551447fd7cc9310766a9984084a19fc | /WorkingDaysCalendar/src/main/java/calendar/strategy/WorkingDaysCalendarExactDateStrategy.java | fbde2b1ca53914299e796bad0e033845210b0d13 | [] | no_license | sbogado/EjercicioTenPines | https://github.com/sbogado/EjercicioTenPines | be6ed1bf5714a31514ed89195db5418740314830 | d82047433851ca53c3a6dcb60d7ab7b726df5abc | refs/heads/master | 2015-08-11T16:11:25.562000 | 2014-05-16T16:53:01 | 2014-05-16T16:53:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package calendar.strategy;
import java.util.List;
import utils.dayandmonth.DayAndMonth;
import utils.exactdate.ExactDate;
public class WorkingDaysCalendarExactDateStrategy extends WorkingDaysCalendarStrategy<ExactDate>{
}
| UTF-8 | Java | 238 | java | WorkingDaysCalendarExactDateStrategy.java | Java | [] | null | [] | package calendar.strategy;
import java.util.List;
import utils.dayandmonth.DayAndMonth;
import utils.exactdate.ExactDate;
public class WorkingDaysCalendarExactDateStrategy extends WorkingDaysCalendarStrategy<ExactDate>{
}
| 238 | 0.810924 | 0.810924 | 11 | 19.636364 | 28.26264 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 12 |
ce90d604f6d57e7eaca80b9bc08d1dab2074e2d3 | 34,239,479,335,221 | 0f68e790aa8895fe39bc27f9331cc33929ec98be | /raw_dataset/63090747@run@OK.java | 5247a23d6e6127967418aa5785fef8679022ec42 | [
"MIT"
] | permissive | ruanyuan115/code2vec_treelstm | https://github.com/ruanyuan115/code2vec_treelstm | c50b784cbe2a576905c372675270e95e64908575 | 0c5f98d280b506317738ba603b719cac6036896f | refs/heads/master | 2023-04-09T14:11:02.992000 | 2020-04-16T08:29:59 | 2020-04-16T08:29:59 | 256,151,081 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | void run() {
if (!work()) {
out.println(-1);
}
out.flush();
} | UTF-8 | Java | 81 | java | 63090747@run@OK.java | Java | [] | null | [] | void run() {
if (!work()) {
out.println(-1);
}
out.flush();
} | 81 | 0.395062 | 0.382716 | 6 | 12.666667 | 7.781745 | 24 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 12 |
b5b98970c8e26f676be9e70ec34131c30586dfef | 18,270,790,937,202 | 92933a43a40236a4d9e6b312e08f7e02cec486e2 | /org.eclipse.lyo.ldp.server.jena/src/main/java/org/eclipse/lyo/ldp/server/jena/JenaLDPImpl.java | 552c3e919ba75ef7cd75c530f002f63b2d75a73e | [] | no_license | eclipse/lyo.ldp | https://github.com/eclipse/lyo.ldp | 01e0ef78700c5e54df1f00e1d3f3c42f3e8b8c17 | 8e432f8771c95292955b49022a69813b98c4fe3c | refs/heads/master | 2023-09-01T03:56:25.431000 | 2022-05-09T22:03:52 | 2022-05-09T22:03:52 | 135,338,013 | 0 | 4 | null | false | 2021-10-16T23:03:00 | 2018-05-29T18:36:16 | 2021-10-16T23:02:33 | 2021-09-20T20:34:05 | 476 | 0 | 4 | 2 | Java | false | false | /*******************************************************************************
* Copyright (c) 2013 IBM Corporation.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v. 1.0 which accompa... | UTF-8 | Java | 1,658 | java | JenaLDPImpl.java | Java | [
{
"context": "uments/edl-v10.php.\n *\t\n *\tContributors:\n *\t\n *\t Frank Budinsky - initial API and implementation\n *\t Steve Spei",
"end": 590,
"score": 0.9997908473014832,
"start": 576,
"tag": "NAME",
"value": "Frank Budinsky"
},
{
"context": "nk Budinsky - initial API and... | null | [] | /*******************************************************************************
* Copyright (c) 2013 IBM Corporation.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Eclipse Distribution License v. 1.0 which accompa... | 1,634 | 0.670688 | 0.66345 | 51 | 31.509804 | 32.204842 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.882353 | false | false | 13 |
9a5c8c0c69c38ed64696d690f19067299abf5354 | 7,808,250,594,003 | cd40b6e6581e5c19862ca4cc9150672a9f88dbbd | /src/test/java/p1/Product.java | 33ab6a59feb4756fb03b38874b225aebeac0b83c | [] | no_license | Anukutty/Handson | https://github.com/Anukutty/Handson | 5ae2ca058e3b22274c7ed6765cfbffc135174d42 | 3f2e11fa8564c4ffb9c5583398abf5472cd00643 | refs/heads/master | 2021-01-26T17:38:24.383000 | 2020-02-27T07:39:13 | 2020-02-27T07:39:13 | 243,459,331 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package p1;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import io.cucumber.java.en.And;
import io.cucumber.java.en.Given;
import io.cucumber.java.en.Then;
public class Product {
WebDriver dri... | UTF-8 | Java | 1,583 | java | Product.java | Java | [
{
"context": " new ChromeDriver();\r\n\t\t\r\n\t\tdriver.get(\"https://10.232.237.143/TestMeApp/fetchcat.htm\");\r\n\t\t driver.",
"end": 571,
"score": 0.6718252897262573,
"start": 571,
"tag": "IP_ADDRESS",
"value": ""
},
{
"context": "w ChromeDriver();\r\n\t\t\r\n\t\tdriver.get(\"h... | null | [] | package p1;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import io.cucumber.java.en.And;
import io.cucumber.java.en.Given;
import io.cucumber.java.en.Then;
public class Product {
WebDriver dri... | 1,582 | 0.699305 | 0.689198 | 49 | 30.306122 | 25.095901 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.55102 | false | false | 13 |
26c20855f687364cc1037f42b984fcc2ac1403a4 | 25,855,703,175,456 | b398d9d19fb8b18c1822930a7cf0f2bb0b0c3840 | /giapi-jms-util/src/main/java/edu/gemini/aspen/giapi/util/jms/messagebuilders/ObjectBasedMessageBuilder.java | a5c197d038ae29b98e19b285fb535e466e3bd781 | [
"BSD-2-Clause"
] | permissive | framos-gemini/gmp | https://github.com/framos-gemini/gmp | a9642be9fc12abbafe684125ca0d0bf1b0ad5e73 | 811826574676ec5247d48ebebec6cc6ea95a37b9 | refs/heads/master | 2023-08-18T00:53:17.583000 | 2023-07-19T15:04:19 | 2023-07-19T15:04:19 | 358,715,116 | 0 | 0 | NOASSERTION | true | 2023-09-13T18:59:25 | 2021-04-16T20:42:53 | 2023-05-09T16:11:25 | 2023-09-13T18:59:24 | 68,245 | 0 | 0 | 0 | Java | false | false | package edu.gemini.aspen.giapi.util.jms.messagebuilders;
import com.google.common.base.Preconditions;
import edu.gemini.jms.api.AbstractMapMessageBuilder;
import javax.jms.JMSException;
import javax.jms.MapMessage;
import java.util.Map;
/**
* This class is able to create a message containing a given set of body pro... | UTF-8 | Java | 1,209 | java | ObjectBasedMessageBuilder.java | Java | [] | null | [] | package edu.gemini.aspen.giapi.util.jms.messagebuilders;
import com.google.common.base.Preconditions;
import edu.gemini.jms.api.AbstractMapMessageBuilder;
import javax.jms.JMSException;
import javax.jms.MapMessage;
import java.util.Map;
/**
* This class is able to create a message containing a given set of body pro... | 1,209 | 0.734491 | 0.734491 | 36 | 32.583332 | 29.470678 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
cc93bf1a88e465091692ce21a92d522c1338597a | 23,519,240,918,815 | 2b1e76e09ec6406d86b5567753b31c8b2deea506 | /src/main/java/org/sagebionetworks/web/client/view/CertificateViewImpl.java | 319af5b280ea457f0132ba6cb9bc15364ecb892f | [
"Apache-2.0"
] | permissive | hhu94/SynapseWebClient | https://github.com/hhu94/SynapseWebClient | f9e5f074876c92496aa40631424abedda9099001 | 4763007bd817baa86ba407d03501a6a317cea29d | refs/heads/develop | 2021-01-01T17:59:22.383000 | 2017-12-11T23:45:33 | 2017-12-11T23:45:33 | 98,214,084 | 0 | 0 | null | true | 2017-07-24T16:59:10 | 2017-07-24T16:59:10 | 2017-04-19T08:41:49 | 2017-07-23T01:10:39 | 62,532 | 0 | 0 | 0 | null | null | null | package org.sagebionetworks.web.client.view;
import org.gwtbootstrap3.client.ui.Button;
import org.gwtbootstrap3.client.ui.Heading;
import org.gwtbootstrap3.client.ui.Panel;
import org.sagebionetworks.repo.model.UserProfile;
import org.sagebionetworks.repo.model.quiz.PassingRecord;
import org.sagebionetworks.we... | UTF-8 | Java | 3,417 | java | CertificateViewImpl.java | Java | [] | null | [] | package org.sagebionetworks.web.client.view;
import org.gwtbootstrap3.client.ui.Button;
import org.gwtbootstrap3.client.ui.Heading;
import org.gwtbootstrap3.client.ui.Panel;
import org.sagebionetworks.repo.model.UserProfile;
import org.sagebionetworks.repo.model.quiz.PassingRecord;
import org.sagebionetworks.we... | 3,417 | 0.762072 | 0.761194 | 123 | 25.780487 | 21.757174 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.634146 | false | false | 13 |
3fe00a6996939d84168e48b615df9a330e6114bf | 11,003,706,255,755 | ef33887c3a60f473a56e7cbad6eb587d983a62fd | /app/src/main/java/ae/bluecast/my_app_expense/models/AddDiaryModel.java | cce7df767d9262b67efd35636b7759c8c6e265bf | [] | no_license | adithyasushakumar/my_app_expense | https://github.com/adithyasushakumar/my_app_expense | fd39d0afd279d752a26f76d08de1043d2dda8d98 | 1c2b3b4fd215e045071eee489ea6388a0a9b170c | refs/heads/master | 2021-05-04T14:28:53.839000 | 2018-02-05T05:03:17 | 2018-02-05T05:03:17 | 120,202,408 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ae.bluecast.my_app_expense.models;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
/**
* Created by ASUS on 6/11/2017.
*/
public class AddDiaryModel extends RealmObject {
@PrimaryKey
private int id;
private String Date;
private String title;
private String Details;
... | UTF-8 | Java | 849 | java | AddDiaryModel.java | Java | [
{
"context": "o.realm.annotations.PrimaryKey;\n\n/**\n * Created by ASUS on 6/11/2017.\n */\n\npublic class AddDiaryModel ext",
"end": 136,
"score": 0.8661922216415405,
"start": 132,
"tag": "NAME",
"value": "ASUS"
}
] | null | [] | package ae.bluecast.my_app_expense.models;
import io.realm.RealmObject;
import io.realm.annotations.PrimaryKey;
/**
* Created by ASUS on 6/11/2017.
*/
public class AddDiaryModel extends RealmObject {
@PrimaryKey
private int id;
private String Date;
private String title;
private String Details;
... | 849 | 0.603062 | 0.594817 | 48 | 16.666666 | 14.811782 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 13 |
da47e399b546ee8faa79ed5c1f7182a011bbafc3 | 6,889,127,603,446 | 76c43c10272aed013d7f3451cb81f2f46c78b81e | /PPSN2017Test/src/main/java/ru/itmo/nds/jmh/benchmarks/zdt/IncrementalPPSN_ZDT2_gs10000_it10000_ds1.java | 320c863a810b251a1fdf0bac298308397002314c | [] | no_license | yakupov/nds2016 | https://github.com/yakupov/nds2016 | 4b2b6c243bdb9a7b033893982521285a7fcaeedb | 06430e71a2944aceb74a70094996731846b62895 | refs/heads/master | 2020-07-02T14:13:38.023000 | 2018-10-28T21:08:53 | 2018-10-28T21:08:53 | 74,305,412 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ru.itmo.nds.jmh.benchmarks.zdt;
import ru.itmo.nds.front_storage.FrontStorage;
import ru.itmo.nds.jmh.benchmarks.AbstractDtlzZdtBenchmark;
import ru.itmo.nds.jmh.benchmarks.AbstractZdtBenchmark;
import java.io.InputStream;
import java.util.Objects;
/**
* Perform all the same tests as in {@link AbstractDtlzZ... | UTF-8 | Java | 906 | java | IncrementalPPSN_ZDT2_gs10000_it10000_ds1.java | Java | [] | null | [] | package ru.itmo.nds.jmh.benchmarks.zdt;
import ru.itmo.nds.front_storage.FrontStorage;
import ru.itmo.nds.jmh.benchmarks.AbstractDtlzZdtBenchmark;
import ru.itmo.nds.jmh.benchmarks.AbstractZdtBenchmark;
import java.io.InputStream;
import java.util.Objects;
/**
* Perform all the same tests as in {@link AbstractDtlzZ... | 906 | 0.732892 | 0.693157 | 25 | 35.240002 | 28.493198 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.44 | false | false | 13 |
2eaea431c513b85c094ce0b3758fd769f86443e2 | 8,555,574,867,970 | 335ae94b7fcdb10ed849f7342933466cafc938ac | /APS/src/Controller/LoginController.java | a15eabc9f613e73bb8f23d9b850b08e6a2b3e223 | [] | no_license | Alves-gu/APS | https://github.com/Alves-gu/APS | e64c8d2b38ea9c538e10f4602715c820ac5fa7a3 | 57361c9a93a921bf367a9f1c80665c224a25101c | refs/heads/master | 2020-03-18T08:03:08.853000 | 2018-06-02T18:18:49 | 2018-06-02T18:18:49 | 134,486,596 | 0 | 0 | null | true | 2018-05-22T23:27:46 | 2018-05-22T23:27:46 | 2018-05-10T17:32:26 | 2018-05-10T17:32:52 | 2,624 | 0 | 0 | 0 | null | false | null | package Controller;
import java.io.IOException;
import java.net.URL;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ResourceBundle;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.P... | UTF-8 | Java | 3,742 | java | LoginController.java | Java | [
{
"context": "javafx.scene.layout.Region;\r\n\r\n/**\r\n *\r\n * @author anderson\r\n */\r\n\r\npublic class LoginController implements I",
"end": 745,
"score": 0.5183391571044922,
"start": 737,
"tag": "USERNAME",
"value": "anderson"
},
{
"context": "ene.layout.Region;\r\n\r\n/**\r\n... | null | [] | package Controller;
import java.io.IOException;
import java.net.URL;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.ResourceBundle;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.fxml.Initializable;
import javafx.scene.P... | 3,742 | 0.594652 | 0.594652 | 127 | 27.448818 | 21.625921 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.582677 | false | false | 13 |
79d48b56dfd525fe61d314cce9106291b5345581 | 31,215,822,314,095 | 7d842cb8f4937dffa5f415e7a1ff656f4459e3ea | /IO-service/src/DataManagement.java | 4031c54b3531845f22fed3bb7f475944e26797ac | [] | no_license | KacperBarszczewski/JAVA | https://github.com/KacperBarszczewski/JAVA | b68954b4bd6c13f6af1b9e9bd5478c83c32091f0 | 4b37c332d4f5f0e738f4a1050e0729b2b93cdeff | refs/heads/main | 2023-08-27T07:36:38.368000 | 2023-04-29T14:08:17 | 2023-04-29T14:08:17 | 426,247,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.naming.Name;
import java.io.*;
import java.util.Scanner;
public class DataManagement {
String name;
String lastname;
public void readData() {
Scanner scanner = new Scanner(System.in);
System.out.print("Name: ");
this.name = scanner.nextLine();
System.out.print... | UTF-8 | Java | 1,375 | java | DataManagement.java | Java | [] | null | [] | import javax.naming.Name;
import java.io.*;
import java.util.Scanner;
public class DataManagement {
String name;
String lastname;
public void readData() {
Scanner scanner = new Scanner(System.in);
System.out.print("Name: ");
this.name = scanner.nextLine();
System.out.print... | 1,375 | 0.552727 | 0.551273 | 51 | 25.960785 | 22.557953 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.431373 | false | false | 13 |
c8c8834244c8001e98443cb6b2f3492c5b0e757b | 19,765,439,542,353 | 44fa8b0513c998b8859902107de2e3c7b88ffa91 | /Assigment/src/abstract_class.java | 968fe61a9fc724a64bc9f47b440cccc9f376301c | [] | no_license | NITJal/15103079 | https://github.com/NITJal/15103079 | 0c45085e61448e207177ccd43195d747634c72a8 | 74fa8a81a8497fe6672a3f3c08e48f807a231f1c | refs/heads/master | 2021-06-30T02:59:54.065000 | 2017-09-17T11:46:19 | 2017-09-17T11:46:19 | 103,740,759 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | abstract class Shape{
abstract void number_of_sides(int a);}
class Trapezoid extends Shape{
void number_of_sides(int a)
{
System.out.println("number of sides in trapezoid is = "+a);
}}
class Triangle extends Shape{
void number_of_sides(int a)
{
System.out.println("number of sides in triangle is =... | UTF-8 | Java | 708 | java | abstract_class.java | Java | [] | null | [] | abstract class Shape{
abstract void number_of_sides(int a);}
class Trapezoid extends Shape{
void number_of_sides(int a)
{
System.out.println("number of sides in trapezoid is = "+a);
}}
class Triangle extends Shape{
void number_of_sides(int a)
{
System.out.println("number of sides in triangle is =... | 708 | 0.637006 | 0.632768 | 33 | 19.39394 | 18.112343 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.454545 | false | false | 13 |
69caa862242b71d0a6ef0d61d9b13afa33c82a80 | 5,428,838,679,000 | 5a8e6a4159f3d5312ab1c16d482dd9b6bbc1d5f7 | /src/lesson01/generics/Main.java | b69535bc9615a917973c8e34d487c61144261f34 | [] | no_license | madlur/ru.gb.java.level_3 | https://github.com/madlur/ru.gb.java.level_3 | 2f13adaeebe6d5245d7abed78d22b31226a89640 | e7e0dbf3bd51ba27400676ae91fd0442204be59d | refs/heads/master | 2022-08-09T00:38:00.130000 | 2020-05-22T07:30:48 | 2020-05-22T07:30:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lesson01.generics;
import java.util.ArrayList;
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
//задание №1
String[] string = {"str1", "str2", "str3", "str4", "str5"};
Object[] objects = new Object[5];
int[] arr = {1, 2, 3, 4, 5, 6};
... | UTF-8 | Java | 2,510 | java | Main.java | Java | [] | null | [] | package lesson01.generics;
import java.util.ArrayList;
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
//задание №1
String[] string = {"str1", "str2", "str3", "str4", "str5"};
Object[] objects = new Object[5];
int[] arr = {1, 2, 3, 4, 5, 6};
... | 2,510 | 0.555602 | 0.530936 | 81 | 28.493828 | 22.981541 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.740741 | false | false | 13 |
7d9580986022ade65ea2b4d60f1b83dd9bea0a72 | 7,078,106,121,063 | 4db1db452afd97528c29273c7ee03319c506d209 | /test/ver01/First/src/controller/IndexController.java | f400b626b5df51e83842f9cafe55788c9b95c4ea | [
"Apache-2.0"
] | permissive | grtlinux/KieaTomcat | https://github.com/grtlinux/KieaTomcat | 987c189410a463565621647566db39b65a6501f9 | 1b8e05c86197437f26bb28bb9e4410a18082ae26 | refs/heads/master | 2022-06-04T19:30:34.425000 | 2019-09-10T11:02:25 | 2019-09-10T11:02:25 | 153,197,627 | 0 | 0 | Apache-2.0 | false | 2022-05-25T06:25:04 | 2018-10-16T00:10:20 | 2019-09-10T11:02:38 | 2022-05-25T06:25:01 | 417,335 | 0 | 0 | 9 | HTML | false | false | package controller;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.Controller;
public final class IndexController i... | UTF-8 | Java | 762 | java | IndexController.java | Java | [] | null | [] | package controller;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.Controller;
public final class IndexController i... | 762 | 0.761155 | 0.761155 | 26 | 27.307692 | 27.701387 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.423077 | false | false | 13 |
9563ea49e6dcbb9fa23236ca93c848b141287128 | 27,857,157,893,798 | f0d4094c340aff0f2f1d6bbf3e9bac35e9b6fafc | /src/main/java/com/prometheus/learning/datastructures/Interfaces.java | be64ed3c3ebf892291884b792df22fea55c0b19a | [] | no_license | Reemet1/BankApp | https://github.com/Reemet1/BankApp | 27c57f8016edffb95960738a37ce265a9473ee0b | 97a6dfacc17df09350dc182288869d83510e8365 | refs/heads/master | 2022-07-09T08:46:30.670000 | 2020-06-25T17:33:19 | 2020-06-25T17:33:19 | 211,717,573 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.prometheus.learning.datastructures;
import java.util.*;
public class Interfaces {
public void interfaces() {
}
public void collection() {
/**The top interface for collections hierarchy is Collection interface */
Collection collection = null;
collection.clear(); //Remo... | UTF-8 | Java | 2,698 | java | Interfaces.java | Java | [] | null | [] | package com.prometheus.learning.datastructures;
import java.util.*;
public class Interfaces {
public void interfaces() {
}
public void collection() {
/**The top interface for collections hierarchy is Collection interface */
Collection collection = null;
collection.clear(); //Remo... | 2,698 | 0.642698 | 0.638251 | 68 | 38.676472 | 34.632286 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.558824 | false | false | 13 |
14fc10be621ec4754c066bea3216b413f4614dd4 | 27,857,157,891,405 | a39222979ed147d8d233dc8be619a216a8b52e8e | /JxvaDependency/src/demo/dao/sqlserver/TestSQLServer.java | d50ab496d601a4adf2f43b3824326e5e1fef6fb2 | [
"Apache-2.0"
] | permissive | jxva/jxvaframework | https://github.com/jxva/jxvaframework | ae532cbaa027540f907b00ea745b8236c17ba555 | d56b3a5eafe78dedb55a8feca215de562bac045c | refs/heads/master | 2020-06-05T01:23:57.433000 | 2012-04-17T08:20:39 | 2012-04-17T08:20:39 | 1,904,195 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package demo.dao.sqlserver;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.math.BigDecimal;
import java.sql.Timestamp;
import java.util.List;
import com.jxva.dao.DAO;
import com.jxva.dao.DAOFactory;
import demo.dao.sqlserver.model.Sqlser... | UTF-8 | Java | 3,869 | java | TestSQLServer.java | Java | [] | null | [] | package demo.dao.sqlserver;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.math.BigDecimal;
import java.sql.Timestamp;
import java.util.List;
import com.jxva.dao.DAO;
import com.jxva.dao.DAOFactory;
import demo.dao.sqlserver.model.Sqlser... | 3,869 | 0.618887 | 0.553428 | 124 | 30.169355 | 18.929293 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.943548 | false | false | 13 |
173167f3695302c0589012b9c9ba72953c563795 | 9,955,734,244,769 | 97d7e6825651a74add1165f740a940e5937229ff | /app/src/main/java/com/kkl/graffiti/home/adapter/MyPhotoAdapter.java | 7e72d2a9ea714679a2e3c98ad89bdfd6d9a99002 | [] | no_license | cst1718/KKLGraffiti | https://github.com/cst1718/KKLGraffiti | 5816c137b5a6935832a5e78cc05e9ec152a38d60 | a51c69da286271371011fc0a31f6158429dfd7fe | refs/heads/master | 2020-04-08T10:53:44.145000 | 2019-02-20T03:33:50 | 2019-02-20T03:33:50 | 159,286,258 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kkl.graffiti.home.adapter;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewG... | UTF-8 | Java | 3,655 | java | MyPhotoAdapter.java | Java | [
{
"context": "rayList;\nimport java.util.HashMap;\n\n/**\n * @author cst1718 on 2018/12/4 15:20\n * @explain\n */\npublic class M",
"end": 780,
"score": 0.9995924830436707,
"start": 773,
"tag": "USERNAME",
"value": "cst1718"
}
] | null | [] | package com.kkl.graffiti.home.adapter;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewG... | 3,655 | 0.668126 | 0.662654 | 102 | 34.833332 | 29.488144 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539216 | false | false | 13 |
f465b570bbf6424ce84846b600f75008f35ed762 | 1,297,080,154,432 | 0bb987438d7a82ab221f3fbd69b1c966227bdf99 | /kodilla-testing/src/main/java/com/kodilla/testing/forum/statistics/StatisticsCalculator.java | c25b390f6418623cee8f9ce6ea050b48199125f8 | [] | no_license | pawelmatuszkiewicz/pawel-matuszkiewicz-kodilla-java | https://github.com/pawelmatuszkiewicz/pawel-matuszkiewicz-kodilla-java | f41a22a17b2188518abd8850d64ed2ca0a455ee4 | 2e7f5e8c86a925fca53777562f983496bf8b2f07 | refs/heads/master | 2018-08-27T12:19:42.383000 | 2018-06-17T08:14:30 | 2018-06-17T08:14:30 | 120,625,835 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kodilla.testing.forum.statistics;
public class StatisticsCalculator {
private int usersNumber;
private int postsNumber;
private int commentsNumber;
private double avgPostsPerUser;
private double avgCommentsPerUser;
private double avgCommentsPerPost;
public int getUsersNumber() ... | UTF-8 | Java | 1,406 | java | StatisticsCalculator.java | Java | [] | null | [] | package com.kodilla.testing.forum.statistics;
public class StatisticsCalculator {
private int usersNumber;
private int postsNumber;
private int commentsNumber;
private double avgPostsPerUser;
private double avgCommentsPerUser;
private double avgCommentsPerPost;
public int getUsersNumber() ... | 1,406 | 0.642247 | 0.638691 | 54 | 25.037037 | 20.0268 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 13 |
e9fd812a4ee94bd55957ebb99a7b46b97b4b4a6a | 17,463,337,035,746 | 725f8b1909d16d5fcd4de8a28aebe21b89c90f01 | /illacommon/src/main/java/illarion/common/util/TableLoaderEffects.java | 693d2125233a70a5283ddf3e0a77192a0ee78ac5 | [] | no_license | stephan92/Illarion-Java | https://github.com/stephan92/Illarion-Java | a0461838a48bb9d94d1a0aeb163fed58e7fd41c2 | b9d73ccebe182f89e18af0e50673b1e870d1550f | refs/heads/master | 2021-01-17T15:49:53.402000 | 2014-10-01T18:32:32 | 2014-10-01T18:32:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* This file is part of the Illarion project.
*
* Copyright © 2014 - Illarion e.V.
*
* Illarion is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your o... | UTF-8 | Java | 4,708 | java | TableLoaderEffects.java | Java | [
{
"context": "that targets the effects table file.\n *\n * @author Martin Karing >nitram@illarion.org<\n */\npublic final clas",
"end": 833,
"score": 0.9998647570610046,
"start": 820,
"tag": "NAME",
"value": "Martin Karing"
},
{
"context": "fects table file.\n *\n * @author Mar... | null | [] | /*
* This file is part of the Illarion project.
*
* Copyright © 2014 - Illarion e.V.
*
* Illarion is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your o... | 4,689 | 0.646059 | 0.64351 | 161 | 28.236025 | 28.823195 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.31677 | false | false | 13 |
696311f1c046a040cecf0ff898a33945116f82ce | 12,970,801,250,021 | e992780159c2e72916d254be2fb9ec16b905092d | /server/src/com/qiniu/uniondf/service/IGiftService.java | f060f90a14379be384b58c6c4f91f49250e9cc5a | [] | no_license | largesky/uniondf | https://github.com/largesky/uniondf | cb290b045c8fb4b73d1f90dae4751fcc448130e2 | a574fdfabe562a8a3e934f834f52522f28dbde3a | refs/heads/master | 2016-08-05T05:39:31.715000 | 2015-05-16T03:05:30 | 2015-05-16T03:05:30 | 32,780,320 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.qiniu.uniondf.service;
import com.qiniu.uniondf.domain.Gift;
public interface IGiftService extends IService<Gift> {
}
| UTF-8 | Java | 145 | java | IGiftService.java | Java | [] | null | [] | package com.qiniu.uniondf.service;
import com.qiniu.uniondf.domain.Gift;
public interface IGiftService extends IService<Gift> {
}
| 145 | 0.731034 | 0.731034 | 9 | 14.111111 | 20.140862 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
ba1a45c5c35f3551fabdbe6d8712d015ade96cdf | 16,690,242,934,641 | 1cde224a966cba3d3540e4741d071cd874af15f2 | /src/main/java/repositories/EmployeeRepository.java | a55e65394f68bc3db7507936fbf98302e17e349e | [] | no_license | Poss111/simple-gemfire-poc | https://github.com/Poss111/simple-gemfire-poc | b080ebcef41dc3bccdd1984fff9d3941f884da7f | 854386ff1a3877c7898b40b14aa647f0d81bf47d | refs/heads/master | 2020-04-25T02:11:33.530000 | 2019-02-25T04:00:10 | 2019-02-25T04:00:10 | 172,430,631 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package repositories;
import org.springframework.data.repository.CrudRepository;
import entities.Employee;
public interface EmployeeRepository extends CrudRepository<Employee, String> {
Employee findByName(String name);
Iterable<Employee> findByFulltimeTrue();
Iterable<Employee... | UTF-8 | Java | 422 | java | EmployeeRepository.java | Java | [] | null | [] | package repositories;
import org.springframework.data.repository.CrudRepository;
import entities.Employee;
public interface EmployeeRepository extends CrudRepository<Employee, String> {
Employee findByName(String name);
Iterable<Employee> findByFulltimeTrue();
Iterable<Employee... | 422 | 0.725118 | 0.725118 | 18 | 21.444445 | 24.851162 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
470267b6bfc59b507f86796be6c9fb84f6ce3fba | 33,526,514,727,944 | 772efd33bbca7f46cb25ca3db4a1d70d2859ef35 | /app/src/main/java/com/example/servicesample/MainActivity.java | 4aa2d0d43f09c360a88cb1ecd97a2eacff8bede8 | [] | no_license | kenichi04/ServiceSample | https://github.com/kenichi04/ServiceSample | dfb8b1e013a5597b8e13ee7c3d13c21770bcab42 | 6ec8b2b19fd887165e5bbcc13f60a84dc964d936 | refs/heads/master | 2023-03-18T15:30:14.492000 | 2021-03-21T09:00:27 | 2021-03-21T09:00:27 | 349,930,420 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.servicesample;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceSta... | UTF-8 | Java | 1,625 | java | MainActivity.java | Java | [] | null | [] | package com.example.servicesample;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceSta... | 1,625 | 0.664717 | 0.664717 | 50 | 29.799999 | 22.485552 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.58 | false | false | 13 |
dafa3cf764a80f59cfedc60b54e9fad2fe4750b3 | 33,938,831,634,066 | 5aeb66cda489dc9d4323e6dd5aff75b2c8e222c9 | /app/src/main/java/com/example/facear/IDDocCamera/CameraUtils.java | 8be912c094807ec5435d7a23cb1a768cc81aa608 | [] | no_license | champion555/Veri_face | https://github.com/champion555/Veri_face | 081e0c476fa20e98f6971365ac9b13b6cdb552cc | 7fec049d1e18a5a9f02e6d70c44ffec29a9c3dc1 | refs/heads/master | 2023-01-06T22:46:00.925000 | 2020-11-14T17:00:32 | 2020-11-14T17:00:32 | 305,971,000 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.facear.IDDocCamera;
import android.content.Context;
import android.content.pm.PackageManager;
import android.hardware.Camera;
import android.util.Log;
/**
* Created by smartown on 2018/2/24 11:46.
* <br>
* Desc:
* <br>
* 工具类
*/
public class CameraUtils {
/**
* Check if this device h... | UTF-8 | Java | 1,728 | java | CameraUtils.java | Java | [
{
"context": "amera;\nimport android.util.Log;\n\n/**\n * Created by smartown on 2018/2/24 11:46.\n * <br>\n * Desc:\n * <br>\n * 工",
"end": 199,
"score": 0.9996532201766968,
"start": 191,
"tag": "USERNAME",
"value": "smartown"
}
] | null | [] | package com.example.facear.IDDocCamera;
import android.content.Context;
import android.content.pm.PackageManager;
import android.hardware.Camera;
import android.util.Log;
/**
* Created by smartown on 2018/2/24 11:46.
* <br>
* Desc:
* <br>
* 工具类
*/
public class CameraUtils {
/**
* Check if this device h... | 1,728 | 0.580139 | 0.573171 | 56 | 29.75 | 26.097517 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 13 |
4077cdf0a6485a32f83bdd25828036129eddef1f | 1,116,691,562,042 | 00887b57063c78f9d7cc1aeb0be307c51735aa6f | /app/src/main/java/com/retrofit2/factory/base/BaseMapLocation.java | a3715d9d552dc3562a8a28966b6ffe8d7a304067 | [] | no_license | shenruliaojie/retrofit2 | https://github.com/shenruliaojie/retrofit2 | 4084925249f86b188dbe6a8792cb64e1e4c3b65e | e2a70d2e3b87608acba5431d7ac0b9f9a8350774 | refs/heads/master | 2023-08-17T08:23:44.040000 | 2018-09-14T06:27:30 | 2018-09-14T06:27:30 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.retrofit2.factory.base;
import android.content.Context;
import com.retrofit2.factory.IMapLocation;
public abstract class BaseMapLocation implements IMapLocation{
private Context context;
public BaseMapLocation(Context context) {
this.context = context;
}
public Context getConte... | UTF-8 | Java | 359 | java | BaseMapLocation.java | Java | [] | null | [] | package com.retrofit2.factory.base;
import android.content.Context;
import com.retrofit2.factory.IMapLocation;
public abstract class BaseMapLocation implements IMapLocation{
private Context context;
public BaseMapLocation(Context context) {
this.context = context;
}
public Context getConte... | 359 | 0.724234 | 0.718663 | 18 | 18.944445 | 19.3978 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
c0e7881109521b438422a89b83997ecd2762bdfc | 1,116,691,564,396 | a76aede38c7bc3ec81e40552b8e68199023edad2 | /src/main/java/br/com/ame/service/impl/PlanetServiceImpl.java | 69f6c9c061a897d7f758edaf0352ee3d29ca6a25 | [] | no_license | dennimoraes/DesagioAme | https://github.com/dennimoraes/DesagioAme | e58002c2c45e104b3f5b3c7a908949c18facfa7d | ed93b1a817bb1246ca56d173166432574f684338 | refs/heads/main | 2023-04-07T15:13:02.194000 | 2021-04-15T18:17:12 | 2021-04-15T18:17:12 | 358,347,336 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.com.ame.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.reactive.function.client.WebClient;
import br.com.ame.domain.Pagination;
import br.com.ame.domain.Planet;
import br.com.ame.repository.PlanetRep... | UTF-8 | Java | 2,405 | java | PlanetServiceImpl.java | Java | [] | null | [] | package br.com.ame.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.reactive.function.client.WebClient;
import br.com.ame.domain.Pagination;
import br.com.ame.domain.Planet;
import br.com.ame.repository.PlanetRep... | 2,405 | 0.750104 | 0.748857 | 75 | 31.066668 | 33.717388 | 140 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.413333 | false | false | 13 |
1cfe4cd34915073ea221622e83fe2982a5b9452a | 20,435,454,408,849 | 30a1a54666b2febb7cf15516ee36351aac3afa7f | /ExsirsizeParent/RestServices/RestApi/src/main/java/com/exsirsize/restapi/util/JsonConfigProvider.java | 83f529c35c1aeb5a24a07b55bde47523ba7a3910 | [] | no_license | iamkenloh/exsirsize | https://github.com/iamkenloh/exsirsize | 93b9b7d42f781058d121ca863a36e75cc100d889 | 621547c782c1caea7d6062d26f41e495a75b3ca1 | refs/heads/master | 2021-01-19T00:10:59.022000 | 2016-11-16T17:14:38 | 2016-11-16T17:14:38 | 72,934,736 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.exsirsize.restapi.util;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import javax.ws.rs.ext.ContextResolver;
/**
* Created by iamkenloh on 06/11/16.
*/
public class JsonConfigProvider implements ContextResolver<ObjectMapper> {
@Ov... | UTF-8 | Java | 542 | java | JsonConfigProvider.java | Java | [
{
"context": "avax.ws.rs.ext.ContextResolver;\n\n/**\n * Created by iamkenloh on 06/11/16.\n */\npublic class JsonConfigProvider ",
"end": 218,
"score": 0.9997161030769348,
"start": 209,
"tag": "USERNAME",
"value": "iamkenloh"
}
] | null | [] | package com.exsirsize.restapi.util;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import javax.ws.rs.ext.ContextResolver;
/**
* Created by iamkenloh on 06/11/16.
*/
public class JsonConfigProvider implements ContextResolver<ObjectMapper> {
@Ov... | 542 | 0.750923 | 0.739852 | 20 | 26.1 | 26.574236 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 13 |
171185fc437b6d224fa00bad798c7a7e734f357d | 33,062,658,275,636 | e580047f7e91f7137b4bab684c2aa8287521fc03 | /src/com/mmsn/reportgen/client/view/StringModel.java | 54800f5de575a8e9b6ec42154f66b7bbccab4efc | [] | no_license | lancewf/Marine-Mammal-Stranding-Network-Client | https://github.com/lancewf/Marine-Mammal-Stranding-Network-Client | a7610cfca49c861ce937ec28082a37096ba1e51d | 25d65c67708b7a02c59e1852d206ecaae86c5fba | refs/heads/master | 2021-05-16T01:44:22.889000 | 2017-07-12T05:00:52 | 2017-07-12T05:00:52 | 4,457,614 | 0 | 0 | null | false | 2017-05-28T18:29:20 | 2012-05-26T20:28:33 | 2017-05-13T16:46:43 | 2017-05-28T18:29:20 | 17,198 | 1 | 0 | 2 | Java | null | null | package com.mmsn.reportgen.client.view;
import com.extjs.gxt.ui.client.data.BaseModel;
public class StringModel extends BaseModel
{
/**
*
*/
private static final long serialVersionUID = 1L;
public StringModel(String name)
{
set("name", name);
}
public String getName()
{
... | UTF-8 | Java | 347 | java | StringModel.java | Java | [] | null | [] | package com.mmsn.reportgen.client.view;
import com.extjs.gxt.ui.client.data.BaseModel;
public class StringModel extends BaseModel
{
/**
*
*/
private static final long serialVersionUID = 1L;
public StringModel(String name)
{
set("name", name);
}
public String getName()
{
... | 347 | 0.631124 | 0.628242 | 21 | 15.523809 | 17.123137 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 13 |
f8d407f7ebbbdb0326519f8554ef26daf451cf2f | 31,241,592,139,121 | d657dfa23b993529dacf989c2117b52ab4cb4efc | /ems_system/src/main/java/com/baizhi/utils/MybatisUtils.java | 020aa8254da2cd9fa527b30b246351f02794e45c | [] | no_license | wei198621/SmallByBaiZhi | https://github.com/wei198621/SmallByBaiZhi | 42a0efa4c92cb05accc58022c0b628e5920ece9c | 9fc66a53ceb42e1a9c7bb8da99f8be5196f28dd9 | refs/heads/master | 2023-01-21T16:08:15.906000 | 2020-12-01T15:43:40 | 2020-12-01T15:43:40 | 317,274,828 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baizhi.utils;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import java.io.IOException;
import java.io.InputStream;
/**
* mybatis的工具类
*/
public class Myb... | UTF-8 | Java | 1,254 | java | MybatisUtils.java | Java | [] | null | [] | package com.baizhi.utils;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import java.io.IOException;
import java.io.InputStream;
/**
* mybatis的工具类
*/
public class Myb... | 1,254 | 0.595986 | 0.594241 | 51 | 21.470589 | 20.276861 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 13 |
bbcbe8c321a877c07134263b57503d6886f5b422 | 28,492,813,059,627 | 9043cc049b661eca914d385e6be1e0a5529a6ab1 | /group/Group.java | 2efa0e7571775ff44fe8ad3059f1911429794bfc | [] | no_license | nagi-git/numberplace | https://github.com/nagi-git/numberplace | a1ea1c7f8a6459275c8d5f239637d10ca5752ebe | 53008fdee7b030a4cfcc870273198039839e1aa7 | refs/heads/master | 2021-04-02T00:43:53.448000 | 2020-02-08T07:55:24 | 2020-02-08T07:55:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package group;
import java.util.List;
import entity.Cell;
import enumeration.Number;
/**
* グループの抽象クラスです。
*
* @author Ryo Ito
*
*/
public abstract class Group {
/**
* 入るセルです。
*/
private List<Cell> cells;
/**
* 番号です。
*/
protected Number number;
/**
* コンストラクタです。
*
* @param cells 入るセル
*/
pu... | UTF-8 | Java | 1,057 | java | Group.java | Java | [
{
"context": "ration.Number;\n\n/**\n * グループの抽象クラスです。\n *\n * @author Ryo Ito\n *\n */\npublic abstract class Group {\n\n\t/**\n\t * 入る",
"end": 130,
"score": 0.9997715950012207,
"start": 123,
"tag": "NAME",
"value": "Ryo Ito"
}
] | null | [] | package group;
import java.util.List;
import entity.Cell;
import enumeration.Number;
/**
* グループの抽象クラスです。
*
* @author <NAME>
*
*/
public abstract class Group {
/**
* 入るセルです。
*/
private List<Cell> cells;
/**
* 番号です。
*/
protected Number number;
/**
* コンストラクタです。
*
* @param cells 入るセル
*/
pub... | 1,056 | 0.584029 | 0.582837 | 71 | 10.816901 | 10.699888 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.957747 | false | false | 13 |
fd46d9adda4812045d3aee803b59fc156d203047 | 18,605,798,359,700 | 448654aa38b2033f28556026def3a8c0cc62596b | /netty-spring-boot-starter-samples/java-samples/src/main/java/co/wangming/nsb/samples/SimpleService.java | 8fa8289ec4337de7daeda0ae1ff4355deac0e3e6 | [
"Apache-2.0"
] | permissive | wangmingco/netty-spring-boot-starter | https://github.com/wangmingco/netty-spring-boot-starter | 763cad367052b48237fb2c4cb631cee088e921e5 | 0bd9f152e7269d252fd598f801ef292c82781837 | refs/heads/master | 2023-08-17T03:45:30.618000 | 2023-08-11T07:10:52 | 2023-08-11T07:10:52 | 226,487,350 | 36 | 22 | Apache-2.0 | false | 2023-08-04T07:20:17 | 2019-12-07T09:37:23 | 2023-06-18T00:49:32 | 2023-08-04T07:19:14 | 63,925 | 35 | 20 | 0 | Java | false | false | package co.wangming.nsb.samples;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
/**
* Created By WangMing On 2019-12-11
**/
@Component
public class SimpleService {
private static final Logger log = LoggerFactory.getLogger(SimpleService.class);
pub... | UTF-8 | Java | 379 | java | SimpleService.java | Java | [
{
"context": "framework.stereotype.Component;\n\n/**\n * Created By WangMing On 2019-12-11\n **/\n@Component\npublic class Simple",
"end": 167,
"score": 0.8344230651855469,
"start": 159,
"tag": "NAME",
"value": "WangMing"
}
] | null | [] | package co.wangming.nsb.samples;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
/**
* Created By WangMing On 2019-12-11
**/
@Component
public class SimpleService {
private static final Logger log = LoggerFactory.getLogger(SimpleService.class);
pub... | 379 | 0.728232 | 0.701847 | 18 | 20.055555 | 21.513491 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
0d9694e44563b84a5382beec267b781850b8e47f | 21,165,598,900,771 | 3fc6ff6b3d1594fe0e9cf142924e25bbd981b6d6 | /Patest/《C,C++Java,Pascal 程序设计基础》习题集/循环-04/Main.java | 1123a879263a7f836c84180a0b7af837cdf0d4eb | [] | no_license | coderBi/CodeBlocks_code | https://github.com/coderBi/CodeBlocks_code | 266e1f9a14ae26ed1e91175cdb56fbed8ea9ea45 | d90434a0f24683b78830a52b2e452afaa4951a76 | refs/heads/master | 2021-01-12T03:38:48.490000 | 2017-08-11T11:51:34 | 2017-08-11T11:51:34 | 78,245,884 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int in = sc.nextInt();
int i;
for(i = 2; i <= in - i; i++){
if(IsPrime(i) && IsPrime(in -i)){
break;
}
}
System.out.print(in + " = " + i + " + " + (in -i));
}
publi... | UTF-8 | Java | 503 | java | Main.java | Java | [] | null | [] | import java.util.Scanner;
public class Main {
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int in = sc.nextInt();
int i;
for(i = 2; i <= in - i; i++){
if(IsPrime(i) && IsPrime(in -i)){
break;
}
}
System.out.print(in + " = " + i + " + " + (in -i));
}
publi... | 503 | 0.510934 | 0.502982 | 30 | 15.8 | 15.306643 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.2 | false | false | 13 |
33abcf853097be405c61c628df923c46690ad578 | 30,331,059,060,795 | db591fcda2dfd93972632c2dba59271750fef073 | /bin/custom/adyen/adyenServices/src/com/adyen/services/integration/data/PaymentMethod.java | f1d54b80404a9f7fb9f3875f22d5f7308da5ed13 | [
"MIT"
] | permissive | rmcotton/adyen-hybris | https://github.com/rmcotton/adyen-hybris | c7852305762f715286fe69c1f449e1599408563e | 2609b322c04897ccfc8eef38ece971bcacffdf86 | refs/heads/master | 2021-01-20T15:05:03.645000 | 2017-01-02T12:27:00 | 2017-01-02T12:27:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.adyen.services.integration.data;
import java.util.ArrayList;
import java.util.List;
public class PaymentMethod {
private String brandCode;
private String name;
private final List<Iusser> issuers = new ArrayList<Iusser>();
/**
* @return the issuers
*/
public List<Iusser> getIssuers()
{... | UTF-8 | Java | 879 | java | PaymentMethod.java | Java | [] | null | [] |
package com.adyen.services.integration.data;
import java.util.ArrayList;
import java.util.List;
public class PaymentMethod {
private String brandCode;
private String name;
private final List<Iusser> issuers = new ArrayList<Iusser>();
/**
* @return the issuers
*/
public List<Iusser> getIssuers()
{... | 879 | 0.560865 | 0.560865 | 57 | 14.403509 | 14.84169 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 13 |
338639de11a93e1fc8eea9ab14bd39dac526539b | 28,827,820,491,467 | b733c258761e7d91a7ef0e15ca0e01427618dc33 | /cards/src/main/java/org/rnd/jmagic/cards/AshZealot.java | 19dae63ec1e166d7c9a121db11dbe22cf315b9ae | [] | no_license | jmagicdev/jmagic | https://github.com/jmagicdev/jmagic | d43aa3d2288f46a5fa950152486235614c6783e6 | 40e573f8e6d1cf42603fd05928f42e7080ce0f0d | refs/heads/master | 2021-01-20T06:57:51.007000 | 2014-10-22T03:03:34 | 2014-10-22T03:03:34 | 9,589,102 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.rnd.jmagic.cards;
import static org.rnd.jmagic.Convenience.*;
import org.rnd.jmagic.engine.*;
import org.rnd.jmagic.engine.generators.*;
@Name("Ash Zealot")
@Types({Type.CREATURE})
@SubTypes({SubType.HUMAN, SubType.WARRIOR})
@ManaCost("RR")
@ColorIdentity({Color.RED})
public final class AshZealot extends ... | UTF-8 | Java | 2,014 | java | AshZealot.java | Java | [
{
"context": "mport org.rnd.jmagic.engine.generators.*;\n\n@Name(\"Ash Zealot\")\n@Types({Type.CREATURE})\n@SubTypes({SubType.HUMA",
"end": 168,
"score": 0.9994393587112427,
"start": 158,
"tag": "NAME",
"value": "Ash Zealot"
}
] | null | [] | package org.rnd.jmagic.cards;
import static org.rnd.jmagic.Convenience.*;
import org.rnd.jmagic.engine.*;
import org.rnd.jmagic.engine.generators.*;
@Name("<NAME>")
@Types({Type.CREATURE})
@SubTypes({SubType.HUMAN, SubType.WARRIOR})
@ManaCost("RR")
@ColorIdentity({Color.RED})
public final class AshZealot extends Card... | 2,010 | 0.733863 | 0.729394 | 72 | 26.972221 | 30.505907 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.263889 | false | false | 13 |
4ca25f62614e9f80bd847d48b95beebaf07bb987 | 13,572,096,675,906 | bcc4845eea2e95e0dd2b669b649509e53b95aaad | /audiorecoder/src/main/java/com/example/audiorecoder/MainActivity.java | 685d94c4981a3b4f5410ce1b874d9400255e79d0 | [] | no_license | mobfly/MyExampleCode | https://github.com/mobfly/MyExampleCode | 5de2d7129d3aaf371c58e20d4bbc5c2fb6ffcb84 | 7c13d8fc555fbed295f9b0e80d06bdcfda55d3a3 | refs/heads/master | 2022-01-22T16:04:38.677000 | 2019-08-07T10:08:32 | 2019-08-07T10:08:32 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.audiorecoder;
import android.app.Activity;
import android.media.AudioFormat;
import android.media.AudioManager;
import android.media.AudioRecord;
import android.media.AudioTrack;
import android.media.MediaRecorder;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Environment... | UTF-8 | Java | 8,134 | java | MainActivity.java | Java | [] | null | [] | package com.example.audiorecoder;
import android.app.Activity;
import android.media.AudioFormat;
import android.media.AudioManager;
import android.media.AudioRecord;
import android.media.AudioTrack;
import android.media.MediaRecorder;
import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Environment... | 8,134 | 0.552686 | 0.54973 | 240 | 31.424999 | 26.378546 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 13 |
09a660a478f403bffdbf663ed28a1e3060486ddf | 20,349,555,077,547 | 8d4f7ab43b3883f25936f5b682399df279a0c367 | /ITSec/src/jcajce_beispielcode/ReadSignedFile.java | 497b7c0666a279347f756bcad5205cc67e4c9e84 | [] | no_license | StiggyB/bernieundert | https://github.com/StiggyB/bernieundert | 5cb4de8a0eeb9fd242e8661200ce1de40a16bb5a | 7e3f180b79428bdd4bcc1d3b9f268143ba202063 | refs/heads/master | 2016-09-02T03:25:10.657000 | 2013-01-08T06:58:59 | 2013-01-08T06:58:59 | 32,143,925 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jcajce_beispielcode;
import java.security.*;
import java.security.spec.*;
import java.io.*;
/*
* In diesem Beispiel wird eine Datei mit einer Nachricht, zugehöriger SHA1/DSA-Signatur
* und öffentlichem Schlüssel im X.509-Format geöffnet und die Signatur mit Hilfe des
* öffentlichen Schlüssels verifi... | ISO-8859-1 | Java | 4,205 | java | ReadSignedFile.java | Java | [] | null | [] | package jcajce_beispielcode;
import java.security.*;
import java.security.spec.*;
import java.io.*;
/*
* In diesem Beispiel wird eine Datei mit einer Nachricht, zugehöriger SHA1/DSA-Signatur
* und öffentlichem Schlüssel im X.509-Format geöffnet und die Signatur mit Hilfe des
* öffentlichen Schlüssels verifi... | 4,205 | 0.650995 | 0.644759 | 127 | 30.84252 | 23.718634 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535433 | false | false | 13 |
f783c3ddaa6e8807771f4c806b9c2b24151e77d8 | 35,777,077,593,743 | 2d8300871bef91399f7ee1dcc8a564c6e3da051f | /Tasks/app/src/main/java/com/example/manisha/tasks/ToDo.java | 04be7dabd1f61c3f8050258bd67fd0cf6cd3f588 | [] | no_license | manishasathanur/MobileApplicationDevelopment | https://github.com/manishasathanur/MobileApplicationDevelopment | 0cc2c70b14a9ec12d3e59983d66d01e3152673cf | 7e46f67fae1e28fc27a2cec4be147e68e9d2680e | refs/heads/master | 2020-08-19T10:57:53.159000 | 2019-10-18T02:05:43 | 2019-10-18T02:05:43 | 215,909,588 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.manisha.tasks;
import android.app.Activity;
import android.app.DatePickerDialog;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.os.Bundle;
im... | UTF-8 | Java | 9,690 | java | ToDo.java | Java | [] | null | [] | package com.example.manisha.tasks;
import android.app.Activity;
import android.app.DatePickerDialog;
import android.content.Context;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.os.Bundle;
im... | 9,690 | 0.599278 | 0.599071 | 243 | 38.876545 | 28.287058 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.740741 | false | false | 13 |
03ffed3276ff43b562fdd88c5d389d37b78d4a95 | 34,815,004,912,016 | 0644df808dd7a23625e543c43677be3a2ac708b6 | /src/main/encryption_engine/Globals.java | 9a53cd2a1aeb6ac3dfcf946c9d9de86314213c42 | [] | no_license | kyle2277/Font_Blanc2.0 | https://github.com/kyle2277/Font_Blanc2.0 | 45582218fd94fe0e01fa672cdfab8b34ac731f7e | 676571b14be6359b01b6385c5d0f765c595ad074 | refs/heads/master | 2020-05-19T17:03:00.660000 | 2019-12-04T01:12:03 | 2019-12-04T01:12:03 | 185,124,460 | 1 | 0 | null | false | 2019-12-04T01:12:04 | 2019-05-06T04:38:08 | 2019-09-16T03:57:46 | 2019-12-04T01:12:03 | 88 | 0 | 0 | 0 | Java | false | false | package main.encryption_engine;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.sql.Timestamp;
import main.swing_gui.*;
import javax.swing.*;
public class Globals {
public String encryptTag;
public String decryptTag;
public String encryptExt;
public String log... | UTF-8 | Java | 1,541 | java | Globals.java | Java | [] | null | [] | package main.encryption_engine;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.sql.Timestamp;
import main.swing_gui.*;
import javax.swing.*;
public class Globals {
public String encryptTag;
public String decryptTag;
public String encryptExt;
public String log... | 1,541 | 0.609345 | 0.608696 | 56 | 26.517857 | 21.164316 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.660714 | false | false | 13 |
5cc1ada217c02d5ae843c29a6f3008d11456b39a | 13,649,406,115,508 | 45129174431b8112dd2ca307ec98e4af0b271027 | /infra/src/edu/illinois/gitsvn/infra/filters/blacklister/NonSourceCodeFileExtensionBlacklister.java | ea20aed95ebad8f8d3c4086884d8bb2e974941d9 | [] | no_license | caiusb/gitsvn | https://github.com/caiusb/gitsvn | 67e79ff1ad06e30cba1208d82fb03b52aed0abba | 4ea36f93a6c63e67f68616c76c0257a2872cbe46 | refs/heads/master | 2021-01-23T11:33:51.345000 | 2013-08-21T23:48:49 | 2013-08-21T23:48:49 | 5,924,306 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.illinois.gitsvn.infra.filters.blacklister;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.treewalk.TreeWalk;
import org.gitective.core.fi... | UTF-8 | Java | 1,546 | java | NonSourceCodeFileExtensionBlacklister.java | Java | [] | null | [] | package edu.illinois.gitsvn.infra.filters.blacklister;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import org.eclipse.jgit.errors.IncorrectObjectTypeException;
import org.eclipse.jgit.errors.MissingObjectException;
import org.eclipse.jgit.treewalk.TreeWalk;
import org.gitective.core.fi... | 1,546 | 0.751617 | 0.750323 | 47 | 31.914894 | 33.384178 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.744681 | false | false | 13 |
b8fcb8bfafe33ecb2804739bcda4f6f9eea96c81 | 34,643,206,213,515 | ff543953847cecd5c9c6b5ddeb9367feda54a609 | /zjmzxfzhl/zjmzxfzhl-common/zjmzxfzhl-common-oauth2/src/main/java/com/zjmzxfzhl/common/security/config/oauth2/exception/ZjmzxfzhlWebResponseExceptionTranslator.java | 85116dd203d3d20d850249a52b7494828bf99c86 | [
"Apache-2.0"
] | permissive | adulmyll/zjmzxfzhl | https://github.com/adulmyll/zjmzxfzhl | 6eafd564715d8838cb865e53e8e5b430980a076c | d11e750060e34138611bcb234aea72fa4ecead45 | refs/heads/master | 2022-12-13T15:24:43.792000 | 2020-09-11T09:46:16 | 2020-09-11T09:46:16 | 295,737,304 | 1 | 0 | Apache-2.0 | true | 2020-09-15T13:29:40 | 2020-09-15T13:29:40 | 2020-09-11T09:50:14 | 2020-09-11T09:50:10 | 5,434 | 0 | 0 | 0 | null | false | false | package com.zjmzxfzhl.common.security.config.oauth2.exception;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.core.Authen... | UTF-8 | Java | 5,276 | java | ZjmzxfzhlWebResponseExceptionTranslator.java | Java | [
{
"context": "stMethodNotSupportedException;\r\n\r\n/**\r\n * @author 庄金明\r\n */\r\npublic class ZjmzxfzhlWebResponseExceptionT",
"end": 1083,
"score": 0.9997847080230713,
"start": 1080,
"tag": "NAME",
"value": "庄金明"
}
] | null | [] | package com.zjmzxfzhl.common.security.config.oauth2.exception;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.core.Authen... | 5,276 | 0.677538 | 0.671362 | 98 | 50.877552 | 36.929405 | 155 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.806122 | false | false | 13 |
7b1e5fddca659f671d4ba9a30220e441f2bae9e5 | 34,643,206,212,362 | 04aec026498946a2178ea552b3c4c7fbc6c16789 | /authorization/src/main/java/num/diplom/authorization/repository/RoleRepository.java | 7ef02b04e471d4fb2decdba0ee7e902af9338e80 | [] | no_license | num-ms-team/MS | https://github.com/num-ms-team/MS | e920a28d02fe0ce72fb232beb47b55fe0ec8be2c | b44757d9ce2b09cc2a98fc969cce33272a655c14 | refs/heads/master | 2023-01-20T22:03:58.540000 | 2020-12-01T14:37:56 | 2020-12-01T14:37:56 | 310,789,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package num.diplom.authorization.repository;
import num.diplom.authorization.repository.model.MongoRole;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface RoleRepository extends MongoRepository<Mon... | UTF-8 | Java | 446 | java | RoleRepository.java | Java | [] | null | [] | package num.diplom.authorization.repository;
import num.diplom.authorization.repository.model.MongoRole;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface RoleRepository extends MongoRepository<Mon... | 446 | 0.831839 | 0.831839 | 14 | 30.857143 | 28.065884 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
9bf3d45f0f876b270ef004529e1f5448701ecb7e | 23,227,183,172,165 | 58debcda38ec42b177127e66c1ba6b90fa695482 | /awtJdbc/src/awtJdbc/Fconsultation.java | 09ed0e865262180e31767ba781bf257fdbadee9a | [] | no_license | WebStain/Java-Paratical-Work | https://github.com/WebStain/Java-Paratical-Work | 5521d7c9053386ca53f1bb72eda60b49a7bb7201 | e5264933eda0082866fbf9fd2cbb3fec5d91ca0c | refs/heads/master | 2022-12-24T11:46:54.664000 | 2020-10-07T21:59:54 | 2020-10-07T21:59:54 | 280,285,320 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package awtJdbc;
import java.io.*;
import java.util.Scanner;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import java.awt.event.WindowAdapter;
public class Fconsultation extends Frame implements A... | UTF-8 | Java | 1,770 | java | Fconsultation.java | Java | [] | null | [] | package awtJdbc;
import java.io.*;
import java.util.Scanner;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import java.awt.event.WindowAdapter;
public class Fconsultation extends Frame implements A... | 1,770 | 0.731073 | 0.727119 | 79 | 21.405064 | 19.785891 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.582278 | false | false | 13 |
bf53f8c77bf928330e30ae818d82bc34d6506c05 | 35,278,861,395,950 | 038fd513d638c99adc53b89e4cefcea8e3d97f7d | /project-utility/src/main/java/cn/quickly/project/utility/type/URLConverter.java | 2665bdfa31f5037de6fb89955c75b9163d93731e | [] | no_license | zhanglei-1987/project | https://github.com/zhanglei-1987/project | 0e33e3af4210646d1bf6f175365ef37ed44b7980 | d1505a52dc63e9a0148b120b0186c00dd19b875c | refs/heads/master | 2020-05-17T01:36:53.063000 | 2019-04-25T15:35:53 | 2019-04-25T15:35:53 | 183,431,106 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.quickly.project.utility.type;
import java.net.URL;
import cn.quickly.project.utility.lang.Strings;
import cn.quickly.project.utility.net.Urls;
public class URLConverter implements TypeConverter<URL> {
@Override
public URL convert(Class<?> type, Object value) {
String url = Strings.valueO... | UTF-8 | Java | 421 | java | URLConverter.java | Java | [] | null | [] | package cn.quickly.project.utility.type;
import java.net.URL;
import cn.quickly.project.utility.lang.Strings;
import cn.quickly.project.utility.net.Urls;
public class URLConverter implements TypeConverter<URL> {
@Override
public URL convert(Class<?> type, Object value) {
String url = Strings.valueO... | 421 | 0.68171 | 0.68171 | 24 | 15.541667 | 19.27429 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 13 |
79248a65524adc5698cc355426f3b7599afba378 | 4,879,082,912,398 | 0311ff5e31d0daf779d51c096062c3afae98bed8 | /java/Loops/Ex11.java | 41ec2f9cf2702ef0d984c9a896b0c774db45181b | [] | no_license | rogomon/maventest2-test | https://github.com/rogomon/maventest2-test | ce36676e89334ddc84d11e9e6eebdca8590cd9fe | 3332b5df93f06105bef0a3f8d1fde522755182a0 | refs/heads/master | 2022-11-11T15:05:52.688000 | 2020-07-07T19:01:24 | 2020-07-07T19:01:24 | 277,899,683 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Loops;
import java.util.Scanner;
public class Ex11 {
public static void main(String[] args) {
/*
* Write a program to enter the numbers till the user wants.
* At the end it should display the count of positive, negative and zeros entered.
*/
Scanner console = new Scanner(System.in);
int... | UTF-8 | Java | 997 | java | Ex11.java | Java | [] | null | [] | package Loops;
import java.util.Scanner;
public class Ex11 {
public static void main(String[] args) {
/*
* Write a program to enter the numbers till the user wants.
* At the end it should display the count of positive, negative and zeros entered.
*/
Scanner console = new Scanner(System.in);
int... | 997 | 0.576884 | 0.567839 | 55 | 17.09091 | 19.240368 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.563636 | false | false | 13 |
2563a9e0ebd6df726e37af067a48d9b6f9ceb68f | 35,253,091,587,657 | 4d25659eeaaf6de24a83802dbd87cb346b87ffa9 | /src/main/java/modelo/daos/EventoDaolmpl.java | c05daf91e3987304a36eb538e1077bec06fc157c | [] | no_license | PedroMurilloArnau/AE1_JEE_Eventos | https://github.com/PedroMurilloArnau/AE1_JEE_Eventos | 74c8ada4e40a771194edd8c1dc9756701fd9c742 | df43dd7f1a69b35222bc5f1d60d60a4d20674fd7 | refs/heads/main | 2023-08-27T05:37:45.808000 | 2021-10-29T10:35:58 | 2021-10-29T10:35:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package modelo.daos;
import java.util.ArrayList;
import java.util.List;
import modelo.beans.Evento;
//Implementamos los métodos del interface.
public class EventoDaolmpl implements IntEventoDao{
private List<Evento> lista;
private List<Evento> listaActivos;
//Montamos la lista mendiante el método "ventoDaoL... | UTF-8 | Java | 1,782 | java | EventoDaolmpl.java | Java | [] | null | [] | package modelo.daos;
import java.util.ArrayList;
import java.util.List;
import modelo.beans.Evento;
//Implementamos los métodos del interface.
public class EventoDaolmpl implements IntEventoDao{
private List<Evento> lista;
private List<Evento> listaActivos;
//Montamos la lista mendiante el método "ventoDaoL... | 1,782 | 0.687711 | 0.636979 | 64 | 26.703125 | 28.914572 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.4375 | false | false | 13 |
4a8c5681ec63dbeae5e4798443184d95b93ad557 | 31,490,700,265,526 | 37c01a0727825d52d81f9e17f853967e304a1046 | /src/com/jeecms/bbs/entity/BbsMemberFavorite.java | ab2da997c74ba2a896291d939587dea56ebc8294 | [] | no_license | cnywb/jeecms | https://github.com/cnywb/jeecms | a86bd027a8e3550daf4ff5eaaea9113bbd9c3936 | 93c86a863db61d45bfb4b05822ca0d6774eca697 | refs/heads/master | 2020-04-08T02:26:24.359000 | 2018-11-24T13:20:58 | 2018-11-24T13:20:58 | 158,935,834 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.jeecms.bbs.entity;
import java.util.Date;
import com.jeecms.bbs.entity.base.BaseBbsMemberFavorite;
/**
* @author xuw
*
*/
public class BbsMemberFavorite extends BaseBbsMemberFavorite {
public BbsMemberFavorite() {
super();
}
public BbsMemberFavorite(Long id, Integ... | UTF-8 | Java | 586 | java | BbsMemberFavorite.java | Java | [
{
"context": "ity.base.BaseBbsMemberFavorite;\r\n\r\n/**\r\n * @author xuw\r\n *\r\n */\r\npublic class BbsMemberFavorite extends ",
"end": 154,
"score": 0.9996457099914551,
"start": 151,
"tag": "USERNAME",
"value": "xuw"
}
] | null | [] | /**
*
*/
package com.jeecms.bbs.entity;
import java.util.Date;
import com.jeecms.bbs.entity.base.BaseBbsMemberFavorite;
/**
* @author xuw
*
*/
public class BbsMemberFavorite extends BaseBbsMemberFavorite {
public BbsMemberFavorite() {
super();
}
public BbsMemberFavorite(Long id, Integ... | 586 | 0.694539 | 0.694539 | 27 | 19.703703 | 24.759308 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.555556 | false | false | 13 |
850a7bb561b72889980896e06e7a031156fdf452 | 36,051,955,499,804 | ae32a98ca8c8faa660a8ac8942fee5b854f054c6 | /PUtils.java | 45b9cdfc70d76bf2e5927ba61e016452bb6ac806 | [] | no_license | Ivorra/javaluador-challenge | https://github.com/Ivorra/javaluador-challenge | 5d07058dbe1ea234204b28816fe13d2b73ac449d | 1846bf2fc627974c5fddd5c3d2b8b152d5c497d2 | refs/heads/master | 2020-02-13T06:06:12.459000 | 2018-01-23T10:14:07 | 2018-01-23T10:14:07 | 108,117,443 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // package AA;
import java.util.*;
/*
If data is an array of strings: data[i].split("\\p{Space}+");
If data is an only string: data.split("\\p{Space}+");
Sort an array: Arrays.sort(array, optionalComparator);
Sort a collection: Collections.sort(collection, optionalComparator);
Adding a positive number p to MAX_VALU... | UTF-8 | Java | 7,384 | java | PUtils.java | Java | [] | null | [] | // package AA;
import java.util.*;
/*
If data is an array of strings: data[i].split("\\p{Space}+");
If data is an only string: data.split("\\p{Space}+");
Sort an array: Arrays.sort(array, optionalComparator);
Sort a collection: Collections.sort(collection, optionalComparator);
Adding a positive number p to MAX_VALU... | 7,384 | 0.673619 | 0.664274 | 256 | 27.84375 | 30.073721 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546875 | false | false | 13 |
f5cba625383e2d9d87c358fbf42f50d61efaab26 | 33,827,162,457,989 | f1888daf787c78e63259ce1137879975349b7e19 | /src/main/java/com/corejava/recursion/PrimeNumber.java | c9a36bac1ba05791d8ca4b0a09da2c2345f2e1e0 | [] | no_license | atreyanitin/coding-practice | https://github.com/atreyanitin/coding-practice | 2dbcb76a92ae96eede97f0e4462d6d1ee837ca15 | 131b165da5580f8354178ef5ed6e7f4f843a02fd | refs/heads/master | 2020-04-22T02:28:58.210000 | 2019-02-11T02:38:54 | 2019-02-11T02:38:54 | 170,050,927 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.corejava.recursion;
public class PrimeNumber {
public static boolean isPrimeNumber(int input) {
if(input <= 1)
return false;
if ( input ==2 || input == 3) {
return true;
}
if(input % 2 == 0) {
return false;
}
if(input % 3 == 0) {
return false;
}
return true;
}
public... | UTF-8 | Java | 406 | java | PrimeNumber.java | Java | [] | null | [] | package com.corejava.recursion;
public class PrimeNumber {
public static boolean isPrimeNumber(int input) {
if(input <= 1)
return false;
if ( input ==2 || input == 3) {
return true;
}
if(input % 2 == 0) {
return false;
}
if(input % 3 == 0) {
return false;
}
return true;
}
public... | 406 | 0.600985 | 0.576355 | 26 | 14.615385 | 14.53663 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.884615 | false | false | 13 |
df7f9ca2aee70203a80f58620fcbb99b32765a5f | 36,438,502,562,748 | e72d4eaaf763f47c9841c2d31e1f97852e1e7bfe | /src/main/java/org/lds/Util.java | cec4aac1b68f9e05b45c96cc87b68c9bb944fd23 | [] | no_license | levinholsety/common-java | https://github.com/levinholsety/common-java | 9f674d8238b17d15ffc0d2ef5cac612b66a4a9d7 | 73924e191a777afa27bd491cdfe0941426e198e5 | refs/heads/master | 2022-06-25T10:10:09.247000 | 2020-01-17T05:45:23 | 2020-01-17T05:45:23 | 225,795,200 | 0 | 0 | null | false | 2022-06-17T02:47:12 | 2019-12-04T06:25:44 | 2020-01-17T05:45:49 | 2022-06-17T02:47:11 | 45 | 0 | 0 | 2 | Java | false | false | package org.lds;
import java.lang.reflect.Array;
public class Util {
private static final IdGenerator defaultIdGenerator = new IdGenerator(0);
public static void log(Object msg) {
Logger.getLogger().log(msg);
}
public static long generateId() {
return defaultIdGenerator.generateId();... | UTF-8 | Java | 1,106 | java | Util.java | Java | [] | null | [] | package org.lds;
import java.lang.reflect.Array;
public class Util {
private static final IdGenerator defaultIdGenerator = new IdGenerator(0);
public static void log(Object msg) {
Logger.getLogger().log(msg);
}
public static long generateId() {
return defaultIdGenerator.generateId();... | 1,106 | 0.649186 | 0.64557 | 38 | 28.105263 | 26.607073 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 13 |
b2ddd4b15404601e4172ffd5f538477753981069 | 17,635,135,749,336 | 361ab2ebd4f7687aaf1a799152256f76360facc9 | /OSGiHack-server/src/main/java/fr/lille1/iagl/opl/lib/Server.java | e5a5875f51207fccc5dda466524cd07669f5cf82 | [] | no_license | guizmaii/OSGiHack | https://github.com/guizmaii/OSGiHack | 9df989195794837176cb2a18b759105f4db7a944 | f388431be7e22051a0e5362968413f76da12629b | refs/heads/master | 2016-09-06T16:01:57.218000 | 2014-01-07T16:48:25 | 2014-01-07T16:48:25 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.lille1.iagl.opl.lib;
import fr.lille1.iagl.opl.api.PrintService;
public class Server implements PrintService {
public void printMessage(final String msg) {
System.out.println(">> " + msg);
}
}
| UTF-8 | Java | 212 | java | Server.java | Java | [] | null | [] | package fr.lille1.iagl.opl.lib;
import fr.lille1.iagl.opl.api.PrintService;
public class Server implements PrintService {
public void printMessage(final String msg) {
System.out.println(">> " + msg);
}
}
| 212 | 0.731132 | 0.721698 | 11 | 18.272728 | 19.881882 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 13 |
7ddb8e2f72062352e4c95ad316a9f3aa9bc88df6 | 36,610,301,231,951 | d6130d07e2d7176dd36bc142a023208c18599370 | /java8new/src/com/mihir/dev/Java8MapEmpObjSortedExample.java | e3d6aa8501d1752e550c18c2181da052ddfbfcf8 | [] | no_license | mihirdash2017/MihitCorejava | https://github.com/mihirdash2017/MihitCorejava | b5c6f2c3419fd751a6e01b95b0d5d32bea8e89ed | 047e313db587dd7853715bfdcf173c3677920c08 | refs/heads/master | 2022-11-17T07:58:59.315000 | 2019-08-30T05:44:57 | 2019-08-30T05:44:57 | 205,306,549 | 0 | 0 | null | false | 2022-11-16T05:21:56 | 2019-08-30T04:49:04 | 2019-08-30T05:45:04 | 2022-11-16T05:21:52 | 209 | 0 | 0 | 1 | Java | false | false | package com.mihir.dev;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.stream.Collectors;
public class Java8MapEmpObjSortedExample {
public static void main(String[] args) {
Map<Employee,String> map=new HashMap<>();
map.put(new Employee(101, "mihir"), ... | UTF-8 | Java | 765 | java | Java8MapEmpObjSortedExample.java | Java | [
{
"context": "ap=new HashMap<>();\r\n\t\tmap.put(new Employee(101, \"mihir\"), \"hi\");\r\n\t\tmap.put(new Employee(103, \"tarun\"), ",
"end": 316,
"score": 0.9994114637374878,
"start": 311,
"tag": "NAME",
"value": "mihir"
},
{
"context": "1, \"mihir\"), \"hi\");\r\n\t\tmap.put(new E... | null | [] | package com.mihir.dev;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.stream.Collectors;
public class Java8MapEmpObjSortedExample {
public static void main(String[] args) {
Map<Employee,String> map=new HashMap<>();
map.put(new Employee(101, "mihir"), ... | 765 | 0.670588 | 0.653595 | 28 | 25.321428 | 23.804342 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.392857 | false | false | 13 |
c09441bced4a15c7b2cc13ec59aa4158f150350e | 16,346,645,598,921 | 097cd78649121224cec3146d29fa9c4f4f47fd0c | /runtimes/talos-libgdx/test/com/talosvfx/talos/runtime/test/ParticleControlTest.java | 445c6eaac5a130f97bfaddca7b466ce3df6aafb1 | [
"Apache-2.0"
] | permissive | PriNova/talos | https://github.com/PriNova/talos | 013aa4d219da1b1388d9ba606d77e0c918a8e783 | 5f63ae9ddecdc228fe129f52c4ef84d934143dba | refs/heads/master | 2022-11-13T05:54:50.436000 | 2022-09-12T13:38:16 | 2022-09-12T13:38:16 | 220,548,561 | 0 | 0 | Apache-2.0 | true | 2019-11-08T21:13:45 | 2019-11-08T21:13:44 | 2019-11-08T21:01:32 | 2019-11-07T17:04:09 | 41,462 | 0 | 0 | 0 | null | false | false | /*******************************************************************************
* Copyright 2019 See AUTHORS file.
*
* 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.apa... | UTF-8 | Java | 5,584 | java | ParticleControlTest.java | Java | [] | null | [] | /*******************************************************************************
* Copyright 2019 See AUTHORS file.
*
* 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.apa... | 5,584 | 0.746239 | 0.73639 | 179 | 30.19553 | 25.751299 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.765363 | false | false | 13 |
5ac848ebdde4cd4b66ab04211a4c3fdd39eb207a | 36,807,869,727,548 | 7fab271472850f4fcb727f5221e56d5a24a0f15d | /baseframework-platform/src/main/java/com/galaxy/modules/abc/service/TestTreeService.java | e01682e9cd87a6365ce3cc83a0cd6fbd9a4b03f3 | [] | no_license | maomaowangyu/catplatform | https://github.com/maomaowangyu/catplatform | 6049510bc3cbc21a51fedbe3fb1753a925a509c2 | de98a34e6e28783d2ea06a6b114662ee77c9c18c | refs/heads/master | 2021-01-18T20:29:02.138000 | 2016-11-12T15:03:53 | 2016-11-12T15:03:53 | 72,124,691 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Copyright © 2012-2016 <a href="#">BasePlatform</a> All rights reserved.
*/
package com.galaxy.modules.abc.service;
import java.util.List;
import com.galaxy.common.service.TreeInterface;
import org.springframework.stereotype.Service;
import com.galaxy.common.service.BaseInterface;
import com.galaxy.common... | UTF-8 | Java | 565 | java | TestTreeService.java | Java | [
{
"context": "abc.domain.TestTree;\n\n/**\n * weeService\n * @author we\n * @version 2016-11-05\n */\n\npublic interface Test",
"end": 465,
"score": 0.9964666366577148,
"start": 463,
"tag": "USERNAME",
"value": "we"
}
] | null | [] | /**
* Copyright © 2012-2016 <a href="#">BasePlatform</a> All rights reserved.
*/
package com.galaxy.modules.abc.service;
import java.util.List;
import com.galaxy.common.service.TreeInterface;
import org.springframework.stereotype.Service;
import com.galaxy.common.service.BaseInterface;
import com.galaxy.common... | 565 | 0.771681 | 0.743363 | 24 | 22.583334 | 23.932051 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 13 |
0d02a23f145f62033e2ff428dd699d3fb5a745dd | 38,414,187,495,567 | 69df11a0d806ae451d2d74631f247d6413d7599b | /ngacdbsystem/src/main/java/edu/ltu/ngacdbsystem/tools/PropertiesReader.java | 549b1f52726471c58b80569887a3ec927401fd87 | [] | no_license | AlexChiquito/NGAC_TSDBDemo | https://github.com/AlexChiquito/NGAC_TSDBDemo | 144e8d27fcacaf28a2df93679197529b97fe4ec6 | 7a89e96ede2bb629aa671d68d80427b0aa14d008 | refs/heads/main | 2023-06-01T15:31:34.423000 | 2021-06-18T12:56:29 | 2021-06-18T12:56:29 | 378,147,107 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.ltu.ngacdbsystem.tools;
//import database.DatabaseAuthorisation;
import edu.ltu.ngacdbsystem.DatabaseAuthorisation;
import java.io.InputStream;
import java.util.Properties;
/**
*
*/
public class PropertiesReader {
/**
*
* @param propertiesFileName
* @return
*/
public DatabaseAuthorisa... | UTF-8 | Java | 1,241 | java | PropertiesReader.java | Java | [
{
"context": "(\"dbName\"),\n properties.getProperty(\"userName\"),\n properties.getProperty(\"pwd\"));\n",
"end": 1010,
"score": 0.9973698854446411,
"start": 1002,
"tag": "USERNAME",
"value": "userName"
}
] | null | [] | package edu.ltu.ngacdbsystem.tools;
//import database.DatabaseAuthorisation;
import edu.ltu.ngacdbsystem.DatabaseAuthorisation;
import java.io.InputStream;
import java.util.Properties;
/**
*
*/
public class PropertiesReader {
/**
*
* @param propertiesFileName
* @return
*/
public DatabaseAuthorisa... | 1,241 | 0.661563 | 0.661563 | 45 | 26.577778 | 26.939842 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422222 | false | false | 13 |
c174764158f9ff005664faa72542729db1fc48f7 | 28,647,431,909,332 | 18879300eb768c504f522adb56744b6c60f198a7 | /src/main/java/cn/lambdalib2/vis/editor/VisProperty.java | 663e63f68f421d470ca5424cfb3b30999e5c3bbd | [
"MIT"
] | permissive | Paindar/LambdaLib2 | https://github.com/Paindar/LambdaLib2 | 8870a7f6718e9fa161b08ebd0be738caa850cbb4 | 4102de75049f57ccdbe4df58839ff237609195a0 | refs/heads/master | 2021-07-14T01:30:25.541000 | 2021-06-26T20:53:47 | 2021-06-26T20:53:47 | 218,747,670 | 1 | 0 | null | true | 2019-10-31T11:10:59 | 2019-10-31T11:10:59 | 2019-07-20T04:19:48 | 2019-07-28T15:04:52 | 2,301 | 0 | 0 | 0 | null | false | false | package cn.lambdalib2.vis.editor;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Supply extra information for {@link ObjectInspection}. You can also use
* this annotation to force inspec... | UTF-8 | Java | 629 | java | VisProperty.java | Java | [] | null | [] | package cn.lambdalib2.vis.editor;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Supply extra information for {@link ObjectInspection}. You can also use
* this annotation to force inspec... | 629 | 0.710652 | 0.709062 | 22 | 26.59091 | 24.326677 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 13 |
19f6b442edd0ca27bf0dcc539928fb1dd7621b06 | 33,956,011,474,120 | 9b31425b3533639079ebcf816cedd303f776adc4 | /AdpAssignment2/src/main/java/Area.java | c9dabecd39a4a07cf0bfd19d0e86d157c1b6112a | [] | no_license | MugammadRihaad/AdpAssignment2 | https://github.com/MugammadRihaad/AdpAssignment2 | 230fea56f56c9ed077f46ecc1294d3316e28ecff | 62490c8c1f5f66fca62a06c6e0d9ad5475a9e1eb | refs/heads/master | 2020-04-26T10:19:16.165000 | 2019-03-02T18:25:10 | 2019-03-02T18:25:10 | 173,482,757 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import org.testng.Assert;
import org.testng.annotations.Test;
public class Area {
int area(int l, int b) {
return l * b;
}
@Test
public void area() {
Area calc = new Area();
int result = calc.area(3, 3);
Assert.assertEquals(25, result);
}
}
| UTF-8 | Java | 314 | java | Area.java | Java | [] | null | [] | import org.testng.Assert;
import org.testng.annotations.Test;
public class Area {
int area(int l, int b) {
return l * b;
}
@Test
public void area() {
Area calc = new Area();
int result = calc.area(3, 3);
Assert.assertEquals(25, result);
}
}
| 314 | 0.531847 | 0.519108 | 17 | 16.470589 | 14.270981 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 13 |
37246bfa649b4d4da1774597f0ffc91feb95485b | 34,789,235,124,945 | f412a7f93c134fc36a555b93b4ab594cc3a27662 | /src/main/java/co/com/sofka/smart/student/usecases/CreateStudentUseCase.java | 8419480d514193e6066ea49dec9e1ce974ca6baf | [] | no_license | Andres0x90/scheduling-system-smart | https://github.com/Andres0x90/scheduling-system-smart | 9c101e7d6fb4b79a1f5cde19078b97f22a413086 | b0960efa9e2cf5fbe07a3c96c03dc611c9cf0137 | refs/heads/main | 2023-08-24T15:17:12.469000 | 2021-10-02T04:32:41 | 2021-10-02T04:32:41 | 412,197,896 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.sofka.smart.student.usecases;
import co.com.sofka.business.generic.UseCase;
import co.com.sofka.business.support.RequestCommand;
import co.com.sofka.business.support.ResponseEvents;
import co.com.sofka.smart.student.Student;
import co.com.sofka.smart.student.commands.CreateStudent;
public class CreateS... | UTF-8 | Java | 899 | java | CreateStudentUseCase.java | Java | [
{
"context": " command.getAge(), command.getAddress(), command.getUsername(), command.getPassword(),\n command",
"end": 721,
"score": 0.9694846272468567,
"start": 710,
"tag": "USERNAME",
"value": "getUsername"
}
] | null | [] | package co.com.sofka.smart.student.usecases;
import co.com.sofka.business.generic.UseCase;
import co.com.sofka.business.support.RequestCommand;
import co.com.sofka.business.support.ResponseEvents;
import co.com.sofka.smart.student.Student;
import co.com.sofka.smart.student.commands.CreateStudent;
public class CreateS... | 899 | 0.756396 | 0.756396 | 20 | 43.950001 | 34.363461 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.85 | false | false | 13 |
114b18b97e158af3e942d8fd401d8a1d1691a363 | 35,656,818,503,299 | 2bf9eafb7aa9f100dea17c157f65f7c0dcc62ff1 | /JFSTransferData/src/main/java/jfs/transferdata/transferobjects/StudentSubscriptionsDTO.java | 8a9822f639933968071579e2cd6b36db8e815c47 | [] | no_license | verbeen/JFS | https://github.com/verbeen/JFS | a1efbd4c2581479d1752055f89dced47910e88c2 | e1b38cb1a1336e2b61646cbf32ef736ea07ea3c1 | refs/heads/master | 2021-01-10T02:11:07.500000 | 2016-01-12T19:04:12 | 2016-01-12T19:04:12 | 44,746,143 | 2 | 0 | null | false | 2016-01-12T19:04:12 | 2015-10-22T13:17:05 | 2016-01-12T15:45:35 | 2016-01-12T19:04:12 | 7,377 | 1 | 0 | 0 | JavaScript | null | null | package jfs.transferdata.transferobjects;
import jfs.transferdata.transferobjects.enums.JobTypeDTO;
/**
* Created by Hulk-A on 30.11.2015.
*/
public class StudentSubscriptionsDTO {
public String userId;
public JobTypeDTO type;
public String location;
public String skills;
public long lastView;
... | UTF-8 | Java | 644 | java | StudentSubscriptionsDTO.java | Java | [
{
"context": "ansferobjects.enums.JobTypeDTO;\n\n/**\n * Created by Hulk-A on 30.11.2015.\n */\npublic class StudentSubscripti",
"end": 126,
"score": 0.9445077776908875,
"start": 120,
"tag": "NAME",
"value": "Hulk-A"
}
] | null | [] | package jfs.transferdata.transferobjects;
import jfs.transferdata.transferobjects.enums.JobTypeDTO;
/**
* Created by Hulk-A on 30.11.2015.
*/
public class StudentSubscriptionsDTO {
public String userId;
public JobTypeDTO type;
public String location;
public String skills;
public long lastView;
... | 644 | 0.692547 | 0.680124 | 25 | 24.76 | 24.354515 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.64 | false | false | 13 |
071f88e8a693df96b266d5806eb324afbc19cc13 | 18,631,568,178,970 | f2ef74d0f1e581f5c9d70f8ae1d618d0a61af474 | /Patrones_Parcial02/180309_Factory_01/src/HawaianPizza.java | a55ea6b6934fa7b3c549ae847f6cab5d3ae8add5 | [] | no_license | fidelfcastro/23102_Patrones | https://github.com/fidelfcastro/23102_Patrones | 2ad50bfa580aa3f7128e1e0a350cd02114f3553b | 84689e239d11e4f47e10a4dc7bb1a293fe161170 | refs/heads/master | 2021-05-05T02:49:39.690000 | 2018-04-14T01:11:39 | 2018-04-14T01:11:39 | 119,129,983 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by fidel on 3/9/2018.
*/
public class HawaianPizza extends Pizza {
public HawaianPizza(){
pizzaName = "Hawaian Pizza";
bake();
cut();
prepare();
}
}
| UTF-8 | Java | 216 | java | HawaianPizza.java | Java | [
{
"context": "/**\r\n * Created by fidel on 3/9/2018.\r\n */\r\npublic class HawaianPizza exte",
"end": 24,
"score": 0.9041978120803833,
"start": 19,
"tag": "USERNAME",
"value": "fidel"
}
] | null | [] | /**
* Created by fidel on 3/9/2018.
*/
public class HawaianPizza extends Pizza {
public HawaianPizza(){
pizzaName = "Hawaian Pizza";
bake();
cut();
prepare();
}
}
| 216 | 0.509259 | 0.481481 | 11 | 17.636364 | 13.633333 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 13 |
6d14e4f17d7e92d7220591a1181c6c8eb5080c26 | 33,852,932,260,909 | 4ef664d08aa4e18c6988d72c4144aef22f3cfe7d | /src/com/wearalarm/liveview/WearAlarmService.java | 6f65d18f5d292148fb5c7ac636fc0a5b9bbee54b | [
"Apache-2.0"
] | permissive | LiveLongMobile/WearAlarm | https://github.com/LiveLongMobile/WearAlarm | 163e68e8d527ae6012bcbab8986945f802dfc784 | e91046d358ed8e51925ff297e090a36a38d9eda1 | refs/heads/master | 2021-01-01T06:18:44.902000 | 2011-03-30T05:10:31 | 2011-03-30T05:56:18 | 1,390,857 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2010 Sony Ericsson
* Copyright (c) 2011 Dan Walkes, Patrick Leonard
*
* 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 lim... | UTF-8 | Java | 7,004 | java | WearAlarmService.java | Java | [
{
"context": "/*\r\n * Copyright (c) 2010 Sony Ericsson\r\n * Copyright (c) 2011 Dan Walkes, Patrick Leonar",
"end": 39,
"score": 0.9997938871383667,
"start": 26,
"tag": "NAME",
"value": "Sony Ericsson"
},
{
"context": "ight (c) 2010 Sony Ericsson\r\n * Copyright (c) 2011 Dan Walkes,... | null | [] | /*
* Copyright (c) 2010 <NAME>
* Copyright (c) 2011 <NAME>, <NAME>
*
* 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
... | 6,984 | 0.67233 | 0.670617 | 227 | 28.863436 | 31.695047 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.251101 | false | false | 13 |
7f0860866effc1665ea55d7d009d51b04603b5e3 | 34,840,774,718,613 | 488f4bc229589e3db954c023982ba664f6c6e374 | /MTool1.05/app/src/main/java/com/zzkx/mtool/view/iview/IShopView.java | 7cb82b24d5545b2ed5c8189ebab8eca9fdb755b5 | [] | no_license | harusty/MTool | https://github.com/harusty/MTool | d17c170afd50f24add6b2c10e5f01287990f9a25 | 2caaaf23c7f930243d4e24a8c0d8e67d4bcee788 | refs/heads/master | 2020-03-11T01:03:06.351000 | 2018-04-24T03:08:37 | 2018-04-24T03:08:37 | 129,679,950 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zzkx.mtool.view.iview;
import android.app.Activity;
import android.view.View;
import com.zzkx.mtool.bean.CusMenuListBean;
import com.zzkx.mtool.bean.MenuListBean;
import com.zzkx.mtool.imple.BottomCartCtrlListener;
/**
* Created by sshss on 2017/8/24.
*/
public interface IShopView extends IView {
... | UTF-8 | Java | 683 | java | IShopView.java | Java | [
{
"context": "l.imple.BottomCartCtrlListener;\n\n/**\n * Created by sshss on 2017/8/24.\n */\n\npublic interface IShopView ext",
"end": 253,
"score": 0.9996654391288757,
"start": 248,
"tag": "USERNAME",
"value": "sshss"
}
] | null | [] | package com.zzkx.mtool.view.iview;
import android.app.Activity;
import android.view.View;
import com.zzkx.mtool.bean.CusMenuListBean;
import com.zzkx.mtool.bean.MenuListBean;
import com.zzkx.mtool.imple.BottomCartCtrlListener;
/**
* Created by sshss on 2017/8/24.
*/
public interface IShopView extends IView {
... | 683 | 0.784773 | 0.774524 | 24 | 27.458334 | 27.280914 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.708333 | false | false | 13 |
7020b1b237b6a04dd09ae6ccff37dc60d782b754 | 37,933,151,160,441 | c1aa0683a15c72fa536b9f728a21861c20bd48f3 | /EsercSkyLabs/src/main/java/com/danilo/EsercSkyLabs/CSVUtils/CSVUtils.java | 068b92ec71019d127eecd7beb866468fd0404fb4 | [] | no_license | danydi95/EsercSkyLabs | https://github.com/danydi95/EsercSkyLabs | a54f503742a2a9d03ad5579098bbf2960d613d06 | e6f6fc44cdd62084958669957b975527287e2077 | refs/heads/master | 2023-08-15T19:30:44.564000 | 2021-10-23T09:42:36 | 2021-10-23T09:42:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.danilo.EsercSkyLabs.CSVUtils;
import com.danilo.EsercSkyLabs.Entity.DenormalizedRecords;
import java.io.PrintWriter;
import java.util.List;
public class CSVUtils
{
public static void downloadCsv(PrintWriter writer, List<DenormalizedRecords> R, String header)
{
writer.write(header);
... | UTF-8 | Java | 1,479 | java | CSVUtils.java | Java | [] | null | [] | package com.danilo.EsercSkyLabs.CSVUtils;
import com.danilo.EsercSkyLabs.Entity.DenormalizedRecords;
import java.io.PrintWriter;
import java.util.List;
public class CSVUtils
{
public static void downloadCsv(PrintWriter writer, List<DenormalizedRecords> R, String header)
{
writer.write(header);
... | 1,479 | 0.418526 | 0.417174 | 40 | 36 | 21.481388 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 13 |
bfe54c0e807c8dd05436c7bdc163220fcb6a98af | 2,740,189,190,456 | 4c68c62ff0ce94705ab65f467a16012c87cff50e | /Celular.java | 560c8fcaffe2ac4c518540be729acd43925a7d70 | [] | no_license | adrianRFlores/tarea6 | https://github.com/adrianRFlores/tarea6 | 0ea4b47193329b39dc38d397ee3b139b927e5799 | 881dd4c047c73dde961fd6abaf2de8c142684998 | refs/heads/main | 2023-09-05T11:39:13.997000 | 2021-11-10T02:58:23 | 2021-11-10T02:58:23 | 426,386,241 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.ArrayList;
import java.util.Scanner;
import java.util.Date;
/**
* Clase para los celulares
*
* @author Gabriel Garcia
* @version 07/11/2021
*/
public class Celular extends Producto implements Llamadas, Portable{
/**
* Constructor
*
* @param precio el precio en Q
* @param serie la se... | UTF-8 | Java | 1,603 | java | Celular.java | Java | [
{
"context": "e;\n\n/**\n * Clase para los celulares\n * \n * @author Gabriel Garcia\n * @version 07/11/2021\n */\n\npublic class Celular ",
"end": 139,
"score": 0.9998517632484436,
"start": 125,
"tag": "NAME",
"value": "Gabriel Garcia"
}
] | null | [] | import java.util.ArrayList;
import java.util.Scanner;
import java.util.Date;
/**
* Clase para los celulares
*
* @author <NAME>
* @version 07/11/2021
*/
public class Celular extends Producto implements Llamadas, Portable{
/**
* Constructor
*
* @param precio el precio en Q
* @param serie la serie del ... | 1,595 | 0.678104 | 0.673113 | 66 | 23.30303 | 25.171515 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.333333 | false | false | 13 |
afb99a391567a35f02314f531646de250e8b8f51 | 5,385,889,036,454 | 93074779b9a5c8de8a51f9e53ce6dcc35a955a67 | /trunk/Framework/Builder/src/resources/PackageRes.java | cf1ceeb04ef4ecbf24d317e9effec19a090e1422 | [] | no_license | weeeBox/oldies-xna-framework | https://github.com/weeeBox/oldies-xna-framework | 096b5b5e156613dffbfcb3d569b3a7a3b47ba000 | 4c1a19552539a6a497c1071e9d8957dd34651804 | refs/heads/master | 2021-01-01T05:36:54.413000 | 2011-06-04T13:59:04 | 2011-06-04T13:59:04 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package resources;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import product.Product;
import product.ProductClass;
import tasks.ContentProjTask;
public class PackageRes extends ProductClass
{
private List<ResourceBase> resources = new ArrayList<ResourceBase>();
privat... | UTF-8 | Java | 2,449 | java | PackageRes.java | Java | [] | null | [] | package resources;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import product.Product;
import product.ProductClass;
import tasks.ContentProjTask;
public class PackageRes extends ProductClass
{
private List<ResourceBase> resources = new ArrayList<ResourceBase>();
privat... | 2,449 | 0.648428 | 0.648428 | 130 | 16.838461 | 18.594376 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.823077 | false | false | 13 |
7ec96bcbc5f9e080857f500870a5d15c6ecd93eb | 35,364,760,741,581 | f4abc34dffcf1e95dc2473a3040c3be692f9440a | /Livraria/src/livraria/dao/LivrariaDao.java | c127964f0cc3f0b4f96728d779dc26b03d123a32 | [] | no_license | cardevs/livraria | https://github.com/cardevs/livraria | cafe085e2aa902dc60cd72c5eb14838170499ade | 22cbde0632f18e83d200c8d4e8e19b30abc4343e | refs/heads/master | 2022-11-04T21:05:19.514000 | 2020-07-24T17:08:27 | 2020-07-24T17:08:27 | 262,620,559 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*Classe responsavel por tratar dos livros da Livraria na Base de Dados*/
package livraria.dao;
import livraria.model.LivroModel;
import livraria.model.core.ConexaoDB;
import javax.swing.*;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import... | UTF-8 | Java | 1,679 | java | LivrariaDao.java | Java | [] | null | [] | /*Classe responsavel por tratar dos livros da Livraria na Base de Dados*/
package livraria.dao;
import livraria.model.LivroModel;
import livraria.model.core.ConexaoDB;
import javax.swing.*;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import... | 1,679 | 0.55271 | 0.55271 | 58 | 27.948277 | 24.878618 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.482759 | false | false | 13 |
bce995048ad999bad79b809e218c487c7eb5e51d | 15,229,954,088,329 | 081aeaeeb106085399554074827dfbf16b045ab7 | /app/src/main/java/com/corals/appointment/Client/model/RedeemVoucher.java | eed0ab3e0a788efa70fea1e1230df4adb07ea38d | [] | no_license | Udhaya-kj/Appointment | https://github.com/Udhaya-kj/Appointment | 028392f220104494d141c0aabec09cc4920f1791 | 13bc4c67637af112f79f4f069f8543bdb2cefca5 | refs/heads/master | 2022-11-27T04:23:23.624000 | 2020-08-04T06:40:51 | 2020-08-04T06:40:51 | 270,029,484 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Corals app
* Corals openAPI file. Current Develop
*
* OpenAPI spec version: 1.0.1
* Contact: gp2wins-corals@yahoo.com
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package com.coral... | UTF-8 | Java | 20,120 | java | RedeemVoucher.java | Java | [
{
"context": "elop\n *\n * OpenAPI spec version: 1.0.1\n * Contact: gp2wins-corals@yahoo.com\n *\n * NOTE: This class is auto generated by the s",
"end": 127,
"score": 0.9999296069145203,
"start": 103,
"tag": "EMAIL",
"value": "gp2wins-corals@yahoo.com"
},
{
"context": "ger code gene... | null | [] | /*
* Corals app
* Corals openAPI file. Current Develop
*
* OpenAPI spec version: 1.0.1
* Contact: <EMAIL>
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package com.corals.appointment.Cli... | 20,103 | 0.722664 | 0.721521 | 697 | 27.865137 | 31.967104 | 488 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.342898 | false | false | 13 |
e29e9503dd050fdf0b5c746a1f5346431df9fab8 | 13,958,643,712,612 | 97cee5db8fae77a741a9afb6ab2a66a3e4271bb8 | /src/main/java/net/UDPServerThread.java | 8cd14a681e6a556f2e0d3105ca0e722cf436103d | [] | no_license | nilskruse97/FPT-Gruppe4 | https://github.com/nilskruse97/FPT-Gruppe4 | 0871e0f2f21ffaaedd17834e9543da401f07f6b4 | 9b1f93e7002d538005a47b1a53483f6039db2302 | refs/heads/master | 2020-03-28T21:19:32.331000 | 2019-03-28T14:16:48 | 2019-03-28T14:16:48 | 149,146,881 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net;
import controller.Controller;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.SocketException;
import java.util.Scanner;
class UDPServerThread extends Thread {
private DatagramPacket packet;
private Datagra... | UTF-8 | Java | 2,315 | java | UDPServerThread.java | Java | [] | null | [] | package net;
import controller.Controller;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.DatagramSocket;
import java.net.InetAddress;
import java.net.SocketException;
import java.util.Scanner;
class UDPServerThread extends Thread {
private DatagramPacket packet;
private Datagra... | 2,315 | 0.523768 | 0.51599 | 74 | 30.283783 | 23.306721 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.594595 | false | false | 13 |
b451e2ac4d7551e4f6300550d819e8dad160e6c9 | 13,640,816,196,986 | e04293ab71579aaa2fe14925db8f82cc115371f6 | /src/main/java/com/ljc/maitu/controller/backStage/ProductManageController.java | 1b1b148c265cb4ff73dc694358244f19b1936f66 | [] | no_license | JiangCookie/maitu | https://github.com/JiangCookie/maitu | 7ce3f19e86a480638e49c8f48b1617a642101e61 | 2204c23c1192aeb4d7f05e2915b6224e43f4cfa6 | refs/heads/master | 2020-04-24T18:50:26.914000 | 2019-03-10T03:17:51 | 2019-03-10T03:17:51 | 172,192,738 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ljc.maitu.controller.backStage;
import org.springframework.stereotype.Controller;
/**
* @author JYH
* 2019/2/12 14:09
*/
@Controller
public class ProductManageController {
}
| UTF-8 | Java | 194 | java | ProductManageController.java | Java | [
{
"context": "ngframework.stereotype.Controller;\n\n/**\n * @author JYH\n * 2019/2/12 14:09\n */\n@Controller\npublic class P",
"end": 114,
"score": 0.997683048248291,
"start": 111,
"tag": "USERNAME",
"value": "JYH"
}
] | null | [] | package com.ljc.maitu.controller.backStage;
import org.springframework.stereotype.Controller;
/**
* @author JYH
* 2019/2/12 14:09
*/
@Controller
public class ProductManageController {
}
| 194 | 0.747423 | 0.690722 | 14 | 12.857142 | 16.98679 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.142857 | false | false | 13 |
31826ea02a2088c324ec369220f76c3d52b4ee2a | 20,383,914,841,016 | e28664c0ed65d3d92fa9d1f1f3a91ec398a9c3c8 | /company/src/com/company/web/enums/DBDriver.java | 06cbc1a00512789ddf36589b25a0bee4f5a70239 | [] | no_license | rmsgh2392/jee-company | https://github.com/rmsgh2392/jee-company | af11610b47a747ecd368ddcfb06cbc0e551116bf | e274ea376399748fa9e9be07b7ed8b16d7fa77b1 | refs/heads/master | 2020-08-07T15:55:17.770000 | 2019-10-08T00:39:57 | 2019-10-08T00:39:57 | 213,514,014 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company.web.enums;
public enum DBDriver {
ORACLE_DRIVER,
MARIA_DIRVER;
@Override
public String toString() {
String driver = "";
switch (this) {
case ORACLE_DRIVER : driver = "oracle.jdbc.OracleDriver"; break;
}
return driver;
}
}
| UTF-8 | Java | 260 | java | DBDriver.java | Java | [] | null | [] | package com.company.web.enums;
public enum DBDriver {
ORACLE_DRIVER,
MARIA_DIRVER;
@Override
public String toString() {
String driver = "";
switch (this) {
case ORACLE_DRIVER : driver = "oracle.jdbc.OracleDriver"; break;
}
return driver;
}
}
| 260 | 0.680769 | 0.680769 | 15 | 16.333334 | 16.308144 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.533333 | false | false | 13 |
ac9dff368b282a53582676f48b21748e6074b9c7 | 10,471,130,295,313 | c7b98e2ace278938abd8a345ee524d76ff976547 | /jobportal/src/main/java/com/nt/dto/UsersDto.java | 05ff618ab6ed9cddbf5dccfbfba9c6e4b7a0a6fc | [] | no_license | akhilraj7685/online-jobPortal | https://github.com/akhilraj7685/online-jobPortal | 38e941b4356e45248bf7e9523d8ef64c4d3e9558 | e6f39edc25c967aea4f409a8513b2e27747ff8bb | refs/heads/master | 2020-07-23T22:28:35.104000 | 2019-09-12T03:00:00 | 2019-09-12T03:00:00 | 207,725,074 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nt.dto;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import org.hibernate.annotations.GenericGenerator;
import com.nt.entity.UserLog;
import com.n... | UTF-8 | Java | 824 | java | UsersDto.java | Java | [] | null | [] | package com.nt.dto;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToOne;
import org.hibernate.annotations.GenericGenerator;
import com.nt.entity.UserLog;
import com.n... | 824 | 0.728155 | 0.728155 | 47 | 15.531915 | 14.666289 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.914894 | false | false | 13 |
f720457d08415251cb7e967fd75032afe74c5e90 | 23,819,888,681,810 | f68e7dddd8ef362cc967c32be7e7a244cf66b96d | /test/src/main/java/businessFramework/module/clinic/pages/clinicAppointment/ClinicAppointmentPages.java | 43ad01ea29c93cb2a5ddf45a4c91714a3abcec4e | [] | no_license | skygbr/N2O_IntellijIDEA_Tests_Regres_Smoke | https://github.com/skygbr/N2O_IntellijIDEA_Tests_Regres_Smoke | 6e3fbed09464c4cf0929bd7e630f9e6c1892161a | 985e74067cc220eacf90c5c4876390d1494a1421 | refs/heads/master | 2020-06-28T16:46:42.012000 | 2016-11-23T12:57:43 | 2016-11-23T12:57:43 | 74,489,672 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package businessFramework.module.clinic.pages.clinicAppointment;
import businessFramework.module.clinic.pages.resultAdmission.ResultAdmissionPage;
import net.framework.autotesting.ApplicationManager;
import net.framework.autotesting.meta.components.Button;
/**
* Created by asamoilov on 20.08.2015.
*/
public class C... | UTF-8 | Java | 5,091 | java | ClinicAppointmentPages.java | Java | [
{
"context": "testing.meta.components.Button;\n\n/**\n * Created by asamoilov on 20.08.2015.\n */\npublic class ClinicAppointment",
"end": 286,
"score": 0.9996022582054138,
"start": 277,
"tag": "USERNAME",
"value": "asamoilov"
}
] | null | [] | package businessFramework.module.clinic.pages.clinicAppointment;
import businessFramework.module.clinic.pages.resultAdmission.ResultAdmissionPage;
import net.framework.autotesting.ApplicationManager;
import net.framework.autotesting.meta.components.Button;
/**
* Created by asamoilov on 20.08.2015.
*/
public class C... | 5,091 | 0.687361 | 0.676845 | 122 | 39.532787 | 25.455582 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.721311 | false | false | 13 |
fff363fa73d7e1475c945591a9b7f1e29a45ae0c | 7,017,976,621,025 | 71a8f9b9a39bee2b1639e781b8a74e679203e059 | /Blogs/blogs_dao/src/main/java/com/czxy/dao/BorgekeyMapper.java | 46d886aecb57b49c247e3d1f43ce3cad94e890fa | [] | no_license | Alice-czxy/Apricot_Blog | https://github.com/Alice-czxy/Apricot_Blog | 7a6b5ef44a3c47a881cf33bacd59595101ef4f06 | 9810aa8bdfb0fc71eed1667c88f23e386dc501eb | refs/heads/master | 2021-01-02T05:05:50.100000 | 2020-02-10T13:02:49 | 2020-02-10T13:02:49 | 239,500,752 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.czxy.dao;
import com.czxy.domain.Borgekey;
import tk.mybatis.mapper.common.Mapper;
/**
* @version v 1.0
* @date 2019/9/12
*/
@org.apache.ibatis.annotations.Mapper
public interface BorgekeyMapper extends Mapper<Borgekey> {
}
| UTF-8 | Java | 243 | java | BorgekeyMapper.java | Java | [] | null | [] | package com.czxy.dao;
import com.czxy.domain.Borgekey;
import tk.mybatis.mapper.common.Mapper;
/**
* @version v 1.0
* @date 2019/9/12
*/
@org.apache.ibatis.annotations.Mapper
public interface BorgekeyMapper extends Mapper<Borgekey> {
}
| 243 | 0.740741 | 0.703704 | 14 | 16.357143 | 18.13681 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 13 |
967ae3123ccb88a75d348cd0d5b3cf7bf2f063f9 | 7,017,976,619,127 | e9ec53cb91dff4faf14f465abffeb29491db85ff | /app/src/main/java/com/linxiangqu/shop/fragment/GoodsInfoFragment.java | 749f5abd7ae0320d1822b53dcfacba95ec29c3ef | [] | no_license | linxiangqu/Shop | https://github.com/linxiangqu/Shop | fe19fa07887183b214a75bfe24496ac7ebc8748d | e1b706b99144f0924348d4785f5a0d9f74ea09c4 | refs/heads/master | 2021-01-22T06:49:12.841000 | 2017-05-17T08:20:40 | 2017-05-17T08:20:40 | 81,789,747 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.linxiangqu.shop.fragment;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.... | UTF-8 | Java | 3,902 | java | GoodsInfoFragment.java | Java | [] | null | [] | package com.linxiangqu.shop.fragment;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.... | 3,902 | 0.681445 | 0.678883 | 106 | 35.811321 | 33.088535 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.584906 | false | false | 13 |
1ce32eb22fe0580ca39e64fd92b2c0b6e24037ec | 30,348,238,923,448 | 9bc24f3debb72c77e2b6ad69d010c6fe05065728 | /lovean/src/com/xuan/lovean/demo/content/DemoContentAddressMain.java | 3231a3144acfa01ae3c5c9250673cee1270d132a | [] | no_license | wang663632304/lovean | https://github.com/wang663632304/lovean | 073cf1cbfc08f0969d88afc54b7cd9a42689e3fb | fb9baef99c4e1fed5f6d0abdfd478f2360224283 | refs/heads/master | 2021-01-15T17:51:41.157000 | 2013-05-05T15:00:38 | 2013-05-05T15:00:38 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.xuan.lovean.demo.content;
import java.util.List;
import android.app.Activity;
import android.os.Bundle;
import android.os.Handler;
import android.provider.ContactsContract.CommonDataKinds.Phone;
import android.util.Log;
import com.xuan.lovean.R;
import com.xuan.lovean.content.ContentResolverUtils;
import... | UTF-8 | Java | 1,682 | java | DemoContentAddressMain.java | Java | [] | null | [] | package com.xuan.lovean.demo.content;
import java.util.List;
import android.app.Activity;
import android.os.Bundle;
import android.os.Handler;
import android.provider.ContactsContract.CommonDataKinds.Phone;
import android.util.Log;
import com.xuan.lovean.R;
import com.xuan.lovean.content.ContentResolverUtils;
import... | 1,682 | 0.735366 | 0.734756 | 58 | 27.275862 | 23.72529 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.62069 | false | false | 13 |
d4207783c9101b87d7105a42bd48e497f07bcdb4 | 13,348,758,384,462 | 32a7d1cd45fa232707bd6662d8564380b6cd320c | /h62/Base.java | 54b04d7f80a91983c2daa01c7409936bfb9a5a36 | [] | no_license | Langwenchong/tju-java-homework | https://github.com/Langwenchong/tju-java-homework | b21317e7542a2713c621c273f3f82fa5c69e49d1 | 101a5f67ab974cb124b8aef666defcfe2a8d0ef2 | refs/heads/main | 2023-07-07T00:49:26.545000 | 2021-08-03T13:15:12 | 2021-08-03T13:15:12 | 392,316,387 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.huawei.classroom.student.h62;
import java.util.HashMap;
import java.util.Map;
public class Base {
public static Map<String, String> map = new HashMap<>();
public static String root;
public static int port;
public static String ip;
}
| UTF-8 | Java | 253 | java | Base.java | Java | [] | null | [] | package com.huawei.classroom.student.h62;
import java.util.HashMap;
import java.util.Map;
public class Base {
public static Map<String, String> map = new HashMap<>();
public static String root;
public static int port;
public static String ip;
}
| 253 | 0.747036 | 0.73913 | 13 | 18.461538 | 17.225273 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.923077 | false | false | 13 |
eacfaca0206d33211dc76a41f23885b80c18d5d0 | 30,408,368,486,839 | 453235bf0ccb9d16cde319b81800a62df98ab651 | /src/main/java/controller/TopicController.java | c52c6f7c21c8b0d9de7aff7e48875c3e8179fce0 | [] | no_license | setsunahao/practise_oa | https://github.com/setsunahao/practise_oa | a5d08085c9deb148a646807cb8bf9561d89a5ae8 | eeb5e1fe4d116e149a1ea809f60f672ce9058670 | refs/heads/master | 2017-10-06T09:05:50.994000 | 2017-06-28T13:46:25 | 2017-06-28T13:46:25 | 94,968,105 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controller;
import domain.Forum;
import domain.Reply;
import domain.Topic;
import domain.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annota... | UTF-8 | Java | 4,219 | java | TopicController.java | Java | [
{
"context": "util.Map;\nimport java.util.Set;\n\n/**\n * Created by setsuna on 2017/6/20.\n */\n@Controller\npublic class TopicC",
"end": 769,
"score": 0.9995279908180237,
"start": 762,
"tag": "USERNAME",
"value": "setsuna"
}
] | null | [] | package controller;
import domain.Forum;
import domain.Reply;
import domain.Topic;
import domain.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annota... | 4,219 | 0.671249 | 0.668642 | 128 | 31.960938 | 26.423357 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.679688 | false | false | 13 |
4c346b12da94a19bec7da9ff4a8b47df29309127 | 7,181,185,348,706 | 0b89966736aaa4630e76bdab28b72830ab433e34 | /app/src/main/java/com/example/edible/AdminRestaurantsModal.java | 320720019e2d266643e9cde5db2a1ef6d53e4b39 | [] | no_license | abdimussa87/food-delivery-edible-android | https://github.com/abdimussa87/food-delivery-edible-android | 57ad695b21c709a2693e44ce460a86c1a33b0e8e | bed30b41ff5fc859350b3b4678abddf858207741 | refs/heads/master | 2020-08-27T02:26:44.181000 | 2019-10-23T15:34:45 | 2019-10-23T15:34:45 | 217,218,620 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.edible;
public class AdminRestaurantsModal {
private String restaurantName;
private String adminRestaurantImageUrl;
public AdminRestaurantsModal() {
}
public AdminRestaurantsModal(String restaurantName, String adminRestaurantImageUrl) {
this.restaurantName = restauran... | UTF-8 | Java | 837 | java | AdminRestaurantsModal.java | Java | [] | null | [] | package com.example.edible;
public class AdminRestaurantsModal {
private String restaurantName;
private String adminRestaurantImageUrl;
public AdminRestaurantsModal() {
}
public AdminRestaurantsModal(String restaurantName, String adminRestaurantImageUrl) {
this.restaurantName = restauran... | 837 | 0.732378 | 0.732378 | 35 | 22.914286 | 25.853844 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.285714 | false | false | 13 |
e5c8eba5d6bd6f840c8ff5d5bfdbd1d205dc72b3 | 15,994,458,275,644 | 5eef3aaa241f3ad3cd4cb54bf6a4d4c0fb645132 | /com.notlob.jgrid.examples/src/com/notlob/jgrid/examples/GroupedGridContentProvider.java | 9f73b1274c33f3c82f7099912b68bfde8c94faa8 | [
"Apache-2.0"
] | permissive | gresham-computing/jGrid | https://github.com/gresham-computing/jGrid | 963194336e3a8268f44f3d7cfa073683854aa77a | 81b9ba39a37dc5ca9bd395ee8e77b78f4cfd63b0 | refs/heads/master | 2020-03-28T01:22:20.881000 | 2019-01-24T08:05:20 | 2019-01-24T08:05:20 | 147,499,065 | 0 | 0 | Apache-2.0 | true | 2018-09-05T10:13:17 | 2018-09-05T10:13:17 | 2017-04-06T11:56:15 | 2018-02-09T09:54:24 | 598 | 0 | 0 | 0 | null | false | null | package com.notlob.jgrid.examples;
import java.util.List;
/**
* Exposes parent and children so the grid forms groups of people.
*
* @author Stef
*
*/
public class GroupedGridContentProvider extends GridContentProvider {
public GroupedGridContentProvider(final List<Person> persons) {
super(pers... | UTF-8 | Java | 618 | java | GroupedGridContentProvider.java | Java | [
{
"context": " the grid forms groups of people.\r\n * \r\n * @author Stef\r\n *\r\n */\r\npublic class GroupedGridContentProvider e",
"end": 157,
"score": 0.8776896595954895,
"start": 153,
"tag": "NAME",
"value": "Stef"
}
] | null | [] | package com.notlob.jgrid.examples;
import java.util.List;
/**
* Exposes parent and children so the grid forms groups of people.
*
* @author Stef
*
*/
public class GroupedGridContentProvider extends GridContentProvider {
public GroupedGridContentProvider(final List<Person> persons) {
super(pers... | 618 | 0.68123 | 0.68123 | 31 | 17.935484 | 21.423435 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.096774 | false | false | 13 |
cd0970914117f1e1a67e7bc129a2a0f75970617d | 8,624,294,381,365 | 6a5f7bcd7b1b083211f0b5185120712e2638c86d | /src/main/java/tim/wat/darts/controllers/RoundController.java | 28ebb22dba078f9282498a549a9a00e25b2643e1 | [] | no_license | dudap1/Darts-1 | https://github.com/dudap1/Darts-1 | 03d767d9598d53d990534e925fa9b481f0780ccc | 817e5af681ac0d47d8174ebd437a234c07d63596 | refs/heads/master | 2020-03-27T20:03:42.874000 | 2018-09-12T13:49:47 | 2018-09-12T13:49:47 | 147,034,883 | 0 | 0 | null | true | 2018-09-12T13:49:48 | 2018-09-01T21:44:07 | 2018-09-12T13:25:09 | 2018-09-12T13:49:47 | 85 | 0 | 0 | 0 | Java | false | null | package tim.wat.darts.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import tim.wat.darts.objects.ContestObject;
import tim.wat.darts.objects.RemoveObject;
import tim.wat.darts.objects.RoundObject;
import tim.wat.darts.repositories.ContestR... | UTF-8 | Java | 6,861 | java | RoundController.java | Java | [] | null | [] | package tim.wat.darts.controllers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import tim.wat.darts.objects.ContestObject;
import tim.wat.darts.objects.RemoveObject;
import tim.wat.darts.objects.RoundObject;
import tim.wat.darts.repositories.ContestR... | 6,861 | 0.656173 | 0.650343 | 143 | 46.979019 | 31.616024 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.013986 | false | false | 13 |
9a89034982f68d04b3b72c788ca73814d6df4d4c | 21,981,642,666,932 | 9be3a6c463e39236c7853b1c6338e5568ca94c07 | /src/main/java/com/cardpay/incubator/camel/web/gateway/beans/AbstractResult.java | e984551febe00dbfdcd8b07ef0f987bd03f5b164 | [] | no_license | oastashev/camel-tutorial | https://github.com/oastashev/camel-tutorial | 636809bc800f8069636166239879939c958d0b41 | 1193be575497f51e52c23e2abfda69f3942ee8fa | refs/heads/master | 2020-12-24T14:45:35.837000 | 2018-08-22T23:26:18 | 2018-08-22T23:26:18 | 33,639,983 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cardpay.incubator.camel.web.gateway.beans;
public abstract class AbstractResult {
private Boolean success = false;
private Integer errorCode = 0;
public Boolean getSuccess() {
return success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
... | UTF-8 | Java | 674 | java | AbstractResult.java | Java | [] | null | [] | package com.cardpay.incubator.camel.web.gateway.beans;
public abstract class AbstractResult {
private Boolean success = false;
private Integer errorCode = 0;
public Boolean getSuccess() {
return success;
}
public void setSuccess(Boolean success) {
this.success = success;
}
... | 674 | 0.589021 | 0.587537 | 31 | 20.741936 | 17.676243 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.290323 | false | false | 13 |
eb2d28457b8a5284216285d276c43f9d850228f1 | 19,816,979,118,317 | 7c5df7c83a754e43a5224c530fea44ec37101040 | /Trab_final_DW/src/java/principal/carrinhoBean.java | ac39d6877e4913bd33cf9c9329cbe38b6ca67e3a | [] | no_license | fernandofreire01/DW_trab_final | https://github.com/fernandofreire01/DW_trab_final | 80902cc556db68d16934ac359aa97f1e3de3ff1e | 6e3af2b5ab6eaa7ae62e0ec6e57233da70797596 | refs/heads/master | 2020-06-21T08:23:05.898000 | 2019-07-18T17:54:03 | 2019-07-18T17:54:03 | 197,393,854 | 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 principal;
import java.util.ArrayList;
import java.util.List;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.Req... | UTF-8 | Java | 1,415 | java | carrinhoBean.java | Java | [
{
"context": "javax.faces.bean.SessionScoped;\n\n/**\n *\n * @author hatake-attack\n */\n@ManagedBean(name = \"carrinhoBean\")\n@SessionSc",
"end": 403,
"score": 0.9565939903259277,
"start": 390,
"tag": "USERNAME",
"value": "hatake-attack"
}
] | 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 principal;
import java.util.ArrayList;
import java.util.List;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.Req... | 1,415 | 0.623322 | 0.616254 | 63 | 21.460318 | 22.341381 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.507937 | false | false | 13 |
fb49fb0245278339d157bb1f4a027bde69b988be | 24,842,090,850,198 | bbbfc3e900d1e9f8ce6a36c248f2d4cd7f2e05e4 | /src/ogrenciısleri/sinavProgrami.java | d44586ef77d02d3c296c5668793b02a501f1eb03 | [] | no_license | gokayay/Student-Affairs-Java-Project | https://github.com/gokayay/Student-Affairs-Java-Project | d0e6e5fe3c55db9515dbbb068890759b12cbe4ca | e1b5d8f41186e14f7b4164b5d9e707d19c1f16c6 | refs/heads/master | 2020-03-30T05:00:41.761000 | 2018-09-28T17:42:33 | 2018-09-28T17:42:33 | 150,774,468 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package ogrenciısleri;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileRe... | UTF-8 | Java | 3,956 | java | sinavProgrami.java | Java | [
{
"context": "mport java.util.logging.Logger;\n\n/**\n *\n * @author Gokay\n */\npublic class sinavProgrami extends dersler im",
"end": 552,
"score": 0.9754630923271179,
"start": 547,
"tag": "NAME",
"value": "Gokay"
}
] | 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 ogrenciısleri;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileRe... | 3,956 | 0.483781 | 0.483528 | 113 | 33.920353 | 27.929159 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.477876 | false | false | 13 |
154c791eb112cee07e7745ae60df756382adde92 | 20,710,332,331,600 | 22bc945f642d83931c200862f7b603b4d907e077 | /src/main/java/com/sandy/jovenotes/processor/util/stat/ChapterStat.java | 6102c3fbe2cd17b13ad8394e5b9f7ebbd1dbd4bd | [] | no_license | deb-sandeep/JoveNotesProcessor | https://github.com/deb-sandeep/JoveNotesProcessor | c7f220c39bccb33bb6022e4ccdec87bf540063ea | a034483232b6d3dbf0f7dfdba825bc5a0b00e7be | refs/heads/master | 2023-03-04T15:47:59.748000 | 2023-02-26T16:20:57 | 2023-02-26T16:20:57 | 35,714,158 | 4 | 0 | null | false | 2022-09-01T22:46:44 | 2015-05-16T07:24:19 | 2021-10-26T13:07:37 | 2022-09-01T22:46:42 | 8,888 | 1 | 0 | 6 | Java | false | false | package com.sandy.jovenotes.processor.util.stat;
import java.util.HashMap ;
import java.util.Map ;
import com.sandy.jovenotes.processor.util.stat.Stats.ProcessType ;
class CardStat {
private String cardType = null ;
private int numCreated = 0 ;
private int numDeleted = 0 ;
private int numModifie... | UTF-8 | Java | 2,773 | java | ChapterStat.java | Java | [] | null | [] | package com.sandy.jovenotes.processor.util.stat;
import java.util.HashMap ;
import java.util.Map ;
import com.sandy.jovenotes.processor.util.stat.Stats.ProcessType ;
class CardStat {
private String cardType = null ;
private int numCreated = 0 ;
private int numDeleted = 0 ;
private int numModifie... | 2,773 | 0.558961 | 0.556798 | 115 | 23.113043 | 18.629927 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.417391 | false | false | 13 |
74681fee2299e3de1d9fb522907c34084d9f97f6 | 26,886,495,273,996 | 1b895307c645dcd15d97dffa66be97a3271eff3b | /Foundation/core/modules/utils/src/main/java/com/hp/btoe/core/utils/JavaCollectionUtils.java | a51073bbc234a95a2ec22256dd48a0484cff999d | [] | no_license | classtag/JavaTest | https://github.com/classtag/JavaTest | 20ad2a104d538d156f44d614e1c9797ead7eb1e9 | 923265b799f247c16c3aaddb58ab59a86e85eb42 | refs/heads/master | 2016-12-29T10:01:52.965000 | 2014-08-13T11:38:45 | 2014-08-13T11:38:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hp.btoe.core.utils;
import java.util.*;
/**
* Utility for collections
*
* @author <a href="mailto:ifat.gavish@hp.com">Ifat Gavish</a>
*/
public class JavaCollectionUtils {
/**
* If a list with the given key exists in the map it is returned, otherwise, one is
* created and added to the m... | UTF-8 | Java | 4,125 | java | JavaCollectionUtils.java | Java | [
{
"context": "ity for collections\n *\n * @author <a href=\"mailto:ifat.gavish@hp.com\">Ifat Gavish</a>\n */\npublic class JavaCollectionU",
"end": 133,
"score": 0.9999234080314636,
"start": 115,
"tag": "EMAIL",
"value": "ifat.gavish@hp.com"
},
{
"context": " *\n * @author <a href=\"... | null | [] | package com.hp.btoe.core.utils;
import java.util.*;
/**
* Utility for collections
*
* @author <a href="mailto:<EMAIL>"><NAME></a>
*/
public class JavaCollectionUtils {
/**
* If a list with the given key exists in the map it is returned, otherwise, one is
* created and added to the map and then retu... | 4,109 | 0.604121 | 0.604121 | 132 | 30.25 | 27.07044 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.424242 | false | false | 13 |
c0a1441ec9eb32c4d6098360d5154e84fb65eeda | 28,948,079,587,904 | 9772ad6f0a55ed557f81b2fe47461c35f3c01567 | /src/main/java/com/model/DTO/Forecast.java | 56a8b54ba0e474e671bcbd016360dc63b5e1e591 | [] | no_license | pangbo4cnic/zwcenter | https://github.com/pangbo4cnic/zwcenter | 01e1cb69585a077a67f96900486a89fe50053e07 | 69a7170484010b128bbbaf470bf22ffbd207c99a | refs/heads/master | 2018-11-09T22:37:19.982000 | 2018-09-19T03:27:40 | 2018-09-19T03:27:40 | 143,269,225 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.model.DTO;
public class Forecast {
private String date;
private Integer status;
private Weather data;
public String getDate() {
return date;
}
public void setDate(String date) {
this.date = date;
}
public Integer getStatus() {
return status;
}... | UTF-8 | Java | 536 | java | Forecast.java | Java | [] | null | [] | package com.model.DTO;
public class Forecast {
private String date;
private Integer status;
private Weather data;
public String getDate() {
return date;
}
public void setDate(String date) {
this.date = date;
}
public Integer getStatus() {
return status;
}... | 536 | 0.58209 | 0.58209 | 32 | 15.75 | 13.818013 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 13 |
48b0914f07a9abd5c3075b45ff8ac41352ed4bcb | 8,770,323,233,899 | e4cb2d1981b27c0fa05f2757f3f0ad59e97fd85d | /Pracica1Unidad4Modelo1/src/pracica1unidad4modelo1/Ventana.java | 6263deb67f01ae63e1af860d5cbe5e77bec49fac | [] | no_license | DanloisTovar/Curso-Java-Codo-a-codo-Gobierno-de-Buenos-Aires | https://github.com/DanloisTovar/Curso-Java-Codo-a-codo-Gobierno-de-Buenos-Aires | f549479b3d2bb49cf5aa1f957ee497f940d28b6d | dddda8f2385d2bda9989adfbd216bbcb693a1d31 | refs/heads/master | 2020-06-23T05:08:50.151000 | 2019-07-24T01:17:12 | 2019-07-24T01:17:12 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package pracica1unidad4modelo1;
public class Ventana extends javax.swing.JFrame {
public Ventana() {
initComponents();
}
Data datos =new Data ();
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private vo... | UTF-8 | Java | 6,490 | java | Ventana.java | Java | [
{
"context": "ogo.setIcon(new javax.swing.ImageIcon(\"C:\\\\Users\\\\Danlois Tovar\\\\Pictures\\\\alumg1.png\")); // NOI18N\n Logo.",
"end": 1232,
"score": 0.9982181787490845,
"start": 1219,
"tag": "NAME",
"value": "Danlois Tovar"
},
{
"context": "on1.setIcon(new javax.swing.I... | null | [] |
package pracica1unidad4modelo1;
public class Ventana extends javax.swing.JFrame {
public Ventana() {
initComponents();
}
Data datos =new Data ();
@SuppressWarnings("unchecked")
// <editor-fold defaultstate="collapsed" desc="Generated Code">//GEN-BEGIN:initComponents
private vo... | 6,469 | 0.648228 | 0.624653 | 129 | 49.302326 | 42.452637 | 171 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.790698 | false | false | 13 |
7a67387d049f4aea5b9a70b509e1fe1e7e63840a | 18,966,575,595,653 | 7cc1011665e1885bbc8670beb6e757a90d27f248 | /app/src/main/java/net/kullo/android/screens/startconversation/ParticipantsAdapter.java | 6bba67ff5aacfbe7a811d4fbc6ae8f1062d92db3 | [
"BSD-3-Clause"
] | permissive | kullo/client-android | https://github.com/kullo/client-android | 90c88af109f7d16fb914b9939ea134d87b340a84 | c774d39dcb719062a02b51ec17191fb3c268aa79 | refs/heads/master | 2021-08-08T23:00:01.341000 | 2020-12-19T15:27:16 | 2020-12-19T15:27:16 | 47,209,792 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2015–2018 Kullo GmbH
*
* This source code is licensed under the 3-clause BSD license. See LICENSE.txt
* in the root directory of this source tree for details.
*/
package net.kullo.android.screens.startconversation;
import android.content.Context;
import android.graphics.Color;
import android.suppor... | UTF-8 | Java | 2,676 | java | ParticipantsAdapter.java | Java | [] | null | [] | /*
* Copyright 2015–2018 Kullo GmbH
*
* This source code is licensed under the 3-clause BSD license. See LICENSE.txt
* in the root directory of this source tree for details.
*/
package net.kullo.android.screens.startconversation;
import android.content.Context;
import android.graphics.Color;
import android.suppor... | 2,676 | 0.697457 | 0.694091 | 75 | 34.653332 | 28.574345 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.493333 | false | false | 13 |
5ba251ba26dec085711acad9973b6bd3480addef | 22,686,017,273,197 | f6b0ce9d53f03da80adb2cc027018b458faa9d8f | /core/src/test/java/org/apache/brooklyn/enricher/stock/UpdatingMapTest.java | 6771400744c729273ffa84a3f5d81c71982bb0ee | [
"Apache-2.0",
"OFL-1.1",
"LicenseRef-scancode-public-domain",
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | apache/brooklyn-server | https://github.com/apache/brooklyn-server | 3c4b3ba2f494447ac90e118e7bbfe3fcb4c4862e | 1ae135db034ee5b749f853322a10ce2401cc3d76 | refs/heads/master | 2023-08-30T20:35:47.050000 | 2023-08-30T08:00:41 | 2023-08-30T08:00:41 | 47,246,081 | 49 | 84 | Apache-2.0 | false | 2023-09-14T17:06:34 | 2015-12-02T08:00:06 | 2023-03-23T01:14:00 | 2023-09-14T17:06:33 | 46,213 | 38 | 59 | 23 | Java | 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 | 10,193 | java | UpdatingMapTest.java | Java | [
{
"context": "ally(entity, mapSensor, ImmutableMap.of(\"myKey\", \"valIsV1\"));\n \n listener.assertHasEventEvent",
"end": 6587,
"score": 0.6493663787841797,
"start": 6580,
"tag": "KEY",
"value": "valIsV1"
},
{
"context": " assertEquals(ev, ImmutableMap.of(\"myKey... | 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 ... | 10,193 | 0.690866 | 0.688119 | 192 | 52.088543 | 38.323017 | 151 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.046875 | false | false | 13 |
a62a12d76367cbde022763bc8c3113dccc6cbcb7 | 32,933,809,242,956 | 2e6979dd6dbb0da260ffc3eae85da907586b7912 | /src/main/java/p455w0rd/tanaddons/proxy/CommonProxy.java | 73b269a19f6201dbd8a858e9a3520ebd5138bb59 | [
"MIT"
] | permissive | Pear0/ToughExpansion | https://github.com/Pear0/ToughExpansion | 51de105eafad9e59faf9d54670c3f239059e2c18 | e065cb6afbfc4657ca409f52fe5152eb978f0aa7 | refs/heads/master | 2022-11-23T10:14:08.806000 | 2020-07-15T03:34:53 | 2020-07-15T03:34:53 | 279,746,934 | 0 | 0 | MIT | true | 2020-07-15T02:56:11 | 2020-07-15T02:56:10 | 2020-07-02T21:22:32 | 2018-04-27T17:02:53 | 18,382 | 0 | 0 | 0 | null | false | false | package p455w0rd.tanaddons.proxy;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
import net.minecraftforge.fml.common.event.FMLServerStartingEvent;
import p45... | UTF-8 | Java | 947 | java | CommonProxy.java | Java | [] | null | [] | package p455w0rd.tanaddons.proxy;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
import net.minecraftforge.fml.common.event.FMLServerStartingEvent;
import p45... | 947 | 0.810982 | 0.781415 | 36 | 25.305555 | 23.763674 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.027778 | false | false | 13 |
8dc8e5e5f7a865a29248bd5fc37945b850a299ca | 32,933,809,242,526 | bac22a986e2ba4bea2f62ee51bdd5be9937c4810 | /src/main/java/com/example/demo/model/User.java | e377d5804b08c5efc39ae9976488096b3b11e813 | [] | no_license | thestackcoder01/herokutest | https://github.com/thestackcoder01/herokutest | b28ec4fcffff05c8764f8d80b099f91c65de9f61 | 9f027914d31c3e9ee8a4cd5d78f7c9da1d04d918 | refs/heads/main | 2023-01-01T06:51:42.483000 | 2020-10-26T08:00:01 | 2020-10-26T08:00:01 | 307,299,032 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Entity
@Getter
@Setter
@ToString
publi... | UTF-8 | Java | 1,481 | java | User.java | Java | [
{
"context": "s.lastName = user.getLastName();\n\t\tthis.password = user.getPassword();\n\t\tthis.email = user.getEmail();\n\t}\n\n\nprivate S",
"end": 733,
"score": 0.9876607060432434,
"start": 717,
"tag": "PASSWORD",
"value": "user.getPassword"
},
{
"context": "d setPassword(String... | null | [] | package com.example.demo.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Entity
@Getter
@Setter
@ToString
publi... | 1,477 | 0.710331 | 0.710331 | 98 | 14.091837 | 14.656674 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.928571 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.