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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e081a8a35e736783062acf6aaacc97560792436 | 2,860 | java | Java | jrugged-spring/src/test/java/org/fishwife/jrugged/spring/TestAnnotatedMethodScanner.java | comcast-jonm/jrugged | 4727960945365e00560f207f0224fab5d5ac4622 | [
"Apache-2.0"
] | 200 | 2015-01-01T11:09:22.000Z | 2022-03-29T02:16:32.000Z | jrugged-spring/src/test/java/org/fishwife/jrugged/spring/TestAnnotatedMethodScanner.java | comcast-jonm/jrugged | 4727960945365e00560f207f0224fab5d5ac4622 | [
"Apache-2.0"
] | 30 | 2015-01-27T17:25:37.000Z | 2019-07-22T15:34:58.000Z | jrugged-spring/src/test/java/org/fishwife/jrugged/spring/TestAnnotatedMethodScanner.java | comcast-jonm/jrugged | 4727960945365e00560f207f0224fab5d5ac4622 | [
"Apache-2.0"
] | 80 | 2015-01-19T16:39:44.000Z | 2022-02-03T13:10:19.000Z | 32.5 | 90 | 0.743706 | 3,418 | /* TestAnnotatedMethodScanner.java
*
* Copyright 2009-2019 Comcast Interactive Media, LLC.
*
* 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/LICEN... |
3e081b3a86e51ecf0afccce0bc39468b0bd2e569 | 1,976 | java | Java | src/main/java/MyMain.java | apcs-assignments-fall2020/9-pepys-problem-amandacutrer | aff316230108ba95ada065f7aa8fe51156a8fca4 | [
"Apache-2.0"
] | null | null | null | src/main/java/MyMain.java | apcs-assignments-fall2020/9-pepys-problem-amandacutrer | aff316230108ba95ada065f7aa8fe51156a8fca4 | [
"Apache-2.0"
] | null | null | null | src/main/java/MyMain.java | apcs-assignments-fall2020/9-pepys-problem-amandacutrer | aff316230108ba95ada065f7aa8fe51156a8fca4 | [
"Apache-2.0"
] | null | null | null | 31.365079 | 76 | 0.45496 | 3,419 | public class MyMain {
// Calculate the probability of rolling at least one 6 when rolling
// six dice. Uses 10000 trials.
// Returns in the answer as a double corresponding to the percentage
// For example, 75.5% would be 75.5
public static double probabilityOneSix() {
int trial = 0;
... |
3e081be90b617d43068b804a2d094f79a41fc83f | 2,941 | java | Java | src/main/java/com/devproserv/courses/form/SignupParams.java | codacy-badger/courses | 5b156dfc12d1fe7bad9fc50591eba2eb30fbf249 | [
"MIT"
] | null | null | null | src/main/java/com/devproserv/courses/form/SignupParams.java | codacy-badger/courses | 5b156dfc12d1fe7bad9fc50591eba2eb30fbf249 | [
"MIT"
] | null | null | null | src/main/java/com/devproserv/courses/form/SignupParams.java | codacy-badger/courses | 5b156dfc12d1fe7bad9fc50591eba2eb30fbf249 | [
"MIT"
] | null | null | null | 23.34127 | 80 | 0.622917 | 3,420 | /*
* The MIT License (MIT)
*
* Copyright (c) 2019 Vladimir
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, cop... |
3e081bedbff2a81848f33f17be8f60f9148ed81b | 85 | java | Java | src/main/java/com/example/mvcp/util/RestEnum.java | hamidbayrak/SpringREST-eCommerce-website-example | 9336d2afdfe809bd7cc0544cc488ead44097cf97 | [
"MIT"
] | 2 | 2021-02-19T16:09:31.000Z | 2021-05-20T12:01:13.000Z | src/main/java/com/example/mvcp/util/RestEnum.java | hamidbayrak/SpringREST-eCommerce-website-example | 9336d2afdfe809bd7cc0544cc488ead44097cf97 | [
"MIT"
] | null | null | null | src/main/java/com/example/mvcp/util/RestEnum.java | hamidbayrak/SpringREST-eCommerce-website-example | 9336d2afdfe809bd7cc0544cc488ead44097cf97 | [
"MIT"
] | 1 | 2021-02-19T16:09:40.000Z | 2021-02-19T16:09:40.000Z | 14.166667 | 30 | 0.729412 | 3,421 | package com.example.mvcp.util;
public enum RestEnum {
status, message, result
}
|
3e081c0e9f262931e0572e9500f7f14a7b728437 | 2,105 | java | Java | src/main/java/com/google/api/codegen/util/Inflector.java | jpoehnelt/gapic-generator | 06463219f95bedb0f9c788dffa888c5ebfc199cc | [
"ECL-2.0",
"Apache-2.0"
] | 239 | 2018-04-20T05:25:37.000Z | 2022-03-15T17:24:10.000Z | src/main/java/com/google/api/codegen/util/Inflector.java | jpoehnelt/gapic-generator | 06463219f95bedb0f9c788dffa888c5ebfc199cc | [
"ECL-2.0",
"Apache-2.0"
] | 1,888 | 2016-04-21T18:50:01.000Z | 2018-04-12T23:37:32.000Z | src/main/java/com/google/api/codegen/util/Inflector.java | jpoehnelt/gapic-generator | 06463219f95bedb0f9c788dffa888c5ebfc199cc | [
"ECL-2.0",
"Apache-2.0"
] | 88 | 2018-04-20T19:46:35.000Z | 2022-03-14T22:12:07.000Z | 32.384615 | 93 | 0.620903 | 3,422 | /* Copyright 2016 Google LLC
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
3e081c3196c201bd7bd8985a925c39ef5fac9bb3 | 6,017 | java | Java | src/java/org/apache/cassandra/service/paxos/cleanup/PaxosCleanupRequest.java | ErickRamirezAU/cassandra | c7e7984008062aa2cf2de5a1fc080674bb2139ff | [
"Apache-2.0"
] | null | null | null | src/java/org/apache/cassandra/service/paxos/cleanup/PaxosCleanupRequest.java | ErickRamirezAU/cassandra | c7e7984008062aa2cf2de5a1fc080674bb2139ff | [
"Apache-2.0"
] | null | null | null | src/java/org/apache/cassandra/service/paxos/cleanup/PaxosCleanupRequest.java | ErickRamirezAU/cassandra | c7e7984008062aa2cf2de5a1fc080674bb2139ff | [
"Apache-2.0"
] | null | null | null | 42.076923 | 160 | 0.699019 | 3,423 | /*
* 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 ... |
3e081db0ed726c521ca79368a4b03079de09b05a | 13,865 | java | Java | ccven_java/src/main/java/view_cvven/AllUser.java | illanchristoffel/projet_cvven_final | 5064b8e25702134a898c918b9972efd5c55802df | [
"MIT"
] | null | null | null | ccven_java/src/main/java/view_cvven/AllUser.java | illanchristoffel/projet_cvven_final | 5064b8e25702134a898c918b9972efd5c55802df | [
"MIT"
] | 1 | 2022-02-16T01:09:35.000Z | 2022-02-16T01:09:35.000Z | ccven_java/src/main/java/view_cvven/AllUser.java | illanchristoffel/projet_cvven_final | 5064b8e25702134a898c918b9972efd5c55802df | [
"MIT"
] | null | null | null | 41.264881 | 163 | 0.62005 | 3,424 | /*
* 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 view_cvven;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.Resu... |
3e081e28b99b1718d5c565bddb108cd9c566d92d | 634 | java | Java | references/bcb_chosen_clones/selected#1095966#20#32.java | cragkhit/elasticsearch | 05567b30c5bde08badcac1bf421454e5d995eb91 | [
"Apache-2.0"
] | 23 | 2018-10-03T15:02:53.000Z | 2021-09-16T11:07:36.000Z | references/bcb_chosen_clones/selected#1095966#20#32.java | cragkhit/elasticsearch | 05567b30c5bde08badcac1bf421454e5d995eb91 | [
"Apache-2.0"
] | 18 | 2019-02-10T04:52:54.000Z | 2022-01-25T02:14:40.000Z | references/bcb_chosen_clones/selected#1095966#20#32.java | cragkhit/Siamese | 05567b30c5bde08badcac1bf421454e5d995eb91 | [
"Apache-2.0"
] | 19 | 2018-11-16T13:39:05.000Z | 2021-09-05T23:59:30.000Z | 45.285714 | 115 | 0.665615 | 3,425 | private void handleFile(File file, HttpServletRequest request, HttpServletResponse response) throws Exception {
String filename = file.getName();
long filesize = file.length();
String mimeType = getMimeType(filename);
response.setContentType(mimeType);
if (filesize > getDownl... |
3e081ff3215e5a3ae8b3bf598b8e0d1b0e35c8bb | 7,341 | java | Java | src/test/java/io/gravitee/policy/requestvalidation/RequestValidationPolicyTest.java | brightlizard/gravitee-policy-request-validation | 22a9b38e95a8150398cf6d2e5156a5f035bb8ca6 | [
"Apache-2.0"
] | null | null | null | src/test/java/io/gravitee/policy/requestvalidation/RequestValidationPolicyTest.java | brightlizard/gravitee-policy-request-validation | 22a9b38e95a8150398cf6d2e5156a5f035bb8ca6 | [
"Apache-2.0"
] | null | null | null | src/test/java/io/gravitee/policy/requestvalidation/RequestValidationPolicyTest.java | brightlizard/gravitee-policy-request-validation | 22a9b38e95a8150398cf6d2e5156a5f035bb8ca6 | [
"Apache-2.0"
] | null | null | null | 37.075758 | 111 | 0.707533 | 3,426 | /**
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
*
* 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 requ... |
3e0822be656bc4af26137729609f056b314689c3 | 1,659 | java | Java | 3-03-2020/Backend/Example/src/main/java/com/example/demo/controller/StockPriceRestServiceController.java | saikrishna2409/My-First-Repo | b58c09dc083ed55777ef77a1c536f76df09e60d9 | [
"Apache-2.0"
] | null | null | null | 3-03-2020/Backend/Example/src/main/java/com/example/demo/controller/StockPriceRestServiceController.java | saikrishna2409/My-First-Repo | b58c09dc083ed55777ef77a1c536f76df09e60d9 | [
"Apache-2.0"
] | 27 | 2020-06-15T21:05:41.000Z | 2022-03-02T09:29:43.000Z | 3-03-2020/Backend/Example/src/main/java/com/example/demo/controller/StockPriceRestServiceController.java | saikrishna2409/My-First-Repo | b58c09dc083ed55777ef77a1c536f76df09e60d9 | [
"Apache-2.0"
] | null | null | null | 32.529412 | 112 | 0.792646 | 3,427 | package com.example.demo.controller;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
impo... |
3e0822ce154352bee3ea92f004b4b6628b6a7215 | 7,152 | java | Java | src/main/java/io/swagger/client/model/EventMetadata.java | dehora/nakadi-swagger-gen | e261d4398f04bcb2f89325efad9d134ec030d281 | [
"MIT"
] | null | null | null | src/main/java/io/swagger/client/model/EventMetadata.java | dehora/nakadi-swagger-gen | e261d4398f04bcb2f89325efad9d134ec030d281 | [
"MIT"
] | null | null | null | src/main/java/io/swagger/client/model/EventMetadata.java | dehora/nakadi-swagger-gen | e261d4398f04bcb2f89325efad9d134ec030d281 | [
"MIT"
] | null | null | null | 34.887805 | 321 | 0.701902 | 3,428 | package io.swagger.client.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.UUID;
@javax.annotatio... |
3e08235852d73ffd3a1b651aa2b0a497f331b2f0 | 1,601 | java | Java | study-notes/geekbang.org/训练营/Java进阶训练营/第14周 | 分布式消息分布式系统架构/01-其他MQ介绍与动手写MQ/pulsar/src/main/java/io/kimmking/mq/pulsar/ProducerDemo.java | coderZsq/coderZsq.practice.server | f789ee4b43b4a8dee5d8872e86c04ca2fe139b68 | [
"MIT"
] | 1 | 2020-06-14T12:43:47.000Z | 2020-06-14T12:43:47.000Z | study-notes/geekbang.org/训练营/Java进阶训练营/第14周 | 分布式消息分布式系统架构/01-其他MQ介绍与动手写MQ/pulsar/src/main/java/io/kimmking/mq/pulsar/ProducerDemo.java | coderZsq/coderZsq.practice.server | f789ee4b43b4a8dee5d8872e86c04ca2fe139b68 | [
"MIT"
] | 88 | 2020-03-03T15:16:28.000Z | 2022-01-04T16:44:37.000Z | study-notes/geekbang.org/训练营/Java进阶训练营/第14周 | 分布式消息分布式系统架构/01-其他MQ介绍与动手写MQ/pulsar/src/main/java/io/kimmking/mq/pulsar/ProducerDemo.java | coderZsq/coderZsq.practice.server | f789ee4b43b4a8dee5d8872e86c04ca2fe139b68 | [
"MIT"
] | 1 | 2021-09-08T06:34:11.000Z | 2021-09-08T06:34:11.000Z | 26.245902 | 77 | 0.570269 | 3,429 | package io.kimmking.mq.pulsar;
import lombok.SneakyThrows;
import org.apache.pulsar.client.api.Producer;
import org.apache.pulsar.client.api.Schema;
import org.springframework.stereotype.Component;
@Component
public class ProducerDemo {
Producer<String> stringProducer;
@SneakyThrows
public ProducerDemo()... |
3e0824199287b3a93dc3b0bd2846fa0d6a386f2a | 14,517 | java | Java | src/main/java/com/datafibers/util/ConstantApp.java | yjdxwz/df_data_service | 19257c0989952d8b5ab2ed527e1d302b2687ef46 | [
"Apache-2.0"
] | 37 | 2016-10-15T01:45:21.000Z | 2021-09-06T10:00:50.000Z | src/main/java/com/datafibers/util/ConstantApp.java | yjdxwz/df_data_service | 19257c0989952d8b5ab2ed527e1d302b2687ef46 | [
"Apache-2.0"
] | 158 | 2016-10-13T14:21:44.000Z | 2018-09-24T15:15:44.000Z | src/main/java/com/datafibers/util/ConstantApp.java | yjdxwz/df_data_service | 19257c0989952d8b5ab2ed527e1d302b2687ef46 | [
"Apache-2.0"
] | 42 | 2016-10-15T01:45:41.000Z | 2019-11-06T09:20:31.000Z | 56.267442 | 116 | 0.743129 | 3,430 | package com.datafibers.util;
public final class ConstantApp {
// DF Service generic settings
public static final int REGULAR_REFRESH_STATUS_TO_REPO = 10000;
// Vertx REST Client settings
public static final int REST_CLIENT_CONNECT_TIMEOUT = 1000;
public static final int REST_CLIENT_GLOBA... |
3e08241ffb953ec6465da5b8a86365d01d3920d4 | 1,110 | java | Java | CM5/Core/gui-client-impl/src/main/java/ru/intertrust/cm/core/gui/impl/client/form/widget/tableviewer/FiltersRemoteManagement.java | InterTurstCo/ActiveFrame5 | a042afd5297be9636656701e502918bdbd63ce80 | [
"Apache-2.0"
] | 4 | 2019-11-24T14:14:05.000Z | 2021-03-30T14:35:30.000Z | CM5/Core/gui-client-impl/src/main/java/ru/intertrust/cm/core/gui/impl/client/form/widget/tableviewer/FiltersRemoteManagement.java | InterTurstCo/ActiveFrame5 | a042afd5297be9636656701e502918bdbd63ce80 | [
"Apache-2.0"
] | 4 | 2019-11-20T14:05:11.000Z | 2021-12-06T16:59:54.000Z | CM5/Core/gui-client-impl/src/main/java/ru/intertrust/cm/core/gui/impl/client/form/widget/tableviewer/FiltersRemoteManagement.java | InterTurstCo/ActiveFrame5 | a042afd5297be9636656701e502918bdbd63ce80 | [
"Apache-2.0"
] | 2 | 2019-12-26T15:19:53.000Z | 2022-03-27T11:01:41.000Z | 24.666667 | 94 | 0.693694 | 3,431 | package ru.intertrust.cm.core.gui.impl.client.form.widget.tableviewer;
import ru.intertrust.cm.core.config.gui.form.widget.filter.extra.CollectionExtraFiltersConfig;
import java.util.List;
import java.util.Map;
/**
* Created by IntelliJ IDEA.
* Developer: Ravil Abdulkhairov
* Date: 12.07.2016
* Time: 11:54
* To... |
3e0824860bd01e78bc2d0b7d1f25f961020b0c05 | 2,044 | java | Java | src/main/java/com/maxmilianoandriani/acmeapp/domain/Cliente.java | maxandriani/igti-soa-acme-app | 80b3ac36b579adbd68d8e710dbbd3d4bc10c6b50 | [
"MIT"
] | null | null | null | src/main/java/com/maxmilianoandriani/acmeapp/domain/Cliente.java | maxandriani/igti-soa-acme-app | 80b3ac36b579adbd68d8e710dbbd3d4bc10c6b50 | [
"MIT"
] | null | null | null | src/main/java/com/maxmilianoandriani/acmeapp/domain/Cliente.java | maxandriani/igti-soa-acme-app | 80b3ac36b579adbd68d8e710dbbd3d4bc10c6b50 | [
"MIT"
] | null | null | null | 20.237624 | 106 | 0.757828 | 3,432 | package com.maxmilianoandriani.acmeapp.domain;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import j... |
3e08248766aef5d01bbe2a30706b5b06de04c245 | 3,221 | java | Java | test/fx/dom/core/Printer.java | benravago/fx.html | a7ca6eb0554342b96eec94ca4ba8cb5594b44442 | [
"MIT"
] | null | null | null | test/fx/dom/core/Printer.java | benravago/fx.html | a7ca6eb0554342b96eec94ca4ba8cb5594b44442 | [
"MIT"
] | null | null | null | test/fx/dom/core/Printer.java | benravago/fx.html | a7ca6eb0554342b96eec94ca4ba8cb5594b44442 | [
"MIT"
] | null | null | null | 39.280488 | 119 | 0.559143 | 3,433 | package fx.dom.core;
import javax.xml.stream.events.*;
import fx.dom.parser.ScannerDT;
class Printer extends ScannerDT {
@Override protected void startElement(StartElement e) {
System.out.println(types[e.getEventType()]+' '+e.getName());
var a = e.getAttributes();
while (a.hasNext())... |
3e0824af0d0f3af0b4d73ce73f86ffc1e9c11858 | 3,601 | java | Java | fineract-provider/src/main/java/org/apache/fineract/portfolio/client/data/ClientDetailData.java | cloudbankin/vivardhana-incubator-fineract | 4bc27d093f4695b46459a11729e6e5291fa25ec5 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | fineract-provider/src/main/java/org/apache/fineract/portfolio/client/data/ClientDetailData.java | cloudbankin/vivardhana-incubator-fineract | 4bc27d093f4695b46459a11729e6e5291fa25ec5 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | fineract-provider/src/main/java/org/apache/fineract/portfolio/client/data/ClientDetailData.java | cloudbankin/vivardhana-incubator-fineract | 4bc27d093f4695b46459a11729e6e5291fa25ec5 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 19.677596 | 145 | 0.766454 | 3,434 | package org.apache.fineract.portfolio.client.data;
import java.util.Date;
public class ClientDetailData {
private final Long client_id;
private final String clientExternal;
private final int nomineeAge;
private final String officeExtrenal;
private final String client_name;
private final String mobileNo;
... |
3e0824cc7aada2deb4f2ce5da6e4d4266f6048f6 | 1,180 | java | Java | 00_framework/core/src/main/java/com/bizzan/bitrade/entity/MemberInviteStasticRank.java | sumsudo/CoinExchange_CryptoExchange_Java | 8adf508b996020d3efbeeb2473d7235bd01436fa | [
"Apache-2.0"
] | 498 | 2020-06-29T04:13:12.000Z | 2022-03-30T10:59:20.000Z | 00_framework/core/src/main/java/com/bizzan/bitrade/entity/MemberInviteStasticRank.java | tomxi444/uu2knowCoinEx | 00d3a1fd6121520b96cdea545d127c32220ed456 | [
"Apache-2.0"
] | 39 | 2021-05-06T17:48:33.000Z | 2022-03-31T19:53:30.000Z | 00_framework/core/src/main/java/com/bizzan/bitrade/entity/MemberInviteStasticRank.java | SularCuipealiuz/05_Web_Front | ba5afa3bf470b58fe0b9d4e355f81e333aaa4639 | [
"Apache-2.0"
] | 488 | 2020-06-29T07:32:29.000Z | 2022-03-29T02:54:33.000Z | 18.4375 | 68 | 0.677966 | 3,435 | package com.bizzan.bitrade.entity;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persisten... |
3e082518471700d149974fec4cad963c7ca52cee | 1,241 | java | Java | src/gov/nasa/worldwind/ogc/wcs/wcs100/WCS100Exception.java | rfmejia/WorldWindJava-pcm | bf0e675bda96313684ba3cf025078f0c4ce6a03e | [
"NASA-1.3"
] | 4 | 2017-03-31T14:29:22.000Z | 2019-07-04T14:57:32.000Z | src/gov/nasa/worldwind/ogc/wcs/wcs100/WCS100Exception.java | rfmejia/WorldWindJava-pcm | bf0e675bda96313684ba3cf025078f0c4ce6a03e | [
"NASA-1.3"
] | 3 | 2018-08-22T06:41:24.000Z | 2019-04-19T11:22:50.000Z | src/gov/nasa/worldwind/ogc/wcs/wcs100/WCS100Exception.java | rfmejia/WorldWindJava-pcm | bf0e675bda96313684ba3cf025078f0c4ce6a03e | [
"NASA-1.3"
] | 7 | 2017-07-07T20:17:30.000Z | 2019-08-24T11:25:18.000Z | 25.326531 | 97 | 0.663175 | 3,436 | /*
* Copyright (C) 2014 United States Government as represented by the Administrator of the
* National Aeronautics and Space Administration.
* All Rights Reserved.
*/
package gov.nasa.worldwind.ogc.wcs.wcs100;
import gov.nasa.worldwind.util.WWUtil;
import gov.nasa.worldwind.util.xml.*;
import javax.xml.stream.XM... |
3e08253a8d10bf0c36e19aec26962d1cfa443cad | 2,990 | java | Java | smt-cloudformation-objects/src/main/java/shiver/me/timbers/aws/apigateway/DomainNameEndpointConfiguration.java | shiver-me-timbers/smt-cloudformation-parent | e2600814428a92ff8ea5977408ccc6a8f511a561 | [
"Apache-2.0"
] | 4 | 2018-10-12T02:52:38.000Z | 2019-10-02T21:16:00.000Z | smt-cloudformation-objects/src/main/java/shiver/me/timbers/aws/apigateway/DomainNameEndpointConfiguration.java | shiver-me-timbers/smt-cloudformation-parent | e2600814428a92ff8ea5977408ccc6a8f511a561 | [
"Apache-2.0"
] | 1 | 2021-04-26T17:00:09.000Z | 2021-04-26T17:00:09.000Z | smt-cloudformation-objects/src/main/java/shiver/me/timbers/aws/apigateway/DomainNameEndpointConfiguration.java | shiver-me-timbers/smt-cloudformation-parent | e2600814428a92ff8ea5977408ccc6a8f511a561 | [
"Apache-2.0"
] | null | null | null | 34.767442 | 211 | 0.742475 | 3,437 |
package shiver.me.timbers.aws.apigateway;
import java.util.LinkedHashSet;
import java.util.Set;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyDescription... |
3e082549fcc4d61115931305f191fef548ee12e6 | 2,245 | java | Java | src/test/java/com/jeeneee/realworld/tag/service/TagServiceTest.java | jeeneee/realworld | 1d607c284c4e0c084723ed578c009e6aa786a762 | [
"MIT"
] | null | null | null | src/test/java/com/jeeneee/realworld/tag/service/TagServiceTest.java | jeeneee/realworld | 1d607c284c4e0c084723ed578c009e6aa786a762 | [
"MIT"
] | null | null | null | src/test/java/com/jeeneee/realworld/tag/service/TagServiceTest.java | jeeneee/realworld | 1d607c284c4e0c084723ed578c009e6aa786a762 | [
"MIT"
] | 1 | 2021-07-15T06:58:06.000Z | 2021-07-15T06:58:06.000Z | 29.539474 | 78 | 0.696659 | 3,438 | package com.jeeneee.realworld.tag.service;
import static org.assertj.core.api.Assertions.assertThat;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.BDDMockito.given;
import static org.mockito.Mockito.when;
import com.jeeneee.realworld.tag.domain.Tag;
import com.jeeneee.realworld.tag.domain.... |
3e08255b7249af1361df537fae5ae8d90499e3d1 | 10,461 | java | Java | SCAIIF/src/vista/controlador/RegistrodeAsistenciaController.java | Eduardox18/SCAIIF | 2a00d1b3d156b7a6f5fadd7606b6b867ed277bf7 | [
"MIT"
] | null | null | null | SCAIIF/src/vista/controlador/RegistrodeAsistenciaController.java | Eduardox18/SCAIIF | 2a00d1b3d156b7a6f5fadd7606b6b867ed277bf7 | [
"MIT"
] | null | null | null | SCAIIF/src/vista/controlador/RegistrodeAsistenciaController.java | Eduardox18/SCAIIF | 2a00d1b3d156b7a6f5fadd7606b6b867ed277bf7 | [
"MIT"
] | null | null | null | 36.072414 | 119 | 0.62365 | 3,439 | package vista.controlador;
import com.jfoenix.controls.JFXButton;
import com.jfoenix.controls.JFXComboBox;
import com.jfoenix.controls.JFXDrawer;
import com.jfoenix.controls.JFXHamburger;
import java.io.IOException;
import java.net.URL;
import java.text.ParseException;
import java.text.SimpleDateFormat;
impo... |
3e0825b9754397556a6abd382a184e0859f96a13 | 497 | java | Java | src/main/java/com/moqi/archive/corejava/v1ch13/systemInfo/SystemInfo.java | moqimoqidea/moqi-tool-java | f8f2a1fd37db98caa2468c5c7f76762637585ebd | [
"Apache-2.0"
] | null | null | null | src/main/java/com/moqi/archive/corejava/v1ch13/systemInfo/SystemInfo.java | moqimoqidea/moqi-tool-java | f8f2a1fd37db98caa2468c5c7f76762637585ebd | [
"Apache-2.0"
] | 2 | 2021-05-30T05:02:48.000Z | 2022-01-08T15:32:46.000Z | src/main/java/com/moqi/archive/corejava/v1ch13/systemInfo/SystemInfo.java | moqimoqidea/moqi-tool-java | f8f2a1fd37db98caa2468c5c7f76762637585ebd | [
"Apache-2.0"
] | null | null | null | 19.115385 | 57 | 0.619718 | 3,440 | package com.moqi.archive.corejava.v1ch13.systemInfo;
import java.io.*;
import java.util.*;
/**
* This program prints out all system properties.
* @version 1.10 2002-07-06
* @author Cay Horstmann
*/
public class SystemInfo
{
public static void main(String args[])
{
try
{
Properties syspr... |
3e082615c1ba586becff4e698515b8bdd7ad3494 | 684 | java | Java | src/main/java/com/cehome/apimanager/ApiManagerApplication.java | NightRunner/api-manager | ffdf0d259b514a47e97b18814962328d8db98ff7 | [
"Apache-2.0"
] | 16 | 2018-03-09T07:28:21.000Z | 2019-10-30T11:39:15.000Z | src/main/java/com/cehome/apimanager/ApiManagerApplication.java | easy-ware/api-manager | c0d92278f644542a7a99fe2138fcc44bc9598d6f | [
"Apache-2.0"
] | 10 | 2018-07-12T02:33:47.000Z | 2019-10-31T01:54:04.000Z | src/main/java/com/cehome/apimanager/ApiManagerApplication.java | easy-ware/api-manager | c0d92278f644542a7a99fe2138fcc44bc9598d6f | [
"Apache-2.0"
] | 7 | 2018-07-10T09:32:34.000Z | 2019-07-23T16:47:03.000Z | 36 | 84 | 0.818713 | 3,441 | package com.cehome.apimanager;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
@SpringBootApplicat... |
3e08261a81708b26b15a92261e4078adb17f04a5 | 1,234 | java | Java | src/main/java/io/github/apace100/origins/power/common/MultiplyPotionDurationPower.java | apace100/origins-forge | ef51e7e7980ca870add1918d20ecc8c53e35979e | [
"MIT"
] | 2 | 2021-02-18T03:51:38.000Z | 2021-05-18T19:53:11.000Z | src/main/java/io/github/apace100/origins/power/common/MultiplyPotionDurationPower.java | apace100/origins-forge | ef51e7e7980ca870add1918d20ecc8c53e35979e | [
"MIT"
] | null | null | null | src/main/java/io/github/apace100/origins/power/common/MultiplyPotionDurationPower.java | apace100/origins-forge | ef51e7e7980ca870add1918d20ecc8c53e35979e | [
"MIT"
] | 3 | 2021-05-01T18:37:30.000Z | 2022-02-08T23:17:11.000Z | 36.294118 | 130 | 0.790924 | 3,442 | package io.github.apace100.origins.power.common;
import io.github.apace100.origins.power.Power;
import io.github.apace100.origins.utils.Reflection;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.potion.EffectInstance;
import net.minecraftforge.event.entity.living.PotionEvent.PotionAddedEvent;
im... |
3e082633613b5e7abaaae148ab435df06db7a604 | 844 | java | Java | raspberry-pi-feature-test/src/test/java/org/robbins/raspberry/pi/feature/test/StatusIT.java | justinhrobbins/raspberry-pi-api | 0543402a794796500e7410f6ed4680e55f7a6288 | [
"Apache-2.0"
] | 2 | 2016-01-01T22:59:09.000Z | 2016-12-14T23:50:32.000Z | raspberry-pi-feature-test/src/test/java/org/robbins/raspberry/pi/feature/test/StatusIT.java | justinhrobbins/raspberry-pi-api | 0543402a794796500e7410f6ed4680e55f7a6288 | [
"Apache-2.0"
] | null | null | null | raspberry-pi-feature-test/src/test/java/org/robbins/raspberry/pi/feature/test/StatusIT.java | justinhrobbins/raspberry-pi-api | 0543402a794796500e7410f6ed4680e55f7a6288 | [
"Apache-2.0"
] | 1 | 2018-09-27T09:09:35.000Z | 2018-09-27T09:09:35.000Z | 29.103448 | 78 | 0.780806 | 3,443 | package org.robbins.raspberry.pi.feature.test;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robbins.raspberry.pi.client.StatusClient;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.contex... |
3e08263d33ce1c3c5fe6e56693c1aa3bc1fc1384 | 9,207 | java | Java | src/main/java/org/corehat/common/scaffold/Scaffold.java | corehat/common-scaffold | 8a4813e49d9d4072645c298bff9973c2502d0c1c | [
"Apache-2.0"
] | null | null | null | src/main/java/org/corehat/common/scaffold/Scaffold.java | corehat/common-scaffold | 8a4813e49d9d4072645c298bff9973c2502d0c1c | [
"Apache-2.0"
] | null | null | null | src/main/java/org/corehat/common/scaffold/Scaffold.java | corehat/common-scaffold | 8a4813e49d9d4072645c298bff9973c2502d0c1c | [
"Apache-2.0"
] | null | null | null | 32.648936 | 118 | 0.546867 | 3,444 | package org.corehat.common.scaffold;
import java.io.File;
import java.io.FileWriter;
import java.io.Writer;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.Enumeration;
import java.util.List;
import java.util.Map;
import java.util.jar.JarEntry;
import java.util.ja... |
3e08274a855affd40997f77c24c08bcaa15c6cb5 | 4,368 | java | Java | modules/fixflow-core/src/main/java/com/founder/fix/fixflow/core/exception/ExceptionResourceCore.java | DamonTung/fixflow | e2d4045899baa7782dd9ce986a9c4594f0aeac26 | [
"Apache-2.0"
] | 502 | 2015-01-05T09:33:19.000Z | 2022-03-09T00:32:35.000Z | modules/fixflow-core/src/main/java/com/founder/fix/fixflow/core/exception/ExceptionResourceCore.java | tftmtgh/fixflow | 68d401090efc5d620dc10aeecca36dc0743316b2 | [
"Apache-2.0"
] | 12 | 2015-01-09T08:43:33.000Z | 2017-11-13T09:20:54.000Z | modules/fixflow-core/src/main/java/com/founder/fix/fixflow/core/exception/ExceptionResourceCore.java | tftmtgh/fixflow | 68d401090efc5d620dc10aeecca36dc0743316b2 | [
"Apache-2.0"
] | 234 | 2015-01-05T13:40:52.000Z | 2022-03-22T00:33:37.000Z | 29.12 | 105 | 0.679945 | 3,445 | /**
* Copyright 1996-2013 Founder International Co.,Ltd.
*
* 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 req... |
3e082751cc3b60ca424cf230d3dd6982f6851573 | 386 | java | Java | twitter-sentiment-processor/demos/javademo/provider/src/main/java/io/dapr/apps/twitter/provider/twitterprovider/model/Sentiment.java | DarqueWarrior/samples | 5021d0021a698a8057cca0db85d5afbc981aba84 | [
"MIT"
] | 1 | 2021-05-27T13:54:38.000Z | 2021-05-27T13:54:38.000Z | twitter-sentiment-processor/demos/javademo/provider/src/main/java/io/dapr/apps/twitter/provider/twitterprovider/model/Sentiment.java | DarqueWarrior/samples | 5021d0021a698a8057cca0db85d5afbc981aba84 | [
"MIT"
] | null | null | null | twitter-sentiment-processor/demos/javademo/provider/src/main/java/io/dapr/apps/twitter/provider/twitterprovider/model/Sentiment.java | DarqueWarrior/samples | 5021d0021a698a8057cca0db85d5afbc981aba84 | [
"MIT"
] | 4 | 2021-02-05T17:30:28.000Z | 2021-08-16T21:26:55.000Z | 20.315789 | 60 | 0.722798 | 3,446 | package io.dapr.apps.twitter.provider.twitterprovider.model;
import com.fasterxml.jackson.annotation.JsonProperty;
public class Sentiment {
@JsonProperty("sentiment")
String sentiment;
public String getSentiment() {
return this.sentiment;
}
@JsonProperty("confidence")
float confidence;
p... |
3e082847243fce111f267b12911a18bf36e4daa2 | 1,934 | java | Java | src/main/java/org/tugraz/sysds/runtime/instructions/cp/BinaryTensorTensorCPInstruction.java | gilgenbergg/systemds | 3f2203e3a158e62aabd36dc9ffec557c42992573 | [
"Apache-2.0"
] | 42 | 2018-11-23T16:55:30.000Z | 2021-03-15T15:01:44.000Z | src/main/java/org/tugraz/sysds/runtime/instructions/cp/BinaryTensorTensorCPInstruction.java | kev-inn/systemds | 2d0f219e02af1174a97a04191590441821fbfab6 | [
"Apache-2.0"
] | 120 | 2019-02-07T22:13:40.000Z | 2020-04-15T10:42:17.000Z | src/main/java/org/tugraz/sysds/runtime/instructions/cp/BinaryTensorTensorCPInstruction.java | kev-inn/systemds | 2d0f219e02af1174a97a04191590441821fbfab6 | [
"Apache-2.0"
] | 28 | 2019-02-07T11:13:14.000Z | 2021-12-20T10:14:25.000Z | 38.68 | 100 | 0.775078 | 3,447 | /*
* Copyright 2019 Graz University of Technology
*
* 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 l... |
3e0829d35103a14686f2268a3c554da99f4d8286 | 5,445 | java | Java | src/main/java/net/floodlightcontroller/devicemanager/internal/IndexedEntity.java | netgroup/floodlight-0.90-local | 5fa7b6eb3075d4368f7156f4791682e81ce69d1d | [
"Apache-2.0"
] | 30 | 2015-01-30T01:41:05.000Z | 2021-08-24T13:08:50.000Z | src/main/java/net/floodlightcontroller/devicemanager/internal/IndexedEntity.java | netgroup/floodlight-0.90-local | 5fa7b6eb3075d4368f7156f4791682e81ce69d1d | [
"Apache-2.0"
] | 2 | 2017-03-14T00:25:09.000Z | 2019-09-08T15:31:51.000Z | src/main/java/net/floodlightcontroller/devicemanager/internal/IndexedEntity.java | netgroup/floodlight-0.90-local | 5fa7b6eb3075d4368f7156f4791682e81ce69d1d | [
"Apache-2.0"
] | 30 | 2015-01-13T16:21:26.000Z | 2021-03-13T15:22:18.000Z | 34.903846 | 80 | 0.471809 | 3,448 | package net.floodlightcontroller.devicemanager.internal;
import java.util.EnumSet;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import net.floodlightcontroller.devicemanager.IDeviceService;
import net.floodlightcontroller.devicemanager.IDeviceService.DeviceField;
/**
* This is a thin wrapper around {@... |
3e082a2ebddca217d0599f4a6882e4b7420aa600 | 14,395 | java | Java | src/main/java/tratz/parse/train/StandardPerSentenceTrainer.java | igorbrigadir/bewte | f69a85556c889b805c89c5c71d7b77a983e75a05 | [
"Info-ZIP"
] | 2 | 2018-10-12T11:58:12.000Z | 2020-08-15T14:55:11.000Z | src/main/java/tratz/parse/train/StandardPerSentenceTrainer.java | igorbrigadir/bewte | f69a85556c889b805c89c5c71d7b77a983e75a05 | [
"Info-ZIP"
] | null | null | null | src/main/java/tratz/parse/train/StandardPerSentenceTrainer.java | igorbrigadir/bewte | f69a85556c889b805c89c5c71d7b77a983e75a05 | [
"Info-ZIP"
] | null | null | null | 40.097493 | 182 | 0.683432 | 3,449 | /*
* Copyright 2011 University of Southern California
*
* 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 requ... |
3e082a6e7ab6662ab214f0ff90dec58b9c80f566 | 298 | java | Java | bubble/robot/src/main/java/com/barley/robot/ClasspathXMLResover.java | trainkg/expect | 16652eb47ca75113c468162a33ba3a1231cdf3ac | [
"Apache-2.0"
] | 1 | 2021-03-30T09:26:34.000Z | 2021-03-30T09:26:34.000Z | bubble/robot/src/main/java/com/barley/robot/ClasspathXMLResover.java | trainkg/expect | 16652eb47ca75113c468162a33ba3a1231cdf3ac | [
"Apache-2.0"
] | 10 | 2020-04-16T16:46:55.000Z | 2022-02-27T10:45:58.000Z | bubble/robot/src/main/java/com/barley/robot/ClasspathXMLResover.java | trainkg/expect | 16652eb47ca75113c468162a33ba3a1231cdf3ac | [
"Apache-2.0"
] | null | null | null | 15.736842 | 71 | 0.655518 | 3,450 | package com.barley.robot;
/**
* classpath XML配置
*
* @author anpch@example.com
* @version $ID: ClasspathXMLResover.java, V1.0.0 2021年2月3日 下午3:55:43 $
*/
public interface ClasspathXMLResover<T> extends XmlResolver<T> {
/**
*
* 获取XML配置路径
* @return
*/
public String xmlPath();
}
|
3e082a7544ac753d766d131b60355a97f480ff9f | 1,561 | java | Java | app/src/main/java/com/example/dispatchtoucheventtest/view/MyRecycleView.java | huaidanlk/DispatchTouchEventTest | b780fee313f1f331d93c6c1f25ffecdcbb495d24 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/dispatchtoucheventtest/view/MyRecycleView.java | huaidanlk/DispatchTouchEventTest | b780fee313f1f331d93c6c1f25ffecdcbb495d24 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/dispatchtoucheventtest/view/MyRecycleView.java | huaidanlk/DispatchTouchEventTest | b780fee313f1f331d93c6c1f25ffecdcbb495d24 | [
"Apache-2.0"
] | null | null | null | 29.45283 | 78 | 0.595772 | 3,451 | package com.example.dispatchtoucheventtest.view;
import android.content.Context;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
import android.view.ViewConfiguration;
/**
* Created ... |
3e082a7d2db8054ce866f175fb2979c23bcdcead | 937 | java | Java | rox-client-java/src/main/java/com/lotaris/rox/core/serializer/RoxSerializer.java | lotaris/rox-client-java | 3c366ca0749db5aadf976b119a6720d7c00f8d81 | [
"MIT"
] | null | null | null | rox-client-java/src/main/java/com/lotaris/rox/core/serializer/RoxSerializer.java | lotaris/rox-client-java | 3c366ca0749db5aadf976b119a6720d7c00f8d81 | [
"MIT"
] | null | null | null | rox-client-java/src/main/java/com/lotaris/rox/core/serializer/RoxSerializer.java | lotaris/rox-client-java | 3c366ca0749db5aadf976b119a6720d7c00f8d81 | [
"MIT"
] | null | null | null | 26.305556 | 103 | 0.747624 | 3,452 | package com.lotaris.rox.core.serializer;
import com.lotaris.rox.common.model.RoxPayload;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
/**
* Serializer interface
*
* @author Laurent Prevost, lyhxr@example.com
*/
public interface RoxSerializer {
/**
* Serializ... |
3e082aa127022534d8b6832d631ebeca0e72ca54 | 3,870 | java | Java | src/main/java/com/zrlog/web/interceptor/VisitorInterceptor.java | luoyefengyun/zrlog | e825a378d9084231d7a844bc530c7c73f1cafa53 | [
"Apache-2.0"
] | 2 | 2018-03-10T08:51:03.000Z | 2018-04-04T02:48:47.000Z | src/main/java/com/zrlog/web/interceptor/VisitorInterceptor.java | luoyefengyun/zrlog | e825a378d9084231d7a844bc530c7c73f1cafa53 | [
"Apache-2.0"
] | 3 | 2020-05-21T19:09:22.000Z | 2021-06-04T02:27:08.000Z | src/main/java/com/zrlog/web/interceptor/VisitorInterceptor.java | luoyefengyun/zrlog | e825a378d9084231d7a844bc530c7c73f1cafa53 | [
"Apache-2.0"
] | 5 | 2018-02-24T10:08:31.000Z | 2018-12-07T06:20:50.000Z | 33.362069 | 133 | 0.578036 | 3,453 | package com.zrlog.web.interceptor;
import com.zrlog.web.config.ZrlogConfig;
import com.jfinal.aop.Interceptor;
import com.jfinal.aop.Invocation;
import com.jfinal.core.Controller;
import com.jfinal.core.JFinal;
import com.jfinal.json.Json;
import com.jfinal.kit.PathKit;
import com.jfinal.render.ViewType;
import java.... |
3e082aa8e2a250537cdb9fd77d4f9cfc15a644e8 | 3,506 | java | Java | org/w3c/css/properties/css/CssBorderRadius.java | BeckyDTP/css-validator | b86f61ae8c167cbaa174ec3adc7b2a266733a293 | [
"W3C-19980720",
"W3C-20150513"
] | 194 | 2015-03-12T00:14:19.000Z | 2022-03-29T20:09:37.000Z | org/w3c/css/properties/css/CssBorderRadius.java | BeckyDTP/css-validator | b86f61ae8c167cbaa174ec3adc7b2a266733a293 | [
"W3C-19980720",
"W3C-20150513"
] | 247 | 2015-01-05T14:14:32.000Z | 2022-03-03T08:57:04.000Z | org/w3c/css/properties/css/CssBorderRadius.java | BeckyDTP/css-validator | b86f61ae8c167cbaa174ec3adc7b2a266733a293 | [
"W3C-19980720",
"W3C-20150513"
] | 106 | 2015-01-05T11:15:18.000Z | 2022-03-22T15:14:21.000Z | 27.286822 | 76 | 0.626989 | 3,454 | // $Id$
// From Philippe Le Hegaret (ychag@example.com)
// Rewritten 2010 Yves Lafon <efpyi@example.com>
// (c) COPYRIGHT MIT, ERCIM and Keio, 1997-2010.
// Please first read the full copyright statement in file COPYRIGHT.html
package org.w3c.css.properties.css;
import org.w3c.css.parser.CssStyle;
import org.w3c.css.... |
3e082b4c7a33ac331dbfc722fc47fa57e30d5d82 | 7,276 | java | Java | src/main/java/com/nsn/ngdb/hive/udf/GetRange.java | WANdisco/hive-udf | 22438782426627098f68584678e1c5936961b582 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/nsn/ngdb/hive/udf/GetRange.java | WANdisco/hive-udf | 22438782426627098f68584678e1c5936961b582 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/nsn/ngdb/hive/udf/GetRange.java | WANdisco/hive-udf | 22438782426627098f68584678e1c5936961b582 | [
"Apache-2.0"
] | null | null | null | 32.19469 | 163 | 0.656817 | 3,455 | package com.nsn.ngdb.hive.udf;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.H... |
3e082b82b8ad35dd64221899fec1234b1d9e6b8a | 1,328 | java | Java | src/binary_search/Boj2805.java | minuk8932/Algorithm_BaekJoon | 9ba6e6669d7cdde622c7d527fef77c2035bf2528 | [
"Apache-2.0"
] | 3 | 2019-05-10T08:23:46.000Z | 2020-08-20T10:35:30.000Z | src/binary_search/Boj2805.java | minuk8932/Algorithm_BaekJoon | 9ba6e6669d7cdde622c7d527fef77c2035bf2528 | [
"Apache-2.0"
] | null | null | null | src/binary_search/Boj2805.java | minuk8932/Algorithm_BaekJoon | 9ba6e6669d7cdde622c7d527fef77c2035bf2528 | [
"Apache-2.0"
] | 3 | 2019-05-15T13:06:50.000Z | 2021-04-19T08:40:40.000Z | 21.419355 | 75 | 0.605422 | 3,456 | package binary_search;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
/**
*
* @author minchoba
* 백준 2805번: 나무 자르기
*
* @see https://www.acmicpc.net/problem/2805/
*
*/
public class Boj2805 {
private static final long INF = 4_000_000_001L;
private static lo... |
3e082be73699bd17d327b4443634b15631ca6c94 | 6,570 | java | Java | vocabulary-rest-ws/src/test/java/org/gbif/vocabulary/restws/resources/mock/BaseResourceTest.java | gbif/vocabulary | ef37956a2bc78dfd1424f0bc31976ec50953374b | [
"ECL-2.0",
"Apache-2.0"
] | 5 | 2019-03-13T11:53:26.000Z | 2022-03-18T13:15:09.000Z | vocabulary-rest-ws/src/test/java/org/gbif/vocabulary/restws/resources/mock/BaseResourceTest.java | gbif/vocabulary | ef37956a2bc78dfd1424f0bc31976ec50953374b | [
"ECL-2.0",
"Apache-2.0"
] | 84 | 2019-03-21T12:31:05.000Z | 2022-03-09T15:45:21.000Z | vocabulary-rest-ws/src/test/java/org/gbif/vocabulary/restws/resources/mock/BaseResourceTest.java | gbif/vocabulary | ef37956a2bc78dfd1424f0bc31976ec50953374b | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-02-20T14:30:16.000Z | 2019-02-20T14:30:16.000Z | 38.647059 | 100 | 0.746575 | 3,457 | /*
* 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
* distribut... |
3e082c8433443cd4a9e1d64445da238b2141f59b | 1,793 | java | Java | src/main/java/com/augustnagro/vaa/AsyncAwait.java | AugustNagro/vertx-async-await | 3b8b8f3d5db171f6e4e0ab1e16031a3e0fdf515c | [
"Apache-2.0"
] | 7 | 2021-11-01T04:46:02.000Z | 2022-02-17T11:16:37.000Z | src/main/java/com/augustnagro/vaa/AsyncAwait.java | AugustNagro/vertx-loom | 3b8b8f3d5db171f6e4e0ab1e16031a3e0fdf515c | [
"Apache-2.0"
] | 2 | 2021-11-03T04:39:10.000Z | 2021-12-14T03:08:06.000Z | src/main/java/com/augustnagro/vaa/AsyncAwait.java | AugustNagro/vertx-loom | 3b8b8f3d5db171f6e4e0ab1e16031a3e0fdf515c | [
"Apache-2.0"
] | 1 | 2021-11-01T04:46:05.000Z | 2021-11-01T04:46:05.000Z | 26.367647 | 87 | 0.660904 | 3,458 | package com.augustnagro.vaa;
import io.vertx.core.Context;
import io.vertx.core.Future;
import io.vertx.core.Promise;
import io.vertx.core.Vertx;
import io.vertx.core.impl.ContextInternal;
import java.util.Objects;
import java.util.concurrent.Callable;
public class AsyncAwait {
private static final ContinuationSco... |
3e082d9b382cc27f56137c29d8e8900d283bf972 | 410 | java | Java | src/org/jruby/runtime/opto/GenerationInvalidator.java | janx/jruby | c780525394626ea0f74843187854aa8c6ff4b005 | [
"Ruby",
"Apache-2.0"
] | 2 | 2018-02-18T01:05:13.000Z | 2021-12-10T16:45:58.000Z | src/org/jruby/runtime/opto/GenerationInvalidator.java | janx/jruby | c780525394626ea0f74843187854aa8c6ff4b005 | [
"Ruby",
"Apache-2.0"
] | null | null | null | src/org/jruby/runtime/opto/GenerationInvalidator.java | janx/jruby | c780525394626ea0f74843187854aa8c6ff4b005 | [
"Ruby",
"Apache-2.0"
] | 1 | 2016-09-15T12:25:22.000Z | 2016-09-15T12:25:22.000Z | 20.5 | 59 | 0.673171 | 3,459 | package org.jruby.runtime.opto;
import org.jruby.RubyModule;
public class GenerationInvalidator implements Invalidator {
private final RubyModule module;
public GenerationInvalidator(RubyModule module) {
this.module = module;
}
public void invalidate() {
module.updateGeneration();... |
3e082dd2543209f16c4d88e9ac574d828ddb0d75 | 983 | java | Java | common/src/main/java/com/distkv/common/id/GroupId.java | kairbon/distkv | 25655a745b250ef5c282f295f9fc4f3ae51e116d | [
"BSD-3-Clause"
] | 53 | 2020-01-18T10:48:37.000Z | 2022-03-08T09:23:13.000Z | common/src/main/java/com/distkv/common/id/GroupId.java | ou-taku14/distkv | 4b30b1cda93fa5e7e83fcf2b012987b8587ad688 | [
"BSD-3-Clause"
] | 306 | 2020-01-16T15:54:30.000Z | 2021-05-10T07:34:58.000Z | common/src/main/java/com/distkv/common/id/GroupId.java | ou-taku14/distkv | 4b30b1cda93fa5e7e83fcf2b012987b8587ad688 | [
"BSD-3-Clause"
] | 21 | 2019-08-17T03:15:03.000Z | 2020-01-15T16:01:09.000Z | 17.872727 | 69 | 0.64293 | 3,460 | package com.distkv.common.id;
import java.io.Serializable;
/**
* The class that represents the Id of a partition.
*/
public class GroupId implements Serializable {
private static final long serialVersionUID = -5170144234860018298L;
/**
* The index of the partition in the Dst cluster.
*/
private short ... |
3e082e4d53c1d71ecaef8dad7f2510aabccdfa72 | 847 | java | Java | ruoyi-modules/ruoyi-system/src/main/java/com/tianhai/designMode/observer/SubjectOne.java | wuynje/myCloud | c28e0a67af34c729dc0c139dade895b64f34353c | [
"MIT"
] | null | null | null | ruoyi-modules/ruoyi-system/src/main/java/com/tianhai/designMode/observer/SubjectOne.java | wuynje/myCloud | c28e0a67af34c729dc0c139dade895b64f34353c | [
"MIT"
] | null | null | null | ruoyi-modules/ruoyi-system/src/main/java/com/tianhai/designMode/observer/SubjectOne.java | wuynje/myCloud | c28e0a67af34c729dc0c139dade895b64f34353c | [
"MIT"
] | null | null | null | 18.413043 | 70 | 0.600945 | 3,461 | package com.tianhai.designMode.observer;
import java.util.ArrayList;
import java.util.List;
/**
* @Author: wuynje
* @Date: 2021/7/22 15:13
* @Description:话题类型一
*/
public class SubjectOne implements Subject {
/**
* 订阅者列表
*/
protected List<Ovserver> ovserverList = new ArrayList<Ovserver>();
... |
3e082e52b1342110ae0614eddf807a629fb954fc | 1,036 | java | Java | chapter_005/src/main/java/ru/job4j/store/Store.java | ikibis/job4j | 6aec9bed9759613253b4766fc7a50ca6cddfbf8f | [
"Apache-2.0"
] | null | null | null | chapter_005/src/main/java/ru/job4j/store/Store.java | ikibis/job4j | 6aec9bed9759613253b4766fc7a50ca6cddfbf8f | [
"Apache-2.0"
] | 5 | 2021-05-12T00:28:05.000Z | 2022-02-16T00:56:12.000Z | chapter_005/src/main/java/ru/job4j/store/Store.java | ikibis/job4j | 6aec9bed9759613253b4766fc7a50ca6cddfbf8f | [
"Apache-2.0"
] | null | null | null | 25.9 | 61 | 0.560811 | 3,462 | package ru.job4j.store;
import java.util.HashMap;
public class Store {
public HashMap<Integer, User> previous = new HashMap<>();
public HashMap<Integer, User> current = new HashMap<>();
public int setted;
public void removeUser(int id) {
User user = this.findById(id);
previous.put(use... |
3e082e613df922519cd8ff9aa1d576c5501ad2cf | 755 | java | Java | samples/data-jpa/src/main/java/app/main/hierarchy/ProxyClass.java | ellkrauze/spring-native | e5a0ef8b4befe689529cc26d64b7eeb94f292383 | [
"Apache-2.0"
] | 1,702 | 2021-01-06T10:02:54.000Z | 2022-03-29T17:51:08.000Z | samples/data-jpa/src/main/java/app/main/hierarchy/ProxyClass.java | ellkrauze/spring-native | e5a0ef8b4befe689529cc26d64b7eeb94f292383 | [
"Apache-2.0"
] | 1,032 | 2021-01-06T08:10:57.000Z | 2022-03-31T15:55:11.000Z | samples/data-jpa/src/main/java/app/main/hierarchy/ProxyClass.java | ellkrauze/spring-native | e5a0ef8b4befe689529cc26d64b7eeb94f292383 | [
"Apache-2.0"
] | 216 | 2021-01-09T10:13:54.000Z | 2022-03-31T03:14:56.000Z | 29.038462 | 75 | 0.73245 | 3,463 | /*
* Copyright 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
3e082e62e95aa52905515a837248fd4a070f9128 | 1,230 | java | Java | src/main/java/xin/sunce/chapter6/jvm/chapter1/params/JvmDemo.java | sexylowrie/teach | 67674ccc8461dcb0eefccc683f97688f01e6497f | [
"Apache-2.0"
] | 1 | 2018-12-27T06:04:06.000Z | 2018-12-27T06:04:06.000Z | src/main/java/xin/sunce/chapter6/jvm/chapter1/params/JvmDemo.java | sexylowrie/java-base-teach | 67674ccc8461dcb0eefccc683f97688f01e6497f | [
"Apache-2.0"
] | null | null | null | src/main/java/xin/sunce/chapter6/jvm/chapter1/params/JvmDemo.java | sexylowrie/java-base-teach | 67674ccc8461dcb0eefccc683f97688f01e6497f | [
"Apache-2.0"
] | null | null | null | 28.604651 | 70 | 0.636585 | 3,464 | package xin.sunce.chapter6.jvm.chapter1.params;
/**
* Copyright (C), 2010-2020, sun ce. Personal.
*
* @author lowrie
* @version 1.0.0
* @date 2020-03-31
*/
public class JvmDemo {
/**
* -Xmx == -XX:MaxHeapSize 默认物理内存1/4
* -Xms == -XX:InitialHeapSize 默认物理内存1/64 一般简单优化会把-Xmx与-Xms调整成一样的
* <p>
... |
3e082fca0cdfb075d1b788339230ca48b3b4a49c | 272 | java | Java | Java Web/Basics/04. Introduction to Java EE/src/main/java/fdmc/domain/entities/Cat.java | GabrielGardev/skill-receiving | 7227323d065f3472a6aedc1cbf3efd41562269f2 | [
"MIT"
] | 3 | 2019-01-24T20:22:38.000Z | 2019-08-19T13:45:31.000Z | Java Web/Basics/04. Introduction to Java EE/src/main/java/fdmc/domain/entities/Cat.java | GabrielGardev/soft-uni | 7227323d065f3472a6aedc1cbf3efd41562269f2 | [
"MIT"
] | null | null | null | Java Web/Basics/04. Introduction to Java EE/src/main/java/fdmc/domain/entities/Cat.java | GabrielGardev/soft-uni | 7227323d065f3472a6aedc1cbf3efd41562269f2 | [
"MIT"
] | null | null | null | 17 | 32 | 0.764706 | 3,465 | package fdmc.domain.entities;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@NoArgsConstructor
public class Cat {
private String name;
private String breed;
private String color;
private int numberOfLegs;
}
|
3e08307ead91dc342763ea3e7482a6070a52969c | 168 | java | Java | database-core/src/main/java/gaarason/database/contract/builder/package-info.java | gaarason/database-all | 3d3581cd2eb5d2e71b28666985409d91fe504726 | [
"MIT"
] | 158 | 2019-12-12T11:29:43.000Z | 2022-03-10T01:27:25.000Z | database-core/src/main/java/gaarason/database/contract/builder/package-info.java | gaarason/database-all | 3d3581cd2eb5d2e71b28666985409d91fe504726 | [
"MIT"
] | 27 | 2019-12-12T08:26:16.000Z | 2022-03-24T01:41:33.000Z | database-core/src/main/java/gaarason/database/contract/builder/package-info.java | gaarason/database-all | 3d3581cd2eb5d2e71b28666985409d91fe504726 | [
"MIT"
] | 13 | 2021-04-21T08:42:52.000Z | 2021-12-03T02:19:21.000Z | 28 | 49 | 0.857143 | 3,466 | @NonNullFields
@NonNullApi
package gaarason.database.contract.builder;
import gaarason.database.core.lang.NonNullApi;
import gaarason.database.core.lang.NonNullFields; |
3e0830977243e16c775d8752056b9ebab393a1bf | 905 | java | Java | wu-module/wu-admin/src/test/java/com/wuwii/repositry/AdminUserRepositryTest.java | kaimz/wu-security | aa2ff7365961c845ab6ec1fb28f07718fc676a32 | [
"Apache-2.0"
] | null | null | null | wu-module/wu-admin/src/test/java/com/wuwii/repositry/AdminUserRepositryTest.java | kaimz/wu-security | aa2ff7365961c845ab6ec1fb28f07718fc676a32 | [
"Apache-2.0"
] | null | null | null | wu-module/wu-admin/src/test/java/com/wuwii/repositry/AdminUserRepositryTest.java | kaimz/wu-security | aa2ff7365961c845ab6ec1fb28f07718fc676a32 | [
"Apache-2.0"
] | 1 | 2019-06-21T02:50:55.000Z | 2019-06-21T02:50:55.000Z | 25.857143 | 62 | 0.730387 | 3,467 | package com.wuwii.repositry;
import com.wuwii.model.domain.AdminUser;
import com.wuwii.repository.AdminUserRepository;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springfra... |
3e083204544d355ff281eb2ab688569620e9d86c | 537 | java | Java | implementation/src/test/java/tck/MultiOnSubscriptionCallTckTest.java | oaklandcorp/smallrye-mutiny | d20b7e61d3e3d8279d7eeb71f4639488b38a4740 | [
"Apache-2.0"
] | 454 | 2019-12-03T18:29:15.000Z | 2022-03-30T11:56:16.000Z | implementation/src/test/java/tck/MultiOnSubscriptionCallTckTest.java | oaklandcorp/smallrye-mutiny | d20b7e61d3e3d8279d7eeb71f4639488b38a4740 | [
"Apache-2.0"
] | 625 | 2019-12-10T12:27:05.000Z | 2022-03-30T18:46:33.000Z | implementation/src/test/java/tck/MultiOnSubscriptionCallTckTest.java | oaklandcorp/smallrye-mutiny | d20b7e61d3e3d8279d7eeb71f4639488b38a4740 | [
"Apache-2.0"
] | 87 | 2019-12-05T11:54:29.000Z | 2022-03-20T08:58:00.000Z | 25.571429 | 80 | 0.67784 | 3,468 | package tck;
import org.reactivestreams.Publisher;
import io.smallrye.mutiny.Uni;
public class MultiOnSubscriptionCallTckTest extends AbstractPublisherTck<Long> {
@Override
public Publisher<Long> createPublisher(long elements) {
return upstream(elements)
.onSubscription().call(x -> U... |
3e0832ae63b26c6871794ac5786c2b105e80c1ef | 1,007 | java | Java | src/main/java/de/guntram/mcmod/crowdintranslate/GradlePlugin/DownloadTask.java | OliverDeBrisbane/CrowdinTranslate | 2d1e84a23c893d6ddcb40e671d3212afd00d3d6a | [
"MIT"
] | 21 | 2020-10-04T22:02:32.000Z | 2022-03-15T12:05:16.000Z | src/main/java/de/guntram/mcmod/crowdintranslate/GradlePlugin/DownloadTask.java | OliverDeBrisbane/CrowdinTranslate | 2d1e84a23c893d6ddcb40e671d3212afd00d3d6a | [
"MIT"
] | 11 | 2020-11-07T16:01:25.000Z | 2022-03-24T07:44:58.000Z | src/main/java/de/guntram/mcmod/crowdintranslate/GradlePlugin/DownloadTask.java | OliverDeBrisbane/CrowdinTranslate | 2d1e84a23c893d6ddcb40e671d3212afd00d3d6a | [
"MIT"
] | 8 | 2021-05-30T09:21:22.000Z | 2022-03-11T20:14:15.000Z | 33.566667 | 84 | 0.630586 | 3,469 | package de.guntram.mcmod.crowdintranslate.GradlePlugin;
import de.guntram.mcmod.crowdintranslate.CrowdinTranslate;
import org.gradle.api.DefaultTask;
import org.gradle.api.tasks.TaskAction;
public class DownloadTask extends DefaultTask {
@TaskAction
public void action() {
CrowdinTranslateParameters pa... |
3e0832c369e6ca471f52c24d9fbb20973ee1f650 | 2,053 | java | Java | server/src/main/java/com/inventage/airmock/waf/proxy/AirmockHttpProxy.java | inventage/airmock | 8001e8e8d2306f5be13459924f61abf5de5746d9 | [
"MIT"
] | 2 | 2020-01-27T12:08:44.000Z | 2020-10-22T14:16:32.000Z | server/src/main/java/com/inventage/airmock/waf/proxy/AirmockHttpProxy.java | inventage/airmock | 8001e8e8d2306f5be13459924f61abf5de5746d9 | [
"MIT"
] | 3 | 2020-02-03T14:16:10.000Z | 2021-08-04T14:24:20.000Z | server/src/main/java/com/inventage/airmock/waf/proxy/AirmockHttpProxy.java | inventage/airmock | 8001e8e8d2306f5be13459924f61abf5de5746d9 | [
"MIT"
] | 1 | 2021-02-25T10:16:25.000Z | 2021-02-25T10:16:25.000Z | 37.327273 | 151 | 0.619094 | 3,470 | package com.inventage.airmock.waf.proxy;
import com.inventage.airmock.kernel.proxy.HttpProxy;
import com.inventage.airmock.kernel.proxy.internal.BackendRequestImpl;
import com.inventage.airmock.kernel.proxy.internal.HttpProxyImpl;
import io.vertx.core.http.HttpClient;
import io.vertx.reactivex.ext.web.RoutingContext;
... |
3e083351956bcea3040dcca75fa936996cb6f91b | 15,641 | java | Java | src/main/java/com/paulzhangcc/tools/swagger/cmd/CustomDefaultGenerator.java | zhijiansihang/mybatis-generator | 572d174c3ddf3066100cdf90f3507b09dadd410d | [
"MIT"
] | null | null | null | src/main/java/com/paulzhangcc/tools/swagger/cmd/CustomDefaultGenerator.java | zhijiansihang/mybatis-generator | 572d174c3ddf3066100cdf90f3507b09dadd410d | [
"MIT"
] | null | null | null | src/main/java/com/paulzhangcc/tools/swagger/cmd/CustomDefaultGenerator.java | zhijiansihang/mybatis-generator | 572d174c3ddf3066100cdf90f3507b09dadd410d | [
"MIT"
] | null | null | null | 48.126154 | 233 | 0.622339 | 3,471 | package com.paulzhangcc.tools.swagger.cmd;
import com.samskivert.mustache.Mustache;
import com.samskivert.mustache.Template;
import io.swagger.codegen.*;
import io.swagger.codegen.utils.ImplementationVersion;
import io.swagger.util.Json;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang3.StringUtils... |
3e0833e08eb6b4107d85d3c4fb3406dee065cf9d | 3,759 | java | Java | 07_collections/session_final/linkedlist/SetTests.java | thewillyhuman/uniovi-eii-1.010 | 68687f1e32733fd79f03ae828f09568db5001710 | [
"MIT"
] | 1 | 2022-02-25T11:56:15.000Z | 2022-02-25T11:56:15.000Z | 07_collections/session_final/linkedlist/SetTests.java | thewillyhuman/uniovi-eii-1.010 | 68687f1e32733fd79f03ae828f09568db5001710 | [
"MIT"
] | null | null | null | 07_collections/session_final/linkedlist/SetTests.java | thewillyhuman/uniovi-eii-1.010 | 68687f1e32733fd79f03ae828f09568db5001710 | [
"MIT"
] | null | null | null | 22.781818 | 65 | 0.631817 | 3,472 | package uo.mp.collections.linkedlist;
import org.junit.Before;
import org.junit.Test;
import uo.mp.collections.LinkedList;
import uo.mp.collections.List;
import uo.mp.collections.setting.Settings;
import static org.junit.Assert.assertTrue;
/**
* TEST CASE 1
* GIVEN: An empty list.
* Set any position ... |
3e0834e03a7abf4af7139d70fc8118a5e4b4f6ad | 638 | java | Java | app/src/main/java/com/david/clicker/ui/profile/ProfileViewModel.java | The-Commuters/Click | 1ab79fd1b85db2e011f44ef95583dc013abf3b91 | [
"MIT"
] | null | null | null | app/src/main/java/com/david/clicker/ui/profile/ProfileViewModel.java | The-Commuters/Click | 1ab79fd1b85db2e011f44ef95583dc013abf3b91 | [
"MIT"
] | null | null | null | app/src/main/java/com/david/clicker/ui/profile/ProfileViewModel.java | The-Commuters/Click | 1ab79fd1b85db2e011f44ef95583dc013abf3b91 | [
"MIT"
] | null | null | null | 26.583333 | 63 | 0.780564 | 3,473 | package com.david.clicker.ui.profile;
import android.app.Application;
import androidx.annotation.NonNull;
import androidx.lifecycle.AndroidViewModel;
import com.david.clicker.data.entities.Profile;
import com.david.clicker.data.repository.ProfileRepository;
public class ProfileViewModel extends AndroidViewModel {
... |
3e08365bc60301a02b5162a92e86934e48612983 | 2,648 | java | Java | kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-client-common/src/test/java/org/kie/workbench/common/stunner/core/client/session/command/impl/AbstractExportSessionCommandTest.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 34 | 2017-05-21T11:28:40.000Z | 2021-07-03T13:15:03.000Z | kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-client-common/src/test/java/org/kie/workbench/common/stunner/core/client/session/command/impl/AbstractExportSessionCommandTest.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 2,576 | 2017-03-14T00:57:07.000Z | 2022-03-29T07:52:38.000Z | kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-client-common/src/test/java/org/kie/workbench/common/stunner/core/client/session/command/impl/AbstractExportSessionCommandTest.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 158 | 2017-03-15T08:55:40.000Z | 2021-11-19T14:07:17.000Z | 33.948718 | 97 | 0.760196 | 3,474 | /*
* Copyright 2018 Red Hat, Inc. and/or its affiliates.
*
* 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 app... |
3e08374347426364454a5ca4ee3fc08cca38c39c | 5,790 | java | Java | src/main/java/chylex/hee/entity/mob/EntityMobEnderGuardian.java | chylex/Hardcore-Ender-Expansion | d962137c81eb5d48c05c6083e7700f2156d5b05d | [
"FSFAP"
] | 35 | 2015-01-12T07:11:01.000Z | 2022-03-25T23:29:35.000Z | src/main/java/chylex/hee/entity/mob/EntityMobEnderGuardian.java | chylex/Hardcore-Ender-Expansion | d962137c81eb5d48c05c6083e7700f2156d5b05d | [
"FSFAP"
] | 132 | 2015-01-08T01:30:04.000Z | 2022-01-16T02:19:01.000Z | src/main/java/chylex/hee/entity/mob/EntityMobEnderGuardian.java | chylex/Hardcore-Ender-Expansion | d962137c81eb5d48c05c6083e7700f2156d5b05d | [
"FSFAP"
] | 37 | 2015-01-07T19:46:52.000Z | 2021-10-31T14:50:22.000Z | 34.879518 | 178 | 0.753713 | 3,475 | package chylex.hee.entity.mob;
import net.minecraft.enchantment.EnchantmentHelper;
import net.minecraft.entity.Entity;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.entity.ai.attributes.AttributeModifier;
import net.minecraft.entity.monster.EntityMob;
import net.minecraft.entity.player.Entit... |
3e0837ded020398695da4e925802d4222e9b1c54 | 206 | java | Java | src/main/java/com/rkjha/msscbrewery/web/service/CustomerService.java | opencodes/mssc-brewery | 86219c1447f7125dd1aebc9758fc3af71ba95cf5 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/rkjha/msscbrewery/web/service/CustomerService.java | opencodes/mssc-brewery | 86219c1447f7125dd1aebc9758fc3af71ba95cf5 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/rkjha/msscbrewery/web/service/CustomerService.java | opencodes/mssc-brewery | 86219c1447f7125dd1aebc9758fc3af71ba95cf5 | [
"Apache-2.0"
] | null | null | null | 20.6 | 49 | 0.805825 | 3,476 | package com.rkjha.msscbrewery.web.service;
import com.rkjha.msscbrewery.web.dto.CustomerDto;
import java.util.UUID;
public interface CustomerService {
CustomerDto getCustomerById(UUID customerId);
}
|
3e08385493431e7fcd09a12129b578e4c5bb73f9 | 1,885 | java | Java | polkaj-json-types/src/main/java/io/emeraldpay/polkaj/json/jackson/StorageChangeSetDeserializer.java | gianinbasler/polkaj | 5b2a9d50d234928cee198d914cde7969fc5a939d | [
"Apache-2.0"
] | 53 | 2020-05-10T06:53:34.000Z | 2022-03-21T01:07:10.000Z | polkaj-json-types/src/main/java/io/emeraldpay/polkaj/json/jackson/StorageChangeSetDeserializer.java | gianinbasler/polkaj | 5b2a9d50d234928cee198d914cde7969fc5a939d | [
"Apache-2.0"
] | 79 | 2020-05-09T01:03:29.000Z | 2022-02-24T13:33:50.000Z | polkaj-json-types/src/main/java/io/emeraldpay/polkaj/json/jackson/StorageChangeSetDeserializer.java | gianinbasler/polkaj | 5b2a9d50d234928cee198d914cde7969fc5a939d | [
"Apache-2.0"
] | 38 | 2020-05-12T19:55:26.000Z | 2022-03-06T10:06:57.000Z | 44.880952 | 151 | 0.717772 | 3,477 | package io.emeraldpay.polkaj.json.jackson;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.JsonToken;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.deser.std.StdDeserializer;... |
3e0838a3936b88cd7366e082a9b1b33ea1009a02 | 598 | java | Java | springbase-util/src/test/java/wang/conge/springbase/util/test/bean/Other.java | haoran10/springbase | 374430c4bc60949bdac31b1595308d8c38eba976 | [
"Apache-2.0"
] | 1 | 2017-03-28T03:37:02.000Z | 2017-03-28T03:37:02.000Z | springbase-util/src/test/java/wang/conge/springbase/util/test/bean/Other.java | haoran10/springbase | 374430c4bc60949bdac31b1595308d8c38eba976 | [
"Apache-2.0"
] | null | null | null | springbase-util/src/test/java/wang/conge/springbase/util/test/bean/Other.java | haoran10/springbase | 374430c4bc60949bdac31b1595308d8c38eba976 | [
"Apache-2.0"
] | null | null | null | 16.611111 | 61 | 0.680602 | 3,478 | package wang.conge.springbase.util.test.bean;
public class Other {
private String username;
private String password;
private int age;
public String getUsername() {
return username;
}
public void setUsername(String username) {
this.username = username;
}
public String getPassword() {
return password;
... |
3e08399617234f0be1998e8c5b31b7647fa2d76c | 3,088 | java | Java | ent/java/src/main/java/com/antgroup/antchain/openapi/ent/models/QueryTppAllinfoResponse.java | alipay/antchain-openapi-prod-sdk | f78549e5135d91756093bd88d191ca260b28e083 | [
"MIT"
] | 6 | 2020-06-28T06:40:50.000Z | 2022-02-25T11:02:18.000Z | ent/java/src/main/java/com/antgroup/antchain/openapi/ent/models/QueryTppAllinfoResponse.java | alipay/antchain-openapi-prod-sdk | f78549e5135d91756093bd88d191ca260b28e083 | [
"MIT"
] | null | null | null | ent/java/src/main/java/com/antgroup/antchain/openapi/ent/models/QueryTppAllinfoResponse.java | alipay/antchain-openapi-prod-sdk | f78549e5135d91756093bd88d191ca260b28e083 | [
"MIT"
] | 6 | 2020-06-30T09:29:03.000Z | 2022-01-07T10:42:22.000Z | 28.330275 | 102 | 0.70272 | 3,479 | // This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.ent.models;
import com.aliyun.tea.*;
public class QueryTppAllinfoResponse extends TeaModel {
// 请求唯一ID,用于链路跟踪和问题排查
@NameInMap("req_msg_id")
public String reqMsgId;
// 结果码,一般OK表示调用成功
@NameInMap("result_cod... |
3e083a0f1e95a1d87fc7af3a0045b2948b773091 | 8,960 | java | Java | ExtractedJars/Ibotta_com.ibotta.android/javafiles/com/apollographql/apollo/internal/cache/normalized/NoOpApolloStore.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 3 | 2019-05-01T09:22:08.000Z | 2019-07-06T22:21:59.000Z | ExtractedJars/Ibotta_com.ibotta.android/javafiles/com/apollographql/apollo/internal/cache/normalized/NoOpApolloStore.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | null | null | null | ExtractedJars/Ibotta_com.ibotta.android/javafiles/com/apollographql/apollo/internal/cache/normalized/NoOpApolloStore.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 1 | 2020-11-26T12:22:02.000Z | 2020-11-26T12:22:02.000Z | 38.956522 | 161 | 0.692634 | 3,480 | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.apollographql.apollo.internal.cache.normalized;
import com.apollographql.apollo.api.*;
import com.apollographql.apollo.cache.CacheHeaders;
imp... |
3e083a71236db0596721a506d89759127cb07129 | 1,107 | java | Java | src/org/mindinformatics/gwt/domeo/model/MAnnotationCitationReference.java | rkboyce/DomeoClient | f247733cc9a67c34d0d983defcec74124c3b0dc5 | [
"Apache-2.0"
] | null | null | null | src/org/mindinformatics/gwt/domeo/model/MAnnotationCitationReference.java | rkboyce/DomeoClient | f247733cc9a67c34d0d983defcec74124c3b0dc5 | [
"Apache-2.0"
] | 19 | 2015-03-10T15:36:41.000Z | 2016-01-14T17:46:27.000Z | src/org/mindinformatics/gwt/domeo/model/MAnnotationCitationReference.java | rkboyce/DomeoClient | f247733cc9a67c34d0d983defcec74124c3b0dc5 | [
"Apache-2.0"
] | null | null | null | 27.875 | 72 | 0.799103 | 3,481 | package org.mindinformatics.gwt.domeo.model;
import java.util.ArrayList;
import java.util.List;
import org.mindinformatics.gwt.domeo.model.selectors.MSelector;
/**
* @author Paolo Ciccarese <upchh@example.com>
*/
@SuppressWarnings("serial")
public class MAnnotationCitationReference extends MAnnotationReference {
... |
3e083adf2e8c5d2a2c617c41720599ecf1dd49d4 | 1,589 | java | Java | src/test/java/com/rabbit/validationsamples/integrations/reservations/ReservationServiceReturnIntegrationTest.java | bygui86/spring-validation | 91165ad3b6b88e899028b9db7d7ecf71258f83bf | [
"Apache-2.0"
] | null | null | null | src/test/java/com/rabbit/validationsamples/integrations/reservations/ReservationServiceReturnIntegrationTest.java | bygui86/spring-validation | 91165ad3b6b88e899028b9db7d7ecf71258f83bf | [
"Apache-2.0"
] | null | null | null | src/test/java/com/rabbit/validationsamples/integrations/reservations/ReservationServiceReturnIntegrationTest.java | bygui86/spring-validation | 91165ad3b6b88e899028b9db7d7ecf71258f83bf | [
"Apache-2.0"
] | 1 | 2022-02-08T01:26:27.000Z | 2022-02-08T01:26:27.000Z | 25.629032 | 71 | 0.826935 | 3,482 | package com.rabbit.validationsamples.integrations.reservations;
import com.rabbit.validationsamples.configs.TestingConfig;
import com.rabbit.validationsamples.services.ReservationService;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.junit.runner.RunWith;
import org... |
3e083b0c24b29d809ea94daa26aa99ed04f8524e | 7,305 | java | Java | java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsResponse.java | ksurendra/elasticsearch-java | 33cdf3a9916af93004aa25e8c6f7e2ab13db8ad9 | [
"Apache-2.0"
] | null | null | null | java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsResponse.java | ksurendra/elasticsearch-java | 33cdf3a9916af93004aa25e8c6f7e2ab13db8ad9 | [
"Apache-2.0"
] | null | null | null | java-client/src/main/java/co/elastic/clients/elasticsearch/watcher/WatcherStatsResponse.java | ksurendra/elasticsearch-java | 33cdf3a9916af93004aa25e8c6f7e2ab13db8ad9 | [
"Apache-2.0"
] | null | null | null | 29.103586 | 115 | 0.695962 | 3,483 | /*
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not u... |
3e083b117bc1e4c2aab329025df819f91516ec95 | 7,510 | java | Java | src/main/java/org/osgl/mvc/result/Gone.java | osglworks/java-mvc | c661c96ba187986cc5dcd0a9482bb542dc4d7994 | [
"Apache-2.0"
] | 4 | 2017-04-11T02:42:50.000Z | 2018-12-21T10:03:36.000Z | src/main/java/org/osgl/mvc/result/Gone.java | osglworks/java-mvc | c661c96ba187986cc5dcd0a9482bb542dc4d7994 | [
"Apache-2.0"
] | 41 | 2017-03-16T20:03:37.000Z | 2021-03-20T21:43:00.000Z | src/main/java/org/osgl/mvc/result/Gone.java | greenlaw110/java-mvc | c661c96ba187986cc5dcd0a9482bb542dc4d7994 | [
"Apache-2.0"
] | 3 | 2017-01-13T06:39:21.000Z | 2018-12-21T10:03:39.000Z | 32.37069 | 97 | 0.632889 | 3,484 | package org.osgl.mvc.result;
/*-
* #%L
* OSGL MVC
* %%
* Copyright (C) 2014 - 2017 OSGL (Open Source General Library)
* %%
* 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
*
* h... |
3e083d0b0709f78e407907c11f3324760175bdcc | 1,112 | java | Java | com.vxml.browser/src/main/java/com/vxml/tag/ScriptTag.java | catchme1412/vxml-player | 5f8cce20b7ad7404f926b4e86dc6f4bbf6c1a36a | [
"Apache-2.0"
] | 1 | 2018-05-06T19:14:10.000Z | 2018-05-06T19:14:10.000Z | com.vxml.browser/src/main/java/com/vxml/tag/ScriptTag.java | catchme1412/vxml-player | 5f8cce20b7ad7404f926b4e86dc6f4bbf6c1a36a | [
"Apache-2.0"
] | null | null | null | com.vxml.browser/src/main/java/com/vxml/tag/ScriptTag.java | catchme1412/vxml-player | 5f8cce20b7ad7404f926b4e86dc6f4bbf6c1a36a | [
"Apache-2.0"
] | null | null | null | 23.659574 | 79 | 0.59982 | 3,485 | package com.vxml.tag;
import java.io.InputStream;
import java.net.URI;
import org.w3c.dom.Node;
import com.vxml.core.browser.VxmlBrowser;
import com.vxml.core.browser.VxmlExecutionContext;
import com.vxml.store.DocumentStore;
public class ScriptTag extends AbstractTag {
public ScriptTag(Node node) {
su... |
3e083d944667d8bcc224cef0aa3ca7558b14063c | 4,586 | java | Java | QCloudCosXmlSample/app/src/main/java/com/tencent/qcloud/cosxml/sample/ObjectSample/PutObjectSample.java | dktlu/QCloudCosXmlSample | 518aa363eb412522ecf62566a912a223675deabe | [
"MIT"
] | 1 | 2019-12-11T08:36:58.000Z | 2019-12-11T08:36:58.000Z | QCloudCosXmlSample/app/src/main/java/com/tencent/qcloud/cosxml/sample/ObjectSample/PutObjectSample.java | dktlu/QCloudCosXmlSample | 518aa363eb412522ecf62566a912a223675deabe | [
"MIT"
] | null | null | null | QCloudCosXmlSample/app/src/main/java/com/tencent/qcloud/cosxml/sample/ObjectSample/PutObjectSample.java | dktlu/QCloudCosXmlSample | 518aa363eb412522ecf62566a912a223675deabe | [
"MIT"
] | null | null | null | 38.864407 | 147 | 0.647187 | 3,486 | package com.tencent.qcloud.cosxml.sample.ObjectSample;
import android.app.Activity;
import android.content.Intent;
import android.util.Log;
import com.tencent.cos.xml.exception.CosXmlClientException;
import com.tencent.cos.xml.exception.CosXmlServiceException;
import com.tencent.cos.xml.listener.CosXmlProgressListene... |
3e083dacbb8330199ec746fc7c1e8f66dc343e24 | 980 | java | Java | src/main/java/aimproject/aim/model/Member.java | kiziri/Comprehensive_Project | 034c529ba5c17c1e52cd36790c529382247d0032 | [
"MIT"
] | null | null | null | src/main/java/aimproject/aim/model/Member.java | kiziri/Comprehensive_Project | 034c529ba5c17c1e52cd36790c529382247d0032 | [
"MIT"
] | null | null | null | src/main/java/aimproject/aim/model/Member.java | kiziri/Comprehensive_Project | 034c529ba5c17c1e52cd36790c529382247d0032 | [
"MIT"
] | null | null | null | 20.416667 | 64 | 0.658163 | 3,487 | package aimproject.aim.model;
import lombok.Getter;
import lombok.Setter;
import javax.persistence.*;
import java.util.ArrayList;
import java.util.List;
@Entity
@Getter @Setter
public class Member {
@Id
@Column(name = "member_id") // 회원 로그인 아이디
private String memberId; // 테이블 기본키
@Column(name ... |
3e083ded13f67ce371b0e17376325f6636fa28fd | 398 | java | Java | webapp/noteapp/src/main/java/com/csye6225/noteapp/model/UploadFileResponse.java | AkashBalani/AWS_CICD_Serverless | 7eceed136a636d92bcef1be0be7244813df62806 | [
"Apache-2.0"
] | null | null | null | webapp/noteapp/src/main/java/com/csye6225/noteapp/model/UploadFileResponse.java | AkashBalani/AWS_CICD_Serverless | 7eceed136a636d92bcef1be0be7244813df62806 | [
"Apache-2.0"
] | null | null | null | webapp/noteapp/src/main/java/com/csye6225/noteapp/model/UploadFileResponse.java | AkashBalani/AWS_CICD_Serverless | 7eceed136a636d92bcef1be0be7244813df62806 | [
"Apache-2.0"
] | 2 | 2020-02-24T05:49:36.000Z | 2020-04-02T20:07:14.000Z | 14.214286 | 51 | 0.670854 | 3,488 | package com.csye6225.noteapp.model;
public class UploadFileResponse {
private String id;
private String url;
public UploadFileResponse(String id, String url) {
this.id = id;
this.url = url;
}
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getUrl()... |
3e083e0adc7ae01e58077e30c535d696599cb645 | 808 | java | Java | main/src/main/java/io/github/nhwalker/jsonup/elements/JsonParser.java | nhwalker/json-up | d7de47857b3df52ad0bcdf05e9d9fda5e963cc69 | [
"MIT"
] | null | null | null | main/src/main/java/io/github/nhwalker/jsonup/elements/JsonParser.java | nhwalker/json-up | d7de47857b3df52ad0bcdf05e9d9fda5e963cc69 | [
"MIT"
] | null | null | null | main/src/main/java/io/github/nhwalker/jsonup/elements/JsonParser.java | nhwalker/json-up | d7de47857b3df52ad0bcdf05e9d9fda5e963cc69 | [
"MIT"
] | null | null | null | 35.130435 | 114 | 0.813119 | 3,489 | package io.github.nhwalker.jsonup.elements;
import java.io.IOException;
import io.github.nhwalker.jsonup.exceptions.JsonParseException;
public abstract class JsonParser<T extends JsonElement> {
public static JsonElement read(PeekingReader reader) throws IOException, JsonParseException {
return JsonParserConte... |
3e083e1ffb243da92eacfbc1a479d7cd90773461 | 4,161 | java | Java | apfloat-samples/src/main/java/org/apfloat/samples/PiParallelAWT.java | mtommila/apfloat | f157007e0b474297466b976eccc205926dd85c8f | [
"MIT"
] | 39 | 2017-04-27T19:40:46.000Z | 2022-03-30T00:08:18.000Z | apfloat-samples/src/main/java/org/apfloat/samples/PiParallelAWT.java | mtommila/apfloat | f157007e0b474297466b976eccc205926dd85c8f | [
"MIT"
] | 18 | 2017-04-21T14:37:10.000Z | 2021-06-14T16:54:39.000Z | apfloat-samples/src/main/java/org/apfloat/samples/PiParallelAWT.java | mtommila/apfloat | f157007e0b474297466b976eccc205926dd85c8f | [
"MIT"
] | 8 | 2017-05-12T02:52:48.000Z | 2019-12-19T15:27:40.000Z | 34.106557 | 124 | 0.65417 | 3,490 | /*
* MIT License
*
* Copyright (c) 2002-2021 Mikko Tommila
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to ... |
3e083f08db591ed9747b61fd6814d93740ac67b0 | 1,617 | java | Java | src/main/java/com/bremp/autobuyer/logic/old/BuyerSnapshot.java | bremp/autobuyer | d7794e2ec0429c2d0ee77479a35ef702a436a01d | [
"Apache-2.0"
] | null | null | null | src/main/java/com/bremp/autobuyer/logic/old/BuyerSnapshot.java | bremp/autobuyer | d7794e2ec0429c2d0ee77479a35ef702a436a01d | [
"Apache-2.0"
] | null | null | null | src/main/java/com/bremp/autobuyer/logic/old/BuyerSnapshot.java | bremp/autobuyer | d7794e2ec0429c2d0ee77479a35ef702a436a01d | [
"Apache-2.0"
] | null | null | null | 26.508197 | 116 | 0.74026 | 3,491 | package com.bremp.autobuyer.logic.old;
public class BuyerSnapshot {
private final String itemId;
private final int currentPrice;
private final int numberInStock;
private final int boughtSoFar;
private final BuyerState state;
public BuyerSnapshot(String itemId, int currentPrice, int numberInStock, int bou... |
3e083f4e20f2646e9ec1a3dbe994d3c903baa283 | 3,543 | java | Java | workbenchfx-demo/src/main/java/com/dlsc/workbenchfx/modules/gantt/GanttView.java | fossabot/WorkbenchFX | 44d5ab5d6ffcf4756ffd59e6a5efefe18d355391 | [
"Apache-2.0"
] | 248 | 2019-07-24T10:02:09.000Z | 2022-03-12T11:10:08.000Z | workbenchfx-demo/src/main/java/com/dlsc/workbenchfx/modules/gantt/GanttView.java | fossabot/WorkbenchFX | 44d5ab5d6ffcf4756ffd59e6a5efefe18d355391 | [
"Apache-2.0"
] | 517 | 2019-07-29T18:54:12.000Z | 2022-01-06T13:58:13.000Z | workbenchfx-demo/src/main/java/com/dlsc/workbenchfx/modules/gantt/GanttView.java | fossabot/WorkbenchFX | 44d5ab5d6ffcf4756ffd59e6a5efefe18d355391 | [
"Apache-2.0"
] | 49 | 2019-08-05T00:24:23.000Z | 2022-03-21T17:22:03.000Z | 33.424528 | 77 | 0.717471 | 3,492 | /*
* Copyright (C) 2017 Dirk Lemmermann Software & Consulting (dlsc.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
*
... |
3e08414d104f67de7b6f50caeafe43ddbc793fd4 | 850 | java | Java | src/main/java/com/ruoyi/project/content/TemplateTypeEnum.java | GuXW/LeBang | 9115d345831b22e30ac7893bf6c9be6682454da0 | [
"MIT"
] | null | null | null | src/main/java/com/ruoyi/project/content/TemplateTypeEnum.java | GuXW/LeBang | 9115d345831b22e30ac7893bf6c9be6682454da0 | [
"MIT"
] | 2 | 2021-04-22T16:58:56.000Z | 2021-09-20T20:53:15.000Z | src/main/java/com/ruoyi/project/content/TemplateTypeEnum.java | GuXW/LeBang | 9115d345831b22e30ac7893bf6c9be6682454da0 | [
"MIT"
] | null | null | null | 19.318182 | 62 | 0.556471 | 3,493 | package com.ruoyi.project.content;
public enum TemplateTypeEnum {
msg_1(1,"消息模板1");
private Integer value;
private String text;
TemplateTypeEnum(Integer value, String text) {
this.value = value;
this.text = text;
}
public Integer getValue() {
return value;
}
... |
3e0842b5f66fe9f1fa395095b47f75c12eda9b60 | 860 | java | Java | platform-hr/src/main/java/org/hzero/plugin/platform/hr/domain/repository/HrSyncRepository.java | mm20140616/hzero-plugin-parent | 960b308e03396934bf48fbc178ba31ef1718a2e9 | [
"Apache-2.0"
] | null | null | null | platform-hr/src/main/java/org/hzero/plugin/platform/hr/domain/repository/HrSyncRepository.java | mm20140616/hzero-plugin-parent | 960b308e03396934bf48fbc178ba31ef1718a2e9 | [
"Apache-2.0"
] | null | null | null | platform-hr/src/main/java/org/hzero/plugin/platform/hr/domain/repository/HrSyncRepository.java | mm20140616/hzero-plugin-parent | 960b308e03396934bf48fbc178ba31ef1718a2e9 | [
"Apache-2.0"
] | 12 | 2020-09-23T07:54:24.000Z | 2021-11-23T13:53:41.000Z | 24.138889 | 125 | 0.685846 | 3,494 | package org.hzero.plugin.platform.hr.domain.repository;
import org.hzero.mybatis.base.BaseRepository;
import org.hzero.plugin.platform.hr.domain.entity.HrSync;
import io.choerodon.core.domain.Page;
import io.choerodon.mybatis.pagehelper.domain.PageRequest;
/**
* hr基础数据同步外部系统资源库
*
* @author dycjh@example.com 2019-... |
3e0842e7deee06a6bd385f8b9d1f75f08450156f | 294 | java | Java | name.martingeisse.osm/src/main/java/name/martingeisse/osm/data/OsmRelationMember.java | MartinGeisse/public | 57b905485322222447187ae78a5a56bf3ce67900 | [
"MIT"
] | 1 | 2015-06-16T13:18:45.000Z | 2015-06-16T13:18:45.000Z | name.martingeisse.osm/src/main/java/name/martingeisse/osm/data/OsmRelationMember.java | MartinGeisse/public | 57b905485322222447187ae78a5a56bf3ce67900 | [
"MIT"
] | 3 | 2022-03-08T21:11:04.000Z | 2022-03-08T21:11:15.000Z | name.martingeisse.osm/src/main/java/name/martingeisse/osm/data/OsmRelationMember.java | MartinGeisse/public | 57b905485322222447187ae78a5a56bf3ce67900 | [
"MIT"
] | null | null | null | 19.6 | 67 | 0.714286 | 3,495 | /**
* Copyright (c) 2013 Martin Geisse
*
* This file is distributed under the terms of the MIT license.
*/
package name.martingeisse.osm.data;
/**
* This interface is implemented by all objects that can be members
* of an {@link OsmRelation}.
*/
public interface OsmRelationMember {
}
|
3e084300de0eec5f86d896fcbeb193cb3483ad7a | 7,744 | java | Java | malcompiler-lib/src/main/java/org/mal_lang/compiler/lib/securicad/DefenseGenerator.java | mal-lang/malcompiler | 8ac7f6a823dac2fadf0bfb0aa310efef14193028 | [
"Apache-2.0"
] | 6 | 2019-11-22T17:18:15.000Z | 2022-01-31T13:25:30.000Z | malcompiler-lib/src/main/java/org/mal_lang/compiler/lib/securicad/DefenseGenerator.java | mal-lang/malcompiler | 8ac7f6a823dac2fadf0bfb0aa310efef14193028 | [
"Apache-2.0"
] | 22 | 2019-09-13T07:03:03.000Z | 2021-04-29T12:24:43.000Z | malcompiler-lib/src/main/java/org/mal_lang/compiler/lib/securicad/DefenseGenerator.java | mal-lang/malcompiler | 8ac7f6a823dac2fadf0bfb0aa310efef14193028 | [
"Apache-2.0"
] | 11 | 2019-10-04T07:19:07.000Z | 2021-06-04T02:21:37.000Z | 41.859459 | 100 | 0.715263 | 3,496 | /*
* Copyright 2019 Foreseeti AB
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... |
3e08430f6e94804a2579976b9ea6e46d227d95e5 | 999 | java | Java | osgp/shared/osgp-dto/src/main/java/org/opensmartgridplatform/dto/valueobjects/orm/RtuDeviceDto.java | ahiguerat/open-smart-grid-platform | 10e70f5752d9ec674b6ab26dd45b15a42c572f5e | [
"Apache-2.0"
] | null | null | null | osgp/shared/osgp-dto/src/main/java/org/opensmartgridplatform/dto/valueobjects/orm/RtuDeviceDto.java | ahiguerat/open-smart-grid-platform | 10e70f5752d9ec674b6ab26dd45b15a42c572f5e | [
"Apache-2.0"
] | null | null | null | osgp/shared/osgp-dto/src/main/java/org/opensmartgridplatform/dto/valueobjects/orm/RtuDeviceDto.java | ahiguerat/open-smart-grid-platform | 10e70f5752d9ec674b6ab26dd45b15a42c572f5e | [
"Apache-2.0"
] | null | null | null | 19.98 | 80 | 0.761762 | 3,497 | package org.opensmartgridplatform.dto.valueobjects.orm;
import java.io.Serializable;
import java.util.List;
public class RtuDeviceDto implements Serializable {
/**
*
*/
private static final long serialVersionUID = -2196653168046111111L;
private String deviceIdentification;
private List<PositionDto> posit... |
3e084447bed850664d728d2db620ce23b45f20f4 | 1,495 | java | Java | src/org/neu/alg/hw/hw5/Hop.java | lanshunfang/alg-hw | 5e2b16cc5aa7598aad6648c22da57c20d8a9b532 | [
"MIT"
] | 1 | 2020-01-29T18:35:49.000Z | 2020-01-29T18:35:49.000Z | src/org/neu/alg/hw/hw5/Hop.java | lanshunfang/alg-hw | 5e2b16cc5aa7598aad6648c22da57c20d8a9b532 | [
"MIT"
] | 21 | 2020-01-15T21:17:06.000Z | 2020-04-01T18:58:15.000Z | src/org/neu/alg/hw/hw5/Hop.java | lanshunfang/alg-hw | 5e2b16cc5aa7598aad6648c22da57c20d8a9b532 | [
"MIT"
] | null | null | null | 23.359375 | 97 | 0.632107 | 3,498 | package org.neu.alg.hw.hw5;
import org.neu.alg.hw.*;
/**
* File Name: Hop.java
* Hop concrete class
*
*
* To Compile: IntUtil.java RandomInt.java Hop.java HopBase.java
*
* @author Jagadeesh Vasudevamurthy
* @year 2019
*/
class Hop extends HopBase{
//You cannot have any functions or data here
Hop() {
... |
3e0844689441579d78919d7c57350647435b1147 | 494 | java | Java | domain/src/main/java/com/qtimes/domain/bean/ResultException.java | houwenbiao/BaseProject | ab3d7d8142d2bcf33d573226b01e1424c5cdef55 | [
"Apache-2.0"
] | null | null | null | domain/src/main/java/com/qtimes/domain/bean/ResultException.java | houwenbiao/BaseProject | ab3d7d8142d2bcf33d573226b01e1424c5cdef55 | [
"Apache-2.0"
] | null | null | null | domain/src/main/java/com/qtimes/domain/bean/ResultException.java | houwenbiao/BaseProject | ab3d7d8142d2bcf33d573226b01e1424c5cdef55 | [
"Apache-2.0"
] | null | null | null | 16.466667 | 55 | 0.582996 | 3,499 | package com.qtimes.domain.bean;
/**
* Created by hong on 16-12-21.
*/
public class ResultException extends RuntimeException {
private int errCode = 0;
private String msg;
public ResultException(int code, String msg) {
super(msg);
this.msg = msg;
errCode = code;
}
publi... |
3e084468ab227a501f1466574dc2629ac74553e9 | 227 | java | Java | fonte/ComparisonOperator.java | northy/lazylang | 86f06be1adca4458c7ff6168ea2a613361ab5e46 | [
"MIT"
] | null | null | null | fonte/ComparisonOperator.java | northy/lazylang | 86f06be1adca4458c7ff6168ea2a613361ab5e46 | [
"MIT"
] | null | null | null | fonte/ComparisonOperator.java | northy/lazylang | 86f06be1adca4458c7ff6168ea2a613361ab5e46 | [
"MIT"
] | null | null | null | 18.230769 | 49 | 0.654008 | 3,500 | //Alexsandro Thomas <nnheo@example.com>
package fonte;
public enum ComparisonOperator {
EQ, //EQUALS
GT, //GREATER THAN
LT, //LESSER THAN
GE, //GREATER OR EQUAL
LE, //LESSER OR EQUAL
NE; //NOT EQUAL
}
|
3e0844998229ccd542572171f98ad2011b03191a | 3,710 | java | Java | src/main/java/org/osc/sdk/manager/api/ManagerSecurityGroupInterfaceApi.java | opensecuritycontroller/security-mgr-api | 9eff91d76ba541ce890e5beb90ea239af965bd82 | [
"Apache-2.0"
] | 7 | 2017-06-28T16:22:46.000Z | 2022-02-26T03:27:49.000Z | src/main/java/org/osc/sdk/manager/api/ManagerSecurityGroupInterfaceApi.java | opensecuritycontroller/security-mgr-api | 9eff91d76ba541ce890e5beb90ea239af965bd82 | [
"Apache-2.0"
] | 3 | 2017-07-07T15:41:38.000Z | 2017-10-10T00:35:39.000Z | src/main/java/org/osc/sdk/manager/api/ManagerSecurityGroupInterfaceApi.java | opensecuritycontroller/security-mgr-api | 9eff91d76ba541ce890e5beb90ea239af965bd82 | [
"Apache-2.0"
] | 11 | 2017-06-29T10:37:15.000Z | 2020-06-02T14:51:56.000Z | 40.769231 | 124 | 0.715094 | 3,501 | /*******************************************************************************
* Copyright (c) Intel Corporation
* Copyright (c) 2017
*
* 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
... |
3e08449d0955478c26787158ee9a096aebe4485f | 800 | java | Java | src/gradingTools/comp533s20/assignment2/A2ConfigurationProvided.java | pdewan/Comp533LocalChecks | 46ccdf3a26a115b1f41a9ce40a0692f649afd54e | [
"MIT"
] | null | null | null | src/gradingTools/comp533s20/assignment2/A2ConfigurationProvided.java | pdewan/Comp533LocalChecks | 46ccdf3a26a115b1f41a9ce40a0692f649afd54e | [
"MIT"
] | null | null | null | src/gradingTools/comp533s20/assignment2/A2ConfigurationProvided.java | pdewan/Comp533LocalChecks | 46ccdf3a26a115b1f41a9ce40a0692f649afd54e | [
"MIT"
] | null | null | null | 34.782609 | 80 | 0.83125 | 3,502 | package gradingTools.comp533s20.assignment2;
import gradingTools.comp533s19.assignment0.testcases.ConfigurationProvided;
import gradingTools.comp533s21.assignment1.interfaces.A1MapReduceConfiguration;
import gradingTools.comp533s21.assignment1.interfaces.MapReduceConfiguration;
import gradingTools.shared.testcase... |
3e08451e3b8d6f87b2b3df484b10d7ab0e6468d5 | 6,667 | java | Java | plugins/org.jkiss.dbeaver.ext.db2/src/org/jkiss/dbeaver/ext/db2/model/security/DB2Grantee.java | Cynyard999/dbeaver | 29b44b16cfb5291c96fdec1a1a50e6b76e1c1d68 | [
"Apache-2.0"
] | 22,779 | 2017-12-23T15:47:03.000Z | 2022-03-31T15:48:15.000Z | plugins/org.jkiss.dbeaver.ext.db2/src/org/jkiss/dbeaver/ext/db2/model/security/DB2Grantee.java | Cynyard999/dbeaver | 29b44b16cfb5291c96fdec1a1a50e6b76e1c1d68 | [
"Apache-2.0"
] | 10,922 | 2017-12-23T12:01:39.000Z | 2022-03-31T23:52:18.000Z | plugins/org.jkiss.dbeaver.ext.db2/src/org/jkiss/dbeaver/ext/db2/model/security/DB2Grantee.java | Cynyard999/dbeaver | 29b44b16cfb5291c96fdec1a1a50e6b76e1c1d68 | [
"Apache-2.0"
] | 2,552 | 2017-12-26T21:31:27.000Z | 2022-03-31T09:05:03.000Z | 31.338028 | 125 | 0.696479 | 3,503 | /*
* DBeaver - Universal Database Manager
* Copyright (C) 2013-2015 Denis Forveille (lyhxr@example.com)
* Copyright (C) 2010-2021 DBeaver Corp and others
*
* 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 ... |
3e084537a996ec1ae6b4c43ea7feb3677ec87e05 | 2,513 | java | Java | PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azure/toolkit/eclipse/common/component/AzureComboBoxViewer.java | G-arj/azure-tools-for-java | 4780137b1b07c59cb16475c9f5698fe9d3acf19b | [
"MIT"
] | 131 | 2016-03-24T05:34:57.000Z | 2019-04-23T14:41:48.000Z | PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azure/toolkit/eclipse/common/component/AzureComboBoxViewer.java | G-arj/azure-tools-for-java | 4780137b1b07c59cb16475c9f5698fe9d3acf19b | [
"MIT"
] | 2,277 | 2016-03-23T06:19:19.000Z | 2019-05-06T11:35:49.000Z | PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azure/toolkit/eclipse/common/component/AzureComboBoxViewer.java | G-arj/azure-tools-for-java | 4780137b1b07c59cb16475c9f5698fe9d3acf19b | [
"MIT"
] | 98 | 2016-03-25T03:23:42.000Z | 2019-04-09T17:42:50.000Z | 25.383838 | 95 | 0.627139 | 3,504 | /*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
package com.microsoft.azure.toolkit.eclipse.common.component;
import org.eclipse.jface.viewers.ComboViewer;
import org.eclipse.jface.viewers.ISelection;
i... |
3e0845d08a8f65ef1d5661980f2722547c713f0f | 445 | java | Java | src/main/java/org/rublin/service/EventService.java | rublin/SmartSpace | 196fce7f3e013cda03f03dcce6f5dcc31ca1c6ab | [
"MIT"
] | 2 | 2016-11-03T11:22:47.000Z | 2017-12-21T16:07:28.000Z | src/main/java/org/rublin/service/EventService.java | rublin/SmartSpace | 196fce7f3e013cda03f03dcce6f5dcc31ca1c6ab | [
"MIT"
] | 1 | 2019-06-16T08:38:18.000Z | 2019-06-16T08:38:18.000Z | src/main/java/org/rublin/service/EventService.java | rublin/SmartSpace | 196fce7f3e013cda03f03dcce6f5dcc31ca1c6ab | [
"MIT"
] | null | null | null | 20.227273 | 65 | 0.737079 | 3,505 | package org.rublin.service;
import org.rublin.model.Trigger;
import org.rublin.model.event.Event;
import java.time.LocalDateTime;
import java.util.List;
public interface EventService {
void save(Event event);
List<Event> get(Trigger trigger);
List<Event> get(Trigger trigger, int numberLatestEvents);
... |
3e084690b049d0501b92b49600e8da2f3597239b | 26,045 | java | Java | src/main/java/net/ymate/platform/mock/web/MockHttpServletRequest.java | suninformation/ymate-platform-webmock | 33292fa4730edb89e2940516da424ee59c613986 | [
"Apache-2.0"
] | null | null | null | src/main/java/net/ymate/platform/mock/web/MockHttpServletRequest.java | suninformation/ymate-platform-webmock | 33292fa4730edb89e2940516da424ee59c613986 | [
"Apache-2.0"
] | null | null | null | src/main/java/net/ymate/platform/mock/web/MockHttpServletRequest.java | suninformation/ymate-platform-webmock | 33292fa4730edb89e2940516da424ee59c613986 | [
"Apache-2.0"
] | null | null | null | 28.938889 | 157 | 0.633711 | 3,506 | package net.ymate.platform.mock.web;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang3.StringUtils;
import org.junit.Assert;
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.*;
import java.nio.charset.StandardCharsets;
import java.security.Principal;
import java.text.ParseExcept... |
3e0847910815e5b62d179d3ce2b5812bc28b225d | 6,487 | java | Java | netreflected/src/net461/system.web_version_4.0.0.0_culture_neutral_publickeytoken_b03f5f7f11d50a3a/system/web/ui/IDataSourceViewSchemaAccessorImplementation.java | mariomastrodicasa/JCOReflector | a88b6de9d3cc607fd375ab61df8c61f44de88c93 | [
"MIT"
] | 35 | 2020-08-30T03:19:42.000Z | 2022-03-12T09:22:23.000Z | netreflected/src/net461/system.web_version_4.0.0.0_culture_neutral_publickeytoken_b03f5f7f11d50a3a/system/web/ui/IDataSourceViewSchemaAccessorImplementation.java | mariomastrodicasa/JCOReflector | a88b6de9d3cc607fd375ab61df8c61f44de88c93 | [
"MIT"
] | 50 | 2020-06-22T17:03:18.000Z | 2022-03-30T21:19:05.000Z | netreflected/src/net461/system.web_version_4.0.0.0_culture_neutral_publickeytoken_b03f5f7f11d50a3a/system/web/ui/IDataSourceViewSchemaAccessorImplementation.java | mariomastrodicasa/JCOReflector | a88b6de9d3cc607fd375ab61df8c61f44de88c93 | [
"MIT"
] | 12 | 2020-08-30T03:19:45.000Z | 2022-03-05T02:22:37.000Z | 38.844311 | 211 | 0.665793 | 3,507 | /*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, cop... |
3e08496f2319c116d07229eed6b3a183ca25ce52 | 147 | java | Java | src/main/java/com/roamsys/swagger/SwaggerAPIModel.java | jorada/swaggerapi | 49d8318234946108128dac38c753702d4c4b5ef8 | [
"MIT"
] | 11 | 2015-04-05T16:05:18.000Z | 2020-10-22T15:55:20.000Z | src/main/java/com/roamsys/swagger/SwaggerAPIModel.java | jorada/swaggerapi | 49d8318234946108128dac38c753702d4c4b5ef8 | [
"MIT"
] | null | null | null | src/main/java/com/roamsys/swagger/SwaggerAPIModel.java | jorada/swaggerapi | 49d8318234946108128dac38c753702d4c4b5ef8 | [
"MIT"
] | 9 | 2015-02-19T12:53:27.000Z | 2017-08-16T09:59:57.000Z | 13.363636 | 44 | 0.693878 | 3,508 | package com.roamsys.swagger;
/**
* A marker interface for swagger API models
*
* @author johanna
*/
public interface SwaggerAPIModel {
}
|
3e084bb136e44cdb137a354953e1b42e885b4dbb | 1,910 | java | Java | agent/src/test/java/com/github/kornilova_l/flamegraph/javaagent/generate/test_classes/UseProxyExpected.java | brtubb-patagonia/FlameViewer | e4ead70bcf92caa5514d86c9a87c41ea3dc67b6c | [
"MIT"
] | null | null | null | agent/src/test/java/com/github/kornilova_l/flamegraph/javaagent/generate/test_classes/UseProxyExpected.java | brtubb-patagonia/FlameViewer | e4ead70bcf92caa5514d86c9a87c41ea3dc67b6c | [
"MIT"
] | null | null | null | agent/src/test/java/com/github/kornilova_l/flamegraph/javaagent/generate/test_classes/UseProxyExpected.java | brtubb-patagonia/FlameViewer | e4ead70bcf92caa5514d86c9a87c41ea3dc67b6c | [
"MIT"
] | 1 | 2020-05-09T10:52:33.000Z | 2020-05-09T10:52:33.000Z | 38.979592 | 105 | 0.485864 | 3,509 | package com.github.kornilova_l.flamegraph.javaagent.generate.test_classes;
import com.github.kornilova_l.flamegraph.proxy.Proxy;
import com.github.kornilova_l.flamegraph.proxy.StartData;
/**
* Created by Liudmila Kornilova
* on 11.08.17.
*/
public class UseProxyExpected {
public static void main(String[] args)... |
3e084c0471f84c541a12369c957d22217fd905f5 | 217 | java | Java | src/main/java/com/totvs/api/repositories/TelefoneRepository.java | duartedanilo/avaliacao-tecnica-totvs | 51f13e5d8da253c3acbb0451d504cb37f5080888 | [
"MIT"
] | null | null | null | src/main/java/com/totvs/api/repositories/TelefoneRepository.java | duartedanilo/avaliacao-tecnica-totvs | 51f13e5d8da253c3acbb0451d504cb37f5080888 | [
"MIT"
] | null | null | null | src/main/java/com/totvs/api/repositories/TelefoneRepository.java | duartedanilo/avaliacao-tecnica-totvs | 51f13e5d8da253c3acbb0451d504cb37f5080888 | [
"MIT"
] | null | null | null | 27.125 | 77 | 0.829493 | 3,510 | package com.totvs.api.repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import com.totvs.api.models.Telefone;
public interface TelefoneRepository extends JpaRepository<Telefone, Long> { }
|
3e084d0f9f9f56d687f42eb7e3f782f93730ed78 | 1,752 | java | Java | src/main/java/com/tencentcloudapi/iai/v20180301/models/Mouth.java | feixueck/tencentcloud-sdk-java | ebdfb9cf12ce7630f53b387e2ac8d17471c6c7d0 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/tencentcloudapi/iai/v20180301/models/Mouth.java | feixueck/tencentcloud-sdk-java | ebdfb9cf12ce7630f53b387e2ac8d17471c6c7d0 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/tencentcloudapi/iai/v20180301/models/Mouth.java | feixueck/tencentcloud-sdk-java | ebdfb9cf12ce7630f53b387e2ac8d17471c6c7d0 | [
"Apache-2.0"
] | null | null | null | 28.258065 | 83 | 0.698059 | 3,511 | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... |
3e084d130c7bc4c4e74b8e41765515af8805bbf2 | 2,819 | java | Java | src/visao/jasperreports-6.15.0/src/net/sf/jasperreports/engine/util/PageRange.java | EuKaique/Projeto-Diagnostico-Medico | cf7cc535ff31992b7568dba777c8faafafa6920c | [
"MIT"
] | null | null | null | src/visao/jasperreports-6.15.0/src/net/sf/jasperreports/engine/util/PageRange.java | EuKaique/Projeto-Diagnostico-Medico | cf7cc535ff31992b7568dba777c8faafafa6920c | [
"MIT"
] | null | null | null | src/visao/jasperreports-6.15.0/src/net/sf/jasperreports/engine/util/PageRange.java | EuKaique/Projeto-Diagnostico-Medico | cf7cc535ff31992b7568dba777c8faafafa6920c | [
"MIT"
] | null | null | null | 23.204918 | 92 | 0.675026 | 3,512 | /*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2019 TIBCO Software Inc. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of JasperReports.
*
* J... |
3e084d34faba92253d6ac5e6055515e568988ac2 | 4,026 | java | Java | src/main/java/seedu/multitasky/logic/commands/DeleteByFindCommand.java | ChuaPingChan/MultiTasky | 05c123cfc93c176e56fc34472558f67c4a00326f | [
"MIT"
] | 1 | 2019-04-02T17:21:54.000Z | 2019-04-02T17:21:54.000Z | src/main/java/seedu/multitasky/logic/commands/DeleteByFindCommand.java | ChuaPingChan/MultiTasky | 05c123cfc93c176e56fc34472558f67c4a00326f | [
"MIT"
] | null | null | null | src/main/java/seedu/multitasky/logic/commands/DeleteByFindCommand.java | ChuaPingChan/MultiTasky | 05c123cfc93c176e56fc34472558f67c4a00326f | [
"MIT"
] | null | null | null | 45.235955 | 113 | 0.618231 | 3,513 | package seedu.multitasky.logic.commands;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import seedu.multitasky.logic.commands.exceptions.CommandException;
import seedu.multitasky.logic.parser.CliSyntax;
import seedu.multitasky.model.Model;
import seedu.multitasky.model.entry.Entry;
import s... |
3e084d6375ffa22567f33fcdea7231c5a8bf30b3 | 3,699 | java | Java | komet/application/src/test/java/sh/komet/fx/stage/TestMenu.java | TheAdityaKedia/ISAAC | 7a63d7a38dc16c747c3b414ebd221a9f26479b75 | [
"Apache-2.0"
] | 1 | 2020-06-21T02:45:14.000Z | 2020-06-21T02:45:14.000Z | komet/application/src/test/java/sh/komet/fx/stage/TestMenu.java | TheAdityaKedia/ISAAC | 7a63d7a38dc16c747c3b414ebd221a9f26479b75 | [
"Apache-2.0"
] | 2 | 2020-05-17T22:35:48.000Z | 2022-01-21T23:43:11.000Z | komet/application/src/test/java/sh/komet/fx/stage/TestMenu.java | mindcomputing/knowledge-core | 5e00971b773a70d90eab597681300d5555125558 | [
"Apache-2.0"
] | null | null | null | 33.026786 | 113 | 0.731008 | 3,514 | /*
* Copyright 2018 ISAAC's KOMET Collaborators.
*
* 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... |
3e084d95c6b4049709c649b5d9c7d066cb19dffd | 3,063 | java | Java | build/generated-src/antlr/main/cymbol/CymbolCFGLexer.java | courses-at-nju-by-hfwei/compilers-antlr | 22f14d442da731d7015284ef43eafa5120e88f40 | [
"MIT"
] | 7 | 2021-11-14T05:43:19.000Z | 2021-12-16T03:24:37.000Z | build/generated-src/antlr/main/cymbol/CymbolCFGLexer.java | courses-at-nju-by-hfwei/compilers-antlr | 22f14d442da731d7015284ef43eafa5120e88f40 | [
"MIT"
] | null | null | null | build/generated-src/antlr/main/cymbol/CymbolCFGLexer.java | courses-at-nju-by-hfwei/compilers-antlr | 22f14d442da731d7015284ef43eafa5120e88f40 | [
"MIT"
] | 2 | 2021-12-02T12:20:00.000Z | 2021-12-16T10:36:39.000Z | 26.634783 | 97 | 0.708129 | 3,515 | // Generated from cymbol/CymbolCFG.g4 by ANTLR 4.9.2
import org.antlr.v4.runtime.Lexer;
import org.antlr.v4.runtime.CharStream;
import org.antlr.v4.runtime.Token;
import org.antlr.v4.runtime.TokenStream;
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.atn.*;
import org.antlr.v4.runtime.dfa.DFA;
import org.an... |
3e084dd67b25e22414f9bd0e9615f6f1515420f2 | 118 | java | Java | src/main/java/refactor/factoryPattern/Product.java | xiapeng612430/demos | cd988452cd6e0281b322fc4186fde5f49883773d | [
"MIT"
] | 1 | 2020-06-03T13:50:59.000Z | 2020-06-03T13:50:59.000Z | src/main/java/refactor/factoryPattern/Product.java | xiapeng612430/demos | cd988452cd6e0281b322fc4186fde5f49883773d | [
"MIT"
] | 4 | 2021-03-22T23:54:17.000Z | 2022-02-01T00:59:20.000Z | src/main/java/refactor/factoryPattern/Product.java | xiapeng612430/demos | cd988452cd6e0281b322fc4186fde5f49883773d | [
"MIT"
] | null | null | null | 11.8 | 32 | 0.686441 | 3,516 | package refactor.factoryPattern;
/**
* Created by xianpeng.xia
* on 2019-04-21 21:36
*/
public class Product {
}
|
3e084e7801d5947c23395e7351996e66b0d90afd | 2,569 | java | Java | src/main/java/com/sid/leetcode/problem/puzzle/NQueens.java | rencht/LeetCode | b791c39858784273a9f66a0b0326f8e721ba4c1d | [
"MIT"
] | null | null | null | src/main/java/com/sid/leetcode/problem/puzzle/NQueens.java | rencht/LeetCode | b791c39858784273a9f66a0b0326f8e721ba4c1d | [
"MIT"
] | null | null | null | src/main/java/com/sid/leetcode/problem/puzzle/NQueens.java | rencht/LeetCode | b791c39858784273a9f66a0b0326f8e721ba4c1d | [
"MIT"
] | null | null | null | 25.949495 | 121 | 0.514986 | 3,517 | package com.sid.leetcode.problem.puzzle;
import java.util.ArrayList;
import java.util.List;
/**
* 51. N-Queens.
*
* <blockquote>
* The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens atack each other.
* <p><img src="https://assets.leetcode.com/uploads/2018/10/12/8-... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.