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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0fd1df4d65470a3171f581c393ac56ac38b9beda | 4,148,938,469,484 | c97015b777cbd02b4b7faa0e025bcfab913d22c0 | /src/main/java/com/netcracker/solutions/kpi/controller/student/StudentApplicationFormController.java | a963b2330a155ed454742aa30de03f91385b557e | [] | no_license | chalienko13/recruitingSystem | https://github.com/chalienko13/recruitingSystem | 9c4ed43e12d676dbd0dc96a30ada1f47d6c2a4fa | 1178aa6add221e0a7511e9f072e5346096efa163 | refs/heads/master | 2021-01-16T23:16:33.535000 | 2016-08-11T16:52:52 | 2016-08-11T16:52:52 | 65,560,910 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.netcracker.solutions.kpi.controller.student;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.introspect.VisibilityChecker;
import com.google.gson.*... | UTF-8 | Java | 13,416 | java | StudentApplicationFormController.java | Java | [] | null | [] | package com.netcracker.solutions.kpi.controller.student;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.introspect.VisibilityChecker;
import com.google.gson.*... | 13,416 | 0.672779 | 0.672704 | 288 | 45.586807 | 32.200748 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
a8afa578308d92bd2f33857f3dc156fb1b69a1b8 | 1,151,051,290,476 | 66df2a4f4cab8cf18836d5c07e683470d9ec11c5 | /candy_shop/backend/src/main/java/slabodchikov/tritpo/candy_shop/backend/controller/CartController.java | 5367b9dfc0ac174b48053cfcdb212c9ea9022586 | [] | no_license | RSlabodchikov/CandyShop | https://github.com/RSlabodchikov/CandyShop | f98c1e2fb6e320f793c558658165afb5d530c6ad | d288384368dcd91f93ead5f792f26a7024bbe9f7 | refs/heads/master | 2020-08-03T23:17:32.822000 | 2019-12-10T09:00:43 | 2019-12-10T09:00:43 | 211,917,396 | 0 | 3 | null | false | 2019-12-04T02:01:03 | 2019-09-30T17:36:01 | 2019-12-03T22:11:45 | 2019-12-04T02:01:01 | 1,707 | 0 | 0 | 1 | Java | false | false | package slabodchikov.tritpo.candy_shop.backend.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import slabodchikov.tritpo.candy_shop.backend.entity.Cart;
import slabodchikov.tritpo.candy_shop.backend.service.CartService;
@RestController
@Re... | UTF-8 | Java | 1,231 | java | CartController.java | Java | [] | null | [] | package slabodchikov.tritpo.candy_shop.backend.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import slabodchikov.tritpo.candy_shop.backend.entity.Cart;
import slabodchikov.tritpo.candy_shop.backend.service.CartService;
@RestController
@Re... | 1,231 | 0.698619 | 0.698619 | 44 | 26.977272 | 23.710842 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 5 |
c2ce6e202c6458bb3a2c6e30add637e72d32f19d | 18,674,517,863,560 | 784018619972bc15635a3cd7cbac0a71571e21f7 | /spboot/src/main/java/com/spboot/test/controller/CustomerInfoController.java | 9292ea179fca1ded9f6e18d7e23f3291ca8c8607 | [] | no_license | csh4612/spboot123 | https://github.com/csh4612/spboot123 | c255afd64bff90f21b1836b486c5a14549319759 | 529d8f5ef949ce903eceb1210ea1ac05df133749 | refs/heads/master | 2023-03-29T15:06:37.064000 | 2021-04-04T10:16:20 | 2021-04-04T10:16:20 | 352,319,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.spboot.test.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PostMapping;
import org.sprin... | UTF-8 | Java | 1,285 | java | CustomerInfoController.java | Java | [] | null | [] | package com.spboot.test.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PostMapping;
import org.sprin... | 1,285 | 0.773857 | 0.771451 | 42 | 27.690475 | 25.150488 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.238095 | false | false | 5 |
7ab55c78e1122e740e387759640ca715ae585017 | 21,895,743,306,678 | 3ff4870a690af2c5a9154b15e0a7fed0abfb4b37 | /src/day16_string_manipulations/Replace.java | 25b0876d9ad745cfde2d8e1fdffac464be147139 | [] | no_license | dmitrybalduev/java-practice | https://github.com/dmitrybalduev/java-practice | 4d42cd4cd284b11c375c6723767241963d4eeaa3 | 6ec607811ff34a1b263ad38eabffeb8465e6fce3 | refs/heads/master | 2020-05-18T08:12:48.054000 | 2019-05-29T22:22:34 | 2019-05-29T22:22:34 | 184,287,490 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day16_string_manipulations;
import java.util.*;
public class Replace {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter the words:");
String word = scan.nextLine();
//System.out.println(word.toLowerCase().replace("a", "y"));
System.out.println... | UTF-8 | Java | 361 | java | Replace.java | Java | [] | null | [] | package day16_string_manipulations;
import java.util.*;
public class Replace {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter the words:");
String word = scan.nextLine();
//System.out.println(word.toLowerCase().replace("a", "y"));
System.out.println... | 361 | 0.67867 | 0.67313 | 14 | 24.785715 | 20.330057 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.785714 | false | false | 5 |
568fe336f3567bd0a3d4ec2cf18e0d56aee6eeae | 22,393,959,512,413 | 696f8617042acfbd339c924fb879b566f9fb6a4b | /sql/resource-manager/v2017_03_01_preview/src/main/java/com/microsoft/azure/management/sql/v2017_03_01_preview/implementation/ExtendedDatabaseBlobAuditingPolicyImpl.java | 99262e9e820587eaed66bc8163d3fbb8878d940b | [
"MIT"
] | permissive | anuchandy/azure-sdk-for-java | https://github.com/anuchandy/azure-sdk-for-java | cb5587a47c661f8a4510bef6cee1d3d33ffe1c65 | 6e1630458c4c6e3bbbd45fae02de357d4f49d6fe | refs/heads/master | 2023-08-31T20:57:47.002000 | 2019-07-01T18:02:29 | 2019-07-01T18:02:29 | 194,730,010 | 7 | 1 | MIT | true | 2023-08-17T22:59:17 | 2019-07-01T19:13:58 | 2022-12-06T22:36:24 | 2023-08-17T22:59:16 | 3,000,167 | 1 | 0 | 1 | Java | false | false | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.sql.v2017_03_01_preview.implementation;
import c... | UTF-8 | Java | 6,838 | java | ExtendedDatabaseBlobAuditingPolicyImpl.java | Java | [] | null | [] | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.sql.v2017_03_01_preview.implementation;
import c... | 6,838 | 0.731208 | 0.727698 | 197 | 33.710659 | 40.696133 | 330 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42132 | false | false | 5 |
87c0dd91c7a5ffb3c51f5c38054a88df016b892d | 22,393,959,513,335 | efcdca74b2a3b47c9aa85ef5ea7b829e486e580e | /src/main/java/bo/edu/ucb/sis/piratebay/dao/OrderDao.java | 811b3baf703b5cde6a86c09029892c43c362eda2 | [] | no_license | vilcs/ing_soft_final | https://github.com/vilcs/ing_soft_final | 2c3bbaa8e64e32d8b0599d42e7f31b7a05464cd9 | 664c868f20ff243528f350666d7aaaf8cbd01c16 | refs/heads/master | 2022-11-12T11:44:37.688000 | 2020-07-10T00:37:13 | 2020-07-10T00:37:13 | 278,489,755 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package bo.edu.ucb.sis.piratebay.dao;
import bo.edu.ucb.sis.piratebay.model.OrderModel.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.stereotype.Service;
import java.sql.Res... | UTF-8 | Java | 5,517 | java | OrderDao.java | Java | [] | null | [] | package bo.edu.ucb.sis.piratebay.dao;
import bo.edu.ucb.sis.piratebay.model.OrderModel.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.RowMapper;
import org.springframework.stereotype.Service;
import java.sql.Res... | 5,517 | 0.508066 | 0.50426 | 132 | 40.795456 | 28.649063 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.674242 | false | false | 5 |
4ef61482ecb8f67c84f36caa8192215588b42cdf | 17,841,294,173,276 | 3cc5589ed03a28430d0256f0f052c0cfa376df04 | /src/main/java/tardis/common/tileents/components/ComponentPeripheral.java | 2f36a53424d30610c4344de1f9e54c21a7cf0695 | [] | no_license | Schuljakov/TardisMod | https://github.com/Schuljakov/TardisMod | 3b5d0f28e1b9d6a73360345d22ad38368782e7ee | 484100a27be2a550d3d0a26776fcdbbec5ccccaf | refs/heads/master | 2020-06-15T18:46:31.162000 | 2016-11-29T15:02:37 | 2016-11-29T15:02:37 | 75,270,843 | 1 | 0 | null | true | 2016-12-01T08:18:32 | 2016-12-01T08:18:32 | 2016-10-24T07:00:01 | 2016-11-29T15:03:55 | 35,301 | 0 | 0 | 0 | null | null | null | package tardis.common.tileents.components;
import tardis.common.tileents.ComponentTileEntity;
public class ComponentPeripheral extends AbstractComponent
{
protected ComponentPeripheral()
{
}
public ComponentPeripheral(ComponentTileEntity parent)
{
parentObj = parent;
}
@Override
public ITardisCompon... | UTF-8 | Java | 404 | java | ComponentPeripheral.java | Java | [] | null | [] | package tardis.common.tileents.components;
import tardis.common.tileents.ComponentTileEntity;
public class ComponentPeripheral extends AbstractComponent
{
protected ComponentPeripheral()
{
}
public ComponentPeripheral(ComponentTileEntity parent)
{
parentObj = parent;
}
@Override
public ITardisCompon... | 404 | 0.787129 | 0.787129 | 24 | 15.833333 | 21.349604 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 5 |
4185518eb672c2432585c8059043c0e622fa698a | 12,000,138,663,264 | 33e91f72654cfe39d8e5ef52ad06104ffbc739fa | /src/ex04controlstatement/E03While.java | fe0b18d35c7fedb62c71280bf1d6e6452c7dd555 | [] | no_license | daeunk06/K01java | https://github.com/daeunk06/K01java | 8602d5fb32e8ebed66ff5f2d33ef426fec40e870 | efa96a3d7e8f4a6eb7e24b15563d42710a5b296f | refs/heads/master | 2023-01-08T17:02:02.653000 | 2020-11-04T09:11:11 | 2020-11-04T09:11:11 | 309,946,546 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ex04controlstatement;
/*
while문
: 반복의 횟수가 정해져있지 않을 떄 주로 사용하는 반복문.
횟수가 명확할때는 for문을 주로 사용
형식]
반복을 위한 변수의 초기값 선언;
while(반복의 조건){
실행문;
반복을 위한 변수의 증감식; <= 반복문 탈출을 위한 ++, --와 같은 연산필요
}
반복의 조건이 false 일때 while 문을 탈출한다.
*/
public class E03While {
public static void main(String[] args) ... | UTF-8 | Java | 2,621 | java | E03While.java | Java | [] | null | [] | package ex04controlstatement;
/*
while문
: 반복의 횟수가 정해져있지 않을 떄 주로 사용하는 반복문.
횟수가 명확할때는 for문을 주로 사용
형식]
반복을 위한 변수의 초기값 선언;
while(반복의 조건){
실행문;
반복을 위한 변수의 증감식; <= 반복문 탈출을 위한 ++, --와 같은 연산필요
}
반복의 조건이 false 일때 while 문을 탈출한다.
*/
public class E03While {
public static void main(String[] args) ... | 2,621 | 0.476575 | 0.437803 | 129 | 13.395349 | 14.997374 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.534884 | false | false | 5 |
6862daceb8f260a7e4b42d11a7adcb422d682bf1 | 24,867,860,651,571 | 0a85956a970ac605245cf789154170eddad4b429 | /src/com/fengchengpeng/syntax/TestScanner.java | 240587ef5da9ffe9a9fc3421fca77ce4f97dca42 | [] | no_license | renxue/java-basic | https://github.com/renxue/java-basic | 2aa13ac5143a40d85e8d60cf96f3685fa10b0c6b | 5a73bf2f64b3499137db459b3beb240ea545c5f6 | refs/heads/master | 2020-02-28T14:38:51.575000 | 2017-07-30T08:52:25 | 2017-07-30T08:52:25 | 87,635,371 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fengchengpeng.syntax;
import java.util.Scanner;
/**
* Created by fengchengpeng on 2017/6/16.
*/
public class TestScanner {
public static void main(String[] args) {
// char
System.out.println("基本类型:char 二进制位数:" + Character.SIZE);
System.out.println("基本类型:byte 二进制位数:" + Byte.SI... | UTF-8 | Java | 1,063 | java | TestScanner.java | Java | [
{
"context": "tax;\n\nimport java.util.Scanner;\n\n/**\n * Created by fengchengpeng on 2017/6/16.\n */\npublic class TestScanner {\n ",
"end": 93,
"score": 0.8224504590034485,
"start": 80,
"tag": "USERNAME",
"value": "fengchengpeng"
}
] | null | [] | package com.fengchengpeng.syntax;
import java.util.Scanner;
/**
* Created by fengchengpeng on 2017/6/16.
*/
public class TestScanner {
public static void main(String[] args) {
// char
System.out.println("基本类型:char 二进制位数:" + Character.SIZE);
System.out.println("基本类型:byte 二进制位数:" + Byte.SI... | 1,063 | 0.531027 | 0.520855 | 29 | 32.896553 | 23.07461 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.551724 | false | false | 5 |
cbf67e3a45182c9067864172c119467ca0d0bb5b | 26,319,559,632,559 | f0405c9b003dc4379d4983bc808a917783b5db4f | /semester_1/lab2/src/test/java/lab/GeneratorForTests.java | 88fc26974e66a7cc8c12623540c5b97f2e4991a4 | [] | no_license | SymphonyOfTranquility/OOP-3-course | https://github.com/SymphonyOfTranquility/OOP-3-course | 67b5bcf0db95e05a146434854219c87f9e38a7d1 | ef05ed01f3c30b66abb957e8436147433781bf63 | refs/heads/master | 2021-07-12T16:39:18.058000 | 2020-06-20T18:58:04 | 2020-06-20T18:58:04 | 207,505,215 | 0 | 0 | null | false | 2020-10-13T22:48:33 | 2019-09-10T08:29:15 | 2020-06-20T18:59:52 | 2020-10-13T22:48:32 | 3,949 | 0 | 0 | 1 | JavaScript | false | false | package lab;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.nio.charset.StandardCharsets;
import java.util.HashMap;
final class GeneratorForTests {
private GeneratorForTests(){}
static InputStream generateXml(boolean bySchema) {
String xml = "<?xml version=\"1.0... | UTF-8 | Java | 1,567 | java | GeneratorForTests.java | Java | [] | null | [] | package lab;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.nio.charset.StandardCharsets;
import java.util.HashMap;
final class GeneratorForTests {
private GeneratorForTests(){}
static InputStream generateXml(boolean bySchema) {
String xml = "<?xml version=\"1.0... | 1,567 | 0.518188 | 0.506701 | 46 | 32.065216 | 20.244595 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 5 |
337d2123d22e3a276444d88aa0b80b927df5142c | 28,355,374,151,357 | d34f8390e30e484df1db824c1cf8facc76afb308 | /poi-example/src/main/java/net/aicoder/exsys/module/submodule/controller/EntityImpController.java | 72f3708ae551e8d94c3455a20608926bcfd2365c | [] | no_license | ai-coders/tcom-poi | https://github.com/ai-coders/tcom-poi | cc44548645e96603f227b6e29982b9998288719d | 4a08b98a80db489dc3edb5ac632efea3b2ab0136 | refs/heads/master | 2021-04-12T08:21:12.644000 | 2018-06-25T07:13:02 | 2018-06-25T07:13:02 | 125,809,337 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.aicoder.exsys.module.submodule.controller;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import net.aicoder.tcom.poi.excel.importer.IBookImporter;
@Compon... | UTF-8 | Java | 772 | java | EntityImpController.java | Java | [
{
"context": "er {\n\tprivate static final String KEY_SYS_CODE = \"sysCode\";\n\n\tprivate static final Log log = LogFactory.get",
"end": 411,
"score": 0.8114951252937317,
"start": 404,
"tag": "KEY",
"value": "sysCode"
}
] | null | [] | package net.aicoder.exsys.module.submodule.controller;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import net.aicoder.tcom.poi.excel.importer.IBookImporter;
@Compon... | 772 | 0.78886 | 0.78886 | 25 | 29.879999 | 25.522257 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.16 | false | false | 5 |
4150b6a535eaeaab545c0ec15a7715865c20d6b5 | 11,536,282,191,715 | 2e62fd17d91fc0e1ff5fb6cd1df83e5f3fc1ed22 | /src/DbManagerTest.java | 13097b41f1093d181b5924f7762a822d11bfe72d | [] | no_license | nbena/jdbc-example | https://github.com/nbena/jdbc-example | ab9a574533d706bc3d8e7ed97e473f7a8862761c | a792f9b93bae61402625efa0d709e0fd62d8a696 | refs/heads/master | 2020-09-27T14:40:37.117000 | 2019-12-07T16:03:29 | 2019-12-07T16:03:29 | 226,539,348 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import static org.junit.jupiter.api.Assertions.*;
import java.sql.SQLException;
import org.junit.jupiter.api.Test;
class DbManagerTest {
// in-memory database just for testing
private static final String DB_PATH = "jdbc:sqlite::memory:";
private static Book commedia = new Book("La Divina Commedia", "Dante Alighi... | UTF-8 | Java | 1,805 | java | DbManagerTest.java | Java | [
{
"context": "c Book commedia = new Book(\"La Divina Commedia\", \"Dante Alighieri\", \"123-456\",\n\t\t\t\"Alighieri Publicantions\");\n\tpriv",
"end": 323,
"score": 0.999793529510498,
"start": 308,
"tag": "NAME",
"value": "Dante Alighieri"
},
{
"context": "static Book sposi = new B... | null | [] | import static org.junit.jupiter.api.Assertions.*;
import java.sql.SQLException;
import org.junit.jupiter.api.Test;
class DbManagerTest {
// in-memory database just for testing
private static final String DB_PATH = "jdbc:sqlite::memory:";
private static Book commedia = new Book("La Divina Commedia", "<NAME>", "12... | 1,784 | 0.706371 | 0.697507 | 60 | 29.083334 | 27.069843 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.133333 | false | false | 5 |
74c92891d423b4621740643625b55a41797f5da4 | 13,812,614,846,284 | 92ddf92711f48e5b64c6bbbc83e3cef72d8f78f1 | /app/src/main/java/com/eugenebaturov/rickandmorty/models/domain/Character.java | db527ae6052f347d3abfaaf4e74e7c1469d5d95f | [] | no_license | VectorMath/Sber_AndroidSchool2021_Rick_and_Morty | https://github.com/VectorMath/Sber_AndroidSchool2021_Rick_and_Morty | b58b51ad234d037ce3070676621a8373f07875d3 | a12e4b22984aa6ab43f3c0894ce63bf6ac0abff5 | refs/heads/master | 2023-08-06T12:25:24.093000 | 2021-10-04T09:23:28 | 2021-10-04T09:23:28 | 398,068,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eugenebaturov.rickandmorty.models.domain;
import androidx.annotation.NonNull;
import androidx.room.ColumnInfo;
import androidx.room.Embedded;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
import androidx.room.TypeConverters;
import com.eugenebaturov.rickandmorty.data.converter.StringConver... | UTF-8 | Java | 8,552 | java | Character.java | Java | [
{
"context": "> episodesUrl) {\n mId = id;\n mName = name;\n mStatus = status;\n mImageStatusRe",
"end": 3073,
"score": 0.8395907878875732,
"start": 3069,
"tag": "NAME",
"value": "name"
},
{
"context": " \"mId=\" + mId +\n \", mName='\"... | null | [] | package com.eugenebaturov.rickandmorty.models.domain;
import androidx.annotation.NonNull;
import androidx.room.ColumnInfo;
import androidx.room.Embedded;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
import androidx.room.TypeConverters;
import com.eugenebaturov.rickandmorty.data.converter.StringConver... | 8,552 | 0.587061 | 0.587061 | 286 | 25.807692 | 21.771254 | 180 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.332168 | false | false | 5 |
da8b6582ad9a33917815c5853c0942eb00686119 | 24,970,939,902,444 | ceb82e59fe8a8ca6e14c0df08a4d6234b4812090 | /src/main/java/com/flansmod/common/data/player/IPlayerData.java | 2cc2e70523925444213e78e847346fce27e9f0d3 | [] | no_license | Fexcraft/FlansMod | https://github.com/Fexcraft/FlansMod | 49355520ee9c91705a9913157850f2e440b28fc4 | a06206e2ce23300f868f1333e41aec5d597e7c85 | refs/heads/minus-1.12.2 | 2021-05-23T22:32:02.412000 | 2020-01-25T19:08:46 | 2020-01-25T19:08:46 | 67,859,938 | 16 | 15 | null | true | 2020-07-19T07:49:08 | 2016-09-10T08:27:55 | 2020-07-19T07:42:45 | 2020-07-19T07:49:07 | 70,453 | 13 | 6 | 0 | Java | false | false | package com.flansmod.common.data.player;
import net.minecraft.nbt.NBTTagCompound;
public interface IPlayerData {
public void read(NBTTagCompound nbt);
public NBTTagCompound write();
public void copy(IPlayerData data);
public String getTextureURL();
public void setTextureURL(String s);
} | UTF-8 | Java | 306 | java | IPlayerData.java | Java | [] | null | [] | package com.flansmod.common.data.player;
import net.minecraft.nbt.NBTTagCompound;
public interface IPlayerData {
public void read(NBTTagCompound nbt);
public NBTTagCompound write();
public void copy(IPlayerData data);
public String getTextureURL();
public void setTextureURL(String s);
} | 306 | 0.767974 | 0.767974 | 17 | 17.058823 | 17.474253 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.058824 | false | false | 5 |
c85840577bf18a69fde74b7b12685780f01b2ecc | 10,307,921,537,147 | df73bd05d3817e90af283341827c599691fd86ce | /app/src/main/java/org/marceloleite/projetoanna/mixer/media/codec/callback/MediaDecoderCallback.java | 3d03c6ce331039db5d6ddb59e40bb92d467f15db | [] | no_license | MarceloLeite2604/anna-application | https://github.com/MarceloLeite2604/anna-application | bd0250f2f27a39c903bfb6ca3da5bce43fb5c57f | 1690f3ba7e5596dbdd0dd8283abbb80241b88dfa | refs/heads/master | 2021-06-20T04:37:19.053000 | 2017-07-31T22:10:33 | 2017-07-31T22:10:33 | 85,348,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.marceloleite.projetoanna.mixer.media.codec.callback;
import android.media.MediaCodec;
import android.media.MediaExtractor;
import android.media.MediaFormat;
import android.support.annotation.NonNull;
import org.marceloleite.projetoanna.mixer.media.codec.callback.bytebufferwriter.AudioData;
import org.marc... | UTF-8 | Java | 6,247 | java | MediaDecoderCallback.java | Java | [] | null | [] | package org.marceloleite.projetoanna.mixer.media.codec.callback;
import android.media.MediaCodec;
import android.media.MediaExtractor;
import android.media.MediaFormat;
import android.support.annotation.NonNull;
import org.marceloleite.projetoanna.mixer.media.codec.callback.bytebufferwriter.AudioData;
import org.marc... | 6,247 | 0.7093 | 0.705779 | 155 | 39.303226 | 38.681725 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.580645 | false | false | 5 |
a72fe486a809fa7ada6f091dd98cd6485475f821 | 10,307,921,536,551 | 6f41d822745d0af9b3bf4e1c49f231728b233e0d | /Bilibili settle project/src/com/akashi/settle/bilibili/BiliBiliApplication.java | 5400bf49216df84a6ed383257ea9bf54c73aeb49 | [] | no_license | AkashiWen/BiliBili-Settle-Project | https://github.com/AkashiWen/BiliBili-Settle-Project | 8f2d074eee95f805039292b41acbf48b33996c6d | af36ed76e9387eff482c0c441312869b74957f3d | refs/heads/master | 2015-08-23T02:44:13.962000 | 2015-07-03T01:46:15 | 2015-07-03T01:46:15 | 33,543,728 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.akashi.settle.bilibili;
import com.support.akashi.BaseApplication;
public class BiliBiliApplication extends BaseApplication {
@Override
public void onCreate() {
// TODO Auto-generated method stub
super.onCreate();
}
}
| UTF-8 | Java | 243 | java | BiliBiliApplication.java | Java | [] | null | [] | package com.akashi.settle.bilibili;
import com.support.akashi.BaseApplication;
public class BiliBiliApplication extends BaseApplication {
@Override
public void onCreate() {
// TODO Auto-generated method stub
super.onCreate();
}
}
| 243 | 0.761317 | 0.761317 | 14 | 16.357143 | 18.889177 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.785714 | false | false | 5 |
aae516813e1f18f42269033b59d775496f82d2ef | 3,315,714,768,476 | 01d8af978d1b0a17fc8754dde9b429e5adb14e8d | /question144_Binary_Tree_Preorder_Traversal/BinaryTreePreorderTraversal.java | 0ca8ecf4e749bc8b67f35bf5e68531db63253c6a | [] | no_license | zhangCabbage/leetcode | https://github.com/zhangCabbage/leetcode | a0e9944c08a8776f387f0eea8edf464174df8a91 | 46c7c6e3e12e51632d9f934dade854232c62d801 | refs/heads/master | 2020-04-04T04:12:53.696000 | 2017-08-16T14:06:44 | 2017-08-16T14:06:44 | 55,337,533 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zhang.algorithm.leetcode.question144_Binary_Tree_Preorder_Traversal;
import zhang.algorithm.modelUtil.Tree.TreeNode;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
/**
* Created by IntelliJ IDEA.
* User: zhang_MacPro
* Date: 16/7/10
* Time: 下午7:50
* To change this template us... | UTF-8 | Java | 1,145 | java | BinaryTreePreorderTraversal.java | Java | [
{
"context": ".Stack;\n\n/**\n * Created by IntelliJ IDEA.\n * User: zhang_MacPro\n * Date: 16/7/10\n * Time: 下午7:50\n * To change thi",
"end": 257,
"score": 0.9995272755622864,
"start": 245,
"tag": "USERNAME",
"value": "zhang_MacPro"
}
] | null | [] | package zhang.algorithm.leetcode.question144_Binary_Tree_Preorder_Traversal;
import zhang.algorithm.modelUtil.Tree.TreeNode;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
/**
* Created by IntelliJ IDEA.
* User: zhang_MacPro
* Date: 16/7/10
* Time: 下午7:50
* To change this template us... | 1,145 | 0.568799 | 0.552147 | 43 | 25.534883 | 19.115742 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.418605 | false | false | 5 |
558f516013549402455dc8583e6d883a06618b7d | 27,779,848,499,758 | e54efb7fae73cce3015dc8fee9d3276d1c82b799 | /modules/cloudsim/src/test/java/org/cloudbus/cloudsim/preemption/util/DecimalUtilTest.java | f96959e39ce580c3597caa0731fdfb85e3a8da78 | [] | no_license | giovannifs/cloudsim | https://github.com/giovannifs/cloudsim | a9af8394532fd74d5fc26b89a62dd8ea9f5052dc | 8987eff034da8d2e1b3ab563a5bc6f90e150165e | refs/heads/master | 2021-01-12T19:00:16.520000 | 2017-04-03T18:22:00 | 2017-04-03T18:22:00 | 65,411,029 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.cloudbus.cloudsim.preemption.util;
import org.cloudbus.cloudsim.preemption.util.DecimalUtil;
import org.junit.Assert;
import org.junit.Test;
import java.text.DecimalFormat;
/**
* Created by João Victor Mafra and Alessandro Lia Fook on 23/09/16.
*/
public class DecimalUtilTest {
private static fina... | UTF-8 | Java | 1,051 | java | DecimalUtilTest.java | Java | [
{
"context": "import java.text.DecimalFormat;\n\n/**\n * Created by João Victor Mafra and Alessandro Lia Fook on 23/09/16.\n */\npublic c",
"end": 223,
"score": 0.9998471140861511,
"start": 206,
"tag": "NAME",
"value": "João Victor Mafra"
},
{
"context": "alFormat;\n\n/**\n * Created... | null | [] | package org.cloudbus.cloudsim.preemption.util;
import org.cloudbus.cloudsim.preemption.util.DecimalUtil;
import org.junit.Assert;
import org.junit.Test;
import java.text.DecimalFormat;
/**
* Created by <NAME> and <NAME> on 23/09/16.
*/
public class DecimalUtilTest {
private static final double ACCEPTABLE_DIFE... | 1,026 | 0.715238 | 0.597143 | 38 | 26.631578 | 29.336901 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 5 |
d559261df6c89757d6d56bcc3e179052a253826a | 32,487,132,691,214 | 288eced5630c3f3b65685cdce9c340e1665a7942 | /CentiliStepExecutor/src/main/java/com/centili/stepexe/entities/Step.java | 206761a72036a4c878e797bc61b1e5f83846af8a | [] | no_license | NenadPaunov/StepExecutor | https://github.com/NenadPaunov/StepExecutor | 3ef88c8520ff786b7cff0d6ec63ed42bd207eead | cab09d2bb48085f5c1e96828136ced92084c318e | refs/heads/main | 2023-08-10T20:48:41.773000 | 2021-09-29T09:04:00 | 2021-09-29T09:04:00 | 411,600,848 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.centili.stepexe.entities;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.Table;
import javax.validation.constraints.NotEmpt... | UTF-8 | Java | 1,225 | java | Step.java | Java | [] | null | [] | package com.centili.stepexe.entities;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.Table;
import javax.validation.constraints.NotEmpt... | 1,225 | 0.699592 | 0.699592 | 63 | 17.444445 | 16.208735 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.047619 | false | false | 5 |
4efb2c16ee2ad72bb7abb49a2ab9bad05d971e7c | 21,904,333,254,090 | 5bd7c3688814d5b630ef9c8c544459c2d44fe1ba | /code/LeetCode12.java | 2bbd0b30a207a7ad1810d2bbacdaab5837799751 | [] | no_license | LLJQ/wu-leetcode | https://github.com/LLJQ/wu-leetcode | 014f20f89978d10ff9c7f6bb399b7c3ff236935f | 4013976fa9e718b625708759f1f416e16a9ee0ac | refs/heads/master | 2020-03-23T12:10:36.220000 | 2018-07-26T04:03:09 | 2018-07-26T04:03:09 | 141,541,739 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wjq.code.alg;
import java.util.*;
public class LeetCode12 {
/**
* 罗马数字和整数映射
*/
private static final Map<Integer, String> map = new HashMap<>(32);
/**
* 将[1, 3999]范围的整数转换为罗马数字表示
*/
public static String intToRoman(int num) {
int i = 1, curr = num, temp;
... | UTF-8 | Java | 1,721 | java | LeetCode12.java | Java | [] | null | [] | package com.wjq.code.alg;
import java.util.*;
public class LeetCode12 {
/**
* 罗马数字和整数映射
*/
private static final Map<Integer, String> map = new HashMap<>(32);
/**
* 将[1, 3999]范围的整数转换为罗马数字表示
*/
public static String intToRoman(int num) {
int i = 1, curr = num, temp;
... | 1,721 | 0.439852 | 0.388032 | 67 | 23.194031 | 13.465532 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.149254 | false | false | 5 |
ce4331760684cfcf08a1ea6cc52e8e22e4b06598 | 2,224,793,111,098 | dc4281be0ccdc0df31f8d779ca4466344d40651d | /03Sort/src/MergeSort.java | fb1d9cb5f396139e0fbc2bb50787bb39d038684c | [] | no_license | nnaku/algoritmit | https://github.com/nnaku/algoritmit | b95d4dc9cd9e84c4a76018077d64fdc8eb1c9ae8 | 8fac07f66e1ca7d61c72d6acb19d09ebc7319571 | refs/heads/master | 2021-07-10T14:57:39.300000 | 2017-10-07T22:36:49 | 2017-10-07T22:36:49 | 105,740,403 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Random;
public class MergeSort {
final private int MAX;
private int[] tau;
private long lkm = 0;
public MergeSort(int mAX) {
MAX = mAX;
tau= new int[mAX];
}
public long mergeSort() {
int[] a= new int[MAX];
int i;
Random r = new Random(); //luodaan satunnaisluku... | UTF-8 | Java | 2,472 | java | MergeSort.java | Java | [] | null | [] | import java.util.Random;
public class MergeSort {
final private int MAX;
private int[] tau;
private long lkm = 0;
public MergeSort(int mAX) {
MAX = mAX;
tau= new int[mAX];
}
public long mergeSort() {
int[] a= new int[MAX];
int i;
Random r = new Random(); //luodaan satunnaisluku... | 2,472 | 0.475296 | 0.463046 | 93 | 25.333334 | 21.481342 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.11828 | false | false | 5 |
b1ff33d17e8de2a87fcc3c02da94ca2c9974713a | 5,944,234,797,983 | bb51494f40c87efb8f04a6219f6ac4bd8ae34955 | /src/main/java/com/epam/rd/model/ModelUser.java | 986acdbda122461b0584dfb8acc6c9f181b0b515 | [] | no_license | andreyykovalev/project | https://github.com/andreyykovalev/project | 39b22b82f5e16659fe5eb8dc89ffc25a7a184abf | dbc8eea8833a072f4b5fbc46f2b5b8d83d587fad | refs/heads/master | 2021-04-26T15:12:52.045000 | 2018-02-19T10:45:38 | 2018-02-19T10:45:38 | 121,222,749 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.rd.model;
import com.epam.rd.model.entity.EntityUser;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public class ModelUser extends Model {
private static final String CREATE_ADMIN = "INSERT INTO `USER` (`LOGIN`, `PASSWORD`, `LEVEL`) VALUES ('%s','%s',%d);";
private... | UTF-8 | Java | 2,601 | java | ModelUser.java | Java | [
{
"context": "MIN = \"UPDATE USER SET LOGIN = '%s', PASSWORD = '%s', LEVEL = %d WHERE ID_USER = %d\";\n private sta",
"end": 401,
"score": 0.863105297088623,
"start": 400,
"tag": "PASSWORD",
"value": "s"
}
] | null | [] | package com.epam.rd.model;
import com.epam.rd.model.entity.EntityUser;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
public class ModelUser extends Model {
private static final String CREATE_ADMIN = "INSERT INTO `USER` (`LOGIN`, `PASSWORD`, `LEVEL`) VALUES ('%s','%s',%d);";
private... | 2,601 | 0.588235 | 0.585928 | 65 | 39.015385 | 33.194298 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.661538 | false | false | 5 |
a5371c71e57ba40ae7611453174b8f4b2110575f | 14,516,989,498,737 | 436a28a7529e46de0a3486cb0a33c1e009b2b4b4 | /Jena_/src/main/java/jena/adni/main/LoadCsv.java | b2c6798faaed6c5d42a84de9f535d2848dae7ddb | [] | no_license | federicoperazzoni/adnimanger | https://github.com/federicoperazzoni/adnimanger | d54b61a49f0716b2a75591d82241361c688050b8 | 297104ef6329d2446bd7bb01531c1626294fa7c4 | refs/heads/master | 2020-05-17T07:30:58.443000 | 2019-10-01T13:46:25 | 2019-10-01T13:46:25 | 183,582,252 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package jena.adni.main;
import java.util.ArrayList;
import jena.adni.bean.CDRBean;
import jena.adni.bean.FAQBean;
import jena.adni.constants.ADNIExternalResource;
import jena.adni.loader.LoaderCDRCsvToBeanArray;
import jena.adni.loader.LoaderFAQCsvToBeanArray;
import jena.adni.manager.CDRManager;
import jena.adni.man... | UTF-8 | Java | 2,709 | java | LoadCsv.java | Java | [] | null | [] | package jena.adni.main;
import java.util.ArrayList;
import jena.adni.bean.CDRBean;
import jena.adni.bean.FAQBean;
import jena.adni.constants.ADNIExternalResource;
import jena.adni.loader.LoaderCDRCsvToBeanArray;
import jena.adni.loader.LoaderFAQCsvToBeanArray;
import jena.adni.manager.CDRManager;
import jena.adni.man... | 2,709 | 0.765227 | 0.761166 | 79 | 33.291138 | 30.898016 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.101266 | false | false | 5 |
8ccf8284a8452f6743a9cb4b27988ff26a73dab8 | 15,857,019,293,811 | 166a99193149ffb70ed0f3c0a3aa7ecb607ba8d7 | /src/lia/app/monc/AppMonC.java | 36eaec5bee8718cf6a8487782147405186c42e11 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | costing/Monalisa | https://github.com/costing/Monalisa | 735c99ab77a92f908564098a6474d6bb085b2e4f | 2e4ab0fa3e198313397edb5bd1d48549ce138a25 | refs/heads/master | 2021-05-02T12:05:18.501000 | 2020-10-09T20:10:32 | 2020-10-09T20:10:32 | 120,735,433 | 0 | 0 | null | true | 2018-02-08T08:50:04 | 2018-02-08T08:50:04 | 2018-02-07T10:54:48 | 2018-02-07T10:54:24 | 232,464 | 0 | 0 | 0 | null | false | null | package lia.app.monc;
import java.util.Enumeration;
import java.util.Properties;
import java.util.logging.Level;
import java.util.logging.Logger;
import lia.app.AppUtils;
import lia.util.Utils;
import lia.web.utils.Formatare;
/**
* @author costing
* @since forever
*/
public class AppMonC implements lia.app.AppInt... | UTF-8 | Java | 4,147 | java | AppMonC.java | Java | [
{
"context": "s;\nimport lia.web.utils.Formatare;\n\n/**\n * @author costing\n * @since forever\n */\npublic class AppMonC implem",
"end": 251,
"score": 0.7829785943031311,
"start": 244,
"tag": "USERNAME",
"value": "costing"
}
] | null | [] | package lia.app.monc;
import java.util.Enumeration;
import java.util.Properties;
import java.util.logging.Level;
import java.util.logging.Logger;
import lia.app.AppUtils;
import lia.util.Utils;
import lia.web.utils.Formatare;
/**
* @author costing
* @since forever
*/
public class AppMonC implements lia.app.AppInt... | 4,147 | 0.521341 | 0.520135 | 177 | 22.429379 | 22.589104 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378531 | false | false | 5 |
b8ea11ae4bf1e0296a03e59ada9482ee326bb68e | 31,610,959,354,211 | bbbe958ed1c23347d05b8bc2daad1239f6166406 | /ParserAdivinadorQuinielas/src/gui/Opciones.java | 14f14c40b78e737fa1abdc26a071295426c6e120 | [] | no_license | ahmedeissa1/globulosrojos | https://github.com/ahmedeissa1/globulosrojos | d3f916d04e6a307704e47b55edadcd65b5fc49bb | efa597d4aad31939da058f6f1e21d4f11e1b3681 | refs/heads/master | 2021-01-18T08:32:02.349000 | 2011-05-19T20:04:05 | 2011-05-19T20:04:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui;
public class Opciones {
public enum votacion {BASICA, PONDERADA};
public static votacion opcionVotacion = votacion.PONDERADA;
public static int opcionKNN = 3;
public static int ultimaJornada = 12;
}
| UTF-8 | Java | 232 | java | Opciones.java | Java | [] | null | [] | package gui;
public class Opciones {
public enum votacion {BASICA, PONDERADA};
public static votacion opcionVotacion = votacion.PONDERADA;
public static int opcionKNN = 3;
public static int ultimaJornada = 12;
}
| 232 | 0.724138 | 0.711207 | 10 | 21.200001 | 20.404902 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.2 | false | false | 5 |
98a4c894a73cc80af678533d30cf445e6cd225f6 | 30,047,591,236,599 | a70ce53ea233a3576884eba238f54c5b572653dd | /src/main/java/myProject/practest/test/testScripts/LoginTest.java | f5bece357ee9bcef689385759d38d487706ae79d | [] | no_license | SrikanthSelenium/MyFrameworkPOMProject | https://github.com/SrikanthSelenium/MyFrameworkPOMProject | 66a0bdb4d4c7d5fdc5f02899fad72976f25e508e | 48518bf0d4e411c14eaf45a82eadef6cb9940b26 | refs/heads/master | 2023-01-10T01:15:07.053000 | 2020-11-09T15:40:06 | 2020-11-09T15:40:06 | 311,375,244 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package myProject.practest.test.testScripts;
import java.io.IOException;
import org.apache.log4j.Logger;
import org.testng.SkipException;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import myProject.practest.test.helper.assertion.AssertionHelper;
import myProject.practest.test.hel... | UTF-8 | Java | 1,847 | java | LoginTest.java | Java | [] | null | [] | package myProject.practest.test.testScripts;
import java.io.IOException;
import org.apache.log4j.Logger;
import org.testng.SkipException;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import myProject.practest.test.helper.assertion.AssertionHelper;
import myProject.practest.test.hel... | 1,847 | 0.792637 | 0.792095 | 49 | 36.693878 | 27.809999 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.612245 | false | false | 5 |
c06b9d90fbc590015d9f6f81186497c48307249b | 30,047,591,237,346 | d77ce2a702691a840e6a40e988fa4c8700dfb219 | /src/main/java/org/jevis/jecommons/dataprocessing/DataCalc.java | 7b750834ae84c366c6bab09fdda304239273bd1a | [] | no_license | Ulrich5120/DataProcessing | https://github.com/Ulrich5120/DataProcessing | da85237cada4b6a267a716689d5f80f903e92ced | 89aad87bb1634dec4d1c87030bf004fdb89e7e92 | refs/heads/master | 2016-03-30T23:19:30.817000 | 2015-01-23T16:08:07 | 2015-01-23T16:08:07 | 29,485,372 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.jevis.jecommons.dataprocessing;
import java.text.ParseException;
import java.util.List;
import org.jevis.api.JEVisAttribute;
import org.jevis.api.JEVisException;
import org.jevis.api.JEVisSample;
import org.... | UTF-8 | Java | 12,876 | java | DataCalc.java | Java | [
{
"context": "\nimport org.joda.time.DateTime;\n\n/**\n *\n * @author gf\n */\npublic interface DataCalc {\n \n /*\n ",
"end": 361,
"score": 0.9991753697395325,
"start": 359,
"tag": "USERNAME",
"value": "gf"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.jevis.jecommons.dataprocessing;
import java.text.ParseException;
import java.util.List;
import org.jevis.api.JEVisAttribute;
import org.jevis.api.JEVisException;
import org.jevis.api.JEVisSample;
import org.... | 12,876 | 0.716387 | 0.713196 | 278 | 45.230217 | 42.256977 | 190 | false | false | 0 | 0 | 0 | 0 | 125 | 0.009726 | 0.460432 | false | false | 5 |
a93f9cc2326481363efb16b504936ee1003d5e6f | 1,202,590,888,908 | bbd7b1700b68b18e756e2cd0b035441e400851b3 | /components/alarm/src/main/java/agh/edu/pl/smarthome/ReceiverControl.java | 7b4ced7f5d64dc264cd07bfa65876e485d993f1f | [] | no_license | Fudalinm/SmartHome | https://github.com/Fudalinm/SmartHome | 729e2dfc94bf85f7796090c08058473a72f79b23 | 802a29eb01fe03cdafedecc410709406e61795ce | refs/heads/master | 2022-09-01T16:45:20.097000 | 2020-05-28T22:58:25 | 2020-05-28T22:58:25 | 261,501,541 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package agh.edu.pl.smarthome;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.Delivery;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
public class ReceiverControl implemen... | UTF-8 | Java | 1,961 | java | ReceiverControl.java | Java | [] | null | [] | package agh.edu.pl.smarthome;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.Delivery;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
public class ReceiverControl implemen... | 1,961 | 0.648649 | 0.647629 | 66 | 28.727272 | 26.76358 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 5 |
01927b9fcdc842507f69779b7903aa2db73a5c5c | 9,191,230,064,326 | 1cedad6242833c207c6997264903d47c83c4e5dc | /src/main/java/model/ItemOrder.java | d7c42660aa353c4e83c41f1282d70159b9af4049 | [] | no_license | LucasKr/petshop | https://github.com/LucasKr/petshop | 89261d49fbf1d8db14395fa59f3f8cf791e93608 | 9813add29f262a94d42fa79c68561a470eb252d7 | refs/heads/master | 2021-04-27T00:14:01.120000 | 2017-05-16T20:53:21 | 2017-05-16T20:53:21 | 69,765,328 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class ItemOrder {
private int id;
private Item item;
private double amount;
private double unitPrice;
public ItemOrder() {
}
public ItemOrder(int id, Item item, double amount, double unitPrice) {
this.id = id;
this.item = item;
this.amount = a... | UTF-8 | Java | 916 | java | ItemOrder.java | Java | [] | null | [] | package model;
public class ItemOrder {
private int id;
private Item item;
private double amount;
private double unitPrice;
public ItemOrder() {
}
public ItemOrder(int id, Item item, double amount, double unitPrice) {
this.id = id;
this.item = item;
this.amount = a... | 916 | 0.567686 | 0.567686 | 51 | 16.960785 | 15.734264 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392157 | false | false | 5 |
c29cb7087df3017c46a808da532bfb40e9168a75 | 7,086,696,045,284 | dddacbfb422e1bb5baf2287e4d42bcdc73f5a643 | /app/src/main/java/com/zslide/data/remote/converter/LocalDateTimeConverter.java | 0b36b98d53fe8ac4ee62c0ce2e3aa19af1b0c6bd | [] | no_license | netstep21/apartslide | https://github.com/netstep21/apartslide | aafa4583497001d86fcd53fbbd38dd326a4f355e | e2510c245b8575d2995508c48ddb5e5bdc0733fe | refs/heads/master | 2021-03-17T04:33:04.370000 | 2020-03-13T00:59:49 | 2020-03-13T00:59:49 | 246,960,010 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zslide.data.remote.converter;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonDeserializer;
import com.google.gson.JsonElement;
import com.google.gson.JsonParseException;
import com.google.gson.JsonPrimitive;
import com.google.gson.JsonSerializationContext;
import com.google.g... | UTF-8 | Java | 1,805 | java | LocalDateTimeConverter.java | Java | [
{
"context": "\nimport java.lang.reflect.Type;\n\n/**\n * Created by chulwoo on 2018. 1. 10..\n */\n\npublic class LocalDateTimeC",
"end": 583,
"score": 0.9996461272239685,
"start": 576,
"tag": "USERNAME",
"value": "chulwoo"
}
] | null | [] | package com.zslide.data.remote.converter;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonDeserializer;
import com.google.gson.JsonElement;
import com.google.gson.JsonParseException;
import com.google.gson.JsonPrimitive;
import com.google.gson.JsonSerializationContext;
import com.google.g... | 1,805 | 0.705263 | 0.699723 | 50 | 35.099998 | 36.185219 | 139 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56 | false | false | 5 |
00e6fca92c7ee4ac10a44d83a5cabc1989e9e26e | 7,086,696,041,694 | 9bc3c3c74138b064c4da81ac26f82cec7fe58ce7 | /src/java/model/service/AdminService.java | a235266e70bbe27086d610dc48a4dc3fdeb80ed0 | [] | no_license | zaharij/Periodicals | https://github.com/zaharij/Periodicals | 49c8705fdb8b3cb8cd00fe5699297ddb1de85b33 | 2895cd876b6342e2945e3b4062d91184840db66b | refs/heads/master | 2020-12-24T12:20:07.067000 | 2016-09-27T15:08:20 | 2016-09-27T15:08:20 | 65,726,390 | 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 model.service;
import java.sql.Timestamp;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
im... | UTF-8 | Java | 3,171 | java | AdminService.java | Java | [
{
"context": "stantsLogic.*;\r\n\r\n/**\r\n * AdminService\r\n * @author Zakhar\r\n */\r\npublic class AdminService {\r\n priva",
"end": 480,
"score": 0.6136218309402466,
"start": 479,
"tag": "NAME",
"value": "Z"
},
{
"context": "antsLogic.*;\r\n\r\n/**\r\n * AdminService\r\n * @a... | 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 model.service;
import java.sql.Timestamp;
import java.util.HashMap;
import java.util.List;
import java.util.Set;
im... | 3,171 | 0.589404 | 0.589404 | 102 | 29.088236 | 24.597984 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.401961 | false | false | 5 |
a49185fdde99bee7239f9f0db3d78de3495d6ae3 | 20,109,036,939,911 | 9c0924aa07e4cb6d8ae8f4c31a0749eac8c3a4db | /engagement_int/src/com/netease/common/http/multidown/DownloadService.java | 8bb9077e229695be67358d66d8e1b294c63e0ff5 | [] | no_license | treejames/Yuehui | https://github.com/treejames/Yuehui | be76d7f1e244b5f46269ed40fa9d683ff811c197 | cb06eebd95a7dc105627837a87535efc77ee4b55 | refs/heads/master | 2016-09-06T06:02:43.756000 | 2014-11-26T15:36:54 | 2014-11-26T15:36:54 | 31,499,439 | 2 | 0 | null | true | 2015-03-01T14:51:05 | 2015-03-01T14:51:05 | 2015-03-01T14:51:04 | 2014-11-26T15:36:55 | 21,308 | 0 | 0 | 0 | null | null | null | package com.netease.common.http.multidown;
import java.io.File;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
impo... | UTF-8 | Java | 4,895 | java | DownloadService.java | Java | [] | null | [] | package com.netease.common.http.multidown;
import java.io.File;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concurrent.TimeUnit;
impo... | 4,895 | 0.675212 | 0.671904 | 169 | 26.621302 | 23.788486 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.177515 | false | false | 5 |
4224784666daeee97ab0a8440ab4b98c56a801cb | 19,481,971,655,835 | 1dc252dbc1f2999452228dfd07b6a344ded0e1be | /src/main/java/com/github/phf/jb/Flags.java | c74553ea41cebabf98f1bf56913cd84429d6eef3 | [
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | phf/jb | https://github.com/phf/jb | 9f9b907289b80795522bb98ed6651b5616e11b6c | 1a43076e71afa4a3850b136f0c23a3c6bddb0196 | refs/heads/master | 2020-12-25T16:57:05.539000 | 2018-06-17T03:16:38 | 2018-06-17T03:16:38 | 57,876,468 | 6 | 3 | null | false | 2016-09-20T20:14:02 | 2016-05-02T08:58:35 | 2016-05-02T16:02:14 | 2016-09-20T20:14:01 | 111 | 1 | 1 | 0 | Java | null | null | package com.github.phf.jb;
import java.util.ArrayList;
import java.util.HashMap;
/**
* Flags is a simplistic parser for command-line flags. You know, things like
* "cat -n -v oh no" and friends. Flags can be strings (yay!) but they always
* require a value after them (boo!) for consistency. (Yes, even booleans.)
... | UTF-8 | Java | 3,229 | java | Flags.java | Java | [] | null | [] | package com.github.phf.jb;
import java.util.ArrayList;
import java.util.HashMap;
/**
* Flags is a simplistic parser for command-line flags. You know, things like
* "cat -n -v oh no" and friends. Flags can be strings (yay!) but they always
* require a value after them (boo!) for consistency. (Yes, even booleans.)
... | 3,229 | 0.52524 | 0.523692 | 106 | 29.462265 | 23.496758 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.509434 | false | false | 5 |
68fb449801116839c2878d556d6ef4c78b9b7a39 | 30,820,685,346,664 | 2808e509c2177879241f29e61c6f4e5653237f1d | /src/com/evaluation/URLify.java | 8a62a3b754af33bd8a433653702f82d073a5ceb7 | [] | no_license | rfnunes/docker | https://github.com/rfnunes/docker | bd8fbb55ef44b68f86b3b5ec281ed82e34c1f29c | d24cf91a6f8af8299686793a606db63c50c296b2 | refs/heads/master | 2021-05-04T23:10:58.833000 | 2018-01-24T22:26:36 | 2018-01-24T22:26:36 | 120,085,824 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.evaluation;
import com.util.Util;
public class URLify {
public static void main(String[] args) {
new URLify().go("http://www.sapo.pt/My Web Page.html ");
}
private void go(String s) {
char[] chars = s.toCharArray();
for(int i = 0; i < chars.length-3... | UTF-8 | Java | 814 | java | URLify.java | Java | [] | null | [] | package com.evaluation;
import com.util.Util;
public class URLify {
public static void main(String[] args) {
new URLify().go("http://www.sapo.pt/My Web Page.html ");
}
private void go(String s) {
char[] chars = s.toCharArray();
for(int i = 0; i < chars.length-3... | 814 | 0.404177 | 0.389435 | 30 | 25.133333 | 20.556805 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.566667 | false | false | 5 |
c1fc335e415b429aeb1056b5748ee127a4e29048 | 30,176,440,237,235 | 891e41e920db969538ace5a33bcff19676487170 | /src/main/java/com/skidata/uiPages/chbackoffice/EditArticlePage.java | b4529fee7b64c5ec26c96316b68dbc82978fba59 | [] | no_license | shahidbit84/download | https://github.com/shahidbit84/download | b748f5701aef30b39d533c68a3ec4b731ba5c341 | 9310269da26e43542a83791b38000c3c73a5e04f | refs/heads/master | 2020-05-19T16:16:19.971000 | 2019-05-06T01:55:37 | 2019-05-06T01:55:37 | 185,103,786 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.skidata.uiPages.chbackoffice;
import java.awt.AWTException;
import java.io.IOException;
import java.util.List;
import org.apache.log4j.Logger;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
i... | UTF-8 | Java | 22,096 | java | EditArticlePage.java | Java | [
{
"context": "t com.skidata.util.ConstantValues;\n\n/**\n * @author shmo\n * \n */\npublic class EditArticlePage extends Test",
"end": 616,
"score": 0.9996814131736755,
"start": 612,
"tag": "USERNAME",
"value": "shmo"
},
{
"context": "ment savingprogress;\n\n\t@FindBy(xpath = \"//inp... | null | [] | /**
*
*/
package com.skidata.uiPages.chbackoffice;
import java.awt.AWTException;
import java.io.IOException;
import java.util.List;
import org.apache.log4j.Logger;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
i... | 22,047 | 0.723479 | 0.717777 | 561 | 38.388592 | 38.838421 | 165 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.786096 | false | false | 5 |
c78e1786512b3e14e3c343a8dc53a07dbe02cca6 | 24,945,170,074,918 | 41d6f75e26d58fc095f51add43e5f98fcfc4374c | /src/TreeNode.java | eced185b926f05bd229c561b8c388ab6f77c18d3 | [] | no_license | ggordonutech/cards-binary-search-tree-sample | https://github.com/ggordonutech/cards-binary-search-tree-sample | 9c73c3b8257ce615bbe236f9159171765a03c785 | 90932cec2281eb7ec513d599835ab79d2f12a786 | refs/heads/master | 2021-04-15T14:39:02.195000 | 2018-03-23T00:05:06 | 2018-03-23T00:05:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class TreeNode {
private Card data;
private TreeNode left; //left subtree
private TreeNode right; //right subtree
public TreeNode() {
this(null);
}
public TreeNode(Card data) {
this(data,null,null);
}
public TreeNode(Card data, TreeNode left, TreeNode right) {
super();
this... | UTF-8 | Java | 869 | java | TreeNode.java | Java | [] | null | [] |
public class TreeNode {
private Card data;
private TreeNode left; //left subtree
private TreeNode right; //right subtree
public TreeNode() {
this(null);
}
public TreeNode(Card data) {
this(data,null,null);
}
public TreeNode(Card data, TreeNode left, TreeNode right) {
super();
this... | 869 | 0.607595 | 0.607595 | 48 | 16.0625 | 16.825584 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.645833 | false | false | 5 |
af906043695189926da53778e096f7db303ff2a8 | 4,784,593,589,997 | 9ddb3dfdaeedfa33363e8b88530b563c12f0c70c | /AirlinesReservationSystem/airlines-reservations-system/src/test/java/ars/cs/miu/edu/AirlineTest.java | e2d0416c407c30f7e7b7ed52df16b860891615ce | [] | no_license | mesganad/EA_Project | https://github.com/mesganad/EA_Project | d5ecc0b60d73181741864c01f771c413d260b111 | 4d8363c2dcfde60ec98a88d416c6af7c572ff537 | refs/heads/main | 2023-07-21T22:49:51.184000 | 2021-09-01T23:01:08 | 2021-09-01T23:01:08 | 398,383,330 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ars.cs.miu.edu;
import ars.cs.miu.edu.models.Airline;
import io.restassured.RestAssured;
import io.restassured.http.ContentType;
import org.junit.BeforeClass;
import org.junit.Test;
import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.equalTo;
public class AirlineTest {
... | UTF-8 | Java | 1,274 | java | AirlineTest.java | Java | [] | null | [] | package ars.cs.miu.edu;
import ars.cs.miu.edu.models.Airline;
import io.restassured.RestAssured;
import io.restassured.http.ContentType;
import org.junit.BeforeClass;
import org.junit.Test;
import static io.restassured.RestAssured.given;
import static org.hamcrest.CoreMatchers.equalTo;
public class AirlineTest {
... | 1,274 | 0.565934 | 0.55887 | 45 | 27.311111 | 23.348396 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 5 |
0bab17a7bb702a64f41d8f6ed27fea49f7931f7f | 21,354,577,423,873 | e12f36eb8dd21809c7fbfed8f7cbee5e51838c90 | /Java/CCValidate.java | 2498fa051b2668224dbb6e82cec965a0cbfe54a4 | [] | no_license | varanasisrikar/Programs | https://github.com/varanasisrikar/Programs | 809e54f5043c21936a7475862b0fc5aee73e329b | 7d2950c4721d3182a742cb35142cdffd6fb5f40d | refs/heads/master | 2022-01-14T03:09:15.583000 | 2022-01-03T06:30:24 | 2022-01-03T06:30:24 | 207,335,379 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class CCValidate {
public static boolean validate(String n) {
int sum = 0;
int digit = 0;
String[] ps = n.split("");
for (int i = ps.length - 2; i >= 0; i--) {
digit = Integer.parseInt(ps[i]);
if (i % 2 == ps.length % 2) {
digit *= 2;
... | UTF-8 | Java | 720 | java | CCValidate.java | Java | [] | null | [] | class CCValidate {
public static boolean validate(String n) {
int sum = 0;
int digit = 0;
String[] ps = n.split("");
for (int i = ps.length - 2; i >= 0; i--) {
digit = Integer.parseInt(ps[i]);
if (i % 2 == ps.length % 2) {
digit *= 2;
... | 720 | 0.405556 | 0.381944 | 27 | 25.666666 | 15.792638 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 5 |
64d745a06f1d2d5f643f0ff1f1b5cf1075dbf14b | 7,576,322,360,914 | aa205bc0bb918b93b9bc494c48a8316cb5cabc27 | /spring-parent/mybatis/src/main/java/com/alibaba/mybatis/core/dao/UserMapper.java | fe0ed769c3f8675737cfb0c930832d9edb0cafff | [] | no_license | sierpys/aries | https://github.com/sierpys/aries | 8b05e28fd0d2b8a4690f51f0efa161f24f2b95bd | 6e42ae7e144adcc1f035b5f9abb2b1705c4f08a7 | refs/heads/master | 2022-12-21T11:33:13.955000 | 2019-12-19T12:48:39 | 2019-12-19T12:48:39 | 144,351,994 | 0 | 0 | null | false | 2022-12-16T04:31:51 | 2018-08-11T03:22:28 | 2019-12-19T12:48:48 | 2022-12-16T04:31:49 | 204 | 0 | 0 | 13 | Java | false | false | package com.alibaba.mybatis.core.dao;
import com.alibaba.mybatis.core.model.User;
/**
* @author sier.pys 10/21/18
*/
public interface UserMapper {
User findById();
}
| UTF-8 | Java | 174 | java | UserMapper.java | Java | [
{
"context": "m.alibaba.mybatis.core.model.User;\n\n/**\n * @author sier.pys 10/21/18\n */\npublic interface UserMapper {\n Us",
"end": 107,
"score": 0.9983585476875305,
"start": 99,
"tag": "USERNAME",
"value": "sier.pys"
}
] | null | [] | package com.alibaba.mybatis.core.dao;
import com.alibaba.mybatis.core.model.User;
/**
* @author sier.pys 10/21/18
*/
public interface UserMapper {
User findById();
}
| 174 | 0.706897 | 0.672414 | 10 | 16.4 | 16.038704 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 5 |
10e86a634a2b8b865bab337bb8afed7532203b96 | 23,021,024,735,799 | 0198d9973a96d18f8dd9702f29e27c2ea4503dbb | /POO/Ejercicio29.8/src/app/App.java | 511c79e61e157048665f5a19780cd9cc3f5f5c86 | [] | no_license | sabriguantay/ADAITW | https://github.com/sabriguantay/ADAITW | 3be2844fdffebc0f703d662a68f69fe42d76d5df | 614ff7a36a2aee685cbf77d472fe151cd7a0acb5 | refs/heads/master | 2022-07-07T03:15:29.794000 | 2020-08-06T21:06:10 | 2020-08-06T21:06:10 | 201,466,486 | 0 | 0 | null | false | 2022-06-21T02:06:14 | 2019-08-09T12:49:32 | 2021-06-30T19:27:00 | 2022-06-21T02:06:13 | 923 | 0 | 0 | 3 | Java | false | false | package app;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class App {
public static Scanner Teclado = new Scanner(System.in);
public static void main(String[] args) throws Exception {
System.out.println("Ingrese persona");
String nombre;
... | UTF-8 | Java | 937 | java | App.java | Java | [
{
"context": "<Persona>();\n\n //Persona p1 = new Persona(\"Ariel\", 40000000, 21);\n //personas.add((Persona)",
"end": 815,
"score": 0.9994639158248901,
"start": 810,
"tag": "NAME",
"value": "Ariel"
}
] | null | [] | package app;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
public class App {
public static Scanner Teclado = new Scanner(System.in);
public static void main(String[] args) throws Exception {
System.out.println("Ingrese persona");
String nombre;
... | 937 | 0.574173 | 0.562433 | 54 | 16.370371 | 20.54561 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 5 |
d7a08cc5c92dca6dd2f85af9cb2b44d73e903358 | 18,820,546,709,691 | debf105a453f71087dd4786e9de658103462996e | /Javeled/src/kayttoliittyma/Tietoalue.java | 36361baae195de295daeeec89034214e0d406055 | [] | no_license | jsopakar/ohtu-viikko1 | https://github.com/jsopakar/ohtu-viikko1 | 39bb93177c1d599d16feed14d9a8ca9e9407b716 | 7d226b44a4058970259aaa03e5a187f1b58b3c75 | refs/heads/master | 2021-01-22T04:41:15.923000 | 2014-04-04T13:16:29 | 2014-04-04T13:16:29 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kayttoliittyma;
import java.awt.Container;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import sovelluslogiikka.*;
/**
* Pelin tietoalue, joka n... | UTF-8 | Java | 2,674 | java | Tietoalue.java | Java | [
{
"context": "\n * ja tarvittavat toimintopainikkeet.\n * @author 012616660\n */\npublic class Tietoalue extends JPanel impleme",
"end": 422,
"score": 0.9825583696365356,
"start": 413,
"tag": "USERNAME",
"value": "012616660"
}
] | null | [] | package kayttoliittyma;
import java.awt.Container;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import sovelluslogiikka.*;
/**
* Pelin tietoalue, joka n... | 2,674 | 0.626692 | 0.622556 | 94 | 27.297873 | 20.705549 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478723 | false | false | 5 |
856c616ee33c7522cbc386da27463b334324009b | 8,486,855,426,207 | 21716eddb05b5596b85919b445b5911d3a798eff | /oauth2-common/common-core/src/main/java/com/jasonless/oauth2/common/core/exception/IErrorType.java | 602aa087fc304880280e6354bc7db131aecdfab1 | [
"Apache-2.0"
] | permissive | caesarlewis/oauth2-server | https://github.com/caesarlewis/oauth2-server | 61c18e205cf1526750f5852a2eeb3d411ae9aa6d | 6a8a00b698030720b5898e804610251cc711e3b0 | refs/heads/master | 2022-11-24T02:38:37.986000 | 2020-07-24T09:25:21 | 2020-07-24T09:25:21 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jasonless.oauth2.common.core.exception;
/**
* @author LiuShiZeng
*/
public interface IErrorType {
/**
* 返回code
*
* @return
*/
String getCode();
/**
* 返回msg
*
* @return
*/
String getMsg();
}
| UTF-8 | Java | 272 | java | IErrorType.java | Java | [
{
"context": "less.oauth2.common.core.exception;\n\n/**\n * @author LiuShiZeng\n */\npublic interface IErrorType {\n\n /**\n *",
"end": 78,
"score": 0.9997730851173401,
"start": 68,
"tag": "NAME",
"value": "LiuShiZeng"
}
] | null | [] | package com.jasonless.oauth2.common.core.exception;
/**
* @author LiuShiZeng
*/
public interface IErrorType {
/**
* 返回code
*
* @return
*/
String getCode();
/**
* 返回msg
*
* @return
*/
String getMsg();
}
| 272 | 0.503788 | 0.5 | 22 | 11 | 11.782113 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.136364 | false | false | 5 |
878f86e81edc752c2fe1905ea278074c447f9781 | 25,237,227,862,320 | ef2b47467e8713a0fed6c8f5c0533c73c79949fb | /src/Course.java | 42679ca814f58713d97b1d2fb60c9ce0246eebfc | [] | no_license | Nguyenj93/SE300Spring2018T4 | https://github.com/Nguyenj93/SE300Spring2018T4 | b3fcd96cd0a907ac8944c52358d7838b63094676 | f78c866298253c199e678b3613e47623672e4cdf | refs/heads/master | 2021-05-02T16:14:26.158000 | 2018-04-20T14:14:29 | 2018-04-20T14:14:29 | 120,670,343 | 3 | 0 | null | false | 2018-04-20T14:14:30 | 2018-02-07T20:53:09 | 2018-04-19T20:53:33 | 2018-04-20T14:14:29 | 246 | 1 | 0 | 0 | Java | false | null | import java.io.Serializable;
public class Course implements Serializable {
static final long serialVersionUID = 1L;
private BaseCourse baseCourse;
private Grade grade;
// Disable default constructor
private Course() {
}
public Course(BaseCourse course) {
if (course == null) {
... | UTF-8 | Java | 741 | java | Course.java | Java | [] | null | [] | import java.io.Serializable;
public class Course implements Serializable {
static final long serialVersionUID = 1L;
private BaseCourse baseCourse;
private Grade grade;
// Disable default constructor
private Course() {
}
public Course(BaseCourse course) {
if (course == null) {
... | 741 | 0.612686 | 0.611336 | 37 | 19.027027 | 16.401197 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.297297 | false | false | 5 |
88ebdacddf82a081dbdeb45b6128756ff8f7953e | 15,607,911,220,158 | df19d6fb6e80cac2a14ac9c42952e30db3a59922 | /src/main/java/Others/base/covariantReturnType/Flowers/Person.java | 32a3ed500ddf6c125885e59d2fa17299823113b0 | [] | no_license | iwinder/DesignPatternsDom | https://github.com/iwinder/DesignPatternsDom | 003a4bf92a72ed0e201bf6de0e203376703ded8d | fb2799815e680473c0afb004c0de765a2f73b158 | refs/heads/master | 2021-01-21T21:15:41.310000 | 2019-08-16T10:05:50 | 2019-08-16T10:05:50 | 94,800,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Others.base.covariantReturnType.Flowers;
public class Person {
public Flower buy(){
System.out.println("人们买花");
return new Flower();
}
}
| UTF-8 | Java | 178 | java | Person.java | Java | [] | null | [] | package Others.base.covariantReturnType.Flowers;
public class Person {
public Flower buy(){
System.out.println("人们买花");
return new Flower();
}
}
| 178 | 0.647059 | 0.647059 | 8 | 20.25 | 16.107063 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 5 |
b99a4182638160fe5405085e8c2084362ee6b50f | 21,809,843,951,123 | ea1a4879dddb53ca16fb926f1833812760a3727b | /JavaBackEnd/39-HW_ArrayInterface/src/telran/util/Array.java | 4d5224cbec1736b71de9dfacabf3a7335611ed4c | [] | no_license | Braslik/Telran | https://github.com/Braslik/Telran | 8f15ec79b47bbea6b4219c2ac7b229702da4316f | f2ba585e23ca9d3a80504d0c98b980de62df41c6 | refs/heads/master | 2021-03-30T05:57:39.482000 | 2021-03-29T04:00:46 | 2021-03-29T04:00:46 | 248,022,888 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package telran.util;
import java.util.Arrays;
public class Array<T> implements IndexedList<T> {
private T[] array;
private int size;// blue = 0
private static int defaultCapacity = 16;
@SuppressWarnings("unchecked")
public Array(int capacity) {
array = (T[]) new Object[capacity];
}
public Array() {
thi... | UTF-8 | Java | 2,387 | java | Array.java | Java | [] | null | [] | package telran.util;
import java.util.Arrays;
public class Array<T> implements IndexedList<T> {
private T[] array;
private int size;// blue = 0
private static int defaultCapacity = 16;
@SuppressWarnings("unchecked")
public Array(int capacity) {
array = (T[]) new Object[capacity];
}
public Array() {
thi... | 2,387 | 0.589443 | 0.580645 | 138 | 16.297102 | 16.256285 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.978261 | false | false | 5 |
601e9f69bc423a288c7d820bdb90126747509000 | 8,461,085,602,891 | 7f1d71618cc3fb7b7f867da9be3697d989ed9dc2 | /src/Amazon/WeightedJobScheduling.java | 29237f1df5bc1305cb085591f3c5fbe0da17a861 | [] | no_license | PramitDutta/Coding-Practice | https://github.com/PramitDutta/Coding-Practice | 497d8b4f72ccab3cacd034c0bd033d3a7976cc2f | f90b83d65524df11a009f570ab8b1f89a15e6891 | refs/heads/master | 2020-04-10T21:00:04.453000 | 2018-12-11T06:05:18 | 2018-12-11T06:05:18 | 161,285,091 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Amazon;
import java.util.Arrays;
import java.util.Comparator;
public class WeightedJobScheduling {
public static class Job {
int start, finish, profit;
Job(int start, int finish, int profit) {
this.start = start;
this.finish = finish;
this.profit = profit;
}
}
public static class JobCompar... | UTF-8 | Java | 1,474 | java | WeightedJobScheduling.java | Java | [] | null | [] | package Amazon;
import java.util.Arrays;
import java.util.Comparator;
public class WeightedJobScheduling {
public static class Job {
int start, finish, profit;
Job(int start, int finish, int profit) {
this.start = start;
this.finish = finish;
this.profit = profit;
}
}
public static class JobCompar... | 1,474 | 0.609227 | 0.584125 | 63 | 22.396826 | 20.776619 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.492064 | false | false | 5 |
dfb854d8b8b9d9655b08e48f175a764ce8a49604 | 8,624,294,372,416 | bb78ece00d39d66ba1d95020e6d56d00d0a19f19 | /src/SecondClass.java | e21bb5368831b2e4eb3dc7c8363486bdfbe679ee | [] | no_license | madinochkab/HelloYou | https://github.com/madinochkab/HelloYou | 9c77900827c38c478b92a2c6d21941d681e9ee88 | 343a28d14c5eaa8c3c003dd8e0918c464a786546 | refs/heads/master | 2021-01-10T07:45:07.104000 | 2016-03-24T04:59:16 | 2016-03-24T04:59:16 | 54,610,626 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //import library to use Scanner object
import java.util.Scanner;
//class to get to know user
public class SecondClass {
//create a class variable of a Scanner object to allow user to input to console
static Scanner scanner = new Scanner (System.in);
//static class variable to hold string array for user info
stati... | UTF-8 | Java | 2,481 | java | SecondClass.java | Java | [] | null | [] | //import library to use Scanner object
import java.util.Scanner;
//class to get to know user
public class SecondClass {
//create a class variable of a Scanner object to allow user to input to console
static Scanner scanner = new Scanner (System.in);
//static class variable to hold string array for user info
stati... | 2,481 | 0.730351 | 0.726723 | 65 | 37.184616 | 29.597761 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.384615 | false | false | 5 |
b3f382ebfbb2c8cdbb306451af7a9cfdad904c14 | 10,737,418,243,246 | 9c801ee87ed622d794270d1a4bffb09a193ed005 | /src/main/java/org/mbaum/common/model/ModelValidator.java | 4efe35f1ef93f7a06d487abeb06b8e247acd6fd0 | [] | no_license | mikebaum/hockeystreams | https://github.com/mikebaum/hockeystreams | 81a9d668e097772d00fa940ad8fe521c7e6b8360 | 0b6099d786f7ba2ff4ebd4261c50c1e12a2dcc21 | refs/heads/master | 2021-01-10T01:03:21.010000 | 2014-11-29T12:32:00 | 2014-11-29T12:32:00 | 13,710,433 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.mbaum.common.model;
public interface ModelValidator<M extends ModelSpec>
{
boolean isValid( Model<M> model );
}
| UTF-8 | Java | 129 | java | ModelValidator.java | Java | [] | null | [] | package org.mbaum.common.model;
public interface ModelValidator<M extends ModelSpec>
{
boolean isValid( Model<M> model );
}
| 129 | 0.751938 | 0.751938 | 6 | 20.5 | 20.774584 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 5 |
fac8465785fba50e067fec8852f24a074ce5a7da | 25,417,616,480,488 | 0fb2e474bf41472510550edb01f3bdfabdda3af6 | /ErrorHandling/TimeException.java | 44f70d8a9bde5c1b9d9bf5119440ae55c4053a03 | [] | no_license | akashchouhan16/Java | https://github.com/akashchouhan16/Java | d1575665025f34a61455e076826bded8f347b2e4 | 9bb41570cd7d354bf954e30c8a124af1cfd0a1b6 | refs/heads/main | 2023-04-27T23:14:16.686000 | 2021-05-04T17:12:11 | 2021-05-04T17:12:11 | 350,270,136 | 2 | 0 | null | false | 2021-05-04T17:12:12 | 2021-03-22T08:47:58 | 2021-05-03T15:50:31 | 2021-05-04T17:12:11 | 77 | 1 | 0 | 0 | Java | false | false | import java.io.*;
import java.util.*;
class HourException extends Exception {
public HourException(String s) {
super(s);
}
}
public class TimeException {
static Scanner sc = new Scanner(System.in);
int hour;
void Input() {
System.out.println("Enter Time in Hr : ");
hour = ... | UTF-8 | Java | 735 | java | TimeException.java | Java | [] | null | [] | import java.io.*;
import java.util.*;
class HourException extends Exception {
public HourException(String s) {
super(s);
}
}
public class TimeException {
static Scanner sc = new Scanner(System.in);
int hour;
void Input() {
System.out.println("Enter Time in Hr : ");
hour = ... | 735 | 0.530612 | 0.526531 | 32 | 21.96875 | 18.51095 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.40625 | false | false | 5 |
c53e56ae2e6b51907ec7d0b6619930827824f41c | 17,729,625,020,032 | 404eece5d04bf95d3c7e477551f85a4bfcc0308d | /app/src/main/java/co/original/codigo/ems_tracker/eventBusEvents/LocationUpdateEvent.java | 471b76ace62d089efc4262178257767d1b1924ce | [] | no_license | FelipeGarcia911/ems_tracker_android_vehicle | https://github.com/FelipeGarcia911/ems_tracker_android_vehicle | fb84f32b79ba0395e4aab1d2d5e9f4626769057f | f902617381a90c1f8ab0b2b022580c891b35d949 | refs/heads/master | 2021-01-22T21:16:56.319000 | 2017-03-25T21:46:28 | 2017-03-25T21:46:28 | 85,408,006 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.original.codigo.ems_tracker.eventBusEvents;
/**
* Created by Felipe Garcia on 25/03/2017 - 3:06 PM.
*/
public class LocationUpdateEvent{
private int eventType;
private String errorMessage;
private String latitude;
private String longitude;
public static final int ON_LOCATION_UPDATE... | UTF-8 | Java | 974 | java | LocationUpdateEvent.java | Java | [
{
"context": "igo.ems_tracker.eventBusEvents;\n\n/**\n * Created by Felipe Garcia on 25/03/2017 - 3:06 PM.\n */\n\npublic class Locati",
"end": 87,
"score": 0.9997157454490662,
"start": 74,
"tag": "NAME",
"value": "Felipe Garcia"
}
] | null | [] | package co.original.codigo.ems_tracker.eventBusEvents;
/**
* Created by <NAME> on 25/03/2017 - 3:06 PM.
*/
public class LocationUpdateEvent{
private int eventType;
private String errorMessage;
private String latitude;
private String longitude;
public static final int ON_LOCATION_UPDATE = 0;
... | 967 | 0.651951 | 0.63963 | 47 | 19.723404 | 18.702261 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.297872 | false | false | 5 |
d6b16aaa91501f31fc9fc276b41667c661603566 | 22,247,930,647,338 | 1e993b2d43036b7e15d1cc74507535d252c84e65 | /src/test/java/com/el/test/TestDataForBench.java | bf592a58b0155e7fcbf0a7b36a95cd59ba897d0b | [] | no_license | juedaishusheng/stp-svr | https://github.com/juedaishusheng/stp-svr | 9157624172607c5a060bcbef11d5d903f6ccf6d3 | c1448c3c5b087d4742d81f2fe071d400164af3c5 | refs/heads/master | 2020-12-25T14:23:42.363000 | 2016-08-29T08:07:11 | 2016-08-29T08:07:11 | 66,818,112 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.el.test;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
/**
* Created on 16/6/30.
*
* @author panlw
*/
public class TestDataForBench {
private static final String T_NEW_USER =
" UNION ALL SELECT 'test_u%d', '9bbb66bda489d8286ff18f8832bbbe399c761237c9d6d0e4029bac1f3... | UTF-8 | Java | 653 | java | TestDataForBench.java | Java | [
{
"context": "tStream;\n\n/**\n * Created on 16/6/30.\n *\n * @author panlw\n */\npublic class TestDataForBench {\n\n private ",
"end": 140,
"score": 0.9996665716171265,
"start": 135,
"tag": "USERNAME",
"value": "panlw"
}
] | null | [] | package com.el.test;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
/**
* Created on 16/6/30.
*
* @author panlw
*/
public class TestDataForBench {
private static final String T_NEW_USER =
" UNION ALL SELECT 'test_u%d', '9bbb66bda489d8286ff18f8832bbbe399c761237c9d6d0e4029bac1f3... | 653 | 0.669219 | 0.600306 | 22 | 28.681818 | 29.818216 | 108 | false | false | 0 | 0 | 0 | 0 | 64 | 0.098009 | 0.636364 | false | false | 5 |
188cd70b7f19051d7b124f000f16f35e544fa21e | 33,182,917,365,585 | 953c2ceda3275c2e5dd551fbb02f93df0eda2983 | /src/evaluationSystemPG1/abstracts/EntitiesDAO.java | cfdba7b73566df2fae4dac87e35c99645b494ff4 | [] | no_license | anleon/EvaluationSystemPG1 | https://github.com/anleon/EvaluationSystemPG1 | 8627849cc6644e1d1aae955ff4f0ccd12a04dc77 | 02be7f26a4b3e76545caf069cb37de7a1fd2c7e8 | refs/heads/master | 2021-01-10T00:53:12.946000 | 2010-12-14T15:55:22 | 2010-12-14T15:55:22 | 1,132,036 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package evaluationSystemPG1.abstracts;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.criterion.Restrictions;
import evaluationSystemPG1.db.HibernateUtil;
import evaluationSystemPG1.entities.Evaluation;
import evaluationSystemPG1.e... | UTF-8 | Java | 1,707 | java | EntitiesDAO.java | Java | [] | null | [] | package evaluationSystemPG1.abstracts;
import java.util.List;
import org.hibernate.Criteria;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.criterion.Restrictions;
import evaluationSystemPG1.db.HibernateUtil;
import evaluationSystemPG1.entities.Evaluation;
import evaluationSystemPG1.e... | 1,707 | 0.747948 | 0.745604 | 72 | 22.694445 | 20.476028 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.611111 | false | false | 5 |
f91bf562d80622b845b87de4ba220f3e711613aa | 11,063,835,809,151 | a7bbf15de6a623a4ffb20b96e31e2237fb884f2c | /src/main/java/com/tiy/ssa/weekone/assignmentone/Power.java | 43989592ff07161bd04e1d630625f861c6d22227 | [] | no_license | mpatrick8303/SSA12Week | https://github.com/mpatrick8303/SSA12Week | 9c94dfb04f5018f839f37f2b6b966e0316ae5dad | 6696dd991625e4ba8b248a56b143c90fd87ad452 | refs/heads/master | 2021-01-09T20:14:28.054000 | 2016-08-19T20:27:04 | 2016-08-19T20:27:04 | 64,668,579 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tiy.ssa.weekone.assignmentone;
public class Power
{
private double result = 1;
private int num;
private int powerO;
public Power(int num, int powerO)
{
this.num = num;
this.powerO = powerO;
}
// public int pOf1()
// {
// result = num;
//
// return result;
// }
//
// public int pOf2()
/... | UTF-8 | Java | 883 | java | Power.java | Java | [] | null | [] | package com.tiy.ssa.weekone.assignmentone;
public class Power
{
private double result = 1;
private int num;
private int powerO;
public Power(int num, int powerO)
{
this.num = num;
this.powerO = powerO;
}
// public int pOf1()
// {
// result = num;
//
// return result;
// }
//
// public int pOf2()
/... | 883 | 0.505096 | 0.492639 | 71 | 11.43662 | 10.844266 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.957747 | false | false | 5 |
51a1c113c3c78aeab93c0063c442e18d9e4598e5 | 10,161,892,684,790 | 43b640a1c667f5aecda8e038b1850c58e048febf | /springboot-mybatis-learning/src/test/java/com/learning/springboot/SpringbootMybatisLearningApplicationTests.java | 3daf8f37fa6cef07f345d4e3d7ed2b65e12f8ef5 | [] | no_license | smilekaka/spring-boot-learning | https://github.com/smilekaka/spring-boot-learning | 41a0e550aa64de4c99c5215dcd22d1aa3b650165 | fa792dcb3fc8b93543f9cf771dcae421f62b3602 | refs/heads/master | 2022-11-08T07:58:50.887000 | 2020-06-25T13:49:28 | 2020-06-25T13:49:28 | 274,927,921 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.learning.springboot;
import com.learning.springboot.dao.CategoryDao;
import com.learning.springboot.entity.Category;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ContextConfiguration;
import tk.mybatis.mapper.entity.... | UTF-8 | Java | 1,752 | java | SpringbootMybatisLearningApplicationTests.java | Java | [] | null | [] | package com.learning.springboot;
import com.learning.springboot.dao.CategoryDao;
import com.learning.springboot.entity.Category;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ContextConfiguration;
import tk.mybatis.mapper.entity.... | 1,752 | 0.716324 | 0.708904 | 56 | 30.285715 | 22.458466 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 5 |
40ac369c9bbd31c25f3f08caa2a933a57a7815c8 | 36,953,898,624,800 | aef8cebc650d31a169b4acfc2c65258c0ba5cc98 | /app/src/main/java/csc207/gamecentre/memorypuzzle/MPBoardManager.java | 34c51bbd2133311e3cadd4394bfd969e6c1404ba | [] | no_license | MingdiXie/Minesweeper | https://github.com/MingdiXie/Minesweeper | 6026e7fc05a7980416e1f5c1c06f01f9c7a02cb7 | 52b5bdd75f5fca2f2b31780dd0186f05b83c52e1 | refs/heads/master | 2020-06-19T14:41:48.808000 | 2020-04-17T20:23:27 | 2020-04-17T20:23:27 | 196,747,863 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package csc207.gamecentre.memorypuzzle;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import csc207.gamecentre.general.BoardManager;
import csc207.gamecentre.general.Tile;
/**
* A Board Manager refined for Memory Puzzle that ... | UTF-8 | Java | 5,748 | java | MPBoardManager.java | Java | [] | null | [] | package csc207.gamecentre.memorypuzzle;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import csc207.gamecentre.general.BoardManager;
import csc207.gamecentre.general.Tile;
/**
* A Board Manager refined for Memory Puzzle that ... | 5,748 | 0.545755 | 0.530445 | 200 | 27.745001 | 23.387604 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 5 |
0172129d7528d10a8028293d0f4001b73163cfd2 | 34,522,947,159,901 | f04e9757d5479875555d799ba16e03462a124cc8 | /edu.jspiders.oops.interfaces/src/edu/jspiders/oops/interfaces/MySQL.java | 4c9c7e148fcc938f6d5ee02318f43bfb3f4ad38a | [] | no_license | nidhinkjames7/JSPIDERS-CORE_JAVA | https://github.com/nidhinkjames7/JSPIDERS-CORE_JAVA | 207fe5d75bc00628099abab340c006ffae3e2fec | 7825f23721498eeabf754a4214d8c4101d8a1e77 | refs/heads/master | 2022-11-08T22:56:47.856000 | 2020-06-23T20:17:27 | 2020-06-23T20:17:27 | 273,581,201 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.jspiders.oops.interfaces;
public class MySQL implements Connection
{
public void connect()
{
System.out.println("Connect to MySQL");
}
public void disconnect()
{
System.out.println("Disconnect from MySQL");
}
}
| UTF-8 | Java | 248 | java | MySQL.java | Java | [] | null | [] | package edu.jspiders.oops.interfaces;
public class MySQL implements Connection
{
public void connect()
{
System.out.println("Connect to MySQL");
}
public void disconnect()
{
System.out.println("Disconnect from MySQL");
}
}
| 248 | 0.685484 | 0.685484 | 13 | 17.076923 | 17.860405 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
a20b07ad014daa0579b188d009ae98f704410c72 | 16,080,357,620,844 | 15a04ddc490a2273f9516fb2f730b208c672a7bd | /officefloor/jee/officeservlet_war/src/main/java/net/officefloor/webapp/WebAppOfficeFloorCompilerConfigurationServiceFactory.java | f516ee52c86e6556d6fac3d5468ec7edfe076624 | [
"Apache-2.0"
] | permissive | officefloor/OfficeFloor | https://github.com/officefloor/OfficeFloor | d50c4441e96773e3f33b6a154dcaf049088480a2 | 4bad837e3d71dbc49b161f9814d6b188937ca69d | refs/heads/master | 2023-09-01T12:06:04.230000 | 2023-08-27T16:36:04 | 2023-08-27T16:36:04 | 76,112,580 | 60 | 7 | Apache-2.0 | false | 2023-09-14T20:12:48 | 2016-12-10T12:56:50 | 2023-09-01T21:27:02 | 2023-09-14T20:12:47 | 71,559 | 53 | 5 | 17 | Java | false | false | /*-
* #%L
* OfficeFloor integration of WAR
* %%
* Copyright (C) 2005 - 2020 Daniel Sagenschneider
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/... | UTF-8 | Java | 3,010 | java | WebAppOfficeFloorCompilerConfigurationServiceFactory.java | Java | [
{
"context": "egration of WAR\n * %%\n * Copyright (C) 2005 - 2020 Daniel Sagenschneider\n * %%\n * Licensed under the Apache License, Versi",
"end": 101,
"score": 0.9998421669006348,
"start": 80,
"tag": "NAME",
"value": "Daniel Sagenschneider"
},
{
"context": "ds the {@link ClassLoa... | null | [] | /*-
* #%L
* OfficeFloor integration of WAR
* %%
* Copyright (C) 2005 - 2020 <NAME>
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 2,980 | 0.746512 | 0.742525 | 98 | 29.714285 | 30.699331 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.22449 | false | false | 5 |
d297d59c1fe20fcbdf1afce6e3b78299482e65be | 30,056,181,195,029 | 2d44a9ef44a1148d0c2f5c31ae6c62e606e82ab9 | /src/main/java/ar/com/draimo/jitws/dao/IQuincenaDAO.java | de37d69d1ba0b2f7be2af20015e5ef3b531f2086 | [] | no_license | mangelino997/app2Full-backend | https://github.com/mangelino997/app2Full-backend | a363ce61347f5aafee170bf993233e79f59883f5 | 3734d962582434d205e21673092453ebbd84535a | refs/heads/master | 2022-11-29T15:03:04.915000 | 2020-08-09T05:09:21 | 2020-08-09T05:09:21 | 286,170,793 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //Paquete al que pertenece la interfaz
package ar.com.draimo.jitws.dao;
import ar.com.draimo.jitws.model.Quincena;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* Interfaz DAO Quincena
* Define los metodos particulares contra la base de datos
* @author blas
*/
public in... | UTF-8 | Java | 579 | java | IQuincenaDAO.java | Java | [
{
"context": "os particulares contra la base de datos\n * @author blas\n */\n\npublic interface IQuincenaDAO extends JpaRep",
"end": 305,
"score": 0.9987667798995972,
"start": 301,
"tag": "USERNAME",
"value": "blas"
}
] | null | [] | //Paquete al que pertenece la interfaz
package ar.com.draimo.jitws.dao;
import ar.com.draimo.jitws.model.Quincena;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* Interfaz DAO Quincena
* Define los metodos particulares contra la base de datos
* @author blas
*/
public in... | 579 | 0.75475 | 0.75475 | 22 | 25.363636 | 23.35603 | 72 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.318182 | false | false | 5 |
da2ea69337ae88d1f03939da1ae531960cf93f65 | 23,862,838,356,430 | 6eff86c360f6bf64c236983f1ac086829452abeb | /app/src/main/java/com/cc/callcenter/callcenter/retrofit/KullaniciDto.java | d85bc8ef3714ba20bcd56f7e1f6ca7580381a4f0 | [
"MIT"
] | permissive | temelt/CallCenter | https://github.com/temelt/CallCenter | 27805b6438389e234a1634bf2039fd95a5cd4120 | 30f4156ddf565bb7ebb419d596b52d6c8d916dee | refs/heads/master | 2020-03-22T13:59:56.444000 | 2019-03-12T17:25:27 | 2019-03-12T17:25:27 | 140,146,670 | 0 | 0 | null | false | 2019-03-12T17:25:28 | 2018-07-08T07:25:43 | 2018-07-22T09:30:11 | 2019-03-12T17:25:28 | 165 | 0 | 0 | 0 | Java | false | null | package com.cc.callcenter.callcenter.retrofit;
/**
* Created by vektorel on 01.07.2018.
*/
public class KullaniciDto {
private Long id;
private String ad;
private String soyad;
private String username;
private String password;
public Long getId() {
return id;
}
public void... | UTF-8 | Java | 1,251 | java | KullaniciDto.java | Java | [
{
"context": "callcenter.callcenter.retrofit;\n\n/**\n * Created by vektorel on 01.07.2018.\n */\n\npublic class KullaniciDto {\n\n",
"end": 74,
"score": 0.9997279644012451,
"start": 66,
"tag": "USERNAME",
"value": "vektorel"
},
{
"context": "sername(String username) {\n this.... | null | [] | package com.cc.callcenter.callcenter.retrofit;
/**
* Created by vektorel on 01.07.2018.
*/
public class KullaniciDto {
private Long id;
private String ad;
private String soyad;
private String username;
private String password;
public Long getId() {
return id;
}
public void... | 1,257 | 0.511591 | 0.505196 | 65 | 18.246155 | 15.726539 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.323077 | false | false | 5 |
137ff91d105addc83f5d98616763ea0565b906ae | 33,818,572,525,830 | 8fc788c1e250f3e7f6e2ef3ca670c5ebfdf97991 | /src/main/java/org/rcsb/mmtf/collectors/CountAtoms.java | e4b6f862446b4b206a0749413583c0ec16b39ead | [] | no_license | rcsb/mmtf-spark-utils | https://github.com/rcsb/mmtf-spark-utils | a16bbdf166e5606883c880a75ea125b21b5481e2 | 6017ae1c32664afe44536f69bfd1606639daba6f | refs/heads/master | 2021-01-10T05:04:01.560000 | 2018-11-29T18:11:24 | 2018-11-29T18:11:24 | 51,963,305 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.rcsb.mmtf.collectors;
import org.apache.spark.api.java.function.PairFunction;
import org.biojava.nbio.structure.Chain;
import org.biojava.nbio.structure.Group;
import org.biojava.nbio.structure.Structure;
import scala.Tuple2;
/**
*
* @author Anthony Bradley
* Class to count the number of Atoms in th... | UTF-8 | Java | 1,017 | java | CountAtoms.java | Java | [
{
"context": "ructure;\n\nimport scala.Tuple2;\n\n/**\n * \n * @author Anthony Bradley\n * Class to count the number of Atoms in the PDB\n",
"end": 276,
"score": 0.9998863339424133,
"start": 261,
"tag": "NAME",
"value": "Anthony Bradley"
}
] | null | [] | package org.rcsb.mmtf.collectors;
import org.apache.spark.api.java.function.PairFunction;
import org.biojava.nbio.structure.Chain;
import org.biojava.nbio.structure.Group;
import org.biojava.nbio.structure.Structure;
import scala.Tuple2;
/**
*
* @author <NAME>
* Class to count the number of Atoms in the PDB
*/... | 1,008 | 0.718781 | 0.690265 | 44 | 22.113636 | 25.607365 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.545455 | false | false | 5 |
4d422fb5b7358de358b20bd07f5256df9df14f5d | 11,888,469,539,585 | 4c71a0da0e7ecb3d130da17517e589febfe59091 | /Java-XML-Processing/src/main/java/com/jverstry/stax/StAX.java | 1bcb57bb601a504d18f605f1152164ef7e82ef8d | [] | no_license | JVerstry/Java-Mavenized-Examples | https://github.com/JVerstry/Java-Mavenized-Examples | 31b25e2136652ecf1a55eb92a0c921ffd8616612 | c08dd4edfbfb917402ef36ddd416672be1ca280d | refs/heads/master | 2022-12-03T13:41:39.982000 | 2013-08-30T16:19:18 | 2013-08-30T16:19:18 | 5,264,258 | 8 | 11 | null | false | 2022-11-24T03:02:35 | 2012-08-01T20:18:43 | 2018-02-02T10:01:08 | 2022-11-24T03:02:32 | 269 | 12 | 18 | 8 | Java | false | false |
package com.jverstry.stax;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.util.Iterator;
import javax.xml.stream.XMLEventReader;
import javax.xml.stream.XMLInputFactory;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.events.Attribute;
import javax.xml.stream.events.... | UTF-8 | Java | 1,299 | java | StAX.java | Java | [] | null | [] |
package com.jverstry.stax;
import java.io.FileNotFoundException;
import java.io.InputStream;
import java.util.Iterator;
import javax.xml.stream.XMLEventReader;
import javax.xml.stream.XMLInputFactory;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.events.Attribute;
import javax.xml.stream.events.... | 1,299 | 0.677444 | 0.677444 | 55 | 22.6 | 21.686695 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.109091 | false | false | 5 |
912c7be59c62d0ae45c2737b1e92aa6b936fb218 | 38,972,533,271,997 | a7cf1de9a3f85dae9c348a7b81ae400b3ae7a7d5 | /src/co/mm/bank/services/BankService.java | 155cd718c43ae8d74f5951857c76e92536c0cf4e | [] | no_license | natdanaimon/OTPServer | https://github.com/natdanaimon/OTPServer | ad565d9bf32f6f3bcf1fdc2a101dc5f56fb9acfb | 7f2eb16fe13eea29cedf65ef6b9cd4018f12ae73 | refs/heads/master | 2020-05-03T09:14:13.001000 | 2019-10-23T15:44:57 | 2019-10-23T15:44:57 | 178,548,733 | 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 co.mm.bank.services;
import co.mm.sms.CallNotification;
import co.mm.sms.GatewayStatusNotification;
import co.mm.sms.Inbound... | UTF-8 | Java | 7,536 | java | BankService.java | Java | [] | 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 co.mm.bank.services;
import co.mm.sms.CallNotification;
import co.mm.sms.GatewayStatusNotification;
import co.mm.sms.Inbound... | 7,536 | 0.559448 | 0.554406 | 192 | 38.25 | 32.51474 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.640625 | false | false | 5 |
45e04d276139fc771372daeffa325373b01d8d4d | 29,205,777,619,588 | 287eb89274497cf3ec6bc44c4fe8bab1d81ddc9d | /src/main/java/com/wg8/gof23/proxy/dynamicproxy/Client.java | daa6c45a78cbb7ca804496c168199af3a01f7cb4 | [] | no_license | wg8/JavaStudy | https://github.com/wg8/JavaStudy | bfc4dd481d34b29730b9b7070671b18192f5cd09 | 3bf81c3dea181517c07f730cd3fa59cd4f29ccaa | refs/heads/master | 2020-05-02T17:51:28.343000 | 2019-05-22T11:32:17 | 2019-05-22T11:32:17 | 178,111,361 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wg8.gof23.proxy.dynamicproxy;
import java.lang.reflect.Proxy;
/**
* @author Harry
* @date 2019/4/2 10:23 PM
*/
public class Client {
public static void main(String[] args) {
Star realStar = new RealStar();
StarHandler starHandler = new StarHandler(realStar);
Star proxyStar ... | UTF-8 | Java | 494 | java | Client.java | Java | [
{
"context": ";\n\nimport java.lang.reflect.Proxy;\n\n/**\n * @author Harry\n * @date 2019/4/2 10:23 PM\n */\npublic class Clien",
"end": 96,
"score": 0.9996853470802307,
"start": 91,
"tag": "NAME",
"value": "Harry"
}
] | null | [] | package com.wg8.gof23.proxy.dynamicproxy;
import java.lang.reflect.Proxy;
/**
* @author Harry
* @date 2019/4/2 10:23 PM
*/
public class Client {
public static void main(String[] args) {
Star realStar = new RealStar();
StarHandler starHandler = new StarHandler(realStar);
Star proxyStar ... | 494 | 0.67004 | 0.643725 | 19 | 25 | 30.321089 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 5 |
f4b13932465c99b4d32ea270250e8bc85e3275a6 | 4,398,046,526,220 | d1edc361eb38549cc40895bfa8ac33e7bed67882 | /DataAccess/src/daos/StateDAO.java | 765894274a8aaa9144ae1fc484a264d4d247342f | [] | no_license | dlmn592/AplicaionesWeb-DHM | https://github.com/dlmn592/AplicaionesWeb-DHM | b451a837a512fe46f1f9186b621720c6a666ef9d | 8700be2e908cb4875cdd9ffadd2925b92496c5b0 | refs/heads/main | 2023-08-01T03:27:46.181000 | 2021-09-08T17:03:42 | 2021-09-08T17:03:42 | 404,401,895 | 0 | 0 | null | true | 2021-09-08T15:34:27 | 2021-09-08T15:34:26 | 2021-09-08T15:32:50 | 2021-09-08T15:32:47 | 2,067 | 0 | 0 | 0 | null | false | false | package daos;
import businessObjects.State;
import com.mongodb.client.MongoCollection;
import static com.mongodb.client.model.Filters.eq;
import java.util.List;
import org.bson.types.ObjectId;
import org.bson.Document;
public class StateDAO implements DAO<State> {
MongoCollection<State> collection = instance.ge... | UTF-8 | Java | 2,380 | java | StateDAO.java | Java | [] | null | [] | package daos;
import businessObjects.State;
import com.mongodb.client.MongoCollection;
import static com.mongodb.client.model.Filters.eq;
import java.util.List;
import org.bson.types.ObjectId;
import org.bson.Document;
public class StateDAO implements DAO<State> {
MongoCollection<State> collection = instance.ge... | 2,380 | 0.617227 | 0.617227 | 83 | 27.674698 | 33.233788 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.506024 | false | false | 5 |
ec27e1f3b558431489c866b84ce54852f39fcc0f | 8,847,632,643,662 | 23e84ab899c247d9e339573e3512b7c1d8bd9d85 | /proyectos-v1/SuperTourist/src/supertourist/data/OrdenServicioData.java | 9a653a77a88bf672c8fc10f4a7992c04fca17df9 | [] | no_license | adineri/spring-master | https://github.com/adineri/spring-master | f7b3f4e862358ed31a05f91ae64ebf472917bcf4 | 619e72de5dbd6d6795d4cc15053ceedfb8a2f164 | refs/heads/master | 2021-09-13T01:51:56.194000 | 2018-04-23T15:41:27 | 2018-04-23T15:41:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package supertourist.data;
import java.util.ArrayList;
/**
*
* @author diego
*/
public class OrdenServicioData {
private int i... | UTF-8 | Java | 1,669 | java | OrdenServicioData.java | Java | [
{
"context": "a;\n\nimport java.util.ArrayList;\n\n/**\n *\n * @author diego\n */\npublic class OrdenServicioData {\n private ",
"end": 265,
"score": 0.9945015907287598,
"start": 260,
"tag": "USERNAME",
"value": "diego"
}
] | 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 supertourist.data;
import java.util.ArrayList;
/**
*
* @author diego
*/
public class OrdenServicioData {
private int i... | 1,669 | 0.611144 | 0.611144 | 89 | 17.75281 | 16.772959 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.325843 | false | false | 5 |
3ef603d8ac6391cfd29b35cc66f7ba031c062d5b | 6,880,537,614,084 | bd972190a073214bd282c8589ab44296bd0b76be | /src/main/java/sk/durco/promanagement/configuration/WebSecurityConfig.java | d4343c8fca11a4a339d852062c9a889a2bf4d962 | [] | no_license | durixx/pro_management | https://github.com/durixx/pro_management | 99a937c192a84fd8d63574cf40f593bd7868108e | bb95e2a1e84e6aa94e954dd776c1a239157cf1a9 | refs/heads/master | 2021-05-08T22:50:51.374000 | 2018-01-31T13:15:06 | 2018-01-31T13:15:06 | 119,687,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sk.durco.promanagement.configuration;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springf... | UTF-8 | Java | 2,141 | java | WebSecurityConfig.java | Java | [
{
"context": "in_success\")\r\n .passwordParameter(\"password\")\r\n .usernameParameter(\"username\")",
"end": 1233,
"score": 0.9994021654129028,
"start": 1225,
"tag": "PASSWORD",
"value": "password"
},
{
"context": "(\"password\")\r\n .us... | null | [] | package sk.durco.promanagement.configuration;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springf... | 2,155 | 0.58057 | 0.58057 | 58 | 34.913792 | 28.729586 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.258621 | false | false | 5 |
62047a3824f3f39299b3d58d8868705cf7638b12 | 18,786,186,963,935 | bb450bef04f1fab24a03858343f3e8fd9c5061ee | /tests/sources/local/java/0_api_calls/src/main/java/api/calls/Main.java | 921a3494cfdf2f00b06000b4690463815373be86 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | bsc-wdc/compss | https://github.com/bsc-wdc/compss | c02b1c6a611ed50d5f75716d35bd8201889ae9d8 | 5f7a31436d0e6f5acbeb66fa36ab8aad18dc4092 | refs/heads/stable | 2023-08-16T02:51:46.073000 | 2023-08-04T21:43:31 | 2023-08-04T21:43:31 | 123,949,037 | 39 | 21 | Apache-2.0 | false | 2022-07-05T04:08:53 | 2018-03-05T16:44:51 | 2022-06-16T04:31:46 | 2022-07-05T04:08:53 | 294,836 | 31 | 14 | 7 | Java | false | false | package api.calls;
import es.bsc.compss.api.COMPSs;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
/**
* Three tasks without dependencies that are scheduled one after the other because of the barrier call.
*/
public class Main {
/*
* HELPER METHODS
*/
... | UTF-8 | Java | 2,516 | java | Main.java | Java | [] | null | [] | package api.calls;
import es.bsc.compss.api.COMPSs;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
/**
* Three tasks without dependencies that are scheduled one after the other because of the barrier call.
*/
public class Main {
/*
* HELPER METHODS
*/
... | 2,516 | 0.6093 | 0.602146 | 83 | 29.313253 | 25.926647 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.39759 | false | false | 5 |
a65ec9c4ca8c145ce65c23aa6d1061799b5983e7 | 8,624,294,338,211 | 0242fded20f1a0661250582d30f27fd8b44dbb43 | /src/test/java/org/project/locators/CreateLocators.java | 8e5cf33fd0c242efe6bd8a4933bc42dcd0606dac | [] | no_license | christopherac90/Automation | https://github.com/christopherac90/Automation | 5d439c04c8589517e40b625beac547eb3dc3154b | 28692e27c30838c70a48dc8efd9ead9f3db677e5 | refs/heads/master | 2020-06-16T14:07:19.614000 | 2019-07-07T03:50:48 | 2019-07-07T03:50:48 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.project.locators;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.project.configurations.selenium.PageObjectBase;
public class CreateLocators extends PageObjectBase {
public CreateLocators(WebDriver driver) {
su... | UTF-8 | Java | 1,035 | java | CreateLocators.java | Java | [
{
"context": ") {\n super(driver);\n }\n\n @FindBy(id=\"id_username\")\n protected WebElement userNameElement;\n\n ",
"end": 367,
"score": 0.7747971415519714,
"start": 356,
"tag": "USERNAME",
"value": "id_username"
}
] | null | [] | package org.project.locators;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.project.configurations.selenium.PageObjectBase;
public class CreateLocators extends PageObjectBase {
public CreateLocators(WebDriver driver) {
su... | 1,035 | 0.7343 | 0.729469 | 39 | 25.538462 | 19.094698 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 5 |
ee28131e25ede8ce2bad0ef1a5c83f10e8ea8bc0 | 19,112,604,471,941 | d2df3fd866b0c6014a90ea1e3618c4d999ce5762 | /core/src/works/maatwerk/generals/NetworkTestsRunnable.java | e0c53e7efe3741494e70610f581ccbdd547dd085 | [] | no_license | Ixbitz/Generals | https://github.com/Ixbitz/Generals | 3c227e12e6f6c218537b0ed6ce8c2be33285b9bc | f168b8832d90a0366ea9632427c6672e9baa4cc4 | refs/heads/master | 2020-01-16T10:48:00.161000 | 2018-02-27T14:47:05 | 2018-02-27T14:47:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package works.maatwerk.generals;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Net;
import com.badlogic.gdx.utils.Json;
import com.badlogic.gdx.utils.JsonWriter;
import com.github.czyzby.websocket.WebSocket;
import com.github.czyzby.websocket.WebSockets;
import works.maatwerk.generals.models.Person;
import work... | UTF-8 | Java | 3,223 | java | NetworkTestsRunnable.java | Java | [
{
"context": "badlogic.gdx.utils.JsonWriter;\nimport com.github.czyzby.websocket.WebSocket;\nimport com.github.czyzby.web",
"end": 194,
"score": 0.9015511870384216,
"start": 189,
"tag": "USERNAME",
"value": "zyzby"
},
{
"context": "ub.czyzby.websocket.WebSocket;\nimport com.github.cz... | null | [] | package works.maatwerk.generals;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Net;
import com.badlogic.gdx.utils.Json;
import com.badlogic.gdx.utils.JsonWriter;
import com.github.czyzby.websocket.WebSocket;
import com.github.czyzby.websocket.WebSockets;
import works.maatwerk.generals.models.Person;
import work... | 3,220 | 0.657772 | 0.64319 | 99 | 31.565657 | 26.506016 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.636364 | false | false | 5 |
bbc33831bd65c1d4877085ffe7809ea83985c2b3 | 31,963,146,639,749 | bd35d1ef836016a05d39f0b5171313202db362ab | /src/com/omis/item/FigthWeapon.java | 94b9527c99242e79301f623330f214bbbd845066 | [] | no_license | demcy/OmisGame | https://github.com/demcy/OmisGame | 1170f1b8397afc7dd4acf70984f3bed6a67d3c4d | a1bdfe53d8f21c263a70643e37c56190d137fcc7 | refs/heads/main | 2023-04-17T20:44:51.853000 | 2021-05-04T16:57:12 | 2021-05-04T16:57:12 | 359,868,021 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.omis.item;
public interface FigthWeapon {
double hit();
}
| UTF-8 | Java | 75 | java | FigthWeapon.java | Java | [] | null | [] | package com.omis.item;
public interface FigthWeapon {
double hit();
}
| 75 | 0.706667 | 0.706667 | 5 | 14 | 11.781342 | 30 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
20e5d715aa7f513054f919408dc67c2c13a182d1 | 23,880,018,194,224 | aad09895b047161a58f907b5f846541d21df0d5f | /core/src/main/java/br/com/tiagodeliberali/ecommerce/core/application/port/in/GetCartQuery.java | f131aa6c239983fe2521d226d3f5701631111f3c | [] | no_license | tiagodeliberali/ecommerce | https://github.com/tiagodeliberali/ecommerce | fac0f7ac377650f5c29bf797053159c17455db0f | 6ae164181f10fa401e1f71d156905a49934fe599 | refs/heads/main | 2023-05-01T14:27:24.704000 | 2021-05-18T03:19:28 | 2021-05-18T03:19:28 | 365,095,770 | 1 | 0 | null | false | 2021-05-18T03:19:29 | 2021-05-07T02:47:20 | 2021-05-18T03:07:20 | 2021-05-18T03:19:28 | 201 | 1 | 0 | 0 | Java | false | false | package br.com.tiagodeliberali.ecommerce.core.application.port.in;
import br.com.tiagodeliberali.ecommerce.core.domain.Cart;
import br.com.tiagodeliberali.ecommerce.core.domain.UserId;
public interface GetCartQuery {
Cart getActiveCart(UserId userId);
}
| UTF-8 | Java | 260 | java | GetCartQuery.java | Java | [] | null | [] | package br.com.tiagodeliberali.ecommerce.core.application.port.in;
import br.com.tiagodeliberali.ecommerce.core.domain.Cart;
import br.com.tiagodeliberali.ecommerce.core.domain.UserId;
public interface GetCartQuery {
Cart getActiveCart(UserId userId);
}
| 260 | 0.819231 | 0.819231 | 8 | 31.5 | 26.348625 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
2c6dc8229b67c97623c0f8273f204ab9769f9aaa | 29,918,742,199,308 | 91a34e2f46f6c50c0379f3fd861180184e0f3a06 | /src/main/java/com/aflabs/hubot/core/event/deep/IntellectualSubjectEvent.java | 4516f0b9bdfbcc812d154bc2c17853b1e044ff2b | [] | no_license | shastrijs/Hubo | https://github.com/shastrijs/Hubo | e254d95070ab67ab2c8ad474a410a642efe8eaef | b12c675b6b7b8383db17795ffb43b423a6b2b36a | refs/heads/master | 2020-03-08T06:03:02.476000 | 2018-06-11T16:26:08 | 2018-06-11T16:26:08 | 127,962,108 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aflabs.hubot.core.event.deep;
import com.aflabs.hubot.core.event.SubjectEvent;
import com.aflabs.hubot.core.event.deep.behavior.IIntellectualSubjectEvent;
public class IntellectualSubjectEvent extends SubjectEvent implements IIntellectualSubjectEvent{
public IntellectualSubjectEvent() {
// TOD... | UTF-8 | Java | 453 | java | IntellectualSubjectEvent.java | Java | [] | null | [] | package com.aflabs.hubot.core.event.deep;
import com.aflabs.hubot.core.event.SubjectEvent;
import com.aflabs.hubot.core.event.deep.behavior.IIntellectualSubjectEvent;
public class IntellectualSubjectEvent extends SubjectEvent implements IIntellectualSubjectEvent{
public IntellectualSubjectEvent() {
// TOD... | 453 | 0.770419 | 0.770419 | 17 | 24.647058 | 29.166744 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 5 |
cadf53142b71555da2ccf6548d174c60788bfe19 | 24,060,406,795,957 | 18bec7e5eab91bf9003d5dcaf536737253c74e95 | /leetcode/src/main/java/collection/MinaClient.java | 0dd24704280825618fe00c5f484690be682cc622 | [] | no_license | xuxin930/leetcode | https://github.com/xuxin930/leetcode | ef0332afd6efebd2db8d2d8c536d0b3c8315639a | 2e3c0764868e49826daf37e80054f952e57bbb7e | refs/heads/master | 2023-08-06T01:37:30.895000 | 2023-08-04T12:58:05 | 2023-08-04T12:58:05 | 182,922,926 | 1 | 0 | null | false | 2023-08-04T12:57:58 | 2019-04-23T03:32:17 | 2023-07-27T11:31:58 | 2023-08-04T12:57:57 | 105 | 1 | 0 | 2 | Java | false | false | package collection;
import org.apache.mina.core.future.ConnectFuture;
import org.apache.mina.core.service.IoConnector;
import org.apache.mina.core.session.IoSession;
import org.apache.mina.filter.codec.ProtocolCodecFilter;
import org.apache.mina.filter.codec.textline.LineDelimiter;
import org.apache.mina.filter.codec.... | UTF-8 | Java | 1,337 | java | MinaClient.java | Java | [
{
"context": "blic class MinaClient {\n static String HOST = \"127.0.0.1\";\n static int PORT = 18081;\n public static ",
"end": 546,
"score": 0.9993917942047119,
"start": 537,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package collection;
import org.apache.mina.core.future.ConnectFuture;
import org.apache.mina.core.service.IoConnector;
import org.apache.mina.core.session.IoSession;
import org.apache.mina.filter.codec.ProtocolCodecFilter;
import org.apache.mina.filter.codec.textline.LineDelimiter;
import org.apache.mina.filter.codec.... | 1,337 | 0.744115 | 0.731967 | 30 | 42.900002 | 35.504318 | 196 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 5 |
806dfdd48ca82a5a3ed8e55bdd9a8abe2e1c2a0e | 15,418,932,648,430 | 6b3cfaaf9049abec162a6118a599320b53453817 | /Project1/src/org/bridgelabz/datastructure1/PrimeNumbersInA2DArray.java | 2f99f6eb0861f499b1a3b3cca643b11dccbd17eb | [] | no_license | 1301mohit/basic-datastructure-oops-programs | https://github.com/1301mohit/basic-datastructure-oops-programs | 9d833ef3fab17d01f65513d9eecb8c58dbc1417c | 7cfca8505bada8ed972cc3f952ab8a812e9a70f1 | refs/heads/master | 2021-10-10T21:12:40.665000 | 2019-01-17T14:09:53 | 2019-01-17T14:09:53 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.bridgelabz.datastructure1;
import org.bridgelabz.utility.Utility;
/**
* Purpose: To represent the prime numbers in the range of 0 - 1000 in 2D array.
*
* @author Mohit Kumar
* @version 1.0
* @since 03.01.2019
*/
public class PrimeNumbersInA2DArray {
public static void main(String[] args) {
S... | UTF-8 | Java | 660 | java | PrimeNumbersInA2DArray.java | Java | [
{
"context": "the range of 0 - 1000 in 2D array.\n * \n * @author Mohit Kumar\n * @version 1.0\n * @since 03.01.2019\n */\npublic",
"end": 192,
"score": 0.9998792409896851,
"start": 181,
"tag": "NAME",
"value": "Mohit Kumar"
}
] | null | [] | package org.bridgelabz.datastructure1;
import org.bridgelabz.utility.Utility;
/**
* Purpose: To represent the prime numbers in the range of 0 - 1000 in 2D array.
*
* @author <NAME>
* @version 1.0
* @since 03.01.2019
*/
public class PrimeNumbersInA2DArray {
public static void main(String[] args) {
System... | 655 | 0.648485 | 0.615152 | 28 | 22.571428 | 20.38632 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.607143 | false | false | 5 |
f4bce00f1ee356b791076432e0f57b61193f78cd | 37,589,553,793,798 | c126a85db19b5920b911d262282cd51a7f2bc2dd | /LibreriaEnCasa/src/main/java/eu/victor/lopez/romero/storage/Library.java | 6cf99e2386b402444b973e1b64478b47b3a1f811 | [] | no_license | viticlick/exercises-libreria-en-casa | https://github.com/viticlick/exercises-libreria-en-casa | 1e063c26787b21d6be8b1f3d3208bd92d2fe218b | 90c69733b386dfdc5093ddfbd5c1d23dc9d431f9 | refs/heads/master | 2021-01-11T15:30:45.043000 | 2017-01-29T18:47:29 | 2017-01-29T18:47:29 | 80,363,056 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package eu.victor.lopez.romero.storage;
import java.util.Collection;
import eu.victor.lopez.romero.beans.Book;
import eu.victor.lopez.romero.beans.Genre;
public interface Library {
Book getBook(long id);
void addBook(Book book);
Collection<Book> getBooks();
Collection<Book> getBooksByGenre(Genre genre);
}
| UTF-8 | Java | 320 | java | Library.java | Java | [] | null | [] | package eu.victor.lopez.romero.storage;
import java.util.Collection;
import eu.victor.lopez.romero.beans.Book;
import eu.victor.lopez.romero.beans.Genre;
public interface Library {
Book getBook(long id);
void addBook(Book book);
Collection<Book> getBooks();
Collection<Book> getBooksByGenre(Genre genre);
}
| 320 | 0.765625 | 0.765625 | 17 | 17.82353 | 17.544012 | 47 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 5 |
3c814316d61161041156b7958878199350a6c872 | 33,938,831,602,623 | ab8df62fb39d86b8e9aa5264453bd6dbb2232001 | /app/src/main/java/com/example/saveus/Fragments/PersonalInformation.java | c08062473663c43781f0f2645f4fdf7d25167d16 | [] | no_license | israelelchdad/saveusvp | https://github.com/israelelchdad/saveusvp | 2f84caa11dd19537b5651ec73f3c04fe0b460353 | 3a1f33184f1e0dbceb8784199eadb31ec9c4d093 | refs/heads/master | 2022-10-22T12:19:32.955000 | 2020-06-11T12:21:36 | 2020-06-11T12:21:36 | 258,171,481 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.saveus.Fragments;
import android.content.Context;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.preference.PreferenceManager;
import android.view.LayoutInflater;
import android.view.View;
import an... | UTF-8 | Java | 3,632 | java | PersonalInformation.java | Java | [] | null | [] | package com.example.saveus.Fragments;
import android.content.Context;
import android.content.SharedPreferences;
import android.net.Uri;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.preference.PreferenceManager;
import android.view.LayoutInflater;
import android.view.View;
import an... | 3,632 | 0.676762 | 0.676762 | 128 | 27.375 | 23.37734 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
ea038727da4731cade593dc82a053c9554ccf185 | 35,304,631,216,075 | 60c4056900b741a6b68b9bbaae3458a9e12b2441 | /src/main/java/com/dhruba/classExample/Passenger.java | 8d59ee3f849dce60046b15d14f3a752519c41542 | [] | no_license | dhrub123/JavaFundamentals | https://github.com/dhrub123/JavaFundamentals | c82b27822d294894f1b35ce853db206c505e38b1 | cd626a3cca500fa3afb9c092aa68692e9a4ae880 | refs/heads/master | 2023-05-12T11:39:04.280000 | 2023-05-05T07:32:44 | 2023-05-05T07:32:44 | 289,631,254 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dhruba.classExample;
public class Passenger {
public Passenger(int checkedBags, int carryOns) {
super();
this.checkedBags = checkedBags;
this.carryOns = carryOns;
}
int checkedBags;
int carryOns;
public int getCarryOns() {
return carryOns;
}
public void setCarryOns(int carryOns) {
th... | UTF-8 | Java | 496 | java | Passenger.java | Java | [] | null | [] | package com.dhruba.classExample;
public class Passenger {
public Passenger(int checkedBags, int carryOns) {
super();
this.checkedBags = checkedBags;
this.carryOns = carryOns;
}
int checkedBags;
int carryOns;
public int getCarryOns() {
return carryOns;
}
public void setCarryOns(int carryOns) {
th... | 496 | 0.71371 | 0.71371 | 32 | 14.5 | 15.54027 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.28125 | false | false | 5 |
93c01abd885ca50ac2954bc7ffbd27192d63b3e2 | 36,524,401,916,560 | d69851f59d31012da02c3f0f39a72e8503bb2005 | /src/main/java/domain/Endorsement.java | 3882b0773cd988b5f05cd644d7b83274412a312d | [] | no_license | Domin-97/Cambios-DP03-DP04 | https://github.com/Domin-97/Cambios-DP03-DP04 | 227cdf891b20d68639084152486168e0dbdc2265 | e1309dafcd22c455855661f4010e307db520582d | refs/heads/master | 2020-04-08T12:34:14.457000 | 2018-11-29T15:07:41 | 2018-11-29T15:07:41 | 159,352,676 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package domain;
import java.util.Date;
import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.Entity;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Past;
import org.hi... | UTF-8 | Java | 1,608 | java | Endorsement.java | Java | [] | null | [] |
package domain;
import java.util.Date;
import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.Entity;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Past;
import org.hi... | 1,608 | 0.706468 | 0.703358 | 74 | 20.716217 | 18.280487 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.756757 | false | false | 5 |
347259d67ae3c0d5ce258005efc54d0d130a4a0f | 36,524,401,914,756 | 4c1278618d996060cbce59251774bd2d1909cf3b | /src/org/fh/orRule.java | 7901695d8779daa3946ccae45c6fe8649566211e | [] | no_license | elmiond/FileHawk | https://github.com/elmiond/FileHawk | df24552710e06fb5754b3d73c81481d6fc01e0dc | 2ea5ecf9bcb2dc432e568d9e20896212b6c91a2a | refs/heads/master | 2021-01-25T07:34:12.387000 | 2014-11-11T10:34:14 | 2014-11-11T10:34:14 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.fh;
import java.nio.file.Path;
public class orRule implements matchRuleCollection
{
public boolean isMatch(Path filePath)
{
for (matchRule r : rules)
{
if (r.isMatch(filePath))
{
return true;
}
}
return false;
}
public void add(matchRule rule)
{
rules.add(rule);
}
public ... | UTF-8 | Java | 374 | java | orRule.java | Java | [] | null | [] | package org.fh;
import java.nio.file.Path;
public class orRule implements matchRuleCollection
{
public boolean isMatch(Path filePath)
{
for (matchRule r : rules)
{
if (r.isMatch(filePath))
{
return true;
}
}
return false;
}
public void add(matchRule rule)
{
rules.add(rule);
}
public ... | 374 | 0.657754 | 0.657754 | 29 | 11.896552 | 13.757367 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.413793 | false | false | 5 |
77d97ca75c9bbd5aaf0232ccfaf6e631b10fc7f7 | 35,381,940,610,550 | f910ff2e90132e0737e4ff04319968e03df4e4f8 | /Assignment 7/6/ExtendedButton.java | 9381c810ea056505ccd17b19e30a999aba5537f9 | [] | no_license | craig-amendt/Java12Skeleton | https://github.com/craig-amendt/Java12Skeleton | 8f9d7c8d2d4cca208aaf18f1a906164ef26e9c33 | bb9c0d1fb3ffaa57978c29375138e7cf119185ae | refs/heads/master | 2020-03-29T20:17:20.006000 | 2018-09-19T18:57:47 | 2018-09-19T18:57:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javafx.scene.control.Button;
public class ExtendedButton {
}
public class MyButton extends Button {
} | UTF-8 | Java | 121 | java | ExtendedButton.java | Java | [] | null | [] | import javafx.scene.control.Button;
public class ExtendedButton {
}
public class MyButton extends Button {
} | 121 | 0.719008 | 0.719008 | 10 | 11.2 | 15.131424 | 38 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1 | false | false | 5 |
6691fb61f653dbb94a4b6f7778eb6b32a8b44b94 | 36,249,524,012,492 | 2e5ee62c069969f16a79f511470db45d3a631ed6 | /hbkdassistant2/src/main/java/com/tofirst/study/hbkdassistant/acitvity/login/PickUpPSDActivity.java | dd96b46c5d7475ab83a3b0b983d3bdaa033d353b | [] | no_license | CFLOVEYR/HBKDAssistant | https://github.com/CFLOVEYR/HBKDAssistant | f3a2487e1609e18fa17e92430434e2f2999738e6 | 31ae4598d9137061ac33e1c4e52cc585ffe93340 | refs/heads/master | 2021-01-19T04:06:33.182000 | 2016-02-01T16:19:19 | 2016-02-01T16:19:19 | 50,093,230 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tofirst.study.hbkdassistant.acitvity.login;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.text.TextUtils;
import android.util.Log;
impor... | UTF-8 | Java | 6,570 | java | PickUpPSDActivity.java | Java | [] | null | [] | package com.tofirst.study.hbkdassistant.acitvity.login;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.text.TextUtils;
import android.util.Log;
impor... | 6,570 | 0.574928 | 0.571588 | 177 | 34.514126 | 25.732458 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
eb736cf73b79e445d906cc10c4994dbb64d0af89 | 35,502,199,706,409 | 9740ba3adf8a9a4535ff6679e1f1eee8a6c5f614 | /GREEN_LEAVES/src/main/java/com/mac/green_leaves/v1/green_leaves/tea_issue/TeaIssueController.java | 1b0c026cbcfaadd97386b6378813ffa9ef4a1324 | [] | no_license | kavishperera/green_leaves | https://github.com/kavishperera/green_leaves | 2493297302f74c0b0eeab30cbe1b65bd13bd237f | 1ad4ac746087059d1d2f3a8b55c31a30d7334933 | refs/heads/master | 2020-03-09T04:50:40.949000 | 2017-06-18T20:42:55 | 2017-06-18T20:42:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mac.green_leaves.v1.green_leaves.tea_issue;
import com.mac.green_leaves.v1.green_leaves.tea_issue.model.TTeaIssue;
import ... | UTF-8 | Java | 2,559 | java | TeaIssueController.java | Java | [
{
"context": "bind.annotation.RestController;\n\n/**\n *\n * @author Don\n */\n@CrossOrigin\n@RestController\n@RequestMapping(",
"end": 925,
"score": 0.9951393008232117,
"start": 922,
"tag": "NAME",
"value": "Don"
}
] | null | [] | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.mac.green_leaves.v1.green_leaves.tea_issue;
import com.mac.green_leaves.v1.green_leaves.tea_issue.model.TTeaIssue;
import ... | 2,559 | 0.764361 | 0.762798 | 60 | 41.650002 | 38.903225 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 5 |
77d39828bfea4306f68110612cbff6ccd4a8b72c | 38,895,223,841,267 | c818fae3b6bede57e25344acf229adb33fc0b0d1 | /DMS Server - Community Edition 2022/src/com/primeleaf/krystal/model/vo/SearchFilter.java | bc3a1bcf73ad9a839ee83042d09d744938087a36 | [] | no_license | primeleaf/krystaldms-community-edition | https://github.com/primeleaf/krystaldms-community-edition | 1438bd512ead3e3b7d9d6d8d9ca6235bb69cdfd0 | 48483d3256e6801b6525c8d49e5118ec063aa489 | refs/heads/master | 2022-08-14T03:46:14.257000 | 2022-07-28T12:40:54 | 2022-07-28T12:40:54 | 131,812,861 | 19 | 11 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created On Feb 19, 2014
* Copyright 2010 by Primeleaf Consulting (P) Ltd.,
* #29,784/785 Hendre Castle,
* D.S.Babrekar Marg,
* Gokhale Road(North),
* Dadar,Mumbai 400 028
* India
*
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Primeleaf Cons... | UTF-8 | Java | 2,954 | java | SearchFilter.java | Java | [
{
"context": " by Primeleaf Consulting (P) Ltd.,\r\n * #29,784/785 Hendre Castle,\r\n * D.S.Babrekar Marg,\r\n * Gokhale Road(North),\r",
"end": 114,
"score": 0.9977303743362427,
"start": 101,
"tag": "NAME",
"value": "Hendre Castle"
},
{
"context": "lting (P) Ltd.,\r\n * #29,784/785 ... | null | [] | /**
* Created On Feb 19, 2014
* Copyright 2010 by Primeleaf Consulting (P) Ltd.,
* #29,784/785 <NAME>,
* D.S.<NAME>,
* Gokhale Road(North),
* Dadar,Mumbai 400 028
* India
*
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Primeleaf Consulting (P) Ltd... | 2,933 | 0.678402 | 0.658429 | 125 | 21.615999 | 20.020304 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.28 | false | false | 5 |
131692dbbf8bdaf9daafd97be7a50b016c4bd97c | 10,015,863,783,358 | 55a64ac219060922d65c6880aa173b4cf84f7505 | /src/main/java/za/ac/PremierSoccerLeague/domain/Tournament.java | da3228403d5492de515581e79fd8b7f5140d4b79 | [] | no_license | smkumatela/PremierSoccerLeague | https://github.com/smkumatela/PremierSoccerLeague | 9e295da0e5ed7a8dd34f204115a3928145e4565d | c1eaf00e98f01bfc635e686438ca1737debe99a3 | refs/heads/master | 2021-01-10T21:52:59.403000 | 2016-09-01T17:14:16 | 2016-09-01T17:14:16 | 34,167,198 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package za.ac.PremierSoccerLeague.domain;
import javax.persistence.*;
import java.io.Serializable;
/**
* Created by student on 2015/04/18.
*/
@Entity
public class Tournament implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String name;
priva... | UTF-8 | Java | 2,474 | java | Tournament.java | Java | [
{
"context": "*;\nimport java.io.Serializable;\n\n/**\n * Created by student on 2015/04/18.\n */\n@Entity\npublic class Tournamen",
"end": 127,
"score": 0.9574288129806519,
"start": 120,
"tag": "USERNAME",
"value": "student"
}
] | null | [] | package za.ac.PremierSoccerLeague.domain;
import javax.persistence.*;
import java.io.Serializable;
/**
* Created by student on 2015/04/18.
*/
@Entity
public class Tournament implements Serializable {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private Long id;
private String name;
priva... | 2,474 | 0.556993 | 0.553355 | 116 | 20.336206 | 16.996422 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396552 | false | false | 5 |
5751556dbcd47c744802898cc2a8ff7b0236efbe | 11,527,692,228,734 | 3d76e456196f68fba44f4233a6e77ac2fbac211e | /src/main/java/nikita488/zycraft/menu/FabricatorContainer.java | 5a3c1bdb757d2fbdb42b941bf5cdc08bd6a8f87c | [
"MIT"
] | permissive | nikita488/ZYCraft | https://github.com/nikita488/ZYCraft | 256bc38ad5e5746e9698d42e4d534829da8fb06d | b66375a9b7cececc1bff7b2b9601dabe7a6d4172 | refs/heads/1.16.x | 2022-07-06T18:28:13.131000 | 2021-12-18T10:31:29 | 2021-12-18T10:31:29 | 278,884,938 | 1 | 3 | MIT | false | 2021-01-30T10:26:36 | 2020-07-11T15:06:32 | 2020-12-01T17:40:43 | 2021-01-30T10:26:36 | 785 | 1 | 1 | 2 | Java | false | false | package nikita488.zycraft.menu;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.entity.player.PlayerInventory;
import net.minecraft.entity.player.ServerPlayerEntity;
import net.minecraft.inventory.CraftingInventory;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.Invento... | UTF-8 | Java | 5,794 | java | FabricatorContainer.java | Java | [] | null | [] | package nikita488.zycraft.menu;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.entity.player.PlayerInventory;
import net.minecraft.entity.player.ServerPlayerEntity;
import net.minecraft.inventory.CraftingInventory;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.Invento... | 5,794 | 0.669831 | 0.655851 | 156 | 36.141026 | 37.371395 | 242 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.916667 | false | false | 5 |
ac7ec4df62a5740327243fdbca500eb9e26a28e9 | 10,746,008,177,800 | 21b4300783f74c8242c2b9a78f6f998a800a482b | /leetcode/Odd_Even_Linked_List.java | ca801cbcca65b879ead1734743f1b60e35c3ea81 | [
"MIT"
] | permissive | dray92/Programming-Questions | https://github.com/dray92/Programming-Questions | ff64e30aa6e9c4ade136ed78e52c460c39d440ac | d04def011f9a1221e9438eafd754cec243397b18 | refs/heads/master | 2021-01-17T12:29:32.632000 | 2016-10-11T02:38:10 | 2016-10-11T02:38:10 | 49,532,020 | 8 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode;
// https://leetcode.com/problems/odd-even-linked-list/
public class Odd_Even_Linked_List {
static class ListNode {
int val;
ListNode next;
ListNode(int x) {
val = x;
next = null;
}
public String toString() {
return String.valueOf(this.val);
}
}
public static v... | UTF-8 | Java | 1,720 | java | Odd_Even_Linked_List.java | Java | [] | null | [] | package leetcode;
// https://leetcode.com/problems/odd-even-linked-list/
public class Odd_Even_Linked_List {
static class ListNode {
int val;
ListNode next;
ListNode(int x) {
val = x;
next = null;
}
public String toString() {
return String.valueOf(this.val);
}
}
public static v... | 1,720 | 0.559884 | 0.556977 | 75 | 21.933332 | 15.276416 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.84 | false | false | 5 |
c688cb4a90fe0f275f7f183b727ee5e8b272c09b | 25,460,566,139,084 | 6fc5476d97dc9d9dbd3fdbf8768950656fc37454 | /src/main/com/sample/calculator/CalculatorController.java | 22138d3ae3bbf87b03c3b332f4deb8c948da0ffe | [] | no_license | s0lus/JavaFX-Calculator | https://github.com/s0lus/JavaFX-Calculator | f524fa8e80c4aac8f14c640b4f19bd179fd29074 | ad1e708ce7fa532f6e929b958b37e49193c57ecf | refs/heads/master | 2016-09-12T01:31:03.857000 | 2016-06-15T14:30:57 | 2016-06-15T14:30:57 | 61,043,025 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sample.calculator;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.event.ActionEvent;
import javafx.scene.control.TextField;
public class CalculatorController
{
@FXML
TextField display;
private boolean buttonDigitWasPressed;
private String displayNumber = "0";
p... | UTF-8 | Java | 1,615 | java | CalculatorController.java | Java | [] | null | [] | package com.sample.calculator;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.event.ActionEvent;
import javafx.scene.control.TextField;
public class CalculatorController
{
@FXML
TextField display;
private boolean buttonDigitWasPressed;
private String displayNumber = "0";
p... | 1,615 | 0.681734 | 0.680495 | 81 | 18.950617 | 20.472748 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.271605 | false | false | 5 |
c4612f89b6d91680111709abe71bb8c91d4fdec8 | 7,593,502,192,400 | 9f1f5d38a86b76b3f73523956a6e5125bd8954e0 | /QuickSort/QuickSort.java | dff772412f8c02cc43d92fe39cc806ca19d9d8f0 | [] | no_license | nwulqx/Algorithm | https://github.com/nwulqx/Algorithm | 61f102b47042d03fa433046296f1646c1a840a4b | 752146a451346ac7f4eead81e74630022eb67b9a | refs/heads/master | 2023-03-01T15:10:47.016000 | 2021-01-28T14:15:28 | 2021-01-28T14:15:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class QuickSort{
public static void main(String[] args){
/*int a[] = {1,2,3};
System.out.print(Arrays.toString(a));
exch(a,0,1);
System.out.print(Arrays.toString(a));*/
int j ;
int a[] = {4,3,2,4,1};
/*j= combination(a,0,3);
j = combination(a,0,j-1);
j = combination(a,j+1,2... | UTF-8 | Java | 1,528 | java | QuickSort.java | Java | [] | null | [] | import java.util.*;
public class QuickSort{
public static void main(String[] args){
/*int a[] = {1,2,3};
System.out.print(Arrays.toString(a));
exch(a,0,1);
System.out.print(Arrays.toString(a));*/
int j ;
int a[] = {4,3,2,4,1};
/*j= combination(a,0,3);
j = combination(a,0,j-1);
j = combination(a,j+1,2... | 1,528 | 0.591382 | 0.573551 | 59 | 21.830509 | 14.760406 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3 | false | false | 5 |
7ea7a8698ee9d7e700040497f450d11f68bce098 | 22,617,297,792,355 | bb12064949a2834844d76e2c54b0f64a32109b12 | /src/test/java/com/eliana/betancur/recipe/RecipeDAOTests.java | 86c22b8f7654ed67c5b2dced61d7ad78c5d5d6c5 | [] | no_license | gneliana/RecipeCaseStudy | https://github.com/gneliana/RecipeCaseStudy | 011eef8b77a34d232311efa108eef5b5954cf313 | edc64a2be9070d7baaae05df7399c2431222b5c2 | refs/heads/main | 2023-09-04T11:15:03.947000 | 2021-10-21T14:38:12 | 2021-10-21T14:38:12 | 417,305,161 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.eliana.betancur.recipe;
import java.util.List;
import java.util.Optional;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.MethodOrderer.OrderAnnotation;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestMethodOrder;
impor... | UTF-8 | Java | 2,197 | java | RecipeDAOTests.java | Java | [] | null | [] | package com.eliana.betancur.recipe;
import java.util.List;
import java.util.Optional;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.MethodOrderer.OrderAnnotation;
import org.junit.jupiter.api.Order;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestMethodOrder;
impor... | 2,197 | 0.731452 | 0.724169 | 78 | 26.166666 | 25.684185 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.294872 | false | false | 5 |
a3f005ab3413f5d0640d346efafd847fe4bffdf6 | 38,766,374,849,323 | ca0e03251b3f6058ec2eae0d8ae232f002f474eb | /src/main/java/com/bonc/medicine/entity/thumb/IntegralRule.java | 9b2f139efe60b344d4ae49aff6ba2f4fc866a1b1 | [] | no_license | tang6922718/medicine-1026 | https://github.com/tang6922718/medicine-1026 | 71dbbba0a14a86d87a316c06bf6be352c9f01398 | b62f1652f3b4f3d80abb7986c0fd061a9c20e174 | refs/heads/master | 2020-04-02T20:13:44.587000 | 2018-10-25T09:41:07 | 2018-10-25T09:41:07 | 154,761,849 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bonc.medicine.entity.thumb;
/**
* @program: medicine-hn
* @description: 积分规则实体类
* @author: hejiajun
* @create: 2018-09-06 21:37
**/
public class IntegralRule {
//id
private int id;
//行为编号/类型
private String actionCode;
//积分数当前行为的积分数
private int point;
//有效标志1:有效 0:无效
... | UTF-8 | Java | 2,031 | java | IntegralRule.java | Java | [
{
"context": ": medicine-hn\n * @description: 积分规则实体类\n * @author: hejiajun\n * @create: 2018-09-06 21:37\n **/\npublic class In",
"end": 115,
"score": 0.9976526498794556,
"start": 107,
"tag": "USERNAME",
"value": "hejiajun"
}
] | null | [] | package com.bonc.medicine.entity.thumb;
/**
* @program: medicine-hn
* @description: 积分规则实体类
* @author: hejiajun
* @create: 2018-09-06 21:37
**/
public class IntegralRule {
//id
private int id;
//行为编号/类型
private String actionCode;
//积分数当前行为的积分数
private int point;
//有效标志1:有效 0:无效
... | 2,031 | 0.552941 | 0.54578 | 102 | 18.166666 | 16.338985 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.284314 | false | false | 5 |
6a31cc47ab8e802e5cef037683879ee19d5dbd5b | 28,303,834,536,653 | 2a94aeb721b3137eb5960bde8325c018f622e2c0 | /Battleships-master/BlueDestroyer.java | c4edb677beeadec810d119f32fbdc0d583d660e4 | [] | no_license | JamesLWang/Battleship | https://github.com/JamesLWang/Battleship | d0420ee8411f6291670a7c3e2974b5e081910931 | 81c844fee50643370920a1dc13e98e3db4afbd78 | refs/heads/master | 2018-03-31T05:19:33.724000 | 2017-04-20T16:05:40 | 2017-04-20T16:05:40 | 88,080,429 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | import greenfoot.*;
import java.util.*;
/**
* Write a description of class BlueDestroyer here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class BlueDestroyer extends BlueShip
{
public void crossBoundaries(){
Actor actor = getOneIntersectingObject(Boom.class);
if(ac... | UTF-8 | Java | 492 | java | BlueDestroyer.java | Java | [] | null | [] | import greenfoot.*;
import java.util.*;
/**
* Write a description of class BlueDestroyer here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class BlueDestroyer extends BlueShip
{
public void crossBoundaries(){
Actor actor = getOneIntersectingObject(Boom.class);
if(ac... | 492 | 0.575203 | 0.571138 | 27 | 17.222221 | 17.121208 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.259259 | false | false | 5 |
ff2a2ecce90deff4a596a2fe372528ddbda64b7b | 35,854,387,005,925 | e73757b85389274316523a0b53f2df901e693cdd | /jisuan/src/main/java/com/anxin/jisuan/dao/MyStudentDao.java | 1715d3db7bd7fa02b918705762dc7f006cfd8cfa | [] | no_license | loowyoung/ZXJS | https://github.com/loowyoung/ZXJS | 976762bc41f10ff487fd12546a3cb2b1f4a94f8e | 9bb58126a81bac72f34568c3521b5e616d799205 | refs/heads/master | 2023-05-25T19:21:15.857000 | 2023-05-22T06:38:41 | 2023-05-22T06:38:41 | 161,727,221 | 1 | 0 | null | false | 2022-06-17T03:22:48 | 2018-12-14T03:33:11 | 2021-06-13T03:09:48 | 2022-06-17T03:22:48 | 1,193 | 1 | 0 | 5 | JavaScript | false | false | package com.anxin.jisuan.dao;
import com.anxin.jisuan.model.MyStudentModel;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
* @author: ly
* @date: 2020/2/13 14:11
*/
@Mapper
public interface MyStudentDao {
List<MyStudentModel> findAll();
Object findMapBySql(String s, List<Object> ... | UTF-8 | Java | 387 | java | MyStudentDao.java | Java | [
{
"context": "s.Mapper;\n\nimport java.util.List;\n\n/**\n * @author: ly\n * @date: 2020/2/13 14:11\n */\n@Mapper\npublic inte",
"end": 165,
"score": 0.9806928038597107,
"start": 163,
"tag": "USERNAME",
"value": "ly"
}
] | null | [] | package com.anxin.jisuan.dao;
import com.anxin.jisuan.model.MyStudentModel;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
* @author: ly
* @date: 2020/2/13 14:11
*/
@Mapper
public interface MyStudentDao {
List<MyStudentModel> findAll();
Object findMapBySql(String s, List<Object> ... | 387 | 0.731266 | 0.702842 | 19 | 19.368422 | 19.437378 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 5 |
888b61c44b7ce71cde6fa2615ef27bddc41923d7 | 34,437,047,816,534 | 27db46260490191e4e5e535cb68184f5875a8071 | /Akipav2/src/main/java/com/akipav2/rest/PlatosREST.java | 79f727133c72b0b9e2f18bb5d8550a8af3eaa970 | [] | no_license | glizarzaburu/Akipav2 | https://github.com/glizarzaburu/Akipav2 | aaf4235437d3be24d8cfd2ad84a8008793a3c932 | dc18581f2b91cff3e0b057c95988bbe8d9d17fed | refs/heads/main | 2023-03-07T23:44:47.939000 | 2021-01-31T23:52:36 | 2021-01-31T23:52:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.akipav2.rest;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
i... | UTF-8 | Java | 2,782 | java | PlatosREST.java | Java | [] | null | [] | package com.akipav2.rest;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
i... | 2,782 | 0.745147 | 0.744069 | 87 | 29.977011 | 24.838779 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.747126 | false | false | 5 |
f0045ae095d703c66e03fbaed7b8ea7407693d10 | 36,386,962,960,702 | 89d969a9d0e83d3852566dbf1fe14dfefc94a2da | /guli-commonservice-eureka/src/main/java/com/guli/eureka/EurekaServerApplication.java | 3011b335ee596f3e688b8d5d10eef83f6ec0f3ac | [] | no_license | bellmit/guli-mei | https://github.com/bellmit/guli-mei | 1579dea9c73a022fe40b9e98fb6e2f5860cc04ca | 6ecb5895f7aca0866edd4b88857f373d74fa1a09 | refs/heads/master | 2023-05-11T19:38:33.019000 | 2020-09-11T02:40:05 | 2020-09-11T02:40:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.guli.eureka;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* @author :mei
* @date :Created in 2019/3/12 0012 上午 11:17
* @description:注册中心启动类
... | UTF-8 | Java | 590 | java | EurekaServerApplication.java | Java | [
{
"context": "ka.server.EnableEurekaServer;\r\n\r\n/**\r\n * @author :mei\r\n * @date :Created in 2019/3/12 0012 上午 11:17\r\n *",
"end": 248,
"score": 0.998816728591919,
"start": 245,
"tag": "USERNAME",
"value": "mei"
}
] | null | [] | package com.guli.eureka;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* @author :mei
* @date :Created in 2019/3/12 0012 上午 11:17
* @description:注册中心启动类
... | 590 | 0.741135 | 0.714539 | 20 | 26.200001 | 22.99913 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
f0d52ec05c4d6748ed9bcf7d28fa28fa1769745d | 35,450,660,097,317 | fa54289d5ef44be1aae44dac85963161c87168c0 | /src/everyT/everyone.java | a6d9541eb8ea91b41e2ad24c409087a579ed07b4 | [] | no_license | xiaomage6/test001 | https://github.com/xiaomage6/test001 | 6b0f2bd02b559e357d7f9a3147b289d964aac4a0 | b2067573ceccf7772cc10e8b62f4793347c3a900 | refs/heads/master | 2020-03-17T09:07:23.779000 | 2018-05-14T02:20:33 | 2018-05-14T02:20:33 | 133,461,929 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package everyT;
import java.util.Random;
public class everyone {
public static void main(String[] args) {
int i=1;
Random random=new Random();
int count=random.nextInt(5000)*100;
System.out.println(count);
}
}
| UTF-8 | Java | 213 | java | everyone.java | Java | [] | null | [] | package everyT;
import java.util.Random;
public class everyone {
public static void main(String[] args) {
int i=1;
Random random=new Random();
int count=random.nextInt(5000)*100;
System.out.println(count);
}
}
| 213 | 0.737089 | 0.699531 | 12 | 16.75 | 13.772709 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.583333 | false | false | 5 |
39da4059e94a7b15d6709cfa5ad4032cf706db58 | 8,572,754,780,824 | 581dae83063e97b3b6587e287c63744b02b130ba | /flashtext/src/storyteller/ColorTranslator.java | f8419ca0377c50c788e0221ff4e2073287629d1f | [] | no_license | alejandrolujan/multimedia-storyteller | https://github.com/alejandrolujan/multimedia-storyteller | 11e18bbf1b10715e2977d63506840929953175f7 | 72dd3ba0670dd9a7f1ee715478fad0e12e3c55d8 | refs/heads/master | 2021-01-19T09:06:08.568000 | 2007-12-12T22:30:19 | 2007-12-12T22:30:19 | 32,114,334 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package storyteller;
import java.lang.reflect.Method;
import com.flagstone.transform.FSColor;
import com.flagstone.transform.FSColorTable;
/**
* @author Alex
*
*/
public class ColorTranslator
{
public enum Suit { }
/**
* Translates a string name to a FSColor object. Uses F... | UTF-8 | Java | 1,437 | java | ColorTranslator.java | Java | [
{
"context": "stone.transform.FSColorTable;\r\n\r\n\r\n/**\r\n * @author Alex\r\n *\r\n */\r\npublic class ColorTranslator\r\n{\r\n publ",
"end": 184,
"score": 0.9992926716804504,
"start": 180,
"tag": "NAME",
"value": "Alex"
}
] | null | [] | /**
*
*/
package storyteller;
import java.lang.reflect.Method;
import com.flagstone.transform.FSColor;
import com.flagstone.transform.FSColorTable;
/**
* @author Alex
*
*/
public class ColorTranslator
{
public enum Suit { }
/**
* Translates a string name to a FSColor object. Uses F... | 1,437 | 0.647182 | 0.643702 | 47 | 28.574469 | 29.908901 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425532 | false | false | 5 |
f4dae4352fa9441c0f6806990f9d9d3d05e37306 | 39,101,382,264,254 | 352ad22ecbdb5f569ba797004a9e634bf1c76d69 | /lib_datamanager/src/main/java/com/wowly/lib/datamanager/cryptographic/ICryptographicString.java | 7a04df02cf3fec93fc75e7076aae92661a36825b | [] | no_license | LionsZhang/lib_datamanager | https://github.com/LionsZhang/lib_datamanager | 75ecc367fce33d9adb47f472a4ad7bf603f3bcff | a0ea27739cee18276639fda1a1e3751e22624a4b | refs/heads/master | 2023-04-09T11:48:19.941000 | 2021-04-06T10:10:31 | 2021-04-06T10:10:31 | 355,035,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wowly.lib.datamanager.cryptographic;
/**
* @author: lionszhang
* @Filename: 加解密(字符串)
* @Description:
* @Copyright: Copyright (c) 2017 Tuandai Inc. All rights reserved.
* @date: 2017/5/10 9:18
*/
public interface ICryptographicString extends ICryptographic {
/**
* 加密字符串
*
* @param ... | UTF-8 | Java | 628 | java | ICryptographicString.java | Java | [
{
"context": "ly.lib.datamanager.cryptographic;\n\n/**\n * @author: lionszhang\n * @Filename: 加解密(字符串)\n * @Description:\n * @Copyr",
"end": 76,
"score": 0.9995008111000061,
"start": 66,
"tag": "USERNAME",
"value": "lionszhang"
}
] | null | [] | package com.wowly.lib.datamanager.cryptographic;
/**
* @author: lionszhang
* @Filename: 加解密(字符串)
* @Description:
* @Copyright: Copyright (c) 2017 Tuandai Inc. All rights reserved.
* @date: 2017/5/10 9:18
*/
public interface ICryptographicString extends ICryptographic {
/**
* 加密字符串
*
* @param ... | 628 | 0.625926 | 0.6 | 27 | 19 | 18.340403 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.111111 | false | false | 5 |
d9089152d11a51872df1e1c806b476a34f37ed8c | 36,945,308,704,519 | d9acbd5d8241a4938ceffbf0bde799233a5deff0 | /src/main/java/com/ensi/smartlocker/repositories/LigneFicheDemandeRepository.java | cc362b549d11fb086613c258ef125c1e905f8cc4 | [] | no_license | RaniaBOLTANE/ENSI_SmartLockerApp | https://github.com/RaniaBOLTANE/ENSI_SmartLockerApp | f941024f2f6ec0e94b7e27a701e303eae7486a2e | 9e311b897df170d1f8e18657900acdbac3097063 | refs/heads/master | 2022-11-29T00:26:18.319000 | 2020-08-02T11:36:19 | 2020-08-02T11:36:19 | 284,448,244 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ensi.smartlocker.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import com.ensi.smartlocker.domain.LigneFicheDemande;
public interface LigneFicheDemandeRepository extends JpaRepository<LigneFicheDemande, Integer> {
}
| UTF-8 | Java | 262 | java | LigneFicheDemandeRepository.java | Java | [] | null | [] | package com.ensi.smartlocker.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import com.ensi.smartlocker.domain.LigneFicheDemande;
public interface LigneFicheDemandeRepository extends JpaRepository<LigneFicheDemande, Integer> {
}
| 262 | 0.854962 | 0.854962 | 9 | 28.111111 | 33.991646 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 5 |
4f8f2b2607959d6a40c7a66ba75284fcc18d14da | 36,567,351,589,304 | 3b8d7b329f269474d388ec32aaee0aeb6ec29068 | /blogs-service/src/main/java/blogs/service/pojo/SysLog.java | 528e42986797452184d6a00ecbfe6e7641038e0f | [] | no_license | yxh312154247/blogs | https://github.com/yxh312154247/blogs | 93ff2aa71dd6be3983ade253d66acb732b8501ce | 9df77f8a5486eee2f239d69d170585b2a548b153 | refs/heads/master | 2022-06-26T22:11:10.521000 | 2020-01-17T08:58:34 | 2020-01-17T08:58:34 | 234,209,057 | 0 | 0 | null | false | 2022-06-21T02:39:27 | 2020-01-16T01:34:33 | 2020-01-17T08:59:38 | 2022-06-21T02:39:24 | 21 | 0 | 0 | 2 | Java | false | false | package blogs.service.pojo;
import com.baomidou.mybatisplus.enums.IdType;
import java.util.Date;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.enums.IdType;
import com.bao... | UTF-8 | Java | 1,072 | java | SysLog.java | Java | [
{
"context": "l.Accessors;\n\n/**\n * <p>\n * \n * </p>\n *\n * @author yangxianghua\n * @since 2020-01-17\n */\n@Data\n@Accessors(chain =",
"end": 588,
"score": 0.9880574345588684,
"start": 576,
"tag": "USERNAME",
"value": "yangxianghua"
}
] | null | [] | package blogs.service.pojo;
import com.baomidou.mybatisplus.enums.IdType;
import java.util.Date;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.enums.IdType;
import com.bao... | 1,072 | 0.746269 | 0.737873 | 52 | 19.615385 | 18.699192 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403846 | false | false | 5 |
fc5116447094a315de03af30d511de14635038b7 | 38,431,367,376,326 | 7125527d94ff2c3b8738186c915619a41c6773a7 | /app/src/main/java/com/example/android/upcomingmovies/Rest/ApiInterface.java | bed7f18ff94d8d810f3a0c0a01f051aa037eca38 | [] | no_license | sourabhjinde/UpCommingMovies | https://github.com/sourabhjinde/UpCommingMovies | e3b9db41cfe5fa97d2fc22d47d4761661f588050 | 0bcd2d3cae9bb09b28f6f6d53ba1bba2be53498f | refs/heads/master | 2021-01-19T12:09:34.215000 | 2017-04-12T08:01:25 | 2017-04-12T08:01:25 | 88,024,741 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.android.upcomingmovies.Rest;
/**
* Created by S on 07/04/2017.
*/
import retrofit2.Call;
import retrofit2.http.GET;
import com.example.android.upcomingmovies.Model.MovieImagesResponse;
import com.example.android.upcomingmovies.Model.MoviesResponse;
import retrofit2.http.Path;
import retrofit2.... | UTF-8 | Java | 602 | java | ApiInterface.java | Java | [
{
"context": "le.android.upcomingmovies.Rest;\n\n/**\n * Created by S on 07/04/2017.\n */\n\nimport retrofit2.Call;\nimport",
"end": 69,
"score": 0.7287923097610474,
"start": 68,
"tag": "USERNAME",
"value": "S"
}
] | null | [] | package com.example.android.upcomingmovies.Rest;
/**
* Created by S on 07/04/2017.
*/
import retrofit2.Call;
import retrofit2.http.GET;
import com.example.android.upcomingmovies.Model.MovieImagesResponse;
import com.example.android.upcomingmovies.Model.MoviesResponse;
import retrofit2.http.Path;
import retrofit2.... | 602 | 0.757475 | 0.737542 | 23 | 25.217392 | 27.911283 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.434783 | false | false | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.