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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e0dc90df81d34783eb5fc37fb3cdf4bc964e19b | 2,451 | java | Java | protonj2-client-examples/src/main/java/org/apache/qpid/protonj2/client/examples/Request.java | tabish121/proton4j | 225b7f35c545e73a3172d159bf4baec850009429 | [
"Apache-2.0"
] | 2 | 2019-04-28T20:38:32.000Z | 2020-05-21T22:25:43.000Z | protonj2-client-examples/src/main/java/org/apache/qpid/protonj2/client/examples/Request.java | tabish121/protonj2 | 225b7f35c545e73a3172d159bf4baec850009429 | [
"Apache-2.0"
] | null | null | null | protonj2-client-examples/src/main/java/org/apache/qpid/protonj2/client/examples/Request.java | tabish121/protonj2 | 225b7f35c545e73a3172d159bf4baec850009429 | [
"Apache-2.0"
] | 1 | 2018-04-05T18:51:10.000Z | 2018-04-05T18:51:10.000Z | 41.542373 | 97 | 0.71889 | 5,828 | /*
* 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 ... |
3e0dc9299b662838c52f8db63c6e9c2e986e00f6 | 11,143 | java | Java | server/src/test/java/io/crate/planner/SubQueryPlannerTest.java | Wiewiogr/crate | 5651d8d4f6d149c496e329751af3e1fd28f8a5a8 | [
"Apache-2.0"
] | 3,066 | 2015-01-01T05:44:20.000Z | 2022-03-31T19:33:32.000Z | server/src/test/java/io/crate/planner/SubQueryPlannerTest.java | Wiewiogr/crate | 5651d8d4f6d149c496e329751af3e1fd28f8a5a8 | [
"Apache-2.0"
] | 7,255 | 2015-01-02T08:25:25.000Z | 2022-03-31T21:05:43.000Z | server/src/test/java/io/crate/planner/SubQueryPlannerTest.java | Wiewiogr/crate | 5651d8d4f6d149c496e329751af3e1fd28f8a5a8 | [
"Apache-2.0"
] | 563 | 2015-01-06T19:07:27.000Z | 2022-03-25T03:03:36.000Z | 44.572 | 117 | 0.627748 | 5,829 | /*
* Licensed to Crate.io GmbH ("Crate") under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership. Crate licenses
* this file to you under the Apache License, Version 2.0 (the "License");
* you may not use this f... |
3e0dc956a3e2312a86d27877daa8b805f16a6acd | 529 | java | Java | Data-Structures/Arrays/Cloning-of-one-dimensional-array.java | Pranit5895/Java-Programming | 4203c899b4ce97e510e44fdade015fbf2da92fb3 | [
"Apache-1.1"
] | 1 | 2021-03-16T06:08:51.000Z | 2021-03-16T06:08:51.000Z | Data-Structures/Arrays/Cloning-of-one-dimensional-array.java | Pranit5895/Java-Programming | 4203c899b4ce97e510e44fdade015fbf2da92fb3 | [
"Apache-1.1"
] | null | null | null | Data-Structures/Arrays/Cloning-of-one-dimensional-array.java | Pranit5895/Java-Programming | 4203c899b4ce97e510e44fdade015fbf2da92fb3 | [
"Apache-1.1"
] | null | null | null | 25.190476 | 54 | 0.514178 | 5,830 | // Java program to demonstrate
// cloning of one-dimensional arrays
class Test
{
public static void main(String args[])
{
int intArray[] = {1,2,3};
int cloneArray[] = intArray.clone();
// will print false as deep copy is created
// for one-... |
3e0dc9e0e0135ead15272d77ccaf35ef2eeed70d | 2,143 | java | Java | src/com/github/farhan3/jclickerquiz/model/DataUtil.java | farhan3/JClickerQuiz | ef510d8de01ec6479f566372be09c4b549c2712f | [
"Apache-2.0"
] | 3 | 2017-09-25T00:30:01.000Z | 2020-12-21T08:04:25.000Z | src/com/github/farhan3/jclickerquiz/model/DataUtil.java | farhan3/JClickerQuiz | ef510d8de01ec6479f566372be09c4b549c2712f | [
"Apache-2.0"
] | null | null | null | src/com/github/farhan3/jclickerquiz/model/DataUtil.java | farhan3/JClickerQuiz | ef510d8de01ec6479f566372be09c4b549c2712f | [
"Apache-2.0"
] | 6 | 2017-06-05T03:59:26.000Z | 2020-11-03T19:01:16.000Z | 26.134146 | 79 | 0.664956 | 5,831 | package com.github.farhan3.jclickerquiz.model;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.Collection;
import java.util.Collections;
import java... |
3e0dca54ad1f196406ffa1a3efc264a730faf8cb | 1,439 | java | Java | airnet-data-service/src/main/java/com/marticles/airnet/dataservice/dao/RankDAO.java | Marticles/AirNet | c52542f8a488a4ccfcec205d09d15b4f460d5afb | [
"MIT"
] | 26 | 2019-03-02T17:21:31.000Z | 2022-02-26T16:31:15.000Z | airnet-data-service/src/main/java/com/marticles/airnet/dataservice/dao/RankDAO.java | znlccy/airnet | c52542f8a488a4ccfcec205d09d15b4f460d5afb | [
"MIT"
] | 1 | 2020-02-28T07:45:38.000Z | 2020-02-28T07:45:38.000Z | airnet-data-service/src/main/java/com/marticles/airnet/dataservice/dao/RankDAO.java | znlccy/airnet | c52542f8a488a4ccfcec205d09d15b4f460d5afb | [
"MIT"
] | 9 | 2019-03-02T17:21:32.000Z | 2020-11-13T01:55:10.000Z | 44.96875 | 135 | 0.624739 | 5,832 | package com.marticles.airnet.dataservice.dao;
import com.marticles.airnet.dataservice.model.Rank;
import org.apache.ibatis.annotations.*;
import java.util.Date;
import java.util.List;
/**
* @author Marticles
* @description RankDAO
* @date 2019/2/7
*/
@Mapper
public interface RankDAO {
String FIELDS = "site,... |
3e0dcb17f7a9a46163b3005bf9cb286092c4367c | 5,344 | java | Java | src/pt/haslab/htapbench/core/TimeBucketIterator.java | faclc4/HTAPBench | 0e64856a3906b65a077335fd10003b6af90e1ea6 | [
"Apache-2.0"
] | 15 | 2017-12-07T15:39:30.000Z | 2022-02-18T02:28:56.000Z | src/pt/haslab/htapbench/core/TimeBucketIterator.java | faclc4/HTAPBench | 0e64856a3906b65a077335fd10003b6af90e1ea6 | [
"Apache-2.0"
] | 5 | 2018-03-10T14:40:55.000Z | 2019-11-25T17:03:02.000Z | src/pt/haslab/htapbench/core/TimeBucketIterator.java | faclc4/HTAPBench | 0e64856a3906b65a077335fd10003b6af90e1ea6 | [
"Apache-2.0"
] | 10 | 2017-08-23T12:47:08.000Z | 2022-02-18T02:57:12.000Z | 40.484848 | 126 | 0.509918 | 5,833 |
/******************************************************************************
* Copyright 2015 by OLTPBenchmark Project *
* *
* Licensed under the Apache License, Version 2.0 (the "License"); *... |
3e0dcbbdd4faa83d92608e8741e897a3ce8805b2 | 633 | java | Java | src/sk/uniza/fri/duracik2/gui/reflection/Funkcia.java | Unlink/Java-Simple-Service-GUI | fffb8c36554466331ed68cd3f808f7df16d03ae4 | [
"MIT"
] | null | null | null | src/sk/uniza/fri/duracik2/gui/reflection/Funkcia.java | Unlink/Java-Simple-Service-GUI | fffb8c36554466331ed68cd3f808f7df16d03ae4 | [
"MIT"
] | null | null | null | src/sk/uniza/fri/duracik2/gui/reflection/Funkcia.java | Unlink/Java-Simple-Service-GUI | fffb8c36554466331ed68cd3f808f7df16d03ae4 | [
"MIT"
] | null | null | null | 22.607143 | 79 | 0.742496 | 5,834 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package sk.uniza.fri.duracik2.gui.reflection;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import j... |
3e0dcd0f97cdd321b4eee2a6ad714db6c7ad4fd1 | 3,881 | java | Java | icu/icu4j/main/classes/core/src/com/ibm/icu/impl/CharacterIteratorWrapper.java | OpenSource-Infinix/android_external_crcalc | e5bbf05e3a01b449f33cca14c5ce8048df45624b | [
"Unlicense"
] | 7 | 2015-09-13T06:21:16.000Z | 2021-07-13T02:12:50.000Z | icu/icu4j/main/classes/core/src/com/ibm/icu/impl/CharacterIteratorWrapper.java | OpenSource-Infinix/android_external_crcalc | e5bbf05e3a01b449f33cca14c5ce8048df45624b | [
"Unlicense"
] | null | null | null | icu/icu4j/main/classes/core/src/com/ibm/icu/impl/CharacterIteratorWrapper.java | OpenSource-Infinix/android_external_crcalc | e5bbf05e3a01b449f33cca14c5ce8048df45624b | [
"Unlicense"
] | 6 | 2015-03-15T06:30:08.000Z | 2021-03-15T18:05:56.000Z | 26.04698 | 94 | 0.546766 | 5,835 | /*
*******************************************************************************
* Copyright (C) 1996-2010, International Business Machines Corporation and *
* others. All Rights Reserved. *
*************************************************************************... |
3e0dcd8e2551e06480e4f2909d03854feb48341d | 4,912 | java | Java | googletoolbar/src/main/java/org/netbeans/modules/googletoolbar/GooglePanel.java | timboudreau/netbeans-contrib | e414495e8585df9911392d7e3b190153759ff6d3 | [
"Apache-2.0"
] | 2 | 2018-07-19T08:40:29.000Z | 2019-12-07T19:37:03.000Z | googletoolbar/src/main/java/org/netbeans/modules/googletoolbar/GooglePanel.java | timboudreau/netbeans-contrib | e414495e8585df9911392d7e3b190153759ff6d3 | [
"Apache-2.0"
] | 4 | 2021-02-03T19:27:41.000Z | 2021-08-02T17:04:13.000Z | googletoolbar/src/main/java/org/netbeans/modules/googletoolbar/GooglePanel.java | timboudreau/netbeans-contrib | e414495e8585df9911392d7e3b190153759ff6d3 | [
"Apache-2.0"
] | 2 | 2020-10-03T14:44:58.000Z | 2022-01-13T22:03:24.000Z | 42.713043 | 213 | 0.705822 | 5,836 | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common
* Development and Distribution License("CDDL") (... |
3e0dcd98e7d173f5637bc5b136d74a400bc3770b | 10,323 | java | Java | spring-xd-dirt/src/main/java/org/springframework/xd/dirt/module/ModuleDeployer.java | wwjiang007/spring-xd | ec106725c51d245109b2e5055d9f65e43228ecc1 | [
"Apache-2.0"
] | 332 | 2015-01-03T23:47:23.000Z | 2022-02-06T17:09:21.000Z | spring-xd-dirt/src/main/java/org/springframework/xd/dirt/module/ModuleDeployer.java | wwjiang007/spring-xd | ec106725c51d245109b2e5055d9f65e43228ecc1 | [
"Apache-2.0"
] | 518 | 2015-01-01T16:41:07.000Z | 2021-06-18T13:47:43.000Z | spring-xd-dirt/src/main/java/org/springframework/xd/dirt/module/ModuleDeployer.java | wwjiang007/spring-xd | ec106725c51d245109b2e5055d9f65e43228ecc1 | [
"Apache-2.0"
] | 229 | 2015-01-03T23:47:31.000Z | 2022-02-25T06:30:35.000Z | 30.272727 | 118 | 0.721399 | 5,837 | /*
* Copyright 2013-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e0dcda6c0dd0731ceec6d70d4cd4030aa47715b | 3,299 | java | Java | schema-compiler/src/main/java/org/opentravel/schemacompiler/transform/symbols/JaxbLibraryPrefixResolver.java | OpenTravel/OTM-DE-Compiler | 9b6e8f71649ae9a1ba8bd7ee0e04bea546d20256 | [
"Apache-2.0"
] | 6 | 2015-10-22T16:07:01.000Z | 2020-07-30T18:00:30.000Z | schema-compiler/src/main/java/org/opentravel/schemacompiler/transform/symbols/JaxbLibraryPrefixResolver.java | OpenTravel/OTM-DE-Compiler | 9b6e8f71649ae9a1ba8bd7ee0e04bea546d20256 | [
"Apache-2.0"
] | 65 | 2015-03-16T13:46:43.000Z | 2021-12-16T23:28:49.000Z | schema-compiler/src/main/java/org/opentravel/schemacompiler/transform/symbols/JaxbLibraryPrefixResolver.java | OpenTravel/OTM-DE-Compiler | 9b6e8f71649ae9a1ba8bd7ee0e04bea546d20256 | [
"Apache-2.0"
] | 3 | 2018-06-13T09:20:52.000Z | 2020-06-28T07:30:12.000Z | 35.117021 | 117 | 0.680097 | 5,838 | /**
* Copyright (C) 2014 OpenTravel Alliance (ychag@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless req... |
3e0dce51f7e7b41caa7ff5cad9f03e34de7bbbc2 | 529 | java | Java | src/main/java/com/github/lemonj/jedismock/operations/RO_exists.java | 24kpure/jedis-mock | 11cb3ff2ddf0d891d9c64a1e1f41d02813d18328 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/lemonj/jedismock/operations/RO_exists.java | 24kpure/jedis-mock | 11cb3ff2ddf0d891d9c64a1e1f41d02813d18328 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/lemonj/jedismock/operations/RO_exists.java | 24kpure/jedis-mock | 11cb3ff2ddf0d891d9c64a1e1f41d02813d18328 | [
"Apache-2.0"
] | null | null | null | 25.190476 | 53 | 0.688091 | 5,839 | package com.github.lemonj.jedismock.operations;
import com.github.lemonj.jedismock.server.Response;
import com.github.lemonj.jedismock.server.Slice;
import com.github.lemonj.jedismock.storage.RedisBase;
import java.util.List;
class RO_exists extends AbstractRedisOperation {
RO_exists(RedisBase base, List<Slice> ... |
3e0dce742de57a6fec56bbee35eadf4afdfaf429 | 2,547 | java | Java | xap-extensions/xap-hibernate-spring/src/main/java/org/openspaces/persistency/hibernate/ManagedEntitiesContainer.java | dm-tro/xap | 9ab2cf43861bcc0ba759db1c9805e82e0b77a02c | [
"Apache-2.0"
] | 90 | 2016-08-09T16:37:44.000Z | 2022-03-30T10:33:17.000Z | xap-extensions/xap-hibernate-spring/src/main/java/org/openspaces/persistency/hibernate/ManagedEntitiesContainer.java | dm-tro/xap | 9ab2cf43861bcc0ba759db1c9805e82e0b77a02c | [
"Apache-2.0"
] | 33 | 2016-10-10T17:29:11.000Z | 2022-03-17T07:27:48.000Z | xap-extensions/xap-hibernate-spring/src/main/java/org/openspaces/persistency/hibernate/ManagedEntitiesContainer.java | dm-tro/xap | 9ab2cf43861bcc0ba759db1c9805e82e0b77a02c | [
"Apache-2.0"
] | 48 | 2016-08-09T15:55:20.000Z | 2022-03-31T12:21:50.000Z | 34.418919 | 112 | 0.708677 | 5,840 | /*
* Copyright (c) 2008-2016, GigaSpaces Technologies, Inc. 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
*
* Un... |
3e0dcf00d09f6742247b55cd1cc62c057486f127 | 5,723 | java | Java | src/main/java/seedu/address/ui/PersonCard.java | angkoonhwee/tp | 4525db1be2dccef45a31fb9900fe3a3be02200d3 | [
"MIT"
] | null | null | null | src/main/java/seedu/address/ui/PersonCard.java | angkoonhwee/tp | 4525db1be2dccef45a31fb9900fe3a3be02200d3 | [
"MIT"
] | null | null | null | src/main/java/seedu/address/ui/PersonCard.java | angkoonhwee/tp | 4525db1be2dccef45a31fb9900fe3a3be02200d3 | [
"MIT"
] | null | null | null | 30.121053 | 114 | 0.598812 | 5,841 | package seedu.address.ui;
import java.util.Comparator;
import java.util.Set;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
import javafx.scene.control.ListCell;
import javafx.scene.control.ListView;
import javafx.scene.la... |
3e0dcf9f239f952cf188ee27e40ec0b22220b54b | 203 | java | Java | app/src/main/java/io/github/yzernik/squeakand/OfferWithSqueakServer.java | yzernik/SqueakAnd | e5c2f9751e0e30e6e66888c11b4fe3f89add182d | [
"MIT"
] | null | null | null | app/src/main/java/io/github/yzernik/squeakand/OfferWithSqueakServer.java | yzernik/SqueakAnd | e5c2f9751e0e30e6e66888c11b4fe3f89add182d | [
"MIT"
] | 24 | 2020-05-20T20:48:20.000Z | 2020-07-16T09:38:41.000Z | app/src/main/java/io/github/yzernik/squeakand/OfferWithSqueakServer.java | yzernik/SqueakAnd | e5c2f9751e0e30e6e66888c11b4fe3f89add182d | [
"MIT"
] | null | null | null | 13.533333 | 37 | 0.743842 | 5,842 | package io.github.yzernik.squeakand;
import androidx.room.Embedded;
public class OfferWithSqueakServer {
@Embedded
public Offer offer;
@Embedded
public SqueakServer squeakServer;
}
|
3e0dcfc5b1daca74e7c749c12b58fc1e645fa88b | 2,967 | java | Java | src/main/java/org/launchcode/my401k/controllers/FormChoicesController.java | Judy2001/my401k | 8240bc47b7b94d537334e8f68b8dec9c0ff02918 | [
"MIT"
] | null | null | null | src/main/java/org/launchcode/my401k/controllers/FormChoicesController.java | Judy2001/my401k | 8240bc47b7b94d537334e8f68b8dec9c0ff02918 | [
"MIT"
] | null | null | null | src/main/java/org/launchcode/my401k/controllers/FormChoicesController.java | Judy2001/my401k | 8240bc47b7b94d537334e8f68b8dec9c0ff02918 | [
"MIT"
] | null | null | null | 43 | 121 | 0.637681 | 5,843 | package org.launchcode.my401k.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
im... |
3e0dcff5227e352d22a07d92153f171a0d08dbc4 | 1,879 | java | Java | itf-examples/src/test/java/com/soebes/itf/examples/MavenProjectRootIT.java | filiphr/maven-it-extension | 431d8a99f7af658f91cc523d445c32e4ae958600 | [
"Apache-2.0"
] | 51 | 2019-10-29T20:46:08.000Z | 2022-03-23T20:45:38.000Z | itf-examples/src/test/java/com/soebes/itf/examples/MavenProjectRootIT.java | filiphr/maven-it-extension | 431d8a99f7af658f91cc523d445c32e4ae958600 | [
"Apache-2.0"
] | 243 | 2019-10-30T19:01:46.000Z | 2022-03-31T22:30:54.000Z | itf-examples/src/test/java/com/soebes/itf/examples/MavenProjectRootIT.java | filiphr/maven-it-extension | 431d8a99f7af658f91cc523d445c32e4ae958600 | [
"Apache-2.0"
] | 20 | 2020-03-04T13:11:37.000Z | 2022-03-10T10:53:49.000Z | 32.396552 | 66 | 0.760511 | 5,844 | package com.soebes.itf.examples;
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Ve... |
3e0dcff5f7a376f21c4c227ae5d7aef6710c4c61 | 366 | java | Java | src/main/java/me/nithanim/gw2api/v2/api/traits/facttypes/ComboFieldFact.java | Nithanim/gw2api | e087992cb4b4e511a05f7784e93beed5e04fb134 | [
"Apache-2.0"
] | 10 | 2015-10-15T15:29:18.000Z | 2020-08-11T22:10:55.000Z | src/main/java/me/nithanim/gw2api/v2/api/traits/facttypes/ComboFieldFact.java | Nithanim/gw2api | e087992cb4b4e511a05f7784e93beed5e04fb134 | [
"Apache-2.0"
] | 21 | 2015-10-15T15:40:46.000Z | 2022-01-31T17:07:02.000Z | src/main/java/me/nithanim/gw2api/v2/api/traits/facttypes/ComboFieldFact.java | Nithanim/gw2api | e087992cb4b4e511a05f7784e93beed5e04fb134 | [
"Apache-2.0"
] | 8 | 2015-09-16T20:29:13.000Z | 2022-01-28T23:03:06.000Z | 24.4 | 79 | 0.751366 | 5,845 | package me.nithanim.gw2api.v2.api.traits.facttypes;
import me.nithanim.gw2api.v2.api.traits.FactBase;
@lombok.NoArgsConstructor
@lombok.Getter
@lombok.ToString
public class ComboFieldFact extends FactBase {
private FieldType fieldType;
public static enum FieldType {
AIR, DARK, FIRE, ICE, LIGHT, LIGHT... |
3e0dd03b5a9237554be22c1bd8dc53b74df95aaa | 697 | java | Java | src/main/java/com/snapscore/pipeline/textsearch/FullTextSearchableItem.java | snapscoregroup/pipeline | 57f9f7a2adff8c75965f082c5fbba99ae99a7e67 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/snapscore/pipeline/textsearch/FullTextSearchableItem.java | snapscoregroup/pipeline | 57f9f7a2adff8c75965f082c5fbba99ae99a7e67 | [
"Apache-2.0"
] | 3 | 2021-03-15T16:19:13.000Z | 2021-10-15T12:47:15.000Z | src/main/java/com/snapscore/pipeline/textsearch/FullTextSearchableItem.java | snapscoregroup/pipeline | 57f9f7a2adff8c75965f082c5fbba99ae99a7e67 | [
"Apache-2.0"
] | 1 | 2021-12-30T10:47:09.000Z | 2021-12-30T10:47:09.000Z | 34.85 | 166 | 0.710187 | 5,846 | package com.snapscore.pipeline.textsearch;
import java.util.Collection;
public interface FullTextSearchableItem {
/**
* @return the name by which this item can be looked up; The user of this should not perform any splitting of the names by spaces. This is handled by the library.
* Example: for the stag... |
3e0dd0721f75e58f9bc0d21f6067911dd2fdc5c3 | 693 | java | Java | bizcore/WEB-INF/contact_core_src/com/doublechain/contact/iamservice/LoginTarget.java | golap-cn/contact-web-app | b50bf66a6852b8caceaf300d35aaa38761b491cc | [
"MIT"
] | null | null | null | bizcore/WEB-INF/contact_core_src/com/doublechain/contact/iamservice/LoginTarget.java | golap-cn/contact-web-app | b50bf66a6852b8caceaf300d35aaa38761b491cc | [
"MIT"
] | null | null | null | bizcore/WEB-INF/contact_core_src/com/doublechain/contact/iamservice/LoginTarget.java | golap-cn/contact-web-app | b50bf66a6852b8caceaf300d35aaa38761b491cc | [
"MIT"
] | null | null | null | 14.744681 | 55 | 0.751804 | 5,847 | package com.doublechain.contact.iamservice;
import com.doublechain.contact.secuser.SecUser;
import com.doublechain.contact.userapp.UserApp;
public class LoginTarget {
protected SecUser secUser;
protected UserApp userApp;
protected Object additionalInfo;
public SecUser getSecUser() {
return secUser;
}
public v... |
3e0dd17078d90381588c3b35e96a9651c091c243 | 2,290 | java | Java | api-boot-samples/api-boot-sample-integration/src/main/java/org/minbox/framework/knowledge/library/service/wx/controller/SmallProgramLoginController.java | sufann/api-boot | bda2b31a1aa1166e8b58db527123f03faa1f58ed | [
"Apache-2.0"
] | 310 | 2019-03-13T09:38:37.000Z | 2020-10-10T08:33:05.000Z | api-boot-samples/api-boot-sample-integration/src/main/java/org/minbox/framework/knowledge/library/service/wx/controller/SmallProgramLoginController.java | sufann/api-boot | bda2b31a1aa1166e8b58db527123f03faa1f58ed | [
"Apache-2.0"
] | 34 | 2019-10-02T15:36:37.000Z | 2021-04-22T09:16:53.000Z | api-boot-samples/api-boot-sample-integration/src/main/java/org/minbox/framework/knowledge/library/service/wx/controller/SmallProgramLoginController.java | sufann/api-boot | bda2b31a1aa1166e8b58db527123f03faa1f58ed | [
"Apache-2.0"
] | 95 | 2019-03-14T01:41:34.000Z | 2021-09-15T03:15:31.000Z | 36.349206 | 114 | 0.760699 | 5,848 | package org.minbox.framework.knowledge.library.service.wx.controller;
import com.alibaba.fastjson.JSON;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiResponse;
import org.minbox.framework.api.boot.common.m... |
3e0dd2068c4a93125ff34f0c894adc475d5c09d4 | 5,157 | java | Java | src/lib_gen/TransitionDefinition.java | dgatto/LipiDex | 13a71b0f34ec03bd5155231c055c80160ef25218 | [
"MIT"
] | 9 | 2018-01-26T22:46:30.000Z | 2021-12-10T18:39:33.000Z | src/lib_gen/TransitionDefinition.java | dgatto/LipiDex | 13a71b0f34ec03bd5155231c055c80160ef25218 | [
"MIT"
] | 4 | 2018-05-02T12:37:54.000Z | 2019-09-06T14:19:54.000Z | src/lib_gen/TransitionDefinition.java | dgatto/LipiDex | 13a71b0f34ec03bd5155231c055c80160ef25218 | [
"MIT"
] | 6 | 2018-05-10T06:50:56.000Z | 2021-07-16T17:06:01.000Z | 24.098131 | 145 | 0.69013 | 5,849 | package lib_gen;
//Represents a peak in the MS2 spectra
public class TransitionDefinition extends Utilities implements Comparable<Transition>
{
Double mass; //Mass of fragment if applicable
Double relativeIntensity; //Relative intensity scaled to 1000
String formula; //Elemental formula
public String disp... |
3e0dd269d60b7bbdafc5cd24cecc63f8dd1e968d | 3,897 | java | Java | tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java | purelind/tispark | 7154ce36c5f0d320cf0657e49213334f6e64d049 | [
"Apache-2.0"
] | 834 | 2017-07-07T03:30:38.000Z | 2022-03-28T03:39:13.000Z | tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java | purelind/tispark | 7154ce36c5f0d320cf0657e49213334f6e64d049 | [
"Apache-2.0"
] | 1,738 | 2017-07-06T10:42:57.000Z | 2022-03-31T10:32:18.000Z | tikv-client/src/main/java/com/pingcap/tikv/expression/PartitionPruner.java | purelind/tispark | 7154ce36c5f0d320cf0657e49213334f6e64d049 | [
"Apache-2.0"
] | 241 | 2017-07-24T08:28:44.000Z | 2022-03-29T07:31:31.000Z | 36.420561 | 98 | 0.68078 | 5,850 | /*
* Copyright 2020 PingCAP, 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 applicable law or agreed ... |
3e0dd27d077463f4f14f9711955b5bfb9f0d2f32 | 2,186 | java | Java | asdc-controller/src/test/java/org/onap/so/asdc/client/exceptions/ArtifactInstallerExceptionTest.java | sharmajiii/so | 174f48bee127c51f98ec6054f72be7567e0d8073 | [
"Apache-2.0"
] | 16 | 2018-05-04T20:47:02.000Z | 2021-10-15T15:01:14.000Z | asdc-controller/src/test/java/org/onap/so/asdc/client/exceptions/ArtifactInstallerExceptionTest.java | sharmajiii/so | 174f48bee127c51f98ec6054f72be7567e0d8073 | [
"Apache-2.0"
] | 4 | 2020-07-28T01:56:20.000Z | 2021-02-10T09:01:46.000Z | asdc-controller/src/test/java/org/onap/so/asdc/client/exceptions/ArtifactInstallerExceptionTest.java | sharmajiii/so | 174f48bee127c51f98ec6054f72be7567e0d8073 | [
"Apache-2.0"
] | 22 | 2018-06-13T01:40:03.000Z | 2022-03-22T10:06:08.000Z | 42.862745 | 108 | 0.655078 | 5,851 | /*-
* ============LICENSE_START=======================================================
* ONAP - SO
* ================================================================================
* Copyright (C) 2017 - 2018 AT&T Intellectual Property. All rights reserved.
* ======================================================... |
3e0dd2886fbbb80682a2f611dc7921c6234b92b7 | 1,031 | java | Java | src/main/java/ode/vertex/conf/helper/GraphInputOutputFactory.java | DrChainsaw/neuralODE4j | a7de829302a4c527ff49cb10fe4e90906956a9cc | [
"MIT"
] | 7 | 2018-12-28T02:34:09.000Z | 2019-04-22T08:06:28.000Z | src/main/java/ode/vertex/conf/helper/GraphInputOutputFactory.java | DrChainsaw/neuralODE4j | a7de829302a4c527ff49cb10fe4e90906956a9cc | [
"MIT"
] | 10 | 2018-12-27T23:21:23.000Z | 2019-04-24T21:41:37.000Z | src/main/java/ode/vertex/conf/helper/GraphInputOutputFactory.java | DrChainsaw/neuralODE4j | a7de829302a4c527ff49cb10fe4e90906956a9cc | [
"MIT"
] | 1 | 2018-12-28T02:34:33.000Z | 2018-12-28T02:34:33.000Z | 31.242424 | 119 | 0.722599 | 5,852 | package ode.vertex.conf.helper;
import ode.vertex.impl.helper.GraphInputOutput;
import org.deeplearning4j.nn.conf.inputs.InputType;
import org.nd4j.linalg.api.ndarray.INDArray;
import org.nd4j.shade.jackson.annotation.JsonTypeInfo;
/**
* Factory for {@link GraphInputOutput}
*
* @author Christian Skarby
*/
@JsonTy... |
3e0dd4b9b000b255b0c7dbf8171c30f1051b3258 | 11,218 | java | Java | src/test/java/org/iq80/snappy/SnappyStreamTest.java | vsosrc/snappy | aff4f0dd2b9c19d0d103c1fae372e17da1e28a45 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/test/java/org/iq80/snappy/SnappyStreamTest.java | vsosrc/snappy | aff4f0dd2b9c19d0d103c1fae372e17da1e28a45 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/test/java/org/iq80/snappy/SnappyStreamTest.java | vsosrc/snappy | aff4f0dd2b9c19d0d103c1fae372e17da1e28a45 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 33.891239 | 126 | 0.643163 | 5,853 | /*
* Copyright (C) 2011 the original author or authors.
* See the notice.md file distributed with this work for additional
* information regarding copyright ownership.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ... |
3e0dd5eb0ed6e49fa6eecfd0a10486e5fb2b0c24 | 11,313 | java | Java | mahout/core/src/main/java/org/apache/mahout/math/hadoop/DistributedRowMatrix.java | Programming-Systems-Lab/kabu | 652815e7b003d9899d68807632207147a1fd743f | [
"MIT"
] | 15 | 2015-02-27T17:14:52.000Z | 2018-03-27T10:13:24.000Z | core/src/main/java/org/apache/mahout/math/hadoop/DistributedRowMatrix.java | twitter-forks/mahout | 16ea0f3d3b011d9a8f0565b238c26b2311925325 | [
"Apache-2.0"
] | 7 | 2020-06-30T23:10:31.000Z | 2022-02-01T00:59:53.000Z | core/src/main/java/org/apache/mahout/math/hadoop/DistributedRowMatrix.java | twitter/mahout | 16ea0f3d3b011d9a8f0565b238c26b2311925325 | [
"Apache-2.0"
] | 25 | 2015-01-07T16:00:14.000Z | 2018-02-24T15:36:48.000Z | 33.770149 | 116 | 0.621674 | 5,854 | /**
* 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... |
3e0dd760fefa02ea2999998a67ba89ef2663e38c | 514 | java | Java | modelos/acrescimos/bebidas/BebidaRefrigerante.java | arthurgregoryo/RamenShop | 9cd081d2ba6952f5f6589c2d597589fc9c4d6e97 | [
"MIT"
] | 1 | 2020-08-07T14:19:12.000Z | 2020-08-07T14:19:12.000Z | modelos/acrescimos/bebidas/BebidaRefrigerante.java | arthurgregoryo/RamenShop | 9cd081d2ba6952f5f6589c2d597589fc9c4d6e97 | [
"MIT"
] | null | null | null | modelos/acrescimos/bebidas/BebidaRefrigerante.java | arthurgregoryo/RamenShop | 9cd081d2ba6952f5f6589c2d597589fc9c4d6e97 | [
"MIT"
] | null | null | null | 17.133333 | 53 | 0.714008 | 5,855 | package modelos.acrescimos.bebidas;
import modelos.Ramen;
import modelos.acrescimos.Acrescimo;
public class BebidaRefrigerante extends Acrescimo{
@SuppressWarnings("unused")
private final Ramen ramen;
public BebidaRefrigerante(Ramen ramen) {
this.ramen = ramen;
}
@Override
public String getNome() {
ret... |
3e0dd7f09d773908cb83025a166249c013b327e9 | 2,548 | java | Java | src/main/java/com/exam/controllers/UserController.java | RavikantMorya/exam-portal-backendd | 99f9722023e972d24177e8615362d9293cb18636 | [
"Apache-2.0"
] | 1 | 2022-02-24T02:34:13.000Z | 2022-02-24T02:34:13.000Z | src/main/java/com/exam/controllers/UserController.java | RavikantMorya/exam-portal-backendd | 99f9722023e972d24177e8615362d9293cb18636 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/exam/controllers/UserController.java | RavikantMorya/exam-portal-backendd | 99f9722023e972d24177e8615362d9293cb18636 | [
"Apache-2.0"
] | null | null | null | 31.073171 | 96 | 0.690738 | 5,856 | package com.exam.controllers;
import com.exam.models.Role;
import com.exam.models.User;
import com.exam.models.UserRole;
import com.exam.repo.UserRepository;
import com.exam.services.impl.UserServiceImpl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.bcrypt.B... |
3e0dd82c6ab9660fd3fc7643d766a7997c2a9f75 | 3,456 | java | Java | java/org/kealinghornets/nxtdroid/app/ThreadDetailFragment.java | joonyeechuah/nxtdroid | d6ead2aa4671668143d70eeb1dcbf75cd67cc0a1 | [
"MIT"
] | null | null | null | java/org/kealinghornets/nxtdroid/app/ThreadDetailFragment.java | joonyeechuah/nxtdroid | d6ead2aa4671668143d70eeb1dcbf75cd67cc0a1 | [
"MIT"
] | null | null | null | java/org/kealinghornets/nxtdroid/app/ThreadDetailFragment.java | joonyeechuah/nxtdroid | d6ead2aa4671668143d70eeb1dcbf75cd67cc0a1 | [
"MIT"
] | null | null | null | 31.135135 | 188 | 0.680845 | 5,857 | package org.kealinghornets.nxtdroid.app;
import android.app.Fragment;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.text.Html;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.wi... |
3e0dd8411ba88c631928fdaeca8061715451b102 | 7,652 | java | Java | c5-replicator-util/src/main/java/c5db/log/EntryEncodingUtil.java | joshua-g/c5-replicator | 22ea62f0f0244e2d0c06faa47c0a2188a5e5a8b1 | [
"Apache-2.0"
] | null | null | null | c5-replicator-util/src/main/java/c5db/log/EntryEncodingUtil.java | joshua-g/c5-replicator | 22ea62f0f0244e2d0c06faa47c0a2188a5e5a8b1 | [
"Apache-2.0"
] | null | null | null | c5-replicator-util/src/main/java/c5db/log/EntryEncodingUtil.java | joshua-g/c5-replicator | 22ea62f0f0244e2d0c06faa47c0a2188a5e5a8b1 | [
"Apache-2.0"
] | null | null | null | 38.646465 | 113 | 0.714584 | 5,858 | /*
* Copyright 2014 WANdisco
*
* WANdisco licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e0dd919b80b08fceaf4a46dfb29c770d123f97d | 413 | java | Java | ModestUtils/src/main/java/com/myutils/utils/BusinessUtil.java | modest1927/modestUtils | a7bda1cae4a584a5c435622eee2bf75edfcb0c1d | [
"Apache-2.0"
] | null | null | null | ModestUtils/src/main/java/com/myutils/utils/BusinessUtil.java | modest1927/modestUtils | a7bda1cae4a584a5c435622eee2bf75edfcb0c1d | [
"Apache-2.0"
] | null | null | null | ModestUtils/src/main/java/com/myutils/utils/BusinessUtil.java | modest1927/modestUtils | a7bda1cae4a584a5c435622eee2bf75edfcb0c1d | [
"Apache-2.0"
] | null | null | null | 16.52 | 76 | 0.634383 | 5,859 | package com.myutils.utils;
/**
* 业务类
*
*/
public class BusinessUtil {
/**
* 将类的包名去掉
* 比如com.sgepit.frame.guideline.dao.SgccGuidelineInfo转换成SgccGuidelineInfo
* @param beanName
* @return
**/
public static String getTableName(String beanName) {
String table = beanName.indexOf(".") > -1 ? beanNam... |
3e0dd94c4b4ee1ab7c7fc548aca391d6fba48964 | 1,274 | java | Java | addstation/src/data/addstation/Utilities.java | DarkbordermanModding/Starsector | f514c41d154b8615b1b4a54f8fb9439254489d0f | [
"BSD-2-Clause"
] | 1 | 2021-03-29T09:58:25.000Z | 2021-03-29T09:58:25.000Z | addstation/src/data/addstation/Utilities.java | DarkbordermanModding/Star-Sector | f514c41d154b8615b1b4a54f8fb9439254489d0f | [
"BSD-2-Clause"
] | null | null | null | addstation/src/data/addstation/Utilities.java | DarkbordermanModding/Star-Sector | f514c41d154b8615b1b4a54f8fb9439254489d0f | [
"BSD-2-Clause"
] | 1 | 2021-07-19T03:59:35.000Z | 2021-07-19T03:59:35.000Z | 31.85 | 105 | 0.587127 | 5,860 | package data.addstation;
import com.fs.starfarer.api.Global;
import com.fs.starfarer.api.campaign.*;
import org.json.JSONObject;
import java.util.*;
public class Utilities {
@SuppressWarnings("unchecked")
public static Map<String, Number> getCost(String type){
Map<String, Number> costs = new HashMa... |
3e0dd9d1827c923fce9fbec46cad276311f3fb58 | 4,757 | java | Java | modules/designtime/src/main/java/org/shaolin/bmdp/designtime/andriod/datamodel/SearchView.java | akondasif/uimaster | 9c083a1ffeb43c67ce95b163f14ab3d85e240758 | [
"Apache-2.0"
] | null | null | null | modules/designtime/src/main/java/org/shaolin/bmdp/designtime/andriod/datamodel/SearchView.java | akondasif/uimaster | 9c083a1ffeb43c67ce95b163f14ab3d85e240758 | [
"Apache-2.0"
] | null | null | null | modules/designtime/src/main/java/org/shaolin/bmdp/designtime/andriod/datamodel/SearchView.java | akondasif/uimaster | 9c083a1ffeb43c67ce95b163f14ab3d85e240758 | [
"Apache-2.0"
] | null | null | null | 26.281768 | 109 | 0.604373 | 5,861 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.08.28 at 04:10:2... |
3e0dd9d662734d93cc0d2a67008b28ec0c539280 | 1,082 | java | Java | sdk/mediaservices/azure-resourcemanager-mediaservices/src/samples/java/com/azure/resourcemanager/mediaservices/generated/MediaservicesSyncStorageKeysSamples.java | luisCavalcantiDev/azure-sdk-for-java | e4b9f41f4ba695fef58112401bc85ca64abd760f | [
"MIT"
] | 1 | 2022-01-08T06:43:30.000Z | 2022-01-08T06:43:30.000Z | sdk/mediaservices/azure-resourcemanager-mediaservices/src/samples/java/com/azure/resourcemanager/mediaservices/generated/MediaservicesSyncStorageKeysSamples.java | luisCavalcantiDev/azure-sdk-for-java | e4b9f41f4ba695fef58112401bc85ca64abd760f | [
"MIT"
] | null | null | null | sdk/mediaservices/azure-resourcemanager-mediaservices/src/samples/java/com/azure/resourcemanager/mediaservices/generated/MediaservicesSyncStorageKeysSamples.java | luisCavalcantiDev/azure-sdk-for-java | e4b9f41f4ba695fef58112401bc85ca64abd760f | [
"MIT"
] | null | null | null | 38.642857 | 146 | 0.733826 | 5,862 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.mediaservices.generated;
import com.azure.core.util.Context;
import com.azure.resourcemanager.mediaservices.models.SyncStorageKe... |
3e0dda22c2bcf343ee167d9ec0d607cdc4ad20f1 | 7,967 | java | Java | app/src/main/java/com/liu/coolweather/bean/Weather.java | liuzicheng/coolweather | 56218ecb93bdbd2338534006de7500bcab56e759 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/liu/coolweather/bean/Weather.java | liuzicheng/coolweather | 56218ecb93bdbd2338534006de7500bcab56e759 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/liu/coolweather/bean/Weather.java | liuzicheng/coolweather | 56218ecb93bdbd2338534006de7500bcab56e759 | [
"Apache-2.0"
] | null | null | null | 24.819315 | 173 | 0.397389 | 5,863 | package com.liu.coolweather.bean;
import org.litepal.crud.DataSupport;
import java.util.List;
/**
* Created by LIUZICHENG on 2016/12/17.
*/
public class Weather extends DataSupport{
private List<HeWeather5Entity> HeWeather5;
public List<HeWeather5Entity> getHeWeather5() {
return HeWeather5;
... |
3e0dda56563418bb2588c87cf99ee7e7d3d1fd36 | 2,464 | java | Java | src/java/org/apache/fop/fo/expr/NearestSpecPropFunction.java | i14h/fop | e696ccbb98e7b8382d21c52232ca1fd1a143b771 | [
"Apache-2.0"
] | 1 | 2021-08-06T22:01:51.000Z | 2021-08-06T22:01:51.000Z | src/java/org/apache/fop/fo/expr/NearestSpecPropFunction.java | i14h/fop | e696ccbb98e7b8382d21c52232ca1fd1a143b771 | [
"Apache-2.0"
] | null | null | null | src/java/org/apache/fop/fo/expr/NearestSpecPropFunction.java | i14h/fop | e696ccbb98e7b8382d21c52232ca1fd1a143b771 | [
"Apache-2.0"
] | null | null | null | 34.222222 | 89 | 0.668831 | 5,864 | /*
* 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 ... |
3e0dda7973c78cb7c2f887e9968f195414dbcc3b | 3,532 | java | Java | jphp-runtime/src/php/runtime/lang/BaseException.java | Diffblue-benchmarks/Jphp-group-jphp | e0d00163a74d78adb72629d8309d1df3ffed7662 | [
"Apache-2.0"
] | 903 | 2015-01-02T18:49:24.000Z | 2018-05-02T14:44:25.000Z | jphp-runtime/src/php/runtime/lang/BaseException.java | Diffblue-benchmarks/Jphp-group-jphp | e0d00163a74d78adb72629d8309d1df3ffed7662 | [
"Apache-2.0"
] | 137 | 2018-05-11T20:47:24.000Z | 2022-02-24T23:21:21.000Z | jphp-runtime/src/php/runtime/lang/BaseException.java | Diffblue-benchmarks/Jphp-group-jphp | e0d00163a74d78adb72629d8309d1df3ffed7662 | [
"Apache-2.0"
] | 129 | 2015-01-06T06:34:03.000Z | 2018-04-22T10:00:35.000Z | 30.982456 | 108 | 0.655436 | 5,865 | package php.runtime.lang;
import php.runtime.Memory;
import php.runtime.annotation.Reflection;
import php.runtime.common.HintType;
import php.runtime.common.Modifier;
import php.runtime.env.CallStackItem;
import php.runtime.env.Environment;
import php.runtime.lang.exception.BaseBaseException;
import php.runtime.lang.e... |
3e0ddaefd9d3e3152fa81e0e22693a5ef096e6b9 | 612 | java | Java | springboot/src/main/java/com/camellibby/servlet/register/DemoSessionListener.java | camellibby/java_demo | bbe506168a9e4a076b9257ed7315eccde3d84e64 | [
"Apache-2.0"
] | null | null | null | springboot/src/main/java/com/camellibby/servlet/register/DemoSessionListener.java | camellibby/java_demo | bbe506168a9e4a076b9257ed7315eccde3d84e64 | [
"Apache-2.0"
] | null | null | null | springboot/src/main/java/com/camellibby/servlet/register/DemoSessionListener.java | camellibby/java_demo | bbe506168a9e4a076b9257ed7315eccde3d84e64 | [
"Apache-2.0"
] | null | null | null | 27.818182 | 69 | 0.74183 | 5,866 | package com.camellibby.servlet.register;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionListener;
public class DemoSessionListener implements HttpSessionListener {
public static long sessionCount = 0;
@Override
public void sessionCreated(HttpSessionEvent httpSessionEven... |
3e0ddb0bd5f0e473f7548ac0a11fcfc59c1fcd4f | 262 | java | Java | server/src/main/java/com/lunchtime/security/TokenHistory.java | Andrii35/Lunch_Time | b28d91de17372224906f57d14b853b98d787757a | [
"MIT"
] | 3 | 2020-02-29T18:31:20.000Z | 2020-03-18T12:28:12.000Z | server/src/main/java/com/lunchtime/security/TokenHistory.java | Andrii35/Lunch_Time | b28d91de17372224906f57d14b853b98d787757a | [
"MIT"
] | 64 | 2020-02-26T13:48:43.000Z | 2021-12-09T22:19:44.000Z | server/src/main/java/com/lunchtime/security/TokenHistory.java | Andrii35/Lunch_Time | b28d91de17372224906f57d14b853b98d787757a | [
"MIT"
] | 1 | 2020-05-15T15:15:12.000Z | 2020-05-15T15:15:12.000Z | 18.714286 | 55 | 0.782443 | 5,867 | package com.lunchtime.security;
import lombok.Getter;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
import java.util.List;
@Getter
@Component
public class TokenHistory {
private List<String> tokenList = new ArrayList<>();
}
|
3e0ddb219455545237a0d0f887cb44b25baf40af | 2,178 | java | Java | java-multipleinheritance/src/mi/Dog.java | bantling/tools | 6ec830bf05cbde6e3b360868f23268d3466ec751 | [
"Apache-2.0"
] | 2 | 2021-12-16T00:11:21.000Z | 2022-01-31T12:43:52.000Z | java-multipleinheritance/src/mi/Dog.java | bantling/tools | 6ec830bf05cbde6e3b360868f23268d3466ec751 | [
"Apache-2.0"
] | null | null | null | java-multipleinheritance/src/mi/Dog.java | bantling/tools | 6ec830bf05cbde6e3b360868f23268d3466ec751 | [
"Apache-2.0"
] | null | null | null | 26.888889 | 97 | 0.712121 | 5,868 | package mi;
import static java.time.temporal.ChronoField.DAY_OF_MONTH;
import static java.time.temporal.ChronoField.HOUR_OF_DAY;
import static java.time.temporal.ChronoField.MINUTE_OF_DAY;
import static java.time.temporal.ChronoField.MONTH_OF_YEAR;
import static java.time.temporal.ChronoField.NANO_OF_SECOND;
im... |
3e0ddb88a143f5d7168884a3de02b156d93dd0c4 | 3,868 | java | Java | spring-cloud-starter-stream-processor-httpclient-gateway/src/main/java/org/springframework/cloud/stream/app/httpclient/gateway/processor/ResourceLoaderSupport.java | queueing-theory/httpclient-gateway | 31f89d48f7fb89ede89136efdebd25f2421b6745 | [
"Apache-2.0"
] | null | null | null | spring-cloud-starter-stream-processor-httpclient-gateway/src/main/java/org/springframework/cloud/stream/app/httpclient/gateway/processor/ResourceLoaderSupport.java | queueing-theory/httpclient-gateway | 31f89d48f7fb89ede89136efdebd25f2421b6745 | [
"Apache-2.0"
] | null | null | null | spring-cloud-starter-stream-processor-httpclient-gateway/src/main/java/org/springframework/cloud/stream/app/httpclient/gateway/processor/ResourceLoaderSupport.java | queueing-theory/httpclient-gateway | 31f89d48f7fb89ede89136efdebd25f2421b6745 | [
"Apache-2.0"
] | 1 | 2020-10-20T05:22:33.000Z | 2020-10-20T05:22:33.000Z | 42.505495 | 140 | 0.701655 | 5,869 | package org.springframework.cloud.stream.app.httpclient.gateway.processor;
import org.apache.commons.io.IOUtils;
import org.apache.tika.mime.MimeTypeException;
import org.apache.tika.mime.MimeTypes;
import org.springframework.core.io.Resource;
import org.springframework.core.io.ResourceLoader;
import org.springframewo... |
3e0ddb968f68b4a7fa7b3ee24b168524599c8189 | 786 | java | Java | me/zeroeightsix/kami/setting/impl/numerical/IntegerSetting.java | christallinqq/highland.cc | 9111cfa71ce664b986cecdbb8e341ae33fb086f7 | [
"Unlicense"
] | 7 | 2021-07-27T20:07:33.000Z | 2021-12-12T11:28:31.000Z | me/zeroeightsix/kami/setting/impl/numerical/IntegerSetting.java | christallinqq/highland.cc | 9111cfa71ce664b986cecdbb8e341ae33fb086f7 | [
"Unlicense"
] | null | null | null | me/zeroeightsix/kami/setting/impl/numerical/IntegerSetting.java | christallinqq/highland.cc | 9111cfa71ce664b986cecdbb8e341ae33fb086f7 | [
"Unlicense"
] | null | null | null | 41.368421 | 191 | 0.805344 | 5,870 | package me.zeroeightsix.kami.setting.impl.numerical;
import java.util.function.BiConsumer;
import java.util.function.Predicate;
import me.zeroeightsix.kami.setting.converter.AbstractBoxedNumberConverter;
import me.zeroeightsix.kami.setting.converter.BoxedIntegerConverter;
public class IntegerSetting extends NumberSet... |
3e0ddbca57a30e0e967124613da3576117cb41cb | 12,745 | java | Java | src/main/java/com/yqwl/pojo/User.java | liujiayii/OfficeBuilding | fd09103972d3f3b73ea412423231df0c4b38a967 | [
"MIT"
] | null | null | null | src/main/java/com/yqwl/pojo/User.java | liujiayii/OfficeBuilding | fd09103972d3f3b73ea412423231df0c4b38a967 | [
"MIT"
] | 23 | 2020-06-16T03:59:56.000Z | 2021-04-26T18:58:41.000Z | src/main/java/com/yqwl/pojo/User.java | liujiayii/OfficeBuilding | fd09103972d3f3b73ea412423231df0c4b38a967 | [
"MIT"
] | null | null | null | 33.806366 | 126 | 0.704747 | 5,871 | package com.yqwl.pojo;
import java.io.Serializable;
import java.util.Date;
public class User implements Serializable {
/**
* This field was generated by MyBatis Generator. This field corresponds to the database column t_user.id
* @mbggenerated
*/
private Long id;
/**
* This field was generated by MyBatis ... |
3e0ddc0eabc56fa5d690fb000c84b471ef6ce8f9 | 35,076 | java | Java | proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponse.java | googleapis/java-monitoring | e4b34fb8cd2b435a889fc972817f7b9b70ecb3df | [
"Apache-2.0"
] | 11 | 2020-05-26T20:45:49.000Z | 2021-11-04T04:13:50.000Z | proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponse.java | renovate-bot/java-monitoring | e4b34fb8cd2b435a889fc972817f7b9b70ecb3df | [
"Apache-2.0"
] | 532 | 2019-10-30T15:00:48.000Z | 2022-03-29T18:23:02.000Z | proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponse.java | renovate-bot/java-monitoring | e4b34fb8cd2b435a889fc972817f7b9b70ecb3df | [
"Apache-2.0"
] | 18 | 2019-10-29T19:09:33.000Z | 2021-10-07T04:54:51.000Z | 30.903965 | 100 | 0.646168 | 5,872 | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e0ddc3af8718a533545b1be5797b16ccc0b025d | 1,216 | java | Java | src/main/java/com/fly/imagehome/controller/feign/UserHomeFeign.java | dongzhanpeng/imagehome-service | e4d9397e10a6c61071530c14d788dc6838a570d4 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/fly/imagehome/controller/feign/UserHomeFeign.java | dongzhanpeng/imagehome-service | e4d9397e10a6c61071530c14d788dc6838a570d4 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/fly/imagehome/controller/feign/UserHomeFeign.java | dongzhanpeng/imagehome-service | e4d9397e10a6c61071530c14d788dc6838a570d4 | [
"Apache-2.0"
] | null | null | null | 32.864865 | 113 | 0.784539 | 5,873 | package com.fly.imagehome.controller.feign;
import com.fly.imagehome.pojo.UserHome;
import com.fly.imagehome.service.userhome.UserHomeService;
import com.fly.imagehome.utils.Result;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowi... |
3e0ddc4c0a962a034c28e94fb4943b808e027325 | 767 | java | Java | src/main/java/org/apache/accumulo/storagehandler/predicate/compare/GreaterThanOrEqual.java | bfemiano/accumulo-hive-storage-manager | c46f735a4c4603b0a81c32f377b50562ff813360 | [
"Apache-2.0"
] | 3 | 2015-02-11T14:26:56.000Z | 2015-09-08T09:28:35.000Z | src/main/java/org/apache/accumulo/storagehandler/predicate/compare/GreaterThanOrEqual.java | bfemiano/accumulo-hive-storage-manager | c46f735a4c4603b0a81c32f377b50562ff813360 | [
"Apache-2.0"
] | 2 | 2020-11-19T21:48:39.000Z | 2020-11-19T21:48:52.000Z | src/main/java/org/apache/accumulo/storagehandler/predicate/compare/GreaterThanOrEqual.java | bfemiano/accumulo-hive-storage-manager | c46f735a4c4603b0a81c32f377b50562ff813360 | [
"Apache-2.0"
] | 3 | 2015-03-26T07:58:13.000Z | 2022-03-24T11:23:14.000Z | 22.558824 | 89 | 0.701434 | 5,874 | package org.apache.accumulo.storagehandler.predicate.compare;
/**
*
* Wraps call to greaterThanOrEqual over {@link PrimitiveCompare} instance.
*
* Used by {@link org.apache.accumulo.storagehandler.predicate.PrimitiveComparisonFilter}
*/
public class GreaterThanOrEqual implements CompareOp {
private Primitive... |
3e0ddc722c28a3805234ac7b708c363bbd211f14 | 2,644 | java | Java | egradle-plugin-main/src/test/java/de/jcup/egradle/core/text/IdentifierStringIdBuilderTest.java | BeckerFrank/egradle | 7e521c0056e4c1138d6619121517d87522ad8707 | [
"Apache-2.0"
] | 30 | 2016-09-15T17:48:37.000Z | 2022-03-27T17:29:16.000Z | egradle-plugin-main/src/test/java/de/jcup/egradle/core/text/IdentifierStringIdBuilderTest.java | BeckerFrank/egradle | 7e521c0056e4c1138d6619121517d87522ad8707 | [
"Apache-2.0"
] | 407 | 2016-08-08T10:53:33.000Z | 2022-03-19T00:51:11.000Z | egradle-plugin-main/src/test/java/de/jcup/egradle/core/text/IdentifierStringIdBuilderTest.java | BeckerFrank/egradle | 7e521c0056e4c1138d6619121517d87522ad8707 | [
"Apache-2.0"
] | 5 | 2016-11-24T14:48:59.000Z | 2022-01-16T19:27:28.000Z | 27.831579 | 148 | 0.656203 | 5,875 | /*
* Copyright 2017 Albert Tregnaghi
*
* 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 i... |
3e0ddc83d33c934b6ebf478efbc248689efd67dc | 2,250 | java | Java | data/s3/src/main/java/org/teiid/spring/data/s3/S3Configuration.java | ozzioma/teiid-spring-boot | 4a75369d3690096be200111ec18a5866b97e85e8 | [
"Apache-2.0"
] | 37 | 2017-09-19T13:19:33.000Z | 2021-10-15T08:51:04.000Z | data/s3/src/main/java/org/teiid/spring/data/s3/S3Configuration.java | ozzioma/teiid-spring-boot | 4a75369d3690096be200111ec18a5866b97e85e8 | [
"Apache-2.0"
] | 89 | 2017-05-22T09:32:52.000Z | 2022-02-16T01:13:53.000Z | data/s3/src/main/java/org/teiid/spring/data/s3/S3Configuration.java | ozzioma/teiid-spring-boot | 4a75369d3690096be200111ec18a5866b97e85e8 | [
"Apache-2.0"
] | 56 | 2017-05-12T08:07:46.000Z | 2021-12-28T14:35:38.000Z | 24.193548 | 75 | 0.666667 | 5,876 | /*
* Copyright Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags and
* the COPYRIGHT.txt file distributed with this work.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may ob... |
3e0ddd4b9acbcabd164a1d957d738cfe19f55544 | 7,697 | java | Java | spring-cloud-dataflow-server-core/src/main/java/org/springframework/cloud/dataflow/server/controller/DeprecatedRuntimeModulesController.java | pperalta/spring-cloud-dataflow | b323cefad8732d57dda8fa7f94fbb37f282a6716 | [
"Apache-2.0"
] | null | null | null | spring-cloud-dataflow-server-core/src/main/java/org/springframework/cloud/dataflow/server/controller/DeprecatedRuntimeModulesController.java | pperalta/spring-cloud-dataflow | b323cefad8732d57dda8fa7f94fbb37f282a6716 | [
"Apache-2.0"
] | 2 | 2015-08-03T22:30:43.000Z | 2015-08-04T18:01:29.000Z | spring-cloud-dataflow-server-core/src/main/java/org/springframework/cloud/dataflow/server/controller/DeprecatedRuntimeModulesController.java | pperalta/spring-cloud-dataflow | b323cefad8732d57dda8fa7f94fbb37f282a6716 | [
"Apache-2.0"
] | null | null | null | 39.270408 | 123 | 0.796544 | 5,877 | /*
* Copyright 2015-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e0ddd7684eeb7fe04e3498542d1c52a60088835 | 672 | java | Java | src/main/java/com/javaconcepts/networking/URLDemo.java | sumon-dey/JavaConcepts | 3c532f682f14807e6280ace12827a79d365f5f01 | [
"Apache-2.0"
] | 44 | 2019-07-21T13:07:03.000Z | 2022-03-20T19:54:05.000Z | src/main/java/com/javaconcepts/networking/URLDemo.java | SandeepDhamale19/Java.Concepts | 6602eee763e30603566374fc1ebdfea303d4fd3c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/javaconcepts/networking/URLDemo.java | SandeepDhamale19/Java.Concepts | 6602eee763e30603566374fc1ebdfea303d4fd3c | [
"Apache-2.0"
] | 17 | 2020-01-12T13:10:21.000Z | 2021-11-27T09:52:08.000Z | 32 | 101 | 0.703869 | 5,878 | package com.javaconcepts.networking;
import java.net.MalformedURLException;
import java.net.URL;
public class URLDemo {
/*
* The URL class provides a simple, concise API to access information across the
* Internet using URLs
*/
public static void main(String[] args) throws MalformedURLException {
URL url = ... |
3e0dde2e09db8ea0191b54a8f85ef08ca4d045be | 1,810 | java | Java | src/LeetCode36.java | ldk123456/LeetCode | 601ed347f75ac6a6fd084665cf9a89125d234c86 | [
"Apache-2.0"
] | null | null | null | src/LeetCode36.java | ldk123456/LeetCode | 601ed347f75ac6a6fd084665cf9a89125d234c86 | [
"Apache-2.0"
] | null | null | null | src/LeetCode36.java | ldk123456/LeetCode | 601ed347f75ac6a6fd084665cf9a89125d234c86 | [
"Apache-2.0"
] | null | null | null | 34.807692 | 64 | 0.261326 | 5,879 |
public class LeetCode36 {
public static void main(String[] args) {
char[][] nums=new char[][]{
{'5','3','.','.','7','.','.','.','.'},
{'6','.','.','1','9','5','.','.','.'},
{'.','9','8','.','.','.','.','6','.'},
{'8','.','.','.','6','.','.','.... |
3e0dde80bcb0af5cac14aaa152883fd41815257a | 1,884 | java | Java | src/main/java/cn/master/track/entity/SummaryItemRef.java | crazyone2one/issue-track-manage | 8c4d776d4593c966c3a53a3532ded744afc5e9c7 | [
"MIT"
] | 1 | 2021-08-13T03:12:38.000Z | 2021-08-13T03:12:38.000Z | src/main/java/cn/master/track/entity/SummaryItemRef.java | crazyone2one/issue-track-manage | 8c4d776d4593c966c3a53a3532ded744afc5e9c7 | [
"MIT"
] | 1 | 2021-08-17T09:32:54.000Z | 2021-08-18T03:12:48.000Z | src/main/java/cn/master/track/entity/SummaryItemRef.java | crazyone2one/issue-track-manage | 8c4d776d4593c966c3a53a3532ded744afc5e9c7 | [
"MIT"
] | 1 | 2022-03-20T10:48:41.000Z | 2022-03-20T10:48:41.000Z | 20.478261 | 54 | 0.653928 | 5,880 | package cn.master.track.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Builder;
import lombok.Data;
import lombok.EqualsAndHashCode;... |
3e0ddf436afbec39711cc8ce79825b9ff70a6e2d | 9,616 | java | Java | components/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/builders/encryption/DefaultSSOEncrypter.java | somindatommy/identity-inbound-auth-saml | f3731229a40b21022beaaca217a39ba083abc85f | [
"Apache-2.0"
] | 3 | 2017-11-01T20:09:46.000Z | 2020-03-27T03:01:50.000Z | components/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/builders/encryption/DefaultSSOEncrypter.java | somindatommy/identity-inbound-auth-saml | f3731229a40b21022beaaca217a39ba083abc85f | [
"Apache-2.0"
] | 88 | 2016-03-31T10:38:12.000Z | 2022-03-03T14:48:23.000Z | components/org.wso2.carbon.identity.sso.saml/src/main/java/org/wso2/carbon/identity/sso/saml/builders/encryption/DefaultSSOEncrypter.java | somindatommy/identity-inbound-auth-saml | f3731229a40b21022beaaca217a39ba083abc85f | [
"Apache-2.0"
] | 137 | 2016-03-02T10:11:26.000Z | 2022-02-23T05:36:01.000Z | 46.009569 | 161 | 0.705491 | 5,881 | /*
* Copyright (c) 2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/l... |
3e0ddfbd83af16000901118bdf3a4b7f3cafb8b8 | 1,879 | java | Java | oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/mysql/MySQLStorageConfig.java | Conanjun/skywalking | 955dc7c54bd6970801c40ccb7550c1d0cf69ec6f | [
"Apache-2.0"
] | 13,111 | 2017-12-13T01:09:29.000Z | 2022-03-31T11:39:37.000Z | oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/mysql/MySQLStorageConfig.java | Conanjun/skywalking | 955dc7c54bd6970801c40ccb7550c1d0cf69ec6f | [
"Apache-2.0"
] | 5,145 | 2019-04-20T01:55:01.000Z | 2022-03-31T08:07:26.000Z | oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/mysql/MySQLStorageConfig.java | Conanjun/skywalking | 955dc7c54bd6970801c40ccb7550c1d0cf69ec6f | [
"Apache-2.0"
] | 4,259 | 2019-04-20T12:02:37.000Z | 2022-03-31T10:55:45.000Z | 33.553571 | 132 | 0.716871 | 5,882 | /*
* 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 ... |
3e0de15719f451999b2d841e8e30f0a0e2f72733 | 4,293 | java | Java | spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/RequestMappingEndpointTests.java | ooroor/spring-boot | 20bb9c030504a24187ca72ade3285d86350b8cc0 | [
"Apache-2.0"
] | 1 | 2015-03-11T03:14:16.000Z | 2015-03-11T03:14:16.000Z | spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/RequestMappingEndpointTests.java | hwy1782/spring-boot | d9ca0869b527b1e202574cc82e9ccaa4d7b6088c | [
"Apache-2.0"
] | null | null | null | spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/RequestMappingEndpointTests.java | hwy1782/spring-boot | d9ca0869b527b1e202574cc82e9ccaa4d7b6088c | [
"Apache-2.0"
] | null | null | null | 39.75 | 80 | 0.77079 | 5,883 | /*
* Copyright 2012-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e0de43bf69c7abd57c9b236a3b2bf8d6721c94a | 1,117 | java | Java | src/lec3/threadJava.java | MaxMls/KotlinLsns | 5b88d19ba8e8abc6bc4adf0c51a1946d26b44996 | [
"MIT"
] | 2 | 2020-09-26T02:35:21.000Z | 2021-09-22T13:54:16.000Z | src/lec3/threadJava.java | MaxMls/KotlinLsns | 5b88d19ba8e8abc6bc4adf0c51a1946d26b44996 | [
"MIT"
] | null | null | null | src/lec3/threadJava.java | MaxMls/KotlinLsns | 5b88d19ba8e8abc6bc4adf0c51a1946d26b44996 | [
"MIT"
] | 7 | 2019-10-02T22:45:37.000Z | 2020-12-18T02:25:27.000Z | 20.309091 | 87 | 0.589078 | 5,884 | package lec3;
class SomeThread implements Runnable {
public void run() {
System.out.println("Other thread");
}
}
class MyThread extends Thread {
@Override
public void run() {
System.out.println("My thread!");
}
}
public class threadJava {
//static MyThread myThread;
pu... |
3e0de55158e9fdbe29a557844697dfe379dcb1df | 676 | java | Java | divconq.core/src/main/java/divconq/db/rocks/keyquery/KeyLevel.java | Gadreel/divconq | 28520b38cc77f77ef26ca74228a5cbf535960b31 | [
"Apache-2.0"
] | 12 | 2015-02-14T07:41:42.000Z | 2021-02-09T06:11:26.000Z | divconq.core/src/main/java/divconq/db/rocks/keyquery/KeyLevel.java | Gadreel/divconq | 28520b38cc77f77ef26ca74228a5cbf535960b31 | [
"Apache-2.0"
] | 76 | 2015-01-06T13:50:46.000Z | 2016-05-17T00:50:39.000Z | divconq.core/src/main/java/divconq/db/rocks/keyquery/KeyLevel.java | Gadreel/divconq | 28520b38cc77f77ef26ca74228a5cbf535960b31 | [
"Apache-2.0"
] | 7 | 2015-09-11T04:14:47.000Z | 2020-12-20T21:27:07.000Z | 24.142857 | 91 | 0.711538 | 5,885 | package divconq.db.rocks.keyquery;
import divconq.lang.Memory;
abstract public class KeyLevel {
protected KeyLevel next = null;
public boolean contains(byte[] key, boolean browseMode, Memory browseKey) {
return this.compare(key, 0, browseMode, browseKey) == 0;
}
public byte[] next() {
//if (!this.nextSeek... |
3e0de682d86747fb4521e565a955f386d8f97c31 | 794 | java | Java | MapReduceExcercises/src/main/java/com/theprogrammersbook/mapreduce/wordcount/WCMapper.java | theprogrammersbook/hadoopTutorial | bc26bea2d741e63d20d93d4c02795c84c614d2f6 | [
"Apache-2.0"
] | null | null | null | MapReduceExcercises/src/main/java/com/theprogrammersbook/mapreduce/wordcount/WCMapper.java | theprogrammersbook/hadoopTutorial | bc26bea2d741e63d20d93d4c02795c84c614d2f6 | [
"Apache-2.0"
] | null | null | null | MapReduceExcercises/src/main/java/com/theprogrammersbook/mapreduce/wordcount/WCMapper.java | theprogrammersbook/hadoopTutorial | bc26bea2d741e63d20d93d4c02795c84c614d2f6 | [
"Apache-2.0"
] | null | null | null | 36.090909 | 116 | 0.760705 | 5,886 | package com.theprogrammersbook.mapreduce.wordcount;
import java.io.IOException;
import java.util.StringTokenizer;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import org.apache.hadoop.mapreduce.Mapper;
public class WCMapper extends Mapper<LongWr... |
3e0de71d2d3f256e46e20af0b5d9e7f68a6ebb94 | 2,545 | java | Java | test/src/test/java/issueTracker/StepDefinitions/CreateIssueStepDefs.java | KodstarBootcamp/issue-tracker-2020-3 | e3364ac8f8e6f8963ca646ea71847c43f191e311 | [
"MIT"
] | null | null | null | test/src/test/java/issueTracker/StepDefinitions/CreateIssueStepDefs.java | KodstarBootcamp/issue-tracker-2020-3 | e3364ac8f8e6f8963ca646ea71847c43f191e311 | [
"MIT"
] | 77 | 2020-12-19T21:46:35.000Z | 2021-01-21T00:21:34.000Z | test/src/test/java/issueTracker/StepDefinitions/CreateIssueStepDefs.java | KodstarBootcamp/issue-tracker-2020-3 | e3364ac8f8e6f8963ca646ea71847c43f191e311 | [
"MIT"
] | 3 | 2021-02-24T09:53:21.000Z | 2021-11-22T20:36:40.000Z | 34.391892 | 133 | 0.674263 | 5,887 | package issueTracker.StepDefinitions;
import io.cucumber.java.en.Given;
import io.cucumber.java.en.Then;
import issueTracker.Utilities.ConfigReader;
import issueTracker.Utilities.Driver;
import issueTracker.Utilities.Pages;
import javafx.beans.value.WeakChangeListener;
import org.junit.Assert;
import org.openqa.seleni... |
3e0de7f47c86064a1ee0137e19ad9894c75fe50e | 53,883 | java | Java | app/src/main/java/project/java/tbusdriver/Controller/Travel.java | orItach/TbusDriver | f73bf38f5b21bbcd34517f8210c61f71f25cec98 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/project/java/tbusdriver/Controller/Travel.java | orItach/TbusDriver | f73bf38f5b21bbcd34517f8210c61f71f25cec98 | [
"Apache-2.0"
] | 3 | 2019-05-31T11:36:06.000Z | 2019-08-19T20:05:40.000Z | app/src/main/java/project/java/tbusdriver/Controller/Travel.java | orItach/TbusDriver | f73bf38f5b21bbcd34517f8210c61f71f25cec98 | [
"Apache-2.0"
] | null | null | null | 39.625 | 154 | 0.58792 | 5,888 | package project.java.tbusdriver.Controller;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
import android.content.ClipData;
import android.content.ClipDescription;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.Shar... |
3e0de82335924e3d1461a4d5386cbc9a98c5f7a1 | 1,143 | java | Java | src/com/booksaw/betterTeams/commands/teama/score/RemoveScore.java | megargayu/BetterTeams | 6e550b93bbc2b8b87dc8fa6dd9c7fe7b2878bf76 | [
"MIT"
] | 22 | 2020-07-12T10:42:39.000Z | 2022-03-14T03:20:35.000Z | src/com/booksaw/betterTeams/commands/teama/score/RemoveScore.java | megargayu/BetterTeams | 6e550b93bbc2b8b87dc8fa6dd9c7fe7b2878bf76 | [
"MIT"
] | 306 | 2020-06-05T04:52:06.000Z | 2022-03-29T13:09:13.000Z | src/com/booksaw/betterTeams/commands/teama/score/RemoveScore.java | megargayu/BetterTeams | 6e550b93bbc2b8b87dc8fa6dd9c7fe7b2878bf76 | [
"MIT"
] | 29 | 2020-10-06T16:56:59.000Z | 2022-03-03T19:13:32.000Z | 23.326531 | 101 | 0.734908 | 5,889 | package com.booksaw.betterTeams.commands.teama.score;
import com.booksaw.betterTeams.CommandResponse;
import com.booksaw.betterTeams.Team;
import com.booksaw.betterTeams.commands.presets.ScoreSubCommand;
import org.bukkit.command.CommandSender;
import java.util.List;
public class RemoveScore extends ScoreSubCommand ... |
3e0de8b3bdac2f212ed14a62261bb4b29cc26d86 | 8,427 | java | Java | app/src/main/java/domainapp/app/services/export/PublishContributionsForOrder.java | sudhi001/radrace2015 | 96e6b4440768ef9855118ed67d8a99073fe3a3c0 | [
"Apache-2.0"
] | 2 | 2015-12-10T13:54:12.000Z | 2021-02-24T14:38:14.000Z | app/src/main/java/domainapp/app/services/export/PublishContributionsForOrder.java | yourfrienddhruv/radrace2015 | 96e6b4440768ef9855118ed67d8a99073fe3a3c0 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/domainapp/app/services/export/PublishContributionsForOrder.java | yourfrienddhruv/radrace2015 | 96e6b4440768ef9855118ed67d8a99073fe3a3c0 | [
"Apache-2.0"
] | 3 | 2016-03-05T03:39:13.000Z | 2021-02-24T14:38:07.000Z | 32.041825 | 119 | 0.680669 | 5,890 | /*
* Copyright 2013~2014 Dan Haywood
*
* 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... |
3e0de8cd1bce3ed9ef614b8645e7690f6ff0d176 | 780 | java | Java | crowdFunding-Admin-2-component/src/main/java/com/zero/mapper/MenuMapper.java | zero6996/CrowdFunding | cfeb3d4673816596447e8a4e3dbc830a855367dc | [
"MIT"
] | 1 | 2020-01-29T04:54:00.000Z | 2020-01-29T04:54:00.000Z | crowdFunding-Admin-2-component/src/main/java/com/zero/mapper/MenuMapper.java | zero6996/CrowdFunding | cfeb3d4673816596447e8a4e3dbc830a855367dc | [
"MIT"
] | 4 | 2020-03-05T00:01:39.000Z | 2021-12-09T21:49:52.000Z | crowdFunding-Admin-2-component/src/main/java/com/zero/mapper/MenuMapper.java | zero6996/CrowdFunding | cfeb3d4673816596447e8a4e3dbc830a855367dc | [
"MIT"
] | null | null | null | 26 | 102 | 0.757692 | 5,891 | package com.zero.mapper;
import com.zero.entity.Menu;
import com.zero.entity.MenuExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface MenuMapper {
int countByExample(MenuExample example);
int deleteByExample(MenuExample example);
int deleteByPrimaryKey(Integer id)... |
3e0de8d51a403713ed0d1a747f6111ae44a4ca3f | 549 | java | Java | cp3-file/cp3-file-biz/src/main/java/com/cp3/cloud/file/strategy/FileStrategy.java | huhua1990/cp3-cloud | c6050a1ce8767a104181cbdb5916c51a3458deb7 | [
"Apache-2.0"
] | 2 | 2021-08-12T02:48:00.000Z | 2021-12-13T10:12:35.000Z | cp3-file/cp3-file-biz/src/main/java/com/cp3/cloud/file/strategy/FileStrategy.java | huhua1990/cp3-cloud | c6050a1ce8767a104181cbdb5916c51a3458deb7 | [
"Apache-2.0"
] | null | null | null | cp3-file/cp3-file-biz/src/main/java/com/cp3/cloud/file/strategy/FileStrategy.java | huhua1990/cp3-cloud | c6050a1ce8767a104181cbdb5916c51a3458deb7 | [
"Apache-2.0"
] | 1 | 2020-11-25T11:25:16.000Z | 2020-11-25T11:25:16.000Z | 16.636364 | 55 | 0.632058 | 5,892 | package com.cp3.cloud.file.strategy;
import com.cp3.cloud.file.domain.FileDeleteDO;
import com.cp3.cloud.file.entity.Attachment;
import org.springframework.web.multipart.MultipartFile;
import java.util.List;
/**
* 文件策略接口
*
* @author zuihou
* @date 2019/06/17
*/
public interface FileStrategy {
/**
* 文件上... |
3e0de92381ca5403207149c33d078be1fe905db8 | 4,315 | java | Java | src/main/java/com/bsptechs/main/bean/ui/panel/PanelObjectMain.java | goshgarmirzayev/speedup | 8c57835eb0bd9beda1d225a7dba3a46c10feb88d | [
"Apache-2.0"
] | 1 | 2021-04-10T07:10:22.000Z | 2021-04-10T07:10:22.000Z | src/main/java/com/bsptechs/main/bean/ui/panel/PanelObjectMain.java | goshgarmirzayev/speedup | 8c57835eb0bd9beda1d225a7dba3a46c10feb88d | [
"Apache-2.0"
] | null | null | null | src/main/java/com/bsptechs/main/bean/ui/panel/PanelObjectMain.java | goshgarmirzayev/speedup | 8c57835eb0bd9beda1d225a7dba3a46c10feb88d | [
"Apache-2.0"
] | null | null | null | 38.185841 | 157 | 0.695713 | 5,893 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.bsptechs.main.bean.ui.panel;
import com.bsptechs.main.bean.SUArrayList;
import com.bsptechs.main.bean.ui.button.SUAbstract... |
3e0de9987dd3902813cf73c94b278c4379170177 | 303 | java | Java | common/src/main/java/org/propagate/common/dao/CrudOperations.java | lunar-logan/propagate | ac770f0df76ef2735c342a5089d460af71655861 | [
"Apache-2.0"
] | null | null | null | common/src/main/java/org/propagate/common/dao/CrudOperations.java | lunar-logan/propagate | ac770f0df76ef2735c342a5089d460af71655861 | [
"Apache-2.0"
] | 1 | 2021-02-27T18:30:44.000Z | 2021-02-27T18:30:44.000Z | common/src/main/java/org/propagate/common/dao/CrudOperations.java | lunar-logan/propagate | ac770f0df76ef2735c342a5089d460af71655861 | [
"Apache-2.0"
] | 1 | 2021-07-01T09:29:06.000Z | 2021-07-01T09:29:06.000Z | 21.642857 | 40 | 0.679868 | 5,894 | package org.propagate.common.dao;
import java.util.List;
import java.util.Optional;
public interface CrudOperations<T, ID> {
T save(T entity);
Optional<T> findById(ID id);
List<T> findAll();
List<T> findAll(int page, int size);
void delete(T entity);
void deleteById(ID id);
}
|
3e0dea84b3e8c601e5e79010b06be31360391484 | 247 | java | Java | Defining Classes/RawData/src/Tyre.java | NikolaVodenicharov/Java-OOP-Basic | 63492e9083855cc09e7f6d6c01783641c8d8be42 | [
"MIT"
] | null | null | null | Defining Classes/RawData/src/Tyre.java | NikolaVodenicharov/Java-OOP-Basic | 63492e9083855cc09e7f6d6c01783641c8d8be42 | [
"MIT"
] | null | null | null | Defining Classes/RawData/src/Tyre.java | NikolaVodenicharov/Java-OOP-Basic | 63492e9083855cc09e7f6d6c01783641c8d8be42 | [
"MIT"
] | null | null | null | 17.642857 | 43 | 0.591093 | 5,895 | public class Tyre {
private double pressure;
private int age;
public Tyre(double pressure, int age) {
this.pressure = pressure;
this.age = age;
}
public double getPressure() {
return pressure;
}
}
|
3e0dea9817ea34ae4e2f9dc0b318d053f093af38 | 1,327 | java | Java | src/main/java/stanhebben/zenscript/expression/ExpressionArrayList.java | eutropius225/ZenScript | beb7f7528fbb0494706ac6b05e072966510c0d11 | [
"MIT"
] | 47 | 2018-02-20T05:31:16.000Z | 2022-02-22T19:21:53.000Z | src/main/java/stanhebben/zenscript/expression/ExpressionArrayList.java | eutropius225/ZenScript | beb7f7528fbb0494706ac6b05e072966510c0d11 | [
"MIT"
] | 17 | 2018-03-04T08:39:07.000Z | 2021-10-31T01:43:47.000Z | src/main/java/stanhebben/zenscript/expression/ExpressionArrayList.java | eutropius225/ZenScript | beb7f7528fbb0494706ac6b05e072966510c0d11 | [
"MIT"
] | 26 | 2018-03-01T17:09:25.000Z | 2022-02-22T19:21:56.000Z | 31.595238 | 128 | 0.66315 | 5,896 | package stanhebben.zenscript.expression;
import stanhebben.zenscript.compiler.IEnvironmentMethod;
import stanhebben.zenscript.type.*;
import stanhebben.zenscript.util.*;
import java.util.*;
public class ExpressionArrayList extends Expression {
private final Expression[] contents;
private final ... |
3e0decf008104ea83475c3ccca312ca544dbb1c9 | 1,241 | java | Java | iextrading4j-acceptance/src/test/java/pl/zankowski/iextrading4j/test/acceptance/v1/DataPointsAcceptanceTest.java | 10shibu/iextrading4j | 4150ae5dd4712e886dbbce5c0af656d20561557b | [
"Apache-2.0"
] | 1 | 2020-06-11T13:24:09.000Z | 2020-06-11T13:24:09.000Z | iextrading4j-acceptance/src/test/java/pl/zankowski/iextrading4j/test/acceptance/v1/DataPointsAcceptanceTest.java | 10shibu/iextrading4j | 4150ae5dd4712e886dbbce5c0af656d20561557b | [
"Apache-2.0"
] | null | null | null | iextrading4j-acceptance/src/test/java/pl/zankowski/iextrading4j/test/acceptance/v1/DataPointsAcceptanceTest.java | 10shibu/iextrading4j | 4150ae5dd4712e886dbbce5c0af656d20561557b | [
"Apache-2.0"
] | null | null | null | 31.025 | 92 | 0.706688 | 5,897 | package pl.zankowski.iextrading4j.test.acceptance.v1;
import org.junit.Ignore;
import org.junit.Test;
import pl.zankowski.iextrading4j.api.datapoint.DataPoint;
import pl.zankowski.iextrading4j.client.rest.manager.RestRequest;
import pl.zankowski.iextrading4j.client.rest.request.datapoint.DataPointsRequestBuilder;
imp... |
3e0decfdb8769deda78b2cda8cb621be7d87da67 | 5,615 | java | Java | src/main/java/io/renren/modules/test/entity/StressTestHistoryResourceDetailEntity.java | vi2233m/stressTestPlatform | 6fdd6c0f3864f8ccf3a2510b935affbdbfd4276f | [
"Apache-2.0"
] | null | null | null | src/main/java/io/renren/modules/test/entity/StressTestHistoryResourceDetailEntity.java | vi2233m/stressTestPlatform | 6fdd6c0f3864f8ccf3a2510b935affbdbfd4276f | [
"Apache-2.0"
] | null | null | null | src/main/java/io/renren/modules/test/entity/StressTestHistoryResourceDetailEntity.java | vi2233m/stressTestPlatform | 6fdd6c0f3864f8ccf3a2510b935affbdbfd4276f | [
"Apache-2.0"
] | null | null | null | 17.768987 | 57 | 0.508459 | 5,898 | package io.renren.modules.test.entity;
import java.util.Date;
/**
* 展示文件ID的
*/
public class StressTestHistoryResourceDetailEntity {
private static final long serialVersionUID = 1L;
/**
* 主键id
*/
private Long id;
/**
* 报告ID
*/
private Long reportId;
/**
* 版本号
... |
3e0ded2638436cbe749bc95fe36090c94bdb7043 | 27,723 | java | Java | device/nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java | Cela-Inc/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 777 | 2017-08-29T15:15:32.000Z | 2022-03-21T05:29:41.000Z | device/nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java | Cela-Inc/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 66 | 2017-08-30T18:31:18.000Z | 2021-08-02T10:59:35.000Z | device/nfc/android/junit/src/org/chromium/device/nfc/NFCTest.java | Cela-Inc/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 123 | 2017-08-30T01:19:34.000Z | 2022-03-17T22:55:31.000Z | 43.796209 | 96 | 0.702341 | 5,899 | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.device.nfc;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Ass... |
3e0dedb08643ea01788e5e3b3fe6127852e54bb1 | 1,101 | java | Java | src/main/java/ex01/pyrmont/Hello.java | robin2017/how_tomcat_work | 64adc932925280d4b3fc0cf326aa3ad0fed6feb7 | [
"Apache-1.1"
] | null | null | null | src/main/java/ex01/pyrmont/Hello.java | robin2017/how_tomcat_work | 64adc932925280d4b3fc0cf326aa3ad0fed6feb7 | [
"Apache-1.1"
] | null | null | null | src/main/java/ex01/pyrmont/Hello.java | robin2017/how_tomcat_work | 64adc932925280d4b3fc0cf326aa3ad0fed6feb7 | [
"Apache-1.1"
] | null | null | null | 26.214286 | 76 | 0.533152 | 5,900 | package ex01.pyrmont;
import java.io.*;
import java.net.Socket;
/**
* Created by robin on 2017/8/17.
*/
public class Hello {
public void test() throws IOException, InterruptedException {
Socket socket=new Socket("127.0.0.1",80);
OutputStream os=socket.getOutputStream();
boolean autoflu... |
3e0dedcbcb068a559a057ae19f90a2adc1b5a8ae | 4,017 | java | Java | app/src/main/java/tk/winpooh32/omxrpicontroller/SettingsActivity.java | WinPooh32/OmxRPiController | d5c034a1050f0876e8494425771e0fa5a75bdca9 | [
"MIT"
] | null | null | null | app/src/main/java/tk/winpooh32/omxrpicontroller/SettingsActivity.java | WinPooh32/OmxRPiController | d5c034a1050f0876e8494425771e0fa5a75bdca9 | [
"MIT"
] | null | null | null | app/src/main/java/tk/winpooh32/omxrpicontroller/SettingsActivity.java | WinPooh32/OmxRPiController | d5c034a1050f0876e8494425771e0fa5a75bdca9 | [
"MIT"
] | null | null | null | 40.17 | 117 | 0.608912 | 5,901 | package tk.winpooh32.omxrpicontroller;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.Preference;
import android.preference.PreferenceFragment;
import android.preference.PreferenceManager;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
public c... |
3e0deeab9aa1c16c30d99483563b419d9ed5f318 | 1,080 | java | Java | jumi-core/src/main/java/fi/jumi/core/util/MemoryBarrier.java | orfjackal/jumi | 18815c499b770f51cdb58cc6720dca4f254b2019 | [
"Apache-2.0"
] | 29 | 2015-01-18T13:09:54.000Z | 2018-04-24T06:38:14.000Z | jumi-core/src/main/java/fi/jumi/core/util/MemoryBarrier.java | orfjackal/jumi | 18815c499b770f51cdb58cc6720dca4f254b2019 | [
"Apache-2.0"
] | null | null | null | jumi-core/src/main/java/fi/jumi/core/util/MemoryBarrier.java | orfjackal/jumi | 18815c499b770f51cdb58cc6720dca4f254b2019 | [
"Apache-2.0"
] | 7 | 2015-04-09T20:12:26.000Z | 2017-01-09T18:38:28.000Z | 30 | 167 | 0.682407 | 5,902 | // Copyright © 2011-2013, Esko Luontola <www.orfjackal.net>
// This software is released under the Apache License 2.0.
// The license text is at http://www.apache.org/licenses/LICENSE-2.0
package fi.jumi.core.util;
import javax.annotation.concurrent.ThreadSafe;
import java.util.concurrent.atomic.AtomicBoolean;
/**
... |
3e0df0521e947bbb7a1e58ed8858297be993d7fb | 383 | java | Java | src/build/android/incremental_install/java/org/chromium/incrementalinstall/SecondInstrumentation.java | tang88888888/naiveproxy | 8bbb7526b927cbaa82870a4c81a08ccf5e8e9c1d | [
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | src/build/android/incremental_install/java/org/chromium/incrementalinstall/SecondInstrumentation.java | tang88888888/naiveproxy | 8bbb7526b927cbaa82870a4c81a08ccf5e8e9c1d | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | src/build/android/incremental_install/java/org/chromium/incrementalinstall/SecondInstrumentation.java | tang88888888/naiveproxy | 8bbb7526b927cbaa82870a4c81a08ccf5e8e9c1d | [
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | 29.461538 | 73 | 0.785901 | 5,903 | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.incrementalinstall;
import android.app.Instrumentation;
/**
* Exists to support an app having multiple instrumentations.
*/
publi... |
3e0df0ed1f3c4f8b67701528ec2931725f1eef90 | 120 | java | Java | src/rero/client/user/ClientCommand.java | pwillemann/jircii | b2c099059587a412eafaa99d465998e92ceccd4d | [
"Artistic-1.0"
] | 10 | 2015-06-27T16:40:06.000Z | 2022-02-28T11:22:02.000Z | src/rero/client/user/ClientCommand.java | pwillemann/jircii | b2c099059587a412eafaa99d465998e92ceccd4d | [
"Artistic-1.0"
] | 2 | 2016-04-14T09:08:43.000Z | 2016-07-31T08:31:18.000Z | src/rero/client/user/ClientCommand.java | pwillemann/jircii | b2c099059587a412eafaa99d465998e92ceccd4d | [
"Artistic-1.0"
] | 4 | 2019-04-14T01:43:12.000Z | 2021-12-30T19:43:37.000Z | 17.142857 | 57 | 0.775 | 5,904 | package rero.client.user;
public interface ClientCommand
{
public void runAlias(String name, String parameters);
}
|
3e0df16b73abce762e5832037b01b5c6ee7e8b68 | 326 | java | Java | src/test/java/testListener/Main.java | lemonlulu/MyTest | 8ef520776f5b0f72cca5ad292c27f02493842515 | [
"Apache-2.0"
] | null | null | null | src/test/java/testListener/Main.java | lemonlulu/MyTest | 8ef520776f5b0f72cca5ad292c27f02493842515 | [
"Apache-2.0"
] | null | null | null | src/test/java/testListener/Main.java | lemonlulu/MyTest | 8ef520776f5b0f72cca5ad292c27f02493842515 | [
"Apache-2.0"
] | null | null | null | 20.375 | 62 | 0.736196 | 5,905 | package testListener;
/**
* Created by lemon on 2015/1/22.
*/
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
public class Main {
public static void main(String args[]){
// ServletContextEvent sce = new ServletContextEvent();
... |
3e0df25adc42bfb7eff8b1b24c2807631efc5414 | 16,054 | java | Java | javaee-persistence-api/src/main/java/com/intellij/persistence/util/PersistenceCommonUtil.java | consulo-trash/consulo-hibernate | 3f5a7247c6bfc7ee88923634bf2d698dcbe62efa | [
"Apache-2.0"
] | null | null | null | javaee-persistence-api/src/main/java/com/intellij/persistence/util/PersistenceCommonUtil.java | consulo-trash/consulo-hibernate | 3f5a7247c6bfc7ee88923634bf2d698dcbe62efa | [
"Apache-2.0"
] | null | null | null | javaee-persistence-api/src/main/java/com/intellij/persistence/util/PersistenceCommonUtil.java | consulo-trash/consulo-hibernate | 3f5a7247c6bfc7ee88923634bf2d698dcbe62efa | [
"Apache-2.0"
] | null | null | null | 37.334884 | 195 | 0.773203 | 5,906 | /*
* Copyright 2000-2007 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e0df2d6704c7f5efeab95974e6245458935b9cb | 1,868 | java | Java | src/main/java/com/simibubi/create/lib/mixin/client/FogRendererMixin.java | EcoBuilder13/Create-Refabricated | 0f15b62d5ec2dfbbaeff600ab1cf7de9a0caf26c | [
"MIT"
] | null | null | null | src/main/java/com/simibubi/create/lib/mixin/client/FogRendererMixin.java | EcoBuilder13/Create-Refabricated | 0f15b62d5ec2dfbbaeff600ab1cf7de9a0caf26c | [
"MIT"
] | null | null | null | src/main/java/com/simibubi/create/lib/mixin/client/FogRendererMixin.java | EcoBuilder13/Create-Refabricated | 0f15b62d5ec2dfbbaeff600ab1cf7de9a0caf26c | [
"MIT"
] | null | null | null | 35.923077 | 123 | 0.760707 | 5,907 | package com.simibubi.create.lib.mixin.client;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Shadow;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
import com.mojang... |
3e0df36a11509a94b048e8f3c00b7b5bf8a5bf40 | 468 | java | Java | backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsInstallStages.java | jbeecham/ovirt-engine | 3e76a8d3b970a963cedd84bcb3c7425b8484cf26 | [
"Apache-2.0"
] | 3 | 2019-01-12T06:47:09.000Z | 2019-02-22T21:32:26.000Z | backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsInstallStages.java | jbeecham/ovirt-engine | 3e76a8d3b970a963cedd84bcb3c7425b8484cf26 | [
"Apache-2.0"
] | null | null | null | backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsInstallStages.java | jbeecham/ovirt-engine | 3e76a8d3b970a963cedd84bcb3c7425b8484cf26 | [
"Apache-2.0"
] | 2 | 2015-01-15T19:06:01.000Z | 2015-04-29T08:15:29.000Z | 18 | 56 | 0.65812 | 5,908 | package org.ovirt.engine.core.bll;
public enum VdsInstallStages {
None,
Start,
ConnectToServer,
CheckUniqueVds,
UploadScript,
RunScript,
DownloadCertificateRequest,
SignCertificateRequest,
UploadSignedCertificate,
UploadCA,
FinishCommand,
End,
Error;
public int ... |
3e0df38e0de57ac265e5a9efbba2a00345013427 | 580 | java | Java | src/main/java/model/products/ProductProperties.java | ismael094/SatelliteImagesApplication | 592f1d3b598947d3c374f7532e0cd6c72aaf8bea | [
"CC-BY-4.0"
] | null | null | null | src/main/java/model/products/ProductProperties.java | ismael094/SatelliteImagesApplication | 592f1d3b598947d3c374f7532e0cd6c72aaf8bea | [
"CC-BY-4.0"
] | 7 | 2021-01-21T01:40:01.000Z | 2022-01-04T16:48:50.000Z | src/main/java/model/products/ProductProperties.java | ismael094/SatelliteImagesApplication | 592f1d3b598947d3c374f7532e0cd6c72aaf8bea | [
"CC-BY-4.0"
] | null | null | null | 21.481481 | 61 | 0.684483 | 5,909 | package model.products;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonIgnoreProperties(ignoreUnknown = true)
public class ProductProperties {
private String name;
@JsonProperty("content")
private Object content;
public String ... |
3e0df3f6973767d1f3722c3a74b03176b72a113c | 2,031 | java | Java | svalbard/xmlbeans/src/main/java/org/n52/svalbard/encode/AbstractLogValueTypeEncoder.java | 52North/arctic-sea | 2adb4a423db9efd2350920af264f761c29b2604f | [
"Apache-2.0"
] | 19 | 2017-01-13T13:30:32.000Z | 2021-11-27T16:21:42.000Z | svalbard/xmlbeans/src/main/java/org/n52/svalbard/encode/AbstractLogValueTypeEncoder.java | 52North/arctic-sea | 2adb4a423db9efd2350920af264f761c29b2604f | [
"Apache-2.0"
] | 81 | 2017-12-19T15:47:04.000Z | 2022-03-30T04:00:52.000Z | svalbard/xmlbeans/src/main/java/org/n52/svalbard/encode/AbstractLogValueTypeEncoder.java | 52North/arctic-sea | 2adb4a423db9efd2350920af264f761c29b2604f | [
"Apache-2.0"
] | 32 | 2017-12-21T14:32:29.000Z | 2022-03-02T15:04:52.000Z | 39.823529 | 108 | 0.733629 | 5,910 | /*
* Copyright (C) 2015-2021 52°North Spatial Information Research GmbH
*
* 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 r... |
3e0df475ff8da48770be1e4d938f65645d297b8c | 4,530 | java | Java | flink/src/main/java/org/apache/iceberg/flink/IcebergTableSource.java | dmgcodevil/iceberg | 7001d95b8635d58f54795e1ec4c588697e86f47d | [
"Apache-2.0"
] | 1 | 2021-01-04T11:22:52.000Z | 2021-01-04T11:22:52.000Z | flink/src/main/java/org/apache/iceberg/flink/IcebergTableSource.java | dmgcodevil/iceberg | 7001d95b8635d58f54795e1ec4c588697e86f47d | [
"Apache-2.0"
] | 2 | 2022-01-28T20:37:58.000Z | 2022-02-11T22:28:29.000Z | flink/src/main/java/org/apache/iceberg/flink/IcebergTableSource.java | dmgcodevil/iceberg | 7001d95b8635d58f54795e1ec4c588697e86f47d | [
"Apache-2.0"
] | 1 | 2020-12-22T17:15:15.000Z | 2020-12-22T17:15:15.000Z | 35.390625 | 111 | 0.742826 | 5,911 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
3e0df4aa025006f0ff531e650748a244b9c70497 | 1,650 | java | Java | luna-commons-common/src/main/java/com/luna/common/entity/Ztree.java | DAQ121/luna-commons | 889110e845a5df3f481a180a405ebde425a7de06 | [
"Apache-2.0"
] | 1 | 2020-08-10T16:46:48.000Z | 2020-08-10T16:46:48.000Z | luna-commons-common/src/main/java/com/luna/common/entity/Ztree.java | DAQ121/luna-commons | 889110e845a5df3f481a180a405ebde425a7de06 | [
"Apache-2.0"
] | null | null | null | luna-commons-common/src/main/java/com/luna/common/entity/Ztree.java | DAQ121/luna-commons | 889110e845a5df3f481a180a405ebde425a7de06 | [
"Apache-2.0"
] | null | null | null | 15.865385 | 55 | 0.492121 | 5,912 | package com.luna.common.entity;
import java.io.Serializable;
/**
* Ztree树结构实体类
*
* @author ruoyi
*/
public class Ztree implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 节点ID
*/
private Long id;
/**
* 节点父ID
*/
private Long ... |
3e0df60befa0c2781cb9843d14e697a59be0199b | 7,143 | java | Java | src/test/testdatageneration/AbstractJUnitTest.java | ducanhnguyen/cft4cpp-for-dummy | d7599f95e688943f52f6a9a0b729f16011997eb8 | [
"Apache-2.0"
] | null | null | null | src/test/testdatageneration/AbstractJUnitTest.java | ducanhnguyen/cft4cpp-for-dummy | d7599f95e688943f52f6a9a0b729f16011997eb8 | [
"Apache-2.0"
] | null | null | null | src/test/testdatageneration/AbstractJUnitTest.java | ducanhnguyen/cft4cpp-for-dummy | d7599f95e688943f52f6a9a0b729f16011997eb8 | [
"Apache-2.0"
] | null | null | null | 45.788462 | 116 | 0.747585 | 5,913 | package test.testdatageneration;
import com.console.Console;
import com.console.ConsoleOutput;
import com.fit.config.*;
import com.fit.testdatagen.ITestdataGeneration;
import com.fit.testdatagen.htmlreport.ITestReport;
import com.fit.utils.Utils;
import org.apache.log4j.Logger;
import javax.sound.sampled.LineUnavaila... |
3e0df62fb721034d22f94ff069dc01c4603f3d76 | 2,786 | java | Java | src/main/java/io/github/haykam821/extracauldrons/LavaCauldronBlock.java | haykam821/Extra-Cauldrons | b380d3eb4ab4cc710eb346ef915a1ec695667217 | [
"MIT"
] | null | null | null | src/main/java/io/github/haykam821/extracauldrons/LavaCauldronBlock.java | haykam821/Extra-Cauldrons | b380d3eb4ab4cc710eb346ef915a1ec695667217 | [
"MIT"
] | null | null | null | src/main/java/io/github/haykam821/extracauldrons/LavaCauldronBlock.java | haykam821/Extra-Cauldrons | b380d3eb4ab4cc710eb346ef915a1ec695667217 | [
"MIT"
] | null | null | null | 35.265823 | 152 | 0.734386 | 5,914 | package io.github.haykam821.extracauldrons;
import net.minecraft.block.BlockState;
import net.minecraft.block.CauldronBlock;
import net.minecraft.entity.Entity;
import net.minecraft.entity.damage.DamageSource;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.item.Item;
import net.minecraft.item.It... |
3e0df69f92782114f6ead7780009304a9415114e | 4,442 | java | Java | helpdesk-maker-checker-service/src/main/java/org/symphonyoss/symphony/bots/helpdesk/makerchecker/message/MakerCheckerMessageBuilder.java | symphonyoss/GroupID | ad69bd0f378f02c8c4bce017e5ddf1f3c319cd3b | [
"Apache-2.0"
] | null | null | null | helpdesk-maker-checker-service/src/main/java/org/symphonyoss/symphony/bots/helpdesk/makerchecker/message/MakerCheckerMessageBuilder.java | symphonyoss/GroupID | ad69bd0f378f02c8c4bce017e5ddf1f3c319cd3b | [
"Apache-2.0"
] | 3 | 2018-03-01T19:25:02.000Z | 2018-03-16T19:00:26.000Z | helpdesk-maker-checker-service/src/main/java/org/symphonyoss/symphony/bots/helpdesk/makerchecker/message/MakerCheckerMessageBuilder.java | symphonyoss/GroupID | ad69bd0f378f02c8c4bce017e5ddf1f3c319cd3b | [
"Apache-2.0"
] | 4 | 2018-04-20T17:18:07.000Z | 2020-12-16T11:45:23.000Z | 27.7625 | 107 | 0.742683 | 5,915 | package org.symphonyoss.symphony.bots.helpdesk.makerchecker.message;
import com.fasterxml.jackson.core.JsonProcessingException;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.symphonyoss.symphony.bots.utility.message.EntityBuilder;
import org.symphonyos... |
3e0df7071c841e9c0831b0b00ad3911d88951c04 | 1,201 | java | Java | robozonky-api/src/test/java/com/github/robozonky/internal/util/json/AbstractDeserializerTest.java | LukeLaz/robozonky | 84be394c815c95a7bd6b8c719c31df5b0d4513c9 | [
"Apache-2.0"
] | null | null | null | robozonky-api/src/test/java/com/github/robozonky/internal/util/json/AbstractDeserializerTest.java | LukeLaz/robozonky | 84be394c815c95a7bd6b8c719c31df5b0d4513c9 | [
"Apache-2.0"
] | null | null | null | robozonky-api/src/test/java/com/github/robozonky/internal/util/json/AbstractDeserializerTest.java | LukeLaz/robozonky | 84be394c815c95a7bd6b8c719c31df5b0d4513c9 | [
"Apache-2.0"
] | null | null | null | 29.292683 | 93 | 0.717735 | 5,916 | /*
* Copyright 2020 The RoboZonky Project
*
* 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 ... |
3e0df775e79d8b3b0f99f1466cfa3ca35f1026f5 | 967 | java | Java | main/java/com/example/farahnaz/myapplication/common/Helper/Model/Weather.java | internet-project/src | 34d636e2462fcd992315e32b191bce1c024530c0 | [
"MIT"
] | null | null | null | main/java/com/example/farahnaz/myapplication/common/Helper/Model/Weather.java | internet-project/src | 34d636e2462fcd992315e32b191bce1c024530c0 | [
"MIT"
] | null | null | null | main/java/com/example/farahnaz/myapplication/common/Helper/Model/Weather.java | internet-project/src | 34d636e2462fcd992315e32b191bce1c024530c0 | [
"MIT"
] | null | null | null | 18.596154 | 70 | 0.598759 | 5,917 | package com.example.farahnaz.myapplication.common.Helper.Model;
/**
* Created by Farahnaz on 22/06/2019.
*/
public class Weather {
private int id;
private String main;
private String description;
private String icon;
public Weather(int id,String main,String description,String icon){
thi... |
3e0df7e981ff83cc686e4b00d2e21a1fe96ca19d | 342 | java | Java | src/test/java/com/william/code/RestApp/RestAppApplicationTests.java | ChrisWongAtCUHK/restApp | 804f5a5c9b19d17cac0a84b189ad25cc10841f6e | [
"MIT"
] | null | null | null | src/test/java/com/william/code/RestApp/RestAppApplicationTests.java | ChrisWongAtCUHK/restApp | 804f5a5c9b19d17cac0a84b189ad25cc10841f6e | [
"MIT"
] | null | null | null | src/test/java/com/william/code/RestApp/RestAppApplicationTests.java | ChrisWongAtCUHK/restApp | 804f5a5c9b19d17cac0a84b189ad25cc10841f6e | [
"MIT"
] | 2 | 2018-07-24T10:23:32.000Z | 2019-10-10T14:34:09.000Z | 20.117647 | 60 | 0.809942 | 5,918 | package com.william.code.RestApp;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class RestAppApplicationTests {
@Test
public void c... |
3e0df817464175456ee140763f0999a46c2b6a5e | 2,469 | java | Java | sources/b/j/a/c/s.java | tonioshikanlu/tubman-hack | 8277e47c058174ca4411965ed67d05d2aba1c7fc | [
"MIT"
] | 2 | 2021-03-20T07:33:30.000Z | 2021-06-29T18:50:21.000Z | sources/b/j/a/c/s.java | tonioshikanlu/tubman-hack | 8277e47c058174ca4411965ed67d05d2aba1c7fc | [
"MIT"
] | null | null | null | sources/b/j/a/c/s.java | tonioshikanlu/tubman-hack | 8277e47c058174ca4411965ed67d05d2aba1c7fc | [
"MIT"
] | 2 | 2021-03-20T15:56:20.000Z | 2021-03-21T02:06:29.000Z | 35.782609 | 186 | 0.626164 | 5,919 | package b.j.a.c;
import b.j.a.a.h0;
import b.j.a.c.e0.h;
import java.io.Serializable;
public class s implements Serializable {
/* renamed from: o reason: collision with root package name */
public static final s f2292o = new s(Boolean.TRUE, (String) null, (Integer) null, (String) null, (a) null, (h0) null, ... |
3e0df899d46a3f3574597fd387769c37e60ee30f | 5,128 | java | Java | projectMonitoringBE/src/main/java/com/pfe/projectMonitoringBE/services/ProjectService.java | kabilJbeli/PfeProjectMonitoring | 0e87d3db318e659f6dc8b9363e5deaf4a6ec2fb0 | [
"MIT"
] | null | null | null | projectMonitoringBE/src/main/java/com/pfe/projectMonitoringBE/services/ProjectService.java | kabilJbeli/PfeProjectMonitoring | 0e87d3db318e659f6dc8b9363e5deaf4a6ec2fb0 | [
"MIT"
] | null | null | null | projectMonitoringBE/src/main/java/com/pfe/projectMonitoringBE/services/ProjectService.java | kabilJbeli/PfeProjectMonitoring | 0e87d3db318e659f6dc8b9363e5deaf4a6ec2fb0 | [
"MIT"
] | null | null | null | 38.556391 | 108 | 0.809672 | 5,920 | package com.pfe.projectMonitoringBE.services;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.pfe.projectMonitoringBE.Enums.ProjectStatus;
import com.pfe.projectMonitoringBE.entities.Member;
im... |
3e0df8bffc034a17648c988761e8a3d57b75e5d2 | 731 | java | Java | src/main/java/de/muspellheim/commons/sql/DatabaseConfiguration.java | falkoschumann/java-muspellheim-commons | c9aee793fdd065fb2851e2c4db79be69bfa1109a | [
"MIT"
] | null | null | null | src/main/java/de/muspellheim/commons/sql/DatabaseConfiguration.java | falkoschumann/java-muspellheim-commons | c9aee793fdd065fb2851e2c4db79be69bfa1109a | [
"MIT"
] | 9 | 2019-10-23T08:39:31.000Z | 2020-01-07T20:15:32.000Z | src/main/java/de/muspellheim/commons/sql/DatabaseConfiguration.java | falkoschumann/java-muspellheim-commons | c9aee793fdd065fb2851e2c4db79be69bfa1109a | [
"MIT"
] | null | null | null | 14.057692 | 53 | 0.618331 | 5,921 | /*
* Muspellheim Commons
* Copyright (c) 2019 Falko Schumann
*/
package de.muspellheim.commons.sql;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import lombok.Value;
/** Collect information for a database connection. */
@Value
@RequiredArgsConstructor(staticName = "of")
public class DatabaseConfi... |
3e0df9b52f2afa27e85d8f9f82de9692d17f7762 | 1,510 | java | Java | starter/critter/src/main/java/com/udacity/jdnd/course3/critter/user/service/CustomerMapper.java | chrwolff/nd035-c3-data-stores-and-persistence-project-starter | ca2dfea7a8e4cba9c2e57d92effd05bc96fd0b12 | [
"MIT"
] | null | null | null | starter/critter/src/main/java/com/udacity/jdnd/course3/critter/user/service/CustomerMapper.java | chrwolff/nd035-c3-data-stores-and-persistence-project-starter | ca2dfea7a8e4cba9c2e57d92effd05bc96fd0b12 | [
"MIT"
] | null | null | null | starter/critter/src/main/java/com/udacity/jdnd/course3/critter/user/service/CustomerMapper.java | chrwolff/nd035-c3-data-stores-and-persistence-project-starter | ca2dfea7a8e4cba9c2e57d92effd05bc96fd0b12 | [
"MIT"
] | null | null | null | 31.458333 | 102 | 0.708609 | 5,922 | package com.udacity.jdnd.course3.critter.user.service;
import com.udacity.jdnd.course3.critter.EntityDTOMapper;
import com.udacity.jdnd.course3.critter.pet.model.PetEntity;
import com.udacity.jdnd.course3.critter.pet.service.PetService;
import com.udacity.jdnd.course3.critter.user.controller.CustomerDTO;
import com.ud... |
3e0df9d57da2a7ce0da29a5ef0f2b28ee57a329c | 527 | java | Java | oo4j-core/src/test/java/com/tyutyutyu/oo4j/core/template/FreemarkerApiTest.java | tyutyutyu/oo4j | e2dab9b24f5c05b99d7c66e5a62fb75449621915 | [
"MIT"
] | null | null | null | oo4j-core/src/test/java/com/tyutyutyu/oo4j/core/template/FreemarkerApiTest.java | tyutyutyu/oo4j | e2dab9b24f5c05b99d7c66e5a62fb75449621915 | [
"MIT"
] | 89 | 2021-01-31T23:18:01.000Z | 2022-03-31T17:51:36.000Z | oo4j-core/src/test/java/com/tyutyutyu/oo4j/core/template/FreemarkerApiTest.java | tyutyutyu/oo4j | e2dab9b24f5c05b99d7c66e5a62fb75449621915 | [
"MIT"
] | 1 | 2021-03-27T22:52:04.000Z | 2021-03-27T22:52:04.000Z | 20.269231 | 74 | 0.641366 | 5,923 | package com.tyutyutyu.oo4j.core.template;
import org.junit.jupiter.api.Test;
import java.util.Map;
import static org.assertj.core.api.Assertions.*;
class FreemarkerApiTest {
@Test
void testGenerate() {
// given
String templateDir = "classpath:/test-templates/";
FreemarkerApi freema... |
3e0dfbd4a9db5f6819416c4ed4ef136cabf05d27 | 4,255 | java | Java | familyhelper-assets-impl/src/main/java/com/dwarfeng/familyhelper/assets/impl/cache/ItemTypeIndicatorCacheImpl.java | DwArFeng/familyhelper-assets | fcd5b1cfcb18a5fa339f3b0e1b2ab0ef510239d8 | [
"Apache-2.0"
] | null | null | null | familyhelper-assets-impl/src/main/java/com/dwarfeng/familyhelper/assets/impl/cache/ItemTypeIndicatorCacheImpl.java | DwArFeng/familyhelper-assets | fcd5b1cfcb18a5fa339f3b0e1b2ab0ef510239d8 | [
"Apache-2.0"
] | null | null | null | familyhelper-assets-impl/src/main/java/com/dwarfeng/familyhelper/assets/impl/cache/ItemTypeIndicatorCacheImpl.java | DwArFeng/familyhelper-assets | fcd5b1cfcb18a5fa339f3b0e1b2ab0ef510239d8 | [
"Apache-2.0"
] | null | null | null | 42.55 | 118 | 0.780729 | 5,924 | package com.dwarfeng.familyhelper.assets.impl.cache;
import com.dwarfeng.familyhelper.assets.sdk.bean.entity.FastJsonItemTypeIndicator;
import com.dwarfeng.familyhelper.assets.stack.bean.entity.ItemTypeIndicator;
import com.dwarfeng.familyhelper.assets.stack.cache.ItemTypeIndicatorCache;
import com.dwarfeng.subgrade.i... |
3e0dfd54a520288f2afdf41c1c8ddb412520f267 | 4,966 | java | Java | bundles/user/impl/src/main/java/org/sakaiproject/nakamura/user/search/JoinRequestIndexingHandler.java | jfederico/nakamura | 2001c7cddc7d0ab53a2d09b5b6a0b4db38ac33f1 | [
"Apache-2.0"
] | 1 | 2016-12-11T12:03:13.000Z | 2016-12-11T12:03:13.000Z | bundles/user/impl/src/main/java/org/sakaiproject/nakamura/user/search/JoinRequestIndexingHandler.java | jfederico/nakamura | 2001c7cddc7d0ab53a2d09b5b6a0b4db38ac33f1 | [
"Apache-2.0"
] | null | null | null | bundles/user/impl/src/main/java/org/sakaiproject/nakamura/user/search/JoinRequestIndexingHandler.java | jfederico/nakamura | 2001c7cddc7d0ab53a2d09b5b6a0b4db38ac33f1 | [
"Apache-2.0"
] | null | null | null | 37.059701 | 131 | 0.740234 | 5,925 | /**
* Licensed to the Sakai Foundation (SF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The SF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use t... |
3e0dfda3119cc88347fdeac53f1107763b93184f | 330 | java | Java | src/main/java/dev/gutoleao/tutorial/sampleapi/SampleApiApplication.java | gut0leao/fully-dockerized-development-enviroment-with-spring-boot-and-vscode | 8a7b5bb54b7f697a84fbd0d4135d9e6e4a8f0fe8 | [
"MIT"
] | 1 | 2021-07-01T10:00:07.000Z | 2021-07-01T10:00:07.000Z | src/main/java/dev/gutoleao/tutorial/sampleapi/SampleApiApplication.java | gut0leao/fully-dockerized-development-enviroment-with-spring-boot-and-vscode | 8a7b5bb54b7f697a84fbd0d4135d9e6e4a8f0fe8 | [
"MIT"
] | null | null | null | src/main/java/dev/gutoleao/tutorial/sampleapi/SampleApiApplication.java | gut0leao/fully-dockerized-development-enviroment-with-spring-boot-and-vscode | 8a7b5bb54b7f697a84fbd0d4135d9e6e4a8f0fe8 | [
"MIT"
] | null | null | null | 23.571429 | 68 | 0.827273 | 5,926 | package dev.gutoleao.tutorial.sampleapi;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SampleApiApplication {
public static void main(String[] args) {
SpringApplication.run(SampleApiApplication.class, arg... |
3e0dfe5161d5733874baf16e9d3c92b4bcc4aa31 | 3,755 | java | Java | core/src/main/java/com/adobe/people/ararat/datalayer/core/services/CustomPageNameProvider.java | araraty/aem-63-datalayer | bca55d927b915d72a03d3f397077bea75801e064 | [
"Apache-2.0"
] | null | null | null | core/src/main/java/com/adobe/people/ararat/datalayer/core/services/CustomPageNameProvider.java | araraty/aem-63-datalayer | bca55d927b915d72a03d3f397077bea75801e064 | [
"Apache-2.0"
] | 1 | 2018-08-08T21:51:36.000Z | 2018-08-08T21:51:36.000Z | core/src/main/java/com/adobe/people/ararat/datalayer/core/services/CustomPageNameProvider.java | araraty/aem-63-datalayer | bca55d927b915d72a03d3f397077bea75801e064 | [
"Apache-2.0"
] | null | null | null | 37.55 | 130 | 0.701465 | 5,927 | package com.adobe.people.ararat.datalayer.core.services;
import com.day.cq.analytics.sitecatalyst.AnalyticsPageNameContext;
import com.day.cq.analytics.sitecatalyst.AnalyticsPageNameProvider;
import com.day.cq.analytics.sitecatalyst.Framework;
import com.day.cq.wcm.api.Page;
import com.adobe.people.ararat.datalayer.co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.