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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
79bcfeedd234a6724d56bad94a0e57710ab9d9c0 | 1,348,619,765,297 | 9b58bb37395972a5003e3f85661c6cb9e38771e6 | /src/main/java/pl/mg/ttt/configuration/SecurityWebApplicationInitializer.java | 232e04253a3b23a26a8c24bafc9ff609103fd527 | [] | no_license | maciejgz/TicTacToe | https://github.com/maciejgz/TicTacToe | c2808d9ae13d6d9b9831f8ac40d8ad2ba984fdf3 | c5efe9c96b5161f70c085cf35fba43faff1b4a96 | refs/heads/master | 2021-01-10T07:42:11.794000 | 2016-01-24T21:35:35 | 2016-01-24T21:35:35 | 49,374,341 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.mg.ttt.configuration;
import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer;
/**
* Created by m on 2016-01-10.
*/
/**
* Klasa wymagana do inicjalizacji ustawień security w przypadku niezawierania konfiguracji w web.xml. bez tego konfiguracja aplikacyjna nie działa
*... | UTF-8 | Java | 425 | java | SecurityWebApplicationInitializer.java | Java | [
{
"context": "urityWebApplicationInitializer;\n\n/**\n * Created by m on 2016-01-10.\n */\n\n/**\n * Klasa wymagana do inic",
"end": 145,
"score": 0.9979949593544006,
"start": 144,
"tag": "USERNAME",
"value": "m"
}
] | null | [] | package pl.mg.ttt.configuration;
import org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer;
/**
* Created by m on 2016-01-10.
*/
/**
* Klasa wymagana do inicjalizacji ustawień security w przypadku niezawierania konfiguracji w web.xml. bez tego konfiguracja aplikacyjna nie działa
*... | 425 | 0.820331 | 0.801418 | 13 | 31.538462 | 46.69313 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 3 |
3f9df0ceb900206bdf1033d7a3da8e18d1509c5c | 30,605,936,980,067 | b28a72ac69495375bb7cd770cc9104fb751ff23e | /Cw11/Car.java | 755e9b1073b89686b514026c5438350870ccf7ea | [] | no_license | Dmytro175/pgo2020 | https://github.com/Dmytro175/pgo2020 | 7d038d6de3a14e9b36accf0d4ec569efca3d4734 | 672343f4a2db0d354f3d45a2745cb5387ebe2f1c | refs/heads/master | 2021-02-10T17:05:43.573000 | 2020-06-15T12:19:19 | 2020-06-15T12:19:19 | 244,401,761 | 3 | 0 | null | false | 2020-04-12T16:37:21 | 2020-03-02T15:12:15 | 2020-04-12T16:25:51 | 2020-04-12T16:35:36 | 18 | 0 | 0 | 0 | Java | false | false | package Cw11;
class Car implements Comparable<Car>{
Integer productionYer;
String name;
public Car(Integer productionYer, String name) {
this.productionYer = productionYer;
this.name = name;
}
public Integer getProductionYer() {
return productionYer;
}
... | UTF-8 | Java | 688 | java | Car.java | Java | [] | null | [] | package Cw11;
class Car implements Comparable<Car>{
Integer productionYer;
String name;
public Car(Integer productionYer, String name) {
this.productionYer = productionYer;
this.name = name;
}
public Integer getProductionYer() {
return productionYer;
}
... | 688 | 0.547965 | 0.540698 | 29 | 21.586206 | 16.52066 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.37931 | false | false | 3 |
13a2023d4930261caf257d70592e11d500e2e2b8 | 26,182,120,657,788 | 32c32d007dfe0031dd3d0570427fa62e6e54e37b | /app/src/main/java/com/example/gj153/myapplication/Test_fragment2.java | 5ca866f36f0c411bb1a517e84e6c2a07bffe268d | [] | no_license | gj1534/Football | https://github.com/gj1534/Football | 357766b00448e57da79c57b35208a46c03af072f | 22ca4ce394b2bdc3e042776389dd03898f8860e1 | refs/heads/master | 2021-01-23T02:00:05.540000 | 2017-06-14T19:21:25 | 2017-06-14T19:21:25 | 85,956,137 | 0 | 0 | null | false | 2017-03-23T16:24:10 | 2017-03-23T13:59:26 | 2017-03-23T14:01:07 | 2017-03-23T16:24:09 | 183 | 0 | 0 | 0 | Java | null | null | package com.example.gj153.myapplication;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ScrollView;
/**
* Created by gj153 on 2017-06-13.
... | UTF-8 | Java | 1,644 | java | Test_fragment2.java | Java | [
{
"context": "package com.example.gj153.myapplication;\n\nimport android.os.Bundle;\nimport ",
"end": 25,
"score": 0.9041519165039062,
"start": 20,
"tag": "USERNAME",
"value": "gj153"
},
{
"context": "port android.widget.ScrollView;\n\n/**\n * Created by gj153 on 2017-06-13.\n */\n\n... | null | [] | package com.example.gj153.myapplication;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ScrollView;
/**
* Created by gj153 on 2017-06-13.
... | 1,644 | 0.709246 | 0.69708 | 56 | 28.357143 | 28.545971 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.678571 | false | false | 3 |
2d365421402046652630c206944ecccdbc0a36d8 | 13,606,456,414,223 | 1b9ac717e7739a93aa376082b599bc8c699197ef | /AccountSystemLogic/src/main/java/za/ac/nwu/as/logic/flow/impl/FetchAccountTypeFlowImpl.java | 0169bc1f989a8cc927a254492b22b48a8d46ba3d | [] | no_license | aEtheRAx/AccountingSystem | https://github.com/aEtheRAx/AccountingSystem | 6d3e4152d0e36ab3de41be523f8b6604533a2ac4 | 39eb4acd5e679783f1c9d80c5fcc005555bf11ba | refs/heads/master | 2023-08-20T17:25:14.255000 | 2021-10-11T17:44:11 | 2021-10-11T17:44:11 | 409,541,277 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package za.ac.nwu.as.logic.flow.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import za.ac.nwu.as.domain.dto.AccountTypeDto;
import za.ac.nwu.as.domain.persistence.AccountType;
import za.ac.nwu.as.logic.flow.FetchAccountTypeFlow;
import za.ac.nwu.... | UTF-8 | Java | 1,302 | java | FetchAccountTypeFlowImpl.java | Java | [] | null | [] | package za.ac.nwu.as.logic.flow.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import za.ac.nwu.as.domain.dto.AccountTypeDto;
import za.ac.nwu.as.domain.persistence.AccountType;
import za.ac.nwu.as.logic.flow.FetchAccountTypeFlow;
import za.ac.nwu.... | 1,302 | 0.78725 | 0.78725 | 41 | 30.756098 | 28.499704 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.365854 | false | false | 3 |
903c8bc3585b1114d4f1cd5455b74d36952bf9a1 | 1,984,274,925,485 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_f6dd9145dfd16bbbd2957ea9e844f74c74b38b77/EmployeeDaoImpl/2_f6dd9145dfd16bbbd2957ea9e844f74c74b38b77_EmployeeDaoImpl_t.java | d6cffb89f949a6b2a3c8d31f9e961ef7eaed8299 | [] | no_license | zhongxingyu/Seer | https://github.com/zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516000 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | false | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | 2023-06-21T00:53:27 | 2023-06-22T07:55:57 | 2,849,868 | 2 | 2 | 0 | null | false | false | /**************************************************************************
* Copyright (c) 2013 2359 Media Pvt Ltd
*
* NOTICE: All information contained herein is, and remains the
* property of 2359 Media Pvt Ltd and its suppliers, if any.
* Dissemination of this information or reproduction of this mater... | UTF-8 | Java | 3,727 | java | 2_f6dd9145dfd16bbbd2957ea9e844f74c74b38b77_EmployeeDaoImpl_t.java | Java | [
{
"context": " Write something about this class\n * \n * @author Praveen\n * @version 1.0 2013\n **/\n \n import java.util.A",
"end": 642,
"score": 0.9998697638511658,
"start": 635,
"tag": "NAME",
"value": "Praveen"
},
{
"context": "mployee emp1 = new Employee();\n \t\t emp1.set... | null | [] | /**************************************************************************
* Copyright (c) 2013 2359 Media Pvt Ltd
*
* NOTICE: All information contained herein is, and remains the
* property of 2359 Media Pvt Ltd and its suppliers, if any.
* Dissemination of this information or reproduction of this mater... | 3,539 | 0.687684 | 0.651731 | 109 | 33.183487 | 20.420427 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.990826 | false | false | 3 |
fb68352a94c51f2459abe37c01cf4de9097a9e32 | 27,908,697,548,004 | ae2f6e708a761c322f34b9ca65e94cb6037319e2 | /simu_base_common - final/simu_base_common/src/enstabretagne/base/math/MoreRandom.java | 284d0f2bf774168e76f1bf3118f11d118c064f34 | [] | no_license | JMK-22/simulation | https://github.com/JMK-22/simulation | 72c7ad070f7b81d75d5302aab34c2883967f25d8 | 5b066c355c801047c007fe93d19fe46caaf46fa6 | refs/heads/master | 2020-12-19T19:11:02.622000 | 2020-01-31T11:13:38 | 2020-01-31T11:13:38 | 235,824,314 | 0 | 3 | null | false | 2020-01-29T15:40:45 | 2020-01-23T15:29:06 | 2020-01-29T15:40:18 | 2020-01-29T15:40:44 | 354 | 0 | 2 | 0 | Java | false | false | /**
* Classe MoreRandom.java
*@author Olivier VERRON
*@version 1.0.
*/
/**
* Fournit les classes nécessaires pour effectuer
* des simulations à événements discrets basiques.
* @author Pascal CANTOT (cantot@wanadoo.fr]
* @version 1.0
*/
package enstabretagne.base.math;
import java.util.Random;
import java.lang.Sy... | ISO-8859-1 | Java | 5,782 | java | MoreRandom.java | Java | [
{
"context": "/**\n* Classe MoreRandom.java\n*@author Olivier VERRON\n*@version 1.0.\n*/\n/**\n * Fournit les classes néce",
"end": 52,
"score": 0.9998598098754883,
"start": 38,
"tag": "NAME",
"value": "Olivier VERRON"
},
{
"context": "tions à événements discrets basiques.\n * @autho... | null | [] | /**
* Classe MoreRandom.java
*@author <NAME>
*@version 1.0.
*/
/**
* Fournit les classes nécessaires pour effectuer
* des simulations à événements discrets basiques.
* @author <NAME> (<EMAIL>]
* @version 1.0
*/
package enstabretagne.base.math;
import java.util.Random;
import java.lang.System;
// TODO: Auto-gen... | 5,736 | 0.628657 | 0.613943 | 234 | 23.380342 | 21.351068 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.58547 | false | false | 3 |
d0ed841ec4a708c9a68a626a14aea4f04dab39e0 | 25,168,508,413,379 | 24368db595f8976c44d26542c0a24d76104a52e9 | /src/dk/itu/pls/ocal2gcal/LockFailedException.java | 55735e5a616cc50fa8aa3e810e2293a7c3494476 | [] | no_license | zhangzhichao1985/Ocal2Gcal | https://github.com/zhangzhichao1985/Ocal2Gcal | 9fda29b026fb8862a7087e0e67d2abdefe05d3dc | f6d08dcb67a0eb23690bd8969b764d0f3ab2ec5b | refs/heads/master | 2021-01-20T23:44:24.233000 | 2010-07-23T16:02:11 | 2010-07-23T16:02:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package dk.itu.pls.ocal2gcal;
/** Exception indicating that an attempt to obtain a
* lock in an SQL database failed.
* @author panic
*
*/
public class LockFailedException extends Exception {
/**
*
*/
public LockFailedException () {
}
/**
* @param message
*/
public LockFailedExc... | UTF-8 | Java | 625 | java | LockFailedException.java | Java | [
{
"context": "in a\n * lock in an SQL database failed.\n * @author panic\n *\n */\npublic class LockFailedException extends E",
"end": 147,
"score": 0.9876054525375366,
"start": 142,
"tag": "USERNAME",
"value": "panic"
}
] | null | [] | /**
*
*/
package dk.itu.pls.ocal2gcal;
/** Exception indicating that an attempt to obtain a
* lock in an SQL database failed.
* @author panic
*
*/
public class LockFailedException extends Exception {
/**
*
*/
public LockFailedException () {
}
/**
* @param message
*/
public LockFailedExc... | 625 | 0.6144 | 0.6128 | 41 | 14.243902 | 17.175962 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.146341 | false | false | 3 |
2c9bab060f61b6bc1016b9383e7161beb2405eec | 18,253,611,011,929 | eb896b8bc69062a02b433606c6c9e87bf9a81c08 | /src/main/java/tv/lycam/model/StreamResponseModel.java | 51488e207af7816535eb5486eaf5e37e7fe81e65 | [
"MIT"
] | permissive | Cheng-Bin/lycamplus-java-sdk | https://github.com/Cheng-Bin/lycamplus-java-sdk | 31a2fa7b0c77e55f9076c453c4e6378af5870d8f | 42ee51534e2a1ec1f940ef2914d389b79a98ed99 | refs/heads/master | 2021-01-11T19:05:31.413000 | 2017-01-23T09:11:57 | 2017-01-23T09:11:57 | 79,215,513 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tv.lycam.model;
import java.io.Serializable;
import java.util.Arrays;
/**
* Created by lycamandroid on 17/1/19.
*/
public class StreamResponseModel extends StreamRequestModel implements Serializable {
private String streamId;
private String status;
private StreamURLModel[] streamUrls;
priva... | UTF-8 | Java | 3,585 | java | StreamResponseModel.java | Java | [
{
"context": "zable;\nimport java.util.Arrays;\n\n/**\n * Created by lycamandroid on 17/1/19.\n */\npublic class StreamResponseModel ",
"end": 110,
"score": 0.9996692538261414,
"start": 98,
"tag": "USERNAME",
"value": "lycamandroid"
}
] | null | [] | package tv.lycam.model;
import java.io.Serializable;
import java.util.Arrays;
/**
* Created by lycamandroid on 17/1/19.
*/
public class StreamResponseModel extends StreamRequestModel implements Serializable {
private String streamId;
private String status;
private StreamURLModel[] streamUrls;
priva... | 3,585 | 0.591353 | 0.589958 | 149 | 23.060402 | 19.75597 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.369128 | false | false | 3 |
9e25dcca32011e8859422b06c1aa8c2653c88858 | 4,191,888,115,210 | c9dc9ca80cbcda26a267ec77286d205b45668505 | /mocks/pdl-mock/src/main/java/no/nav/pdl/hentIdenter/HentIdenterWiring.java | d1f355f016dad0bf1b0d6e6017e2c84cf57a2a47 | [
"MIT"
] | permissive | navikt/vtp | https://github.com/navikt/vtp | adc79777c719418cc6ecbdc02e24d71197c18d16 | 4c0d7ccf5c437391c4a079bddc381b4e73dbf1ab | refs/heads/master | 2023-09-04T12:27:58.370000 | 2023-09-04T08:29:46 | 2023-09-04T08:29:46 | 176,907,179 | 6 | 3 | MIT | false | 2023-09-13T03:45:38 | 2019-03-21T08:59:23 | 2022-11-22T07:53:45 | 2023-09-13T03:45:38 | 5,150 | 11 | 2 | 1 | Java | false | false | package no.nav.pdl.hentIdenter;
import static graphql.scalars.java.JavaPrimitives.GraphQLLong;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import graphql.execution.DataFetcherResult;
import graphql.schema.idl.RuntimeWiring;
import no.nav.pdl.Identliste;
import no.nav.pdl.PdlFunct... | UTF-8 | Java | 2,399 | java | HentIdenterWiring.java | Java | [] | null | [] | package no.nav.pdl.hentIdenter;
import static graphql.scalars.java.JavaPrimitives.GraphQLLong;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import graphql.execution.DataFetcherResult;
import graphql.schema.idl.RuntimeWiring;
import no.nav.pdl.Identliste;
import no.nav.pdl.PdlFunct... | 2,399 | 0.475198 | 0.474364 | 57 | 41.087719 | 32.051647 | 122 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.473684 | false | false | 3 |
07b667f9401e1f0093385917199088359f8ca655 | 17,806,934,470,331 | 1233ae8a8733c4d7001932a0c53ab63ae9ce09bd | /http/src/main/java/ch/squaredesk/nova/comm/http/RpcServer.java | fba93617b8fbff33d4dfbf7624d22522f9c85908 | [
"Artistic-2.0"
] | permissive | peregin/nova | https://github.com/peregin/nova | 2dae4e93c0a7a070bd8bf7657524f848abb60c6e | 11d2189b4564c4965fe1df0cbc1f65d07a534b27 | refs/heads/master | 2017-08-01T11:43:45.892000 | 2017-07-12T09:23:23 | 2017-07-12T09:32:30 | 95,219,858 | 0 | 0 | null | true | 2017-06-23T12:51:15 | 2017-06-23T12:51:15 | 2017-06-23T09:37:13 | 2017-06-02T16:12:13 | 576 | 0 | 0 | 0 | null | null | null | package ch.squaredesk.nova.comm.http;
import ch.squaredesk.nova.comm.retrieving.MessageUnmarshaller;
import ch.squaredesk.nova.comm.rpc.RpcInvocation;
import ch.squaredesk.nova.comm.sending.MessageMarshaller;
import ch.squaredesk.nova.metrics.Metrics;
import io.reactivex.BackpressureStrategy;
import io.reactivex.Flowa... | UTF-8 | Java | 9,887 | java | RpcServer.java | Java | [] | null | [] | package ch.squaredesk.nova.comm.http;
import ch.squaredesk.nova.comm.retrieving.MessageUnmarshaller;
import ch.squaredesk.nova.comm.rpc.RpcInvocation;
import ch.squaredesk.nova.comm.sending.MessageMarshaller;
import ch.squaredesk.nova.metrics.Metrics;
import io.reactivex.BackpressureStrategy;
import io.reactivex.Flowa... | 9,887 | 0.612319 | 0.611004 | 217 | 44.56221 | 35.15649 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.774194 | false | false | 3 |
201093157deafdce19edec0f3d65e1b617ff969d | 4,956,392,328,822 | 5ca1552925577a1dcd9c3b8dbf7a7fe4c56ccd05 | /bank-kata-application/src/test/java/fr/ing/interview/application/AccountServiceTest.java | cc2a530b2b0157cfb1114c9c383f82fea0bf738b | [] | no_license | djoulaye/bank-kata-public | https://github.com/djoulaye/bank-kata-public | dfbaae10c591d3be7179cfb48135f51f1f259112 | 1ffe1360d09ac8cd7d8aee146cc5061a1f097c5f | refs/heads/master | 2023-04-09T06:55:57.237000 | 2021-01-31T07:48:56 | 2021-01-31T07:48:56 | 275,246,991 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fr.ing.interview.application;
import fr.ing.interview.application.exception.AlreadyExistsAccountException;
import fr.ing.interview.application.exception.UnknownAccountException;
import fr.ing.interview.domain.Account;
import fr.ing.interview.domain.AccountRepository;
import fr.ing.interview.domain.Operation;
i... | UTF-8 | Java | 2,623 | java | AccountServiceTest.java | Java | [] | null | [] | package fr.ing.interview.application;
import fr.ing.interview.application.exception.AlreadyExistsAccountException;
import fr.ing.interview.application.exception.UnknownAccountException;
import fr.ing.interview.domain.Account;
import fr.ing.interview.domain.AccountRepository;
import fr.ing.interview.domain.Operation;
i... | 2,623 | 0.766679 | 0.759436 | 63 | 40.650795 | 39.542686 | 157 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 3 |
0fff355ee2ffad0b5caef68d7f5f50d2dc5e22d2 | 17,051,020,226,935 | caf5e8e37a1be2e0f04b07ef19e1b568e86fa5fe | /xiaoyuan-upms/xiaoyuan-upms-admin/src/main/java/com/gospell/xiaoyuan/cloud/upms/admin/repository/SysUserRepository.java | 38ea016a200841c19121a084d55d4523241abd86 | [] | no_license | PayYouDont/xiaoyuan-cloud | https://github.com/PayYouDont/xiaoyuan-cloud | 673edca5f6078d55bd6e67d3342213a859fbcb30 | d905870a0258d92a6c27a232218905dff182ce0b | refs/heads/master | 2023-03-08T07:09:50.553000 | 2021-02-21T02:16:54 | 2021-02-21T02:16:54 | 340,798,509 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gospell.xiaoyuan.cloud.upms.admin.repository;
import com.gospell.xiaoyuan.cloud.common.data.jpa.base.BaseRepository;
import com.gospell.xiaoyuan.cloud.upms.common.entity.SysUser;
import java.util.Optional;
/**
* description: SysUserRepository <br>
* date: 2020/12/31 15:11 <br>
* author: pay <br>
* ve... | UTF-8 | Java | 948 | java | SysUserRepository.java | Java | [
{
"context": "ory <br>\n * date: 2020/12/31 15:11 <br>\n * author: pay <br>\n * version: 1.0 <br>\n */\npublic interface Sy",
"end": 309,
"score": 0.996343195438385,
"start": 306,
"tag": "USERNAME",
"value": "pay"
}
] | null | [] | package com.gospell.xiaoyuan.cloud.upms.admin.repository;
import com.gospell.xiaoyuan.cloud.common.data.jpa.base.BaseRepository;
import com.gospell.xiaoyuan.cloud.upms.common.entity.SysUser;
import java.util.Optional;
/**
* description: SysUserRepository <br>
* date: 2020/12/31 15:11 <br>
* author: pay <br>
* ve... | 948 | 0.705696 | 0.688819 | 25 | 36.919998 | 35.532429 | 114 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.48 | false | false | 3 |
2b9f314639236bd1c180039e837e4f5540def1fc | 8,916,352,134,964 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/kotlinx/coroutines/b/ae.java | 62f7b8faab0ac5759a83568d49f40d5d5ce0b700 | [] | no_license | tsuzcx/qq_apk | https://github.com/tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651000 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | false | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | 2022-01-31T06:56:43 | 2022-01-31T09:46:26 | 167,304 | 0 | 1 | 1 | Java | false | false | package kotlinx.coroutines.b;
import kotlin.Metadata;
import kotlin.ah;
@Metadata(d1={""}, d2={"Lkotlinx/coroutines/flow/SharedFlowSlot;", "Lkotlinx/coroutines/flow/internal/AbstractSharedFlowSlot;", "Lkotlinx/coroutines/flow/SharedFlowImpl;", "()V", "cont", "Lkotlin/coroutines/Continuation;", "", "index", "", "... | UTF-8 | Java | 804 | java | ae.java | Java | [] | null | [] | package kotlinx.coroutines.b;
import kotlin.Metadata;
import kotlin.ah;
@Metadata(d1={""}, d2={"Lkotlinx/coroutines/flow/SharedFlowSlot;", "Lkotlinx/coroutines/flow/internal/AbstractSharedFlowSlot;", "Lkotlinx/coroutines/flow/SharedFlowImpl;", "()V", "cont", "Lkotlin/coroutines/Continuation;", "", "index", "", "... | 804 | 0.676617 | 0.659204 | 22 | 34.81818 | 86.507294 | 420 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.454545 | false | false | 3 |
e64d6f314bcbe45dad1ae3740d4b45ad2015ef10 | 28,106,266,017,808 | fb7eb652ca72389006675081bec922e99efb7b20 | /web-ui/src/main/java/com/ai/bss/webui/customerorder/model/CustomerOrder.java | bd71f20eb6b81a18d605e92934c27bbb696f97c3 | [] | no_license | konglingjuanyi/axonbss | https://github.com/konglingjuanyi/axonbss | 3451a023f01d1a3740129726df604d0889aed3da | e217e36f374d6951f759d3ff6d67943ec5fbaa25 | refs/heads/master | 2021-01-12T07:48:21.489000 | 2016-12-02T09:13:49 | 2016-12-02T09:13:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ai.bss.webui.customerorder.model;
import java.util.Set;
import com.ai.bss.api.base.CharacteristicValue;
import com.ai.bss.api.customer.CustomerId;
import com.ai.bss.api.customerorder.CustomerOrderId;
public class CustomerOrder {
private CustomerId customerId;
private CustomerOrderId customerO... | UTF-8 | Java | 1,293 | java | CustomerOrder.java | Java | [] | null | [] | package com.ai.bss.webui.customerorder.model;
import java.util.Set;
import com.ai.bss.api.base.CharacteristicValue;
import com.ai.bss.api.customer.CustomerId;
import com.ai.bss.api.customerorder.CustomerOrderId;
public class CustomerOrder {
private CustomerId customerId;
private CustomerOrderId customerO... | 1,293 | 0.750193 | 0.750193 | 49 | 24.387754 | 20.574223 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.428571 | false | false | 3 |
b4382cd08fb5206b619c3d255633999230052325 | 14,474,039,848,346 | db2ca48fffaf6689c9db439abaf9d98729548e0b | /minsu-web-report/src/main/java/com/ziroom/minsu/spider/airbnb/entity/enums/RoomTypeEnum.java | faebaf71d263ccd2e24b0365d2ac902f2d3c49e5 | [] | no_license | majinwen/sojourn | https://github.com/majinwen/sojourn | 46a950dbd64442e4ef333c512eb956be9faef50d | ab98247790b1951017fc7dd340e1941d5b76dc39 | refs/heads/master | 2020-03-22T07:07:05.299000 | 2018-03-18T13:45:23 | 2018-03-18T13:45:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* @FileName: RoomTypeEnum.java
* @Package com.ziroom.minsu.spider.airbnb.entity.enums
*
* @author zl
* @created 2016年10月9日 下午9:36:43
*
* Copyright 2016-2025 ziroom
*/
package com.ziroom.minsu.spider.airbnb.entity.enums;
import java.util.HashMap;
import java.util.Map;
/**
* 房间类型
* <p>TODO</p>
*
* <... | UTF-8 | Java | 1,938 | java | RoomTypeEnum.java | Java | [
{
"context": "om.minsu.spider.airbnb.entity.enums\n * \n * @author zl\n * @created 2016年10月9日 下午9:36:43\n * \n * Copyright",
"end": 109,
"score": 0.9986433386802673,
"start": 107,
"tag": "USERNAME",
"value": "zl"
},
{
"context": " * <BR>\t修改日期\t\t\t修改人\t\t\t修改内容\n * </PRE>\n * \n * @... | null | [] | /**
* @FileName: RoomTypeEnum.java
* @Package com.ziroom.minsu.spider.airbnb.entity.enums
*
* @author zl
* @created 2016年10月9日 下午9:36:43
*
* Copyright 2016-2025 ziroom
*/
package com.ziroom.minsu.spider.airbnb.entity.enums;
import java.util.HashMap;
import java.util.Map;
/**
* 房间类型
* <p>TODO</p>
*
* <... | 1,938 | 0.634553 | 0.62056 | 99 | 17.767677 | 19.446289 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.393939 | false | false | 3 |
56aa922281bdb523679ebc4fa112f8865c65d73e | 6,751,688,629,142 | f5c2859338afedbb9b7fbc16e5cea53827c2bfbd | /30_days_of_code/day28/Solution.java | d7454ac3ffc4cc68e2a888f176e5915bedc3a3d1 | [] | no_license | mandy1339/hacker-rank-solutions | https://github.com/mandy1339/hacker-rank-solutions | 91f46a6d0a5e68d30470dfcbdddaeb9f0b362d9d | f28efed13c0c935e3443e283caaea803fc39566a | refs/heads/master | 2020-12-30T09:15:13.590000 | 2018-09-30T23:12:48 | 2018-09-30T23:12:48 | 100,400,065 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
import java.util.regex.*;
public class Solution {
public static void main(String [] args) {
ArrayList<String> results = new ArrayList<String>(); // container for results
String regExStr ="^.+@gmail.com$"; // regEx
Scanner scan = new Scanner(System.in); // set up scanner
int n =... | UTF-8 | Java | 977 | java | Solution.java | Java | [
{
"context": "();\t// container for results\n\t\tString regExStr =\"^.+@gmail.com$\";\t\t\t\t\t\t// regEx\n\t\t\n\t\tScanner scan = new Scanner(",
"end": 227,
"score": 0.9995919466018677,
"start": 217,
"tag": "EMAIL",
"value": "@gmail.com"
}
] | null | [] | import java.util.*;
import java.util.regex.*;
public class Solution {
public static void main(String [] args) {
ArrayList<String> results = new ArrayList<String>(); // container for results
String regExStr ="^.+<EMAIL>$"; // regEx
Scanner scan = new Scanner(System.in); // set up scanner
int n = sc... | 974 | 0.603889 | 0.599795 | 34 | 27.735294 | 22.861874 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.441176 | false | false | 3 |
8ba9dec1c1dd3eb355c4a504873d2e2bbd3336e1 | 6,751,688,630,087 | 250713e8ee2ec893df548024ef89d06f60b16dd5 | /2.0.1/CN-Persistent-Common-2000/src/main/java/com/zmsoft/framework/persistent/system/S901060Parameter/S901060ParameterDBO.java | b95ee4f0a3692b8142ee0c2ea2a4467016b0caba | [
"BSD-3-Clause-Clear"
] | permissive | moutainhigh/cnsoft | https://github.com/moutainhigh/cnsoft | 5ecda93285476041cde6711b8fa46dc7e7354a7d | b9b921d43ea9b06c881121ab5d98ce18e14df87d | refs/heads/master | 2023-07-31T23:20:56.388000 | 2021-04-30T03:50:46 | 2021-04-30T03:50:46 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zmsoft.framework.persistent.system.S901060Parameter;
import org.zmsoft.framework.beans.db.MyDataBaseObjectSupport3;
/** 分类参数定义*/
public class S901060ParameterDBO extends MyDataBaseObjectSupport3
{
/**
* 业务分类ID
*/
private String configTypeId = null;
/**
* 键定义
*/
priv... | UTF-8 | Java | 1,673 | java | S901060ParameterDBO.java | Java | [] | null | [] | package com.zmsoft.framework.persistent.system.S901060Parameter;
import org.zmsoft.framework.beans.db.MyDataBaseObjectSupport3;
/** 分类参数定义*/
public class S901060ParameterDBO extends MyDataBaseObjectSupport3
{
/**
* 业务分类ID
*/
private String configTypeId = null;
/**
* 键定义
*/
priv... | 1,673 | 0.549634 | 0.540306 | 84 | 16.869047 | 16.643875 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.130952 | false | false | 3 |
daf87126fee2166c10e63a4e0e5c4aca5e2418a4 | 13,374,528,176,038 | 33b45cbfa0e5574873446fd8a0a38c51546333bd | /blog-server/src/main/java/com/bingo/blogserver/dao/SysUserRoleDao.java | 8a6b31221f844a2c9eae35e1e521c44582d4ebe0 | [] | no_license | bingoCoding/blog_dubbo_study | https://github.com/bingoCoding/blog_dubbo_study | c78efd65a0f8f69b0b12cdbb0ac05cd7fb78835e | d389909fef3498ddcca0522326af99fefd2dbebf | refs/heads/master | 2021-04-09T11:01:07.762000 | 2018-03-16T09:47:18 | 2018-03-16T09:47:18 | 125,496,540 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bingo.blogserver.dao;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.bingo.bloginterface.Entity.SysUserRole;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import java.util.List;
public interface SysUserRoleDao extends BaseMapper<SysUserRole> {
... | UTF-8 | Java | 458 | java | SysUserRoleDao.java | Java | [] | null | [] | package com.bingo.blogserver.dao;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.bingo.bloginterface.Entity.SysUserRole;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import java.util.List;
public interface SysUserRoleDao extends BaseMapper<SysUserRole> {
... | 458 | 0.786026 | 0.786026 | 15 | 29.533333 | 26.705471 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 3 |
88edfe0b22a0f94d3515686250f3f4515d199817 | 32,298,154,110,445 | 6418c4425986cbddd88b0d2925c4b5bd23dc294f | /trunk/SwRI_Goggles-eclipse/src/edu/ttu/swri/messenger/AppContext.java | 83d85ba68fccb0292444cfb9721a2f5a36c98f62 | [] | no_license | kub1x/swri-goggles | https://github.com/kub1x/swri-goggles | d2995084d16098f64eda89569a1778f7214f74c7 | 7dfb8a8efb3f4633e06299f50616e62cfa3c4fcb | refs/heads/master | 2021-01-01T05:34:06.325000 | 2013-05-19T18:19:36 | 2013-05-19T18:19:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package edu.ttu.swri.messenger;
import java.util.ArrayList;
import android.app.Application;
import android.content.SharedPreferences;
import android.provider.Settings.Secure;
import com.google.gson.Gson;
import edu.ttu.swri.data.model.ElementMate;
import edu.ttu.swri.data.model.ElementPoi;
import edu.ttu.swri.goggl... | UTF-8 | Java | 5,064 | java | AppContext.java | Java | [
{
"context": "es(\"prefs\", 0);\n\t\tAppContext.current_user_name = \"GogglesDemo\";// settings.getString(\"selectedUser\",\n\t\t\t\t\t\t\t\t\t\t",
"end": 1622,
"score": 0.9985737204551697,
"start": 1611,
"tag": "USERNAME",
"value": "GogglesDemo"
},
{
"context": "ser_name,\n\t\t\t\t\... | null | [] | package edu.ttu.swri.messenger;
import java.util.ArrayList;
import android.app.Application;
import android.content.SharedPreferences;
import android.provider.Settings.Secure;
import com.google.gson.Gson;
import edu.ttu.swri.data.model.ElementMate;
import edu.ttu.swri.data.model.ElementPoi;
import edu.ttu.swri.goggl... | 5,064 | 0.758096 | 0.750395 | 168 | 29.142857 | 26.602964 | 190 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.952381 | false | false | 3 |
c52bf23df74c0ad64774c17341c5b25cb16dd7c8 | 23,175,643,594,622 | 5a9f375535b52d1e539c2489bad3a5baa2c8ca70 | /DeepWorking/IUnionFind.java | df7e241e6d61a7782b37f30a107ca2a9f69936b1 | [] | no_license | AbdoAhmedAbdelaleem/Data-Structures-with-Coursera | https://github.com/AbdoAhmedAbdelaleem/Data-Structures-with-Coursera | de9268b7eeb8d2e2aadcd13c7eaa27e2ecf77231 | 7152fb5560f1ea875c5abfe9075fd254e76d550f | refs/heads/master | 2022-06-21T23:47:07.191000 | 2020-05-13T05:51:12 | 2020-05-13T05:51:12 | 255,009,342 | 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 DeepWorking;
/**
*
* @author Abdo
*/
public interface IUnionFind {
public int find(int index);
public void makeSe... | UTF-8 | Java | 378 | java | IUnionFind.java | Java | [
{
"context": "ditor.\n */\npackage DeepWorking;\n\n/**\n *\n * @author Abdo\n */\npublic interface IUnionFind {\n\n public int",
"end": 229,
"score": 0.9106711745262146,
"start": 225,
"tag": "USERNAME",
"value": "Abdo"
}
] | 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 DeepWorking;
/**
*
* @author Abdo
*/
public interface IUnionFind {
public int find(int index);
public void makeSe... | 378 | 0.685185 | 0.685185 | 20 | 17.9 | 22.149267 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 3 |
07db035aca2c84bf157adb79771ec0453784196d | 23,880,018,179,910 | e128c0e988ad1d714909aff3bc1668cb29ef20a4 | /src/team/avengers/gameobjects/HulkSkill.java | ee57717a84ec8e47650f2d5b0039491e785c6593 | [] | no_license | fsw0422/Avengers | https://github.com/fsw0422/Avengers | c4ecb20a815e005629a853eba486eba1f771b9df | 24b46af11a5e7f49cb4af505b06a5f7d4063b947 | refs/heads/master | 2016-08-04T16:49:36.330000 | 2015-02-12T05:40:27 | 2015-02-12T05:40:27 | 20,355,125 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package team.avengers.gameobjects;
import com.badlogic.gdx.Gdx;
public class HulkSkill extends Skill {
public HulkSkill(int dur, int cool) {
super(dur, cool);
soundEffect = Gdx.audio.newSound(Gdx.files.internal("asset/sound/hulk.wav"));
}
public void changeToHulk(Player ply) {
ply.transform(Player.HULK); ... | UHC | Java | 460 | java | HulkSkill.java | Java | [] | null | [] | package team.avengers.gameobjects;
import com.badlogic.gdx.Gdx;
public class HulkSkill extends Skill {
public HulkSkill(int dur, int cool) {
super(dur, cool);
soundEffect = Gdx.audio.newSound(Gdx.files.internal("asset/sound/hulk.wav"));
}
public void changeToHulk(Player ply) {
ply.transform(Player.HULK); ... | 460 | 0.723744 | 0.716895 | 20 | 20.950001 | 22.060089 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.4 | false | false | 5 |
b6cc562ece79e8e92b1b85bfc9d643fbe8f37a9e | 5,059,471,478,015 | 45335f89eabe4c2baf81d65c51afad4088832c1c | /src/com/promesa/internalFrame/planificacion/IPlanificacion.java | eee9b9c1c08be167c65773163c38aecbf77c3104 | [] | no_license | danilmoreno17/proffline | https://github.com/danilmoreno17/proffline | 36d00a5b511f3eb8b7216cbd5ba4f9e2628f16df | 4ee16759bb6b8bd7d637796f7d4395e93ff759f3 | refs/heads/master | 2021-06-30T08:23:09.366000 | 2020-09-08T04:22:25 | 2020-09-08T04:22:25 | 134,219,808 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.promesa.internalFrame.planificacion;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Rectangle;
import javax.swing.JLabel;
import javax.swing.JTable;
import javax.swing.border.BevelBorder;
import javax.swing.border.TitledBorder;
import javax.swing.table.DefaultTableM... | ISO-8859-1 | Java | 56,741 | java | IPlanificacion.java | Java | [] | null | [] | package com.promesa.internalFrame.planificacion;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Rectangle;
import javax.swing.JLabel;
import javax.swing.JTable;
import javax.swing.border.BevelBorder;
import javax.swing.border.TitledBorder;
import javax.swing.table.DefaultTableM... | 56,741 | 0.684095 | 0.665143 | 1,504 | 36.67952 | 34.925697 | 474 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.964096 | false | false | 5 |
ac11b2adad97913415f3d1c23a98e6e253400cbc | 68,719,479,942 | d40e5031834bec90872d8460f38d0c220dceb140 | /src/main/java/com/github/ydydwang/rtsp/client/channel/RtspWriter.java | db79cdcf1ddf1ac1e0858a3ff962780ddf460268 | [] | no_license | YDYDWang/rtsp-client | https://github.com/YDYDWang/rtsp-client | 91151f6565ee8d59539a2b9542166c80581ca312 | fbe458a0e85e2670db53900f097f0fc0a493fe06 | refs/heads/master | 2021-04-15T03:50:29.219000 | 2018-03-23T10:12:27 | 2018-03-23T10:12:27 | 126,314,037 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.ydydwang.rtsp.client.channel;
import java.io.OutputStream;
public class RtspWriter extends ProxyWriter {
public RtspWriter(OutputStream outputStream) {
super(outputStream);
}
}
| UTF-8 | Java | 213 | java | RtspWriter.java | Java | [
{
"context": "package com.github.ydydwang.rtsp.client.channel;\r\n\r\nimport java.io.OutputStre",
"end": 27,
"score": 0.9672021865844727,
"start": 19,
"tag": "USERNAME",
"value": "ydydwang"
}
] | null | [] | package com.github.ydydwang.rtsp.client.channel;
import java.io.OutputStream;
public class RtspWriter extends ProxyWriter {
public RtspWriter(OutputStream outputStream) {
super(outputStream);
}
}
| 213 | 0.755869 | 0.755869 | 10 | 19.299999 | 20.214104 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 5 |
63fadd0197772b284fb591ef6869000091e9f332 | 8,615,704,402,370 | 33b51cc267c7c9e23cef34a78dba09de47c32585 | /MySql/src/mysql/clauses/RequiredClause.java | a7df37629dfaad4b470f1d0351f3de107b7bbca8 | [] | no_license | Nuno-Rafael-Figueiredo/nuno-rafael-figueiredo-java-dev | https://github.com/Nuno-Rafael-Figueiredo/nuno-rafael-figueiredo-java-dev | 818b0696214107602230db9a976df9abddee5fab | efb8eb87e8baf9231602655d8a9e8cf06f65ba9b | refs/heads/master | 2016-09-05T20:55:34.551000 | 2013-09-05T19:51:34 | 2013-09-05T19:51:34 | 33,076,599 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mysql.clauses;
import mysql.statements.Statement;
/**
* User: Nuno
* Date: 21-08-2013
* Time: 16:40
*/
public class RequiredClause<E extends Statement> extends Clause<E> {
protected RequiredClause(String name, E statement) {
super(name, statement, true);
}
public Require... | UTF-8 | Java | 387 | java | RequiredClause.java | Java | [
{
"context": "mport mysql.statements.Statement;\r\n\r\n/**\r\n * User: Nuno\r\n * Date: 21-08-2013\r\n * Time: 16:40\r\n */\r\npublic",
"end": 82,
"score": 0.9977315664291382,
"start": 78,
"tag": "USERNAME",
"value": "Nuno"
}
] | null | [] | package mysql.clauses;
import mysql.statements.Statement;
/**
* User: Nuno
* Date: 21-08-2013
* Time: 16:40
*/
public class RequiredClause<E extends Statement> extends Clause<E> {
protected RequiredClause(String name, E statement) {
super(name, statement, true);
}
public Require... | 387 | 0.635659 | 0.604651 | 18 | 19.5 | 20.111494 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 5 |
1272a55002734c3837dbe4c63d019d8e0680ac4c | 9,844,065,047,455 | b0d6f5c3fdecf0d2a2a38b97c35ca9ffa5fc1112 | /panoramapublic/src/org/labkey/panoramapublic/PanoramaPublicFileListener.java | 4a63b6506ed10ad41e0a7242b54f698e7bf5c066 | [] | no_license | LabKey/MacCossLabModules | https://github.com/LabKey/MacCossLabModules | 15a3ee7bcabe3cb19e87e6dc907e09c81b5f2635 | 142c022b1b7001dcd57e57c959189f015daa4684 | refs/heads/develop | 2023-08-30T05:26:01.897000 | 2023-08-29T23:58:09 | 2023-08-29T23:58:09 | 186,678,156 | 2 | 2 | null | false | 2023-09-06T20:58:01 | 2019-05-14T18:28:02 | 2023-07-18T09:09:57 | 2023-09-06T20:57:58 | 59,153 | 1 | 2 | 0 | Java | false | false | package org.labkey.panoramapublic;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.labkey.api.data.Container;
import org.labkey.api.data.SQLFragment;
import org.labkey.api.exp.api.ExpData;
import org.labkey.api.exp.api.ExperimentService;
import org.labkey.api.files.FileL... | UTF-8 | Java | 1,768 | java | PanoramaPublicFileListener.java | Java | [] | null | [] | package org.labkey.panoramapublic;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import org.labkey.api.data.Container;
import org.labkey.api.data.SQLFragment;
import org.labkey.api.exp.api.ExpData;
import org.labkey.api.exp.api.ExperimentService;
import org.labkey.api.files.FileL... | 1,768 | 0.702489 | 0.701923 | 65 | 26.200001 | 29.359941 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.523077 | false | false | 5 |
4842419fddfde7a968c1680b2ebea044659d3c7d | 18,021,682,780,014 | 2e47d3688bba44b38f5c5631d9c028a2500df9c9 | /src/main/java/com/hgyllensvard/geofencemanager/geofence/playIntegration/GeofenceTransitionsIntentService.java | 94bc06d55d5d50875d7f5e776d8f0741e9f9434d | [
"Apache-2.0"
] | permissive | HGyllensvard/geofence-manager | https://github.com/HGyllensvard/geofence-manager | 0c397c7cb8a36295bef069edfd597a5003af7f6a | 5cbe46ff891b4e4a248fdf0d5b2858c9a088bdf8 | refs/heads/master | 2020-12-26T03:12:49.789000 | 2017-04-11T21:22:18 | 2017-04-11T21:22:18 | 68,647,964 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hgyllensvard.geofencemanager.geofence.playIntegration;
import android.app.IntentService;
import android.content.Intent;
import com.google.android.gms.location.GeofencingEvent;
import com.hgyllensvard.geofencemanager.di.GeofenceModuleManager;
import javax.inject.Inject;
import timber.log.Timber;
public ... | UTF-8 | Java | 1,341 | java | GeofenceTransitionsIntentService.java | Java | [] | null | [] | package com.hgyllensvard.geofencemanager.geofence.playIntegration;
import android.app.IntentService;
import android.content.Intent;
import com.google.android.gms.location.GeofencingEvent;
import com.hgyllensvard.geofencemanager.di.GeofenceModuleManager;
import javax.inject.Inject;
import timber.log.Timber;
public ... | 1,341 | 0.721849 | 0.721849 | 42 | 30.952381 | 29.524769 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 5 |
a090414a2417eb10b4fc0b2d4ab4ee13f8efc384 | 1,151,051,247,735 | b652cfafe68f947979f04596b7cb5f9a0bfa4d2f | /app/src/main/java/com/leocardz/url/unshortener/About.java | 26628d243b464b0490173c95477748f634b8cd93 | [
"Apache-2.0"
] | permissive | LeonardoCardoso/Unshorten-It | https://github.com/LeonardoCardoso/Unshorten-It | 7ec3755eda972b7a2b37b71b8e953daef154ab3a | fc8028eac02b98ae5dfaeeb7511c32314cca7511 | refs/heads/master | 2021-01-18T21:22:49.622000 | 2016-09-13T14:09:53 | 2016-09-13T14:09:53 | 30,667,778 | 9 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.leocardz.url.unshortener;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.view.MenuItem;
import android.view.Vi... | UTF-8 | Java | 2,549 | java | About.java | Java | [] | null | [] | package com.leocardz.url.unshortener;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.view.MenuItem;
import android.view.Vi... | 2,549 | 0.631228 | 0.630051 | 93 | 26.408602 | 20.199137 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.526882 | false | false | 5 |
584136a3a9b0405abffe343d9605ebdd05a80eff | 27,058,293,975,620 | 2eff4d30d80873003d26c07480cc6a5c994fd39c | /src/main/java/leetcode/character/MaximumRepeatingSubstring.java | 811f4ed59237635ce7b7bf84fed7ad7c492ef0d6 | [] | no_license | jorksz/CS-Algorithm | https://github.com/jorksz/CS-Algorithm | 9cbc6fc2e3b31ece96784fdd91c7e4ebb9b483b2 | 9ffd6aa4d133001747c83be5f413a1d2711effc1 | refs/heads/master | 2023-07-25T18:37:38.351000 | 2023-07-12T14:48:15 | 2023-07-12T14:48:15 | 201,883,338 | 4 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package leetcode.character;
public class MaximumRepeatingSubstring {
public int maxRepeating(String sequence, String word) {
int res = 0;
StringBuilder words = new StringBuilder();
words.append(word);
while (sequence.length() >= words.toString().length()) {
if (sequenc... | UTF-8 | Java | 742 | java | MaximumRepeatingSubstring.java | Java | [] | null | [] | package leetcode.character;
public class MaximumRepeatingSubstring {
public int maxRepeating(String sequence, String word) {
int res = 0;
StringBuilder words = new StringBuilder();
words.append(word);
while (sequence.length() >= words.toString().length()) {
if (sequenc... | 742 | 0.613208 | 0.61186 | 27 | 26.481482 | 26.900875 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.481481 | false | false | 5 |
0fc3423380ed7d269444bc11dc1d12917f663fb3 | 29,102,698,407,365 | 9ece1790ee2f86ff651448f1da652db681671cd7 | /src/test/java/com/deloitte/automation/testcase/functionalTests/UT/IF_Test624/Test624_TC01.java | 55bd68ce2b79128c02c52e410a7577d5ef874a1a | [] | no_license | hemantojhaa/AAA_Framework | https://github.com/hemantojhaa/AAA_Framework | b5fabbfe7681327388e870de38762c107716ab61 | db723b292b38b017114667ac4595ca53b234fa1f | refs/heads/master | 2016-05-05T11:23:05.609000 | 2015-09-28T14:52:43 | 2015-09-28T14:52:43 | 43,306,922 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*
*/
package com.deloitte.automation.testcase.functionalTests.UT.IF_Test624;
import org.testng.annotations.Test;
import com.exigen.automation.common.CommonActionFunctions;
import com.exigen.automation.common.CommonDataFilling;
import com.exigen.automation.constant.element.autoss.AssBindTabUiIds;
impo... | UTF-8 | Java | 6,992 | java | Test624_TC01.java | Java | [
{
"context": "on.infrastructure.AppBaseClass;\r\n\r\n/**\r\n * @author eis\r\n */\r\npublic class Test624_TC01 extends AppBaseCl",
"end": 1245,
"score": 0.8711079359054565,
"start": 1242,
"tag": "USERNAME",
"value": "eis"
},
{
"context": "nfrastructure.AppBaseClass;\r\n\r\n/**\r\n * ... | null | [] | /**
*
*/
package com.deloitte.automation.testcase.functionalTests.UT.IF_Test624;
import org.testng.annotations.Test;
import com.exigen.automation.common.CommonActionFunctions;
import com.exigen.automation.common.CommonDataFilling;
import com.exigen.automation.constant.element.autoss.AssBindTabUiIds;
impo... | 6,992 | 0.787471 | 0.777031 | 156 | 42.820515 | 37.366257 | 219 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.083333 | false | false | 5 |
69eaa3ed1e32c83b67024270e59773d61e00ac3a | 6,339,371,740,311 | fd1c8a4d830f99291365886c85c43680f62df312 | /example/src/main/java/com/catyee/mybatis/example/model/ClassGrade.java | 44f59c271aa1bdebf745f47d00aa664cd1a81adc | [
"Apache-2.0"
] | permissive | Wwwwan/mybatis-ds-generator | https://github.com/Wwwwan/mybatis-ds-generator | de36a0d30a526a575b4eec8958cfff1116d6ea40 | de6757d9855feee2c217d85f2b223fcc778efc35 | refs/heads/main | 2023-04-16T07:53:21.681000 | 2021-04-18T09:09:01 | 2021-04-18T09:09:01 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.catyee.mybatis.example.model;
import com.catyee.mybatis.example.custom.entity.GradeType;
import java.io.Serializable;
import java.time.LocalDateTime;
import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@AllArgs... | UTF-8 | Java | 752 | java | ClassGrade.java | Java | [] | null | [] | package com.catyee.mybatis.example.model;
import com.catyee.mybatis.example.custom.entity.GradeType;
import java.io.Serializable;
import java.time.LocalDateTime;
import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@AllArgs... | 752 | 0.785904 | 0.784574 | 36 | 19.916666 | 17.327522 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.527778 | false | false | 5 |
eadc8ac04bf1bb73e2f663ba5caff706d00bcbb7 | 14,594,298,885,375 | 72d87cc90f4ff7933e716cf765af0b5435e5bc04 | /src/main/java/br/net/gvt/efika/efikaServiceAPI/model/service/validator/TelecomServicesDistribution.java | d97ae0d206a18c6cf9b319d3ce352c57af686dee | [] | no_license | pjefika/efikaServiceAPI | https://github.com/pjefika/efikaServiceAPI | c1c2d1f8f5f7dfece5b40c4d187f8701636448a2 | dc863c4d240ae3f204ad177dc9e2095ccbcdfb1f | refs/heads/master | 2020-03-09T02:55:56.045000 | 2018-08-13T12:45:59 | 2018-08-13T12:45:59 | 128,552,567 | 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 br.net.gvt.efika.efikaServiceAPI.model.service.validator;
import br.net.gvt.efika.efikaServiceAPI.model.ExecDetailedReq... | UTF-8 | Java | 848 | java | TelecomServicesDistribution.java | Java | [
{
"context": "alidador.ExecucaoDetalhada;\r\n\r\n/**\r\n *\r\n * @author G0041775 ainda a ser renomeada - sugestões aceitas...\r\n */",
"end": 576,
"score": 0.9996277093887329,
"start": 568,
"tag": "USERNAME",
"value": "G0041775"
}
] | 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 br.net.gvt.efika.efikaServiceAPI.model.service.validator;
import br.net.gvt.efika.efikaServiceAPI.model.ExecDetailedReq... | 848 | 0.782763 | 0.774498 | 22 | 36.5 | 33.461987 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 5 |
5b7b0d4ecab089bd193185edb828c0ba59bd5600 | 28,415,503,631,988 | ab8b1a13411e9f81f9b126c3ceba74e4b5df4f74 | /src/main/java/com/kwetter/JMS/TweetMessagePublisher.java | 2e0f3eb355c31af99cbacfbd856ee7180d940e04 | [] | no_license | HDauven/TwitterClone | https://github.com/HDauven/TwitterClone | 7797141de0c57d899238d20046e0a91c2a4d3964 | e1da2bc0c261f1598756e95cdb7e2a8f8a1385fb | refs/heads/master | 2021-07-13T16:14:15.963000 | 2017-10-17T10:56:00 | 2017-10-17T10:56:00 | 84,760,217 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kwetter.JMS;
import com.kwetter.model.Hashtag;
import com.kwetter.model.Tweet;
import org.apache.activemq.ActiveMQConnectionFactory;
import javax.annotation.Resource;
import javax.enterprise.event.Observes;
import javax.jms.*;
import javax.json.JsonObject;
import javax.json.spi.JsonProvider;
import java.u... | UTF-8 | Java | 3,410 | java | TweetMessagePublisher.java | Java | [
{
"context": "rovider;\nimport java.util.List;\n\n/**\n * Created by hein on 5/26/17.\n */\npublic class TweetMessagePublishe",
"end": 353,
"score": 0.9994488954544067,
"start": 349,
"tag": "USERNAME",
"value": "hein"
}
] | null | [] | package com.kwetter.JMS;
import com.kwetter.model.Hashtag;
import com.kwetter.model.Tweet;
import org.apache.activemq.ActiveMQConnectionFactory;
import javax.annotation.Resource;
import javax.enterprise.event.Observes;
import javax.jms.*;
import javax.json.JsonObject;
import javax.json.spi.JsonProvider;
import java.u... | 3,410 | 0.571847 | 0.568915 | 83 | 40.084339 | 26.43346 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.60241 | false | false | 5 |
9e385d55be1c8d64baea232f48b6eebfd4992221 | 5,171,140,689,257 | 3cd4ffe8c4cb05018878c5299c6ef8829a2ff1b1 | /src/Coffe.java | f8fa5dbb7f2e26f959a1bd65febcdca0ffe2d820 | [] | no_license | sahanahmadjit/DesignPattren | https://github.com/sahanahmadjit/DesignPattren | 14b563803dee4126a667bbbabbc86d94dedfa0f6 | 68efe1936d856ef60e9ab1fcb3a7b483a3041e1d | refs/heads/master | 2020-12-31T07:55:36.165000 | 2015-05-29T20:15:38 | 2015-05-29T20:15:38 | 36,396,050 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by Administrator on 5/30/2015.
*/
public class Coffe extends TemplatePattern{
@Override
void pour() {
System.out.println("Pour Coffie into Water");
}
@Override
void addEditionalCommodities() {
System.out.println("Add Extrea Commodities");
}
}
| UTF-8 | Java | 303 | java | Coffe.java | Java | [
{
"context": "/**\n * Created by Administrator on 5/30/2015.\n */\npublic class Coffe extends Te",
"end": 31,
"score": 0.6621725559234619,
"start": 18,
"tag": "NAME",
"value": "Administrator"
}
] | null | [] | /**
* Created by Administrator on 5/30/2015.
*/
public class Coffe extends TemplatePattern{
@Override
void pour() {
System.out.println("Pour Coffie into Water");
}
@Override
void addEditionalCommodities() {
System.out.println("Add Extrea Commodities");
}
}
| 303 | 0.630363 | 0.607261 | 15 | 19.200001 | 19.640774 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.133333 | false | false | 5 |
1d2d6e52773952acd3d75b4b3b9ba3599d407a39 | 15,350,213,158,065 | b43551fa90461726083354025009c8000d4edaf6 | /src/main/java/com/zl/wxgzh/httpsManage/CertificateManage.java | aa0708715c83ac319ca642c01f8370addd2c80c0 | [] | no_license | zhang-love/wxgzh | https://github.com/zhang-love/wxgzh | 23587c8e712857328b6582e57df3703c7518cac2 | 38e36268eaaabaf8917b00b867b3df71497a790f | refs/heads/master | 2022-06-21T21:08:41.654000 | 2019-09-03T03:09:42 | 2019-09-03T03:09:42 | 200,953,669 | 0 | 0 | null | false | 2022-06-17T02:21:36 | 2019-08-07T02:04:03 | 2019-09-03T03:10:12 | 2022-06-17T02:21:33 | 86 | 0 | 0 | 1 | Java | false | false | package com.zl.wxgzh.httpsManage;
import org.springframework.web.bind.annotation.RequestMapping;
import javax.net.ssl.X509TrustManager;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
/**
* https请求需要一个证书信任管理器
*/
@RequestMapping
public class CertificateManage i... | UTF-8 | Java | 772 | java | CertificateManage.java | Java | [] | null | [] | package com.zl.wxgzh.httpsManage;
import org.springframework.web.bind.annotation.RequestMapping;
import javax.net.ssl.X509TrustManager;
import java.security.cert.CertificateException;
import java.security.cert.X509Certificate;
/**
* https请求需要一个证书信任管理器
*/
@RequestMapping
public class CertificateManage i... | 772 | 0.741287 | 0.703753 | 29 | 23.724138 | 30.591745 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.275862 | false | false | 5 |
18927b5be455b88e7901c5b40637e8579c5c9e16 | 32,006,096,323,680 | 728ca881966d7b7881ac4458d79a4693177dad71 | /app/src/main/java/id/edutech/baso/mapsproject/TrendingFragment.java | 043fefb008465d09cb9d7fa7788999a82cc6c654 | [] | no_license | ahmadmuflih/Hispot | https://github.com/ahmadmuflih/Hispot | 14926326493322806b8b85f65a5efc2bf9de6f8d | 96ff67b44b7929d402f787d4adfe864690f7db6a | refs/heads/master | 2021-01-19T20:30:18.636000 | 2017-04-17T13:51:58 | 2017-04-17T13:51:58 | 88,512,556 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package id.edutech.baso.mapsproject;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget... | UTF-8 | Java | 12,473 | java | TrendingFragment.java | Java | [] | null | [] | package id.edutech.baso.mapsproject;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Build;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.support.v7.widget... | 12,473 | 0.609877 | 0.608033 | 333 | 36.456455 | 30.04994 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.654655 | false | false | 5 |
e8cfd35288b34b0c3f4eae13334c952253a83421 | 32,006,096,327,515 | a12279aaa7fd828c6ed4895c3128347482245ee0 | /src/main/java/com/emosist/pagessante/utils/PostgresOperation.java | da48dcf1df35aaae460fb48a3f89a6ba0b862f9d | [] | no_license | ProjetLicenceGCS/PagesSante_Referentiel | https://github.com/ProjetLicenceGCS/PagesSante_Referentiel | b06480cff44cc2ca46c85978a65981b39bdb0f89 | 09478db2155d39bb6b14abb6813b32a751dd274d | refs/heads/master | 2020-04-21T18:04:28.276000 | 2014-02-18T19:52:44 | 2014-02-18T19:52:44 | 15,135,205 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.emosist.pagessante.utils;
public class PostgresOperation {
}
| UTF-8 | Java | 80 | java | PostgresOperation.java | Java | [] | null | [] | package com.emosist.pagessante.utils;
public class PostgresOperation {
}
| 80 | 0.75 | 0.75 | 5 | 14 | 16.816658 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 5 |
6517f241f5bc0278760304e7af9c528d4511e6f6 | 4,930,622,497,079 | c81c2080c90a18aa7d7d71d0aedf15fa2808d0ab | /src/main/java/com/unionpay/unionpay_test/base/BaseController.java | 0c4a783e966198570cc905cc397517b5c27837a6 | [] | no_license | VingKing/unionpay_test | https://github.com/VingKing/unionpay_test | 2c1f3eb31055fd7c17f3f45c19e69314893a9c6f | cf201c72399d902a1cc9610a5a4968687cf567c5 | refs/heads/master | 2018-07-10T17:16:15.981000 | 2018-07-06T02:16:40 | 2018-07-06T02:16:40 | 135,260,912 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.unionpay.unionpay_test.base;
import java.util.HashMap;
import java.util.Map;
public abstract class BaseController {
/**
* closeCurrent自动判断
*
* @param statusCode
* 状态码
* @param tabid
* 待刷新navid
* @return
*/
public Map<String, Object> jsonReturn(int st... | UTF-8 | Java | 4,127 | java | BaseController.java | Java | [
{
"context": " * \r\n\t * @Description: B-JUI上传组件成功返回\r\n\t * @author: huangShengJie\r\n\t * @param statusCode\r\n\t * @param msg\r\n\t * @para",
"end": 2724,
"score": 0.9996405243873596,
"start": 2711,
"tag": "NAME",
"value": "huangShengJie"
},
{
"context": " * \r\n\t * @Description... | null | [] | package com.unionpay.unionpay_test.base;
import java.util.HashMap;
import java.util.Map;
public abstract class BaseController {
/**
* closeCurrent自动判断
*
* @param statusCode
* 状态码
* @param tabid
* 待刷新navid
* @return
*/
public Map<String, Object> jsonReturn(int st... | 4,127 | 0.601971 | 0.57771 | 155 | 23.529032 | 19.68504 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.2 | false | false | 5 |
e1e31a828cdac7b3e0a84dfd9b0c655a16f39b69 | 11,338,713,722,655 | 950ad02850d365a4de859562a276cd5ce31d2ccb | /app/src/main/java/com/zakhulhaq/filmku/ui/tv/TvAdapter.java | 70487bc0119af23284f138ad5088ac0efed25daf | [] | no_license | DafaZakhulhaq27/FilmKu | https://github.com/DafaZakhulhaq27/FilmKu | 4d94c053c25c1dfbcd105acd53d9e6fe25367908 | d4a38471cf47285515a86e91a745de3edea008d4 | refs/heads/master | 2020-07-30T14:33:36.280000 | 2019-10-04T04:32:34 | 2019-10-04T04:32:34 | 210,265,034 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zakhulhaq.filmku.ui.tv;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RatingBar;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recycler... | UTF-8 | Java | 2,673 | java | TvAdapter.java | Java | [] | null | [] | package com.zakhulhaq.filmku.ui.tv;
import android.content.Intent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.RatingBar;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recycler... | 2,673 | 0.648709 | 0.645342 | 81 | 32 | 26.21092 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.604938 | false | false | 5 |
ac383142909f7f5cc64bc4ff62cfc4f5eb6658f1 | 22,213,570,890,577 | 0095fefdd7af95192834254ca6feb766747fba0a | /iplanner-api/src/main/java/ibox/iplanner/api/lambda/GetEntityDefinitionHandlerWrapper.java | 01f2bb114c31b82cce4af752b56987c4a0b9df50 | [] | no_license | coder-weiru/ibox | https://github.com/coder-weiru/ibox | 0f31aa73738657cff6937ab7fea22d7967298b33 | 7c40bcedcca5c58a6416e79e9a220c4e8e4029e2 | refs/heads/master | 2022-12-22T00:35:48.415000 | 2019-11-15T16:26:13 | 2019-11-15T16:26:13 | 187,427,299 | 0 | 0 | null | false | 2022-12-12T21:41:51 | 2019-05-19T02:57:00 | 2019-11-15T16:26:19 | 2022-12-12T21:41:51 | 4,784 | 0 | 0 | 10 | Java | false | false | package ibox.iplanner.api.lambda;
import com.amazonaws.services.lambda.runtime.Context;
import com.amazonaws.services.lambda.runtime.RequestHandler;
import com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent;
import com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent;
import ... | UTF-8 | Java | 1,152 | java | GetEntityDefinitionHandlerWrapper.java | Java | [] | null | [] | package ibox.iplanner.api.lambda;
import com.amazonaws.services.lambda.runtime.Context;
import com.amazonaws.services.lambda.runtime.RequestHandler;
import com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent;
import com.amazonaws.services.lambda.runtime.events.APIGatewayProxyResponseEvent;
import ... | 1,152 | 0.838542 | 0.838542 | 24 | 47 | 40.147644 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 5 |
0d6e80b4ffc4fce8304e1a10c66b92f27b0dcd4a | 22,213,570,887,623 | ec4de1e06c8ef59e87f87b07932e1e9f28d37aac | /src/application/VerticalProgressBar.java | 19654473e37de8d5ec589016b26b27e91a0d51bf | [] | no_license | daixiaoxiao/Java_basketballShoot- | https://github.com/daixiaoxiao/Java_basketballShoot- | 571fb8da90f7d804a277411a1e3e1071bf7c4436 | fb5ddbac4d71ebde322e44837363089c684c5f50 | refs/heads/master | 2021-01-19T13:49:41.588000 | 2017-02-18T23:25:03 | 2017-02-18T23:25:03 | 82,421,291 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package application;
import javafx.scene.control.ProgressBar;
import javafx.scene.layout.StackPane;
import javafx.scene.transform.Rotate;
import javafx.scene.transform.Translate;
public class VerticalProgressBar {
private ProgressBar progressBar = new ProgressBar();
public VerticalProgressBar(double width... | UTF-8 | Java | 771 | java | VerticalProgressBar.java | Java | [] | null | [] | package application;
import javafx.scene.control.ProgressBar;
import javafx.scene.layout.StackPane;
import javafx.scene.transform.Rotate;
import javafx.scene.transform.Translate;
public class VerticalProgressBar {
private ProgressBar progressBar = new ProgressBar();
public VerticalProgressBar(double width... | 771 | 0.697795 | 0.69131 | 24 | 31.125 | 24.355547 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.791667 | false | false | 5 |
3a062548556b37789428e4da71e584095bb3f3e6 | 5,351,529,275,487 | 27ffe207a31b91ea15a00792ec7e36a2386882fe | /CCChargedMinersLauncher/src/com/chargedminers/launcher/ServerJoinInfo.java | c86769fe9b49dc3001a072abdf90881e95930e7b | [
"BSD-3-Clause"
] | permissive | Charged/CCChargedMinersLauncher | https://github.com/Charged/CCChargedMinersLauncher | 2ed6587b8e3eaa4c1f6dd55c33fa082597ddbc51 | 90bb249a789ebb3ad5de199885635b86dfab63cf | refs/heads/master | 2020-05-15T14:34:22.998000 | 2014-07-16T16:34:30 | 2014-07-16T16:34:30 | 17,154,210 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chargedminers.launcher;
import java.net.InetAddress;
public class ServerJoinInfo {
public String playerName;
public String hash;
public InetAddress address;
public int port;
public String pass;
public boolean override;
public boolean signInNeeded;
public boolean passNeeded... | UTF-8 | Java | 324 | java | ServerJoinInfo.java | Java | [] | null | [] | package com.chargedminers.launcher;
import java.net.InetAddress;
public class ServerJoinInfo {
public String playerName;
public String hash;
public InetAddress address;
public int port;
public String pass;
public boolean override;
public boolean signInNeeded;
public boolean passNeeded... | 324 | 0.740741 | 0.740741 | 15 | 20.6 | 12.789579 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
b30035ef52796b6fdad429d977aa338616abc77a | 6,150,393,171,613 | 3289d6a8c3f5f57e34aab1edd0fd6a9c16216610 | /oops/lingkaran/Lingkaran.java | cf4c8a92215e4e07ea8ed67e30770ee7bb7e4549 | [
"MIT"
] | permissive | aammiit2002/Hacktoberfest2021-5 | https://github.com/aammiit2002/Hacktoberfest2021-5 | 3a2c334132129466cfa060fadaeefa7759e4ce50 | 6702bc97cacc2ed3219436db74eabc2a62bb627c | refs/heads/main | 2023-09-03T15:03:44.859000 | 2021-10-31T17:47:44 | 2021-10-31T17:47:44 | 423,219,418 | 0 | 0 | MIT | true | 2021-10-31T17:46:54 | 2021-10-31T17:46:54 | 2021-10-31T17:46:53 | 2021-10-31T17:05:41 | 380 | 0 | 0 | 0 | null | false | false | package Minggu2_Objek;
public class Lingkaran {
double PHI = 3.14;
double r;
double hitungLuas(){
double luas = PHI * r *r;
return luas;
}
double hitungKeliling(){
double keliling = 2*PHI*r;
return keliling;
}
}
| UTF-8 | Java | 274 | java | Lingkaran.java | Java | [] | null | [] | package Minggu2_Objek;
public class Lingkaran {
double PHI = 3.14;
double r;
double hitungLuas(){
double luas = PHI * r *r;
return luas;
}
double hitungKeliling(){
double keliling = 2*PHI*r;
return keliling;
}
}
| 274 | 0.554745 | 0.536496 | 19 | 13.421053 | 12.402529 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 5 |
d99d220996c3b7fa78e06a8597f886b5dfbc938e | 10,436,770,537,182 | 4a0f932f1f1b6e47662b8993377cce1d122cd7b8 | /src/main/java/com/cn/template/repository/experiment/InspectionRecordDao.java | cc40f507147d02a34140f742da1cea618501c48c | [] | no_license | rong1005/template | https://github.com/rong1005/template | 244934af4f6848d42f2aaf7c1d7f6d278f404684 | 66ccedbcdf074a93186c2d38ae7838c026b57de0 | refs/heads/master | 2016-09-06T21:24:23.123000 | 2014-09-22T13:02:39 | 2014-09-22T13:02:39 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.cn.template.repository.experiment;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.PagingAndSortingRepository;
import com.cn.template.entity.experiment.InspectionRecord;
/**
* 巡检记录的数据访问接口.
* @author Libra
*
*/
public interface Inspec... | UTF-8 | Java | 464 | java | InspectionRecordDao.java | Java | [
{
"context": ".InspectionRecord;\n\n/**\n * 巡检记录的数据访问接口.\n * @author Libra\n *\n */\npublic interface InspectionRecordDao exten",
"end": 289,
"score": 0.8014289140701294,
"start": 284,
"tag": "NAME",
"value": "Libra"
}
] | null | [] | package com.cn.template.repository.experiment;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.PagingAndSortingRepository;
import com.cn.template.entity.experiment.InspectionRecord;
/**
* 巡检记录的数据访问接口.
* @author Libra
*
*/
public interface Inspec... | 464 | 0.834842 | 0.834842 | 15 | 28.466667 | 39.82774 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
5f1f5f4f58f4e114186f257d6d7715f897ef2491 | 11,484,742,565,968 | 94117ab57c41757ce0986be484162bc6be92720e | /day09/src/day09/PersonStudentMain.java | cdd03f2fee5fa7e7978001824f3d6fb2db3436d1 | [] | no_license | gkdyddl33/java1_workspace | https://github.com/gkdyddl33/java1_workspace | 33ca67000849f27ebf865b99f49721d59d183247 | 32059d079029e6dcd00266eb64fa6709c1af4ba8 | refs/heads/master | 2023-01-05T08:09:41.839000 | 2020-11-02T13:45:53 | 2020-11-02T13:45:53 | 308,164,254 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package day09;
public class PersonStudentMain {
public static void main(String[] args) {
Student student1 = new Student("홍길동",20,175,70,"20170101",1,4.5);
Student student2 = new Student("이순신",30,170,80,"20090505",4,3.0);
student1.show();
student2.show();
Teacher teacher1 = new Teacher("John Doe",25... | UHC | Java | 387 | java | PersonStudentMain.java | Java | [
{
"context": "ng[] args) {\n\t\t\n\t\tStudent student1 = new Student(\"홍길동\",20,175,70,\"20170101\",1,4.5);\n\t\tStudent student2 ",
"end": 131,
"score": 0.8762639760971069,
"start": 128,
"tag": "NAME",
"value": "홍길동"
},
{
"context": "170101\",1,4.5);\n\t\tStudent student2 = new Stud... | null | [] | package day09;
public class PersonStudentMain {
public static void main(String[] args) {
Student student1 = new Student("홍길동",20,175,70,"20170101",1,4.5);
Student student2 = new Student("이순신",30,170,80,"20090505",4,3.0);
student1.show();
student2.show();
Teacher teacher1 = new Teacher("<NAME>",25,1... | 385 | 0.672 | 0.504 | 16 | 22.4375 | 25.541555 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.8125 | false | false | 5 |
57e128b2e0c6508afd011ec85ce9993926b87b97 | 10,264,971,872,763 | 79e2c4bbae6774b3b83769b792b0a13851f75b08 | /eco-app/src/test/java/easycare/alc/cuke/pageObjects/HstPageUrls.java | 07e12daf999386e97c4a84dc211bac63ff4f78ca | [] | no_license | mikessun/reports-repo | https://github.com/mikessun/reports-repo | 782916378ec3753c7c42db8a85c2313e588d41e0 | b2f44c22547ef777402716393debb58039b39b5c | refs/heads/master | 2019-01-19T20:11:40.844000 | 2016-04-15T23:08:32 | 2016-04-15T23:08:32 | 56,277,427 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package easycare.alc.cuke.pageObjects;
import static easycare.cuke.pageObjects.PageUrls.EASYCARE_NUMBER;
import static easycare.cuke.pageObjects.PageUrls.OPTIONAL_QUERY_STRING;
public final class HstPageUrls {
private HstPageUrls() {
}
/** matches one or more digits */
public static final String DIG... | UTF-8 | Java | 3,231 | java | HstPageUrls.java | Java | [] | null | [] | package easycare.alc.cuke.pageObjects;
import static easycare.cuke.pageObjects.PageUrls.EASYCARE_NUMBER;
import static easycare.cuke.pageObjects.PageUrls.OPTIONAL_QUERY_STRING;
public final class HstPageUrls {
private HstPageUrls() {
}
/** matches one or more digits */
public static final String DIG... | 3,231 | 0.724853 | 0.724853 | 37 | 86.324326 | 52.620544 | 142 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72973 | false | false | 5 |
1a4e151456f062e2cfd1ae17ea378d6c6c94ec66 | 30,176,440,243,581 | 003a6ee01d39c3d5e7d3e57f0bac56bc411d2bd5 | /TigerGolf004/TGolfer/src/main/java/com/boha/golfpractice/player/adapters/BagListAdapter.java | 45f602bedbfd71e59bbe2d7353c196a6d67e732f | [] | no_license | malengatiger/TigerGolf004 | https://github.com/malengatiger/TigerGolf004 | e9ee4c7b88f384907670971b7e21d5f66a22e096 | 16c7e5afa26711bf2aab70fc9685cca983d9a2c7 | refs/heads/master | 2021-01-18T23:43:35.285000 | 2016-06-08T13:07:47 | 2016-06-08T13:07:47 | 54,854,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.boha.golfpractice.player.adapters;
import android.content.Context;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.SeekBar;
import and... | UTF-8 | Java | 7,564 | java | BagListAdapter.java | Java | [
{
"context": ".List;\nimport java.util.Locale;\n\n/**\n * Created by aubreyM on 14/12/17.\n */\npublic class BagListAdapter exte",
"end": 632,
"score": 0.9996629953384399,
"start": 625,
"tag": "USERNAME",
"value": "aubreyM"
}
] | null | [] | package com.boha.golfpractice.player.adapters;
import android.content.Context;
import android.support.design.widget.FloatingActionButton;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.SeekBar;
import and... | 7,564 | 0.605235 | 0.599286 | 200 | 36.82 | 27.706453 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.68 | false | false | 5 |
7d6bf5600a6e830b8aef64c807bd290d34467568 | 223,338,332,229 | d2af70eedab94df6fda54a44437579907cef4d94 | /src/main/java/com/isolutions/usermanagement/service/EmploymentHistoryService.java | b409a9b6050238723b3b1ad2c81e7f60651e6035 | [] | no_license | alkettarko/User-Management | https://github.com/alkettarko/User-Management | 3dda820af9564be46959b6bcacf7f6bb735d7fd4 | e200e198ef33cd7f6d70fb841c55cdde0d61cdbf | refs/heads/master | 2022-03-24T06:28:21.243000 | 2019-12-10T01:06:43 | 2019-12-10T01:06:43 | 224,932,455 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.isolutions.usermanagement.service;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.isolutions.usermanagement.dto.EmploymentHistoryDto;
import com.isolutions.usermanagement.model.Emp... | UTF-8 | Java | 1,670 | java | EmploymentHistoryService.java | Java | [] | null | [] | package com.isolutions.usermanagement.service;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.isolutions.usermanagement.dto.EmploymentHistoryDto;
import com.isolutions.usermanagement.model.Emp... | 1,670 | 0.831737 | 0.831737 | 49 | 33.081635 | 32.400452 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.346939 | false | false | 5 |
8d89a18614d3613156b26d7075bcba96ce750fc9 | 23,398,981,840,990 | f1707897c314e588deb265120ec17d63c5546862 | /app/src/main/java/com/androidfizz/viewpagerparallaxtransformer/MainActivity.java | 36a305ab13aa7818b1e3e188366f13716cc1021d | [] | no_license | androidfizz/ViewPager-Parallax-Transformer | https://github.com/androidfizz/ViewPager-Parallax-Transformer | fe1c711dce56550b633899ded7c836fe3b434c05 | 2a56c2b6dc9534caa232895e35f791f74747299e | refs/heads/master | 2021-04-15T04:46:55.593000 | 2018-03-26T17:24:59 | 2018-03-26T17:24:59 | 126,864,165 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.androidfizz.viewpagerparallaxtransformer;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import com.androidfizz.viewpagerparallaxtransformer.adapter.PagerAdapter;
import java.util.ArrayList;
public class MainActivity extends AppCompat... | UTF-8 | Java | 1,936 | java | MainActivity.java | Java | [] | null | [] | package com.androidfizz.viewpagerparallaxtransformer;
import android.os.Bundle;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import com.androidfizz.viewpagerparallaxtransformer.adapter.PagerAdapter;
import java.util.ArrayList;
public class MainActivity extends AppCompat... | 1,936 | 0.727273 | 0.71281 | 48 | 39.333332 | 36.548103 | 134 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 5 |
5ec83eb1ad8a93ccd384f05db4d569640bd46ec7 | 30,674,656,481,745 | 7cc46f38676ce131c5a3896651b5cff6edb2aba5 | /src/jeuDesPetitsCheveaux/JeuDesPetitsCheveaux.java | e83139551404053f2bd732ff67c551697d002817 | [] | no_license | Corrun/groupe-10 | https://github.com/Corrun/groupe-10 | 14691b54fe290fb53467fbb701b6f28fbf944ab8 | 17100422468eee3b8f002079527f8ef25e786a40 | refs/heads/main | 2023-07-18T23:32:32.431000 | 2021-09-02T20:29:17 | 2021-09-02T20:29:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* This file is licensed to you under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
*... | UTF-8 | Java | 2,889 | java | JeuDesPetitsCheveaux.java | Java | [
{
"context": "se sert à .........\n *\n * @author <a href=\"mailto:adnan.kouakoua@univ-lille1.fr\">Adnân KOUAKOUA</a>\n * IUT-A Informatique, Univer",
"end": 815,
"score": 0.9998810291290283,
"start": 786,
"tag": "EMAIL",
"value": "adnan.kouakoua@univ-lille1.fr"
},
{
"context": "or <... | null | [] | /*
* This file is licensed to you under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
*... | 2,858 | 0.660083 | 0.651767 | 129 | 21.372093 | 22.072844 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.031008 | false | false | 5 |
9557d54d526eb14046c78a373909e534af7b12e3 | 18,794,776,937,552 | 0579649dd15c99472685b1e9b22c24742b85525c | /app/src/main/java/com/example/oud/api/Playlist.java | e0f20218a4d34d0f0eb4a6c6a048a5719340bec5 | [
"MIT"
] | permissive | youssefEdrees/Oud-1 | https://github.com/youssefEdrees/Oud-1 | 62445fe7475af009424078bcc06ffdff28bae8bf | fc013e81a16f140b90ca6d7a00f7174328223ac9 | refs/heads/master | 2023-06-26T02:57:18.686000 | 2021-07-31T16:36:09 | 2021-07-31T16:36:09 | 272,238,327 | 0 | 0 | MIT | true | 2021-07-31T16:36:10 | 2020-06-14T16:15:22 | 2020-06-16T18:46:58 | 2021-07-31T16:36:09 | 66,055 | 0 | 0 | 0 | Java | false | false | package com.example.oud.api;
import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
public class Playlist {
@SerializedName("_id")
private String id;
private String name;
private String owner;
private boolean collaborative;
private String description;
private... | UTF-8 | Java | 2,747 | java | Playlist.java | Java | [] | null | [] | package com.example.oud.api;
import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
public class Playlist {
@SerializedName("_id")
private String id;
private String name;
private String owner;
private boolean collaborative;
private String description;
private... | 2,747 | 0.595195 | 0.595195 | 131 | 19.969465 | 17.380756 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.396947 | false | false | 5 |
5767af0d362a48dc93fe3f4c9574fe3006e31629 | 32,925,219,294,554 | 80afe5d514471b5c570d918562f1c7c7d3488cf6 | /lesson7/src/Bai6/Rectangle.java | b9abb37faf98cc348e0b4083b695eb6bbf83ac82 | [] | no_license | DuyToi140299/JavaWeb-Programimng | https://github.com/DuyToi140299/JavaWeb-Programimng | 2129d6dc4acb5b7de072ce0266ba768f8dda6b1b | 34fa17b840c32c305efa21a6dc451c8379ec2a71 | refs/heads/master | 2023-06-10T01:53:27.765000 | 2023-05-31T09:09:11 | 2023-05-31T09:09:11 | 171,900,709 | 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 Bai6;
import java.util.Scanner;
/**
*
* @author Admin
*/
public class Rectangle {
Scanner sc = new Scanner(System.in)... | UTF-8 | Java | 910 | java | Rectangle.java | Java | [
{
"context": "ai6;\n\nimport java.util.Scanner;\n\n/**\n *\n * @author Admin\n */\npublic class Rectangle {\n\n Scanner sc = ne",
"end": 250,
"score": 0.6706902980804443,
"start": 245,
"tag": "USERNAME",
"value": "Admin"
}
] | 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 Bai6;
import java.util.Scanner;
/**
*
* @author Admin
*/
public class Rectangle {
Scanner sc = new Scanner(System.in)... | 910 | 0.591209 | 0.589011 | 48 | 17.958334 | 18.597668 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.395833 | false | false | 5 |
69235f49d4df0e711a64d2ffe31172786e8a4b63 | 5,531,917,931,806 | 8ebad51a3c26aef7420bbf805277ab34db8e333b | /app/src/main/java/com/ulsu/marat/valuter/utils/DialogUtils.java | e4bfab56c6b6e69350fc7d47da474a056a2c8385 | [] | no_license | zloyDemon/CourseWork | https://github.com/zloyDemon/CourseWork | dd6fd97f36799c6820ce18a284ef314856b5c361 | a688820fc56292727dce0171351aa929cee9623e | refs/heads/master | 2021-01-20T05:36:27.063000 | 2017-06-30T18:46:09 | 2017-06-30T18:46:09 | 89,795,737 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ulsu.marat.valuter.utils;
import android.app.AlertDialog;
import android.content.Context;
/**
* Created by Marat on 09.05.2017.
*/
public class DialogUtils {
public static void DialogMessage(Context context, int title, int message){
AlertDialog dialog = new AlertDialog.Builder(context)
... | UTF-8 | Java | 528 | java | DialogUtils.java | Java | [
{
"context": "import android.content.Context;\n\n/**\n * Created by Marat on 09.05.2017.\n */\n\npublic class DialogUtils {\n ",
"end": 127,
"score": 0.9993139505386353,
"start": 122,
"tag": "NAME",
"value": "Marat"
}
] | null | [] | package com.ulsu.marat.valuter.utils;
import android.app.AlertDialog;
import android.content.Context;
/**
* Created by Marat on 09.05.2017.
*/
public class DialogUtils {
public static void DialogMessage(Context context, int title, int message){
AlertDialog dialog = new AlertDialog.Builder(context)
... | 528 | 0.640152 | 0.625 | 19 | 26.789474 | 23.109758 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421053 | false | false | 5 |
3450759e6584edc81b36ea728ad0a5ea4f3194bc | 5,531,917,930,849 | fb6f8f24289185859a30dd50da02a42d16466bb2 | /src/coen359/vendingmachine/admin/userfeedback/UserFeedbackController.java | ce6f8f955d5d4a16d8c97ba1a7914ca6e28dd0b2 | [] | no_license | farzas/smartcal-vending-machine | https://github.com/farzas/smartcal-vending-machine | 3cc8d93ae383f1e0b5fad478da5052a4435f4fa5 | a3853285b1605a4b720e252d96ff2bf2282d22a5 | refs/heads/master | 2021-01-11T14:14:47.372000 | 2017-02-07T19:41:30 | 2017-02-07T19:41:30 | 81,242,911 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package coen359.vendingmachine.admin.userfeedback;
import java.text.ParseException;
import javax.swing.table.TableModel;
import javax.swing.event.*;
/**
* Glue between the view and the model .
* No database specific code here. Contains a reference to both the TableModel and the graphical user inte... | UTF-8 | Java | 2,346 | java | UserFeedbackController.java | Java | [] | null | [] | package coen359.vendingmachine.admin.userfeedback;
import java.text.ParseException;
import javax.swing.table.TableModel;
import javax.swing.event.*;
/**
* Glue between the view and the model .
* No database specific code here. Contains a reference to both the TableModel and the graphical user inte... | 2,346 | 0.750639 | 0.748934 | 60 | 37.099998 | 40.39542 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.55 | false | false | 5 |
3ef8024b61f6b87944347e26fc0210a35399e333 | 23,948,737,662,798 | 381dd7a53b5ac890b3b64e442a574da49bbe995f | /SQL/SQL/Reports/src/pl/javastrt/first/Pracownik.java | f48a08681b07a43a3d09afe175308ab0eb19c5af | [] | no_license | leon230/UTMSReporting | https://github.com/leon230/UTMSReporting | 9dfcf84ee5d961a94286284b9f8dc6b79838f44d | 9a38de2857255d98d76570b2afbf618a3c4c2b16 | refs/heads/master | 2020-05-21T20:04:03.030000 | 2017-03-22T12:01:58 | 2017-03-22T12:01:58 | 64,285,301 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.javastrt.first;
public class Pracownik {
String imie;
String nazwisko;
int wiek;
void ustawImie(String name, String surname, int age){
imie = name;
nazwisko = surname;
wiek = age;
}
String outImie(){
return imie;
}
String outNazwisko(){
return nazwisko;
}
int outWiek(){
return wi... | UTF-8 | Java | 335 | java | Pracownik.java | Java | [] | null | [] | package pl.javastrt.first;
public class Pracownik {
String imie;
String nazwisko;
int wiek;
void ustawImie(String name, String surname, int age){
imie = name;
nazwisko = surname;
wiek = age;
}
String outImie(){
return imie;
}
String outNazwisko(){
return nazwisko;
}
int outWiek(){
return wi... | 335 | 0.653731 | 0.653731 | 27 | 11.407408 | 11.848611 | 54 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.518519 | false | false | 5 |
0c11a8951e6e20446e5a964015aef24fec641c89 | 12,859,132,116,979 | 87f0a0383169ab9e7df545684954702beed7b3f0 | /src/main/java/org/simple/countstat/dao/BaseDao.java | 7cb670c8aaebb022ab9dd94aadb7d71fb820d491 | [
"Apache-2.0"
] | permissive | qibaoguang/simple.countstat | https://github.com/qibaoguang/simple.countstat | 8a765ee51ecc87da5611618386f436bac4526376 | 6c38085876992f05c5db39f1ba1007aa7e915d25 | refs/heads/master | 2015-08-18T02:40:39.628000 | 2014-12-30T10:42:40 | 2014-12-30T10:42:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.simple.countstat.dao;
import java.util.List;
import org.apache.ibatis.session.SqlSessionFactory;
public interface BaseDao {
SqlSessionFactory getReadSessionFactory();
SqlSessionFactory getWriteSessionFactory();
int save(String statement, Object obj);
int update(String st... | UTF-8 | Java | 794 | java | BaseDao.java | Java | [] | null | [] | package org.simple.countstat.dao;
import java.util.List;
import org.apache.ibatis.session.SqlSessionFactory;
public interface BaseDao {
SqlSessionFactory getReadSessionFactory();
SqlSessionFactory getWriteSessionFactory();
int save(String statement, Object obj);
int update(String st... | 794 | 0.716625 | 0.716625 | 33 | 22.060606 | 24.319763 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.575758 | false | false | 5 |
f2198334f0373167106a49c591f55004bd0d7874 | 10,668,698,815,778 | ce95830c0a0db6a5df5806b67ac91ce9ca555f10 | /src/com/ulatina/clasesDiarioFacil/ClienteNormalHandler.java | 9897b2f2789a0dd0a3394ab203558a7360e00c5a | [] | no_license | Anthony3064/DiarioFacil | https://github.com/Anthony3064/DiarioFacil | bd5369431caa398c97d217fb4b126888ffad5ca5 | 6e088c75c8c406514ef489f7012dca0972b3d4c7 | refs/heads/master | 2020-06-03T06:09:47.837000 | 2019-08-22T23:20:05 | 2019-08-22T23:20:05 | 191,473,946 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.ulatina.clasesDiarioFacil;
/**
*
* @author Kainthel
*/
public class ClienteNormalHandler extends AbstractHan... | UTF-8 | Java | 594 | java | ClienteNormalHandler.java | Java | [
{
"context": ".ulatina.clasesDiarioFacil;\r\n\r\n/**\r\n *\r\n * @author Kainthel\r\n */\r\npublic class ClienteNormalHandler extends Abs",
"end": 260,
"score": 0.9667333960533142,
"start": 252,
"tag": "NAME",
"value": "Kainthel"
}
] | 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.ulatina.clasesDiarioFacil;
/**
*
* @author Kainthel
*/
public class ClienteNormalHandler extends AbstractHan... | 594 | 0.617845 | 0.612795 | 25 | 21.76 | 23.698574 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.24 | false | false | 5 |
6caf5bf5bda7e26c31444bda738c216d404c1a4b | 30,270,929,561,305 | 8638fd326bf37198d86ae2b94b1d3529e7b1fadd | /de.uni_stuttgart.iste.cowolf.model.lqn.emf.edit/src/de/uni_stuttgart/iste/cowolf/model/LqnCore/emf/provider/TaskTypeItemProvider.java | 9850d440742c3b98e3037a8951ac7097998a9fc1 | [] | no_license | timsanwald/CoWolf | https://github.com/timsanwald/CoWolf | 774c22d8e1f097a87093498f09524eeece1be4ad | 706b12b6170cb7369d82c6840b93e3854122e6b8 | refs/heads/master | 2021-01-21T16:11:11.770000 | 2014-12-02T21:31:17 | 2014-12-02T21:31:17 | 25,541,447 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
*/
package de.uni_stuttgart.iste.cowolf.model.LqnCore.emf.provider;
import de.uni_stuttgart.iste.cowolf.model.LqnCore.LQNFactory;
import de.uni_stuttgart.iste.cowolf.model.LqnCore.LQNPackage;
import de.uni_stuttgart.iste.cowolf.model.LqnCore.TaskType;
import de.uni_stuttgart.iste.cowolf.model.commonBase.emf.pro... | UTF-8 | Java | 11,934 | java | TaskTypeItemProvider.java | Java | [] | null | [] | /**
*/
package de.uni_stuttgart.iste.cowolf.model.LqnCore.emf.provider;
import de.uni_stuttgart.iste.cowolf.model.LqnCore.LQNFactory;
import de.uni_stuttgart.iste.cowolf.model.LqnCore.LQNPackage;
import de.uni_stuttgart.iste.cowolf.model.LqnCore.TaskType;
import de.uni_stuttgart.iste.cowolf.model.commonBase.emf.pro... | 11,934 | 0.715183 | 0.714932 | 379 | 30.488127 | 27.498079 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.379947 | false | false | 5 |
0b25d6feb31f9170d46ad010dddb3a9fb41ca1b7 | 7,086,696,041,887 | 442ee6d56a2b12cbd04ce2005f68a61c078bd04e | /Day 7 - Symbol_Tables/A1__Symbol_Table_API/BinarySearchST.java | 4e78cee0f8764f05ba77183f202d041ab0b4fcbd | [] | no_license | muralimandula/PC_ADS_1 | https://github.com/muralimandula/PC_ADS_1 | 6994632e08fd2ecafd47d58dd614fad7d96d896a | 8998763d608d555146063179e600f8406e4ce960 | refs/heads/master | 2020-08-29T08:43:30.956000 | 2019-11-11T09:03:37 | 2019-11-11T09:03:37 | 217,984,986 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Arrays;
class BinarySearchST<Key extends Comparable<Key>, Value> {
Key[] keys;
Value[] values;
int capacity;
int size;
BinarySearchST() {
this.size = 0;
this.capacity = 10;
this.keys = (Key[]) new Comparable[10];
this.values = (Value[]) new Object... | UTF-8 | Java | 4,557 | java | BinarySearchST.java | Java | [] | null | [] | import java.util.Arrays;
class BinarySearchST<Key extends Comparable<Key>, Value> {
Key[] keys;
Value[] values;
int capacity;
int size;
BinarySearchST() {
this.size = 0;
this.capacity = 10;
this.keys = (Key[]) new Comparable[10];
this.values = (Value[]) new Object... | 4,557 | 0.47246 | 0.46456 | 189 | 23.116402 | 20.691414 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 5 |
851f1e1c0295c02f8c95617324669337f516fabe | 32,418,413,158,105 | cf5e04a8d42329745786bc7c68ed9fa0a114cd5c | /io/PrintDemo.java | 3b13a538c40de66ceae792a05ee77cc9aafc67dc | [] | no_license | praneethreddybilakanti/corejava | https://github.com/praneethreddybilakanti/corejava | 59863c38646da40efbe9a9acc3ebfed92870f1fe | 9162114041397bc98bb6787ea758948b5d2e4b19 | refs/heads/master | 2022-11-25T17:44:06.653000 | 2020-07-14T09:16:06 | 2020-07-14T09:16:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.*;
class PrintDemo
{
public static void main(String[] args)throws IOException
{
PrintStream ps=new PrintStream(System.out);
ps.println(20);
System.out.println("Hello World!");
ps.println("praneeth");
System.err.println("Hello World!");
System.out.println("chandrika!");
int i=System.in.read... | UTF-8 | Java | 422 | java | PrintDemo.java | Java | [
{
"context": "ystem.out.println(\"Hello World!\");\n\t\n\tps.println(\"praneeth\");\n\t\tSystem.err.println(\"Hello World!\");\n\t\tSystem",
"end": 222,
"score": 0.9997532367706299,
"start": 214,
"tag": "NAME",
"value": "praneeth"
},
{
"context": "rr.println(\"Hello World!\");\n\t\tS... | null | [] | import java.io.*;
class PrintDemo
{
public static void main(String[] args)throws IOException
{
PrintStream ps=new PrintStream(System.out);
ps.println(20);
System.out.println("Hello World!");
ps.println("praneeth");
System.err.println("Hello World!");
System.out.println("chandrika!");
int i=System.in.read... | 422 | 0.71564 | 0.708531 | 16 | 25.375 | 21.073902 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3125 | false | false | 5 |
6af807699fb2f3b603c870ab7fac16a7cd57e10b | 28,363,964,082,243 | 625b406c53b95ab5c273374384fc5a5d7ab9b164 | /src/test/Lc010.java | c1278651eeb77e3533c3ab4f441fd9e51eb6ed14 | [] | no_license | GLOxxxxi/Itsource | https://github.com/GLOxxxxi/Itsource | ce36391e21214702921ab4432761e93d9e601feb | 0164b82fed6c2f01c3f5d5ee896b5397163623db | refs/heads/master | 2023-08-03T13:16:17.996000 | 2021-09-23T05:11:06 | 2021-09-23T05:11:06 | 409,409,406 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package test;
import java.util.HashMap;
import java.util.Map;
/**
*
* 对于字符串 S 和 T,只有在 S = T + ... + T(T 自身连接 1 次或多次)时,我们才认定 “T 能除尽 S”。
*
* 返回最长字符串 X,要求满足 X 能除尽 str1 且 X 能除尽 str2。
*
*
*
* 示例 1:
*
* 输入:str1 = "ABCABC", str2 = "ABC"
* 输出:"ABC"
* 示例 2:
*
* 输入:str1 = "ABABAB", str2 = "ABAB"
* 输出:"AB"
* 示... | UTF-8 | Java | 1,725 | java | Lc010.java | Java | [] | null | [] | package test;
import java.util.HashMap;
import java.util.Map;
/**
*
* 对于字符串 S 和 T,只有在 S = T + ... + T(T 自身连接 1 次或多次)时,我们才认定 “T 能除尽 S”。
*
* 返回最长字符串 X,要求满足 X 能除尽 str1 且 X 能除尽 str2。
*
*
*
* 示例 1:
*
* 输入:str1 = "ABCABC", str2 = "ABC"
* 输出:"ABC"
* 示例 2:
*
* 输入:str1 = "ABABAB", str2 = "ABAB"
* 输出:"AB"
* 示... | 1,725 | 0.531973 | 0.507483 | 60 | 23.5 | 21.503876 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483333 | false | false | 5 |
65e19e0373a1f928814f81b96673bf65b54c7b34 | 24,610,162,640,599 | f083997ae67b3d64cbc09f1965f4d693c712a4c6 | /sda-commons-server-auth/src/test/java/org/sdase/commons/server/auth/key/RsaPublicKeyLoaderTest.java | 5223da3f0e0d133ada7eee4b45dfd99e5f49d8c7 | [
"MIT"
] | permissive | cawado/sda-dropwizard-commons | https://github.com/cawado/sda-dropwizard-commons | d5b69ea1577605b66479394e3aff07145fb8579d | 0d71bbcfe27efd95eee128c83017709aaf0b5942 | refs/heads/master | 2022-04-10T21:57:52.411000 | 2020-03-25T14:17:47 | 2020-03-25T17:00:22 | 250,183,709 | 0 | 0 | MIT | true | 2020-03-26T06:57:06 | 2020-03-26T06:57:05 | 2020-03-25T17:00:27 | 2020-03-26T06:35:10 | 2,401 | 0 | 0 | 0 | null | false | false | package org.sdase.commons.server.auth.key;
import static java.util.Collections.singletonList;
import static org.assertj.core.api.Assertions.assertThat;
import java.security.interfaces.RSAPublicKey;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concu... | UTF-8 | Java | 7,647 | java | RsaPublicKeyLoaderTest.java | Java | [] | null | [] | package org.sdase.commons.server.auth.key;
import static java.util.Collections.singletonList;
import static org.assertj.core.api.Assertions.assertThat;
import java.security.interfaces.RSAPublicKey;
import java.util.Arrays;
import java.util.List;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.concu... | 7,647 | 0.681967 | 0.679221 | 223 | 33.291481 | 27.194372 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.55157 | false | false | 5 |
d7aed81bdc5953bbb8003f6d45a91a43c870d5ae | 26,018,911,898,925 | 19de1c1438d9def7cdcc61a4a58c65bbcb143642 | /project_folder/src/SWEA/SWEA_5987.java | 432e0797b3dbe211c2b8b93cff4f9cff45f90e3d | [
"MIT"
] | permissive | stevejhkang/algorithm-quiz | https://github.com/stevejhkang/algorithm-quiz | aa977586796976492e312ee68b7e2a79147065fc | 066f528f3993ab8ad956774b0216712fee4b124d | refs/heads/master | 2021-07-16T06:08:44.732000 | 2020-06-06T03:51:04 | 2020-06-06T03:51:04 | 168,269,370 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package SWEA;
/**
* @author steve.jh.kang@gmail.com
* @time 2020. 3. 19. 오후 5:56:53
* @category
* @problem_description 두사람끼리 누가 먼저 들어왔는지에 대한 정보 m개만 남아있다.
* n명의 사람이 들어오는 순서로 가능한 모든 경우의 수를 구하는 프로그램 작성하라
* x y 라 할때 x가 먼저 완주했음
* @solving_description
*
*/
public class SWEA_5987 {
public static void main(String[] a... | UTF-8 | Java | 475 | java | SWEA_5987.java | Java | [
{
"context": "package SWEA;\n\n/**\n * @author steve.jh.kang@gmail.com\n * @time 2020. 3. 19. 오후 5:56:53\n * @category \n* ",
"end": 53,
"score": 0.9998378753662109,
"start": 30,
"tag": "EMAIL",
"value": "steve.jh.kang@gmail.com"
}
] | null | [] | package SWEA;
/**
* @author <EMAIL>
* @time 2020. 3. 19. 오후 5:56:53
* @category
* @problem_description 두사람끼리 누가 먼저 들어왔는지에 대한 정보 m개만 남아있다.
* n명의 사람이 들어오는 순서로 가능한 모든 경우의 수를 구하는 프로그램 작성하라
* x y 라 할때 x가 먼저 완주했음
* @solving_description
*
*/
public class SWEA_5987 {
public static void main(String[] args) {
}
}
| 459 | 0.656716 | 0.608955 | 18 | 17.611111 | 17.711073 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 5 |
79ef07ccee563e7176ed86b6a416bcb379bdef3e | 24,541,443,174,241 | 69006e4e166dfb3605dc2f2cea05898d6e90bdfa | /IntermediateRepresentation/src/org/shinar/neutral/representation/CodeGroup.java | 667a563223f9136c718c32fe1aa61cb8a2a8a8ae | [] | no_license | marcoapintoo/ShinarProject | https://github.com/marcoapintoo/ShinarProject | 493fcc36638562b9c4ba4eb798e31998b62bb8da | 9303233713519b4207c776349a1a9e0d4e613670 | refs/heads/master | 2021-01-22T07:32:27.474000 | 2014-06-25T05:06:24 | 2014-06-25T05:06:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.shinar.neutral.representation;
import lombok.AccessLevel;
import lombok.Data;
import lombok.Setter;
import java.util.ArrayList;
import java.util.List;
/**
* Created by marco on 24/06/14.
*/
@Data
public class CodeGroup {
@Setter(AccessLevel.PROTECTED)
List<NeutralCodeUnit> units = new ArrayList... | UTF-8 | Java | 343 | java | CodeGroup.java | Java | [
{
"context": "rayList;\nimport java.util.List;\n\n/**\n * Created by marco on 24/06/14.\n */\n@Data\npublic class CodeGroup {\n ",
"end": 189,
"score": 0.9094635844230652,
"start": 184,
"tag": "USERNAME",
"value": "marco"
}
] | null | [] | package org.shinar.neutral.representation;
import lombok.AccessLevel;
import lombok.Data;
import lombok.Setter;
import java.util.ArrayList;
import java.util.List;
/**
* Created by marco on 24/06/14.
*/
@Data
public class CodeGroup {
@Setter(AccessLevel.PROTECTED)
List<NeutralCodeUnit> units = new ArrayList... | 343 | 0.752187 | 0.734694 | 17 | 19.17647 | 17.974607 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.411765 | false | false | 5 |
cf162d422e64bd1b1bdfbdc6e0d8450be164535c | 3,985,729,673,395 | 04cc91e3dc9c5f0583b2987c4b8393c8ddd81b6f | /BDD-Lumens-Test1/src/test/java/utilities/ScreenshotHelper.java | 5dbb45d70ba9171d05f7a41b1821896737330fa4 | [] | no_license | sailajagottipati29/selenium | https://github.com/sailajagottipati29/selenium | 97dbd10058b9ab78a7c15efce671f2a3508d8c43 | f0209906168812f29371fa5d8a1f3715b8862378 | refs/heads/master | 2023-04-04T10:20:18.373000 | 2021-04-12T10:54:04 | 2021-04-12T10:54:04 | 357,156,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package utilities;
public class ScreenshotHelper {
}
| UTF-8 | Java | 60 | java | ScreenshotHelper.java | Java | [] | null | [] | package utilities;
public class ScreenshotHelper {
}
| 60 | 0.716667 | 0.716667 | 5 | 10 | 12.537943 | 31 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 5 |
89c1e422c32aeb746d1f610c5817e26493d0381b | 21,354,577,426,080 | 347198779d39b9c9ef6c29e2a3b911146c5d9add | /src/main/java/com/cjm721/overloaded/block/basic/BlockTeamLoader.java | 530c5bd6d4601e9a7a078fa270b1e01a78351011 | [
"BSD-3-Clause"
] | permissive | CJ-MC-Mods/Overloaded | https://github.com/CJ-MC-Mods/Overloaded | bfa56d95e44cd44b64a027b2381637a02478f79b | 917b0bdcd206461cd0f232baed5917d71129e76b | refs/heads/1.16 | 2023-04-06T02:54:06.038000 | 2023-03-27T05:09:28 | 2023-03-27T05:09:28 | 87,017,167 | 20 | 10 | NOASSERTION | false | 2021-05-31T23:37:05 | 2017-04-02T21:25:04 | 2021-05-31T23:35:00 | 2021-05-31T23:34:57 | 1,893 | 16 | 5 | 7 | Java | false | false | package com.cjm721.overloaded.block.basic;
import com.cjm721.overloaded.block.ModBlock;
import com.cjm721.overloaded.tile.functional.TileTeamLoader;
import net.minecraft.block.BlockState;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.IBlockReader;
import javax.annotation.Nullable;
public cla... | UTF-8 | Java | 679 | java | BlockTeamLoader.java | Java | [
{
"context": "package com.cjm721.overloaded.block.basic;\n\nimport com.cjm721.overlo",
"end": 18,
"score": 0.693222165107727,
"start": 14,
"tag": "USERNAME",
"value": "m721"
},
{
"context": " com.cjm721.overloaded.block.basic;\n\nimport com.cjm721.overloaded.block.ModBlock;\nimport c... | null | [] | package com.cjm721.overloaded.block.basic;
import com.cjm721.overloaded.block.ModBlock;
import com.cjm721.overloaded.tile.functional.TileTeamLoader;
import net.minecraft.block.BlockState;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.IBlockReader;
import javax.annotation.Nullable;
public cla... | 679 | 0.748159 | 0.734904 | 26 | 25.115385 | 21.589397 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.423077 | false | false | 5 |
eb8f2ebc2528c8a4cc9fcbf1473fed2f529ee4c7 | 35,021,163,386,878 | 3ea47c184c8e67b6dd11c122c781a67320be81c2 | /test/AtomApp.java | 7812d82a168835ee62f259338963cbd9a34873ff | [] | no_license | c21lzwastaken/DataStructuresAlgorithms | https://github.com/c21lzwastaken/DataStructuresAlgorithms | af8a25e3e1122ad4922de2a09bdd26a70ccce89d | 96a76f6e0b37c6ce9df58949c298431c7df80df1 | refs/heads/master | 2023-05-29T07:20:37.490000 | 2021-06-18T15:16:04 | 2021-06-18T15:16:04 | 267,396,747 | 0 | 0 | null | true | 2020-05-27T18:30:27 | 2020-05-27T18:30:26 | 2019-09-04T15:27:30 | 2019-09-04T15:27:28 | 1 | 0 | 0 | 0 | null | false | false | public class AtomApp {
public static void main(String[] args) {
Atom Carbon1 = new Atom("C", 4);
Atom Carbon2 = new Atom("C", 4);
Atom Hydrogen1 = new Atom("H", 1);
Atom Hydrogen2 = new Atom("H", 1);
Atom Hydrogen3 = new Atom("H", 1);
Atom Helium = new Atom("H", 2);
... | UTF-8 | Java | 848 | java | AtomApp.java | Java | [] | null | [] | public class AtomApp {
public static void main(String[] args) {
Atom Carbon1 = new Atom("C", 4);
Atom Carbon2 = new Atom("C", 4);
Atom Hydrogen1 = new Atom("H", 1);
Atom Hydrogen2 = new Atom("H", 1);
Atom Hydrogen3 = new Atom("H", 1);
Atom Helium = new Atom("H", 2);
... | 848 | 0.51533 | 0.48467 | 28 | 29.285715 | 18.236261 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.821429 | false | false | 5 |
a19d7b62ce11d1a84be8ac081c6fb7a267daa849 | 34,368,328,360,820 | 8ae880c7a72d7564f2ecf0d498ca6a08cf5f5a7c | /app/src/main/java/sse/tongji/hair/activity/SelectPicPopUpWindow.java | 54e36a637786f5b3ca8d5f14e4d9c3f3fa34081c | [] | no_license | since2014/hair1 | https://github.com/since2014/hair1 | c75ca0b7d62d65970d37d9f3408864f3862c5f6e | 03337e01cfd29347276389d32ff1421c690c9c9e | refs/heads/master | 2019-07-09T21:31:59.968000 | 2015-09-20T04:10:40 | 2015-09-20T04:10:40 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sse.tongji.hair.activity;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.drawable.ColorDrawable;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import and... | UTF-8 | Java | 2,307 | java | SelectPicPopUpWindow.java | Java | [
{
"context": "dow;\n\nimport sse.tongji.hair.R;\n\n/**\n * Created by LLLLLyj on 2015/9/20.\n */\npublic class SelectPicPopUpWind",
"end": 428,
"score": 0.9994178414344788,
"start": 421,
"tag": "USERNAME",
"value": "LLLLLyj"
}
] | null | [] | package sse.tongji.hair.activity;
import android.app.Activity;
import android.content.Context;
import android.content.DialogInterface;
import android.graphics.drawable.ColorDrawable;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import and... | 2,307 | 0.663199 | 0.656697 | 66 | 33.954544 | 24.984499 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.606061 | false | false | 5 |
c5b5f1d5b966bd0c7d81ae8b5f715951264b2c92 | 37,615,323,614,809 | 104b421e536d1667a70f234ec61864f9278137c4 | /code/com/radiusnetworks/ibeacon/service/RegionData.java | 2893168bfb1aa1fd448b27aecc8ecfce57623170 | [] | no_license | AshwiniVijayaKumar/Chrome-Cars | https://github.com/AshwiniVijayaKumar/Chrome-Cars | f2e61347c7416d37dae228dfeaa58c3845c66090 | 6a5e824ad5889f0e29d1aa31f7a35b1f6894f089 | refs/heads/master | 2021-01-15T11:07:57.050000 | 2016-05-13T05:01:09 | 2016-05-13T05:01:09 | 58,521,050 | 1 | 0 | null | true | 2016-05-11T06:51:56 | 2016-05-11T06:51:56 | 2016-05-06T14:21:56 | 2016-05-11T06:20:45 | 45,786 | 0 | 0 | 0 | null | null | null | package com.radiusnetworks.ibeacon.service;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
import com.radiusnetworks.ibeacon.Region;
public class RegionData
extends Region
implements Parcelable
{
public static final Parcelable.Creator<RegionData> CREATOR = new Parc... | UTF-8 | Java | 2,076 | java | RegionData.java | Java | [] | null | [] | package com.radiusnetworks.ibeacon.service;
import android.os.Parcel;
import android.os.Parcelable;
import android.os.Parcelable.Creator;
import com.radiusnetworks.ibeacon.Region;
public class RegionData
extends Region
implements Parcelable
{
public static final Parcelable.Creator<RegionData> CREATOR = new Parc... | 2,076 | 0.671484 | 0.657996 | 82 | 24.329268 | 26.107683 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.451219 | false | false | 5 |
4c4fd4e60184949e0b28d47de4d6f7ed9f624b0a | 39,539,468,953,004 | 8f95082ec9d3a78f0799202462f84d05a167f292 | /app/src/main/java/com/peoit/android/online/pschool/ui/activity/FeatureActivity.java | 89276649f3b36fd0b613d570f37138f886832782 | [] | no_license | l612714/pSchool | https://github.com/l612714/pSchool | 98b296f5ea50d272b3c28290731bee833bf8ceda | 2d5efa39dafc18baa3ccdb89aed9bae6d12b7ebf | refs/heads/master | 2021-01-24T16:09:36.170000 | 2015-11-19T03:23:31 | 2015-11-19T03:23:31 | 38,604,310 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.peoit.android.online.pschool.ui.activity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ListView;
import android.widget.TextView;
import com.peoit.android.online.pschool.R;
import com.peoit.android.online.pschool.ui.Ba... | UTF-8 | Java | 3,484 | java | FeatureActivity.java | Java | [
{
"context": "er;\n\n/**\n * 专栏界面...学校专栏\n * <p/>\n * <p/>\n * author:libo\n * time:2015/7/14\n * E-mail:boli_android@163.com\n",
"end": 525,
"score": 0.9989809989929199,
"start": 521,
"tag": "USERNAME",
"value": "libo"
},
{
"context": "* <p/>\n * author:libo\n * time:2015/7/14\n * E... | null | [] | package com.peoit.android.online.pschool.ui.activity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ListView;
import android.widget.TextView;
import com.peoit.android.online.pschool.R;
import com.peoit.android.online.pschool.ui.Ba... | 3,471 | 0.652453 | 0.643692 | 115 | 28.773912 | 24.344292 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.513043 | false | false | 5 |
0e48d2c750c2d62c1eb5deb50b9676a6cf2c90c3 | 39,256,001,097,746 | 1231807ea69532ec98e44a091c576a64998c2be5 | /Basic/test1054.java | db7f33db020c318278264bf727ac7e55f0065a87 | [] | no_license | MubaiLi/PAT | https://github.com/MubaiLi/PAT | 6fec8ed0912a17ff4a7a89de3319fa26ab5338dd | 78453e56e21bc38848a90bfea07a423701f428ac | refs/heads/master | 2021-07-10T20:16:15.261000 | 2017-10-12T14:14:51 | 2017-10-12T14:14:51 | 103,738,421 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Basic;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class test1054 {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String N_str = br.readLine();
int N = Intege... | UTF-8 | Java | 1,093 | java | test1054.java | Java | [] | null | [] | package Basic;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class test1054 {
public static void main(String[] args) throws IOException {
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
String N_str = br.readLine();
int N = Intege... | 1,093 | 0.613907 | 0.591949 | 40 | 26.325001 | 23.360638 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.8 | false | false | 5 |
38a761ee098cf30e32bc78bf703d45c47cb01611 | 26,594,437,562,374 | b22a2fea51744921487b4ddb4d16cf43d9fb2429 | /src/layer/InputLayer.java | 441371f245d65842acad91bbf0f7f1ac56b01405 | [] | no_license | DerPauli/DFFNetwork | https://github.com/DerPauli/DFFNetwork | c9418a5a96089bd3897339fdc9f0256746ac8ade | 0573ce2eba84013a4690f6f09f988723f72578a2 | refs/heads/master | 2021-07-17T17:45:36.583000 | 2020-05-06T17:46:05 | 2020-05-06T17:46:05 | 148,501,351 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package layer;
import core.InputNeuron;
/**
*
* @author Paul Merker
* @version 1.0.1
* Input Layer extends Layer class and provides implementations for first Layer in NN.
*
*/
public class InputLayer extends Layer {
private InputNeuron[] input;
public InputLayer(int neuronCount) {
super(neuronCount);
... | UTF-8 | Java | 647 | java | InputLayer.java | Java | [
{
"context": "ayer;\n\nimport core.InputNeuron;\n/**\n * \n * @author Paul Merker\n * @version 1.0.1\n * Input Layer extends Layer cl",
"end": 71,
"score": 0.9996675848960876,
"start": 60,
"tag": "NAME",
"value": "Paul Merker"
}
] | null | [] | package layer;
import core.InputNeuron;
/**
*
* @author <NAME>
* @version 1.0.1
* Input Layer extends Layer class and provides implementations for first Layer in NN.
*
*/
public class InputLayer extends Layer {
private InputNeuron[] input;
public InputLayer(int neuronCount) {
super(neuronCount);
this.... | 642 | 0.666151 | 0.655332 | 31 | 19.870968 | 20.703346 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.064516 | false | false | 5 |
79d3a6100fa53bf489b903fa5d55158305929e69 | 25,640,954,809,271 | 97dc780d83f05719fb4a6fbe99218d387cb056cc | /services/src/main/java/com/routefinder/service/common/impl/GenericServiceImpl.java | 34082cc1e1a6d9b0306b1128817ffd621664518c | [] | no_license | karpukdm/routefinder | https://github.com/karpukdm/routefinder | 728608c479f75959fcaa017527af8f1d8614987a | 3ad48472cb88378a3ce7445c9cc6a85022b2496a | refs/heads/master | 2022-07-21T14:20:46.263000 | 2016-05-13T17:42:50 | 2016-05-13T17:42:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.routefinder.service.common.impl;
import com.routefinder.service.common.GenericService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.domain.Persistable;
import org.... | UTF-8 | Java | 2,565 | java | GenericServiceImpl.java | Java | [
{
"context": "lizable;\nimport java.util.List;\n\n/**\n * Created by karpukdm on 29.03.16.\n */\n@Service\n@Transactional\npublic a",
"end": 608,
"score": 0.9996654391288757,
"start": 600,
"tag": "USERNAME",
"value": "karpukdm"
}
] | null | [] | package com.routefinder.service.common.impl;
import com.routefinder.service.common.GenericService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.domain.Persistable;
import org.... | 2,565 | 0.670175 | 0.667836 | 113 | 21.699116 | 20.68854 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.300885 | false | false | 5 |
c4f80b7a6ad993f4cd74cd1d1c340ed7b3e8a3c2 | 9,981,504,041,159 | b95513258625bba3460ea0f7a7ca1ad7641d961d | /Desenvolvimento de Software para Web/Atividade05/server/src/main/java/br/ufc/server/repository/CarRepository.java | 265e180cad049fdc63e726daf0a58cb9ccd19a97 | [] | no_license | FcAlex/ufc | https://github.com/FcAlex/ufc | 1086104868ee2c0514ab5c378039f50788236285 | ebd21e8be9e1c093302e1c3926d9cfcb13b1aba6 | refs/heads/main | 2023-04-25T03:09:10.933000 | 2021-05-11T12:11:39 | 2021-05-11T12:11:39 | 358,370,678 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package br.ufc.server.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import br.ufc.server.model.Car;
public interface CarRepository extends JpaRepository<Car, Integer>{
@Query(value = "SELECT * FROM cars LIMIT ?... | UTF-8 | Java | 504 | java | CarRepository.java | Java | [] | null | [] | package br.ufc.server.repository;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import br.ufc.server.model.Car;
public interface CarRepository extends JpaRepository<Car, Integer>{
@Query(value = "SELECT * FROM cars LIMIT ?... | 504 | 0.765873 | 0.761905 | 16 | 30.5 | 27.392973 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9375 | false | false | 5 |
6fbd6975a6718d9b3c932163bb56ab9def7f671a | 26,474,178,459,245 | 8d8f1e477306448f3d010d1222a414f5c6923e08 | /app/src/main/java/com/example/nemi/vaangasapdalam1/hotel2.java | f8e9f6a960a41080527c3d7c79d742f6e69731da | [] | no_license | nemishnk/hotel | https://github.com/nemishnk/hotel | 39df256c47c201a9af97c65a1a81b91741e69db5 | 1636edef6833b1bc953d83e5ba8d92790ac0fc68 | refs/heads/master | 2020-12-24T18:55:13.584000 | 2016-04-16T14:44:48 | 2016-04-16T14:44:48 | 56,388,924 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.nemi.vaangasapdalam1;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import andro... | UTF-8 | Java | 867 | java | hotel2.java | Java | [
{
"context": "package com.example.nemi.vaangasapdalam1;\n\nimport android.os.Bundle;\nimpor",
"end": 24,
"score": 0.7999142408370972,
"start": 20,
"tag": "USERNAME",
"value": "nemi"
}
] | null | [] | package com.example.nemi.vaangasapdalam1;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import andro... | 867 | 0.754325 | 0.747405 | 29 | 28.896551 | 21.748318 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.586207 | false | false | 5 |
959cea94c38195e7ce7df9c4c9843796e8f73804 | 34,230,889,361,828 | 4df9b81cc9b44d7cf1643af3c5cd9970857061f5 | /Foody/app/src/main/java/com/example/quan/foody/MeoVat.java | 465c06ced4f2afcc0987fdcf8caf030ec19ba16b | [] | no_license | quanduy2505/android-app-demo | https://github.com/quanduy2505/android-app-demo | 22a647f8340f06ec7e67ff52edf18e60a14a9a9f | 85e2aa2175b50a9f7c0d8fce0c9a11b4a31992ae | refs/heads/master | 2020-03-30T03:12:48.436000 | 2018-09-28T04:01:30 | 2018-09-28T04:01:30 | 150,675,989 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.quan.foody;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import org.w3c.dom.Document;
impo... | UTF-8 | Java | 3,995 | java | MeoVat.java | Java | [] | null | [] | package com.example.quan.foody;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import org.w3c.dom.Document;
impo... | 3,995 | 0.604005 | 0.601502 | 112 | 34.669643 | 25.503286 | 118 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 5 |
2da086dd3d2a2cdcdd65463707d39c0ea80a4436 | 5,609,227,314,672 | 14e2f68d73537c0a9446ccec1d662bb730f10832 | /src/tienda/Usuarios.java | ab9b534b5018bc3958365aee5f493220c0ef4274 | [] | no_license | Rosa22/tiendita | https://github.com/Rosa22/tiendita | 309e15eccc8a97f2d7b9fca6636d52571a8f18a0 | d2a0944be2ff3cc6260d0f0a608cfb3d3663090c | refs/heads/master | 2021-04-12T03:25:44.407000 | 2018-03-19T03:56:41 | 2018-03-19T03:56:41 | 125,796,799 | 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 tienda;
/**
*
* @author rosac
*/
public class Usuarios {
private String nombreu;
private String passu;
pub... | UTF-8 | Java | 764 | java | Usuarios.java | Java | [
{
"context": "the editor.\n */\npackage tienda;\n\n/**\n *\n * @author rosac\n */\npublic class Usuarios {\n private String no",
"end": 225,
"score": 0.9995691776275635,
"start": 220,
"tag": "USERNAME",
"value": "rosac"
}
] | 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 tienda;
/**
*
* @author rosac
*/
public class Usuarios {
private String nombreu;
private String passu;
pub... | 764 | 0.587696 | 0.587696 | 43 | 16.767443 | 17.606602 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.302326 | false | false | 5 |
3ad257bd1a206c736c231a2f1cd2c734b43a5201 | 26,680,336,896,463 | e01454c675daf38a5ea0b19560b4c31386894326 | /src/view/Main.java | 1f01add775ed89034ba58c0a561f6577375061e0 | [] | no_license | assis009/AulaThread04 | https://github.com/assis009/AulaThread04 | f41bf56774d7cf3ccea47702ba046cc0a15c2ce8 | 7e55a38d1831b1d317dc70d1142b4062783f57fa | refs/heads/master | 2022-12-18T05:37:40.338000 | 2020-09-15T00:11:29 | 2020-09-15T00:11:29 | 295,568,158 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import controller.ThreadSapo;
// OBJETIVO: corrida de sapo
public class Main {
public static void main (String args[]){
for(int i=0; i<5; i++){// chama as threads que controlam os sapos da corrida
Thread sapo = new ThreadSapo(i+1);
sapo.start();
}
}
}
| UTF-8 | Java | 312 | java | Main.java | Java | [] | null | [] | package view;
import controller.ThreadSapo;
// OBJETIVO: corrida de sapo
public class Main {
public static void main (String args[]){
for(int i=0; i<5; i++){// chama as threads que controlam os sapos da corrida
Thread sapo = new ThreadSapo(i+1);
sapo.start();
}
}
}
| 312 | 0.608974 | 0.599359 | 19 | 14.421053 | 19.969229 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.263158 | false | false | 5 |
795858373cc3020c7e3f8d4636498c19941aaf68 | 15,702,400,477,319 | 684092ddea8fa0f46e2adf4a2c1bd7d2fad386d7 | /biz/src/main/java/com/tqmall/athena/bussiness/center/goods/CenterGoodsAttrManagerImpl.java | 6c68b8624d2cb588403a28a56a233ffe885610e4 | [] | no_license | xie-summer/athena-1 | https://github.com/xie-summer/athena-1 | 1b90ff3d41feef88f3f0c0009c742e71994dde4b | 3c1e8244142a69f7b4a127ca936d8b68425f586e | refs/heads/master | 2021-06-16T04:20:20.861000 | 2017-05-11T07:57:18 | 2017-05-11T07:57:18 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tqmall.athena.bussiness.center.goods;
import com.tqmall.athena.bean.entity.center.goods.CenterGoodsAttrDO;
import com.tqmall.athena.common.bean.DataError;
import com.tqmall.athena.common.utils.ResultUtil;
import com.tqmall.athena.redisBiz.center.goods.CenterGoodsAttrRedisManager;
import com.tqmall.core.com... | UTF-8 | Java | 1,110 | java | CenterGoodsAttrManagerImpl.java | Java | [
{
"context": "ervice;\n\nimport java.util.List;\n\n/**\n * Created by zxg on 16/11/2.\n * 14:54\n * no bug,以后改代码的哥们,祝你好运~!!\n ",
"end": 495,
"score": 0.9996452331542969,
"start": 492,
"tag": "USERNAME",
"value": "zxg"
}
] | null | [] | package com.tqmall.athena.bussiness.center.goods;
import com.tqmall.athena.bean.entity.center.goods.CenterGoodsAttrDO;
import com.tqmall.athena.common.bean.DataError;
import com.tqmall.athena.common.utils.ResultUtil;
import com.tqmall.athena.redisBiz.center.goods.CenterGoodsAttrRedisManager;
import com.tqmall.core.com... | 1,110 | 0.772222 | 0.762963 | 30 | 35 | 28.448784 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 5 |
bf0c3e18d9349f36f0eaedb0b27147397179ed98 | 14,809,047,278,288 | 01020528028a03b397dc4ae8ba2f09bdcfa8fd5a | /stockSense/src/main/java/com/infigent/stocksense/PortView.java | 280d89f16bf8f35a0f33f45322464c5fcfeffd7b | [] | no_license | aedahh/StockSense | https://github.com/aedahh/StockSense | 57a2e8f10898eb168039078f0f0b92ac67f60e4a | 595322e8fcb77d0f0e3340ee3c0649c25050e0b4 | refs/heads/master | 2020-04-04T08:33:29.863000 | 2018-11-01T23:02:55 | 2018-11-01T23:02:55 | 155,785,812 | 0 | 0 | null | true | 2018-11-01T22:56:51 | 2018-11-01T22:56:51 | 2017-06-06T20:17:36 | 2017-02-10T15:57:37 | 51,830 | 0 | 0 | 0 | null | false | null | package com.infigent.stocksense;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.ContextMenu;
import android.view.LayoutInflater... | UTF-8 | Java | 25,659 | java | PortView.java | Java | [] | null | [] | package com.infigent.stocksense;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.util.Log;
import android.view.ContextMenu;
import android.view.LayoutInflater... | 25,659 | 0.443002 | 0.438832 | 544 | 46.167278 | 30.396999 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.887868 | false | false | 5 |
003f726cabf992940bbad035790c8207126bd2b4 | 7,825,430,470,611 | 4659c2c3e7d8f5e85d1b1248134fc9cf802a2a14 | /flink-learning-from-zhisheng-connectors/flink-learning-connectors-rabbitmq/src/main/java/com/shangbaishuyao/connectors/rabbitmq/utils/RabbitMQProducerUtil.java | 4679d5f0b874ee64e32a14d2660079001f74e7e1 | [
"Apache-2.0"
] | permissive | corersky/flink-learning-from-zhisheng | https://github.com/corersky/flink-learning-from-zhisheng | e68dfad1f91196d8cfeaaa0014fce7c55cb66847 | 9765eaee0e2cf49d2a925d8d55ebc069f9bdcda1 | refs/heads/main | 2023-05-14T07:12:49.610000 | 2021-06-06T15:21:17 | 2021-06-06T15:21:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.shangbaishuyao.connectors.rabbitmq.utils;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.ConnectionFactory;
/**
* Desc: 生产消息 <br/>
* create by shangbaishuyao on 2021/1/31
* @Author: 上白书妖
* @Date: 22:06 2021/1/31
*/
public class RabbitMQProducerUt... | UTF-8 | Java | 1,463 | java | RabbitMQProducerUtil.java | Java | [
{
"context": "tionFactory;\n\n/**\n * Desc: 生产消息 <br/>\n * create by shangbaishuyao on 2021/1/31\n * @Author: 上白书妖\n * @Dat",
"end": 216,
"score": 0.598009467124939,
"start": 214,
"tag": "USERNAME",
"value": "sh"
},
{
"context": " create by shangbaishuyao on 2021/1/31\n * @Author: 上白... | null | [] | package com.shangbaishuyao.connectors.rabbitmq.utils;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import com.rabbitmq.client.ConnectionFactory;
/**
* Desc: 生产消息 <br/>
* create by shangbaishuyao on 2021/1/31
* @Author: 上白书妖
* @Date: 22:06 2021/1/31
*/
public class RabbitMQProducerUt... | 1,468 | 0.640059 | 0.61493 | 48 | 27.1875 | 23.783447 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5625 | false | false | 5 |
ab3f14ba686f58ac7b4073a13d136142b7a76062 | 18,107,582,142,201 | cdc0c97fa307da449ee684bbbb780727f356b30d | /pspmStreaming/src/main/java/newborn_town/pspm/online/bolt/PSPMClickToMongoBolt.java | 3ef8958becc5da04ab72d1a40985f8a384645a17 | [] | no_license | yujiwen-newbornTown/bigdata | https://github.com/yujiwen-newbornTown/bigdata | a513417c98f4997170dbe98a6ed8be94ae3aafb8 | 1b2901245d9751c138b608349c6ad257608bcb56 | refs/heads/master | 2021-05-02T04:17:11.575000 | 2016-12-14T05:46:35 | 2016-12-14T05:46:35 | 76,415,959 | 0 | 0 | null | true | 2016-12-14T02:11:03 | 2016-12-14T02:11:02 | 2016-12-14T02:02:53 | 2016-12-14T02:02:51 | 0 | 0 | 0 | 0 | null | null | null | package newborn_town.pspm.online.bolt;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.IdentityHashMap;
import java.util.LinkedList;
import java.util.Map;
import java.util.Queue;
import newborn_town.commonpojo.ReportMongoBean;
import newborn_town.da... | UTF-8 | Java | 8,443 | java | PSPMClickToMongoBolt.java | Java | [
{
"context": "le;\r\nimport org.bson.Document;\r\n\r\n/**\r\n * @author yujiwen E-mail: yujiwen@newborn-town.com\r\n * @version 创建时",
"end": 1286,
"score": 0.9595436453819275,
"start": 1279,
"tag": "USERNAME",
"value": "yujiwen"
},
{
"context": "bson.Document;\r\n\r\n/**\r\n * @auth... | null | [] | package newborn_town.pspm.online.bolt;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.IdentityHashMap;
import java.util.LinkedList;
import java.util.Map;
import java.util.Queue;
import newborn_town.commonpojo.ReportMongoBean;
import newborn_town.da... | 8,426 | 0.730969 | 0.722162 | 246 | 31.695122 | 25.818325 | 164 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.426829 | false | false | 5 |
68bf249f34047b98af818a29716642e3b772471f | 25,537,875,550,944 | de2e8e5c96b3022bcd1f0579a55cc8c3e7ab63f0 | /app/src/main/java/com/example/wudelin/forestterritory/fragment/DealFragment.java | 2fdf185f071e7e5cbb64a98291ec6aff5d2d2ef8 | [] | no_license | Wudelin/Forest | https://github.com/Wudelin/Forest | 6f2bd07f101fb17370a06f58522384a3a6512702 | 12bdd1d916fbffb51020ec8ded2d260f0760b8ce | refs/heads/master | 2020-03-09T02:12:29.190000 | 2018-04-17T12:40:07 | 2018-04-17T12:40:07 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.wudelin.forestterritory.fragment;
import android.Manifest;
import android.content.ContentUris;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.draw... | UTF-8 | Java | 13,068 | java | DealFragment.java | Java | [
{
"context": "example.wudelin.forestterritory.fragment\n * 创建者: wdl\n * 创建时间: 2018/4/7 21:14\n * 描述: 处理图片\n */\n\npubli",
"end": 1637,
"score": 0.999685525894165,
"start": 1634,
"tag": "USERNAME",
"value": "wdl"
}
] | null | [] | package com.example.wudelin.forestterritory.fragment;
import android.Manifest;
import android.content.ContentUris;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.draw... | 13,068 | 0.59705 | 0.592848 | 354 | 34.627117 | 23.492804 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.621469 | false | false | 5 |
e39fcd570d253c1f720ae11901bed20db5fb6903 | 2,954,937,544,927 | 10a5990d0b938d7c988e1cb7cd63771f0f1c8d25 | /museum/museum-web/src/main/java/com/brt/museum/module/market/MarketUserModule.java | 1390f3afa5bc0ca3e0d919b39da4e37992794838 | [] | no_license | lihongwu19921215/saidaoyou | https://github.com/lihongwu19921215/saidaoyou | a7ff5307b9eabff776af122579e8e4f7336557e2 | 27c8d4ad75fd8eefd86abd3e1b6514e7d7bb4edd | refs/heads/master | 2018-04-01T00:11:27.109000 | 2017-04-13T07:24:02 | 2017-04-13T07:24:02 | 88,243,076 | 0 | 0 | null | false | 2017-04-14T08:54:20 | 2017-04-14T07:12:34 | 2017-04-14T08:44:16 | 2017-04-14T08:44:07 | 0 | 0 | 0 | 1 | JavaScript | null | null | package com.brt.museum.module.market;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.OutputStream;
import java.text.DecimalFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util... | UTF-8 | Java | 32,335 | java | MarketUserModule.java | Java | [
{
"context": "}\r\n\t\treturn marketUserService.update(marketUser, \"userName\", \"phone\", \"pwd\", \"realName\", \"head\", \"gender\", \"",
"end": 9531,
"score": 0.9978219270706177,
"start": 9523,
"tag": "USERNAME",
"value": "userName"
},
{
"context": "or (MarketUser newMarketUser ... | null | [] | package com.brt.museum.module.market;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.OutputStream;
import java.text.DecimalFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util... | 32,335 | 0.658306 | 0.652943 | 751 | 39.463383 | 35.341717 | 297 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.876165 | false | false | 5 |
52d7198d14ecf4a91b31aca02054a7f458d86e33 | 20,667,382,629,938 | ccf82688f082e26cba5fc397c76c77cc007ab2e8 | /Mage/src/main/java/mage/abilities/keyword/HeroicAbility.java | a7e22c11e43b38c83815053e54e4f40e86a6c1b5 | [
"MIT"
] | permissive | magefree/mage | https://github.com/magefree/mage | 3261a89320f586d698dd03ca759a7562829f247f | 5dba61244c738f4a184af0d256046312ce21d911 | refs/heads/master | 2023-09-03T15:55:36.650000 | 2023-09-03T03:53:12 | 2023-09-03T03:53:12 | 4,158,448 | 1,803 | 1,133 | MIT | false | 2023-09-14T20:18:55 | 2012-04-27T13:18:34 | 2023-09-11T18:25:38 | 2023-09-14T20:18:55 | 801,396 | 1,632 | 712 | 1,307 | Java | false | false |
package mage.abilities.keyword;
import mage.abilities.Mode;
import mage.abilities.SpellAbility;
import mage.abilities.TriggeredAbilityImpl;
import mage.abilities.effects.Effect;
import mage.constants.AbilityWord;
import mage.constants.Zone;
import mage.game.Game;
import mage.game.events.GameEvent;
import mage.game.st... | UTF-8 | Java | 2,517 | java | HeroicAbility.java | Java | [
{
"context": "mport java.util.UUID;\n\n/**\n * Heroic\n *\n * @author LevelX2\n */\npublic class HeroicAbility extends TriggeredAb",
"end": 418,
"score": 0.986748993396759,
"start": 411,
"tag": "USERNAME",
"value": "LevelX2"
}
] | null | [] |
package mage.abilities.keyword;
import mage.abilities.Mode;
import mage.abilities.SpellAbility;
import mage.abilities.TriggeredAbilityImpl;
import mage.abilities.effects.Effect;
import mage.constants.AbilityWord;
import mage.constants.Zone;
import mage.game.Game;
import mage.game.events.GameEvent;
import mage.game.st... | 2,517 | 0.601907 | 0.60151 | 87 | 27.91954 | 23.789894 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.505747 | false | false | 5 |
a0fb690b1cc557aedede3c2bfbe5efc7dc2079d9 | 23,407,571,807,315 | 72647d8c0c2f6eb21641d5d9f29338d6ba0f5591 | /src/examen_a/Exer2.java | da3fea463d8e0c3b8b6d1b0ac4f3dad712dc2dc6 | [] | no_license | surr6/Examen_Prog | https://github.com/surr6/Examen_Prog | 933a8401bd4bba1495f30660f473ae43ff7992f2 | f901afbdc13543bc288577a76a0e2365b67ee26d | refs/heads/master | 2020-12-31T00:03:58.318000 | 2017-03-29T10:11:08 | 2017-03-29T10:11:08 | 86,567,078 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Matriz escalar
Una matriz escalar e unha matriz diagonal na que os elementos da diagonal principal son iguales.
1 2 3
5 1 9
5 4 1
Fai un programa o que se lle pasa primeiro o numero de filas e o numero de columnas , despois asignalle valores de forma aleatoria do 0-9
e diga si a matriz e escalar 1.... | UTF-8 | Java | 1,788 | java | Exer2.java | Java | [
{
"context": "\r\npackage examen_a;\r\nimport java.util.*;\r\n/*Examen Josué García*/\r\n\r\npublic class Exer2 {\r\n\r\n /**\r\n ",
"end": 395,
"score": 0.7254126667976379,
"start": 390,
"tag": "NAME",
"value": "Josué"
},
{
"context": "e examen_a;\r\nimport java.util.*;\r\n/*E... | null | [] | /*
Matriz escalar
Una matriz escalar e unha matriz diagonal na que os elementos da diagonal principal son iguales.
1 2 3
5 1 9
5 4 1
Fai un programa o que se lle pasa primeiro o numero de filas e o numero de columnas , despois asignalle valores de forma aleatoria do 0-9
e diga si a matriz e escalar 1.... | 1,788 | 0.464646 | 0.450056 | 68 | 24.205883 | 24.207777 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.441176 | false | false | 5 |
2265c6cba0a84f702fd68aa1191146449ee9a022 | 33,818,572,512,085 | e8f5b2bf65a8f9de9d65b66eb5ad1ac95f11b50d | /src/main/java/pl/enigmatic/time/TimeCounterDouble.java | 7a766a97c4551e6a13864bf46d5df471f072613c | [] | no_license | reggie7/enigmatic-tools | https://github.com/reggie7/enigmatic-tools | 0153472a90ec8e006e4ae849f39458f4a7c7bde3 | 41968355b04b52b1dacf1c8796e68b1680f12375 | refs/heads/master | 2018-12-28T22:45:28.326000 | 2013-03-04T10:47:17 | 2013-03-04T10:47:17 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pl.enigmatic.time;
import pl.enigmatic.util.Metrics;
public class TimeCounterDouble {
private final TimeCounterLong longCounter;
private final double factor;
public TimeCounterDouble(final boolean nano) {
if (nano) {
longCounter = new TimeCounterNano();
factor = Metrics.NANO;
} e... | UTF-8 | Java | 970 | java | TimeCounterDouble.java | Java | [] | null | [] | package pl.enigmatic.time;
import pl.enigmatic.util.Metrics;
public class TimeCounterDouble {
private final TimeCounterLong longCounter;
private final double factor;
public TimeCounterDouble(final boolean nano) {
if (nano) {
longCounter = new TimeCounterNano();
factor = Metrics.NANO;
} e... | 970 | 0.669072 | 0.669072 | 48 | 18.208334 | 18.450336 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.3125 | false | false | 5 |
e88168012e9144426656399314ba4a767a74676e | 29,351,806,539,881 | f1bdb1593f7149e257886dd41296f5bf10984c58 | /src/main/java/stepdefinitions/HomePageStepDefs.java | 47d7558b53c19ed7347f283c711a4d8d1989c5ef | [] | no_license | sooryashibu/idexxAssignmentCopy | https://github.com/sooryashibu/idexxAssignmentCopy | 8adb0b5c12ab1e5441fddefd2cfc80abd5f6d977 | 21e6736500cf28939dc750429aee73a1025c22b8 | refs/heads/master | 2020-08-29T04:33:19.397000 | 2019-10-27T23:12:47 | 2019-10-27T23:12:47 | 217,928,178 | 0 | 0 | null | false | 2019-10-27T23:12:48 | 2019-10-27T23:02:01 | 2019-10-27T23:03:08 | 2019-10-27T23:12:48 | 0 | 0 | 0 | 0 | Java | false | false | package stepdefinitions;
import cucumber.api.java.en.And;
import handlers.TestContext;
import pageobjects.HomePage;
import pageobjects.SearchResultPage;;
public class HomePageStepDefs {
HomePage homePage;
SearchResultPage searchResultPage;
public HomePageStepDefs() {
homePage = TestContext.pageObjectManager.get... | UTF-8 | Java | 1,066 | java | HomePageStepDefs.java | Java | [] | null | [] | package stepdefinitions;
import cucumber.api.java.en.And;
import handlers.TestContext;
import pageobjects.HomePage;
import pageobjects.SearchResultPage;;
public class HomePageStepDefs {
HomePage homePage;
SearchResultPage searchResultPage;
public HomePageStepDefs() {
homePage = TestContext.pageObjectManager.get... | 1,066 | 0.80863 | 0.80863 | 35 | 29.457144 | 24.160585 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.285714 | false | false | 5 |
5da48175757576fbf0fcb590a9b341ed6e7096dd | 34,497,177,352,499 | 677b5928103219f5cec985626194b26555a0ce49 | /src/main/java/com/myfactory/SBootWebProject/controller/ControllerWebEmpleados.java | 54806b7eba1ac2a6374f27e2dd87405f9ae1c413 | [] | no_license | JoseLuis19-cloud/SpringBootProyect | https://github.com/JoseLuis19-cloud/SpringBootProyect | 0e7393e946bf22607fbd099c79ac1006a95195ae | ea55acc2bd373af4b813bc3c5cc035fe50e396cc | refs/heads/master | 2023-04-26T05:27:09.470000 | 2021-05-23T21:39:08 | 2021-05-23T21:39:08 | 325,054,501 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myfactory.SBootWebProject.controller;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.StandardCopyOption;
import java.sql.Blob;
import java.util.Optional;
import javax.validation.Valid;
import java.util.Base64... | UTF-8 | Java | 36,656 | java | ControllerWebEmpleados.java | Java | [] | null | [] | package com.myfactory.SBootWebProject.controller;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.nio.file.StandardCopyOption;
import java.sql.Blob;
import java.util.Optional;
import javax.validation.Valid;
import java.util.Base64... | 36,656 | 0.677654 | 0.673971 | 1,100 | 31.315454 | 32.0266 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.154546 | false | false | 5 |
b62a78a5e983ef6799cea3671ca6354839c39f52 | 9,629,316,680,952 | f7e662faede3d54c610a764c1033ab8e00f42813 | /app/src/main/java/kx/rnd/com/permissionstest/view/PathMesureTestView.java | cc64afe19aeb3f8cd73b377af978d6d973683d1f | [] | no_license | 252162875/XyDemos | https://github.com/252162875/XyDemos | b24268516dbf8abb5662ff42292f8b0d2768d617 | 78ff7993279b88fc3f4f21a09cf3a170e561a2f9 | refs/heads/master | 2020-12-30T12:23:22.908000 | 2018-06-25T03:15:31 | 2018-06-25T03:15:31 | 91,429,334 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package kx.rnd.com.permissionstest.view;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Path;
import android.grap... | UTF-8 | Java | 7,950 | java | PathMesureTestView.java | Java | [] | null | [] | package kx.rnd.com.permissionstest.view;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import android.graphics.Paint;
import android.graphics.Path;
import android.grap... | 7,950 | 0.602015 | 0.578505 | 188 | 37.010639 | 31.958416 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.010638 | false | false | 5 |
803b757c3a57f63134fb701021b6068b2376dd86 | 35,974,646,095,740 | f3b885fb8af820c3cd8f75a119c0658712ceb218 | /DerkaServ1.10_source_from_jdcore/net/minecraft/server/v1_10_R1/PacketPlayOutKickDisconnect.java | 6c81f262d4f3b2de377b4775af3793711d6362bd | [] | no_license | XtremePlayzCODE/spigot-res | https://github.com/XtremePlayzCODE/spigot-res | 3711818f01be5f7135f01f10faeb8fcce2cb3a7f | 82f7ce0809e56745aa556d7828467be33eaeef65 | refs/heads/master | 2017-10-15T09:57:11.090000 | 2017-03-29T01:06:28 | 2017-03-29T01:06:28 | 86,525,424 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.minecraft.server.v1_10_R1;
import java.io.IOException;
public class PacketPlayOutKickDisconnect
implements Packet<PacketListenerPlayOut>
{
private IChatBaseComponent a;
public PacketPlayOutKickDisconnect() {}
public PacketPlayOutKickDisconnect(IChatBaseComponent paramIChatBaseComponent)
... | UTF-8 | Java | 742 | java | PacketPlayOutKickDisconnect.java | Java | [] | null | [] | package net.minecraft.server.v1_10_R1;
import java.io.IOException;
public class PacketPlayOutKickDisconnect
implements Packet<PacketListenerPlayOut>
{
private IChatBaseComponent a;
public PacketPlayOutKickDisconnect() {}
public PacketPlayOutKickDisconnect(IChatBaseComponent paramIChatBaseComponent)
... | 742 | 0.774933 | 0.769542 | 34 | 20.82353 | 25.905338 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.205882 | false | false | 5 |
e518efad5973d4fa5f664a4179542734a0533484 | 14,980,845,995,864 | bbf19fcef9b169a022b6f31de61077b7435010e8 | /test/exam/src/org/guangyu/model/PersonStatus.java | 2ecc3d9ea9796df90dc3d039b7f3dd9930ba57ca | [] | no_license | crsstchh/yrcrs | https://github.com/crsstchh/yrcrs | d7892dc895ace048eec9ef44a26c27f3d29e031f | d7ce9c3ac6991b0962db2e0bec06c93090b301f1 | refs/heads/master | 2016-08-03T19:43:46.101000 | 2014-05-07T15:07:43 | 2014-05-07T15:07:43 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.guangyu.model;
import java.io.Serializable;
import java.util.List;
public class PersonStatus implements Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
String temp;
List<String> pre;
String pulse;
String isNormal;//0正常一,1不正常
public Stri... | UTF-8 | Java | 822 | java | PersonStatus.java | Java | [] | null | [] | package org.guangyu.model;
import java.io.Serializable;
import java.util.List;
public class PersonStatus implements Serializable{
/**
*
*/
private static final long serialVersionUID = 1L;
String temp;
List<String> pre;
String pulse;
String isNormal;//0正常一,1不正常
public Stri... | 822 | 0.652228 | 0.648515 | 46 | 15.565217 | 14.510345 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.717391 | false | false | 5 |
9859769df070da5a932f553b17091f1baa7d0822 | 10,823,317,623,461 | f299c1091b2064a742577dcc8e497579a885317b | /src/main/java/io/github/primepotato/jandas/utils/DoubleMatrixList.java | 0836b99b63d85fb8d78c76eb62bca7ade5c3b7c5 | [
"MIT"
] | permissive | PrimePotato/jandas | https://github.com/PrimePotato/jandas | 40e22b1c1b65e71f4073891842921df47fa872ad | 2204c7269d2e9a6c9d93564625b8b15f2dec2b18 | refs/heads/master | 2021-12-31T09:49:55.877000 | 2020-03-05T14:01:50 | 2020-03-05T14:01:50 | 166,845,203 | 2 | 0 | MIT | false | 2021-12-14T21:17:06 | 2019-01-21T16:27:23 | 2020-03-05T14:02:01 | 2021-12-14T21:17:04 | 1,862 | 1 | 0 | 7 | Java | false | false | package io.github.primepotato.jandas.utils;
import org.ejml.data.DMatrixRMaj;
import java.util.Arrays;
public class DoubleMatrixList extends DMatrixRMaj {
private static double GROWTH_BASE = 2;
public DoubleMatrixList(double[] vals) {
double[] a = Arrays.copyOf(vals, dataSize(vals.length));
double[] b ... | UTF-8 | Java | 592 | java | DoubleMatrixList.java | Java | [
{
"context": "package io.github.primepotato.jandas.utils;\n\nimport org.ejml.data.DMatrixRMaj;\n",
"end": 29,
"score": 0.9883103370666504,
"start": 18,
"tag": "USERNAME",
"value": "primepotato"
}
] | null | [] | package io.github.primepotato.jandas.utils;
import org.ejml.data.DMatrixRMaj;
import java.util.Arrays;
public class DoubleMatrixList extends DMatrixRMaj {
private static double GROWTH_BASE = 2;
public DoubleMatrixList(double[] vals) {
double[] a = Arrays.copyOf(vals, dataSize(vals.length));
double[] b ... | 592 | 0.692568 | 0.689189 | 27 | 20.925926 | 22.272596 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.407407 | false | false | 5 |
caf11962d82deeaf948c0838153bf4886cb3a804 | 19,318,762,958,243 | f31fe8ee211c64be0ffacaa6810c6191e07d1b74 | /src/com/xrtb/bidder/DeadmanSwitch.java | 0564d8731ff9dc13885ee3fe57123869f5c21125 | [
"Apache-2.0"
] | permissive | vki/XRTB | https://github.com/vki/XRTB | 1453ac0f1813bfa21f52f0d378b2953cc7c9b2cd | 2420a81dc0ca3983fefe6b7663a18dfa2e841384 | refs/heads/master | 2021-01-19T23:39:47.693000 | 2017-03-03T00:50:05 | 2017-03-03T00:50:05 | 83,786,482 | 1 | 0 | null | true | 2017-03-03T10:24:37 | 2017-03-03T10:24:37 | 2017-02-26T21:52:49 | 2017-03-03T00:50:20 | 199,754 | 0 | 0 | 0 | null | null | null | package com.xrtb.bidder;
import com.aerospike.client.AerospikeClient;
import com.aerospike.redisson.RedissonClient;
import com.xrtb.commands.StopBidder;
import com.xrtb.common.Configuration;
/**
* A class used to stop runaway bidders. If deadmanswitch is set in the startup json, it must be present in the
* REDIs st... | UTF-8 | Java | 2,050 | java | DeadmanSwitch.java | Java | [
{
"context": "witch is set by the accounting program.\n * @author Ben M. Faul\n *\n */\npublic class DeadmanSwitch implements Runn",
"end": 419,
"score": 0.999866783618927,
"start": 408,
"tag": "NAME",
"value": "Ben M. Faul"
}
] | null | [] | package com.xrtb.bidder;
import com.aerospike.client.AerospikeClient;
import com.aerospike.redisson.RedissonClient;
import com.xrtb.commands.StopBidder;
import com.xrtb.common.Configuration;
/**
* A class used to stop runaway bidders. If deadmanswitch is set in the startup json, it must be present in the
* REDIs st... | 2,045 | 0.647317 | 0.64439 | 89 | 22.033709 | 21.544024 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.011236 | false | false | 5 |
5c7c1965a34b7554cd178d8556b0d85065420160 | 17,463,337,033,093 | 6f672fb72caedccb841ee23f53e32aceeaf1895e | /Shopping/ebay_source/src/com/ebay/mobile/analytics/RoiTrackEventRequest.java | 0a6b2e097f7bf7eccdf3c875248017b2349a9a58 | [] | no_license | cha63506/CompSecurity | https://github.com/cha63506/CompSecurity | 5c69743f660b9899146ed3cf21eceabe3d5f4280 | eee7e74f4088b9c02dd711c061fc04fb1e4e2654 | refs/heads/master | 2018-03-23T04:15:18.480000 | 2015-12-19T01:29:58 | 2015-12-19T01:29:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.ebay.mobile.analytics;
import android.text.TextUtils;
import com.ebay.nautilus.domain.EbaySite;
import com.ebay.nautilus.domain.data... | UTF-8 | Java | 8,340 | java | RoiTrackEventRequest.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus",
"end": 61,
"score": 0.9996308088302612,
"start": 45,
"tag": "NAME",
"value": "Pavel Kouznetsov"
},
{
"context": " s4, String s5)\n {\n se... | null | [] | // Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.ebay.mobile.analytics;
import android.text.TextUtils;
import com.ebay.nautilus.domain.EbaySite;
import com.ebay.nautilus.domain.data.ItemCurre... | 8,330 | 0.653357 | 0.646043 | 199 | 40.909546 | 39.352955 | 161 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.809045 | false | false | 5 |
1b555b0548e1a92cf2806ba6e53e1cc8ad16cf26 | 1,408,749,298,122 | 4aa9beb0c15cd2faadce920d653bea2e9c3cb9b3 | /third-integration/devCloud/src/main/java/nl/sri/devCloud/mapper/VRequirementSectionMapper.java | 44735dfa86911289d005b620ebe495e12de04ca4 | [
"Apache-2.0"
] | permissive | songdi676/paas-admin | https://github.com/songdi676/paas-admin | ac8cba2b020593f46e239b7d2b515223d1c1f472 | cccf3c8b6a367d3d3bb96ffd9aa034dfb9abf3f7 | refs/heads/master | 2022-12-04T22:11:22.295000 | 2020-08-18T02:31:26 | 2020-08-18T02:31:26 | 277,461,170 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nl.sri.devCloud.mapper;
import nl.sri.devCloud.entity.VRequirementSection;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* VIEW Mapper 接口
* </p>
*
* @author wurunxiang
* @since 2020-07-21
*/
public interface VRequirementSectionMapper extends BaseMapper<VRequirementSection> {
}
| UTF-8 | Java | 320 | java | VRequirementSectionMapper.java | Java | [
{
"context": "/**\n * <p>\n * VIEW Mapper 接口\n * </p>\n *\n * @author wurunxiang\n * @since 2020-07-21\n */\npublic interface VRequir",
"end": 202,
"score": 0.9996083974838257,
"start": 192,
"tag": "USERNAME",
"value": "wurunxiang"
}
] | null | [] | package nl.sri.devCloud.mapper;
import nl.sri.devCloud.entity.VRequirementSection;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* VIEW Mapper 接口
* </p>
*
* @author wurunxiang
* @since 2020-07-21
*/
public interface VRequirementSectionMapper extends BaseMapper<VRequirementSection> {
}
| 320 | 0.75 | 0.724684 | 16 | 18.75 | 23.920441 | 84 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 5 |
43e1f498e4bf4c4faed77b9d5c7d7eb9a4674fe4 | 1,408,749,298,892 | 5c4cfa76deafadb1c73f2dc41e26063a05be1715 | /src/main/java/com/avi/ihw/groups/ParisGrp.java | e2bf75a31934c8294daf4a74104604bb75a98ff5 | [] | no_license | avinashmoram/paris-ihw | https://github.com/avinashmoram/paris-ihw | 04f253667e360a3da25a23a2b946b9e64a0ca9a0 | 93422a12219dc0e0703362d53042352a68d11c1a | refs/heads/master | 2021-08-30T16:51:59.473000 | 2017-12-18T19:02:09 | 2017-12-18T19:02:09 | 114,675,584 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.avi.ihw.groups;
/**<b>Author:</b> Avinash Moram
*<p><b>Date:</b> 04-11-2017
*
*<p><b>PAGE DESCRIPTION: This is the parent group of all groups under PARIS
*==================================================================================</b>
*
*
*<p><b>CHANGE LOG:
*=================================... | UTF-8 | Java | 531 | java | ParisGrp.java | Java | [
{
"context": "package com.avi.ihw.groups;\n\n/**<b>Author:</b>\tAvinash Moram\n *<p><b>Date:</b>\t04-11-2017\n *\n *<p><b>PAGE DESC",
"end": 60,
"score": 0.9996352195739746,
"start": 47,
"tag": "NAME",
"value": "Avinash Moram"
},
{
"context": "\tUserName\tPhoneEx.\t- Comment </b><p>\... | null | [] | package com.avi.ihw.groups;
/**<b>Author:</b> <NAME>
*<p><b>Date:</b> 04-11-2017
*
*<p><b>PAGE DESCRIPTION: This is the parent group of all groups under PARIS
*==================================================================================</b>
*
*
*<p><b>CHANGE LOG:
*========================================... | 524 | 0.450094 | 0.412429 | 18 | 28.5 | 28.388672 | 88 | false | false | 0 | 0 | 0 | 0 | 83 | 0.310734 | 0.777778 | false | false | 5 |
f8473334c20775f1c2e46328d66a3292b7921f45 | 28,595,892,284,270 | c287d7b53a448e1d03f3ad3f62e7ad1e5809dfc0 | /src/datasal/Narag/breakout/Breakout_GRAN.java | eb4210b1417afcaa6c8ee3dc4f2aaa259f43bc2e | [] | no_license | melvincabatuan/DATASALChecking | https://github.com/melvincabatuan/DATASALChecking | 8f4153ca83f57ca5d81419eb4dd18ea6ef9a7f1c | 53906a38ce07bd0b5a39d1e735d77eb2d17a3ad0 | refs/heads/master | 2021-01-22T18:27:57.799000 | 2017-08-21T23:10:41 | 2017-08-21T23:10:41 | 100,757,463 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package datasal.Narag.breakout;
import acm.graphics.*;
import acm.program.*;
import acm.util.*;
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import datasal.Narag.myarraylist.ListCanvas;
import datasal.Narag.myarraylist.MyArrayList;
public class Breakout_GRA... | UTF-8 | Java | 12,050 | java | Breakout_GRAN.java | Java | [] | null | [] | package datasal.Narag.breakout;
import acm.graphics.*;
import acm.program.*;
import acm.util.*;
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import datasal.Narag.myarraylist.ListCanvas;
import datasal.Narag.myarraylist.MyArrayList;
public class Breakout_GRA... | 12,050 | 0.480166 | 0.463402 | 407 | 27.58231 | 20.975767 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.076167 | false | false | 5 |
bbe4866704f14944ba4569e8cf34fad6d18693f0 | 5,239,860,137,854 | 4db048132ade6f26a079f47900a4f655faf6ef04 | /JiraPlugins/atlassian-jira-4.4.3-source/embedded-crowd-api/src/main/java/com/atlassian/crowd/embedded/api/PasswordCredential.java | 31f791661a01dabfa2a6dfd2157e9ac0daf0e586 | [] | no_license | JCVI-VIRIFX/SampleTracking | https://github.com/JCVI-VIRIFX/SampleTracking | 045f3a690161cd6735dda6cf53964a89910c2d32 | 8f68cf385a083dcef055605dc040a224576a16fe | refs/heads/master | 2018-01-07T23:30:42.211000 | 2015-12-11T04:23:38 | 2015-12-11T04:23:38 | 47,804,829 | 1 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atlassian.crowd.embedded.api;
import org.apache.commons.lang.builder.ToStringBuilder;
import java.io.Serializable;
/**
* Password based authentication information.
*
* @author Justen Stepka <jstepka@atlassian.com>
* @version 1.0
*/
public class PasswordCredential implements Serializable
{
public... | UTF-8 | Java | 3,414 | java | PasswordCredential.java | Java | [
{
"context": "rd based authentication information.\n *\n * @author Justen Stepka <jstepka@atlassian.com>\n * @version 1.0\n */\npubli",
"end": 207,
"score": 0.999886691570282,
"start": 194,
"tag": "NAME",
"value": "Justen Stepka"
},
{
"context": "ication information.\n *\n * @author ... | null | [] | package com.atlassian.crowd.embedded.api;
import org.apache.commons.lang.builder.ToStringBuilder;
import java.io.Serializable;
/**
* Password based authentication information.
*
* @author <NAME> <<EMAIL>>
* @version 1.0
*/
public class PasswordCredential implements Serializable
{
public static final Passwor... | 3,393 | 0.657001 | 0.655243 | 126 | 26.103174 | 28.544821 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.277778 | false | false | 5 |
9fc5cbebabe650d2acb534b52977189c9f59c9ce | 446,676,620,170 | 3440f1d49bc89a491dbc3134e2a2be4c60e1c8df | /src/main/java/team/abc/ssm/common/utils/UserUtils.java | 2b4d4982d445e0ae521d500ea006a94fcd01b3ca | [] | no_license | casuak/Document-Management-System | https://github.com/casuak/Document-Management-System | 3d0b21bebe7c934865f991ea603244b322fee445 | 3bf0f337e0b2e841132c3ac04241ea915691a2af | refs/heads/master | 2022-12-25T08:13:01.783000 | 2020-06-25T06:46:19 | 2020-06-25T06:46:19 | 176,279,162 | 2 | 4 | null | false | 2022-12-16T06:11:30 | 2019-03-18T12:24:14 | 2020-06-25T06:46:50 | 2022-12-16T06:11:29 | 45,299 | 0 | 2 | 27 | JavaScript | false | false | package team.abc.ssm.common.utils;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.subject.Subject;
import team.abc.ssm.modules.sys.entity.User;
import team.abc.ssm.modules.sys.service.UserService;
/**
* 用户工具类
*/
public class UserUtils {
private static UserService userService = SpringContextHold... | UTF-8 | Java | 1,057 | java | UserUtils.java | Java | [
{
"context": "ser _user = new User();\n _user.setUsername(username);\n User user = userService.getUserByUserna",
"end": 862,
"score": 0.9468213319778442,
"start": 854,
"tag": "USERNAME",
"value": "username"
}
] | null | [] | package team.abc.ssm.common.utils;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.subject.Subject;
import team.abc.ssm.modules.sys.entity.User;
import team.abc.ssm.modules.sys.service.UserService;
/**
* 用户工具类
*/
public class UserUtils {
private static UserService userService = SpringContextHold... | 1,057 | 0.668979 | 0.668979 | 36 | 27.027779 | 24.582611 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472222 | false | false | 5 |
d4e5757ff4d224d6b7e0dd29af877f3dea0d11d7 | 8,589,934,620,339 | e1f09447cb194736ee9dbc0aae4142ce231ff9bb | /src/main/java/copado/onpremise/connector/salesforce/TestLevelBuilder.java | 95fae6245321ab6afb9766bbb54c016d67bfbfc6 | [
"Apache-2.0"
] | permissive | CopadoSolutions/copado-deployment-service | https://github.com/CopadoSolutions/copado-deployment-service | 0af67df69cd6414b86fc17c91bf3037e5861b44d | 87e335e5beea9f35645f759c60e9f499a19bd8c5 | refs/heads/master | 2021-12-01T15:56:59.744000 | 2021-11-18T12:35:51 | 2021-11-18T12:35:51 | 148,326,781 | 1 | 1 | NOASSERTION | false | 2021-11-18T12:35:52 | 2018-09-11T14:03:08 | 2021-03-15T12:28:50 | 2021-11-18T12:35:51 | 305 | 0 | 1 | 3 | Shell | false | false | package copado.onpremise.connector.salesforce;
import com.sforce.soap.metadata.TestLevel;
public class TestLevelBuilder {
private TestLevelBuilder(){}
public static TestLevel build(String testLevel){
switch (testLevel) {
case "RunAllTestsInOrg":
return TestLevel.RunAllTes... | UTF-8 | Java | 658 | java | TestLevelBuilder.java | Java | [] | null | [] | package copado.onpremise.connector.salesforce;
import com.sforce.soap.metadata.TestLevel;
public class TestLevelBuilder {
private TestLevelBuilder(){}
public static TestLevel build(String testLevel){
switch (testLevel) {
case "RunAllTestsInOrg":
return TestLevel.RunAllTes... | 658 | 0.607903 | 0.607903 | 23 | 27.608696 | 18.570053 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.304348 | false | false | 5 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.