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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1b7a13cc09c8639f69504576178810c21e50ec | 1,172 | java | Java | src/main/java/org/semsys/helper/Utility.java | fekaputra/course-tutorial | 7a382a6381f44bebd534434d4f436e6a981818a2 | [
"MIT"
] | 1 | 2021-12-02T20:38:39.000Z | 2021-12-02T20:38:39.000Z | src/main/java/org/semsys/helper/Utility.java | fekaputra/course-tutorial | 7a382a6381f44bebd534434d4f436e6a981818a2 | [
"MIT"
] | null | null | null | src/main/java/org/semsys/helper/Utility.java | fekaputra/course-tutorial | 7a382a6381f44bebd534434d4f436e6a981818a2 | [
"MIT"
] | 1 | 2020-08-06T22:00:49.000Z | 2020-08-06T22:00:49.000Z | 40.413793 | 89 | 0.738908 | 11,646 | package org.semsys.helper;
import java.io.IOException;
import java.nio.charset.Charset;
import java.nio.file.Files;
import java.nio.file.Paths;
public class Utility {
public static final String REMOTE_SPARQL_ENDPOINT = "http://128.131.169.17:7200";
public static final String REMOTE_REPO_ID = "course";
p... |
3e1b7a6bb305d1a9c6b7f262d9bb9f74224fc553 | 234 | java | Java | ex2/src/AST/AST_CLASS_DECLER.java | galtoubul/compilation | f614e2e7a00928a664d65a9de4429c2e3222fc52 | [
"MIT"
] | null | null | null | ex2/src/AST/AST_CLASS_DECLER.java | galtoubul/compilation | f614e2e7a00928a664d65a9de4429c2e3222fc52 | [
"MIT"
] | null | null | null | ex2/src/AST/AST_CLASS_DECLER.java | galtoubul/compilation | f614e2e7a00928a664d65a9de4429c2e3222fc52 | [
"MIT"
] | null | null | null | 19.5 | 60 | 0.67094 | 11,647 | package AST;
public class AST_CLASS_DECLER extends AST_CLASS_DEC{
public String id;
public AST_CFIELD_LIST cf;
public AST_CLASS_DECLER(String id, AST_CFIELD_LIST cf) {
this.id = id;
this.cf = cf;
}
}
|
3e1b7bc7395c6898b672df16238b9e0a78a21383 | 1,170 | java | Java | relish-core/src/main/java/uk/co/blackpepper/relish/core/Widget.java | davidgriffithsbp/relish | 2db2fa5e1446af201a382d5d833248471628cc5f | [
"MIT"
] | 1 | 2018-05-14T16:44:30.000Z | 2018-05-14T16:44:30.000Z | relish-core/src/main/java/uk/co/blackpepper/relish/core/Widget.java | BlackPepperSoftware/relish | 2db2fa5e1446af201a382d5d833248471628cc5f | [
"MIT"
] | null | null | null | relish-core/src/main/java/uk/co/blackpepper/relish/core/Widget.java | BlackPepperSoftware/relish | 2db2fa5e1446af201a382d5d833248471628cc5f | [
"MIT"
] | null | null | null | 17.205882 | 72 | 0.52906 | 11,648 | package uk.co.blackpepper.relish.core;
/**
* The type Widget.
*
* @param <T> the type parameter
*/
public abstract class Widget<T> extends Component {
private T peer;
/**
* Instantiates a new Widget.
*
* @param peer the peer
* @param parent the parent
*/
public Widget(T peer... |
3e1b7becaba624d6aa6d83e28d82e9ae97edf329 | 2,570 | java | Java | src/main/java/com/ibm/cusp/graph/errors/CuspExecutionError.java | IBM/cusp | 1599b326f4686c81e238e17e0b7e80b723965793 | [
"MIT"
] | 1 | 2021-06-06T23:33:08.000Z | 2021-06-06T23:33:08.000Z | src/main/java/com/ibm/cusp/graph/errors/CuspExecutionError.java | IBM/cusp | 1599b326f4686c81e238e17e0b7e80b723965793 | [
"MIT"
] | 6 | 2020-11-16T15:01:53.000Z | 2021-12-16T13:55:54.000Z | src/main/java/com/ibm/cusp/graph/errors/CuspExecutionError.java | IBM/cusp | 1599b326f4686c81e238e17e0b7e80b723965793 | [
"MIT"
] | 3 | 2021-01-07T18:24:15.000Z | 2021-09-17T21:27:54.000Z | 35.205479 | 100 | 0.703502 | 11,649 | /**
* Copyright (c) 2020 International Business Machines
*
* 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, copy, m... |
3e1b7c06298678af59f66264a8e57998a373fe78 | 3,792 | java | Java | tsfile/src/main/java/org/apache/iotdb/tsfile/read/filter/TimeFilter.java | marisuki/iotdb | 7f70d980667b223958e7f0139ebcaf41341e2613 | [
"Apache-2.0"
] | 945 | 2018-12-13T00:39:04.000Z | 2020-10-01T04:17:02.000Z | tsfile/src/main/java/org/apache/iotdb/tsfile/read/filter/TimeFilter.java | marisuki/iotdb | 7f70d980667b223958e7f0139ebcaf41341e2613 | [
"Apache-2.0"
] | 923 | 2019-01-18T01:12:04.000Z | 2020-10-01T02:17:11.000Z | tsfile/src/main/java/org/apache/iotdb/tsfile/read/filter/TimeFilter.java | marisuki/iotdb | 7f70d980667b223958e7f0139ebcaf41341e2613 | [
"Apache-2.0"
] | 375 | 2018-12-23T06:40:33.000Z | 2020-10-01T02:49:20.000Z | 27.678832 | 99 | 0.718882 | 11,650 | /*
* 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 ... |
3e1b7cd1d9af2d1a8aeada8922080023af335a2c | 1,773 | java | Java | src/main/java/adventurers/cards/starter/DefendRogue.java | Residualshade/Sts-AdventurersMod | eb4cd96c7b14941a4509bfa0070d04fe7fc8571e | [
"MIT"
] | null | null | null | src/main/java/adventurers/cards/starter/DefendRogue.java | Residualshade/Sts-AdventurersMod | eb4cd96c7b14941a4509bfa0070d04fe7fc8571e | [
"MIT"
] | null | null | null | src/main/java/adventurers/cards/starter/DefendRogue.java | Residualshade/Sts-AdventurersMod | eb4cd96c7b14941a4509bfa0070d04fe7fc8571e | [
"MIT"
] | null | null | null | 32.236364 | 113 | 0.705584 | 11,651 | package adventurers.cards.starter;
import adventurers.patches.AbstractCardEnum;
import basemod.abstracts.CustomCard;
import basemod.helpers.BaseModCardTags;
import com.megacrit.cardcrawl.actions.common.GainBlockAction;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.core.CardCraw... |
3e1b7d08dba771c53f8f351d30fb3abefa745d98 | 180 | java | Java | src/main/java/com/grocerystore/service/UserPaymentService.java | jasmeettuteja/e-kiranastore-userend | 632838f1730ac5126fcb1756a3f94d9b68eebbf4 | [
"MIT"
] | null | null | null | src/main/java/com/grocerystore/service/UserPaymentService.java | jasmeettuteja/e-kiranastore-userend | 632838f1730ac5126fcb1756a3f94d9b68eebbf4 | [
"MIT"
] | null | null | null | src/main/java/com/grocerystore/service/UserPaymentService.java | jasmeettuteja/e-kiranastore-userend | 632838f1730ac5126fcb1756a3f94d9b68eebbf4 | [
"MIT"
] | null | null | null | 18 | 43 | 0.805556 | 11,652 | package com.grocerystore.service;
import com.grocerystore.domain.UserPayment;
public interface UserPaymentService {
UserPayment findById(Long id);
void removeById(Long id);
}
|
3e1b7d093f69fc6eb6111d9d3c9a9562955f38b6 | 978 | java | Java | app/src/main/java/com/lineargs/watchnext/utils/retrofit/series/seasondetails/Crew.java | mrh419/MyFirstProject | 89bf0538133aebc56130dc92c8d17acf1f165583 | [
"MIT"
] | 3 | 2018-01-22T23:06:10.000Z | 2018-08-09T20:42:13.000Z | app/src/main/java/com/lineargs/watchnext/utils/retrofit/series/seasondetails/Crew.java | mrh419/MyFirstProject | 89bf0538133aebc56130dc92c8d17acf1f165583 | [
"MIT"
] | 29 | 2018-01-08T21:40:05.000Z | 2019-08-26T21:29:07.000Z | app/src/main/java/com/lineargs/watchnext/utils/retrofit/series/seasondetails/Crew.java | mrh419/MyFirstProject | 89bf0538133aebc56130dc92c8d17acf1f165583 | [
"MIT"
] | 2 | 2019-01-10T09:01:11.000Z | 2020-03-24T21:33:45.000Z | 18.111111 | 80 | 0.648262 | 11,653 | package com.lineargs.watchnext.utils.retrofit.series.seasondetails;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* Created by goranminov on 28/11/2017.
* <p>
* JSON POJO class for our {@link retrofit2.converter.gson.GsonConverterFactory}
*/
public class Crew {... |
3e1b7d43297a37c655ea214872b48e13b7629b66 | 16,368 | java | Java | kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/BaseFEELFunction.java | karreiro/drools | fdb7c4d2486224312483d00aa0e3df3f345d5840 | [
"Apache-2.0"
] | 1 | 2021-03-04T09:11:57.000Z | 2021-03-04T09:11:57.000Z | kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/BaseFEELFunction.java | karreiro/drools | fdb7c4d2486224312483d00aa0e3df3f345d5840 | [
"Apache-2.0"
] | null | null | null | kie-dmn/kie-dmn-feel/src/main/java/org/kie/dmn/feel/runtime/functions/BaseFEELFunction.java | karreiro/drools | fdb7c4d2486224312483d00aa0e3df3f345d5840 | [
"Apache-2.0"
] | null | null | null | 43.531915 | 245 | 0.497434 | 11,654 | /*
* Copyright 2016 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 a... |
3e1b7d911e4c82432f9b2c042861e69a72511199 | 2,669 | java | Java | core/src/test/java/google/registry/tools/params/DateParameterTest.java | hstonec/nomulus | 59abc1d154ac17650fa3f22aa9996f8213565b76 | [
"Apache-2.0"
] | 1,644 | 2016-10-18T15:05:43.000Z | 2022-03-19T21:45:23.000Z | core/src/test/java/google/registry/tools/params/DateParameterTest.java | hstonec/nomulus | 59abc1d154ac17650fa3f22aa9996f8213565b76 | [
"Apache-2.0"
] | 332 | 2016-10-18T15:33:58.000Z | 2022-03-30T12:48:37.000Z | core/src/test/java/google/registry/tools/params/DateParameterTest.java | hstonec/nomulus | 59abc1d154ac17650fa3f22aa9996f8213565b76 | [
"Apache-2.0"
] | 270 | 2016-10-18T14:56:43.000Z | 2022-03-27T17:54:07.000Z | 31.4 | 96 | 0.739228 | 11,655 | // Copyright 2017 The Nomulus Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by a... |
3e1b7db9d521d980827b6968640f61cbdd337e11 | 4,694 | java | Java | src/com/lupcode/Utilities/others/UTF8String.java | luca-vogels/java-utilities | 062fe6a7f535bc96b71c3fa8b981ee74c4d02bef | [
"MIT"
] | 1 | 2020-12-31T12:15:34.000Z | 2020-12-31T12:15:34.000Z | src/com/lupcode/Utilities/others/UTF8String.java | LupCode/java-utilities | 062fe6a7f535bc96b71c3fa8b981ee74c4d02bef | [
"MIT"
] | null | null | null | src/com/lupcode/Utilities/others/UTF8String.java | LupCode/java-utilities | 062fe6a7f535bc96b71c3fa8b981ee74c4d02bef | [
"MIT"
] | null | null | null | 26.822857 | 125 | 0.711121 | 11,656 | package com.lupcode.Utilities.others;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.NoSuchElementException;
import java.util.Queue;
import com.lupcode.Utiliti... |
3e1b7e90149246e90711d9ee60981f3e0cd97437 | 3,189 | java | Java | src/main/java/com/mediafire/sdk/response_models/data_models/UserInfoModel.java | MediaFire/mediafire-java-sdk | aa538d0a551f6ba4c22f3f6ed7c9865dbab4c958 | [
"Apache-2.0"
] | 11 | 2015-10-30T19:43:13.000Z | 2021-04-06T17:30:08.000Z | src/main/java/com/mediafire/sdk/response_models/data_models/UserInfoModel.java | MediaFire/mediafire-java-sdk | aa538d0a551f6ba4c22f3f6ed7c9865dbab4c958 | [
"Apache-2.0"
] | 3 | 2016-04-10T15:16:04.000Z | 2016-12-06T11:17:45.000Z | src/main/java/com/mediafire/sdk/response_models/data_models/UserInfoModel.java | MediaFire/mediafire-java-sdk | aa538d0a551f6ba4c22f3f6ed7c9865dbab4c958 | [
"Apache-2.0"
] | 9 | 2015-03-02T15:15:33.000Z | 2019-12-29T08:25:20.000Z | 22.145833 | 54 | 0.541549 | 11,657 | package com.mediafire.sdk.response_models.data_models;
/**
* Created by Chris on 5/14/2015.
*/
public class UserInfoModel {
private String first_name;
private String last_name;
private String display_name;
private String birth_date;
private String max_instant_upload_size;
private String storage... |
3e1b81310fee392cdc2f1b7a0f322b8d284a65bb | 29,780 | java | Java | flink-table-store-connector/src/test/java/org/apache/flink/table/store/connector/ReadWriteTableTestUtil.java | SteNicholas/flink-table-store | d0576e1bbd7f798d68db398593c8368376743203 | [
"Apache-2.0"
] | 74 | 2022-01-12T06:02:22.000Z | 2022-03-31T02:59:23.000Z | flink-table-store-connector/src/test/java/org/apache/flink/table/store/connector/ReadWriteTableTestUtil.java | SteNicholas/flink-table-store | d0576e1bbd7f798d68db398593c8368376743203 | [
"Apache-2.0"
] | 15 | 2022-01-12T07:10:32.000Z | 2022-03-30T08:01:35.000Z | flink-table-store-connector/src/test/java/org/apache/flink/table/store/connector/ReadWriteTableTestUtil.java | SteNicholas/flink-table-store | d0576e1bbd7f798d68db398593c8368376743203 | [
"Apache-2.0"
] | 20 | 2022-01-12T05:59:51.000Z | 2022-03-24T14:43:55.000Z | 51.256454 | 99 | 0.504735 | 11,658 | /*
* 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 ... |
3e1b815c48c2623ecc9d2cf90abb80b39a0a760b | 391 | java | Java | library/src/main/java/com/hololo/tutorial/library/StepView.java | smhdk/tutorial-view | eff330476789ec92334aa8157a154a6753d6ac22 | [
"MIT"
] | 255 | 2017-05-09T08:49:34.000Z | 2022-03-04T17:57:44.000Z | library/src/main/java/com/hololo/tutorial/library/StepView.java | smhdk/tutorial-view | eff330476789ec92334aa8157a154a6753d6ac22 | [
"MIT"
] | 15 | 2017-09-27T20:43:20.000Z | 2020-09-15T14:31:27.000Z | library/src/main/java/com/hololo/tutorial/library/StepView.java | smhdk/tutorial-view | eff330476789ec92334aa8157a154a6753d6ac22 | [
"MIT"
] | 61 | 2017-09-25T13:23:24.000Z | 2020-12-01T08:45:56.000Z | 21.722222 | 63 | 0.734015 | 11,659 | package com.hololo.tutorial.library;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
public class StepView extends Fragment {
Step step;
@Override
public void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanc... |
3e1b82345c4c78c27112f2b7039d4cbd70e8326b | 705 | java | Java | src/main/java/ca/ulaval/glo4003/users/domain/exceptions/InvalidBirthDateException.java | ExiledNarwal28/glo-4003-spamdul | 5d7484d754f23a3579bedbb6800e8adf464c3491 | [
"MIT"
] | 1 | 2021-02-09T01:46:59.000Z | 2021-02-09T01:46:59.000Z | src/main/java/ca/ulaval/glo4003/users/domain/exceptions/InvalidBirthDateException.java | ExiledNarwal28/glo-4003-spamdul | 5d7484d754f23a3579bedbb6800e8adf464c3491 | [
"MIT"
] | null | null | null | src/main/java/ca/ulaval/glo4003/users/domain/exceptions/InvalidBirthDateException.java | ExiledNarwal28/glo-4003-spamdul | 5d7484d754f23a3579bedbb6800e8adf464c3491 | [
"MIT"
] | 2 | 2021-02-09T01:46:37.000Z | 2021-04-14T03:54:22.000Z | 32.045455 | 80 | 0.775887 | 11,660 | package ca.ulaval.glo4003.users.domain.exceptions;
import ca.ulaval.glo4003.errors.domain.ErrorCode;
import ca.ulaval.glo4003.errors.domain.exceptions.ApplicationException;
public class InvalidBirthDateException extends ApplicationException {
private static final String ERROR = "Invalid birth date";
private stati... |
3e1b82601826960051f5a0d55ad544bf42089c7b | 510 | java | Java | springcloud-config-eureka-client-7001/src/main/java/com/lx/spring/springcloud/Config_Eureka_Client_7001.java | lx106/springcloud | d749a53c09a3a24ac4e6901252274bfb39afd3d0 | [
"Apache-2.0"
] | null | null | null | springcloud-config-eureka-client-7001/src/main/java/com/lx/spring/springcloud/Config_Eureka_Client_7001.java | lx106/springcloud | d749a53c09a3a24ac4e6901252274bfb39afd3d0 | [
"Apache-2.0"
] | null | null | null | springcloud-config-eureka-client-7001/src/main/java/com/lx/spring/springcloud/Config_Eureka_Client_7001.java | lx106/springcloud | d749a53c09a3a24ac4e6901252274bfb39afd3d0 | [
"Apache-2.0"
] | null | null | null | 25.5 | 74 | 0.792157 | 11,661 | package com.lx.spring.springcloud;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* Created with liuxun
* Description:
* Date: 2018-07-11-9:30
*/
@SpringBootAppli... |
3e1b8298eb4b07f772156785071d39d2ad02ed32 | 348 | java | Java | springboot-thymeleaf/src/main/java/zam/hzh/thymeleaf/SpringbootThymeleafApplication.java | hzhxzqs/SpringBootDemo | e1036662b08a70d2403e6e81794e35e1cf3667f3 | [
"Apache-2.0"
] | null | null | null | springboot-thymeleaf/src/main/java/zam/hzh/thymeleaf/SpringbootThymeleafApplication.java | hzhxzqs/SpringBootDemo | e1036662b08a70d2403e6e81794e35e1cf3667f3 | [
"Apache-2.0"
] | null | null | null | springboot-thymeleaf/src/main/java/zam/hzh/thymeleaf/SpringbootThymeleafApplication.java | hzhxzqs/SpringBootDemo | e1036662b08a70d2403e6e81794e35e1cf3667f3 | [
"Apache-2.0"
] | null | null | null | 24.857143 | 74 | 0.804598 | 11,662 | package zam.hzh.thymeleaf;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringbootThymeleafApplication {
public static void main(String[] args) {
SpringApplication.run(SpringbootThymeleafApplica... |
3e1b8384b61fe78bf917fd023ba5d729ba639d33 | 2,120 | java | Java | app/src/main/java/com/android/simpletodo/EditItemActivity.java | QuangMuop/TodoApp | 0b8bf937fd8b3ee34dbc4433559cf5ed8e928044 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/android/simpletodo/EditItemActivity.java | QuangMuop/TodoApp | 0b8bf937fd8b3ee34dbc4433559cf5ed8e928044 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/android/simpletodo/EditItemActivity.java | QuangMuop/TodoApp | 0b8bf937fd8b3ee34dbc4433559cf5ed8e928044 | [
"Apache-2.0"
] | null | null | null | 31.176471 | 86 | 0.591509 | 11,663 | package com.android.simpletodo;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageButton;
import java.util.ArrayList;
public class EditItemActivity extends AppCompatActivity {
... |
3e1b838e403d6c6861603cfcf7ec7d1fd8cd4eac | 4,987 | java | Java | src/main/java/eu/datex/v220/VmsUnitTable.java | svvsaga/datex-client | f4f65e7ae2250ed6db8590783a0825dcedd785f2 | [
"MIT"
] | 2 | 2020-05-06T20:38:49.000Z | 2020-07-19T20:44:02.000Z | src/main/java/eu/datex/v220/VmsUnitTable.java | svvsaga/datex-client | f4f65e7ae2250ed6db8590783a0825dcedd785f2 | [
"MIT"
] | null | null | null | src/main/java/eu/datex/v220/VmsUnitTable.java | svvsaga/datex-client | f4f65e7ae2250ed6db8590783a0825dcedd785f2 | [
"MIT"
] | 4 | 2020-02-07T09:43:27.000Z | 2021-08-02T12:46:45.000Z | 27.552486 | 123 | 0.605173 | 11,664 |
package eu.datex.v220;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>... |
3e1b849bf84bf3faf010a71c1e0b39ffb0ac6ac9 | 1,263 | java | Java | src/main/java/org/hzero/platform/infra/mapper/LovMapper.java | yang-zhang99/hzero-platform | e3ad6091c1292a43443461e02428cb380f4ed9db | [
"Apache-2.0"
] | 7 | 2020-09-27T09:09:27.000Z | 2021-06-11T12:48:32.000Z | src/main/java/org/hzero/platform/infra/mapper/LovMapper.java | yang-zhang99/hzero-platform | e3ad6091c1292a43443461e02428cb380f4ed9db | [
"Apache-2.0"
] | null | null | null | src/main/java/org/hzero/platform/infra/mapper/LovMapper.java | yang-zhang99/hzero-platform | e3ad6091c1292a43443461e02428cb380f4ed9db | [
"Apache-2.0"
] | 17 | 2020-09-23T07:51:40.000Z | 2021-11-23T13:52:08.000Z | 23.109091 | 142 | 0.638867 | 11,665 | package org.hzero.platform.infra.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import org.hzero.platform.domain.entity.Lov;
import io.choerodon.mybatis.common.BaseMapper;
/**
* <p><b>name</b> LovMapper</p>
* <p><b>description</b> 值集头Mapper</p>
* @author envkt@example.com 2018年6月5日... |
3e1b8700100f8314b590e611ab4c5dc0fe6c6e00 | 674 | java | Java | src/main/java/KnowledgeableReview201901/designPatterns/abstractFactory/ShapeFactory.java | zkydrx/mypractices | 894d3d61b3e4a4e5e13ca3f8338d0ac0c4818f07 | [
"Apache-2.0"
] | null | null | null | src/main/java/KnowledgeableReview201901/designPatterns/abstractFactory/ShapeFactory.java | zkydrx/mypractices | 894d3d61b3e4a4e5e13ca3f8338d0ac0c4818f07 | [
"Apache-2.0"
] | 1 | 2020-06-15T20:06:08.000Z | 2020-06-15T20:06:08.000Z | src/main/java/KnowledgeableReview201901/designPatterns/abstractFactory/ShapeFactory.java | zkydrx/mypractices | 894d3d61b3e4a4e5e13ca3f8338d0ac0c4818f07 | [
"Apache-2.0"
] | null | null | null | 16.85 | 65 | 0.560831 | 11,666 | package KnowledgeableReview201901.designPatterns.abstractFactory;
/**
* Created with IntelliJ IDEA.
* Author: Abbot
* Date: 2018-03-19
* Time: 15:44:38
* Description:
*/
public class ShapeFactory extends AbstractFactory
{
@Override
Color getColor(String color)
{
return null;
}
@Ove... |
3e1b8721aae96e88c0dece8b4d0cecfe1dff5979 | 606 | java | Java | core/src/de/longri/cachebox3/gui/menu/menuBtn1/Action_Share.java | Longri/cachebox3.0 | 517e6c35f58a1636f00ff96cf99ffbf229597125 | [
"Apache-2.0"
] | 10 | 2016-07-13T22:10:32.000Z | 2022-03-20T17:08:01.000Z | core/src/de/longri/cachebox3/gui/menu/menuBtn1/Action_Share.java | Longri/cachebox3.0 | 517e6c35f58a1636f00ff96cf99ffbf229597125 | [
"Apache-2.0"
] | 257 | 2016-06-28T20:17:45.000Z | 2020-06-15T18:44:47.000Z | core/src/de/longri/cachebox3/gui/menu/menuBtn1/Action_Share.java | Longri/cachebox3.0 | 517e6c35f58a1636f00ff96cf99ffbf229597125 | [
"Apache-2.0"
] | 6 | 2016-08-15T07:35:46.000Z | 2020-01-29T10:18:39.000Z | 23.307692 | 63 | 0.721122 | 11,667 | package de.longri.cachebox3.gui.menu.menuBtn1;
import com.badlogic.gdx.scenes.scene2d.utils.Drawable;
import de.longri.cachebox3.CB;
import de.longri.cachebox3.gui.menu.MenuID;
import de.longri.cachebox3.gui.stages.AbstractAction;
import static de.longri.cachebox3.PlatformConnector.shareInfos;
public class Action_Sh... |
3e1b875feb4bc27144c80fd9564f95385c2b3ccd | 188 | java | Java | src/com/example/exceptions/DAOException.java | collegboi/MotorSpy-Software-Engineering- | b0989919a4715c73845f856831f7a465ab43cf32 | [
"MIT"
] | null | null | null | src/com/example/exceptions/DAOException.java | collegboi/MotorSpy-Software-Engineering- | b0989919a4715c73845f856831f7a465ab43cf32 | [
"MIT"
] | null | null | null | src/com/example/exceptions/DAOException.java | collegboi/MotorSpy-Software-Engineering- | b0989919a4715c73845f856831f7a465ab43cf32 | [
"MIT"
] | null | null | null | 15.666667 | 45 | 0.68617 | 11,668 | package com.example.exceptions;
public class DAOException extends Exception {
public DAOException() {
}
public DAOException(String aMessage) {
super(aMessage);
}
}
|
3e1b8772d78ac5601fc43dea1d275146a0973485 | 2,590 | java | Java | Product/Production/Services/PatientDiscoveryCore/src/main/java/gov/hhs/fha/nhinc/patientdiscovery/response/PassThruMode.java | connect-cgi/CONNECT | 5f71b77155ac2c68a323eb8ea1549bc8a356e78c | [
"BSD-3-Clause"
] | 37 | 2015-02-11T15:26:13.000Z | 2021-12-08T06:48:47.000Z | Product/Production/Services/PatientDiscoveryCore/src/main/java/gov/hhs/fha/nhinc/patientdiscovery/response/PassThruMode.java | connect-cgi/CONNECT | 5f71b77155ac2c68a323eb8ea1549bc8a356e78c | [
"BSD-3-Clause"
] | 519 | 2015-01-06T18:06:52.000Z | 2019-09-04T18:25:11.000Z | Product/Production/Services/PatientDiscoveryCore/src/main/java/gov/hhs/fha/nhinc/patientdiscovery/response/PassThruMode.java | connect-cgi/CONNECT | 5f71b77155ac2c68a323eb8ea1549bc8a356e78c | [
"BSD-3-Clause"
] | 63 | 2015-01-04T07:35:46.000Z | 2021-06-24T19:40:38.000Z | 43.166667 | 116 | 0.746718 | 11,669 | /*
* Copyright (c) 2009-2019, United States Government, as represented by the Secretary of Health and Human Services.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistribution... |
3e1b888f21999e4b3cee232cd40e71d4840d253f | 1,827 | java | Java | amazon/java/cut_off_trees_golf_event_675.java | Xiaoyu-Xing/algorithms | 93936aeeef64487285db360b5884e844e0662b8e | [
"MIT"
] | null | null | null | amazon/java/cut_off_trees_golf_event_675.java | Xiaoyu-Xing/algorithms | 93936aeeef64487285db360b5884e844e0662b8e | [
"MIT"
] | null | null | null | amazon/java/cut_off_trees_golf_event_675.java | Xiaoyu-Xing/algorithms | 93936aeeef64487285db360b5884e844e0662b8e | [
"MIT"
] | null | null | null | 35.823529 | 109 | 0.417625 | 11,670 | // BFS, map, time O((r*c)^2) space O(r*c)
class Solution {
public int cutOffTree(List<List<Integer>> forest) {
List<int[]> trees = new ArrayList();
for (int r = 0; r < forest.size(); r++) {
for (int c = 0; c < forest.get(r).size(); c++) {
int value = forest.get(r).get(c);... |
3e1b88de32ec76cefe65079be8c85bc84b7fa201 | 676 | java | Java | spring-demo/src/main/java/com/xinyu/proxyDemo/CglibProxy/BeforeAdvice.java | xinyu894235025/spring-framework | 297a50c9cb854bfedfad47d0e89800cae43d85bb | [
"Apache-2.0"
] | null | null | null | spring-demo/src/main/java/com/xinyu/proxyDemo/CglibProxy/BeforeAdvice.java | xinyu894235025/spring-framework | 297a50c9cb854bfedfad47d0e89800cae43d85bb | [
"Apache-2.0"
] | null | null | null | spring-demo/src/main/java/com/xinyu/proxyDemo/CglibProxy/BeforeAdvice.java | xinyu894235025/spring-framework | 297a50c9cb854bfedfad47d0e89800cae43d85bb | [
"Apache-2.0"
] | null | null | null | 21.806452 | 108 | 0.717456 | 11,671 | package com.xinyu.proxyDemo.CglibProxy;
import org.springframework.cglib.proxy.MethodInterceptor;
import org.springframework.cglib.proxy.MethodProxy;
import java.lang.reflect.Method;
/**
* @Description
* @Author xinyu4
* @Date 2021/3/10/0010 17:45
*/
public class BeforeAdvice implements MethodInterceptor {
/**
... |
3e1b8944b773aa1d7dcef1364fedb0df75f9d7e3 | 860 | java | Java | src/main/java/frc/robot/commands/Drive_Joystick_command.java | zumrutsarp/2021-frc | 768983a38b8e52791c51449f70314671436055fd | [
"BSD-3-Clause"
] | 1 | 2021-06-15T17:24:56.000Z | 2021-06-15T17:24:56.000Z | src/main/java/frc/robot/commands/Drive_Joystick_command.java | zumrutsarp/2021-frc | 768983a38b8e52791c51449f70314671436055fd | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/commands/Drive_Joystick_command.java | zumrutsarp/2021-frc | 768983a38b8e52791c51449f70314671436055fd | [
"BSD-3-Clause"
] | null | null | null | 19.545455 | 123 | 0.772093 | 11,672 |
package frc.robot.commands;
import java.util.function.DoubleSupplier;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc.robot.subsystems.Drive_Train_Subsystem;
public class Drive_Joystick_command extends CommandBase {
Drive_Train_Subsystem m_drive;
DoubleSupplier m_rotation;
DoubleSupplier m_for... |
3e1b89b1ab5244e4a0610f90424f5296cc93ab44 | 2,427 | java | Java | src/myfaces-impl-2.1.10-sources/org/apache/myfaces/view/facelets/compiler/NamespaceHandler.java | JavaQualitasCorpus/myfaces_core-2.1.10 | 10c9f2d038dd91c0b4f78ba9ad9ed44b20fb55c3 | [
"Apache-2.0"
] | null | null | null | src/myfaces-impl-2.1.10-sources/org/apache/myfaces/view/facelets/compiler/NamespaceHandler.java | JavaQualitasCorpus/myfaces_core-2.1.10 | 10c9f2d038dd91c0b4f78ba9ad9ed44b20fb55c3 | [
"Apache-2.0"
] | null | null | null | src/myfaces-impl-2.1.10-sources/org/apache/myfaces/view/facelets/compiler/NamespaceHandler.java | JavaQualitasCorpus/myfaces_core-2.1.10 | 10c9f2d038dd91c0b4f78ba9ad9ed44b20fb55c3 | [
"Apache-2.0"
] | null | null | null | 31.934211 | 115 | 0.713226 | 11,673 | /*
* 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 ... |
3e1b8a67bfa57b2ceb7355c5c1ce141871c6aee9 | 10,836 | java | Java | src/integrationTest/java/uk/gov/hmcts/reform/bulkscan/orchestrator/client/transformation/TransformationClientTest.java | hmcts/bulk-scan-orchestrator | 38ab93befeddf9c583d042dbcc8170a37452586c | [
"MIT"
] | 1 | 2020-07-13T05:50:54.000Z | 2020-07-13T05:50:54.000Z | src/integrationTest/java/uk/gov/hmcts/reform/bulkscan/orchestrator/client/transformation/TransformationClientTest.java | hmcts/bulk-scan-orchestrator | 38ab93befeddf9c583d042dbcc8170a37452586c | [
"MIT"
] | 1,121 | 2018-08-23T10:14:13.000Z | 2022-03-30T07:18:10.000Z | src/integrationTest/java/uk/gov/hmcts/reform/bulkscan/orchestrator/client/transformation/TransformationClientTest.java | hmcts/bulk-scan-orchestrator | 38ab93befeddf9c583d042dbcc8170a37452586c | [
"MIT"
] | 3 | 2019-01-24T07:01:49.000Z | 2021-04-10T22:36:32.000Z | 42 | 129 | 0.699982 | 11,674 | package uk.gov.hmcts.reform.bulkscan.orchestrator.client.transformation;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.boot.test.mock.mockito.MockBean;
import org.springframework.cl... |
3e1b8b346ec46e0cb08bec6d42492cdec961e34c | 2,722 | java | Java | src/main/java/net/imglib2/ops/condition/AbstractFunctionCondition.java | bnorthan/imagej-ops | defeee0eecc113b05685dcc6f0f475060ea1d943 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/net/imglib2/ops/condition/AbstractFunctionCondition.java | bnorthan/imagej-ops | defeee0eecc113b05685dcc6f0f475060ea1d943 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/net/imglib2/ops/condition/AbstractFunctionCondition.java | bnorthan/imagej-ops | defeee0eecc113b05685dcc6f0f475060ea1d943 | [
"BSD-2-Clause"
] | null | null | null | 29.586957 | 79 | 0.735489 | 11,675 | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2014 Board of Regents of the University of
* Wisconsin-Madison and University of Konstanz.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the... |
3e1b8c7a67031e2cafb120ad2171e7dfc4b67d0b | 3,309 | java | Java | odata2-lib/odata-core/src/test/java/org/apache/olingo/odata2/core/edm/provider/EdmAssociationSetEndImplProvTest.java | Infosys/olingo-odata2 | daa83f4d80f3eb8019ae2cb6729486d1821b8c89 | [
"Apache-2.0"
] | 41 | 2015-01-22T21:14:18.000Z | 2021-11-08T13:15:49.000Z | odata2-lib/odata-core/src/test/java/org/apache/olingo/odata2/core/edm/provider/EdmAssociationSetEndImplProvTest.java | Infosys/olingo-odata2 | daa83f4d80f3eb8019ae2cb6729486d1821b8c89 | [
"Apache-2.0"
] | 14 | 2015-02-26T12:15:04.000Z | 2022-03-12T16:52:28.000Z | odata2-lib/odata-core/src/test/java/org/apache/olingo/odata2/core/edm/provider/EdmAssociationSetEndImplProvTest.java | Infosys/olingo-odata2 | daa83f4d80f3eb8019ae2cb6729486d1821b8c89 | [
"Apache-2.0"
] | 88 | 2015-01-26T16:51:42.000Z | 2022-03-11T13:49:53.000Z | 44.12 | 117 | 0.754306 | 11,676 | /*******************************************************************************
* 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 f... |
3e1b8c8388402771dad46986773ebf7aa8f09585 | 9,546 | java | Java | lib-translation-tool/src/main/java/eu/smesec/cysec/translationtool/Merger.java | cysec-platform/cysec-translation-tool | eec5c53ffa1ed638fac8452bfa9df8803e32a144 | [
"Apache-2.0"
] | null | null | null | lib-translation-tool/src/main/java/eu/smesec/cysec/translationtool/Merger.java | cysec-platform/cysec-translation-tool | eec5c53ffa1ed638fac8452bfa9df8803e32a144 | [
"Apache-2.0"
] | null | null | null | lib-translation-tool/src/main/java/eu/smesec/cysec/translationtool/Merger.java | cysec-platform/cysec-translation-tool | eec5c53ffa1ed638fac8452bfa9df8803e32a144 | [
"Apache-2.0"
] | null | null | null | 42.426667 | 150 | 0.631259 | 11,677 | /*-
* #%L
* CYSEC Translation Tool Library
* %%
* Copyright (C) 2021 - 2022 FHNW (University of Applied Sciences and Arts Northwestern Switzerland)
* %%
* 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... |
3e1b8ce1763c28f3ed7cbc68b669ece63acd672e | 160 | java | Java | src/app/models/Set.java | TangZuqin/CDE3API | b0458f89352724bb60aac6c85baa8f11ccac28d5 | [
"MIT"
] | null | null | null | src/app/models/Set.java | TangZuqin/CDE3API | b0458f89352724bb60aac6c85baa8f11ccac28d5 | [
"MIT"
] | null | null | null | src/app/models/Set.java | TangZuqin/CDE3API | b0458f89352724bb60aac6c85baa8f11ccac28d5 | [
"MIT"
] | null | null | null | 17.777778 | 49 | 0.7875 | 11,678 | package app.models;
import org.javalite.activejdbc.Model;
import org.javalite.activejdbc.annotations.Table;
@Table("sets")
public class Set extends Model {
}
|
3e1b8dba9ebd87cf232137447fcecdcf8494f305 | 275 | java | Java | spring-data-rest-angular/src/main/java/com/programmingfree/springservice/HomeController.java | marhan/spring-boot-sandbox | fa8930740dbce68f4724a8ff5f6cc62f44b1b531 | [
"Apache-2.0"
] | null | null | null | spring-data-rest-angular/src/main/java/com/programmingfree/springservice/HomeController.java | marhan/spring-boot-sandbox | fa8930740dbce68f4724a8ff5f6cc62f44b1b531 | [
"Apache-2.0"
] | null | null | null | spring-data-rest-angular/src/main/java/com/programmingfree/springservice/HomeController.java | marhan/spring-boot-sandbox | fa8930740dbce68f4724a8ff5f6cc62f44b1b531 | [
"Apache-2.0"
] | null | null | null | 18.333333 | 62 | 0.789091 | 11,679 | package com.programmingfree.springservice;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller
public class HomeController {
@RequestMapping("/home")
public String home() {
return "index";
}
}
|
3e1b8ec1e82fee4af064f78d04c6789a5b31bf1d | 1,112 | java | Java | src/biovis/hackebeil/server/worker/motifWorker/MotifWorkerInterface.java | sierraplatinum/masakari | c86a2f7661a47d6541dd9b11c817b350e2aacb33 | [
"Apache-2.0"
] | null | null | null | src/biovis/hackebeil/server/worker/motifWorker/MotifWorkerInterface.java | sierraplatinum/masakari | c86a2f7661a47d6541dd9b11c817b350e2aacb33 | [
"Apache-2.0"
] | 1 | 2018-01-14T11:03:33.000Z | 2018-01-15T16:20:35.000Z | src/biovis/hackebeil/server/worker/motifWorker/MotifWorkerInterface.java | sierraplatinum/masakari | c86a2f7661a47d6541dd9b11c817b350e2aacb33 | [
"Apache-2.0"
] | null | null | null | 32.705882 | 80 | 0.639388 | 11,680 | /**
* *****************************************************************************
* Copyright 2015 Dirk Zeckzer, Lydia Müller, Daniel Gerighausen
*
* 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 ... |
3e1b8ed261dbb94ad6770ff5610c25920e32eced | 157 | java | Java | chapter_002/src/main/java/by/vorokhobko/inheritance/package-info.java | EvgenyVorohobko/java-a-to-z | cfce43406af66d25551f5d57194a741ec15a73c0 | [
"Apache-2.0"
] | 1 | 2017-08-02T00:46:49.000Z | 2017-08-02T00:46:49.000Z | chapter_002/src/main/java/by/vorokhobko/inheritance/package-info.java | EvgenyVorohobko/java-a-to-z | cfce43406af66d25551f5d57194a741ec15a73c0 | [
"Apache-2.0"
] | 5 | 2021-01-20T23:08:28.000Z | 2021-12-14T21:16:55.000Z | chapter_002/src/main/java/by/vorokhobko/inheritance/package-info.java | 1Evgeny/java-a-to-z | cfce43406af66d25551f5d57194a741ec15a73c0 | [
"Apache-2.0"
] | null | null | null | 20.5 | 56 | 0.670732 | 11,681 | /**
* //TODO add comments.
*
* @author Evgeny Vorokhobko (lyhxr@example.com).
* @version 1.
* @since 16.01.2017.
*/
package by.vorokhobko.inheritance; |
3e1b8ed593398668ee39dc4e0f9c6247f40538ec | 3,678 | java | Java | forest-rpc/src/main/java/com/zhizus/forest/ForestRouter.java | dempeZheng/yysrv | 2f6cd1f6a72a541bf7c6440a91713a33895be2ff | [
"Apache-2.0"
] | 450 | 2016-02-18T14:06:14.000Z | 2022-03-04T02:58:01.000Z | forest-rpc/src/main/java/com/zhizus/forest/ForestRouter.java | houxudong01/forest | 2f6cd1f6a72a541bf7c6440a91713a33895be2ff | [
"Apache-2.0"
] | 6 | 2016-06-08T06:40:38.000Z | 2018-08-28T03:30:43.000Z | forest-rpc/src/main/java/com/zhizus/forest/ForestRouter.java | houxudong01/forest | 2f6cd1f6a72a541bf7c6440a91713a33895be2ff | [
"Apache-2.0"
] | 213 | 2016-04-19T08:29:40.000Z | 2022-02-25T02:16:16.000Z | 37.530612 | 145 | 0.626427 | 11,682 | package com.zhizus.forest;
import com.google.common.base.Strings;
import com.google.common.collect.Maps;
import com.google.common.util.concurrent.RateLimiter;
import com.zhizus.forest.common.annotation.Interceptor;
import com.zhizus.forest.common.annotation.MethodExport;
import com.zhizus.forest.common.annotation.Rate... |
3e1b8f027726f3817792509bff54d85a36634aab | 1,382 | java | Java | community/server/src/test/java/org/neo4j/server/configuration/validation/DatabaseLocationMustBeSpecifiedRuleTest.java | jexp/neo4j | fcc121f9f0456e21f609f3f8e895255052242ff1 | [
"CNRI-Python",
"Apache-1.1"
] | 1 | 2015-12-14T07:35:29.000Z | 2015-12-14T07:35:29.000Z | community/server/src/test/java/org/neo4j/server/configuration/validation/DatabaseLocationMustBeSpecifiedRuleTest.java | jexp/neo4j | fcc121f9f0456e21f609f3f8e895255052242ff1 | [
"CNRI-Python",
"Apache-1.1"
] | null | null | null | community/server/src/test/java/org/neo4j/server/configuration/validation/DatabaseLocationMustBeSpecifiedRuleTest.java | jexp/neo4j | fcc121f9f0456e21f609f3f8e895255052242ff1 | [
"CNRI-Python",
"Apache-1.1"
] | null | null | null | 38.388889 | 96 | 0.747467 | 11,683 | /**
* Copyright (c) 2002-2013 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundati... |
3e1b8f6127d379d37e7e5724b3ff3b1580800765 | 757 | java | Java | S1/TAA/TP2/src/main/java/TP2/jpa/JpaTest.java | Yberion/M2-IL | 10ed305f3aae2b7142cf409839faac11d6a41b12 | [
"MIT"
] | 2 | 2020-09-09T16:26:17.000Z | 2020-10-27T18:42:49.000Z | S1/TAA/TP2/src/main/java/TP2/jpa/JpaTest.java | Yberion/M2-IL | 10ed305f3aae2b7142cf409839faac11d6a41b12 | [
"MIT"
] | null | null | null | S1/TAA/TP2/src/main/java/TP2/jpa/JpaTest.java | Yberion/M2-IL | 10ed305f3aae2b7142cf409839faac11d6a41b12 | [
"MIT"
] | 1 | 2021-01-27T09:04:12.000Z | 2021-01-27T09:04:12.000Z | 21.628571 | 61 | 0.569353 | 11,684 | package TP2.jpa;
import java.util.List;
import TP2.jpa.kanban.dao.KanbanDAO;
import TP2.jpa.kanban.dao.SectionDAO;
public class JpaTest
{
public static void main(String[] args)
{
KanbanDAO kanbanDAO = new KanbanDAO();
SectionDAO sectionDAO = new SectionDAO();
try
{
... |
3e1b8f644ffbe14eb7180fe456981ded7d751a70 | 393 | java | Java | Backend/src/test/java/com/mexbo/Controller/UserControllerTest.java | awfssv/Springboot_muxin | 05820f6f2eb0ce0d8480588243ad42721609cd4f | [
"Apache-2.0"
] | 26 | 2019-01-31T13:14:26.000Z | 2022-03-18T13:38:50.000Z | Backend/src/test/java/com/mexbo/Controller/UserControllerTest.java | awfssv/Springboot_muxin | 05820f6f2eb0ce0d8480588243ad42721609cd4f | [
"Apache-2.0"
] | null | null | null | Backend/src/test/java/com/mexbo/Controller/UserControllerTest.java | awfssv/Springboot_muxin | 05820f6f2eb0ce0d8480588243ad42721609cd4f | [
"Apache-2.0"
] | 21 | 2019-06-15T05:17:14.000Z | 2020-10-19T13:36:47.000Z | 21.833333 | 62 | 0.768448 | 11,685 | package com.mexbo.Controller;
import com.mexbo.controller.UserController;
import com.mexbo.pojo.Users;
import com.mexbo.utils.MD5Utils;
import org.junit.Test;
import org.n3r.idworker.Sid;
import org.springframework.beans.factory.annotation.Autowired;
public class UserControllerTest {
@Autowired
private Sid si... |
3e1b90b7180068b828eb3ab65654b64d630f52a1 | 65,311 | java | Java | core/src/main/java/tech/tablesaw/api/Table.java | jbsooter/tablesaw | 8c03426f73cfa432ac563d5a6cb69bebdfea056a | [
"Apache-2.0"
] | null | null | null | core/src/main/java/tech/tablesaw/api/Table.java | jbsooter/tablesaw | 8c03426f73cfa432ac563d5a6cb69bebdfea056a | [
"Apache-2.0"
] | null | null | null | core/src/main/java/tech/tablesaw/api/Table.java | jbsooter/tablesaw | 8c03426f73cfa432ac563d5a6cb69bebdfea056a | [
"Apache-2.0"
] | null | null | null | 35.43733 | 134 | 0.670454 | 11,686 | /*
* 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... |
3e1b9108bcb3b243dd34b4a0643f1e8e45adf583 | 465 | java | Java | netty-im/src/main/java/com/sanshengshui/im/codec/PacketDecoder.java | 1604559744/netty-learning-example | 5be11db9a01e38d9e17ac2d906c55e8d0366b93d | [
"Apache-2.0"
] | 2,462 | 2018-09-26T01:14:58.000Z | 2022-03-31T15:02:58.000Z | netty-im/src/main/java/com/sanshengshui/im/codec/PacketDecoder.java | 1604559744/netty-learning-example | 5be11db9a01e38d9e17ac2d906c55e8d0366b93d | [
"Apache-2.0"
] | 9 | 2018-12-24T03:53:34.000Z | 2019-09-19T10:00:03.000Z | netty-im/src/main/java/com/sanshengshui/im/codec/PacketDecoder.java | 1604559744/netty-learning-example | 5be11db9a01e38d9e17ac2d906c55e8d0366b93d | [
"Apache-2.0"
] | 683 | 2018-09-27T03:11:49.000Z | 2022-03-29T09:22:56.000Z | 25.833333 | 76 | 0.784946 | 11,687 | package com.sanshengshui.im.codec;
import com.sanshengshui.im.protocol.PacketCodec;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.MessageToMessageDecoder;
import java.util.List;
public class PacketDecoder extends MessageToMessageDecoder<ByteBuf> {
... |
3e1b91372d7dc8367ea1cf6baa75b04dd58b11fc | 270 | java | Java | src/main/java/com/jgb/designpatterns/decorator/SimplyVegPizza.java | jgb11/design-patterns-tutorial | 0de88b168a3b08ef969122ffa444b4ab4a5065ca | [
"MIT"
] | null | null | null | src/main/java/com/jgb/designpatterns/decorator/SimplyVegPizza.java | jgb11/design-patterns-tutorial | 0de88b168a3b08ef969122ffa444b4ab4a5065ca | [
"MIT"
] | null | null | null | src/main/java/com/jgb/designpatterns/decorator/SimplyVegPizza.java | jgb11/design-patterns-tutorial | 0de88b168a3b08ef969122ffa444b4ab4a5065ca | [
"MIT"
] | null | null | null | 16.875 | 47 | 0.603704 | 11,688 | package com.jgb.designpatterns.decorator;
public class SimplyVegPizza implements Pizza {
@Override
public String getDesc() {
return "SimplyVegPizza (230)";
}
@Override
public double getPrice() {
return 230;
}
}
|
3e1b92364e05f61fe923f230b41068279ac7e08c | 10,326 | java | Java | chi-maven-plugin/src/main/java/ca/infoway/messagebuilder/generator/DataType.java | CanadaHealthInfoway/message-builder | a24b368b6ad7330ce8e1319e6bae130cea981818 | [
"Apache-2.0"
] | 1 | 2022-03-09T12:17:41.000Z | 2022-03-09T12:17:41.000Z | chi-maven-plugin/src/main/java/ca/infoway/messagebuilder/generator/DataType.java | CanadaHealthInfoway/message-builder | a24b368b6ad7330ce8e1319e6bae130cea981818 | [
"Apache-2.0"
] | null | null | null | chi-maven-plugin/src/main/java/ca/infoway/messagebuilder/generator/DataType.java | CanadaHealthInfoway/message-builder | a24b368b6ad7330ce8e1319e6bae130cea981818 | [
"Apache-2.0"
] | null | null | null | 33.855738 | 144 | 0.761282 | 11,689 | /**
* Copyright 2013 Canada Health Infoway, Inc.
*
* 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 applicab... |
3e1b937d6d17282280107d2db11b007ed4b19b26 | 982 | java | Java | ciat-bim-rule/src/test/java/IntTbActorMsg.java | zjtyxy/bimServer | 7b8d199c9ca5c1627397b937ed7334c6468b8c4f | [
"MIT"
] | 1 | 2022-02-28T02:04:47.000Z | 2022-02-28T02:04:47.000Z | ciat-bim-rule/src/test/java/IntTbActorMsg.java | zjtyxy/bimServer | 7b8d199c9ca5c1627397b937ed7334c6468b8c4f | [
"MIT"
] | null | null | null | ciat-bim-rule/src/test/java/IntTbActorMsg.java | zjtyxy/bimServer | 7b8d199c9ca5c1627397b937ed7334c6468b8c4f | [
"MIT"
] | null | null | null | 26.540541 | 75 | 0.718941 | 11,690 | import com.ciat.bim.msg.MsgType;
import com.ciat.bim.msg.TbActorMsg;
import lombok.Getter;
/**
* Copyright © 2016-2021 The Thingsboard 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 Licen... |
3e1b942cd0d70a5a190a1785c02aa3958118802b | 182 | java | Java | hprof-heap/src/test/java/org/netbeans/lib/profiler/heap/DummyP.java | AppSecAI-TEST/jvm-tools | 45b120e12a031f04c1db6f96e0c16cbe58e9f87c | [
"Apache-2.0"
] | 2 | 2018-01-08T04:21:57.000Z | 2018-01-08T04:22:14.000Z | hprof-heap/src/test/java/org/netbeans/lib/profiler/heap/DummyP.java | AppSecAI-TEST/jvm-tools | 45b120e12a031f04c1db6f96e0c16cbe58e9f87c | [
"Apache-2.0"
] | 2 | 2020-05-21T19:21:24.000Z | 2021-03-19T20:29:05.000Z | hprof-heap/src/test/java/org/netbeans/lib/profiler/heap/DummyP.java | AppSecAI-TEST/jvm-tools | 45b120e12a031f04c1db6f96e0c16cbe58e9f87c | [
"Apache-2.0"
] | 7 | 2018-12-21T00:13:41.000Z | 2021-09-03T21:13:31.000Z | 14 | 42 | 0.692308 | 11,691 | package org.netbeans.lib.profiler.heap;
public class DummyP {
String key;
Object value;
public DummyP(String key, Object value) {
this.key = key;
this.value = value;
}
}
|
3e1b954bf826a157fc94fda51f38afb98b7f355b | 483 | java | Java | panda-core/src/main/java/panda/dao/sql/expert/MariadbSqlExpert.java | foolite/panda | fc1ee07315554b264ae2c5776a2ca016a2e1c975 | [
"Apache-2.0"
] | 8 | 2017-07-07T11:22:31.000Z | 2022-03-17T15:50:12.000Z | panda-core/src/main/java/panda/dao/sql/expert/MariadbSqlExpert.java | foolite/panda | fc1ee07315554b264ae2c5776a2ca016a2e1c975 | [
"Apache-2.0"
] | 2 | 2022-02-02T02:55:37.000Z | 2022-02-02T06:52:15.000Z | panda-core/src/main/java/panda/dao/sql/expert/MariadbSqlExpert.java | foolite/panda | fc1ee07315554b264ae2c5776a2ca016a2e1c975 | [
"Apache-2.0"
] | 1 | 2019-06-18T03:57:19.000Z | 2019-06-18T03:57:19.000Z | 23 | 78 | 0.73499 | 11,692 | package panda.dao.sql.expert;
import panda.dao.DB;
import panda.dao.entity.Entity;
import panda.lang.Strings;
public class MariadbSqlExpert extends MysqlSqlExpert {
@Override
public DB getDatabaseType() {
return DB.MARIADB;
}
protected String getTableOption(Entity<?> entity, String name, String defv) {
Strin... |
3e1b95e68bd84958f6e54c4cd4f96f6330248927 | 6,851 | java | Java | src/test/java/com/example/service/DeviceServiceTest.java | Engin-Boot/alert-to-care-s3b8 | d6b01cc3dd9343d5119605f504754131d6aeb217 | [
"MIT"
] | null | null | null | src/test/java/com/example/service/DeviceServiceTest.java | Engin-Boot/alert-to-care-s3b8 | d6b01cc3dd9343d5119605f504754131d6aeb217 | [
"MIT"
] | 5 | 2021-12-14T20:57:10.000Z | 2022-01-04T16:48:17.000Z | src/test/java/com/example/service/DeviceServiceTest.java | Engin-Boot/alert-to-care-s3b8 | d6b01cc3dd9343d5119605f504754131d6aeb217 | [
"MIT"
] | null | null | null | 45.370861 | 198 | 0.73887 | 11,693 | package com.example.service;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import java.util.UUID;
impo... |
3e1b96effdd06c92c36b1b1d9e0c41305409680c | 151 | java | Java | src/main/java/com/michalkowol/article/package-info.java | michalkowol/spring-boot-template | 1e3fecff63d7a15cd86f0cc3ff4bca2b201c4f02 | [
"0BSD"
] | 2 | 2016-02-12T22:17:30.000Z | 2020-04-22T16:24:30.000Z | src/main/java/com/michalkowol/article/package-info.java | michalkowol/spring-boot-template | 1e3fecff63d7a15cd86f0cc3ff4bca2b201c4f02 | [
"0BSD"
] | null | null | null | src/main/java/com/michalkowol/article/package-info.java | michalkowol/spring-boot-template | 1e3fecff63d7a15cd86f0cc3ff4bca2b201c4f02 | [
"0BSD"
] | null | null | null | 18.875 | 43 | 0.854305 | 11,694 | @CheckReturnValue
@NonNullApi
package com.michalkowol.article;
import org.springframework.lang.NonNullApi;
import javax.annotation.CheckReturnValue;
|
3e1b9a679ac9aa9a3d6591b0ac95a539c8975cdb | 832 | java | Java | src/main/java/com/company/app/application/usecases/FindBooksUseCase.java | JonasHavers/archunit-examples | d60b8cea830d9298cb98d51ad82078002950f9fc | [
"MIT"
] | 30 | 2019-05-15T13:32:35.000Z | 2022-03-01T11:23:10.000Z | src/main/java/com/company/app/application/usecases/FindBooksUseCase.java | JonasHavers/archunit-examples | d60b8cea830d9298cb98d51ad82078002950f9fc | [
"MIT"
] | null | null | null | src/main/java/com/company/app/application/usecases/FindBooksUseCase.java | JonasHavers/archunit-examples | d60b8cea830d9298cb98d51ad82078002950f9fc | [
"MIT"
] | 6 | 2019-07-01T09:37:03.000Z | 2020-12-10T05:58:18.000Z | 20.8 | 58 | 0.72476 | 11,695 | package com.company.app.application.usecases;
import org.springframework.stereotype.Service;
import reactor.core.publisher.Flux;
@Service
public class FindBooksUseCase {
private final FindBooksPort findBooksPort;
public FindBooksUseCase(FindBooksPort findBooksPort) {
this.findBooksPort = findBooksPort;
}
... |
3e1b9a75b83d8cecbf83b1edff0677667b51a72f | 624 | java | Java | src/main/java/com/kapresoft/parkingapp/repositories/ReservationRepository.java | nkapre/parkinglot | 791829389a38ddd8fdd6f2286e8893216c61593a | [
"Unlicense"
] | null | null | null | src/main/java/com/kapresoft/parkingapp/repositories/ReservationRepository.java | nkapre/parkinglot | 791829389a38ddd8fdd6f2286e8893216c61593a | [
"Unlicense"
] | null | null | null | src/main/java/com/kapresoft/parkingapp/repositories/ReservationRepository.java | nkapre/parkinglot | 791829389a38ddd8fdd6f2286e8893216c61593a | [
"Unlicense"
] | null | null | null | 39 | 116 | 0.850962 | 11,696 | package com.kapresoft.parkingapp.repositories;
import com.kapresoft.parkingapp.cbo.reservation.ParkingReservation;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.data.mongodb.repository.Query;
public interface ReservationRepository extends MongoRepository<ParkingReserva... |
3e1b9aaaf11fc730fba1ee3608bf4dcd83bc79e8 | 306 | java | Java | activity-service/src/main/java/com/springboot/cloud/dto/FlashPromotionParams.java | lirisheng123/mall | 2981dcbb9d8ed81c75a00a53eba1ef38ecac46b5 | [
"Apache-2.0"
] | 1 | 2022-03-29T15:04:58.000Z | 2022-03-29T15:04:58.000Z | activity-service/src/main/java/com/springboot/cloud/dto/FlashPromotionParams.java | lirisheng123/mall | 2981dcbb9d8ed81c75a00a53eba1ef38ecac46b5 | [
"Apache-2.0"
] | null | null | null | activity-service/src/main/java/com/springboot/cloud/dto/FlashPromotionParams.java | lirisheng123/mall | 2981dcbb9d8ed81c75a00a53eba1ef38ecac46b5 | [
"Apache-2.0"
] | null | null | null | 13.304348 | 35 | 0.683007 | 11,697 | package com.springboot.cloud.dto;
import lombok.Data;
import java.util.Date;
/**
* @Author: lirisheng
* @Date: 2021/3/31 21:43
* @Version 1.0
*/
@Data
public class FlashPromotionParams {
private String name;
private Date nowTime;
private Date endTime;
private Integer status;
}
|
3e1b9d3c19da401a38d0565b11e347f4f89897bb | 41,839 | java | Java | moe/moe-core/moe.apple/moe.platform.ios/src/main/java/apple/coretext/c/CoreText.java | ark100/multi-os-engine | f71d66a58b3d7e5eb2a68541480b7a0d88c7b908 | [
"Apache-2.0"
] | null | null | null | moe/moe-core/moe.apple/moe.platform.ios/src/main/java/apple/coretext/c/CoreText.java | ark100/multi-os-engine | f71d66a58b3d7e5eb2a68541480b7a0d88c7b908 | [
"Apache-2.0"
] | null | null | null | moe/moe-core/moe.apple/moe.platform.ios/src/main/java/apple/coretext/c/CoreText.java | ark100/multi-os-engine | f71d66a58b3d7e5eb2a68541480b7a0d88c7b908 | [
"Apache-2.0"
] | null | null | null | 30.696258 | 190 | 0.752623 | 11,698 | /*
Copyright 2014-2016 Intel Corporation
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, s... |
3e1b9ee06d41738a7d469918320e2f485451127b | 4,693 | java | Java | src/main/java/za/co/sindi/jsonweb/jose/jws/JWSSignatureCryptographicAlgorithm.java | TheEliteGentleman/sindi-jsonweb | e0c79b5897f8362b6af1941978be83def366bed1 | [
"Apache-2.0"
] | null | null | null | src/main/java/za/co/sindi/jsonweb/jose/jws/JWSSignatureCryptographicAlgorithm.java | TheEliteGentleman/sindi-jsonweb | e0c79b5897f8362b6af1941978be83def366bed1 | [
"Apache-2.0"
] | null | null | null | src/main/java/za/co/sindi/jsonweb/jose/jws/JWSSignatureCryptographicAlgorithm.java | TheEliteGentleman/sindi-jsonweb | e0c79b5897f8362b6af1941978be83def366bed1 | [
"Apache-2.0"
] | null | null | null | 30.875 | 155 | 0.759642 | 11,699 | /**
*
*/
package za.co.sindi.jsonweb.jose.jws;
import java.nio.ByteBuffer;
import java.security.GeneralSecurityException;
import java.security.Key;
import java.security.NoSuchAlgorithmException;
import java.security.NoSuchProviderException;
import java.security.PrivateKey;
import java.security.Provider;
import java... |
3e1b9ef4efbcc3e482b5e53f0a32eb0387839f36 | 4,711 | java | Java | PicoCore/src/main/java/org/picojs/PacketReceiver.java | tonywestonuk/picowf | 6a32db126e92b26b1fc22f107b5e252509e8a5cb | [
"Apache-2.0"
] | null | null | null | PicoCore/src/main/java/org/picojs/PacketReceiver.java | tonywestonuk/picowf | 6a32db126e92b26b1fc22f107b5e252509e8a5cb | [
"Apache-2.0"
] | null | null | null | PicoCore/src/main/java/org/picojs/PacketReceiver.java | tonywestonuk/picowf | 6a32db126e92b26b1fc22f107b5e252509e8a5cb | [
"Apache-2.0"
] | null | null | null | 29.816456 | 104 | 0.706644 | 11,700 | package org.picojs;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.net.DatagramPacket;
import java.net.Inet4Address;
import java.net.InetAddress;
import java.net.MulticastSocket;
import java.net.SocketTimeoutException;
import java.net.UnknownHostException;
import java.util.Itera... |
3e1b9ef7b00bec00940c72ed512a0620e5c2c30f | 148 | java | Java | java/java-tests/testData/refactoring/introduceField/beforeStaticFieldInInnerClass.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 5 | 2015-12-19T15:27:30.000Z | 2019-08-17T10:07:23.000Z | java/java-tests/testData/refactoring/introduceField/beforeStaticFieldInInnerClass.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 173 | 2018-07-05T13:59:39.000Z | 2018-08-09T01:12:03.000Z | java/java-tests/testData/refactoring/introduceField/beforeStaticFieldInInnerClass.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 2 | 2017-04-24T15:48:40.000Z | 2022-03-09T05:48:05.000Z | 18.5 | 45 | 0.608108 | 11,701 | public class A {
private static final class Inner {
public Inner(Integer param) {
String s<caret>tr = param.toString();
}
}
}
|
3e1b9f831a7bd90fa8b8753a61cb3ec4239d09a5 | 1,292 | java | Java | kawwa2-tapestry/src/test/java/net/atos/kawwaportal/components/test/data/User.java | got5/KAWWA | d2a8ee49eaf61fb672135709a009c20d8aa17fad | [
"MIT"
] | 7 | 2015-04-24T07:29:45.000Z | 2019-02-19T17:00:58.000Z | kawwa2-tapestry/src/test/java/net/atos/kawwaportal/components/test/data/User.java | got5/KAWWA | d2a8ee49eaf61fb672135709a009c20d8aa17fad | [
"MIT"
] | 48 | 2015-01-20T16:21:47.000Z | 2018-08-23T14:40:26.000Z | kawwa2-tapestry/src/test/java/net/atos/kawwaportal/components/test/data/User.java | got5/KAWWA | d2a8ee49eaf61fb672135709a009c20d8aa17fad | [
"MIT"
] | 11 | 2015-01-14T11:55:31.000Z | 2021-03-26T07:59:46.000Z | 17.944444 | 73 | 0.660217 | 11,702 | package net.atos.kawwaportal.components.test.data;
import org.apache.tapestry5.ValueEncoder;
import org.apache.tapestry5.ioc.internal.util.CollectionFactory;
import java.util.List;
import java.util.UUID;
public class User {
public final String uuid = UUID.randomUUID().toString();
private String nom;
public f... |
3e1ba05125597a10e46cc1e3ffd98378f78bce93 | 2,690 | java | Java | src/main/java/cat/yoink/dream/impl/module/exploit/NoBreakAnimation.java | PlutoSolutions/moneymodplus2-src | f83ffa3df1cc8ba8b55dbc555dd174114f914327 | [
"WTFPL"
] | 12 | 2021-05-07T15:09:35.000Z | 2021-11-09T11:10:01.000Z | src/main/java/cat/yoink/dream/impl/module/exploit/NoBreakAnimation.java | PlutoSolutions/moneymodplus2-src | f83ffa3df1cc8ba8b55dbc555dd174114f914327 | [
"WTFPL"
] | 2 | 2021-05-07T15:06:43.000Z | 2021-08-12T05:45:37.000Z | src/main/java/cat/yoink/dream/impl/module/exploit/NoBreakAnimation.java | PlutoSolutions/moneymodplus2-src | f83ffa3df1cc8ba8b55dbc555dd174114f914327 | [
"WTFPL"
] | 4 | 2021-05-07T17:05:10.000Z | 2021-11-18T20:08:38.000Z | 32.409639 | 107 | 0.760223 | 11,703 | package cat.yoink.dream.impl.module.exploit;
import cat.yoink.dream.api.module.Category;
import cat.yoink.dream.api.module.Module;
import cat.yoink.dream.impl.event.PacketReceiveEvent;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.item.EntityEnderCrystal;... |
3e1ba17f978026f65ee6a3612493311eb2c08594 | 5,413 | java | Java | sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/TemplateLink.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,350 | 2015-01-17T05:22:05.000Z | 2022-03-29T21:00:37.000Z | sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/TemplateLink.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 16,834 | 2015-01-07T02:19:09.000Z | 2022-03-31T23:29:10.000Z | sdk/resourcemanager/azure-resourcemanager-resources/src/main/java/com/azure/resourcemanager/resources/models/TemplateLink.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,586 | 2015-01-02T01:50:28.000Z | 2022-03-31T11:25:34.000Z | 32.220238 | 120 | 0.662294 | 11,704 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.resources.models;
import com.azure.core.annotation.Fluent;
import com.azure.core.util.logging.ClientLogger;
import com.fasterxml... |
3e1ba182a6c2a7d7f3c2c98e90b88405540506ae | 1,227 | java | Java | Students/Bologa M. Marius - Vasile/Zoowsome/src/javasmmr/zoowsome/controllers/AddController.java | JavaSummer/JavaMainRepo | 262a3299b0135ba40ea4018a184dd3fdbf468d2e | [
"Apache-2.0"
] | 31 | 2015-06-22T08:12:05.000Z | 2021-01-09T08:39:16.000Z | Students/Bologa M. Marius - Vasile/Zoowsome/src/javasmmr/zoowsome/controllers/AddController.java | souravsingpardeshi/JavaMainRepo | 262a3299b0135ba40ea4018a184dd3fdbf468d2e | [
"Apache-2.0"
] | 77 | 2015-06-24T05:40:30.000Z | 2020-08-25T09:00:11.000Z | Students/Bologa M. Marius - Vasile/Zoowsome/src/javasmmr/zoowsome/controllers/AddController.java | souravsingpardeshi/JavaMainRepo | 262a3299b0135ba40ea4018a184dd3fdbf468d2e | [
"Apache-2.0"
] | 68 | 2015-06-22T08:19:35.000Z | 2021-08-17T09:29:39.000Z | 22.309091 | 77 | 0.726161 | 11,705 | package javasmmr.zoowsome.controllers;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javasmmr.zoowsome.views.AddFrame;
import javasmmr.zoowsome.views.AnimalFrame;
import javasmmr.zoowsome.views.EmployeeFrame;
/**
*
* @author Marius Bologa
*
*/
public class AddController extends... |
3e1ba200042f261703531d0386d43c3ac1e439b1 | 11,774 | java | Java | Demo/app/src/main/java/com/example/hakeem/demo/utilities/ImageProcess.java | mhakeem531/my_graduation_project | 26c5ea963e233a3433e2ad8c5e9625f4f3d11d13 | [
"Apache-2.0"
] | null | null | null | Demo/app/src/main/java/com/example/hakeem/demo/utilities/ImageProcess.java | mhakeem531/my_graduation_project | 26c5ea963e233a3433e2ad8c5e9625f4f3d11d13 | [
"Apache-2.0"
] | null | null | null | Demo/app/src/main/java/com/example/hakeem/demo/utilities/ImageProcess.java | mhakeem531/my_graduation_project | 26c5ea963e233a3433e2ad8c5e9625f4f3d11d13 | [
"Apache-2.0"
] | null | null | null | 33.73639 | 170 | 0.636912 | 11,706 | package com.example.hakeem.demo.utilities;
import android.annotation.SuppressLint;
import android.content.Context;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Matrix;
import android.net.Uri;
import android.os.AsyncTask;
import android.p... |
3e1ba32b8a9741b026dac7a4ea284eef23eb7f04 | 9,223 | java | Java | python/python-psi-impl/src/com/jetbrains/python/psi/impl/PyAssignmentStatementImpl.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2019-04-28T07:48:50.000Z | 2020-12-11T14:18:08.000Z | python/python-psi-impl/src/com/jetbrains/python/psi/impl/PyAssignmentStatementImpl.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2022-02-19T09:45:05.000Z | 2022-02-27T20:32:55.000Z | python/python-psi-impl/src/com/jetbrains/python/psi/impl/PyAssignmentStatementImpl.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 1 | 2020-03-10T02:53:51.000Z | 2020-03-10T02:53:51.000Z | 35.88716 | 140 | 0.693267 | 11,707 | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.jetbrains.python.psi.impl;
import com.google.common.collect.Lists;
import com.intellij.lang.ASTNode;
import com.intellij.openapi.util.Pair;
import com.intellij.psi.Ps... |
3e1ba37f457973290a29d7ca52c968c273b62d10 | 438 | java | Java | src/org/aikodi/chameleon/support/statement/DefaultLabel.java | markovandooren/chameleon | c93d794bdba38bd27529055a1e71aa381000ec42 | [
"MIT"
] | 1 | 2015-06-11T11:23:15.000Z | 2015-06-11T11:23:15.000Z | src/org/aikodi/chameleon/support/statement/DefaultLabel.java | markovandooren/chameleon | c93d794bdba38bd27529055a1e71aa381000ec42 | [
"MIT"
] | 2 | 2015-04-16T14:42:23.000Z | 2016-10-07T10:14:09.000Z | src/org/aikodi/chameleon/support/statement/DefaultLabel.java | markovandooren/chameleon | c93d794bdba38bd27529055a1e71aa381000ec42 | [
"MIT"
] | 1 | 2015-11-19T17:44:59.000Z | 2015-11-19T17:44:59.000Z | 18.25 | 57 | 0.742009 | 11,708 | package org.aikodi.chameleon.support.statement;
import org.aikodi.chameleon.core.validation.Valid;
import org.aikodi.chameleon.core.validation.Verification;
/**
* @author Marko van Dooren
*/
public class DefaultLabel extends SwitchLabel {
public DefaultLabel() {
}
@Override
protected DefaultLabel cloneSelf()... |
3e1ba38ed74afe36753ebef4b3c8b15108fed642 | 212 | java | Java | src/test/java/wing/api/user/UserApplicationTests.java | multicampus-msa/wing-user | 110b5d5ae84807a3d0d371bb3ec034432ebe0198 | [
"MIT"
] | null | null | null | src/test/java/wing/api/user/UserApplicationTests.java | multicampus-msa/wing-user | 110b5d5ae84807a3d0d371bb3ec034432ebe0198 | [
"MIT"
] | null | null | null | src/test/java/wing/api/user/UserApplicationTests.java | multicampus-msa/wing-user | 110b5d5ae84807a3d0d371bb3ec034432ebe0198 | [
"MIT"
] | null | null | null | 15.142857 | 60 | 0.745283 | 11,709 | package wing.api.user;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class UserApplicationTests {
@Test
void contextLoads() {
}
}
|
3e1ba3e5e5c6f21d01864cc80c4cacf2c386e52b | 1,060 | java | Java | Android/doraemonkit-no-op/src/main/java/com/didichuxing/doraemonkit/ui/base/TouchProxy.java | ghbhaha/DoraemonKit | e7977e7b56d65bab5f49940e1b5a89e1bb8506be | [
"Apache-2.0"
] | 1 | 2021-01-29T02:24:22.000Z | 2021-01-29T02:24:22.000Z | Android/doraemonkit-no-op/src/main/java/com/didichuxing/doraemonkit/ui/base/TouchProxy.java | wangfeng19930909/DoraemonKit | 231dd7f6a5a946ad12b8a1a442c24d53f07115fd | [
"Apache-2.0"
] | null | null | null | Android/doraemonkit-no-op/src/main/java/com/didichuxing/doraemonkit/ui/base/TouchProxy.java | wangfeng19930909/DoraemonKit | 231dd7f6a5a946ad12b8a1a442c24d53f07115fd | [
"Apache-2.0"
] | 1 | 2019-11-29T11:42:15.000Z | 2019-11-29T11:42:15.000Z | 21.632653 | 70 | 0.684906 | 11,710 | package com.didichuxing.doraemonkit.ui.base;
import android.view.MotionEvent;
import android.view.View;
/**
* @author wanglikun
* touch 事件代理 解决点击和触摸事件的冲突
*/
public class TouchProxy {
private static final int MIN_DISTANCE_MOVE = 4;
private static final int MIN_TAP_TIME = 1000;
private OnTouchEventList... |
3e1ba3ea2c554654b2c176444d755abad314dded | 358 | java | Java | spring-chu-beans/src/main/java/com/chu/beans/factory/BeanFactoryAware.java | chudichen/spring-source-code | afe7c3561c23eb29cc058385af054ac6cedf5bd9 | [
"Apache-2.0"
] | null | null | null | spring-chu-beans/src/main/java/com/chu/beans/factory/BeanFactoryAware.java | chudichen/spring-source-code | afe7c3561c23eb29cc058385af054ac6cedf5bd9 | [
"Apache-2.0"
] | null | null | null | spring-chu-beans/src/main/java/com/chu/beans/factory/BeanFactoryAware.java | chudichen/spring-source-code | afe7c3561c23eb29cc058385af054ac6cedf5bd9 | [
"Apache-2.0"
] | null | null | null | 17.047619 | 68 | 0.726257 | 11,711 | package com.chu.beans.factory;
import com.chu.beans.BeansException;
/**
* 实现该接口,能感知所属BeanFactory
*
* @author chudichen
* @date 2021-04-01
*/
public interface BeanFactoryAware extends Aware {
/**
* 设置bean工厂
*
* @param beanFactory 工厂
* @throws BeansException 未找到bean
*/
void setBeanFactory(BeanFactory ... |
3e1ba4065161a8ebeb220732b26f2faae3d13bc7 | 433 | java | Java | references/bcb_chosen_clones/selected#2245750#230#237.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#2245750#230#237.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#2245750#230#237.java | cragkhit/Siamese | 05567b30c5bde08badcac1bf421454e5d995eb91 | [
"Apache-2.0"
] | 19 | 2018-11-16T13:39:05.000Z | 2021-09-05T23:59:30.000Z | 48.111111 | 82 | 0.706697 | 11,712 | public static void copyFile(File file, String pathExport) throws IOException {
File out = new File(pathExport);
FileChannel sourceChannel = new FileInputStream(file).getChannel();
FileChannel destinationChannel = new FileOutputStream(out).getChannel();
sourceChannel.transferTo(0, sou... |
3e1ba464f7bdf13aa14aab52409af6e43d122acf | 4,666 | java | Java | corpus/class/tomcat70/1692.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 15 | 2018-07-10T09:38:31.000Z | 2021-11-29T08:28:07.000Z | corpus/class/tomcat70/1692.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 3 | 2018-11-16T02:58:59.000Z | 2021-01-20T16:03:51.000Z | corpus/class/tomcat70/1692.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 6 | 2018-06-27T20:19:00.000Z | 2022-02-19T02:29:53.000Z | 32.859155 | 77 | 0.640377 | 11,713 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e1ba54c9b54e19aee23e91926aa1289d6e24794 | 459 | java | Java | compiler/src/main/java/de/tub/dima/babelfish/ir/lqp/relational/KeyGroup.java | TU-Berlin-DIMA/babelfish | 4926384d994ab4ab324a056d69be64d9b52ed7a0 | [
"Apache-2.0"
] | 2 | 2022-01-28T00:55:18.000Z | 2022-02-08T16:43:41.000Z | compiler/src/main/java/de/tub/dima/babelfish/ir/lqp/relational/KeyGroup.java | TU-Berlin-DIMA/babelfish | 4926384d994ab4ab324a056d69be64d9b52ed7a0 | [
"Apache-2.0"
] | null | null | null | compiler/src/main/java/de/tub/dima/babelfish/ir/lqp/relational/KeyGroup.java | TU-Berlin-DIMA/babelfish | 4926384d994ab4ab324a056d69be64d9b52ed7a0 | [
"Apache-2.0"
] | null | null | null | 21.857143 | 58 | 0.727669 | 11,714 | package de.tub.dima.babelfish.ir.lqp.relational;
import de.tub.dima.babelfish.ir.lqp.schema.FieldReference;
import java.io.Serializable;
import java.util.Arrays;
import java.util.List;
public class KeyGroup implements Serializable {
private List<FieldReference> keys;
public KeyGroup(FieldReference... field... |
3e1ba58d0e6648bdf4ca72683d6f8a1a44232784 | 12,003 | java | Java | produsupsys-admin/src/main/java/com/ruoyi/service/impl/SortingMatchingServiceImpl.java | guoruijun07/produsupsys | 70023f43f9bb90a7c4e5214e5f7af10239281b1c | [
"MIT"
] | 1 | 2020-07-24T10:44:20.000Z | 2020-07-24T10:44:20.000Z | produsupsys-admin/src/main/java/com/ruoyi/service/impl/SortingMatchingServiceImpl.java | guoruijun07/produsupsys | 70023f43f9bb90a7c4e5214e5f7af10239281b1c | [
"MIT"
] | 1 | 2021-09-20T21:01:04.000Z | 2021-09-20T21:01:04.000Z | produsupsys-admin/src/main/java/com/ruoyi/service/impl/SortingMatchingServiceImpl.java | guoruijun07/produsupsys | 70023f43f9bb90a7c4e5214e5f7af10239281b1c | [
"MIT"
] | null | null | null | 51.943723 | 216 | 0.660888 | 11,715 | package com.ruoyi.service.impl;
import com.alibaba.csb.sdk.HttpCaller;
import com.alibaba.csb.sdk.HttpCallerException;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.ruoyi.common.bean.bo.Address;
import com.ruoyi.common.bean.bo.SingleRouteInfoRequest;
import com.ruoyi.common.bean.... |
3e1ba63cb22369e31cf039c22b5b6dc27dd2ae87 | 2,365 | java | Java | anywhere-fitness/src/main/java/com/anywhere/fitness/controllers/UserController.java | BW-AnytimeFitness-072020/Backend | 02a5b5130e11b84e0097eeb2fdea46f3984f1e80 | [
"MIT"
] | null | null | null | anywhere-fitness/src/main/java/com/anywhere/fitness/controllers/UserController.java | BW-AnytimeFitness-072020/Backend | 02a5b5130e11b84e0097eeb2fdea46f3984f1e80 | [
"MIT"
] | null | null | null | anywhere-fitness/src/main/java/com/anywhere/fitness/controllers/UserController.java | BW-AnytimeFitness-072020/Backend | 02a5b5130e11b84e0097eeb2fdea46f3984f1e80 | [
"MIT"
] | 1 | 2021-01-21T16:17:42.000Z | 2021-01-21T16:17:42.000Z | 34.275362 | 112 | 0.684144 | 11,716 | package com.anywhere.fitness.controllers;
import com.anywhere.fitness.models.User;
import com.anywhere.fitness.services.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.secu... |
3e1ba73f8766aa725e9be7b67854a8d8b7bbe3fa | 1,033 | java | Java | leetcode/src/test/java/com/github/vvv1559/algorithms/leetcode/math/ReverseIntegerTest.java | vvv1559/algorytms_and_data_structures | e2b5842b004ba443d6271c90cec7187100fd0a95 | [
"Apache-2.0"
] | null | null | null | leetcode/src/test/java/com/github/vvv1559/algorithms/leetcode/math/ReverseIntegerTest.java | vvv1559/algorytms_and_data_structures | e2b5842b004ba443d6271c90cec7187100fd0a95 | [
"Apache-2.0"
] | null | null | null | leetcode/src/test/java/com/github/vvv1559/algorithms/leetcode/math/ReverseIntegerTest.java | vvv1559/algorytms_and_data_structures | e2b5842b004ba443d6271c90cec7187100fd0a95 | [
"Apache-2.0"
] | null | null | null | 31.30303 | 71 | 0.693127 | 11,717 | package com.github.vvv1559.algorithms.leetcode.math;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class ReverseIntegerTest {
private final ReverseInteger reverseInteger = new ReverseInteger();
@Test
public void testExamples() {
assertEqua... |
3e1ba7f08029bf748ecc1a501691b73649378317 | 14,243 | java | Java | fui.core/src/main/java/com/hundsun/jres/fui/core/resource/FResourceManager.java | fuhp/fui | 2299fcc96f92e0e6f715ccb3a6e27a4fafd51f8c | [
"MIT"
] | 1 | 2021-04-09T16:14:02.000Z | 2021-04-09T16:14:02.000Z | fui.core/src/main/java/com/hundsun/jres/fui/core/resource/FResourceManager.java | fuhp/fui | 2299fcc96f92e0e6f715ccb3a6e27a4fafd51f8c | [
"MIT"
] | null | null | null | fui.core/src/main/java/com/hundsun/jres/fui/core/resource/FResourceManager.java | fuhp/fui | 2299fcc96f92e0e6f715ccb3a6e27a4fafd51f8c | [
"MIT"
] | null | null | null | 25.119929 | 101 | 0.654848 | 11,718 | /*
* 系统名称: JRES 应用快速开发企业套件
* 模块名称: JRES内核
* 文件名称: FResourceManager.java
* 软件版权: 恒生电子股份有限公司
* 修改记录:
* 修改日期 修改人员 修改说明 <br>
* ======== ======= ============================================
*
* ======== ======= ============================================
*/
package com.hun... |
3e1ba9b61739c00bacef5214b83f3d85c5042585 | 4,230 | java | Java | src/main/java/bbound/NetworkTopologyMeasuresCalculator.java | kleinmind/bridge-bounding | 5fe8e06891c175a9a855c6abf64aac9653554520 | [
"Apache-2.0"
] | 2 | 2020-03-02T00:10:57.000Z | 2021-08-13T12:31:51.000Z | src/main/java/bbound/NetworkTopologyMeasuresCalculator.java | kleinmind/bridge-bounding | 5fe8e06891c175a9a855c6abf64aac9653554520 | [
"Apache-2.0"
] | null | null | null | src/main/java/bbound/NetworkTopologyMeasuresCalculator.java | kleinmind/bridge-bounding | 5fe8e06891c175a9a855c6abf64aac9653554520 | [
"Apache-2.0"
] | null | null | null | 30.875912 | 102 | 0.726478 | 11,719 | /*
@(#) NetworkTopologyMeasuresCalculator.java 1.0, 08/07/2013
Bridge Bounding, https://github.com/kleinmind/bridge-bounding
Copyright 2013 Symeon Papadopoulos
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 ... |
3e1ba9e0be5cf821cd4c3b131c414b1612d7b4e3 | 259 | java | Java | app/src/main/java/io/mvpstarter/sample/data/local/DbManager.java | shisheng-1/android-starter | a77488ccb337f3d08737259a2d17349fe783ac62 | [
"Unlicense"
] | 372 | 2016-08-08T14:19:04.000Z | 2017-06-04T23:09:36.000Z | app/src/main/java/io/mvpstarter/sample/data/local/DbManager.java | ravidsrk/Android-Mvp-Starter | a77488ccb337f3d08737259a2d17349fe783ac62 | [
"Unlicense"
] | 14 | 2017-08-29T18:34:56.000Z | 2019-06-01T09:55:20.000Z | app/src/main/java/io/mvpstarter/sample/data/local/DbManager.java | ravidsrk/Android-Mvp-Starter | a77488ccb337f3d08737259a2d17349fe783ac62 | [
"Unlicense"
] | 54 | 2016-07-29T17:48:07.000Z | 2017-06-08T13:28:17.000Z | 13.631579 | 40 | 0.69112 | 11,720 | package io.mvpstarter.sample.data.local;
import javax.inject.Inject;
import javax.inject.Singleton;
/**
* Created by shivam on 29/5/17.
*/
// To be implemented with Realm
@Singleton
public class DbManager {
@Inject
public DbManager() {
}
}
|
3e1baa54042bcdb41e9231b9b30b5e0a440eaa80 | 1,616 | java | Java | ds-stack/src/test/java/johnny/dsa/ds/StackMergeSortTest.java | jojozhuang/DataStructure | 8328972a041c6676cade88c3e47c5769c3bd870e | [
"MIT"
] | 2 | 2021-01-13T08:06:48.000Z | 2021-04-13T19:32:01.000Z | ds-stack/src/test/java/johnny/dsa/ds/StackMergeSortTest.java | jojozhuang/DataStructure | 8328972a041c6676cade88c3e47c5769c3bd870e | [
"MIT"
] | null | null | null | ds-stack/src/test/java/johnny/dsa/ds/StackMergeSortTest.java | jojozhuang/DataStructure | 8328972a041c6676cade88c3e47c5769c3bd870e | [
"MIT"
] | 3 | 2021-08-25T16:27:46.000Z | 2022-01-20T20:53:45.000Z | 30.490566 | 78 | 0.561262 | 11,721 | package johnny.dsa.ds;
import org.junit.jupiter.api.Test;
import java.util.Stack;
import static org.junit.jupiter.api.Assertions.*;
public class StackMergeSortTest {
@Test
public void testStackMergeSort() {
System.out.println("testStackMergeSort");
StackMergeSort instance = new StackMergeS... |
3e1baa9309d352c7d8e4d32bf9d26a7ebced0cf2 | 292 | java | Java | primeira-api/algafood-api/src/main/java/com/algaworks/algafoodapi/core/validation/ValidacaoException.java | georgealan/Especialista-Spring-REST-Algaworks | c1666830ba79c3ebd74a643ee28c55e2288e549c | [
"MIT"
] | 1 | 2020-07-22T21:38:03.000Z | 2020-07-22T21:38:03.000Z | primeira-api/algafood-api/src/main/java/com/algaworks/algafoodapi/core/validation/ValidacaoException.java | georgealan/Especialista-Spring-REST-Algaworks | c1666830ba79c3ebd74a643ee28c55e2288e549c | [
"MIT"
] | null | null | null | primeira-api/algafood-api/src/main/java/com/algaworks/algafoodapi/core/validation/ValidacaoException.java | georgealan/Especialista-Spring-REST-Algaworks | c1666830ba79c3ebd74a643ee28c55e2288e549c | [
"MIT"
] | null | null | null | 24.333333 | 58 | 0.849315 | 11,722 | package com.algaworks.algafoodapi.core.validation;
import lombok.AllArgsConstructor;
import lombok.Getter;
import org.springframework.validation.BindingResult;
@AllArgsConstructor
@Getter
public class ValidacaoException extends RuntimeException {
private BindingResult bindingResult;
}
|
3e1bab202c2c99a6d9d089e2e8d4a4605edfeb53 | 1,200 | java | Java | mapstruct-lookup-entity-with-id/src/main/java/org/mapstruct/jpa/ComposedKey.java | eaz/mapstruct-examples | b138453c35e24a6269c34813a1b5669b75d6d36e | [
"Apache-2.0"
] | 1 | 2020-08-28T18:46:20.000Z | 2020-08-28T18:46:20.000Z | mapstruct-lookup-entity-with-id/src/main/java/org/mapstruct/jpa/ComposedKey.java | eaz/mapstruct-examples | b138453c35e24a6269c34813a1b5669b75d6d36e | [
"Apache-2.0"
] | null | null | null | mapstruct-lookup-entity-with-id/src/main/java/org/mapstruct/jpa/ComposedKey.java | eaz/mapstruct-examples | b138453c35e24a6269c34813a1b5669b75d6d36e | [
"Apache-2.0"
] | null | null | null | 26.666667 | 76 | 0.686667 | 11,723 | /**
* Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/)
* and/or other contributors as indicated by the @authors tag. See the
* copyright.txt file in the distribution for a full listing of all
* contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not ... |
3e1bab92da9c250ffc79ff6dc5477e33c260f799 | 19,230 | java | Java | src/main/java/org/tinymediamanager/ui/tvshows/TvShowTreeDataProvider.java | SoapCanFly/tinyPornhubManager | d53b0ada8d0211f5d52a887945ce0428f5a65591 | [
"Apache-2.0"
] | 1 | 2022-03-15T14:00:38.000Z | 2022-03-15T14:00:38.000Z | src/main/java/org/tinymediamanager/ui/tvshows/TvShowTreeDataProvider.java | SoapCanFly/tinyPornhubManager | d53b0ada8d0211f5d52a887945ce0428f5a65591 | [
"Apache-2.0"
] | 1 | 2022-02-12T18:24:52.000Z | 2022-02-12T18:24:52.000Z | src/main/java/org/tinymediamanager/ui/tvshows/TvShowTreeDataProvider.java | LemonGo97/TinyMediaManager | fe6ec2b0105d4fc5b9523059dde86d105c8720f9 | [
"Apache-2.0"
] | null | null | null | 30.379147 | 146 | 0.656994 | 11,724 | /*
* Copyright 2012 - 2020 Manuel Laggner
*
* 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 ... |
3e1bac171072cdf5574c046d0e0b4bf4f03cc94d | 1,341 | java | Java | src/main/java/com/geccocrawler/gecco/spider/render/RenderFactory.java | joro88/gecco | 9227c917f62bb39bd5853f8cccd93c7b67e7c691 | [
"MIT"
] | null | null | null | src/main/java/com/geccocrawler/gecco/spider/render/RenderFactory.java | joro88/gecco | 9227c917f62bb39bd5853f8cccd93c7b67e7c691 | [
"MIT"
] | null | null | null | src/main/java/com/geccocrawler/gecco/spider/render/RenderFactory.java | joro88/gecco | 9227c917f62bb39bd5853f8cccd93c7b67e7c691 | [
"MIT"
] | null | null | null | 29.152174 | 112 | 0.786726 | 11,725 | package com.geccocrawler.gecco.spider.render;
import com.geccocrawler.gecco.GeccoFactory;
import com.geccocrawler.gecco.GeccoContext;
import java.util.HashMap;
import java.util.Map;
import org.reflections.Reflections;
import com.geccocrawler.gecco.spider.render.html.HtmlRender;
import com.geccocrawler.gecco.spider.r... |
3e1bac40b4c84898657ed6308666868aa47ff639 | 2,341 | java | Java | src/main/java/com/tjs/common/aop/AuthorizationAspect.java | tjscreator/londonapp | 29a342a680e9ea10d0d4478c33dfd34400434595 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/tjs/common/aop/AuthorizationAspect.java | tjscreator/londonapp | 29a342a680e9ea10d0d4478c33dfd34400434595 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/tjs/common/aop/AuthorizationAspect.java | tjscreator/londonapp | 29a342a680e9ea10d0d4478c33dfd34400434595 | [
"Apache-2.0"
] | null | null | null | 43.351852 | 105 | 0.770611 | 11,726 | package com.tjs.common.aop;
import javax.servlet.http.HttpServletRequest;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Before;
import org.springframework.stereotype.Component;
import org.springframework.web.context.request.RequestContextHolde... |
3e1bac916a076e257e45f81e0c642c6fe433a9a8 | 407 | java | Java | proFL-plugin-2.0.3/org/mudebug/prapr/reloc/commons/digester/RuleSetBase.java | ycj123/Research-Project | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | [
"MIT"
] | null | null | null | proFL-plugin-2.0.3/org/mudebug/prapr/reloc/commons/digester/RuleSetBase.java | ycj123/Research-Project | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | [
"MIT"
] | null | null | null | proFL-plugin-2.0.3/org/mudebug/prapr/reloc/commons/digester/RuleSetBase.java | ycj123/Research-Project | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | [
"MIT"
] | null | null | null | 19.380952 | 61 | 0.675676 | 11,727 | //
// Decompiled by Procyon v0.5.36
//
package org.mudebug.prapr.reloc.commons.digester;
public abstract class RuleSetBase implements RuleSet
{
protected String namespaceURI;
public RuleSetBase() {
this.namespaceURI = null;
}
public String getNamespaceURI() {
return this.na... |
3e1bac9307f90398f3d31072f085b8e71a9e58cc | 23,494 | java | Java | optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/result/PlannerBenchmarkResult.java | artysidorenko/optaplanner | 6557c2599260f6673feed4aab9f2958befe13daf | [
"Apache-2.0"
] | 2,400 | 2017-03-14T14:16:18.000Z | 2022-03-31T09:18:47.000Z | optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/result/PlannerBenchmarkResult.java | artysidorenko/optaplanner | 6557c2599260f6673feed4aab9f2958befe13daf | [
"Apache-2.0"
] | 1,312 | 2017-03-13T14:57:10.000Z | 2022-03-30T14:50:37.000Z | optaplanner-benchmark/src/main/java/org/optaplanner/benchmark/impl/result/PlannerBenchmarkResult.java | artysidorenko/optaplanner | 6557c2599260f6673feed4aab9f2958befe13daf | [
"Apache-2.0"
] | 635 | 2017-03-16T13:17:14.000Z | 2022-03-25T01:12:38.000Z | 44.412098 | 125 | 0.657189 | 11,728 | /*
* Copyright 2021 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 ap... |
3e1bad6a70cb59437ed61d29ecb4a870f767f775 | 11,093 | java | Java | src/main/java/com/github/drbookings/cli/PayoutCommand.java | DrBookings/drbookings-cli | 4986ed60ae8ef59fbb83eb164192a95deec8e173 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/drbookings/cli/PayoutCommand.java | DrBookings/drbookings-cli | 4986ed60ae8ef59fbb83eb164192a95deec8e173 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/drbookings/cli/PayoutCommand.java | DrBookings/drbookings-cli | 4986ed60ae8ef59fbb83eb164192a95deec8e173 | [
"Apache-2.0"
] | null | null | null | 51.119816 | 117 | 0.712251 | 11,729 | package com.github.drbookings.cli;
import javax.money.Monetary;
import javax.money.MonetaryAmount;
import org.javamoney.moneta.Money;
import com.github.drbookings.BookingOrigin;
import com.github.drbookings.CleaningBeanFactory;
import com.github.drbookings.CleaningEntriesByOrigin;
import com.github.drbookings.Cleani... |
3e1badebf7df16c32d7774a6d3028f039d26a924 | 845 | java | Java | src/com/geekdigging/day040/Solution.java | meteor1993/LeetCode | 5c9932795cbed00cbc4f2adec0b61792d1a844c8 | [
"Apache-2.0"
] | 10 | 2020-07-28T02:03:28.000Z | 2021-03-08T02:24:21.000Z | src/com/geekdigging/day040/Solution.java | meteor1993/LeetCode | 5c9932795cbed00cbc4f2adec0b61792d1a844c8 | [
"Apache-2.0"
] | null | null | null | src/com/geekdigging/day040/Solution.java | meteor1993/LeetCode | 5c9932795cbed00cbc4f2adec0b61792d1a844c8 | [
"Apache-2.0"
] | 1 | 2021-01-20T09:07:11.000Z | 2021-01-20T09:07:11.000Z | 15.648148 | 78 | 0.465089 | 11,730 | package com.geekdigging.day040;
/**
* Created with IntelliJ IDEA.
*
* Excel表列序号
*
* 给定一个Excel表格中的列名称,返回其相应的列序号。
*
* 例如,
*
* A -> 1
* B -> 2
* C -> 3
* ...
* Z -> 26
* AA -> 27
* AB -> 28
* ...
* 示例 1:
*
* 输入: "A"
* 输出: 1
*
* 示例 2:
*
* 输入: "AB"
* 输出: 28
*
* 示例 ... |
3e1baed961b70703e4c425376b8fb17402918bde | 1,222 | java | Java | AirVisualApiNetwork/app/src/main/java/kr/co/woobi/imyeon/airvisualapinetwork/Service.java | yeonyang9421/BroadCastExam | 182c4fbf09239b76ad056f9db780009a4b1e6b52 | [
"CC-BY-4.0"
] | null | null | null | AirVisualApiNetwork/app/src/main/java/kr/co/woobi/imyeon/airvisualapinetwork/Service.java | yeonyang9421/BroadCastExam | 182c4fbf09239b76ad056f9db780009a4b1e6b52 | [
"CC-BY-4.0"
] | null | null | null | AirVisualApiNetwork/app/src/main/java/kr/co/woobi/imyeon/airvisualapinetwork/Service.java | yeonyang9421/BroadCastExam | 182c4fbf09239b76ad056f9db780009a4b1e6b52 | [
"CC-BY-4.0"
] | null | null | null | 34.914286 | 158 | 0.731588 | 11,731 | package kr.co.woobi.imyeon.airvisualapinetwork;
import kr.co.woobi.imyeon.airvisualapinetwork.cityModel.CityLocationInfo;
import kr.co.woobi.imyeon.airvisualapinetwork.stateModel.StateLocationInfo;
import kr.co.woobi.imyeon.airvisualapinetwork.dustInfoModel.Example;
import kr.co.woobi.imyeon.airvisualapinetwork.countr... |
3e1baeeeb97be5030b4cc28b2de913c5a8089ede | 6,327 | java | Java | handlers/src/main/java/kendal/handlers/TypescriptFieldsHandler.java | projectkendal/handlers | 0d46218e268b7df9e0374642fca7ccb814f945c4 | [
"MIT"
] | 1 | 2019-01-02T16:49:38.000Z | 2019-01-02T16:49:38.000Z | handlers/src/main/java/kendal/handlers/TypescriptFieldsHandler.java | projectkendal/handlers | 0d46218e268b7df9e0374642fca7ccb814f945c4 | [
"MIT"
] | null | null | null | handlers/src/main/java/kendal/handlers/TypescriptFieldsHandler.java | projectkendal/handlers | 0d46218e268b7df9e0374642fca7ccb814f945c4 | [
"MIT"
] | null | null | null | 40.819355 | 160 | 0.714399 | 11,732 | package kendal.handlers;
import static kendal.utils.AnnotationUtils.isPutOnAnnotation;
import java.lang.annotation.Annotation;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import com.sun.tools.javac.tree.JCTree.JCAnnotation;
import com.sun.tools.javac.tree.JCTree.JCClassDecl;
impor... |
3e1baf5f50bb0882be7bb7695a3fc8da5f9d974d | 3,374 | java | Java | app/src/main/java/com/tool/horizontalrecyclerview/PageIndicatorView.java | Xingzuo888/tool | 41f76b16ed3d5fdbc50f92634cf63859be12dd4e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/tool/horizontalrecyclerview/PageIndicatorView.java | Xingzuo888/tool | 41f76b16ed3d5fdbc50f92634cf63859be12dd4e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/tool/horizontalrecyclerview/PageIndicatorView.java | Xingzuo888/tool | 41f76b16ed3d5fdbc50f92634cf63859be12dd4e | [
"Apache-2.0"
] | null | null | null | 29.086207 | 109 | 0.590694 | 11,733 | package com.tool.horizontalrecyclerview;
import android.content.Context;
import android.util.AttributeSet;
import android.view.Gravity;
import android.view.View;
import android.widget.LinearLayout;
import com.nextclass.ai.nxfastinstall.R;
import java.util.ArrayList;
import java.util.List;
/**
* <p/>
* 页码指示器类,获得此类... |
3e1bb153be62264b7cd840eb05de28075b4051ba | 19,698 | java | Java | animated-icons/src/main/java/tarek360/animated/icons/drawables/Like.java | anoop44/Animated-Icons | f8acb3250244e815fb3354313d84e88073aab3f9 | [
"Apache-2.0"
] | 249 | 2016-11-19T23:17:42.000Z | 2022-01-31T14:36:25.000Z | animated-icons/src/main/java/tarek360/animated/icons/drawables/Like.java | anoop44/Animated-Icons | f8acb3250244e815fb3354313d84e88073aab3f9 | [
"Apache-2.0"
] | 4 | 2016-11-26T07:15:47.000Z | 2017-10-16T12:06:57.000Z | animated-icons/src/main/java/tarek360/animated/icons/drawables/Like.java | anoop44/Animated-Icons | f8acb3250244e815fb3354313d84e88073aab3f9 | [
"Apache-2.0"
] | 51 | 2016-11-20T10:48:35.000Z | 2020-12-21T12:23:29.000Z | 59.87234 | 98 | 0.694284 | 11,734 | package tarek360.animated.icons.drawables;
import android.animation.AnimatorSet;
import android.animation.ValueAnimator;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.ColorFilter;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.Rect... |
3e1bb1b4891f9fe5403e696a68fd8a950db426f1 | 2,958 | java | Java | android-util-master/src/main/java/com/xjf/repository/utils/DES.java | zqh110110/base_http_rxjava_databing_commonutil | 8c37a80cce159eed2641d06b4a571af6162ba916 | [
"Apache-2.0"
] | null | null | null | android-util-master/src/main/java/com/xjf/repository/utils/DES.java | zqh110110/base_http_rxjava_databing_commonutil | 8c37a80cce159eed2641d06b4a571af6162ba916 | [
"Apache-2.0"
] | null | null | null | android-util-master/src/main/java/com/xjf/repository/utils/DES.java | zqh110110/base_http_rxjava_databing_commonutil | 8c37a80cce159eed2641d06b4a571af6162ba916 | [
"Apache-2.0"
] | null | null | null | 21.75 | 73 | 0.672752 | 11,735 | /*
* DES 20091106
*
* Copyright (c) 2009 北京数字政通科技股份有限公司
* 版权所有
*
* 文件功能描述:DES加密解密类
*
* 修改标识:史先方20091106
* 修改描述:创建
*/
package com.xjf.repository.utils;
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.DESKeySpec;
import javax.crypto.s... |
3e1bb1fe4c688aca266baff25fd692e0018d0cd0 | 11,970 | java | Java | integration-test/src/test/java/com/orange/cloud/servicebroker/filter/core/filters/AbstractServiceBrokerFilterTest.java | Orange-OpenSource/sec-group-brokerchain | ccc53a2d7edbb91ec0ba8cb50b9c0d933fa1106f | [
"Apache-2.0"
] | 14 | 2016-11-04T10:23:13.000Z | 2020-09-16T20:11:29.000Z | integration-test/src/test/java/com/orange/cloud/servicebroker/filter/core/filters/AbstractServiceBrokerFilterTest.java | Orange-OpenSource/sec-group-brokerchain | ccc53a2d7edbb91ec0ba8cb50b9c0d933fa1106f | [
"Apache-2.0"
] | 134 | 2016-09-12T08:46:49.000Z | 2021-07-01T04:50:21.000Z | integration-test/src/test/java/com/orange/cloud/servicebroker/filter/core/filters/AbstractServiceBrokerFilterTest.java | Orange-OpenSource/sec-group-brokerchain | ccc53a2d7edbb91ec0ba8cb50b9c0d933fa1106f | [
"Apache-2.0"
] | 1 | 2021-01-26T03:30:21.000Z | 2021-01-26T03:30:21.000Z | 44.007353 | 188 | 0.663826 | 11,736 | /*
* <!--
*
* Copyright (C) 2015 Orange
* 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 applica... |
3e1bb3a440d53d8f72d4d2b5e175e4658faab10c | 5,620 | java | Java | open_bottle_common/jAOG/src/aog/app/sequence/SequenceContext.java | tdonca/OpenBottle | f03d80e7b3645232fb97f91cf7fc2dc02f101ac2 | [
"MIT"
] | null | null | null | open_bottle_common/jAOG/src/aog/app/sequence/SequenceContext.java | tdonca/OpenBottle | f03d80e7b3645232fb97f91cf7fc2dc02f101ac2 | [
"MIT"
] | null | null | null | open_bottle_common/jAOG/src/aog/app/sequence/SequenceContext.java | tdonca/OpenBottle | f03d80e7b3645232fb97f91cf7fc2dc02f101ac2 | [
"MIT"
] | null | null | null | 28.527919 | 90 | 0.641459 | 11,737 | package aog.app.sequence;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import aog.Pattern;
import aog.learn.bc.CompositionalContext;
import aog.learn.bc.Context;
import aog.sample.PatternInstance;
import aog.util.Pair;
/**
* Instances within a range from the po... |
3e1bb46225f149b72dccea022110477fe1a00611 | 104 | java | Java | kata/6-kyu/pentabonacci/main/Pentanacci.java | Sophia-Okito/codewars-handbook | d896c766cf3347031dc3934ce18cd7a021ae2526 | [
"MIT"
] | 36 | 2020-04-16T17:53:05.000Z | 2022-03-15T06:59:04.000Z | kata/6-kyu/pentabonacci/main/Pentanacci.java | Sophia-Okito/codewars-handbook | d896c766cf3347031dc3934ce18cd7a021ae2526 | [
"MIT"
] | 8 | 2020-07-26T05:26:40.000Z | 2022-03-01T20:03:24.000Z | kata/6-kyu/pentabonacci/main/Pentanacci.java | ParanoidUser/codewars-handbook | 6e9f61b671bd379d8671f2ae1b134e3cbde62ff4 | [
"MIT"
] | 10 | 2020-04-10T12:07:02.000Z | 2022-01-21T12:29:39.000Z | 17.333333 | 40 | 0.586538 | 11,738 | interface Pentanacci {
static long countOddPentaFib(long n) {
return --n / 6 + --n / 6 + 1;
}
}
|
3e1bb59672245e19c53063abb4c2d2c462bdbcd2 | 3,492 | java | Java | src/main/java/com/github/yuebo/dyna/security/SecurityInterceptor.java | yuebo/dyna-starter | f11aeb58279af4062c32408b17e95a4e02fd4672 | [
"Apache-2.0"
] | 4 | 2018-10-11T09:13:04.000Z | 2021-09-06T07:01:09.000Z | src/main/java/com/github/yuebo/dyna/security/SecurityInterceptor.java | yuebo/dyna-starter | f11aeb58279af4062c32408b17e95a4e02fd4672 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/yuebo/dyna/security/SecurityInterceptor.java | yuebo/dyna-starter | f11aeb58279af4062c32408b17e95a4e02fd4672 | [
"Apache-2.0"
] | 2 | 2018-10-11T09:13:04.000Z | 2018-10-12T02:42:54.000Z | 36.757895 | 202 | 0.676117 | 11,739 | package com.github.yuebo.dyna.security;
import com.github.yuebo.dyna.core.PermissionProvider;
import com.github.yuebo.dyna.utils.FormViewUtils;
import com.github.yuebo.dyna.service.JDBCService;
import org.apache.commons.lang.StringUtils;
import org.springframework.web.method.HandlerMethod;
import org.springframework.w... |
3e1bb8079bc9ca99d352b98a32545466cc6c2937 | 3,005 | java | Java | app/src/main/java/com/bkromhout/minerva/D.java | bkromhout/Minerva | 49637785d01010424c46ab8cdd84faa6a2e68374 | [
"Apache-2.0"
] | 5 | 2016-08-07T13:43:22.000Z | 2018-01-31T12:45:47.000Z | app/src/main/java/com/bkromhout/minerva/D.java | bkromhout/Minerva | 49637785d01010424c46ab8cdd84faa6a2e68374 | [
"Apache-2.0"
] | 115 | 2016-01-05T20:28:51.000Z | 2016-10-08T00:29:31.000Z | app/src/main/java/com/bkromhout/minerva/D.java | bkromhout/Minerva | 49637785d01010424c46ab8cdd84faa6a2e68374 | [
"Apache-2.0"
] | null | null | null | 39.539474 | 103 | 0.616639 | 11,740 | package com.bkromhout.minerva;
import android.app.Application;
import android.content.res.ColorStateList;
import android.content.res.Resources;
import android.support.annotation.ColorInt;
import android.support.v4.content.ContextCompat;
import android.view.View;
/**
* Similar to {@link C}, but for constants which we... |
3e1bb85af4ed42d43f228b72045d80266a64b04c | 2,568 | java | Java | app/src/main/java/com/example/guest/myfirstapp/MainActivity.java | YHoP/myFirstApp_android | 178bc55b85a2304cf9e01d2341ad44fb4f6456dd | [
"Unlicense"
] | null | null | null | app/src/main/java/com/example/guest/myfirstapp/MainActivity.java | YHoP/myFirstApp_android | 178bc55b85a2304cf9e01d2341ad44fb4f6456dd | [
"Unlicense"
] | null | null | null | app/src/main/java/com/example/guest/myfirstapp/MainActivity.java | YHoP/myFirstApp_android | 178bc55b85a2304cf9e01d2341ad44fb4f6456dd | [
"Unlicense"
] | null | null | null | 32.506329 | 83 | 0.699377 | 11,741 | package com.example.guest.myfirstapp;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.RelativeLayout;
import android.widget.TextView;
public class MainActivi... |
3e1bb88432c6d7b388c6febfdb3489ad95667d8d | 931 | java | Java | src/main/java/com/github/tinosteinort/beanrepository/Factory.java | tinosteinort/beanrepository | 4131d1e380ebc511392f3bda9d0966997bb34a62 | [
"Apache-2.0"
] | 5 | 2016-12-03T11:39:02.000Z | 2019-05-06T17:49:11.000Z | src/main/java/com/github/tinosteinort/beanrepository/Factory.java | tinosteinort/beanrepository | 4131d1e380ebc511392f3bda9d0966997bb34a62 | [
"Apache-2.0"
] | 6 | 2017-02-08T21:18:44.000Z | 2018-12-21T19:33:12.000Z | src/main/java/com/github/tinosteinort/beanrepository/Factory.java | tinosteinort/beanrepository | 4131d1e380ebc511392f3bda9d0966997bb34a62 | [
"Apache-2.0"
] | null | null | null | 34.481481 | 111 | 0.686359 | 11,742 | package com.github.tinosteinort.beanrepository;
/**
* Creates an Instance of a Bean. Even if a Factory is registered in the {@link BeanRepository} it is by itself
* not a Bean. The created Object is the Bean. {@link PostConstructible#onPostConstruct(BeanRepository)} is
* executed for the Factory Object and for th... |
3e1bb941579fd8e6935c870831d705a92eec3096 | 5,332 | java | Java | aws-java-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/DescribeStreamProcessorResultJsonUnmarshaller.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 3,372 | 2015-01-03T00:35:43.000Z | 2022-03-31T15:56:24.000Z | aws-java-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/DescribeStreamProcessorResultJsonUnmarshaller.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,391 | 2015-01-01T12:55:24.000Z | 2022-03-31T08:01:50.000Z | aws-java-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/DescribeStreamProcessorResultJsonUnmarshaller.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,876 | 2015-01-01T14:38:37.000Z | 2022-03-29T19:53:10.000Z | 48.036036 | 151 | 0.653976 | 11,743 | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e1bbb4a8e9addbdf76be2d463c899c81d4cb2bb | 2,821 | java | Java | src/main/java/com/epam/digital/data/platform/registry/regulation/validation/cli/validator/mainliquibase/rules/ForeignKeyHasCapitalLetterRule.java | epam/edp-ddm-registry-regulations-validator-cli | b0559ddafaf5092f7ddac57b2ab8a136ee9af24f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/epam/digital/data/platform/registry/regulation/validation/cli/validator/mainliquibase/rules/ForeignKeyHasCapitalLetterRule.java | epam/edp-ddm-registry-regulations-validator-cli | b0559ddafaf5092f7ddac57b2ab8a136ee9af24f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/epam/digital/data/platform/registry/regulation/validation/cli/validator/mainliquibase/rules/ForeignKeyHasCapitalLetterRule.java | epam/edp-ddm-registry-regulations-validator-cli | b0559ddafaf5092f7ddac57b2ab8a136ee9af24f | [
"Apache-2.0"
] | null | null | null | 38.643836 | 108 | 0.726338 | 11,744 | /*
* Copyright 2022 EPAM Systems.
*
* 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... |
3e1bbc2e40cf4323206d1615f06ae4a712e086b8 | 2,051 | java | Java | base/src/main/java/adudecalledleo/tbsquared/data/DataTracker.java | Leo40Git/textbox-squared | 315c75cb64a9d945b168f3ae5ac40d388e48097c | [
"MIT"
] | null | null | null | base/src/main/java/adudecalledleo/tbsquared/data/DataTracker.java | Leo40Git/textbox-squared | 315c75cb64a9d945b168f3ae5ac40d388e48097c | [
"MIT"
] | null | null | null | base/src/main/java/adudecalledleo/tbsquared/data/DataTracker.java | Leo40Git/textbox-squared | 315c75cb64a9d945b168f3ae5ac40d388e48097c | [
"MIT"
] | null | null | null | 32.046875 | 118 | 0.551438 | 11,745 | package adudecalledleo.tbsquared.data;
import java.util.Map;
import java.util.Optional;
public interface DataTracker extends Iterable<DataTracker.Entry<?>> {
static DataTracker empty() {
return EmptyDataTracker.INSTANCE;
}
static DataTrackerBuilder builder() {
return new DataTrackerBuilde... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.