hexsha stringlengths 40 40 | size int64 3 1.05M | ext stringclasses 1
value | lang stringclasses 1
value | max_stars_repo_path stringlengths 5 1.02k | max_stars_repo_name stringlengths 4 126 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses list | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 5 1.02k | max_issues_repo_name stringlengths 4 114 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses list | max_issues_count float64 1 92.2k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 5 1.02k | max_forks_repo_name stringlengths 4 136 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses list | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | avg_line_length float64 2.55 99.9 | max_line_length int64 3 1k | alphanum_fraction float64 0.25 1 | index int64 0 1M | content stringlengths 3 1.05M |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e257f1a2cb67e7032a0b2c95f8f6b9d2d60f204 | 1,067 | java | Java | src/tests/FileManagerTest.java | sprite728/conesc | e1f11faa9504289901aabed565d3abd00daa93b3 | [
"BSD-3-Clause"
] | 1 | 2015-04-11T03:56:01.000Z | 2015-04-11T03:56:01.000Z | src/tests/FileManagerTest.java | muxanasov/ConesC | 88a3004c7c094e418c933ca9d08238222a47b4fd | [
"BSD-3-Clause"
] | null | null | null | src/tests/FileManagerTest.java | muxanasov/ConesC | 88a3004c7c094e418c933ca9d08238222a47b4fd | [
"BSD-3-Clause"
] | null | null | null | 19.759259 | 45 | 0.707591 | 15,862 | package tests;
import static org.junit.Assert.*;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.UnsupportedEncodingException;
import java.nio.file.Files;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import ... |
3e257fee093f135c1b1e175d93aa5eb479811672 | 2,003 | java | Java | java/src/c17438292/Cube.java | Neilgibson26/MusicVisuals | 679ce952edd7aa275e3cf757ef987255836f70dd | [
"MIT"
] | 1 | 2021-05-03T16:21:04.000Z | 2021-05-03T16:21:04.000Z | java/src/c17438292/Cube.java | Neilgibson26/MusicVisuals | 679ce952edd7aa275e3cf757ef987255836f70dd | [
"MIT"
] | null | null | null | java/src/c17438292/Cube.java | Neilgibson26/MusicVisuals | 679ce952edd7aa275e3cf757ef987255836f70dd | [
"MIT"
] | null | null | null | 21.537634 | 114 | 0.462806 | 15,863 | package c17438292;
import processing.core.*;
public class Cube
{
private float x;
private float y;
private float boxh;
private float angle = 0;
private boolean rx;
NeilsVisual nv;
// Constructor that takes the x and y of where I want to draw a cube, the height, and NeilsVisual and Papple... |
3e257ff2cf80496db53cbf714d75fb0517f11162 | 14,263 | java | Java | app/src/main/java/com/example/thy/linechart/Class/CustomLineChart.java | thytran142/LineChart | 62155bad86bca2b9a03dc9fdd4da988362d7ae10 | [
"FTL"
] | null | null | null | app/src/main/java/com/example/thy/linechart/Class/CustomLineChart.java | thytran142/LineChart | 62155bad86bca2b9a03dc9fdd4da988362d7ae10 | [
"FTL"
] | null | null | null | app/src/main/java/com/example/thy/linechart/Class/CustomLineChart.java | thytran142/LineChart | 62155bad86bca2b9a03dc9fdd4da988362d7ae10 | [
"FTL"
] | null | null | null | 38.969945 | 165 | 0.625464 | 15,864 | package com.example.thy.linechart.Class;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.wi... |
3e25802e52dd230282245d2eb7267db580de6c8f | 1,941 | java | Java | cloudfoundry-client/src/test/java/org/cloudfoundry/client/v3/deployments/CreateDeploymentRequestTest.java | JuergenSu/cf-java-client | f4f219297ec41d1d626c0d3d6c13b34e03d64870 | [
"Apache-2.0"
] | 252 | 2015-01-05T14:25:55.000Z | 2022-02-10T05:34:26.000Z | cloudfoundry-client/src/test/java/org/cloudfoundry/client/v3/deployments/CreateDeploymentRequestTest.java | JuergenSu/cf-java-client | f4f219297ec41d1d626c0d3d6c13b34e03d64870 | [
"Apache-2.0"
] | 888 | 2015-01-05T22:28:40.000Z | 2022-03-31T21:16:39.000Z | cloudfoundry-client/src/test/java/org/cloudfoundry/client/v3/deployments/CreateDeploymentRequestTest.java | JuergenSu/cf-java-client | f4f219297ec41d1d626c0d3d6c13b34e03d64870 | [
"Apache-2.0"
] | 257 | 2015-01-16T11:49:49.000Z | 2022-01-04T10:12:55.000Z | 32.898305 | 75 | 0.606388 | 15,865 | /*
* Copyright 2013-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e25808aeba756165548e9aaad19445c205f67dd | 477 | java | Java | toymall-order/src/main/java/com/fourwood/toymall/order/service/OrderReturnApplyService.java | FWdarling/toyMall | 1978668ae383a350792b875c53cb3d3b99b4ff4a | [
"Apache-2.0"
] | null | null | null | toymall-order/src/main/java/com/fourwood/toymall/order/service/OrderReturnApplyService.java | FWdarling/toyMall | 1978668ae383a350792b875c53cb3d3b99b4ff4a | [
"Apache-2.0"
] | null | null | null | toymall-order/src/main/java/com/fourwood/toymall/order/service/OrderReturnApplyService.java | FWdarling/toyMall | 1978668ae383a350792b875c53cb3d3b99b4ff4a | [
"Apache-2.0"
] | null | null | null | 23 | 83 | 0.782609 | 15,866 | package com.fourwood.toymall.order.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.fourwood.common.utils.PageUtils;
import com.fourwood.toymall.order.entity.OrderReturnApplyEntity;
import java.util.Map;
/**
* 订单退货申请
*
* @author fourwood
* @email ychag@example.com
* @date 2021-11-... |
3e258096d8bd7512c18ef2af78f05d68e0851f8b | 1,391 | java | Java | src/main/java/dmax/plua/ui/cards/CardPriorityManager.java | d-max/words | c5b89d1fe326bca1c1248187c80d27bc9ee227b2 | [
"MIT"
] | null | null | null | src/main/java/dmax/plua/ui/cards/CardPriorityManager.java | d-max/words | c5b89d1fe326bca1c1248187c80d27bc9ee227b2 | [
"MIT"
] | 8 | 2015-07-30T15:40:08.000Z | 2019-02-21T13:09:01.000Z | src/main/java/dmax/plua/ui/cards/CardPriorityManager.java | d-max/words | c5b89d1fe326bca1c1248187c80d27bc9ee227b2 | [
"MIT"
] | 1 | 2015-08-08T16:11:02.000Z | 2015-08-08T16:11:02.000Z | 28.55102 | 94 | 0.646891 | 15,867 | package dmax.plua.ui.cards;
import android.support.v4.view.ViewPager;
import dmax.plua.DataSource;
import dmax.plua.domain.Link;
/**
* Reacts on rise card priority button click action
*
* <br/><br/>
* Created by Maxim Dybarsky | anpch@example.com
* on 21.01.15 at 13:19
*/
public class CardPriorityManager {
... |
3e258127f452070214d5e9df9da25f5b38d0d886 | 2,528 | java | Java | src/main/java/org/apache/aurora/scheduler/quota/QuotaInfo.java | smarth-madan/incubator-aurora | f0d4fbdfe8402d433b1047b483877dca05eb1186 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/aurora/scheduler/quota/QuotaInfo.java | smarth-madan/incubator-aurora | f0d4fbdfe8402d433b1047b483877dca05eb1186 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/aurora/scheduler/quota/QuotaInfo.java | smarth-madan/incubator-aurora | f0d4fbdfe8402d433b1047b483877dca05eb1186 | [
"Apache-2.0"
] | null | null | null | 26.893617 | 75 | 0.716772 | 15,868 | /**
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribu... |
3e2581c3f68cfaa10724699a510554804a253aa0 | 1,080 | java | Java | service/src/main/java/com/ssq/infrastructure/service/FileService.java | Griffin23/be-infrastructure | ad0845203d9c6789625933e6b3ddacaff7137349 | [
"MIT"
] | null | null | null | service/src/main/java/com/ssq/infrastructure/service/FileService.java | Griffin23/be-infrastructure | ad0845203d9c6789625933e6b3ddacaff7137349 | [
"MIT"
] | null | null | null | service/src/main/java/com/ssq/infrastructure/service/FileService.java | Griffin23/be-infrastructure | ad0845203d9c6789625933e6b3ddacaff7137349 | [
"MIT"
] | null | null | null | 30.857143 | 87 | 0.634259 | 15,869 | package com.ssq.infrastructure.service;
import com.ssq.infrastructure.model.resultbean.ResultBean;
import org.springframework.stereotype.Service;
import org.springframework.web.multipart.MultipartFile;
import java.io.File;
import java.io.IOException;
import java.util.UUID;
@Service
public class FileService {
pu... |
3e2581cad286ed94586b306c068886cc9c1d56e1 | 485 | java | Java | src/main/java/com/kintone/client/api/app/UpdateViewsResponseBody.java | aoking/kintone-java-client | 1b8a4a6327615d8ff462eda79e0c4d20d335baab | [
"MIT"
] | 17 | 2020-02-20T10:58:47.000Z | 2022-02-21T10:00:13.000Z | src/main/java/com/kintone/client/api/app/UpdateViewsResponseBody.java | aoking/kintone-java-client | 1b8a4a6327615d8ff462eda79e0c4d20d335baab | [
"MIT"
] | 8 | 2020-05-26T07:00:12.000Z | 2021-04-16T05:26:27.000Z | src/main/java/com/kintone/client/api/app/UpdateViewsResponseBody.java | aoking/kintone-java-client | 1b8a4a6327615d8ff462eda79e0c4d20d335baab | [
"MIT"
] | 7 | 2020-04-14T06:12:54.000Z | 2022-02-27T04:25:43.000Z | 26.944444 | 69 | 0.750515 | 15,870 | package com.kintone.client.api.app;
import com.kintone.client.api.KintoneResponseBody;
import com.kintone.client.model.app.ViewId;
import java.util.Map;
import lombok.Value;
/** A response object for Update Views API. */
@Value
public class UpdateViewsResponseBody implements KintoneResponseBody {
/** An object c... |
3e2583a45a5eae6df1169f16dbd2a4bb43fc40f6 | 1,650 | java | Java | src/test/java/com/endava/cats/fuzzer/fields/BooleanFieldsFuzzerTest.java | productinfo/cats | b9d04d549e9fac3b59d7db01251e04ff3e516de0 | [
"Apache-2.0"
] | 2 | 2020-09-10T22:37:09.000Z | 2020-09-14T10:15:55.000Z | src/test/java/com/endava/cats/fuzzer/fields/BooleanFieldsFuzzerTest.java | productinfo/cats | b9d04d549e9fac3b59d7db01251e04ff3e516de0 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/endava/cats/fuzzer/fields/BooleanFieldsFuzzerTest.java | productinfo/cats | b9d04d549e9fac3b59d7db01251e04ff3e516de0 | [
"Apache-2.0"
] | null | null | null | 35.869565 | 171 | 0.792727 | 15,871 | package com.endava.cats.fuzzer.fields;
import com.endava.cats.args.FilesArguments;
import com.endava.cats.io.ServiceCaller;
import com.endava.cats.model.FuzzingData;
import com.endava.cats.report.TestCaseListener;
import com.endava.cats.util.CatsUtil;
import io.swagger.v3.oas.models.media.BooleanSchema;
import org.ass... |
3e25844aca366c571b21e65d73624556d4a13455 | 1,137 | java | Java | OOP/10-02/Aufg_10_02.java | chfrank-cgn/FOM | 72ada98bb287b00807911a070a390964b681f099 | [
"CC-BY-4.0"
] | null | null | null | OOP/10-02/Aufg_10_02.java | chfrank-cgn/FOM | 72ada98bb287b00807911a070a390964b681f099 | [
"CC-BY-4.0"
] | null | null | null | OOP/10-02/Aufg_10_02.java | chfrank-cgn/FOM | 72ada98bb287b00807911a070a390964b681f099 | [
"CC-BY-4.0"
] | null | null | null | 25.840909 | 75 | 0.62445 | 15,872 | import java.util.Date;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.text.*;
public class Aufg_10_02{
public static Date pruefeDatum (String datum) throws ParseException {
// Eine auf die Rechnerlokation abgestimmte Instanz der Klasse
// DateFormat wird erzeugt.
... |
3e25848804de4bac233545846857494b08aa718e | 5,219 | java | Java | plugins/network-elements/bigswitch/src/main/java/com/cloud/api/commands/ListBigSwitchBcfDevicesCmd.java | aleskxyz/cloudstack | 2700beb4fb1206f93829b8c4085479a8f416833d | [
"Apache-2.0"
] | 1,131 | 2015-01-08T18:59:06.000Z | 2022-03-29T11:31:10.000Z | plugins/network-elements/bigswitch/src/main/java/com/cloud/api/commands/ListBigSwitchBcfDevicesCmd.java | aleskxyz/cloudstack | 2700beb4fb1206f93829b8c4085479a8f416833d | [
"Apache-2.0"
] | 5,908 | 2015-01-13T15:28:37.000Z | 2022-03-31T20:31:07.000Z | plugins/network-elements/bigswitch/src/main/java/com/cloud/api/commands/ListBigSwitchBcfDevicesCmd.java | Rostov1991/cloudstack | 4abe8385e0721793d5dae8f195303d010c8ff8d2 | [
"Apache-2.0"
] | 1,083 | 2015-01-05T01:16:52.000Z | 2022-03-31T12:14:10.000Z | 45.382609 | 169 | 0.694386 | 15,873 | //
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you ... |
3e2584a2126d7f9e792b44a4e017d5ba90862770 | 3,605 | java | Java | buildSrc/src/main/java/deployment/DeploymentPlugin.java | joe540/AnySoftKeyboard | dcf82edd080e56c319a438b64cd3f060132ee745 | [
"Apache-2.0"
] | 2,279 | 2015-01-08T20:36:15.000Z | 2022-03-31T03:13:10.000Z | buildSrc/src/main/java/deployment/DeploymentPlugin.java | joe540/AnySoftKeyboard | dcf82edd080e56c319a438b64cd3f060132ee745 | [
"Apache-2.0"
] | 2,589 | 2015-01-01T01:37:42.000Z | 2022-03-30T16:25:00.000Z | buildSrc/src/main/java/deployment/DeploymentPlugin.java | joe540/AnySoftKeyboard | dcf82edd080e56c319a438b64cd3f060132ee745 | [
"Apache-2.0"
] | 799 | 2015-01-05T11:04:49.000Z | 2022-03-23T03:33:58.000Z | 43.963415 | 99 | 0.487656 | 15,874 | package deployment;
import java.util.ArrayList;
import java.util.Locale;
import org.gradle.api.NamedDomainObjectContainer;
import org.gradle.api.Plugin;
import org.gradle.api.Project;
public class DeploymentPlugin implements Plugin<Project> {
@Override
public void apply(Project project) {
final NamedD... |
3e258621d1d665713630f8bea577373565a5207a | 315 | java | Java | io.opencaesar.oml.dsl/src/io/opencaesar/oml/dsl/resource/OmlXtextResourceSetProvider.java | NicolasRouquette/oml | 55f7b999b687fdd3c39c5df3a538fd7501952df9 | [
"Apache-2.0"
] | null | null | null | io.opencaesar.oml.dsl/src/io/opencaesar/oml/dsl/resource/OmlXtextResourceSetProvider.java | NicolasRouquette/oml | 55f7b999b687fdd3c39c5df3a538fd7501952df9 | [
"Apache-2.0"
] | null | null | null | io.opencaesar.oml.dsl/src/io/opencaesar/oml/dsl/resource/OmlXtextResourceSetProvider.java | NicolasRouquette/oml | 55f7b999b687fdd3c39c5df3a538fd7501952df9 | [
"Apache-2.0"
] | null | null | null | 22.5 | 80 | 0.8 | 15,875 | package io.opencaesar.oml.dsl.resource;
import org.eclipse.xtext.resource.XtextResourceSet;
import com.google.inject.Provider;
public class OmlXtextResourceSetProvider implements Provider<XtextResourceSet> {
@Override
public XtextResourceSet get() {
return new OmlSynchronizedXtextResourceSet();
}
}
|
3e258651dacd06b66f9a9a09417331b423769bc6 | 7,980 | java | Java | src/test/java/com/eva/logic/parser/AddStaffCommandParserTest.java | Hou-Rui/tp | 26dc36c08dad633db3ad494b8340854f9c45dab3 | [
"MIT"
] | 2 | 2020-09-13T12:58:39.000Z | 2020-10-03T16:28:41.000Z | src/test/java/com/eva/logic/parser/AddStaffCommandParserTest.java | Hou-Rui/tp | 26dc36c08dad633db3ad494b8340854f9c45dab3 | [
"MIT"
] | 257 | 2020-09-21T07:42:45.000Z | 2020-11-12T16:49:30.000Z | src/test/java/com/eva/logic/parser/AddStaffCommandParserTest.java | Hou-Rui/tp | 26dc36c08dad633db3ad494b8340854f9c45dab3 | [
"MIT"
] | 5 | 2020-09-13T12:46:56.000Z | 2020-09-13T14:22:32.000Z | 51.483871 | 118 | 0.756767 | 15,876 | package com.eva.logic.parser;
import static com.eva.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static com.eva.logic.commands.CommandTestUtil.ADDRESS_DESC_AMY;
import static com.eva.logic.commands.CommandTestUtil.ADDRESS_DESC_BOB;
import static com.eva.logic.commands.CommandTestUtil.EMAIL_DESC_AMY;
im... |
3e258736ddb5eab70d0b7ca39a52322e99542b20 | 145 | java | Java | ureport2-core/src/main/java/com/bstek/ureport/echarts/options/prop/AxisPointerType.java | ITBoyss/ureport | 43bb2a2d941409ee7724da68b5d1dd385b0a40ff | [
"Apache-2.0"
] | 1 | 2018-03-21T01:10:13.000Z | 2018-03-21T01:10:13.000Z | ureport2-core/src/main/java/com/bstek/ureport/echarts/options/prop/AxisPointerType.java | yituzaitu/ureport | b40648731f0e0010447e39d4b136a3ade1e7e5c0 | [
"Apache-2.0"
] | null | null | null | ureport2-core/src/main/java/com/bstek/ureport/echarts/options/prop/AxisPointerType.java | yituzaitu/ureport | b40648731f0e0010447e39d4b136a3ade1e7e5c0 | [
"Apache-2.0"
] | null | null | null | 14.5 | 47 | 0.724138 | 15,877 | package com.bstek.ureport.echarts.options.prop;
/**
* @author Jacky.gao
* @since 2017年12月27日
*/
public enum AxisPointerType {
line,shadow
}
|
3e2587833d8136cd01112b011109a52e11837bc1 | 2,385 | java | Java | Problems/TSP.java | thecoderenroute/AoAlgorithm | a474c85d6bab774db8a12c65ec4f38ad55fb666e | [
"MIT"
] | 4 | 2021-03-23T05:17:54.000Z | 2022-01-21T11:24:51.000Z | Problems/TSP.java | thecoderenroute/AoAlgorithm | a474c85d6bab774db8a12c65ec4f38ad55fb666e | [
"MIT"
] | null | null | null | Problems/TSP.java | thecoderenroute/AoAlgorithm | a474c85d6bab774db8a12c65ec4f38ad55fb666e | [
"MIT"
] | null | null | null | 21.294643 | 97 | 0.512369 | 15,878 | package Problems;
import java.util.ArrayList;
import java.util.List;
public class TSP {
public static void main(String[] args) {
int[][] graph = { { 0, 10, 15, 20 }, { 5, 0, 9, 10 }, { 6, 13, 0, 12 }, { 8, 8, 9, 0 } };
getShortestPath(graph);
}
public static int getShortestPath(int[][... |
3e2587ddb686c48a24fd70242905bc352f279bc1 | 858 | java | Java | src/test/java/leetcode/easy/ValidParenthesesTest.java | stphngrtz/leetcode | b76176d1ff935db2929f1ad32a0346b74fe0320c | [
"MIT"
] | 1 | 2022-03-03T15:54:51.000Z | 2022-03-03T15:54:51.000Z | src/test/java/leetcode/easy/ValidParenthesesTest.java | stphngrtz/leetcode | b76176d1ff935db2929f1ad32a0346b74fe0320c | [
"MIT"
] | null | null | null | src/test/java/leetcode/easy/ValidParenthesesTest.java | stphngrtz/leetcode | b76176d1ff935db2929f1ad32a0346b74fe0320c | [
"MIT"
] | null | null | null | 19.953488 | 64 | 0.594406 | 15,879 | package leetcode.easy;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
class ValidParenthesesTest {
@Test
void example1() {
assertThat(ValidParentheses.isValid("()")).isTrue();
}
@Test
void example2() {
assertThat(ValidParentheses.isV... |
3e2589da940c0ab47d3019ebe04e010548bbb08e | 5,650 | java | Java | src/main/java/com/refinedmods/refinedstorage/util/ColorMap.java | mindy15963/refinedstorage | 5ec745f17dd8fd2d8ed1a5c636d889b6a125cc27 | [
"MIT"
] | null | null | null | src/main/java/com/refinedmods/refinedstorage/util/ColorMap.java | mindy15963/refinedstorage | 5ec745f17dd8fd2d8ed1a5c636d889b6a125cc27 | [
"MIT"
] | null | null | null | src/main/java/com/refinedmods/refinedstorage/util/ColorMap.java | mindy15963/refinedstorage | 5ec745f17dd8fd2d8ed1a5c636d889b6a125cc27 | [
"MIT"
] | null | null | null | 40.942029 | 167 | 0.705841 | 15,880 | package com.refinedmods.refinedstorage.util;
import com.refinedmods.refinedstorage.RS;
import com.refinedmods.refinedstorage.RSBlocks;
import com.refinedmods.refinedstorage.RSItems;
import com.refinedmods.refinedstorage.block.BaseBlock;
import com.refinedmods.refinedstorage.block.BlockDirection;
import com.refinedmods... |
3e258a9588a022bb83d9952c37e4591865a29a2b | 359 | java | Java | gulimall-ware/src/main/java/com/gb/gulimall/ware/dao/WareInfoDao.java | Saratoga03/GuliMall | a8967fbce4b184736c47f37faa416eea1e7b6637 | [
"Apache-2.0"
] | null | null | null | gulimall-ware/src/main/java/com/gb/gulimall/ware/dao/WareInfoDao.java | Saratoga03/GuliMall | a8967fbce4b184736c47f37faa416eea1e7b6637 | [
"Apache-2.0"
] | null | null | null | gulimall-ware/src/main/java/com/gb/gulimall/ware/dao/WareInfoDao.java | Saratoga03/GuliMall | a8967fbce4b184736c47f37faa416eea1e7b6637 | [
"Apache-2.0"
] | null | null | null | 20.055556 | 65 | 0.756233 | 15,881 | package com.gb.gulimall.ware.dao;
import com.gb.gulimall.ware.entity.WareInfoEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 仓库信息
*
* @author Sara
* @email lyhxr@example.com
* @date 2022-03-27 22:20:59
*/
@Mapper
public interface WareInfoDao ex... |
3e258baaf5828e9b6f7dcf0c3984e39cb16c47eb | 1,871 | java | Java | src/main/java/ch/uzh/ifi/seal/soprafs19/entity/Field.java | d-tham/santorini-server | bdae7b0eba8aeb85686f67286267539a7c8f7352 | [
"Apache-2.0"
] | null | null | null | src/main/java/ch/uzh/ifi/seal/soprafs19/entity/Field.java | d-tham/santorini-server | bdae7b0eba8aeb85686f67286267539a7c8f7352 | [
"Apache-2.0"
] | null | null | null | src/main/java/ch/uzh/ifi/seal/soprafs19/entity/Field.java | d-tham/santorini-server | bdae7b0eba8aeb85686f67286267539a7c8f7352 | [
"Apache-2.0"
] | null | null | null | 20.788889 | 80 | 0.601817 | 15,882 | package ch.uzh.ifi.seal.soprafs19.entity;
import java.io.Serializable;
import javax.persistence.*;
@Entity
@SequenceGenerator(name="field_seq")
public class Field implements Serializable {
private static final long serialVersionUID = 1L;
@Id
@GeneratedValue(strategy = GenerationType.SEQUENCE, generator =... |
3e258bdd29fd5e431bb1cde7f19350de0d2cf446 | 4,212 | java | Java | lib_common/src/main/java/com/lwkandroid/lib/common/mvp/MvpBaseFragment.java | Vanish136/android-leaflet | 2bda854f9c97c15c91bff3d958c00168188e0be0 | [
"Apache-2.0"
] | 5 | 2021-05-26T02:05:55.000Z | 2021-12-24T02:51:43.000Z | lib_common/src/main/java/com/lwkandroid/lib/common/mvp/MvpBaseFragment.java | Vanish136/android-leaflet | 2bda854f9c97c15c91bff3d958c00168188e0be0 | [
"Apache-2.0"
] | null | null | null | lib_common/src/main/java/com/lwkandroid/lib/common/mvp/MvpBaseFragment.java | Vanish136/android-leaflet | 2bda854f9c97c15c91bff3d958c00168188e0be0 | [
"Apache-2.0"
] | null | null | null | 22.524064 | 130 | 0.665242 | 15,883 | package com.lwkandroid.lib.common.mvp;
import android.content.Context;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.... |
3e258c24c61b7e823fe8fe7188a93358d8047ffa | 910 | java | Java | sdk/synapse/azure-resourcemanager-synapse/src/samples/java/com/azure/resourcemanager/synapse/generated/IntegrationRuntimesStopSamples.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,350 | 2015-01-17T05:22:05.000Z | 2022-03-29T21:00:37.000Z | sdk/synapse/azure-resourcemanager-synapse/src/samples/java/com/azure/resourcemanager/synapse/generated/IntegrationRuntimesStopSamples.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 16,834 | 2015-01-07T02:19:09.000Z | 2022-03-31T23:29:10.000Z | sdk/synapse/azure-resourcemanager-synapse/src/samples/java/com/azure/resourcemanager/synapse/generated/IntegrationRuntimesStopSamples.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,586 | 2015-01-02T01:50:28.000Z | 2022-03-31T11:25:34.000Z | 36.4 | 149 | 0.730769 | 15,884 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.synapse.generated;
import com.azure.core.util.Context;
/** Samples for IntegrationRuntimes Stop. */
public final class Integrat... |
3e258c5f376bd19a4e7a6cc2b2c3bb48c9ae9303 | 169 | java | Java | EU3/NotValidFieldException.java | JustinLex/java-projects | a184dc50c6fec5ac4a7a599e9217cd4c40228096 | [
"MIT"
] | null | null | null | EU3/NotValidFieldException.java | JustinLex/java-projects | a184dc50c6fec5ac4a7a599e9217cd4c40228096 | [
"MIT"
] | null | null | null | EU3/NotValidFieldException.java | JustinLex/java-projects | a184dc50c6fec5ac4a7a599e9217cd4c40228096 | [
"MIT"
] | null | null | null | 21.125 | 62 | 0.745562 | 15,885 | package com.company;
public class NotValidFieldException extends RuntimeException {
public NotValidFieldException(String message) {
super(message);
}
}
|
3e258d1bd9f412691532c727edac8285c30f7803 | 4,455 | java | Java | src/main/java/red/steady/swt/widgets/SliderPanel.java | steady-red/rich-widgets | 04d125d2d4ed6e41cb1e856e4cdfcd73eff4ae6b | [
"BSD-3-Clause"
] | null | null | null | src/main/java/red/steady/swt/widgets/SliderPanel.java | steady-red/rich-widgets | 04d125d2d4ed6e41cb1e856e4cdfcd73eff4ae6b | [
"BSD-3-Clause"
] | null | null | null | src/main/java/red/steady/swt/widgets/SliderPanel.java | steady-red/rich-widgets | 04d125d2d4ed6e41cb1e856e4cdfcd73eff4ae6b | [
"BSD-3-Clause"
] | null | null | null | 31.821429 | 113 | 0.709315 | 15,886 | package red.steady.swt.widgets;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.CLabel;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.events.SelectionListener;
import org.eclipse.swt.graphics.Color;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Event;... |
3e258d406e5db946e36b7d7fd9897d1e282564c8 | 909 | java | Java | src/test/resources/loaderTestData/projectfiles/javaproject/src/main/java/org/foo/view/PersonView.java | jacksonpradolima/comfort | 30b6d845716f9cd4ba8639b168a8520cb56c6f30 | [
"Apache-2.0"
] | 2 | 2020-05-25T15:19:57.000Z | 2020-12-07T07:58:19.000Z | src/test/resources/loaderTestData/projectfiles/javaproject/src/main/java/org/foo/view/PersonView.java | jacksonpradolima/comfort | 30b6d845716f9cd4ba8639b168a8520cb56c6f30 | [
"Apache-2.0"
] | 2 | 2020-05-25T16:44:15.000Z | 2020-05-25T17:44:18.000Z | src/test/resources/loaderTestData/projectfiles/javaproject/src/main/java/org/foo/view/PersonView.java | jacksonpradolima/comfort | 30b6d845716f9cd4ba8639b168a8520cb56c6f30 | [
"Apache-2.0"
] | 1 | 2020-05-25T16:44:57.000Z | 2020-05-25T16:44:57.000Z | 29.322581 | 75 | 0.715072 | 15,887 | /*
* Copyright (C) 2017 University of Goettingen, Germany
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... |
3e258d91d866a4472629c36c24b586f36ec28312 | 931 | java | Java | Java Basic Syntax Exercises/src/p16_URLParser.java | Taewii/software-technologies | 350cbea839c89492569b4a7ea71703684f2aaecc | [
"MIT"
] | null | null | null | Java Basic Syntax Exercises/src/p16_URLParser.java | Taewii/software-technologies | 350cbea839c89492569b4a7ea71703684f2aaecc | [
"MIT"
] | null | null | null | Java Basic Syntax Exercises/src/p16_URLParser.java | Taewii/software-technologies | 350cbea839c89492569b4a7ea71703684f2aaecc | [
"MIT"
] | null | null | null | 28.212121 | 57 | 0.493018 | 15,888 | import java.util.*;
public class p16_URLParser {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
String input = scan.nextLine();
String protocol = "";
String server = "";
String resource = "";
int protocolIndex = input.indexOf("://");... |
3e258f67be473b2979ba25bee801b019ec73fb9d | 72 | java | Java | vertx-plus-eventbus-rpc/src/main/java/plus/vertx/core/support/eventBusRpc/Job.java | crazyliuzc/vertx-plus | 475c95b32ff2cf9d13904aad87882aad4ab0f343 | [
"MIT"
] | 1 | 2020-09-14T13:16:44.000Z | 2020-09-14T13:16:44.000Z | vertx-plus-eventbus-rpc/src/main/java/plus/vertx/core/support/eventBusRpc/Job.java | crazyliuzc/vertx-plus | 475c95b32ff2cf9d13904aad87882aad4ab0f343 | [
"MIT"
] | null | null | null | vertx-plus-eventbus-rpc/src/main/java/plus/vertx/core/support/eventBusRpc/Job.java | crazyliuzc/vertx-plus | 475c95b32ff2cf9d13904aad87882aad4ab0f343 | [
"MIT"
] | null | null | null | 12 | 44 | 0.722222 | 15,889 | package plus.vertx.core.support.eventBusRpc;
public class Job {
}
|
3e2590c1b3c2312a68b7e33ab2f1448c04cf2305 | 7,662 | java | Java | trunk/teacher/src/main/java/com/abings/baby/teacher/ui/PrizeDraw/LuckyDrawActivity.java | SingleShu/HelloV3 | 07b2c321ac01bfd28338045e6e9793b2627a1d35 | [
"Apache-2.0"
] | 1 | 2018-07-07T08:32:49.000Z | 2018-07-07T08:32:49.000Z | trunk/teacher/src/main/java/com/abings/baby/teacher/ui/PrizeDraw/LuckyDrawActivity.java | SingleShu/HelloV3 | 07b2c321ac01bfd28338045e6e9793b2627a1d35 | [
"Apache-2.0"
] | null | null | null | trunk/teacher/src/main/java/com/abings/baby/teacher/ui/PrizeDraw/LuckyDrawActivity.java | SingleShu/HelloV3 | 07b2c321ac01bfd28338045e6e9793b2627a1d35 | [
"Apache-2.0"
] | null | null | null | 31.792531 | 134 | 0.596058 | 15,890 | package com.abings.baby.teacher.ui.PrizeDraw;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.ObjectAnimator;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.KeyEvent;
import android.v... |
3e259106262ce7c1e88dad072f347649fe1a404c | 1,855 | java | Java | nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/layers/recurrent/config/LSTMBlockCellConfiguration.java | jxtps/deeplearning4j | 68ea5f3688be9045cac3c06b1828b21262b22903 | [
"Apache-2.0"
] | 2 | 2019-04-12T09:30:55.000Z | 2019-04-12T09:31:03.000Z | nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/layers/recurrent/config/LSTMBlockCellConfiguration.java | jxtps/deeplearning4j | 68ea5f3688be9045cac3c06b1828b21262b22903 | [
"Apache-2.0"
] | 830 | 2019-11-11T19:39:32.000Z | 2021-08-03T18:35:24.000Z | nd4j/nd4j-backends/nd4j-api-parent/nd4j-api/src/main/java/org/nd4j/linalg/api/ops/impl/layers/recurrent/config/LSTMBlockCellConfiguration.java | jxtps/deeplearning4j | 68ea5f3688be9045cac3c06b1828b21262b22903 | [
"Apache-2.0"
] | 1 | 2022-02-05T08:02:18.000Z | 2022-02-05T08:02:18.000Z | 31.982759 | 80 | 0.632345 | 15,891 | /*******************************************************************************
* Copyright (c) 2015-2019 Skymind, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
*... |
3e25925ea8b031e7e73d673cea1b84a4f6ddb162 | 793 | java | Java | src/main/java/com/gildedrose/GildedRose.java | dan393/gildedrose | ca5f829923443a3de96fb5abf6d39301f632fdc5 | [
"MIT"
] | null | null | null | src/main/java/com/gildedrose/GildedRose.java | dan393/gildedrose | ca5f829923443a3de96fb5abf6d39301f632fdc5 | [
"MIT"
] | null | null | null | src/main/java/com/gildedrose/GildedRose.java | dan393/gildedrose | ca5f829923443a3de96fb5abf6d39301f632fdc5 | [
"MIT"
] | null | null | null | 24.78125 | 61 | 0.543506 | 15,892 | package com.gildedrose;
class GildedRose {
Item[] items;
public GildedRose(Item[] items) {
this.items = items;
}
public void updateQuality() {
for (Item item : items) {
SimpleItem simpleItem = createItem(item);
simpleItem.updateQuality();
simpleItem... |
3e2594a0d3aed0d877ec5dcf9e261d8bf3d5e900 | 1,817 | java | Java | src/main/java/com/codeshark/sms/commons/exception/JsonException.java | aahtesham/sms | 1f887d28fa4b555fe86aa1475ed0a8c932dbd149 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/codeshark/sms/commons/exception/JsonException.java | aahtesham/sms | 1f887d28fa4b555fe86aa1475ed0a8c932dbd149 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/codeshark/sms/commons/exception/JsonException.java | aahtesham/sms | 1f887d28fa4b555fe86aa1475ed0a8c932dbd149 | [
"Apache-2.0"
] | null | null | null | 25.591549 | 108 | 0.735278 | 15,893 | /*
* @Project : BCRS-Common
*
* @Package : com.tabs.bcrs.exception.json
*
* @FileName : JsonParseException.java
*
* Copyright � 2011-2012 Trans-Atlantic Business Solutions, All rights reserved.
*/
package com.codeshark.sms.commons.exception;
import com.codeshark.sms.commons.exception.base.BaseException;
im... |
3e2595a88a5e0335d452ae9df2100037e1fc3d0f | 30,883 | java | Java | 20190902_v1_1/src/nbr/src/test/java/com/bx/erp/test/RetailTradeSITTest3.java | Boxin-ChinaGD/BXERP | 4273910059086ab9b76bd547c679d852a1129a0c | [
"Apache-2.0"
] | 4 | 2021-11-11T08:57:32.000Z | 2022-03-21T02:56:08.000Z | 20190902_v1_1/src/nbr/src/test/java/com/bx/erp/test/RetailTradeSITTest3.java | Boxin-ChinaGD/BXERP | 4273910059086ab9b76bd547c679d852a1129a0c | [
"Apache-2.0"
] | null | null | null | 20190902_v1_1/src/nbr/src/test/java/com/bx/erp/test/RetailTradeSITTest3.java | Boxin-ChinaGD/BXERP | 4273910059086ab9b76bd547c679d852a1129a0c | [
"Apache-2.0"
] | 2 | 2021-12-20T08:34:31.000Z | 2022-02-09T06:52:41.000Z | 51.991582 | 232 | 0.777127 | 15,894 | package com.bx.erp.test;
import java.util.List;
import java.util.Map;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import com.bx.erp.action.BaseAction;
import com.bx.erp.action.bo.BaseBO;
import com.bx.erp.model.Bar... |
3e2595d224536314dd87773c67c9b10e62bbd734 | 463 | java | Java | generic-dwh-data/src/main/java/de/wwu/ercis/genericdwhapp/repositories/starschema/StarRepository.java | pedro911/generic-dwh-app | a3f9c742da400a2f8ad9e50b54dbe714abb03f09 | [
"MIT"
] | null | null | null | generic-dwh-data/src/main/java/de/wwu/ercis/genericdwhapp/repositories/starschema/StarRepository.java | pedro911/generic-dwh-app | a3f9c742da400a2f8ad9e50b54dbe714abb03f09 | [
"MIT"
] | 9 | 2019-06-03T08:11:41.000Z | 2020-06-03T20:05:24.000Z | generic-dwh-data/src/main/java/de/wwu/ercis/genericdwhapp/repositories/starschema/StarRepository.java | pedro911/generic-dwh-app | a3f9c742da400a2f8ad9e50b54dbe714abb03f09 | [
"MIT"
] | null | null | null | 30.866667 | 90 | 0.855292 | 15,895 | package de.wwu.ercis.genericdwhapp.repositories.starschema;
import de.wwu.ercis.genericdwhapp.model.starschema.StarSchemaFact;
import de.wwu.ercis.genericdwhapp.repositories.NativeQuery;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import javax.transa... |
3e25972a1cfff0ab6dc7cc2b15d49daeee327a1b | 2,728 | java | Java | app/src/main/java/com/uowee/xmusic/entry/FocusItemInfo.java | guowee/XMusic | c2103cb159668969f1868505634299dea7393721 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/uowee/xmusic/entry/FocusItemInfo.java | guowee/XMusic | c2103cb159668969f1868505634299dea7393721 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/uowee/xmusic/entry/FocusItemInfo.java | guowee/XMusic | c2103cb159668969f1868505634299dea7393721 | [
"Apache-2.0"
] | null | null | null | 21.480315 | 61 | 0.607405 | 15,896 | package com.uowee.xmusic.entry;
/**
* Created by GuoWee on 2018/3/8.
*/
public class FocusItemInfo {
private String randpic;
private String randpic_ios5;
private String randpic_desc;
private String randpic_ipad;
private String randpic_qq;
private String randpic_2;
private ... |
3e2597744a35883b6e2f0762fd3dd5c3b7384f99 | 812 | java | Java | src/jmadpadbox2d/Ball.java | rizz360/RandomBallGame | 58b4827f8c57ed3a06553ffa85d1215921de00f4 | [
"MIT"
] | null | null | null | src/jmadpadbox2d/Ball.java | rizz360/RandomBallGame | 58b4827f8c57ed3a06553ffa85d1215921de00f4 | [
"MIT"
] | null | null | null | src/jmadpadbox2d/Ball.java | rizz360/RandomBallGame | 58b4827f8c57ed3a06553ffa85d1215921de00f4 | [
"MIT"
] | null | null | null | 19.804878 | 91 | 0.562808 | 15,897 | package jmadpadbox2d;
import java.awt.Color;
import java.awt.GradientPaint;
import java.awt.geom.Ellipse2D;
public class Ball extends Entity{
//Constructor
public Ball() {
}
@Override
public void draw() {
//GradientPaint gradient = new GradientPaint(0,0,... |
3e2597d8dbf094f4c84115c1ffa11693f95d1ba9 | 5,501 | java | Java | guava-testlib/src/com/google/common/collect/testing/google/MultimapReplaceValuesTester.java | LLcat1217/guava | 19c08f9a3e7ffd96749e897fdaa456d0400ffa33 | [
"Apache-2.0"
] | 47,880 | 2015-01-01T07:04:45.000Z | 2022-03-31T22:54:44.000Z | guava-testlib/src/com/google/common/collect/testing/google/MultimapReplaceValuesTester.java | LLcat1217/guava | 19c08f9a3e7ffd96749e897fdaa456d0400ffa33 | [
"Apache-2.0"
] | 3,584 | 2015-01-04T05:35:27.000Z | 2022-03-31T13:41:48.000Z | guava-testlib/src/com/google/common/collect/testing/google/MultimapReplaceValuesTester.java | LLcat1217/guava | 19c08f9a3e7ffd96749e897fdaa456d0400ffa33 | [
"Apache-2.0"
] | 12,693 | 2015-01-01T01:56:07.000Z | 2022-03-31T19:47:59.000Z | 37.937931 | 97 | 0.71896 | 15,898 | /*
* Copyright (C) 2012 The Guava Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e2597fafb58d2ca74953f9e51c7124f90332292 | 157 | java | Java | src/main/java/com/greedystar/generator/invoker/base/Invoker.java | chengshilin2020/generator | bf0911f53adb2d037198c774837023fea00c7a2f | [
"Apache-2.0"
] | 250 | 2018-09-14T07:17:20.000Z | 2022-01-31T01:50:46.000Z | src/main/java/com/greedystar/generator/invoker/base/Invoker.java | chengshilin2020/generator | bf0911f53adb2d037198c774837023fea00c7a2f | [
"Apache-2.0"
] | 14 | 2018-11-22T07:21:39.000Z | 2021-08-20T01:29:27.000Z | src/main/java/com/greedystar/generator/invoker/base/Invoker.java | chengshilin2020/generator | bf0911f53adb2d037198c774837023fea00c7a2f | [
"Apache-2.0"
] | 121 | 2018-09-15T06:08:57.000Z | 2022-02-17T04:27:02.000Z | 13.083333 | 46 | 0.687898 | 15,899 | package com.greedystar.generator.invoker.base;
/**
* @author GreedyStar
* @since 2018-09-10
*/
public interface Invoker {
public void execute();
}
|
3e259861dd9eed4238df6b2684e94a9cdb7e9ef2 | 4,798 | java | Java | library/src/main/java/com/javayhu/kiss/monitor/cpu/CpuTracker.java | javayhu/kiss-monitor | 1aa1fde7b2257cd404e6efd65536f282035b644f | [
"MIT",
"Unlicense"
] | 1 | 2021-03-03T10:12:33.000Z | 2021-03-03T10:12:33.000Z | library/src/main/java/com/javayhu/kiss/monitor/cpu/CpuTracker.java | javayhu/kiss-monitor | 1aa1fde7b2257cd404e6efd65536f282035b644f | [
"MIT",
"Unlicense"
] | null | null | null | library/src/main/java/com/javayhu/kiss/monitor/cpu/CpuTracker.java | javayhu/kiss-monitor | 1aa1fde7b2257cd404e6efd65536f282035b644f | [
"MIT",
"Unlicense"
] | null | null | null | 33.552448 | 128 | 0.603585 | 15,900 | package com.javayhu.kiss.monitor.cpu;
import android.content.Context;
import android.os.Process;
import com.javayhu.kiss.monitor.base.BaseTracker;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
/**
* 监控CPU占用
* <p>
* Created by javayhu on 1/20/17.
*/
public class CpuTracker extend... |
3e2598eb9feaa13f252e53989247d0b212266b27 | 1,791 | java | Java | requirement/requirement-module/src/main/java/org/opensingular/requirement/module/flow/controllers/DefaultDeleteController.java | opensingular/singular-apps | 0f103f977240d8f6c89f57d3186b755f6dd004b1 | [
"Apache-2.0"
] | 6 | 2016-10-07T16:43:13.000Z | 2017-03-16T13:10:19.000Z | requirement/requirement-module/src/main/java/org/opensingular/requirement/module/flow/controllers/DefaultDeleteController.java | opensingular/singular-apps | 0f103f977240d8f6c89f57d3186b755f6dd004b1 | [
"Apache-2.0"
] | null | null | null | requirement/requirement-module/src/main/java/org/opensingular/requirement/module/flow/controllers/DefaultDeleteController.java | opensingular/singular-apps | 0f103f977240d8f6c89f57d3186b755f6dd004b1 | [
"Apache-2.0"
] | null | null | null | 36.55102 | 99 | 0.750419 | 15,901 | /*
* Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... |
3e2598fc5a7212b9ae89fe1a9c28b1ed5e606fda | 13,836 | java | Java | erp_desktop_all/src_seguridad/com/bydan/erp/seguridad/presentation/web/jsf/sessionbean/HistorialCambioClaveSessionBean.java | jarocho105/pre2 | f032fc63741b6deecdfee490e23dfa9ef1f42b4f | [
"Apache-2.0"
] | 1 | 2018-01-05T17:50:03.000Z | 2018-01-05T17:50:03.000Z | erp_desktop_all/src_seguridad/com/bydan/erp/seguridad/presentation/web/jsf/sessionbean/HistorialCambioClaveSessionBean.java | jarocho105/pre2 | f032fc63741b6deecdfee490e23dfa9ef1f42b4f | [
"Apache-2.0"
] | null | null | null | erp_desktop_all/src_seguridad/com/bydan/erp/seguridad/presentation/web/jsf/sessionbean/HistorialCambioClaveSessionBean.java | jarocho105/pre2 | f032fc63741b6deecdfee490e23dfa9ef1f42b4f | [
"Apache-2.0"
] | null | null | null | 31.589041 | 166 | 0.788667 | 15,902 | /*
*AVISO LEGAL
© Copyright
*Este programa esta protegido por la ley de derechos de autor.
*La reproduccion o distribucion ilicita de este programa o de cualquiera de
*sus partes esta penado por la ley con severas sanciones civiles y penales,
*y seran objeto de todas las sanciones legales que correspondan.
*Su... |
3e2599e4b5027a898d96e26460be2830fed66fe0 | 1,782 | java | Java | redis-om-spring/src/test/java/com/redis/om/spring/AbstractBaseDocumentTest.java | simonprickett/redis-om-spring | 87bbda0d8d9b14a69b17ca1c519d6174d2889124 | [
"BSD-3-Clause"
] | 1 | 2021-12-09T02:14:47.000Z | 2021-12-09T02:14:47.000Z | redis-om-spring/src/test/java/com/redis/om/spring/AbstractBaseDocumentTest.java | simonprickett/redis-om-spring | 87bbda0d8d9b14a69b17ca1c519d6174d2889124 | [
"BSD-3-Clause"
] | null | null | null | redis-om-spring/src/test/java/com/redis/om/spring/AbstractBaseDocumentTest.java | simonprickett/redis-om-spring | 87bbda0d8d9b14a69b17ca1c519d6174d2889124 | [
"BSD-3-Clause"
] | null | null | null | 40.5 | 132 | 0.812009 | 15,903 | package com.redis.om.spring;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.redis.connectio... |
3e259a9d2f4c1ee6e8d24b10a6eecd418d154d99 | 2,060 | java | Java | src/main/java/me/totalfreedom/tfguilds/command/LeaveSubCommand.java | TotalFreedomMC/TFGuilds | cb2f84bb102e8a2af33c3677d18199dd21e46bf9 | [
"Apache-2.0"
] | null | null | null | src/main/java/me/totalfreedom/tfguilds/command/LeaveSubCommand.java | TotalFreedomMC/TFGuilds | cb2f84bb102e8a2af33c3677d18199dd21e46bf9 | [
"Apache-2.0"
] | 2 | 2021-11-01T03:25:29.000Z | 2021-11-24T09:11:59.000Z | src/main/java/me/totalfreedom/tfguilds/command/LeaveSubCommand.java | TotalFreedomMC/TFGuilds | cb2f84bb102e8a2af33c3677d18199dd21e46bf9 | [
"Apache-2.0"
] | 2 | 2020-10-24T22:46:45.000Z | 2020-11-22T23:02:30.000Z | 31.692308 | 120 | 0.585922 | 15,904 | package me.totalfreedom.tfguilds.command;
import java.util.ArrayList;
import java.util.List;
import me.totalfreedom.tfguilds.Common;
import me.totalfreedom.tfguilds.TFGuilds;
import me.totalfreedom.tfguilds.guild.Guild;
import org.bukkit.ChatColor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Play... |
3e259c11d46d81340324ddf0583ae96fdc7abcbc | 651 | java | Java | src/main/java/oosd/views/components/panes/PlayerInfoVBox.java | johnnyhuy/red-alert-2-board-game | df650ae8f9a633eb143b7f36bfdd170fc6224d7d | [
"MIT"
] | null | null | null | src/main/java/oosd/views/components/panes/PlayerInfoVBox.java | johnnyhuy/red-alert-2-board-game | df650ae8f9a633eb143b7f36bfdd170fc6224d7d | [
"MIT"
] | null | null | null | src/main/java/oosd/views/components/panes/PlayerInfoVBox.java | johnnyhuy/red-alert-2-board-game | df650ae8f9a633eb143b7f36bfdd170fc6224d7d | [
"MIT"
] | null | null | null | 29.590909 | 67 | 0.718894 | 15,905 | package oosd.views.components.panes;
import javafx.scene.layout.VBox;
import oosd.models.game.Engine;
import oosd.models.player.Player;
import oosd.views.components.text.PlayerInfoText;
import oosd.views.components.text.TurnCountText;
import org.springframework.stereotype.Component;
@Component
public class PlayerInfo... |
3e259d2ab03109261a0c2e70e7d4f4f29c53c7ce | 559 | java | Java | RMI/code/search/Client.java | lsieun/learn-java | 03bdac6fa970051de305db40300fae228810aaf3 | [
"MIT"
] | null | null | null | RMI/code/search/Client.java | lsieun/learn-java | 03bdac6fa970051de305db40300fae228810aaf3 | [
"MIT"
] | null | null | null | RMI/code/search/Client.java | lsieun/learn-java | 03bdac6fa970051de305db40300fae228810aaf3 | [
"MIT"
] | 1 | 2021-03-24T23:13:33.000Z | 2021-03-24T23:13:33.000Z | 32.882353 | 94 | 0.552773 | 15,906 | import java.rmi.Naming;
public class Client {
public static void main(String[] args) {
String answer, value = "Reflection in Java";
try {
// lookup method to find reference of remote object
Search access = (Search) Naming.lookup("rmi://localhost:6000" + "/geeksforgeeks");
... |
3e259df193a73118d289375d85e647dd4e54625e | 861 | java | Java | java_old2/turretmod_old/client/render/entity/RenderBullet.java | SanAndreasP/TurretModRebirth | 033f9ccb695b9ee73682763ab181b348bae0d592 | [
"BSD-3-Clause"
] | 5 | 2015-05-15T03:45:11.000Z | 2020-08-31T19:05:07.000Z | java_old2/turretmod_old/client/render/entity/RenderBullet.java | SanAndreasP/TurretModRebirth | 033f9ccb695b9ee73682763ab181b348bae0d592 | [
"BSD-3-Clause"
] | 30 | 2016-06-27T12:05:02.000Z | 2022-03-25T20:38:35.000Z | java_old2/turretmod_old/client/render/entity/RenderBullet.java | SanAndreasP/TurretModRebirth | 033f9ccb695b9ee73682763ab181b348bae0d592 | [
"BSD-3-Clause"
] | 2 | 2016-03-04T17:20:42.000Z | 2017-11-04T23:46:34.000Z | 37.434783 | 116 | 0.565621 | 15,907 | /**
* ****************************************************************************************************************
* Authors: SanAndreasP
* Copyright: SanAndreasP
* License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International
* http://creativecommons.org/licenses/by-nc-sa/4.0/
* ******... |
3e259e25589e5cd74007bd0f99e2cd48db5017f7 | 338 | java | Java | ccbs-database/src/main/java/team/yingyingmonster/ccbs/database/bean/Model.java | DingLi9885/CompanyBodyCheckSystem | e9496d64d7652e6544913b0dd06fcd18d1b26d8d | [
"MIT"
] | null | null | null | ccbs-database/src/main/java/team/yingyingmonster/ccbs/database/bean/Model.java | DingLi9885/CompanyBodyCheckSystem | e9496d64d7652e6544913b0dd06fcd18d1b26d8d | [
"MIT"
] | null | null | null | ccbs-database/src/main/java/team/yingyingmonster/ccbs/database/bean/Model.java | DingLi9885/CompanyBodyCheckSystem | e9496d64d7652e6544913b0dd06fcd18d1b26d8d | [
"MIT"
] | null | null | null | 18.777778 | 48 | 0.786982 | 15,908 | package team.yingyingmonster.ccbs.database.bean;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
@Getter
@Setter
@ToString
@EqualsAndHashCode
public class Model {
private Long recordid;
private Long checkid;
private String recordname;
private Check... |
3e259fd83727485da7debed85242e2a32788a22f | 680 | java | Java | src/main/java/com/alltheducks/bbrest/jersey/OAuth2ClientRequestFilter.java | AllTheDucks/bb-rest-jersey-client-filter | cd309f8581572edd230bb852a357a14c8e751ef2 | [
"MIT"
] | 1 | 2019-03-28T05:39:03.000Z | 2019-03-28T05:39:03.000Z | src/main/java/com/alltheducks/bbrest/jersey/OAuth2ClientRequestFilter.java | AllTheDucks/bb-rest-jersey-client-filter | cd309f8581572edd230bb852a357a14c8e751ef2 | [
"MIT"
] | null | null | null | src/main/java/com/alltheducks/bbrest/jersey/OAuth2ClientRequestFilter.java | AllTheDucks/bb-rest-jersey-client-filter | cd309f8581572edd230bb852a357a14c8e751ef2 | [
"MIT"
] | 1 | 2019-03-28T05:39:05.000Z | 2019-03-28T05:39:05.000Z | 29.565217 | 109 | 0.769118 | 15,909 | package com.alltheducks.bbrest.jersey;
import jakarta.ws.rs.client.*;
import jakarta.ws.rs.core.HttpHeaders;
import java.io.IOException;
public class OAuth2ClientRequestFilter implements ClientRequestFilter {
private final TokenContext tokenContext;
public OAuth2ClientRequestFilter(final TokenContext tokenC... |
3e25a01cd752b4caa4892aec42defa80d18527ec | 2,372 | java | Java | src/main/java/org/schwa/dr/AnnSchema.java | schwa-lab/libschwa-java | 83a2330e212bbc0fcd62be12453424736d997f41 | [
"MIT"
] | 1 | 2015-02-19T17:42:09.000Z | 2015-02-19T17:42:09.000Z | src/main/java/org/schwa/dr/AnnSchema.java | schwa-lab/libschwa-java | 83a2330e212bbc0fcd62be12453424736d997f41 | [
"MIT"
] | null | null | null | src/main/java/org/schwa/dr/AnnSchema.java | schwa-lab/libschwa-java | 83a2330e212bbc0fcd62be12453424736d997f41 | [
"MIT"
] | null | null | null | 23.72 | 94 | 0.669899 | 15,910 | package org.schwa.dr;
import java.util.ArrayList;
import java.util.List;
/**
* Schema class for docrep annotation {@link Ann} implementations.
*
* @author Tim Dawborn
**/
public class AnnSchema {
protected final Class<? extends Ann> klass;
protected final String name;
protected String serial;
protected L... |
3e25a165dd7e5410920d8c960f94671459f75f03 | 68,852 | java | Java | hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java | ljx0320/hadoop_modified | 0ed42bc22d033b0db0185edec924ab096be96d70 | [
"Apache-2.0"
] | null | null | null | hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java | ljx0320/hadoop_modified | 0ed42bc22d033b0db0185edec924ab096be96d70 | [
"Apache-2.0"
] | 8 | 2019-12-26T18:36:32.000Z | 2021-03-19T20:23:49.000Z | hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/web/TestWebHDFS.java | dfiver/hadoop2.10 | 9208da26873a3c70569be09b811ddae4eef25aa7 | [
"Apache-2.0"
] | null | null | null | 38.081858 | 104 | 0.675667 | 15,911 | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
3e25a34a8fd8ead80c879f5bee8a64ecdb439345 | 1,066 | java | Java | Example/android/app/src/main/java/com/example/MainApplication.java | tgensol/react-native-amplitude-analytics | 54abb9b93a3cf1fc4d7c572f66f6ba1a35833070 | [
"MIT"
] | 90 | 2017-08-02T11:59:07.000Z | 2022-02-27T05:09:06.000Z | Example/android/app/src/main/java/com/example/MainApplication.java | tgensol/react-native-amplitude-analytics | 54abb9b93a3cf1fc4d7c572f66f6ba1a35833070 | [
"MIT"
] | 58 | 2017-08-03T00:23:17.000Z | 2021-08-06T11:01:29.000Z | Example/android/app/src/main/java/com/example/MainApplication.java | tgensol/react-native-amplitude-analytics | 54abb9b93a3cf1fc4d7c572f66f6ba1a35833070 | [
"MIT"
] | 76 | 2017-08-02T16:03:12.000Z | 2021-08-06T11:04:15.000Z | 24.790698 | 78 | 0.745779 | 15,912 | package com.example;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.sudoplz.reactnativeamplitudeanalytics.RNAmplitudeSDKPackage;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.facebook.react.shell.MainReactPackage;
import com.faceb... |
3e25a36702510c5bf8af3e70ab04d9e44efbab21 | 8,478 | java | Java | kxmall-admin/src/main/java/com/kxmall/market/admin/service/impl/StockFileServiceImpl.java | zhengkaixing/kxmall | 572d4b9361a429c7770eac0fc50ec1fe4dff3736 | [
"Apache-2.0"
] | 99 | 2020-11-05T08:50:08.000Z | 2022-03-31T01:43:40.000Z | kxmall-admin/src/main/java/com/kxmall/market/admin/service/impl/StockFileServiceImpl.java | canicula718/kxmall | 51e59ca3564cc0eacc04d830b307bcc7d12c977c | [
"Apache-2.0"
] | 2 | 2022-01-04T09:12:20.000Z | 2022-01-13T07:54:15.000Z | kxmall-admin/src/main/java/com/kxmall/market/admin/service/impl/StockFileServiceImpl.java | canicula718/kxmall | 51e59ca3564cc0eacc04d830b307bcc7d12c977c | [
"Apache-2.0"
] | 16 | 2020-11-17T00:36:54.000Z | 2022-03-17T08:54:53.000Z | 38.536364 | 129 | 0.565228 | 15,913 | package com.kxmall.market.admin.service.impl;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.kxmall.market.biz.service.goods.GoodsBizService;
import com.kxmall.market.data.component.CacheComponent;
import com.kxmall.market.data.domain.CategoryDO;
import com.kxmall.market.data.domain.SkuDO;
import com... |
3e25a47f9de28a35f48688d6d0d04b50e62dc036 | 189 | java | Java | BchainEnabledOLYMPUS/core/src/main/java/eu/olympus/verifier/W3CVerificationResult.java | rafaeltm/OLChainEnabled | 85c9d571e116bb751532107fa22b8614cb5dac8a | [
"Apache-2.0"
] | null | null | null | BchainEnabledOLYMPUS/core/src/main/java/eu/olympus/verifier/W3CVerificationResult.java | rafaeltm/OLChainEnabled | 85c9d571e116bb751532107fa22b8614cb5dac8a | [
"Apache-2.0"
] | null | null | null | BchainEnabledOLYMPUS/core/src/main/java/eu/olympus/verifier/W3CVerificationResult.java | rafaeltm/OLChainEnabled | 85c9d571e116bb751532107fa22b8614cb5dac8a | [
"Apache-2.0"
] | 1 | 2022-01-25T04:39:30.000Z | 2022-01-25T04:39:30.000Z | 14.538462 | 35 | 0.820106 | 15,914 | package eu.olympus.verifier;
public enum W3CVerificationResult {
VALID,
INVALID_SIGNATURE,
BAD_TIMESTAMP,
POLICY_NOT_FULFILLED,
INVALID_POLICY,
INVALID_TOKEN,
INVALID_ATTRIBUTES
}
|
3e25a4a8306c2fc9a7466a01cde170f383d4ba53 | 9,487 | java | Java | google-ads/src/main/java/com/google/ads/googleads/v2/services/CampaignCriterionServiceProto.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | 3 | 2020-12-20T18:56:52.000Z | 2021-07-29T12:12:02.000Z | google-ads/src/main/java/com/google/ads/googleads/v2/services/CampaignCriterionServiceProto.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | null | null | null | google-ads/src/main/java/com/google/ads/googleads/v2/services/CampaignCriterionServiceProto.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | null | null | null | 59.086957 | 108 | 0.776516 | 15,915 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v2/services/campaign_criterion_service.proto
package com.google.ads.googleads.v2.services;
public final class CampaignCriterionServiceProto {
private CampaignCriterionServiceProto() {}
public static void registerAllExtensi... |
3e25a4bd2b47921fe0f38d99739d73c3dd6eb8ed | 4,316 | java | Java | src/rusting/type/weather/BulletParticleWeather.java | Sh1penfire/Endless-rusting | b9519018d9606203be913b228ed15de9fe02efff | [
"MIT"
] | 19 | 2021-04-25T14:20:59.000Z | 2021-11-08T09:42:36.000Z | src/rusting/type/weather/BulletParticleWeather.java | Sh1penfire/Endless-rusting | b9519018d9606203be913b228ed15de9fe02efff | [
"MIT"
] | 6 | 2021-05-14T19:28:27.000Z | 2021-10-04T08:37:17.000Z | src/rusting/type/weather/BulletParticleWeather.java | Sh1penfire/Endless-rusting | b9519018d9606203be913b228ed15de9fe02efff | [
"MIT"
] | 10 | 2021-04-25T13:55:08.000Z | 2021-10-29T21:28:26.000Z | 45.431579 | 246 | 0.645505 | 15,916 | package rusting.type.weather;
import arc.Core;
import arc.graphics.Color;
import arc.graphics.Pixmap;
import arc.graphics.g2d.TextureRegion;
import arc.math.Mathf;
import arc.math.geom.Vec2;
import arc.util.Time;
import mindustry.Vars;
import mindustry.content.Blocks;
import mindustry.entities.bullet.BulletType;
impor... |
3e25a4ebbf6d16edb35b087045387a3cad353993 | 3,023 | java | Java | flink-libraries/flink-streaming-python/src/main/java/org/apache/flink/streaming/python/api/datastream/PythonWindowedStream.java | aixuebo/flink-1.6 | 9c120d5619b22081b957feb0a3467cf30b0b6c20 | [
"BSD-3-Clause"
] | 9 | 2016-09-22T22:53:13.000Z | 2019-11-30T03:07:29.000Z | flink-libraries/flink-streaming-python/src/main/java/org/apache/flink/streaming/python/api/datastream/PythonWindowedStream.java | aixuebo/flink-1.6 | 9c120d5619b22081b957feb0a3467cf30b0b6c20 | [
"BSD-3-Clause"
] | 204 | 2019-05-21T09:54:29.000Z | 2019-07-26T21:04:30.000Z | flink-libraries/flink-streaming-python/src/main/java/org/apache/flink/streaming/python/api/datastream/PythonWindowedStream.java | aixuebo/flink-1.6 | 9c120d5619b22081b957feb0a3467cf30b0b6c20 | [
"BSD-3-Clause"
] | 2 | 2020-10-24T14:46:52.000Z | 2022-01-04T10:11:40.000Z | 41.986111 | 114 | 0.777373 | 15,917 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
3e25a5683087b5f485cc631582903354b1e0dc68 | 5,401 | java | Java | src/com/example/ward/app/AppPackageManager.java | xiayouli0122/Wardroid | f46d96bec34fb2b73c86b997f102ce016b0355d0 | [
"Apache-2.0"
] | null | null | null | src/com/example/ward/app/AppPackageManager.java | xiayouli0122/Wardroid | f46d96bec34fb2b73c86b997f102ce016b0355d0 | [
"Apache-2.0"
] | null | null | null | src/com/example/ward/app/AppPackageManager.java | xiayouli0122/Wardroid | f46d96bec34fb2b73c86b997f102ce016b0355d0 | [
"Apache-2.0"
] | null | null | null | 25.597156 | 89 | 0.708572 | 15,918 | package com.example.ward.app;
import java.text.Collator;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import android.app.Activity;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import android.graphics.drawable.Drawable;
import android.os.AsyncT... |
3e25a6198cd55b412f46889f1f423899dc8e01a9 | 2,921 | java | Java | src/main/java/com/baidu/hugegraph/client/RestClient.java | zhoney/hugegraph-client | dee10ef4d8820a76ea740eb735c5d6f3183740d4 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/baidu/hugegraph/client/RestClient.java | zhoney/hugegraph-client | dee10ef4d8820a76ea740eb735c5d6f3183740d4 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/baidu/hugegraph/client/RestClient.java | zhoney/hugegraph-client | dee10ef4d8820a76ea740eb735c5d6f3183740d4 | [
"Apache-2.0"
] | 1 | 2022-01-05T08:42:12.000Z | 2022-01-05T08:42:12.000Z | 33.574713 | 80 | 0.682985 | 15,919 | /*
* Copyright 2017 HugeGraph Authors
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with this
* work for additional information regarding copyright ownership. The ASF
* licenses this file to You under the Apache License, Ve... |
3e25a653a6c64015fe1c6cb3ff205753c9d103c8 | 1,450 | java | Java | face-search-api/src/main/java/com/lzw/face/config/SwaggerConfig.java | yangtairen/face-search | 4f63282fb77d487a3eebe719cef90ebd5a573b6e | [
"Apache-2.0"
] | 7 | 2019-12-07T09:40:33.000Z | 2021-08-08T01:43:27.000Z | face-search-api/src/main/java/com/lzw/face/config/SwaggerConfig.java | yangtairen/face-search | 4f63282fb77d487a3eebe719cef90ebd5a573b6e | [
"Apache-2.0"
] | 10 | 2020-01-28T23:13:32.000Z | 2022-03-12T00:10:36.000Z | face-search-api/src/main/java/com/lzw/face/config/SwaggerConfig.java | yangtairen/face-search | 4f63282fb77d487a3eebe719cef90ebd5a573b6e | [
"Apache-2.0"
] | 6 | 2020-05-15T01:50:08.000Z | 2022-02-12T13:55:45.000Z | 29.918367 | 141 | 0.653479 | 15,920 | package com.lzw.face.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelectors;
i... |
3e25a67efcbae1ae081cb35ed77ae04133a6eee4 | 617 | java | Java | docs/SOLID/src/isp/violation/Flyable.java | sorc-lab/sorc-seer | 66a25f7ae84414ec0e44a3989f1813114d50dc02 | [
"MIT"
] | null | null | null | docs/SOLID/src/isp/violation/Flyable.java | sorc-lab/sorc-seer | 66a25f7ae84414ec0e44a3989f1813114d50dc02 | [
"MIT"
] | null | null | null | docs/SOLID/src/isp/violation/Flyable.java | sorc-lab/sorc-seer | 66a25f7ae84414ec0e44a3989f1813114d50dc02 | [
"MIT"
] | null | null | null | 26.826087 | 77 | 0.752026 | 15,921 | package isp.violation;
/**
* Interface Segregation Principle (ISP):
* All functionality needed for Birds consist of more than what Glider needs.
* Glider is a Flyer but does not need:
* gainAltitude or flyUpToTree
* Flyable needs to be broken into two interfaces.
* Flyer needs to be broken into two classes.
*... |
3e25a6a4dd8a235a83f4633f6fb092256580e909 | 877 | java | Java | src/main/java/fun/happype/proxyaddon/protocol/packets/TransferRequest.java | HappyBedrock/ProxyAddon | fe08bb9c2f7b1651b47fc3dc149e0530f3d14909 | [
"MIT"
] | 3 | 2021-05-04T01:27:55.000Z | 2021-10-04T13:58:05.000Z | src/main/java/fun/happype/proxyaddon/protocol/packets/TransferRequest.java | HappyBedrock/ProxyAddon | fe08bb9c2f7b1651b47fc3dc149e0530f3d14909 | [
"MIT"
] | null | null | null | src/main/java/fun/happype/proxyaddon/protocol/packets/TransferRequest.java | HappyBedrock/ProxyAddon | fe08bb9c2f7b1651b47fc3dc149e0530f3d14909 | [
"MIT"
] | null | null | null | 25.794118 | 62 | 0.720639 | 15,922 | package fun.happype.proxyaddon.protocol.packets;
import fun.happype.proxyaddon.network.DownstreamPacketHandler;
import fun.happype.proxyaddon.protocol.RequestPool;
import fun.happype.proxyaddon.protocol.ProxyRequest;
import lombok.Getter;
public class TransferRequest extends ProxyRequest {
@Getter
private St... |
3e25a7b67e8d08fdc6ac4aae59f28d37ce090bac | 14,280 | java | Java | src/main/java/io/github/opencubicchunks/cubicchunks/world/level/levelgen/heightmap/SurfaceTrackerSection.java | Agrrox/CubicChunks2 | a83bb3acf7221ecbaf9b7d492d0fde94967a4158 | [
"MIT"
] | null | null | null | src/main/java/io/github/opencubicchunks/cubicchunks/world/level/levelgen/heightmap/SurfaceTrackerSection.java | Agrrox/CubicChunks2 | a83bb3acf7221ecbaf9b7d492d0fde94967a4158 | [
"MIT"
] | null | null | null | src/main/java/io/github/opencubicchunks/cubicchunks/world/level/levelgen/heightmap/SurfaceTrackerSection.java | Agrrox/CubicChunks2 | a83bb3acf7221ecbaf9b7d492d0fde94967a4158 | [
"MIT"
] | null | null | null | 37.1875 | 155 | 0.596639 | 15,923 | package io.github.opencubicchunks.cubicchunks.world.level.levelgen.heightmap;
import java.util.function.IntPredicate;
import javax.annotation.Nullable;
import com.google.common.annotations.VisibleForTesting;
import io.github.opencubicchunks.cubicchunks.utils.Coords;
import io.github.opencubicchunks.cubicchunks.utils... |
3e25a80cb59c2c5237542d27be6199e62bea1a15 | 7,912 | java | Java | backend/src/test/java/gov/cdc/usds/simplereport/service/idverification/ExperianTranslatorTest.java | skylight-hq/prime-simplereport | 4563da480aeda90c0df2b34b69a797ad1415518f | [
"CC0-1.0"
] | 24 | 2020-12-23T16:00:14.000Z | 2022-03-31T17:11:53.000Z | backend/src/test/java/gov/cdc/usds/simplereport/service/idverification/ExperianTranslatorTest.java | skylight-hq/prime-simplereport | 4563da480aeda90c0df2b34b69a797ad1415518f | [
"CC0-1.0"
] | 3,204 | 2020-12-15T05:49:30.000Z | 2022-03-31T23:58:20.000Z | backend/src/test/java/gov/cdc/usds/simplereport/service/idverification/ExperianTranslatorTest.java | skylight-hq/prime-simplereport | 4563da480aeda90c0df2b34b69a797ad1415518f | [
"CC0-1.0"
] | 11 | 2020-12-18T17:32:56.000Z | 2022-03-11T18:51:50.000Z | 37.851675 | 113 | 0.735937 | 15,924 | package gov.cdc.usds.simplereport.service.idverification;
import static gov.cdc.usds.simplereport.service.idverification.ExperianTranslator.createInitialRequestBody;
import static gov.cdc.usds.simplereport.service.idverification.ExperianTranslator.createSubmitAnswersRequestBody;
import static org.assertj.core.api.Asse... |
3e25a95e4db84ecf2ccbbef876d8e9d0e359f704 | 75,811 | java | Java | Driver Code/gen/com/parse/starter/R.java | arslan2k12/Vite-Cab | b5625df2ffc4f6235fd33f0bda4d24d5618227d9 | [
"MIT"
] | null | null | null | Driver Code/gen/com/parse/starter/R.java | arslan2k12/Vite-Cab | b5625df2ffc4f6235fd33f0bda4d24d5618227d9 | [
"MIT"
] | null | null | null | Driver Code/gen/com/parse/starter/R.java | arslan2k12/Vite-Cab | b5625df2ffc4f6235fd33f0bda4d24d5618227d9 | [
"MIT"
] | null | null | null | 50.743641 | 248 | 0.637757 | 15,925 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.parse.starter;
public final class R {
public static final class attr {
/**
The size of the ad. I... |
3e25aa0b7a29bd745ba573f6436640a356a3f118 | 571 | java | Java | my-test/src/main/java/aop/aspect/AspectCy.java | aries-cy/spring-framework | 8dedc1caf587a9b6695f6c93813fa4ac758c38d1 | [
"Apache-2.0"
] | 4 | 2020-04-01T13:50:22.000Z | 2020-06-17T10:00:19.000Z | my-test/src/main/java/aop/aspect/AspectCy.java | aries-cy/spring-framework | 8dedc1caf587a9b6695f6c93813fa4ac758c38d1 | [
"Apache-2.0"
] | null | null | null | my-test/src/main/java/aop/aspect/AspectCy.java | aries-cy/spring-framework | 8dedc1caf587a9b6695f6c93813fa4ac758c38d1 | [
"Apache-2.0"
] | 1 | 2020-10-08T11:43:58.000Z | 2020-10-08T11:43:58.000Z | 16.794118 | 48 | 0.695271 | 15,926 | package aop.aspect;
import org.aspectj.lang.annotation.After;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.aspectj.lang.annotation.Pointcut;
import org.springframework.stereotype.Component;
/**
* 切面
*
* @author cy
*/
@Component
@Aspect
public class AspectCy {
... |
3e25aaf51b7eda71ff93711031a72ff4ed044e84 | 151 | java | Java | source/java/interview/delei-interview-designpattern/src/main/java/cn/delei/designpattern/factory/abstractt/ShapeInterface.java | delei/Learn-Tutorial | 7fcd3a19371f78118a92e776161fc36231f06cdd | [
"Apache-2.0"
] | 1 | 2021-04-12T09:51:56.000Z | 2021-04-12T09:51:56.000Z | source/java/interview/delei-interview-designpattern/src/main/java/cn/delei/designpattern/factory/abstractt/ShapeInterface.java | delei/Learn-Tutorial | 7fcd3a19371f78118a92e776161fc36231f06cdd | [
"Apache-2.0"
] | 1 | 2021-03-15T15:42:26.000Z | 2021-03-15T15:42:26.000Z | source/java/interview/delei-interview-designpattern/src/main/java/cn/delei/designpattern/factory/abstractt/ShapeInterface.java | delei/Learn-Tutorial | 7fcd3a19371f78118a92e776161fc36231f06cdd | [
"Apache-2.0"
] | null | null | null | 12.583333 | 49 | 0.596026 | 15,927 | package cn.delei.designpattern.factory.abstractt;
/**
* 产品接口:形状
*/
public interface ShapeInterface {
/**
* 画图方法
*/
void draw();
}
|
3e25ab3d8a2dc0cc361c4621cfb00a7329fe2d4d | 11,530 | java | Java | sbk-api/src/main/java/io/sbk/api/DataRecordsWriter.java | kmgowda/SBK | 6d3be34edda8d300384e76e5c42739bef8eceaa2 | [
"Apache-2.0"
] | 27 | 2020-02-03T05:52:02.000Z | 2022-01-22T05:44:19.000Z | sbk-api/src/main/java/io/sbk/api/DataRecordsWriter.java | neharika25/SBK | e5edf37b2ab7874182c420d4e3c3827ca9c2ce12 | [
"Apache-2.0"
] | 56 | 2020-02-14T11:03:11.000Z | 2022-03-24T13:19:48.000Z | sbk-api/src/main/java/io/sbk/api/DataRecordsWriter.java | neharika25/SBK | e5edf37b2ab7874182c420d4e3c3827ca9c2ce12 | [
"Apache-2.0"
] | 56 | 2020-03-16T15:25:08.000Z | 2022-03-21T10:42:43.000Z | 41.47482 | 135 | 0.597051 | 15,928 | /**
* Copyright (c) KMG. All Rights Reserved..
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
package io.sbk.api;
import io.sbk.co... |
3e25ac815042e69acd7672d522036ddc23addab9 | 3,995 | java | Java | app/src/main/java/fr/free/nrw/commons/di/FragmentBuilderModule.java | Anyrob/apps-android-commons | b7ba1f0f5728f6f6929c443cefefb0e9b3f7e2fb | [
"Apache-2.0"
] | null | null | null | app/src/main/java/fr/free/nrw/commons/di/FragmentBuilderModule.java | Anyrob/apps-android-commons | b7ba1f0f5728f6f6929c443cefefb0e9b3f7e2fb | [
"Apache-2.0"
] | null | null | null | app/src/main/java/fr/free/nrw/commons/di/FragmentBuilderModule.java | Anyrob/apps-android-commons | b7ba1f0f5728f6f6929c443cefefb0e9b3f7e2fb | [
"Apache-2.0"
] | null | null | null | 40.353535 | 80 | 0.838548 | 15,929 | package fr.free.nrw.commons.di;
import dagger.Module;
import dagger.android.ContributesAndroidInjector;
import fr.free.nrw.commons.bookmarks.locations.BookmarkLocationsFragment;
import fr.free.nrw.commons.bookmarks.pictures.BookmarkPicturesFragment;
import fr.free.nrw.commons.category.CategoryImagesListFragment;
impor... |
3e25ace9e781b9ecd10e94ae48ed56cf037b406c | 3,721 | java | Java | tapas-auction-house/src/main/java/ch/unisg/tapas/auctionhouse/adapter/in/messaging/websub/AuctionStartedEventListenerWebSubAdapter.java | SCS-ASSE-FS21-Group5/tapas | 1b66de517d3a72e27ecf3d0bbd0dd04afeb98b98 | [
"Unlicense"
] | null | null | null | tapas-auction-house/src/main/java/ch/unisg/tapas/auctionhouse/adapter/in/messaging/websub/AuctionStartedEventListenerWebSubAdapter.java | SCS-ASSE-FS21-Group5/tapas | 1b66de517d3a72e27ecf3d0bbd0dd04afeb98b98 | [
"Unlicense"
] | 18 | 2021-10-20T16:01:45.000Z | 2021-11-16T14:55:32.000Z | tapas-auction-house/src/main/java/ch/unisg/tapas/auctionhouse/adapter/in/messaging/websub/AuctionStartedEventListenerWebSubAdapter.java | SCS-ASSE-FS21-Group5/tapas | 1b66de517d3a72e27ecf3d0bbd0dd04afeb98b98 | [
"Unlicense"
] | null | null | null | 43.776471 | 106 | 0.701962 | 15,930 | package ch.unisg.tapas.auctionhouse.adapter.in.messaging.websub;
import ch.unisg.tapas.auctionhouse.adapter.common.formats.AuctionJsonRepresentation;
import ch.unisg.tapas.auctionhouse.adapter.common.formats.ExecutorJsonRepresentation;
import ch.unisg.tapas.auctionhouse.application.handler.AuctionStartedHandler;
impor... |
3e25ad188196978712c826b9373f3e8e15ea5569 | 801 | java | Java | Singleton/src/MainClass.java | abdulkatherjava/Singleton | e2a6d519d7791acff90b457ec2b9642a5c26fc93 | [
"Apache-2.0"
] | null | null | null | Singleton/src/MainClass.java | abdulkatherjava/Singleton | e2a6d519d7791acff90b457ec2b9642a5c26fc93 | [
"Apache-2.0"
] | null | null | null | Singleton/src/MainClass.java | abdulkatherjava/Singleton | e2a6d519d7791acff90b457ec2b9642a5c26fc93 | [
"Apache-2.0"
] | null | null | null | 15.403846 | 69 | 0.622971 | 15,931 |
public class MainClass {
public static void main(String[] args) throws InterruptedException {
Thread threadOne = new Thread(new Runnable() {
@Override
public void run() {
Singleton object1 = Singleton.getInstance();
}
});
Thread threadTwo = new Thread(new Runnable() {
@Overrid... |
3e25aec9f7734b10367be10989a451c39388789a | 124 | java | Java | nuts-spring-xml/src/main/java/nuts/spring/xml/util/ContextType.java | HazelNutsWorkGroup/-nuts.spring.sample | b33123a6d5d089afcee83dfb2f12025db339a94e | [
"Apache-2.0"
] | null | null | null | nuts-spring-xml/src/main/java/nuts/spring/xml/util/ContextType.java | HazelNutsWorkGroup/-nuts.spring.sample | b33123a6d5d089afcee83dfb2f12025db339a94e | [
"Apache-2.0"
] | null | null | null | nuts-spring-xml/src/main/java/nuts/spring/xml/util/ContextType.java | HazelNutsWorkGroup/-nuts.spring.sample | b33123a6d5d089afcee83dfb2f12025db339a94e | [
"Apache-2.0"
] | null | null | null | 11.272727 | 29 | 0.629032 | 15,932 | package nuts.spring.xml.util;
/**
* @author Sleeber
*/
public enum ContextType {
Exclude,
Include,
Custom;
}
|
3e25aedf6f2331c2f097bd700cd7d3529f5982d9 | 11,192 | java | Java | home-web/src/test/java/com/sismics/home/rest/TestSensorResource.java | sismics/home | e721dd22403a555f352149b619f7a4e3d31a784e | [
"Apache-2.0"
] | 4 | 2015-01-09T15:13:39.000Z | 2017-06-19T07:52:23.000Z | home-web/src/test/java/com/sismics/home/rest/TestSensorResource.java | sismics/home | e721dd22403a555f352149b619f7a4e3d31a784e | [
"Apache-2.0"
] | null | null | null | home-web/src/test/java/com/sismics/home/rest/TestSensorResource.java | sismics/home | e721dd22403a555f352149b619f7a4e3d31a784e | [
"Apache-2.0"
] | null | null | null | 49.087719 | 124 | 0.592387 | 15,933 | package com.sismics.home.rest;
import java.util.Date;
import javax.json.JsonArray;
import javax.json.JsonObject;
import javax.ws.rs.client.Entity;
import javax.ws.rs.core.Form;
import org.joda.time.DateTime;
import org.junit.Assert;
import org.junit.Test;
import com.sismics.home.core.constant.SensorSampleType;
impo... |
3e25aef3fd3836fa7b97f7d3f963aac8b40aeb68 | 3,837 | java | Java | src/main/java/jp/co/yahoo/adssearchapi/v6/model/KeywordEstimatorServiceSelector.java | yahoojp-marketing/ads-search-api-java-lib | 1674b32edb6f0611d266aa760b6a470ae88f1bc6 | [
"MIT"
] | null | null | null | src/main/java/jp/co/yahoo/adssearchapi/v6/model/KeywordEstimatorServiceSelector.java | yahoojp-marketing/ads-search-api-java-lib | 1674b32edb6f0611d266aa760b6a470ae88f1bc6 | [
"MIT"
] | null | null | null | src/main/java/jp/co/yahoo/adssearchapi/v6/model/KeywordEstimatorServiceSelector.java | yahoojp-marketing/ads-search-api-java-lib | 1674b32edb6f0611d266aa760b6a470ae88f1bc6 | [
"MIT"
] | null | null | null | 32.794872 | 244 | 0.740162 | 15,934 | package jp.co.yahoo.adssearchapi.v6.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import jp.co.yahoo.adssearchapi.v6.model.KeywordEstimat... |
3e25b04e31163138364fc390974adf56b4b21d17 | 435 | java | Java | app/src/main/java/com/jackykeke/arouterdemo/MainActivity.java | JackyKeke/ARouterDemo | 5a72048c89a181dc661f3535f0e4ccd40a34d042 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/jackykeke/arouterdemo/MainActivity.java | JackyKeke/ARouterDemo | 5a72048c89a181dc661f3535f0e4ccd40a34d042 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/jackykeke/arouterdemo/MainActivity.java | JackyKeke/ARouterDemo | 5a72048c89a181dc661f3535f0e4ccd40a34d042 | [
"Apache-2.0"
] | null | null | null | 24.166667 | 59 | 0.765517 | 15,935 | package com.jackykeke.arouterdemo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.alibaba.android.arouter.facade.annotation.Route;
@Route(path = "/app/MainActivity")
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedIn... |
3e25b0de35ef9066464f3260be782b4a97ed849c | 13,450 | java | Java | src/main/java/com/google/devtools/build/lib/skyframe/ArtifactNestedSetFunction.java | gorakhargosh/bazel | 243c94502dd2f5527ec05481535300f206d74828 | [
"Apache-2.0"
] | 4 | 2019-06-25T08:16:52.000Z | 2022-01-12T11:35:49.000Z | src/main/java/com/google/devtools/build/lib/skyframe/ArtifactNestedSetFunction.java | gorakhargosh/bazel | 243c94502dd2f5527ec05481535300f206d74828 | [
"Apache-2.0"
] | 25 | 2019-05-27T17:56:38.000Z | 2020-08-21T01:45:40.000Z | src/main/java/com/google/devtools/build/lib/skyframe/ArtifactNestedSetFunction.java | gorakhargosh/bazel | 243c94502dd2f5527ec05481535300f206d74828 | [
"Apache-2.0"
] | 4 | 2019-11-22T23:23:41.000Z | 2022-03-01T01:51:48.000Z | 38.101983 | 100 | 0.714944 | 15,936 | // Copyright 2019 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... |
3e25b1013baaccc46a9b00f60d31b230dba6c4f9 | 1,162 | java | Java | src/main/java/net/mcreator/techadventure/item/TerainiumbowitemsItem.java | CaptainLugaru/tech_adventure | bfe070fd92ccca48f260eb42051baf6498dfbff1 | [
"MIT"
] | null | null | null | src/main/java/net/mcreator/techadventure/item/TerainiumbowitemsItem.java | CaptainLugaru/tech_adventure | bfe070fd92ccca48f260eb42051baf6498dfbff1 | [
"MIT"
] | 2 | 2021-07-15T19:56:06.000Z | 2021-09-02T04:51:19.000Z | src/main/java/net/mcreator/techadventure/item/TerainiumbowitemsItem.java | CaptainLugaru/tech_adventure | bfe070fd92ccca48f260eb42051baf6498dfbff1 | [
"MIT"
] | null | null | null | 24.723404 | 83 | 0.775387 | 15,937 |
package net.mcreator.techadventure.item;
import net.minecraftforge.registries.ObjectHolder;
import net.minecraft.item.Rarity;
import net.minecraft.item.ItemStack;
import net.minecraft.item.Item;
import net.minecraft.block.BlockState;
import net.mcreator.techadventure.TechAdventureModElements;
@TechAdventureModElem... |
3e25b145b41bed0492bf1988cb41d2e96cb83be9 | 6,611 | java | Java | core-web/src/com/netsteadfast/greenstep/action/SystemMessageNoticeConfigManagementAction.java | bnethercutt/BSC-Dashboard | b663b91d2efa80052a7b0137a0661f5299f8f7d4 | [
"Apache-2.0"
] | 233 | 2015-04-06T19:11:30.000Z | 2022-02-01T12:10:30.000Z | core-web/src/com/netsteadfast/greenstep/action/SystemMessageNoticeConfigManagementAction.java | bnethercutt/BSC-Dashboard | b663b91d2efa80052a7b0137a0661f5299f8f7d4 | [
"Apache-2.0"
] | 96 | 2015-08-01T03:17:12.000Z | 2021-12-29T18:54:58.000Z | core-web/src/com/netsteadfast/greenstep/action/SystemMessageNoticeConfigManagementAction.java | bnethercutt/BSC-Dashboard | b663b91d2efa80052a7b0137a0661f5299f8f7d4 | [
"Apache-2.0"
] | 119 | 2015-04-30T04:26:10.000Z | 2022-02-23T08:11:49.000Z | 34.463542 | 122 | 0.778449 | 15,938 | /*
* Copyright 2012-2016 bambooCORE, greenstep of copyright Chen Xin Nien
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... |
3e25b172fd79471b785af7b3c478cfe09033acab | 308 | java | Java | src/main/java/alx/music/songfind/adapter/in/web/model/Authority.java | alxlenc/songfind | 7782c41598496ce442561999cc5f65c7a3ac08d8 | [
"MIT"
] | null | null | null | src/main/java/alx/music/songfind/adapter/in/web/model/Authority.java | alxlenc/songfind | 7782c41598496ce442561999cc5f65c7a3ac08d8 | [
"MIT"
] | 7 | 2021-08-19T14:19:29.000Z | 2021-10-07T11:13:15.000Z | src/main/java/alx/music/songfind/adapter/in/web/model/Authority.java | alxlenc/songfind | 7782c41598496ce442561999cc5f65c7a3ac08d8 | [
"MIT"
] | null | null | null | 17.111111 | 58 | 0.753247 | 15,939 | package alx.music.songfind.adapter.in.web.model;
import java.io.Serializable;
import lombok.Data;
/**
* An authority (a security role) used by Spring Security.
*/
@Data
public class Authority implements Serializable {
private static final long serialVersionUID = 1L;
private final String name;
}
|
3e25b3a11ee3f8ce3b3138b41c384d151f49b0ba | 2,494 | java | Java | s1_automotor-api/src/test/java/co/edu/uniandes/csw/automotor/tests/postman/ConductorIT.java | jetorres20/Vehicle_fleet_Back | 3392464a2ba1073161b852499068771fcaa90890 | [
"MIT"
] | null | null | null | s1_automotor-api/src/test/java/co/edu/uniandes/csw/automotor/tests/postman/ConductorIT.java | jetorres20/Vehicle_fleet_Back | 3392464a2ba1073161b852499068771fcaa90890 | [
"MIT"
] | null | null | null | s1_automotor-api/src/test/java/co/edu/uniandes/csw/automotor/tests/postman/ConductorIT.java | jetorres20/Vehicle_fleet_Back | 3392464a2ba1073161b852499068771fcaa90890 | [
"MIT"
] | null | null | null | 43.754386 | 111 | 0.718524 | 15,940 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package co.edu.uniandes.csw.automotor.tests.postman;
import co.edu.uniandes.csw.automotor.dtos.ConductorDTO;
import co.edu.uniandes.cs... |
3e25b463ed6d923ad2fd1bf88494a27d51ff06ff | 1,132 | java | Java | Java/alphabetspam/AlphabetSpam.java | NLSteveO/Kattis | b6de30c7b9715cba0a07ee29de0798081afb40d4 | [
"MIT"
] | null | null | null | Java/alphabetspam/AlphabetSpam.java | NLSteveO/Kattis | b6de30c7b9715cba0a07ee29de0798081afb40d4 | [
"MIT"
] | null | null | null | Java/alphabetspam/AlphabetSpam.java | NLSteveO/Kattis | b6de30c7b9715cba0a07ee29de0798081afb40d4 | [
"MIT"
] | null | null | null | 34.30303 | 61 | 0.509717 | 15,941 | import java.util.Scanner;
public class AlphabetSpam {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
String line = in.nextLine();
int[] counts = new int[4];
for (int i = 0; i < line.length(); i++) {
if (Character.isUpperCase(line.charAt(i))... |
3e25b5a1a97fd375200103a4a2e096e289d0464f | 132,826 | java | Java | src/view/Principal.java | carlosfontest/MetroCine-CFRQ | 05ddc319c89075e3c631a761aeab8ee9a1936702 | [
"MIT"
] | null | null | null | src/view/Principal.java | carlosfontest/MetroCine-CFRQ | 05ddc319c89075e3c631a761aeab8ee9a1936702 | [
"MIT"
] | null | null | null | src/view/Principal.java | carlosfontest/MetroCine-CFRQ | 05ddc319c89075e3c631a761aeab8ee9a1936702 | [
"MIT"
] | null | null | null | 54.864106 | 295 | 0.690723 | 15,942 | package view;
import controller.Controlador;
import static controller.Controlador.sucursales;
import java.awt.Color;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JOptionPane;
import javax.swing.UIManager;
import javax.swing.table.DefaultTableModel;
import model.Sucursal;
import model.Ticke... |
3e25b75c2e35822d1eedd0c55b97c39f741e3c10 | 426 | java | Java | osa08-Osa08_01.Kuutiot/src/main/java/Kuutiot.java | pepsifire/Java-perusteet | 2afbccd9a19f27a50aa8299b57d2742970d4afd8 | [
"MIT"
] | null | null | null | osa08-Osa08_01.Kuutiot/src/main/java/Kuutiot.java | pepsifire/Java-perusteet | 2afbccd9a19f27a50aa8299b57d2742970d4afd8 | [
"MIT"
] | null | null | null | osa08-Osa08_01.Kuutiot/src/main/java/Kuutiot.java | pepsifire/Java-perusteet | 2afbccd9a19f27a50aa8299b57d2742970d4afd8 | [
"MIT"
] | null | null | null | 21.3 | 57 | 0.528169 | 15,943 |
import java.util.Scanner;
public class Kuutiot {
public static void main(String[] args) {
Scanner lukija = new Scanner(System.in);
while (true) {
String komento = lukija.nextLine();
if (komento.equals("loppu")) {
break;
}
int numero... |
3e25b768020ffbff7ce144ff5bf29acaca869b43 | 875 | java | Java | src/main/java/com/weedro/whereismytime/daemon/util/StringUtils.java | weedro/whereismytime-daemon | 0ca154ec89cc4d617c4b7e34dc7660b112d122b6 | [
"MIT"
] | null | null | null | src/main/java/com/weedro/whereismytime/daemon/util/StringUtils.java | weedro/whereismytime-daemon | 0ca154ec89cc4d617c4b7e34dc7660b112d122b6 | [
"MIT"
] | null | null | null | src/main/java/com/weedro/whereismytime/daemon/util/StringUtils.java | weedro/whereismytime-daemon | 0ca154ec89cc4d617c4b7e34dc7660b112d122b6 | [
"MIT"
] | null | null | null | 29.166667 | 102 | 0.630857 | 15,944 | package com.weedro.whereismytime.daemon.util;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
public final class StringUtils {
private StringUtils() {
}
public static Optional<String[]> splitDelimiters(String string, int limit, String... delimiters) {
for (String delimi... |
3e25b78c3683c4f09bd792667c15e6014e7afc14 | 2,112 | java | Java | app/src/main/java/ru/alexbykov/networksample/data/network/RestApi.java | Android-Academy-MSK/Lecture5-Code | 41ffbaf6e40cc5d10dba3f670ccf29e54de3298e | [
"Apache-2.0"
] | 4 | 2018-11-14T09:34:29.000Z | 2019-02-11T06:27:55.000Z | app/src/main/java/ru/alexbykov/networksample/data/network/RestApi.java | Android-Academy-MSK/Lecture5-Code | 41ffbaf6e40cc5d10dba3f670ccf29e54de3298e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/ru/alexbykov/networksample/data/network/RestApi.java | Android-Academy-MSK/Lecture5-Code | 41ffbaf6e40cc5d10dba3f670ccf29e54de3298e | [
"Apache-2.0"
] | 4 | 2018-10-20T22:52:59.000Z | 2019-05-15T19:04:31.000Z | 30.608696 | 90 | 0.68608 | 15,945 | package ru.alexbykov.networksample.data.network;
import android.support.annotation.NonNull;
import java.util.concurrent.TimeUnit;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
import ru.alexbykov.networksam... |
3e25b7bdb1fc7fbb672e81098772fdc23a3cc5d6 | 2,354 | java | Java | src/Dynamoth/Core/Manager/RPubManager.java | juliengs/dynamoth | 23630aded8c19c35c0286d372776f8f754e63737 | [
"MIT"
] | null | null | null | src/Dynamoth/Core/Manager/RPubManager.java | juliengs/dynamoth | 23630aded8c19c35c0286d372776f8f754e63737 | [
"MIT"
] | null | null | null | src/Dynamoth/Core/Manager/RPubManager.java | juliengs/dynamoth | 23630aded8c19c35c0286d372776f8f754e63737 | [
"MIT"
] | null | null | null | 24.778947 | 105 | 0.741716 | 15,946 | package Dynamoth.Core.Manager;
import Dynamoth.Mammoth.NetworkEngine.NetworkEngineID;
import Dynamoth.Core.Client.RPubClient;
import Dynamoth.Core.RPubMessage;
import Dynamoth.Core.RPubSubscriptionMessage;
public interface RPubManager {
/**
* Performs some initializations (connect to nodes, etc.)
*/
void initi... |
3e25b7c720fb0c08df0957806df8ddca3db9c1f5 | 6,088 | java | Java | app/src/main/java/com/example/lc/easymusicplayer/MusicButtonActivity.java | Churchill321321/MusicPlayer | bc108b4589ffae5bc1c7c1f565ae2d5d93f29d9e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/lc/easymusicplayer/MusicButtonActivity.java | Churchill321321/MusicPlayer | bc108b4589ffae5bc1c7c1f565ae2d5d93f29d9e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/lc/easymusicplayer/MusicButtonActivity.java | Churchill321321/MusicPlayer | bc108b4589ffae5bc1c7c1f565ae2d5d93f29d9e | [
"Apache-2.0"
] | null | null | null | 37.813665 | 136 | 0.602497 | 15,947 | package com.example.lc.easymusicplayer;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Handler;
import android.os.IBinder;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import and... |
3e25b7c9ce830f7ce059316b27d486611af99013 | 378 | java | Java | mobile_app1/module1183/src/main/java/module1183packageJava0/Foo2069.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 70 | 2021-01-22T16:48:06.000Z | 2022-02-16T10:37:33.000Z | mobile_app1/module1183/src/main/java/module1183packageJava0/Foo2069.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 16 | 2021-01-22T20:52:52.000Z | 2021-08-09T17:51:24.000Z | mobile_app1/module1183/src/main/java/module1183packageJava0/Foo2069.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 5 | 2021-01-26T13:53:49.000Z | 2021-08-11T20:10:57.000Z | 11.8125 | 48 | 0.579365 | 15,948 | package module1183packageJava0;
import java.lang.Integer;
public class Foo2069 {
Integer int0;
public void foo0() {
new module1183packageJava0.Foo2068().foo5();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void foo4() {
... |
3e25b84b776766a46ae9d62cae54534b6ac5d680 | 666 | java | Java | chapter_001/src/main/java/ru/job4j/array/FindLoop.java | Layton85/akordyukov | 015ed8b0178d0e2416e45446f4096bc55ca6aae0 | [
"Apache-2.0"
] | null | null | null | chapter_001/src/main/java/ru/job4j/array/FindLoop.java | Layton85/akordyukov | 015ed8b0178d0e2416e45446f4096bc55ca6aae0 | [
"Apache-2.0"
] | 1 | 2020-10-12T20:13:07.000Z | 2020-10-12T20:13:07.000Z | chapter_001/src/main/java/ru/job4j/array/FindLoop.java | Layton85/akordyukov | 015ed8b0178d0e2416e45446f4096bc55ca6aae0 | [
"Apache-2.0"
] | null | null | null | 24 | 91 | 0.547619 | 15,949 | package ru.job4j.array;
/**
* FindLoop
*
* @author Alexander Kordyukov (anpch@example.com)
* @version $Id$
* @since 0.1
*/
public class FindLoop {
/**
* The method searches the array for a given value of the element by simply enumerating
* @param data array
* @param el value of the element tha... |
3e25b8b14c7b5eda1478bb4b9369741781112943 | 322 | java | Java | lanif-base-support/lanif-system/src/main/java/com/github/lanif/sys/modular/role/mapper/SysRoleDataScopeMapper.java | LANIF-BOOT/lanif-boot-admin | b7ada8f23d7a0e2a11da863c7f4541d1fd2759ea | [
"Apache-2.0"
] | null | null | null | lanif-base-support/lanif-system/src/main/java/com/github/lanif/sys/modular/role/mapper/SysRoleDataScopeMapper.java | LANIF-BOOT/lanif-boot-admin | b7ada8f23d7a0e2a11da863c7f4541d1fd2759ea | [
"Apache-2.0"
] | null | null | null | lanif-base-support/lanif-system/src/main/java/com/github/lanif/sys/modular/role/mapper/SysRoleDataScopeMapper.java | LANIF-BOOT/lanif-boot-admin | b7ada8f23d7a0e2a11da863c7f4541d1fd2759ea | [
"Apache-2.0"
] | null | null | null | 21.466667 | 78 | 0.776398 | 15,950 |
package com.github.lanif.sys.modular.role.mapper;
import com.github.lanif.sys.modular.role.entity.SysRoleDataScope;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* 系统角色范围mapper接口
*
* @author
* @date 2020/3/13 15:53
*/
public interface SysRoleDataScopeMapper extends BaseMapper<SysRoleDataScope> {
... |
3e25b9647ff135cebcead1504d56a7e56e54265c | 5,499 | java | Java | javaparser-master/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/BlockStmt.java | test-java-code/pmd-test | 10d05ca564d7b0d8102901329e9469aad6318d2f | [
"Apache-2.0"
] | null | null | null | javaparser-master/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/BlockStmt.java | test-java-code/pmd-test | 10d05ca564d7b0d8102901329e9469aad6318d2f | [
"Apache-2.0"
] | null | null | null | javaparser-master/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/BlockStmt.java | test-java-code/pmd-test | 10d05ca564d7b0d8102901329e9469aad6318d2f | [
"Apache-2.0"
] | null | null | null | 33.736196 | 89 | 0.691762 | 15,951 | /*
* Copyright (C) 2007-2010 Júlio Vilmar Gesser.
* Copyright (C) 2011, 2013-2016 The JavaParser Team.
*
* This file is part of JavaParser.
*
* JavaParser can be used either under the terms of
* a) the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the ... |
3e25b99a529a1f17256206042134ffa79d64bac8 | 475 | java | Java | crypto/src/main/java/liquer/alchemy/crypto/alg/HashAlgorithm.java | sius/alchemy | 9bea90881245affb6cf38fc3e26a55ee17fda439 | [
"Apache-2.0"
] | null | null | null | crypto/src/main/java/liquer/alchemy/crypto/alg/HashAlgorithm.java | sius/alchemy | 9bea90881245affb6cf38fc3e26a55ee17fda439 | [
"Apache-2.0"
] | null | null | null | crypto/src/main/java/liquer/alchemy/crypto/alg/HashAlgorithm.java | sius/alchemy | 9bea90881245affb6cf38fc3e26a55ee17fda439 | [
"Apache-2.0"
] | null | null | null | 29.6875 | 126 | 0.696842 | 15,952 | package liquer.alchemy.crypto.alg;
import liquer.alchemy.crypto.CryptoLimericks;
import liquer.alchemy.crypto.opt.HashOptions;
public interface HashAlgorithm extends Algorithm {
default String hash(String value, HashOptions options) {
options = options == null
? new HashOptions()
... |
3e25bafd5a2f0b67ccb010c789a73fb24a884db8 | 28,980 | java | Java | src/ucar/unidata/data/text/FrontDataSource.java | oxelson/IDV | 06ea41150e6a303c5c59d5aa59b1907a5a6e488b | [
"CNRI-Jython"
] | 48 | 2015-02-22T05:05:01.000Z | 2022-03-14T14:23:41.000Z | src/ucar/unidata/data/text/FrontDataSource.java | oxelson/IDV | 06ea41150e6a303c5c59d5aa59b1907a5a6e488b | [
"CNRI-Jython"
] | 40 | 2015-02-09T19:25:29.000Z | 2022-02-16T00:21:08.000Z | src/ucar/unidata/data/text/FrontDataSource.java | oxelson/IDV | 06ea41150e6a303c5c59d5aa59b1907a5a6e488b | [
"CNRI-Jython"
] | 28 | 2015-04-03T05:43:00.000Z | 2022-01-31T23:41:20.000Z | 33.510983 | 119 | 0.484286 | 15,953 | /*
* Copyright 1997-2022 Unidata Program Center/University Corporation for
* Atmospheric Research, P.O. Box 3000, Boulder, CO 80307,
* ychag@example.com.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
... |
3e25bd3dad928d9d96ba99df8a6b41ebe3c82830 | 1,606 | java | Java | dubbo-mock-extensions/dubbo-mock-api/src/main/java/org/apache/dubbo/mock/api/MockResult.java | Zod-Li/dubbo-spi-extensions | a0f0b346c914b234c2a7e8532b275aaeeabf21e8 | [
"Apache-2.0"
] | 88 | 2020-08-25T16:05:42.000Z | 2022-03-29T03:10:18.000Z | dubbo-mock-extensions/dubbo-mock-api/src/main/java/org/apache/dubbo/mock/api/MockResult.java | Zod-Li/dubbo-spi-extensions | a0f0b346c914b234c2a7e8532b275aaeeabf21e8 | [
"Apache-2.0"
] | 64 | 2021-01-21T08:26:26.000Z | 2022-03-21T03:45:19.000Z | dubbo-mock-extensions/dubbo-mock-api/src/main/java/org/apache/dubbo/mock/api/MockResult.java | Zod-Li/dubbo-spi-extensions | a0f0b346c914b234c2a7e8532b275aaeeabf21e8 | [
"Apache-2.0"
] | 39 | 2020-08-31T13:06:18.000Z | 2022-03-24T06:10:36.000Z | 27.689655 | 89 | 0.663138 | 15,954 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e25bd4a39ec47e31477ad105d471d7961025764 | 8,230 | java | Java | dual/testApps/debugOctree.java | Barokoli/VoxelRaytracer | 8ae1dcd52efa7ffce9d0ce22e99b6d308fd06a5f | [
"MIT"
] | 1 | 2016-03-11T11:35:33.000Z | 2016-03-11T11:35:33.000Z | dual/testApps/debugOctree.java | Barokoli/VoxelRaytracer | 8ae1dcd52efa7ffce9d0ce22e99b6d308fd06a5f | [
"MIT"
] | null | null | null | dual/testApps/debugOctree.java | Barokoli/VoxelRaytracer | 8ae1dcd52efa7ffce9d0ce22e99b6d308fd06a5f | [
"MIT"
] | null | null | null | 29.498208 | 102 | 0.535723 | 15,955 | import java.io.*;
//TODO output all in color
public class debugOctree {
public static final String ANSI_RESET = "\u001B[0m";
public static final String ANSI_BLACK = "\u001B[30m";
public static final String ANSI_RED = "\u001B[31m";
public static final String ANSI_GREEN = "\u001B[32m";
public static final Str... |
3e25bf5891c3564c3f2a3a7fd0465363a0849ca4 | 198 | java | Java | original-materials/Lesson_07/src/test/Sample131.java | dark-teal-coder/course-ftu-java-programming | dc194946b2fc0a37a157a4cc2cb07b5ad45654ec | [
"MIT"
] | null | null | null | original-materials/Lesson_07/src/test/Sample131.java | dark-teal-coder/course-ftu-java-programming | dc194946b2fc0a37a157a4cc2cb07b5ad45654ec | [
"MIT"
] | null | null | null | original-materials/Lesson_07/src/test/Sample131.java | dark-teal-coder/course-ftu-java-programming | dc194946b2fc0a37a157a4cc2cb07b5ad45654ec | [
"MIT"
] | null | null | null | 12.375 | 42 | 0.585859 | 15,956 | package test;
public class Sample131 {
public static void main(String[] args) {
Boat boat1;
boat1 = new Boat();
boat1.seat = 12;
boat1.color = "navy";
boat1.show();
}
}
|
3e25c0311205a08d78eb93478ae688bdb24c6cf8 | 1,723 | java | Java | src/main/java/onelemonyboi/createjetpack/packets/PlayerJetpackPacket.java | OneLemonyBoi/CreateJetpack | 67bc54cd6a669c4c00ca0f79184527f5e418163e | [
"MIT"
] | 1 | 2021-06-07T09:01:38.000Z | 2021-06-07T09:01:38.000Z | src/main/java/onelemonyboi/createjetpack/packets/PlayerJetpackPacket.java | OneLemonyBoi/CreateJetpack | 67bc54cd6a669c4c00ca0f79184527f5e418163e | [
"MIT"
] | null | null | null | src/main/java/onelemonyboi/createjetpack/packets/PlayerJetpackPacket.java | OneLemonyBoi/CreateJetpack | 67bc54cd6a669c4c00ca0f79184527f5e418163e | [
"MIT"
] | null | null | null | 34.46 | 102 | 0.641904 | 15,957 | package onelemonyboi.createjetpack.packets;
import net.minecraft.inventory.EquipmentSlotType;
import net.minecraft.item.ItemStack;
import net.minecraft.network.PacketBuffer;
import net.minecraftforge.fml.network.NetworkEvent;
import onelemonyboi.createjetpack.content.JetpackAction;
import onelemonyboi.createjetpack.co... |
3e25c104e2552e823bb97f615f55248aa127618e | 1,016 | java | Java | src/main/java/net/pryden/accounts/commands/GenerateFormsCommand.java | dpryden/accounts-manager | 94d85e5809cdae96f88f570984e06b872da88c61 | [
"MIT"
] | null | null | null | src/main/java/net/pryden/accounts/commands/GenerateFormsCommand.java | dpryden/accounts-manager | 94d85e5809cdae96f88f570984e06b872da88c61 | [
"MIT"
] | null | null | null | src/main/java/net/pryden/accounts/commands/GenerateFormsCommand.java | dpryden/accounts-manager | 94d85e5809cdae96f88f570984e06b872da88c61 | [
"MIT"
] | 1 | 2020-06-12T10:27:10.000Z | 2020-06-12T10:27:10.000Z | 26.736842 | 61 | 0.748031 | 15,958 | package net.pryden.accounts.commands;
import com.google.common.collect.ImmutableSet;
import net.pryden.accounts.Storage;
import net.pryden.accounts.commands.Annotations.CurrentMonth;
import net.pryden.accounts.model.AccountsMonth;
import net.pryden.accounts.reports.Report;
import javax.inject.Inject;
import java.io.I... |
3e25c1a871dc8b602fde0c090ca0651a19215361 | 7,139 | java | Java | lib/src/us/kbase/kbasegenomes/FeatureQualityMeasure.java | mclark58/DomainAnnotation | 3754a22093039ad0d1bfb54477a9cd1a1861bd02 | [
"MIT"
] | null | null | null | lib/src/us/kbase/kbasegenomes/FeatureQualityMeasure.java | mclark58/DomainAnnotation | 3754a22093039ad0d1bfb54477a9cd1a1861bd02 | [
"MIT"
] | 4 | 2016-09-16T07:15:23.000Z | 2019-04-25T20:29:29.000Z | lib/src/us/kbase/kbasegenomes/FeatureQualityMeasure.java | mclark58/DomainAnnotation | 3754a22093039ad0d1bfb54477a9cd1a1861bd02 | [
"MIT"
] | 7 | 2016-09-15T17:57:04.000Z | 2019-06-20T00:06:33.000Z | 30.639485 | 497 | 0.710604 | 15,959 |
package us.kbase.kbasegenomes;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Generated;
import com.fasterxml.jackson.annotation.JsonAnyGetter;
import com.fasterxml.jackson.annotation.JsonAnySetter;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterx... |
3e25c270f997366fb2690ddb76bb4275e717336e | 1,831 | java | Java | designpatterns/src/main/java/com/zarkary/designpatterns/creational/example/chocolateboiler/App.java | iokats/sof2lib | f8493f604c6e4f69216d9e35098513b7f49ecec6 | [
"Apache-2.0"
] | 2 | 2019-04-06T09:34:28.000Z | 2019-04-06T09:35:09.000Z | designpatterns/src/main/java/com/zarkary/designpatterns/creational/example/chocolateboiler/App.java | iokats/soft2lib | f8493f604c6e4f69216d9e35098513b7f49ecec6 | [
"Apache-2.0"
] | null | null | null | designpatterns/src/main/java/com/zarkary/designpatterns/creational/example/chocolateboiler/App.java | iokats/soft2lib | f8493f604c6e4f69216d9e35098513b7f49ecec6 | [
"Apache-2.0"
] | null | null | null | 32.122807 | 96 | 0.589295 | 15,960 | /*******************************************************************************
* Copyright 2018 See AUTHORS file.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apa... |
3e25c2fc0f3edca0433bb134e48e4d94cf412c3c | 2,238 | java | Java | src/rkreikebaumspellchecker/WordIterator.java | kreikey/JSpellChecker | ec76ae169c095f4f5dc5748a96d285b7b393979e | [
"MIT"
] | null | null | null | src/rkreikebaumspellchecker/WordIterator.java | kreikey/JSpellChecker | ec76ae169c095f4f5dc5748a96d285b7b393979e | [
"MIT"
] | null | null | null | src/rkreikebaumspellchecker/WordIterator.java | kreikey/JSpellChecker | ec76ae169c095f4f5dc5748a96d285b7b393979e | [
"MIT"
] | null | null | null | 22.38 | 103 | 0.613941 | 15,961 | package rkreikebaumspellchecker;
import java.util.regex.*;
public class WordIterator {
private String textData;
private Pattern wordPattern;
private Matcher wordMatcher;
private boolean wordFound;
private String curWord;
private int wordStart;
private int wordEnd;
private int offset;
public Wo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.