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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e26c3378b7806a640e71010dbde6fc0dcab2996 | 897 | java | Java | data/test/java/3e26c3378b7806a640e71010dbde6fc0dcab2996CRUD.java | harshp8l/deep-learning-lang-detection | 2a54293181c1c2b1a2b840ddee4d4d80177efb33 | [
"MIT"
] | 84 | 2017-10-25T15:49:21.000Z | 2021-11-28T21:25:54.000Z | data/test/java/3e26c3378b7806a640e71010dbde6fc0dcab2996CRUD.java | vassalos/deep-learning-lang-detection | cbb00b3e81bed3a64553f9c6aa6138b2511e544e | [
"MIT"
] | 32 | 2015-02-05T11:27:12.000Z | 2016-03-18T10:46:24.000Z | data/test/java/3e26c3378b7806a640e71010dbde6fc0dcab2996CRUD.java | vassalos/deep-learning-lang-detection | cbb00b3e81bed3a64553f9c6aa6138b2511e544e | [
"MIT"
] | 24 | 2015-01-08T13:03:21.000Z | 2021-04-03T16:36:16.000Z | 23.605263 | 139 | 0.682274 | 16,363 | package com.jetdrone.vertx.yoke.middleware;
import org.jetbrains.annotations.NotNull;
import io.vertx.core.json.JsonObject;
public class CRUD {
public static interface Handler {
void handle(@NotNull YokeRequest request, @NotNull final JsonObject filter, @NotNull final io.vertx.core.Handler<JsonObject> ne... |
3e26c387e84d9a9fbe10203e0a21e79c353552ed | 2,867 | java | Java | px-checkout/src/main/java/com/mercadopago/android/px/internal/features/paymentresult/components/BodyErrorRenderer.java | jorGonzalez291292/px-android | 6c6e9865242435bdd5395c3e904c380332c49009 | [
"MIT"
] | null | null | null | px-checkout/src/main/java/com/mercadopago/android/px/internal/features/paymentresult/components/BodyErrorRenderer.java | jorGonzalez291292/px-android | 6c6e9865242435bdd5395c3e904c380332c49009 | [
"MIT"
] | null | null | null | px-checkout/src/main/java/com/mercadopago/android/px/internal/features/paymentresult/components/BodyErrorRenderer.java | jorGonzalez291292/px-android | 6c6e9865242435bdd5395c3e904c380332c49009 | [
"MIT"
] | null | null | null | 50.298246 | 124 | 0.762121 | 16,364 | package com.mercadopago.android.px.internal.features.paymentresult.components;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.AppCompatButton;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import com.mercadopago... |
3e26c3d81103d889ada56d726bd7c637bf7e7195 | 1,193 | java | Java | java-winter-2016/assignment-5-generics/src/generics/MergeSort.java | witekbobrowski/Academic | f659e4fb282c016e2b948658da035b70824eb9b3 | [
"MIT"
] | null | null | null | java-winter-2016/assignment-5-generics/src/generics/MergeSort.java | witekbobrowski/Academic | f659e4fb282c016e2b948658da035b70824eb9b3 | [
"MIT"
] | 1 | 2019-09-22T20:06:44.000Z | 2020-02-15T22:36:51.000Z | java-winter-2016/assignment-5-generics/src/generics/MergeSort.java | witekbobrowski/Academic | f659e4fb282c016e2b948658da035b70824eb9b3 | [
"MIT"
] | null | null | null | 29.097561 | 104 | 0.523051 | 16,365 | package generics;
import java.util.concurrent.RecursiveAction;
public class MergeSort<T extends Comparable<? super T>> extends RecursiveAction{
private T[] array;
private T[] temp;
private int start, end;
public MergeSort(T[] array, T[] temp , int start, int end){
this.array = array;
... |
3e26c3f135b6b2dab4b442236c46808dbd44e47a | 346 | java | Java | src/main/java/org/cyclops/everlastingabilities/item/ItemAbilityBottle.java | CyclopsMC/EverlastingAbilities | 7c4c4217429c949d686c8660c8bd0d2ec5367fad | [
"MIT"
] | 15 | 2016-08-27T17:01:35.000Z | 2021-08-31T21:44:28.000Z | src/main/java/org/cyclops/everlastingabilities/item/ItemAbilityBottle.java | CyclopsMC/EverlastingAbilities | 7c4c4217429c949d686c8660c8bd0d2ec5367fad | [
"MIT"
] | 199 | 2016-08-10T00:02:09.000Z | 2022-02-07T16:56:32.000Z | src/main/java/org/cyclops/everlastingabilities/item/ItemAbilityBottle.java | CyclopsMC/EverlastingAbilities | 7c4c4217429c949d686c8660c8bd0d2ec5367fad | [
"MIT"
] | 21 | 2016-09-28T23:23:14.000Z | 2021-10-08T12:29:49.000Z | 18.210526 | 64 | 0.699422 | 16,366 | package org.cyclops.everlastingabilities.item;
/**
* A bottle with abilities.
* @author rubensworks
*/
public class ItemAbilityBottle extends ItemGuiAbilityContainer {
public ItemAbilityBottle(Properties properties) {
super(properties);
}
@Override
public boolean canMoveFromPlayer() {
... |
3e26c4bb3f7e9abc7136bb9952c289e4c9d29548 | 3,345 | java | Java | zebra4j/zebra-boot/src/main/java/com/zebra/boot/listener/ZebraListener.java | ae6623/Zebra | 10647600506dc787b66883ca44f0b32d29dd2519 | [
"MIT"
] | 250 | 2016-11-03T12:28:52.000Z | 2021-09-20T03:10:12.000Z | zebra4j/zebra-boot/src/main/java/com/zebra/boot/listener/ZebraListener.java | Jun19/Zebra | ac73b883742bbb078aa485cc6dacba2d8f9cf4cd | [
"MIT"
] | 2 | 2016-11-03T12:29:42.000Z | 2016-12-25T06:43:13.000Z | zebra4j/zebra-boot/src/main/java/com/zebra/boot/listener/ZebraListener.java | Jun19/Zebra | ac73b883742bbb078aa485cc6dacba2d8f9cf4cd | [
"MIT"
] | 431 | 2016-11-04T08:41:48.000Z | 2021-10-08T10:44:26.000Z | 38.895349 | 100 | 0.743199 | 16,367 | package com.zebra.boot.listener;
import com.zebra.boot.registry.IRegistry;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.ApplicationContext;
import org... |
3e26c597e4b4857d2e4131f4d27b2d6ae3a2601f | 41,778 | java | Java | src/contrib/capacity-scheduler/src/java/org/apache/hadoop/mapred/CapacityTaskScheduler.java | jlch/hadoop | 54428cc8dd437b4de9efe070e777023ec171a498 | [
"Apache-2.0"
] | 2 | 2022-01-27T04:23:49.000Z | 2022-01-27T04:51:56.000Z | src/contrib/capacity-scheduler/src/java/org/apache/hadoop/mapred/CapacityTaskScheduler.java | jlch/hadoop | 54428cc8dd437b4de9efe070e777023ec171a498 | [
"Apache-2.0"
] | null | null | null | src/contrib/capacity-scheduler/src/java/org/apache/hadoop/mapred/CapacityTaskScheduler.java | jlch/hadoop | 54428cc8dd437b4de9efe070e777023ec171a498 | [
"Apache-2.0"
] | 2 | 2015-06-15T19:02:36.000Z | 2019-05-02T22:18:52.000Z | 38.293309 | 96 | 0.662238 | 16,368 | /**
* 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... |
3e26c609806176c4bfae0d2f0f4ba1e05418e731 | 2,080 | java | Java | src/main/java/br/com/zupacademy/guilherme/casadocodigo/modelo/Livro.java | Fotkurz/orange-talents-06-template-casa-do-codigo | 00fa4845361d87919324da19ac7dd4107125fbac | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/guilherme/casadocodigo/modelo/Livro.java | Fotkurz/orange-talents-06-template-casa-do-codigo | 00fa4845361d87919324da19ac7dd4107125fbac | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/guilherme/casadocodigo/modelo/Livro.java | Fotkurz/orange-talents-06-template-casa-do-codigo | 00fa4845361d87919324da19ac7dd4107125fbac | [
"Apache-2.0"
] | null | null | null | 22.608696 | 78 | 0.640865 | 16,369 | package br.com.zupacademy.guilherme.casadocodigo.modelo;
import org.hibernate.validator.constraints.Range;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import java.math.BigDecimal;
import java.time.LocalDate;
@Entity
@Table(name = "tb_livros")... |
3e26c6dc048a1706b1606e378c5daa0534df8a70 | 1,567 | java | Java | src/main/java/io/github/karlatemp/kasukufzos/cli/Zip.java | KasukuSakura/kasuku-fzos | 412eaf3ade48ceff20455531b3ad0b8ab7c7a6c4 | [
"MIT"
] | null | null | null | src/main/java/io/github/karlatemp/kasukufzos/cli/Zip.java | KasukuSakura/kasuku-fzos | 412eaf3ade48ceff20455531b3ad0b8ab7c7a6c4 | [
"MIT"
] | null | null | null | src/main/java/io/github/karlatemp/kasukufzos/cli/Zip.java | KasukuSakura/kasuku-fzos | 412eaf3ade48ceff20455531b3ad0b8ab7c7a6c4 | [
"MIT"
] | null | null | null | 33.340426 | 99 | 0.60753 | 16,370 | /*
* Copyright (c) 2018-2021 Karlatemp and contributors. All rights reserved.
*
* Use of this source code is governed by the MIT license that can be found via the following link.
*
* https://github.com/KasukuSakura/kasuku-fzos/blob/master/LICENSE
*/
package io.github.karlatemp.kasukufzos.cli;
import io.github.k... |
3e26c7028bd709dad38f4fbf850b2c95ebfa63d9 | 124 | java | Java | maven-assembly-plugin/src/it/projects/dependency-sets/massembly-235/src/main/java/HelloWorld.java | velo/maven-plugins | 9c63fab3cabc148bf9a050f1eccef5a7315a5696 | [
"Apache-2.0"
] | 1 | 2018-06-06T13:56:44.000Z | 2018-06-06T13:56:44.000Z | maven-assembly-plugin/src/it/projects/dependency-sets/massembly-235/src/main/java/HelloWorld.java | velo/maven-plugins | 9c63fab3cabc148bf9a050f1eccef5a7315a5696 | [
"Apache-2.0"
] | null | null | null | maven-assembly-plugin/src/it/projects/dependency-sets/massembly-235/src/main/java/HelloWorld.java | velo/maven-plugins | 9c63fab3cabc148bf9a050f1eccef5a7315a5696 | [
"Apache-2.0"
] | null | null | null | 17.714286 | 46 | 0.580645 | 16,371 | public class HelloWorld
{
public static String sayHello(String name)
{
return "Hello " + name + "!";
}
} |
3e26c7f6f6e879448089992e3561282097237adf | 4,045 | java | Java | src/io/kurumi/ntt/fragment/twitter/status/StatusDeleteTask.java | Acclaiming/NTTX | b4658314f851005ef64f3bb43022352481c652b6 | [
"Apache-2.0"
] | 1 | 2019-10-04T17:33:21.000Z | 2019-10-04T17:33:21.000Z | src/io/kurumi/ntt/fragment/twitter/status/StatusDeleteTask.java | Acclaiming/NTTX | b4658314f851005ef64f3bb43022352481c652b6 | [
"Apache-2.0"
] | null | null | null | src/io/kurumi/ntt/fragment/twitter/status/StatusDeleteTask.java | Acclaiming/NTTX | b4658314f851005ef64f3bb43022352481c652b6 | [
"Apache-2.0"
] | 1 | 2021-02-10T03:30:50.000Z | 2021-02-10T03:30:50.000Z | 23.114286 | 95 | 0.495426 | 16,372 | package io.kurumi.ntt.fragment.twitter.status;
import cn.hutool.core.date.DateUtil;
import cn.hutool.log.StaticLog;
import io.kurumi.ntt.fragment.twitter.TApi;
import io.kurumi.ntt.fragment.twitter.TAuth;
import io.kurumi.ntt.utils.NTT;
import twitter4j.Status;
import twitter4j.Twitter;
import twitter4j.TwitterExcepti... |
3e26c8153a4fb4b052431587a55f0a6de65452f8 | 1,486 | java | Java | gnu/kawa/xml/HexBinary.java | pavi2410/ai2-kawa | f009546d8a693b16ed2c5f5eece0377cc617285e | [
"MIT"
] | 6 | 2015-08-21T02:05:29.000Z | 2021-12-26T00:24:19.000Z | gnu/kawa/xml/HexBinary.java | hellcoderz/kawa | 15424f8b9a835cf223eed1289ac06bfdf60c8e87 | [
"MIT"
] | 2 | 2020-03-08T09:18:37.000Z | 2021-11-09T01:48:55.000Z | gnu/kawa/xml/HexBinary.java | hellcoderz/kawa | 15424f8b9a835cf223eed1289ac06bfdf60c8e87 | [
"MIT"
] | 5 | 2015-07-06T14:02:32.000Z | 2021-03-18T11:55:06.000Z | 23.967742 | 94 | 0.560565 | 16,373 | package gnu.kawa.xml;
/** A BinaryObject whose lexical format is hexBinary. */
public class HexBinary extends BinaryObject
{
public HexBinary (byte[] data)
{
this.data = data;
}
static HexBinary valueOf (String str)
{
return new HexBinary(parseHexBinary(str));
}
static byte[] parseHexBinary (S... |
3e26c8c114d44531ba667ccacb348b62f1fe2dda | 4,767 | java | Java | src/main/java/no/fint/sikri/data/noark/dokument/DokumentobjektFactory.java | FINTLabs/fint-sikri-arkiv-adapter | f283d0cc8300d182f45a51c40023f58e2d5d9d94 | [
"MIT"
] | null | null | null | src/main/java/no/fint/sikri/data/noark/dokument/DokumentobjektFactory.java | FINTLabs/fint-sikri-arkiv-adapter | f283d0cc8300d182f45a51c40023f58e2d5d9d94 | [
"MIT"
] | 2 | 2021-03-26T12:46:54.000Z | 2021-04-19T06:43:29.000Z | src/main/java/no/fint/sikri/data/noark/dokument/DokumentobjektFactory.java | FINTLabs/fint-sikri-arkiv-adapter | f283d0cc8300d182f45a51c40023f58e2d5d9d94 | [
"MIT"
] | null | null | null | 41.815789 | 137 | 0.680302 | 16,374 | package no.fint.sikri.data.noark.dokument;
import no.fint.arkiv.sikri.oms.DocumentObjectType;
import no.fint.arkiv.sikri.oms.FileFormatType;
import no.fint.model.arkiv.kodeverk.Format;
import no.fint.model.arkiv.kodeverk.Variantformat;
import no.fint.model.arkiv.noark.Arkivressurs;
import no.fint.model.arkiv.noark.Dok... |
3e26c9a335734cd76073d3e48ceb4d23b95c032d | 2,016 | java | Java | be/src/test/java/academy/softserve/flightbooking/apiconnection/converters/SearchParamsIntoRapidApiRequestStringConverterTest.java | melkiy92/FlightBooking | bd251e2871d44d9d25a7a543e8ff7866d7f870c2 | [
"MIT"
] | 1 | 2020-06-01T22:41:56.000Z | 2020-06-01T22:41:56.000Z | be/src/test/java/academy/softserve/flightbooking/apiconnection/converters/SearchParamsIntoRapidApiRequestStringConverterTest.java | melkiy92/FlightBooking | bd251e2871d44d9d25a7a543e8ff7866d7f870c2 | [
"MIT"
] | 8 | 2020-03-04T23:45:08.000Z | 2022-02-16T01:00:41.000Z | be/src/test/java/academy/softserve/flightbooking/apiconnection/converters/SearchParamsIntoRapidApiRequestStringConverterTest.java | melkiy92/FlightBooking | bd251e2871d44d9d25a7a543e8ff7866d7f870c2 | [
"MIT"
] | null | null | null | 42 | 196 | 0.77629 | 16,376 | package academy.softserve.flightbooking.apiconnection.converters;
import academy.softserve.flightbooking.exceptions.IllegalCabinClassException;
import academy.softserve.flightbooking.exceptions.IllegalDateException;
import academy.softserve.flightbooking.dto.SearchCriterionDTO;
import lombok.extern.slf4j.Slf4j;
import... |
3e26c9eedae6bd433b5ebead6772f6a3062493d8 | 672 | java | Java | saga/15-02-rest-security/src/main/java/rs/saga/service/TeamService.java | sagaspringcourse/springcourse | 7f8ce2a6d571068bf2a003cb7cffa57ac30d7abc | [
"MIT"
] | null | null | null | saga/15-02-rest-security/src/main/java/rs/saga/service/TeamService.java | sagaspringcourse/springcourse | 7f8ce2a6d571068bf2a003cb7cffa57ac30d7abc | [
"MIT"
] | null | null | null | saga/15-02-rest-security/src/main/java/rs/saga/service/TeamService.java | sagaspringcourse/springcourse | 7f8ce2a6d571068bf2a003cb7cffa57ac30d7abc | [
"MIT"
] | null | null | null | 20.69697 | 71 | 0.699854 | 16,377 | package rs.saga.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import rs.saga.dao.ITeamRepo;
import rs.saga.domain.Team;
/**
* @author <a href="mailto:dycjh@example.com">avramovics</a>
* @since 2018-04-24
*/
@Service
public class TeamService i... |
3e26ca40b7ae7d51ed36a9a18ab88a07a4c5900f | 2,978 | java | Java | OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/project/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/UniqueConstraintSourceImpl.java | HerrB92/obp | 31238554ec22a10e56892e987439ded36d671e1e | [
"MIT"
] | null | null | null | OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/project/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/UniqueConstraintSourceImpl.java | HerrB92/obp | 31238554ec22a10e56892e987439ded36d671e1e | [
"MIT"
] | null | null | null | OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/project/hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/UniqueConstraintSourceImpl.java | HerrB92/obp | 31238554ec22a10e56892e987439ded36d671e1e | [
"MIT"
] | 1 | 2022-01-06T09:05:56.000Z | 2022-01-06T09:05:56.000Z | 28.634615 | 99 | 0.703828 | 16,378 | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2011, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Inc.
*
* T... |
3e26cb00c3d4894908bbb1ca05cc555de66fd521 | 6,973 | java | Java | ggc/core/WarehouseManager.java | A-Torrres/Proj-PO-21-22 | 54f1576f9bd4ee8f709a7208ca20b091591e2430 | [
"MIT"
] | null | null | null | ggc/core/WarehouseManager.java | A-Torrres/Proj-PO-21-22 | 54f1576f9bd4ee8f709a7208ca20b091591e2430 | [
"MIT"
] | null | null | null | ggc/core/WarehouseManager.java | A-Torrres/Proj-PO-21-22 | 54f1576f9bd4ee8f709a7208ca20b091591e2430 | [
"MIT"
] | null | null | null | 33.047393 | 118 | 0.768966 | 16,379 | package ggc.core;
//FIXME import classes (cannot import from pt.tecnico or ggc.app)
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.FileInputStream;
import java.io.FileNotF... |
3e26cc2b0b5b025b862ed9c4ca920f331b92b8c8 | 1,781 | java | Java | engine-rest/engine-rest-jaxrs2/src/main/java/org/camunda/bpm/engine/rest/impl/FetchAndLockResult.java | iteratec/camunda-bpm-platform | 5d0279614f9031d92b371c5bb2fbd59f7467e1ca | [
"Apache-2.0"
] | null | null | null | engine-rest/engine-rest-jaxrs2/src/main/java/org/camunda/bpm/engine/rest/impl/FetchAndLockResult.java | iteratec/camunda-bpm-platform | 5d0279614f9031d92b371c5bb2fbd59f7467e1ca | [
"Apache-2.0"
] | null | null | null | engine-rest/engine-rest-jaxrs2/src/main/java/org/camunda/bpm/engine/rest/impl/FetchAndLockResult.java | iteratec/camunda-bpm-platform | 5d0279614f9031d92b371c5bb2fbd59f7467e1ca | [
"Apache-2.0"
] | null | null | null | 31.245614 | 90 | 0.775407 | 16,380 | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... |
3e26cc457ddb764ec5b6ca197010290f567bd606 | 701 | java | Java | src/main/java/com/anthunt/aws/spring/boot/xray/config/AWSXRayTracingDataSource.java | anthunt/spring-boot-aws-xray-sample | 1e8d6972a0958bce959603e5cba00956109a7b1c | [
"Apache-2.0"
] | 11 | 2021-06-10T17:26:22.000Z | 2022-03-04T06:25:40.000Z | src/main/java/com/anthunt/aws/spring/boot/xray/config/AWSXRayTracingDataSource.java | anthunt/spring-boot-aws-xray-sample | 1e8d6972a0958bce959603e5cba00956109a7b1c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/anthunt/aws/spring/boot/xray/config/AWSXRayTracingDataSource.java | anthunt/spring-boot-aws-xray-sample | 1e8d6972a0958bce959603e5cba00956109a7b1c | [
"Apache-2.0"
] | 3 | 2021-01-25T10:05:34.000Z | 2022-03-22T04:49:05.000Z | 25.962963 | 89 | 0.784593 | 16,381 | package com.anthunt.aws.spring.boot.xray.config;
import java.sql.Connection;
import java.sql.SQLException;
import javax.sql.DataSource;
import com.amazonaws.xray.sql.TracingDataSource;
public class AWSXRayTracingDataSource extends TracingDataSource {
public AWSXRayTracingDataSource(DataSource dataSourc... |
3e26cd0be90a9712fb512f68bf12e051d014be7b | 1,290 | java | Java | jessma-project/jessma-ext-rest/src/main/java/org/jessma/ext/rest/Post.java | wlj5240/JessMA | b8c2977b7c29a13c25f4a5431dff003d94c37eb4 | [
"Apache-2.0"
] | 70 | 2015-02-21T17:17:19.000Z | 2021-11-29T12:16:01.000Z | jessma-project/jessma-ext-rest/src/main/java/org/jessma/ext/rest/Post.java | wlj5240/JessMA | b8c2977b7c29a13c25f4a5431dff003d94c37eb4 | [
"Apache-2.0"
] | null | null | null | jessma-project/jessma-ext-rest/src/main/java/org/jessma/ext/rest/Post.java | wlj5240/JessMA | b8c2977b7c29a13c25f4a5431dff003d94c37eb4 | [
"Apache-2.0"
] | 47 | 2015-02-26T06:52:28.000Z | 2022-01-16T08:13:10.000Z | 29.976744 | 75 | 0.727696 | 16,382 | /*
* Copyright Bruce Liang (anpch@example.com)
*
* Version : JessMA 3.5.1
* Author : Bruce Liang
* Website : http://www.jessma.org
* Project : http://www.oschina.net/p/portal-basic
* Blog : http://www.cnblogs.com/ldcsaa
* WeiBo : http://weibo.com/u/1402935851
* QQ Group : 75375912
*
* Licensed under the Apa... |
3e26cd7ac754356e6abf223fad654513671dc169 | 1,762 | java | Java | middle/chapter_001_Multithreading/src/main/java/ru/job4j/pool/ThreadPool.java | JelenaKar/-job4j | df30d357ef93baea44689ff0018481a75d70aaa1 | [
"Apache-2.0"
] | null | null | null | middle/chapter_001_Multithreading/src/main/java/ru/job4j/pool/ThreadPool.java | JelenaKar/-job4j | df30d357ef93baea44689ff0018481a75d70aaa1 | [
"Apache-2.0"
] | 5 | 2020-07-01T18:51:58.000Z | 2022-02-16T01:11:53.000Z | middle/chapter_001_Multithreading/src/main/java/ru/job4j/pool/ThreadPool.java | JelenaKar/-job4j | df30d357ef93baea44689ff0018481a75d70aaa1 | [
"Apache-2.0"
] | 1 | 2021-06-18T23:49:50.000Z | 2021-06-18T23:49:50.000Z | 27.2 | 73 | 0.58371 | 16,383 | package ru.job4j.pool;
import ru.job4j.concurrent.SimpleBlockingQueue;
import java.util.LinkedList;
import java.util.List;
import java.util.stream.IntStream;
/**
* Простейшая реализация пула потоков.
*
* @author Elena Kartashova (efpyi@example.com)
* @version 1$
* @since 0.1
*/
public class ThreadPool {
pr... |
3e26cdad20b64e20554cdf46f8032b26f32c411b | 4,036 | java | Java | embeddingapi/webapi-embeddingapi-xwalk-tests/src/org/xwalk/embedding/test/XWalkResourceClientTest.java | xiaojunwu/crosswalk-test-suite | 68621d9905d4797f2a074a5c694b924c327c3c69 | [
"BSD-3-Clause"
] | null | null | null | embeddingapi/webapi-embeddingapi-xwalk-tests/src/org/xwalk/embedding/test/XWalkResourceClientTest.java | xiaojunwu/crosswalk-test-suite | 68621d9905d4797f2a074a5c694b924c327c3c69 | [
"BSD-3-Clause"
] | null | null | null | embeddingapi/webapi-embeddingapi-xwalk-tests/src/org/xwalk/embedding/test/XWalkResourceClientTest.java | xiaojunwu/crosswalk-test-suite | 68621d9905d4797f2a074a5c694b924c327c3c69 | [
"BSD-3-Clause"
] | null | null | null | 31.53125 | 107 | 0.542616 | 16,384 | // Copyright (c) 2014 Intel Corporation. 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.xwalk.embedding.test;
import org.xwalk.core.XWalkResourceClient;
import org.xwalk.embedding.base.XWalkViewTestBase;
import android.test.sui... |
3e26ceb71dd88d09019847bf4448da76e58eeb4d | 705 | java | Java | src/test/java/leetcode/oo/arrays/KthMissingPositiveTestCase.java | strogiyotec/leetcode-oo | dee7a2241338ed328a0736f9d0b08fb85ae2a435 | [
"MIT"
] | 4 | 2021-02-14T03:25:43.000Z | 2021-05-03T16:51:47.000Z | src/test/java/leetcode/oo/arrays/KthMissingPositiveTestCase.java | strogiyotec/leetcode-oo | dee7a2241338ed328a0736f9d0b08fb85ae2a435 | [
"MIT"
] | 1 | 2020-10-13T18:00:37.000Z | 2020-10-13T18:00:37.000Z | src/test/java/leetcode/oo/arrays/KthMissingPositiveTestCase.java | strogiyotec/leetcode-oo | dee7a2241338ed328a0736f9d0b08fb85ae2a435 | [
"MIT"
] | 1 | 2021-02-15T14:26:56.000Z | 2021-02-15T14:26:56.000Z | 20.142857 | 66 | 0.540426 | 16,385 | package leetcode.oo.arrays;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
public final class KthMissingPositiveTestCase {
private KthMissingPositive alg;
/**
* Init.
*/
@Before
public void init() {
this.alg = new KthMissingPositive();
}
@Test
... |
3e26cf757687e5191967fa403178a5323a4a38dc | 1,275 | java | Java | examples/Accessibility/src/accessibility/SamePackage.java | erizzolo/Java-examples | 1a3b0e0724c2350c3d7c9766b8c0a4bc0f74d8a4 | [
"MIT"
] | 3 | 2020-09-29T17:07:26.000Z | 2020-12-04T08:40:00.000Z | examples/Accessibility/src/accessibility/SamePackage.java | erizzolo/Java-examples | 1a3b0e0724c2350c3d7c9766b8c0a4bc0f74d8a4 | [
"MIT"
] | null | null | null | examples/Accessibility/src/accessibility/SamePackage.java | erizzolo/Java-examples | 1a3b0e0724c2350c3d7c9766b8c0a4bc0f74d8a4 | [
"MIT"
] | null | null | null | 36.428571 | 128 | 0.641569 | 16,386 | package accessibility;
/**
*
* @author emanuele
*/
public class SamePackage {
public SamePackage() {
test();
}
public static void test() {
System.out.println("");
System.out.println("Test from the another class in the same package (any class in THE package derived from any clas... |
3e26d1733102c4efa05beccaa63bd0d9edd52262 | 949 | java | Java | language/cypher/src/main/java/com/neueda/jetbrains/plugin/graphdb/language/cypher/file/CypherFile.java | i-Taozi/jetbrains-plugin-graph-database-support | 104fc988b6e0afac55a1620879d1a818c8f038a9 | [
"Apache-2.0"
] | 202 | 2016-06-24T12:30:25.000Z | 2022-03-29T09:29:57.000Z | language/cypher/src/main/java/com/neueda/jetbrains/plugin/graphdb/language/cypher/file/CypherFile.java | i-Taozi/jetbrains-plugin-graph-database-support | 104fc988b6e0afac55a1620879d1a818c8f038a9 | [
"Apache-2.0"
] | 105 | 2016-06-29T16:56:00.000Z | 2022-02-18T11:20:35.000Z | language/cypher/src/main/java/com/neueda/jetbrains/plugin/graphdb/language/cypher/file/CypherFile.java | i-Taozi/jetbrains-plugin-graph-database-support | 104fc988b6e0afac55a1620879d1a818c8f038a9 | [
"Apache-2.0"
] | 55 | 2016-11-30T22:16:20.000Z | 2022-03-16T06:02:54.000Z | 23.8 | 74 | 0.723739 | 16,387 | package com.neueda.jetbrains.plugin.graphdb.language.cypher.file;
import com.intellij.extapi.psi.PsiFileBase;
import com.intellij.openapi.fileTypes.FileType;
import com.intellij.psi.FileViewProvider;
import com.neueda.jetbrains.plugin.graphdb.language.cypher.CypherLanguage;
import org.jetbrains.annotations.NotNull;
im... |
3e26d1819188daa5d4aef000e046a48fd5c13b47 | 9,014 | java | Java | bdnav-web/client-web/src/main/java/com/bdxh/client/configration/security/filter/MyAuthenticationFilter.java | jiageh08/tea-springboot | 91892209a70b93e90eaee0a01a4f71e188f4a61a | [
"Apache-2.0"
] | 1 | 2019-09-28T06:31:00.000Z | 2019-09-28T06:31:00.000Z | bdnav-web/client-web/src/main/java/com/bdxh/client/configration/security/filter/MyAuthenticationFilter.java | jiageh08/tea-springboot | 91892209a70b93e90eaee0a01a4f71e188f4a61a | [
"Apache-2.0"
] | 5 | 2020-03-04T23:19:32.000Z | 2021-06-04T22:02:09.000Z | bdnav-web/client-web/src/main/java/com/bdxh/client/configration/security/filter/MyAuthenticationFilter.java | jiageh08/tea-springboot | 91892209a70b93e90eaee0a01a4f71e188f4a61a | [
"Apache-2.0"
] | 1 | 2021-01-10T11:07:05.000Z | 2021-01-10T11:07:05.000Z | 61.319728 | 237 | 0.68671 | 16,388 | package com.bdxh.client.configration.security.filter;
import com.alibaba.fastjson.JSON;
import com.bdxh.client.configration.redis.RedisUtil;
import com.bdxh.client.configration.security.properties.SecurityConstant;
import com.bdxh.client.configration.security.userdetail.MyUserDetails;
import com.bdxh.common.utils.Date... |
3e26d28759d3d923aafb459d931c1bf2f2bf13ca | 286 | java | Java | dist-sql/src/main/java/me/test/dist/sql/jpa/d2/repository/UserRepository.java | yaowfhhuc/dist | 21a36779c57a31463ce7641e66df49c2b9ac591b | [
"MIT"
] | 1 | 2019-01-11T01:04:53.000Z | 2019-01-11T01:04:53.000Z | dist-sql/src/main/java/me/test/dist/sql/jpa/d2/repository/UserRepository.java | yaowfhhuc/dist | 21a36779c57a31463ce7641e66df49c2b9ac591b | [
"MIT"
] | null | null | null | dist-sql/src/main/java/me/test/dist/sql/jpa/d2/repository/UserRepository.java | yaowfhhuc/dist | 21a36779c57a31463ce7641e66df49c2b9ac591b | [
"MIT"
] | 1 | 2018-06-15T10:42:09.000Z | 2018-06-15T10:42:09.000Z | 23.833333 | 69 | 0.821678 | 16,389 | package me.test.dist.sql.jpa.d2.repository;
import me.test.dist.sql.jpa.d2.pojo.User;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface UserRepository extends JpaRepository<User,Integer> {
}
|
3e26d294221e8e1b4db7d8a6dacd7ac8709ad586 | 4,868 | java | Java | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/java/org/kie/workbench/common/stunner/bpmn/client/components/palette/BPMNCategoryDefinitionProvider.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 34 | 2017-05-21T11:28:40.000Z | 2021-07-03T13:15:03.000Z | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/java/org/kie/workbench/common/stunner/bpmn/client/components/palette/BPMNCategoryDefinitionProvider.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 2,576 | 2017-03-14T00:57:07.000Z | 2022-03-29T07:52:38.000Z | kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/java/org/kie/workbench/common/stunner/bpmn/client/components/palette/BPMNCategoryDefinitionProvider.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 158 | 2017-03-15T08:55:40.000Z | 2021-11-19T14:07:17.000Z | 56.604651 | 141 | 0.672145 | 16,390 | /*
* Copyright 2018 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e26d354fd946b27648999421d9982a55d119dfa | 3,906 | java | Java | activemq-jmdns_1.0/src/main/java/org/apache/activemq/jmdns/DNSState.java | splatch/activemq | 667f26a1553b85c1510bf4c99723811f7b75b09b | [
"Apache-2.0"
] | 1 | 2018-12-16T21:35:21.000Z | 2018-12-16T21:35:21.000Z | activemq-jmdns_1.0/src/main/java/org/apache/activemq/jmdns/DNSState.java | seijoed/activemq | fb6c2da31d2da4b05a7cd403e3674c5bf97e2af4 | [
"Apache-2.0"
] | null | null | null | activemq-jmdns_1.0/src/main/java/org/apache/activemq/jmdns/DNSState.java | seijoed/activemq | fb6c2da31d2da4b05a7cd403e3674c5bf97e2af4 | [
"Apache-2.0"
] | null | null | null | 31.248 | 93 | 0.665387 | 16,391 | /**
* Copyright 2003-2005 Arthur van Hoff, Rick Blair
*
* 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 A... |
3e26d38fb1d5d938b8077f835d4b7d0a7c9c0aed | 10,180 | java | Java | Application/build/generated/source/r/debug/com/google/android/gms/R.java | ifriedman/XYZTouristAttractions | 1b4378b3ff1e1706436071e323ddc7d7854be8d8 | [
"Apache-2.0"
] | null | null | null | Application/build/generated/source/r/debug/com/google/android/gms/R.java | ifriedman/XYZTouristAttractions | 1b4378b3ff1e1706436071e323ddc7d7854be8d8 | [
"Apache-2.0"
] | null | null | null | Application/build/generated/source/r/debug/com/google/android/gms/R.java | ifriedman/XYZTouristAttractions | 1b4378b3ff1e1706436071e323ddc7d7854be8d8 | [
"Apache-2.0"
] | null | null | null | 66.103896 | 325 | 0.744401 | 16,392 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.google.android.gms;
public final class R {
public static final class attr {
public static final int a... |
3e26d3eacdfb3d2c0972aa1260584fb41c34a788 | 2,542 | java | Java | FairyPlugin/src/main/java/com/limpoxe/fairy/core/bridge/PluginShadowService.java | jason0539/Android-Plugin-Framework | 8e97d01f4818d701d1a85c87898b0c0337977521 | [
"MIT"
] | 1,800 | 2015-05-05T03:09:22.000Z | 2022-03-30T11:15:32.000Z | FairyPlugin/src/main/java/com/limpoxe/fairy/core/bridge/PluginShadowService.java | jason0539/Android-Plugin-Framework | 8e97d01f4818d701d1a85c87898b0c0337977521 | [
"MIT"
] | 87 | 2015-07-15T06:23:45.000Z | 2022-03-26T18:32:01.000Z | FairyPlugin/src/main/java/com/limpoxe/fairy/core/bridge/PluginShadowService.java | jason0539/Android-Plugin-Framework | 8e97d01f4818d701d1a85c87898b0c0337977521 | [
"MIT"
] | 538 | 2015-05-05T06:09:26.000Z | 2022-03-25T21:36:59.000Z | 28.561798 | 97 | 0.755311 | 16,393 | package com.limpoxe.fairy.core.bridge;
import android.app.Application;
import android.app.Service;
import android.content.Context;
import android.content.Intent;
import android.os.IBinder;
import com.limpoxe.fairy.core.PluginInjector;
import com.limpoxe.fairy.core.PluginIntentResolver;
import com.limpoxe.fairy.core.P... |
3e26d41936ee872444dda4ef687f5a741c907dad | 3,833 | java | Java | src/main/java/datastructures/graph/PrimsAlgorithm.java | kushal-r/coding-interview | ad2514512b2d1ad65648f90155cfdcdd10e3e8a1 | [
"MIT"
] | null | null | null | src/main/java/datastructures/graph/PrimsAlgorithm.java | kushal-r/coding-interview | ad2514512b2d1ad65648f90155cfdcdd10e3e8a1 | [
"MIT"
] | null | null | null | src/main/java/datastructures/graph/PrimsAlgorithm.java | kushal-r/coding-interview | ad2514512b2d1ad65648f90155cfdcdd10e3e8a1 | [
"MIT"
] | null | null | null | 29.484615 | 109 | 0.636055 | 16,394 | package datastructures.graph;
import java.util.Comparator;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.PriorityQueue;
import java.util.Queue;
import java.util.Set;
/**
* Given a undirected connected graph G(V,E), a spanning tree of the graph is a tree which
* connects ... |
3e26d4955b2bed3454bc1a3e68064c23406d76af | 1,643 | java | Java | Java/Eta/Core/src/main/java/com/thomsonreuters/upa/codec/LocalFieldSetDefDb.java | etherscan-io/Real-Time-SDK | 916573d571bc92ba8ab637bd5697a693097d2fa9 | [
"Apache-2.0"
] | null | null | null | Java/Eta/Core/src/main/java/com/thomsonreuters/upa/codec/LocalFieldSetDefDb.java | etherscan-io/Real-Time-SDK | 916573d571bc92ba8ab637bd5697a693097d2fa9 | [
"Apache-2.0"
] | null | null | null | Java/Eta/Core/src/main/java/com/thomsonreuters/upa/codec/LocalFieldSetDefDb.java | etherscan-io/Real-Time-SDK | 916573d571bc92ba8ab637bd5697a693097d2fa9 | [
"Apache-2.0"
] | 1 | 2020-09-05T13:32:08.000Z | 2020-09-05T13:32:08.000Z | 27.847458 | 79 | 0.650639 | 16,395 | package com.thomsonreuters.upa.codec;
/**
* Local Message Field List Set Definitions Database that can groups
* FieldListSet definitions together.
* <p>
* Using a database can be helpful when the content leverages multiple
* definitions; the database provides an easy way to pass around all set
* definitions nece... |
3e26d4c70477be9ca7ad4a8b94b121ccf36f962b | 4,009 | java | Java | taverna-wsdl-activity-ui/src/main/java/org/apache/taverna/activities/wsdl/views/WSDLActivityContextualView.java | apache/incubator-taverna-workbench-common-activities | d73572626300330d545c104651c91eeb0046baa9 | [
"Apache-2.0"
] | 5 | 2016-03-18T15:55:32.000Z | 2021-11-10T19:39:29.000Z | taverna-wsdl-activity-ui/src/main/java/org/apache/taverna/activities/wsdl/views/WSDLActivityContextualView.java | apache/incubator-taverna-workbench-common-activities | d73572626300330d545c104651c91eeb0046baa9 | [
"Apache-2.0"
] | null | null | null | taverna-wsdl-activity-ui/src/main/java/org/apache/taverna/activities/wsdl/views/WSDLActivityContextualView.java | apache/incubator-taverna-workbench-common-activities | d73572626300330d545c104651c91eeb0046baa9 | [
"Apache-2.0"
] | 10 | 2015-12-12T01:47:04.000Z | 2021-11-10T19:39:19.000Z | 37.12037 | 103 | 0.792467 | 16,396 | /*
* 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 not ... |
3e26d4f4e70cf27674d36fbd815d70929d8d87d7 | 28,306 | java | Java | src/main/java/com/mixpanel/android/mpmetrics/PersistentIdentity.java | koreacreditdata/mixpanel-android | 05f392991303344ada72b8460dedc5279f4f0f9a | [
"Apache-2.0"
] | 903 | 2015-01-09T05:04:17.000Z | 2022-03-30T07:12:25.000Z | src/main/java/com/mixpanel/android/mpmetrics/PersistentIdentity.java | koreacreditdata/mixpanel-android | 05f392991303344ada72b8460dedc5279f4f0f9a | [
"Apache-2.0"
] | 497 | 2015-01-05T12:22:31.000Z | 2022-03-09T01:17:31.000Z | src/main/java/com/mixpanel/android/mpmetrics/PersistentIdentity.java | koreacreditdata/mixpanel-android | 05f392991303344ada72b8460dedc5279f4f0f9a | [
"Apache-2.0"
] | 337 | 2015-01-26T12:31:14.000Z | 2022-03-29T12:17:58.000Z | 39.53352 | 219 | 0.618561 | 16,397 | package com.mixpanel.android.mpmetrics;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
import java.util.StringTokenizer;
import java.util.UUID;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
import org.json.JSONException;
impor... |
3e26d62b6e6dea734da49de45e53f1dd00b91d2d | 3,410 | java | Java | codes/fib-boot/fib-application/fib-msg-converter/src/main/java/com/fib/msgconverter/commgateway/dao/commlog/dao/CommLog.java | yonghong915/fib | fe902c21f583cd8fd778faac4887ccbff3c5c12c | [
"Apache-2.0"
] | null | null | null | codes/fib-boot/fib-application/fib-msg-converter/src/main/java/com/fib/msgconverter/commgateway/dao/commlog/dao/CommLog.java | yonghong915/fib | fe902c21f583cd8fd778faac4887ccbff3c5c12c | [
"Apache-2.0"
] | 7 | 2021-05-18T20:47:57.000Z | 2022-03-21T01:35:22.000Z | codes/fib-boot/fib-application/fib-msg-converter/src/main/java/com/fib/msgconverter/commgateway/dao/commlog/dao/CommLog.java | yonghong915/fib | fe902c21f583cd8fd778faac4887ccbff3c5c12c | [
"Apache-2.0"
] | null | null | null | 17.309645 | 67 | 0.735191 | 16,398 | package com.fib.msgconverter.commgateway.dao.commlog.dao;
import java.math.BigDecimal;
public class CommLog {
public CommLog() {
}
// ID
private String id;
// 所属网关ID
private String gatewayId;
// 外部流水号
// private String externalSerialNum;
// 开始日期
private String startDate;
// 开始时间
private String start... |
3e26d6b6d46a7bcaed33f5e39e342c761602a447 | 1,783 | java | Java | streamsuite/src/main/java/com/huawei/streaming/cql/CQLResult.java | ucarGroup/poseidonX | fec90db846cf829fd1d608fe628cfa7b896b5dc4 | [
"Apache-2.0"
] | 71 | 2018-07-18T03:00:41.000Z | 2021-11-19T09:23:34.000Z | cql/src/main/java/com/huawei/streaming/cql/CQLResult.java | QiangCai/StreamCQL | f5a809c97cb6599ab0e18beb88fb98264c588b39 | [
"Apache-2.0"
] | 2 | 2019-02-12T05:04:13.000Z | 2019-03-07T07:41:27.000Z | cql/src/main/java/com/huawei/streaming/cql/CQLResult.java | QiangCai/StreamCQL | f5a809c97cb6599ab0e18beb88fb98264c588b39 | [
"Apache-2.0"
] | 44 | 2018-07-18T03:00:47.000Z | 2021-11-19T09:23:36.000Z | 22.858974 | 75 | 0.637689 | 16,399 | /**
* 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... |
3e26d7610826141834bc36d636ec81952cbe99e2 | 332 | java | Java | src/main/java/by/ladyka/club/repository/menu/MenuItemPriceHasOrdersRepository.java | republicclub/site-engine-of-some-nightclub | 00db7000101aea5328f3471dfe846652c657e8b7 | [
"MIT"
] | 1 | 2020-09-02T13:46:19.000Z | 2020-09-02T13:46:19.000Z | src/main/java/by/ladyka/club/repository/menu/MenuItemPriceHasOrdersRepository.java | republicclub/site-engine-of-some-nightclub | 00db7000101aea5328f3471dfe846652c657e8b7 | [
"MIT"
] | null | null | null | src/main/java/by/ladyka/club/repository/menu/MenuItemPriceHasOrdersRepository.java | republicclub/site-engine-of-some-nightclub | 00db7000101aea5328f3471dfe846652c657e8b7 | [
"MIT"
] | null | null | null | 33.2 | 104 | 0.861446 | 16,400 | package by.ladyka.club.repository.menu;
import by.ladyka.club.entity.menu.MenuItemPricesHasOrders;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface MenuItemPriceHasOrdersRepository extends JpaRepository<MenuItemPricesHasOrders... |
3e26d76172c8b3517d7c50d30127acc855dfa209 | 1,746 | java | Java | VertxSparrow/src/main/java/vn/sparrow/vertx/common/da/DataSourceProviderImpl.java | billhcmus/java-projects | 270625b6a9caa798f18bc021ecd04f3657f0be4f | [
"MIT"
] | null | null | null | VertxSparrow/src/main/java/vn/sparrow/vertx/common/da/DataSourceProviderImpl.java | billhcmus/java-projects | 270625b6a9caa798f18bc021ecd04f3657f0be4f | [
"MIT"
] | 6 | 2021-12-14T20:52:55.000Z | 2022-01-23T09:28:21.000Z | VertxSparrow/src/main/java/vn/sparrow/vertx/common/da/DataSourceProviderImpl.java | billhcmus/java-sparrow | 1c5fc8a87ade6d3dae5dbf3c9f9302edc90a4b38 | [
"MIT"
] | null | null | null | 37.956522 | 97 | 0.778351 | 16,401 | package vn.sparrow.vertx.common.da;
import com.zaxxer.hikari.HikariConfig;
import com.zaxxer.hikari.HikariDataSource;
import io.vertx.core.Vertx;
import io.vertx.ext.jdbc.JDBCClient;
import io.vertx.ext.sql.SQLClient;
import io.vertx.micrometer.backends.BackendRegistries;
import vn.sparrow.vertx.config.MySQLConfig;
i... |
3e26d785d81b7182178406a5549420dd8b20e7ed | 1,501 | java | Java | habitaciones-01-logic/src/main/java/co/edu/uniandes/csw/habitaciones/persistence/MultaPersistence.java | Uniandes-isis2603/habitaciones_01 | ad035f03509588bcafcba71dc6cb3fa03348a905 | [
"MIT"
] | null | null | null | habitaciones-01-logic/src/main/java/co/edu/uniandes/csw/habitaciones/persistence/MultaPersistence.java | Uniandes-isis2603/habitaciones_01 | ad035f03509588bcafcba71dc6cb3fa03348a905 | [
"MIT"
] | null | null | null | habitaciones-01-logic/src/main/java/co/edu/uniandes/csw/habitaciones/persistence/MultaPersistence.java | Uniandes-isis2603/habitaciones_01 | ad035f03509588bcafcba71dc6cb3fa03348a905 | [
"MIT"
] | null | null | null | 33.355556 | 71 | 0.714857 | 16,402 | /*
* Copyright (C) 2017 c.penaloza.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This... |
3e26d82986be7347169fa8af078cd9cc297942ab | 2,318 | java | Java | hyracks-fullstack/hyracks/hyracks-storage-am-rtree/src/main/java/org/apache/hyracks/storage/am/rtree/impls/IntegerPrimitiveValueProviderFactory.java | simon-dew/asterixdb | 81c3249322957be261cd99bf7d6b464fcb4a3bbd | [
"Apache-2.0"
] | null | null | null | hyracks-fullstack/hyracks/hyracks-storage-am-rtree/src/main/java/org/apache/hyracks/storage/am/rtree/impls/IntegerPrimitiveValueProviderFactory.java | simon-dew/asterixdb | 81c3249322957be261cd99bf7d6b464fcb4a3bbd | [
"Apache-2.0"
] | 1 | 2019-01-15T20:52:21.000Z | 2019-01-28T05:51:41.000Z | hyracks-fullstack/hyracks/hyracks-storage-am-rtree/src/main/java/org/apache/hyracks/storage/am/rtree/impls/IntegerPrimitiveValueProviderFactory.java | prestoncarman/incubator-asterixdb | 013b4a431774b3b97275ad308dd3100dd1ab480e | [
"Apache-2.0"
] | 1 | 2021-07-21T13:32:56.000Z | 2021-07-21T13:32:56.000Z | 39.965517 | 115 | 0.762295 | 16,403 | /*
* 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 ... |
3e26d913458d3a0c5e46d9e9191173230816eba6 | 3,051 | java | Java | org.coreasm.eclipse/src/org/coreasm/eclipse/debug/core/model/ASMVariable.java | CoreASM/coreasm.core | 7c119d934d50bf86dd04982c6b9906f6dc5a879c | [
"AFL-3.0"
] | 20 | 2015-03-12T18:14:56.000Z | 2021-09-21T16:23:54.000Z | org.coreasm.eclipse/src/org/coreasm/eclipse/debug/core/model/ASMVariable.java | CoreASM/coreasm.core | 7c119d934d50bf86dd04982c6b9906f6dc5a879c | [
"AFL-3.0"
] | 18 | 2015-01-15T17:48:19.000Z | 2019-04-17T19:42:59.000Z | org.coreasm.eclipse/src/org/coreasm/eclipse/debug/core/model/ASMVariable.java | CoreASM/coreasm.core | 7c119d934d50bf86dd04982c6b9906f6dc5a879c | [
"AFL-3.0"
] | 7 | 2016-06-06T08:17:04.000Z | 2021-08-24T16:36:43.000Z | 28.514019 | 275 | 0.73648 | 16,404 | package org.coreasm.eclipse.debug.core.model;
import org.coreasm.eclipse.engine.debugger.EngineDebugger;
import org.coreasm.engine.absstorage.BooleanBackgroundElement;
import org.coreasm.engine.absstorage.FunctionElement;
import org.eclipse.debug.core.DebugException;
import org.eclipse.debug.core.model.IValue;
import ... |
3e26da59af9f7cc13954229d2fc37126f1251abf | 10,939 | java | Java | activiti-api-impl/activiti-api-task-runtime-impl/src/main/java/org/activiti/runtime/api/impl/TaskRuntimeHelper.java | haloer111/Activiti | 48b62c18fa1e769c9c5ef54da9c0f695ba423c2b | [
"Apache-2.0"
] | 3 | 2019-03-15T06:08:40.000Z | 2019-04-24T01:57:51.000Z | activiti-api-impl/activiti-api-task-runtime-impl/src/main/java/org/activiti/runtime/api/impl/TaskRuntimeHelper.java | FengtianJiao/Activiti | f1b028677da00e1d5e502e86e2e57383d153ae45 | [
"Apache-2.0"
] | 2 | 2019-03-09T07:19:09.000Z | 2019-03-09T08:59:00.000Z | activiti-api-impl/activiti-api-task-runtime-impl/src/main/java/org/activiti/runtime/api/impl/TaskRuntimeHelper.java | FengtianJiao/Activiti | f1b028677da00e1d5e502e86e2e57383d153ae45 | [
"Apache-2.0"
] | 5 | 2019-07-13T17:43:33.000Z | 2020-10-12T09:18:48.000Z | 42.399225 | 204 | 0.61651 | 16,405 | package org.activiti.runtime.api.impl;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import org.activiti.api.runtime.shared.NotFoundException;
import org.activiti.api.runtime.shared.identity.UserGroupManager;
import org.activiti.api.runtime.shared.security.SecurityManager;
import org.activiti... |
3e26da880a46f082d4994ad7bd3b700adba9ccf6 | 923 | java | Java | akkaStreamsModelServer/src/main/java/com/lightbend/java/akkastreams/modelserver/actors/presistence/ExecutionState.java | premsagarreddy/Kafka_streams_lightbend | f46cd1d46bee529ef140279276639e4c121ad3bf | [
"Apache-2.0"
] | 215 | 2018-02-05T21:10:27.000Z | 2022-02-05T06:59:39.000Z | akkaStreamsModelServer/src/main/java/com/lightbend/java/akkastreams/modelserver/actors/presistence/ExecutionState.java | premsagarreddy/Kafka_streams_lightbend | f46cd1d46bee529ef140279276639e4c121ad3bf | [
"Apache-2.0"
] | 12 | 2018-02-20T00:35:43.000Z | 2018-11-24T01:11:01.000Z | akkaStreamsModelServer/src/main/java/com/lightbend/java/akkastreams/modelserver/actors/presistence/ExecutionState.java | premsagarreddy/Kafka_streams_lightbend | f46cd1d46bee529ef140279276639e4c121ad3bf | [
"Apache-2.0"
] | 79 | 2018-02-01T21:24:01.000Z | 2022-01-28T12:48:20.000Z | 27.969697 | 89 | 0.729144 | 16,406 | package com.lightbend.java.akkastreams.modelserver.actors.presistence;
import com.lightbend.java.model.Model;
import com.lightbend.java.model.ModelServingInfo;
import java.util.Optional;
/**
* Holds the state information that we persist for quick recovery.
* This state optionally includes the current {@link com.li... |
3e26db20c8c3ef901a8a9409b3fa6b713ddec805 | 3,635 | java | Java | se.bluebrim.view/src/main/java/se/bluebrim/view/zoom/ScaleMenu.java | goranstack/jfreeview | 1f47831c8fb270a79fc8134eebbca34671434845 | [
"Apache-2.0"
] | null | null | null | se.bluebrim.view/src/main/java/se/bluebrim/view/zoom/ScaleMenu.java | goranstack/jfreeview | 1f47831c8fb270a79fc8134eebbca34671434845 | [
"Apache-2.0"
] | null | null | null | se.bluebrim.view/src/main/java/se/bluebrim/view/zoom/ScaleMenu.java | goranstack/jfreeview | 1f47831c8fb270a79fc8134eebbca34671434845 | [
"Apache-2.0"
] | null | null | null | 30.041322 | 110 | 0.697387 | 16,407 | package se.bluebrim.view.zoom;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/**
* Adds menu items to the specified menu in the contructor. Updates menu items
* with current state in the ZoomController. ScaleMenu handles both JMenu and JPopupMenu.
*
* @author G Stack
*/
public cl... |
3e26dc01a67e8e905c960ffa917917a73127b1a6 | 9,114 | java | Java | src/main/java/stanhebben/zenscript/type/ZenTypeAny.java | eutropius225/ZenScript | beb7f7528fbb0494706ac6b05e072966510c0d11 | [
"MIT"
] | 47 | 2018-02-20T05:31:16.000Z | 2022-02-22T19:21:53.000Z | src/main/java/stanhebben/zenscript/type/ZenTypeAny.java | eutropius225/ZenScript | beb7f7528fbb0494706ac6b05e072966510c0d11 | [
"MIT"
] | 17 | 2018-03-04T08:39:07.000Z | 2021-10-31T01:43:47.000Z | src/main/java/stanhebben/zenscript/type/ZenTypeAny.java | eutropius225/ZenScript | beb7f7528fbb0494706ac6b05e072966510c0d11 | [
"MIT"
] | 26 | 2018-03-01T17:09:25.000Z | 2022-02-22T19:21:56.000Z | 45.118812 | 181 | 0.695962 | 16,408 | package stanhebben.zenscript.type;
import org.objectweb.asm.Type;
import stanhebben.zenscript.annotations.*;
import stanhebben.zenscript.compiler.*;
import stanhebben.zenscript.expression.*;
import stanhebben.zenscript.expression.partial.IPartialExpression;
import stanhebben.zenscript.type.casting.*;
import stanhebben... |
3e26dc49e3b0247558f60279228e7882dd8abc3d | 1,283 | java | Java | src/main/java/com/buck/jsql/reflection/StringHelper.java | rbuck/jsql | 2fc108afb1c5b061e62db4222b8e5cb50a5a4eac | [
"Apache-2.0"
] | 1 | 2021-07-24T07:52:32.000Z | 2021-07-24T07:52:32.000Z | src/main/java/com/buck/jsql/reflection/StringHelper.java | rbuck/jsql | 2fc108afb1c5b061e62db4222b8e5cb50a5a4eac | [
"Apache-2.0"
] | null | null | null | src/main/java/com/buck/jsql/reflection/StringHelper.java | rbuck/jsql | 2fc108afb1c5b061e62db4222b8e5cb50a5a4eac | [
"Apache-2.0"
] | null | null | null | 32.075 | 103 | 0.692128 | 16,409 | /*
* Copyright 2010-2013 Robert J. Buck
*
* 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 ag... |
3e26dd4065b3457d0f057c2979bcc0b65b576289 | 3,775 | java | Java | src/YaoGC/AESComponents/InvMAP.java | hptoxic/code | 27d3fc8985e3382090240cf97d664a92b9eab6c0 | [
"MIT"
] | 2 | 2016-10-29T10:01:50.000Z | 2017-12-19T00:20:43.000Z | src/YaoGC/AESComponents/InvMAP.java | hptoxic/code | 27d3fc8985e3382090240cf97d664a92b9eab6c0 | [
"MIT"
] | null | null | null | src/YaoGC/AESComponents/InvMAP.java | hptoxic/code | 27d3fc8985e3382090240cf97d664a92b9eab6c0 | [
"MIT"
] | null | null | null | 39.34375 | 79 | 0.666402 | 16,410 | // Copyright (C) 2010 by Yan Huang <upchh@example.com>
package YaoGC.AESComponents;
import YaoGC.CompositeCircuit;
import YaoGC.XOR_2_1;
import YaoGC.XOR_L_1;
class InvMAP extends CompositeCircuit {
private static final byte A = 0;
private static final byte B = 1;
private static final byte a0 = 2;
pr... |
3e26dd639a171b67d0461193b1e99ed862717fa0 | 287 | java | Java | src/main/resources/docs/tests/category_java_bestpractices_UseVarargs.java | codacy/codacy-pmdJava | 4283a955d0b0d042fa6586cd950b303f2c5987e9 | [
"Apache-2.0"
] | 1 | 2021-05-19T02:05:55.000Z | 2021-05-19T02:05:55.000Z | src/main/resources/docs/tests/category_java_bestpractices_UseVarargs.java | codacy/codacy-pmdJava | 4283a955d0b0d042fa6586cd950b303f2c5987e9 | [
"Apache-2.0"
] | 33 | 2015-09-20T22:21:04.000Z | 2020-07-06T08:38:03.000Z | src/main/resources/docs/tests/category_java_bestpractices_UseVarargs.java | codacy/codacy-pmdJava | 4283a955d0b0d042fa6586cd950b303f2c5987e9 | [
"Apache-2.0"
] | 9 | 2016-02-26T01:53:57.000Z | 2018-10-12T05:52:14.000Z | 22.076923 | 51 | 0.630662 | 16,411 | //#Patterns: category_java_bestpractices_UseVarargs
public class Foo {
//#Warn: category_java_bestpractices_UseVarargs
void fooo(String s, Object[] args) {
// Do something here...
}
public void fooozz(String s, Object... args) {
int i = 0;
i++;
}
}
|
3e26dd9373e7b1ac1a4166e8207108f047263111 | 945 | java | Java | domain/use_cases/travels_history_manager/history/UpdateTravelHistory.java | jacksonsr45/TravelAndCashControl | ecfd8ee8685ddb06d74d457fb0085dc99fdf6a64 | [
"MIT"
] | null | null | null | domain/use_cases/travels_history_manager/history/UpdateTravelHistory.java | jacksonsr45/TravelAndCashControl | ecfd8ee8685ddb06d74d457fb0085dc99fdf6a64 | [
"MIT"
] | null | null | null | domain/use_cases/travels_history_manager/history/UpdateTravelHistory.java | jacksonsr45/TravelAndCashControl | ecfd8ee8685ddb06d74d457fb0085dc99fdf6a64 | [
"MIT"
] | null | null | null | 45 | 109 | 0.772487 | 16,412 | package domain.use_cases.travels_history_manager.history;
import domain.entity.TravelHistoryEntity;
import domain.gateway.TravelHistoryInterface;
import domain.presenter.TravelHistoryPresenterInterface;
import domain.requests.UpdateTravelHistoryRequest;
public class UpdateTravelHistory extends UpdateTravelHistoryFact... |
3e26ddd5d86719e897fbb11c479eed74ff865d30 | 1,081 | java | Java | src/com/adam/test/KidsWithCandies.java | martrics/leetcode | 9e0afbd1b14817c57880cf050a35b8dd951846eb | [
"MIT"
] | null | null | null | src/com/adam/test/KidsWithCandies.java | martrics/leetcode | 9e0afbd1b14817c57880cf050a35b8dd951846eb | [
"MIT"
] | null | null | null | src/com/adam/test/KidsWithCandies.java | martrics/leetcode | 9e0afbd1b14817c57880cf050a35b8dd951846eb | [
"MIT"
] | null | null | null | 27.717949 | 80 | 0.480111 | 16,413 | package com.adam.test;
import java.util.ArrayList;
import java.util.List;
public class KidsWithCandies {
public static void main(String[] args){
int[] candies = new int[]{2,3,5,1,3};
int extraCandies = 3;
Solution solution = new Solution();
List<Boolean> result = soluti... |
3e26df0f1a9fad6028293a9f60c813bea871118d | 589 | java | Java | Application/src/main/java/com/example/android/common/chess/Bishop.java | JakubFlasinski/androidBlutututu | d2399389e940f211c10c54b9a24da4c025c1939f | [
"Apache-2.0"
] | null | null | null | Application/src/main/java/com/example/android/common/chess/Bishop.java | JakubFlasinski/androidBlutututu | d2399389e940f211c10c54b9a24da4c025c1939f | [
"Apache-2.0"
] | null | null | null | Application/src/main/java/com/example/android/common/chess/Bishop.java | JakubFlasinski/androidBlutututu | d2399389e940f211c10c54b9a24da4c025c1939f | [
"Apache-2.0"
] | null | null | null | 25.608696 | 90 | 0.689304 | 16,414 | package com.example.android.common.chess;
import com.example.android.bluetoothchat.R;
public class Bishop extends Piece{
public Bishop(Colour colour) {
super(colour);
}
public void movementCheck(Board board, Colour turn, int x, int y) {
Movement.upRight(board, turn, x, y);
Movement.upLeft(boar... |
3e26df16a857e06b2a1248f18dd2cc1294ab6f0a | 249 | java | Java | gmall-parent/service/service-cart/src/main/java/com/atguigu/gmall/cart/mapper/CartApiMapper.java | MiluozZ/e-commerce | 252011415dbaed58163ca26595cc152dfb158d51 | [
"Apache-2.0"
] | null | null | null | gmall-parent/service/service-cart/src/main/java/com/atguigu/gmall/cart/mapper/CartApiMapper.java | MiluozZ/e-commerce | 252011415dbaed58163ca26595cc152dfb158d51 | [
"Apache-2.0"
] | null | null | null | gmall-parent/service/service-cart/src/main/java/com/atguigu/gmall/cart/mapper/CartApiMapper.java | MiluozZ/e-commerce | 252011415dbaed58163ca26595cc152dfb158d51 | [
"Apache-2.0"
] | null | null | null | 20.75 | 61 | 0.7751 | 16,415 | package com.atguigu.gmall.cart.mapper;
import com.atguigu.gmall.model.cart.CartInfo;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author Miluo
* @description
**/
public interface CartApiMapper extends BaseMapper<CartInfo> {
}
|
3e26e003c171ba11d27fb8d40fc9421c3079e2ee | 2,196 | java | Java | saksbehandling/domenetjenester/behandlingskontroll/src/main/java/no/nav/foreldrepenger/behandlingskontroll/BehandlingStegKonfigurasjon.java | navikt/spsak | ede4770de33bd896d62225a9617b713878d1efa5 | [
"MIT"
] | 1 | 2019-11-15T10:37:38.000Z | 2019-11-15T10:37:38.000Z | saksbehandling/domenetjenester/behandlingskontroll/src/main/java/no/nav/foreldrepenger/behandlingskontroll/BehandlingStegKonfigurasjon.java | navikt/spsak | ede4770de33bd896d62225a9617b713878d1efa5 | [
"MIT"
] | null | null | null | saksbehandling/domenetjenester/behandlingskontroll/src/main/java/no/nav/foreldrepenger/behandlingskontroll/BehandlingStegKonfigurasjon.java | navikt/spsak | ede4770de33bd896d62225a9617b713878d1efa5 | [
"MIT"
] | 1 | 2019-11-15T10:37:41.000Z | 2019-11-15T10:37:41.000Z | 34.3125 | 149 | 0.753643 | 16,416 | package no.nav.foreldrepenger.behandlingskontroll;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import no.nav.foreldrepenger.behandlingslager.behandling.BehandlingStegStatus;
/** For å få tak i riktig status konfigurasjon. */
public class BehandlingStegKonfigurasjon {
private List... |
3e26e014ba9af915a99eacc88a07cf2c90901575 | 7,479 | java | Java | gravitee-apim-repository/gravitee-apim-repository-test/src/test/java/io/gravitee/repository/ThemeRepositoryTest.java | wwjiang007/gravitee-gateway | b4e47743181fdcb6bac98c84c0783fc66248bd35 | [
"Apache-2.0"
] | 100 | 2021-07-09T06:46:26.000Z | 2022-03-31T07:43:51.000Z | gravitee-apim-repository/gravitee-apim-repository-test/src/test/java/io/gravitee/repository/ThemeRepositoryTest.java | wwjiang007/gravitee-gateway | b4e47743181fdcb6bac98c84c0783fc66248bd35 | [
"Apache-2.0"
] | 261 | 2021-07-28T15:32:23.000Z | 2022-03-29T07:51:12.000Z | gravitee-apim-repository/gravitee-apim-repository-test/src/test/java/io/gravitee/repository/ThemeRepositoryTest.java | AlexRogalskiy/gravitee-api-management | ebda3ae739dfe184b391cd78479c605325d2f5c7 | [
"Apache-2.0"
] | 30 | 2021-09-08T09:06:15.000Z | 2022-03-31T02:44:29.000Z | 44.517857 | 114 | 0.687258 | 16,417 | /**
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... |
3e26e0275b3ad195664adce6a7a6f4c8016608ac | 1,377 | java | Java | Secondary/BestActivity/app/src/main/java/com/example/bestactivity/ThirdActivity.java | zhunjiee/AndroidProjects | 51160f72dd79757391ed0bb168551c9971e1b583 | [
"Apache-2.0"
] | null | null | null | Secondary/BestActivity/app/src/main/java/com/example/bestactivity/ThirdActivity.java | zhunjiee/AndroidProjects | 51160f72dd79757391ed0bb168551c9971e1b583 | [
"Apache-2.0"
] | null | null | null | Secondary/BestActivity/app/src/main/java/com/example/bestactivity/ThirdActivity.java | zhunjiee/AndroidProjects | 51160f72dd79757391ed0bb168551c9971e1b583 | [
"Apache-2.0"
] | null | null | null | 32.785714 | 81 | 0.648511 | 16,418 | package com.example.bestactivity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
public class ThirdActivity extends BaseActivity {
private static final String TAG = "ThirdActivity";
publ... |
3e26e0b49cf193a19ff421d140d7aaaaa9dbf065 | 6,476 | java | Java | anchor-io-output/src/main/java/org/anchoranalysis/io/output/writer/WriterRouterErrors.java | anchoranalysis/anchor | b8a267ebcc69412200388f8e4959aed7c08ea828 | [
"MIT"
] | null | null | null | anchor-io-output/src/main/java/org/anchoranalysis/io/output/writer/WriterRouterErrors.java | anchoranalysis/anchor | b8a267ebcc69412200388f8e4959aed7c08ea828 | [
"MIT"
] | 136 | 2020-02-17T10:33:05.000Z | 2022-02-13T12:10:58.000Z | anchor-io-output/src/main/java/org/anchoranalysis/io/output/writer/WriterRouterErrors.java | anchoranalysis/anchor | b8a267ebcc69412200388f8e4959aed7c08ea828 | [
"MIT"
] | null | null | null | 42.326797 | 101 | 0.678351 | 16,419 | /*-
* #%L
* anchor-io-output
* %%
* Copyright (C) 2010 - 2020 Owen Feehan, ETH Zurich, University of Zurich, Hoffmann-La Roche
* %%
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Soft... |
3e26e12e3b7303c5f5ba430e4c3bd72d5fced51c | 1,728 | java | Java | integration-tests/vertx/src/test/java/org/apache/camel/quarkus/component/vertx/it/VertxTest.java | vkasala/camel-quarkus | 6f8b5ac0d5c9af37945cc95964c646e6ff6eae44 | [
"Apache-2.0"
] | 179 | 2019-06-21T09:00:21.000Z | 2022-03-30T06:00:47.000Z | integration-tests/vertx/src/test/java/org/apache/camel/quarkus/component/vertx/it/VertxTest.java | vkasala/camel-quarkus | 6f8b5ac0d5c9af37945cc95964c646e6ff6eae44 | [
"Apache-2.0"
] | 2,658 | 2019-06-24T10:21:30.000Z | 2022-03-31T16:51:12.000Z | integration-tests/vertx/src/test/java/org/apache/camel/quarkus/component/vertx/it/VertxTest.java | vkasala/camel-quarkus | 6f8b5ac0d5c9af37945cc95964c646e6ff6eae44 | [
"Apache-2.0"
] | 143 | 2019-06-21T09:41:07.000Z | 2022-03-29T16:27:24.000Z | 35.265306 | 75 | 0.663773 | 16,420 | /*
* 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 ... |
3e26e1a75fd455d7daed9dece7e41a9a9c69281b | 72 | java | Java | src/main/java/com/vaadin/tutorial/crm/backend/entity/Company.java | Ajil5467/customer-relationship-management-system | d4eab773cc76fabae27a2fc502e2cf804e9dd6a9 | [
"Unlicense"
] | null | null | null | src/main/java/com/vaadin/tutorial/crm/backend/entity/Company.java | Ajil5467/customer-relationship-management-system | d4eab773cc76fabae27a2fc502e2cf804e9dd6a9 | [
"Unlicense"
] | null | null | null | src/main/java/com/vaadin/tutorial/crm/backend/entity/Company.java | Ajil5467/customer-relationship-management-system | d4eab773cc76fabae27a2fc502e2cf804e9dd6a9 | [
"Unlicense"
] | null | null | null | 24 | 69 | 0.805556 | 16,421 | package com.vaadin.tutorial.crm.backend.entity;public class Company {
}
|
3e26e1be2e934af5b6057c6b56a91f494f7b333e | 937 | java | Java | src/main/java/com/initstudios/initiative/blocks/dropper/gel/SpeedGelDropper.java | Pannoniae/InitiativeMod | e47e87930ff2290d3f91edb929811172dc29b8c3 | [
"MIT"
] | null | null | null | src/main/java/com/initstudios/initiative/blocks/dropper/gel/SpeedGelDropper.java | Pannoniae/InitiativeMod | e47e87930ff2290d3f91edb929811172dc29b8c3 | [
"MIT"
] | null | null | null | src/main/java/com/initstudios/initiative/blocks/dropper/gel/SpeedGelDropper.java | Pannoniae/InitiativeMod | e47e87930ff2290d3f91edb929811172dc29b8c3 | [
"MIT"
] | null | null | null | 24.657895 | 67 | 0.728922 | 16,422 | /*
Copyright (C) 2018-2019 Init Studios. All rights reserved.
This document is the property of Init Studios.
It is considered confidential and proprietary.
This document may not be reproduced or transmitted in any form,
in whole or in part, without the express written permission of
Init Studio... |
3e26e26c48fab3505b3b4076e0f5f16d2c0d9a83 | 6,614 | java | Java | src/main/java/org/cobraparser/html/renderer/RTableCell.java | lobobrowser/Cobra | 2545c107f160d7eaeb11958eb18f26fa004c9b79 | [
"MIT"
] | 17 | 2015-05-25T14:55:31.000Z | 2021-11-08T07:04:18.000Z | src/main/java/org/cobraparser/html/renderer/RTableCell.java | lobobrowser/Cobra | 2545c107f160d7eaeb11958eb18f26fa004c9b79 | [
"MIT"
] | 2 | 2019-01-24T15:11:52.000Z | 2021-09-10T18:22:43.000Z | src/main/java/org/cobraparser/html/renderer/RTableCell.java | lobobrowser/Cobra | 2545c107f160d7eaeb11958eb18f26fa004c9b79 | [
"MIT"
] | 12 | 2015-11-05T09:44:38.000Z | 2021-12-02T00:07:33.000Z | 28.692641 | 142 | 0.66385 | 16,423 | /*
GNU LESSER GENERAL PUBLIC LICENSE
Copyright (C) 2006 The Lobo Project
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your ... |
3e26e327ef65adc88434049682d9d997a6803918 | 8,114 | java | Java | lib_sources/owl/src/main/java/owl/game/output/AigerPrinter.java | logic-and-learning/rltl-monitoring | b9e9a1a3c6941ad53583fcec6cb09bf98b50baea | [
"MIT"
] | null | null | null | lib_sources/owl/src/main/java/owl/game/output/AigerPrinter.java | logic-and-learning/rltl-monitoring | b9e9a1a3c6941ad53583fcec6cb09bf98b50baea | [
"MIT"
] | null | null | null | lib_sources/owl/src/main/java/owl/game/output/AigerPrinter.java | logic-and-learning/rltl-monitoring | b9e9a1a3c6941ad53583fcec6cb09bf98b50baea | [
"MIT"
] | null | null | null | 31.207692 | 88 | 0.608331 | 16,424 | /*
* Copyright (C) 2016 - 2019 (See AUTHORS)
*
* This file is part of Owl.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any l... |
3e26e329372a70016f55540c76bd6f81007a11aa | 955 | java | Java | ego-cart/src/main/java/com/ego/cart/service/CartService.java | tianyuchena/ego | bd30328a89a2e0ac316f2edb61fef4f0f8ce568f | [
"AFL-3.0"
] | null | null | null | ego-cart/src/main/java/com/ego/cart/service/CartService.java | tianyuchena/ego | bd30328a89a2e0ac316f2edb61fef4f0f8ce568f | [
"AFL-3.0"
] | 2 | 2020-06-30T23:10:34.000Z | 2022-03-31T20:47:48.000Z | ego-cart/src/main/java/com/ego/cart/service/CartService.java | tianyuchena/ego | bd30328a89a2e0ac316f2edb61fef4f0f8ce568f | [
"AFL-3.0"
] | null | null | null | 18.72549 | 81 | 0.624084 | 16,425 | package com.ego.cart.service;
import com.ego.commons.pojo.EgoResult;
import com.ego.commons.pojo.TbItemChild;
import javax.servlet.http.HttpServletRequest;
import java.util.List;
/**
* @Auther: cty
* @Date: 2020/5/31 11:18
* @Description:
* @version: 1.0
*/
public interface CartService {
/**
* 将商品添加到购... |
3e26e49537e1c3cf057c74973405a0613f74fb95 | 12,860 | java | Java | compiler/jet.as.java.psi/src/org/jetbrains/jet/asJava/KotlinLightClassForPackage.java | hhariri/kotlin | d150bfbce0e2e47d687f39e2fd233ea55b2ccd26 | [
"Apache-2.0"
] | 1 | 2017-09-10T07:15:28.000Z | 2017-09-10T07:15:28.000Z | compiler/jet.as.java.psi/src/org/jetbrains/jet/asJava/KotlinLightClassForPackage.java | hhariri/kotlin | d150bfbce0e2e47d687f39e2fd233ea55b2ccd26 | [
"Apache-2.0"
] | null | null | null | compiler/jet.as.java.psi/src/org/jetbrains/jet/asJava/KotlinLightClassForPackage.java | hhariri/kotlin | d150bfbce0e2e47d687f39e2fd233ea55b2ccd26 | [
"Apache-2.0"
] | null | null | null | 30.046729 | 161 | 0.648678 | 16,426 | /*
* Copyright 2010-2014 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... |
3e26e4a840e5bf9f78d59402b11d6e7c1085d1a6 | 1,721 | java | Java | core/src/test/java/com/opensymphony/xwork2/config/impl/NamespaceMatcherTest.java | melanj/struts | f0b24d17da4751666f12bc498c73c20d91e29558 | [
"Apache-2.0"
] | 1,330 | 2015-01-01T12:04:11.000Z | 2022-03-31T06:18:36.000Z | core/src/test/java/com/opensymphony/xwork2/config/impl/NamespaceMatcherTest.java | melanj/struts | f0b24d17da4751666f12bc498c73c20d91e29558 | [
"Apache-2.0"
] | 447 | 2015-01-20T04:00:10.000Z | 2022-03-15T13:32:57.000Z | core/src/test/java/com/opensymphony/xwork2/config/impl/NamespaceMatcherTest.java | melanj/struts | f0b24d17da4751666f12bc498c73c20d91e29558 | [
"Apache-2.0"
] | 955 | 2015-01-05T09:07:43.000Z | 2022-03-27T06:00:27.000Z | 38.244444 | 85 | 0.693783 | 16,427 | /*
* 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 ... |
3e26e536197c99aac398ad4c4f02eee9fc097c23 | 6,281 | java | Java | egf-master/src/main/java/org/egov/egf/master/web/controller/AccountDetailKeyController.java | lakshmisravani-wtt-egov/business-services | 0fa4f62ce4fb4a5dc0018d5f9ef734f8300bcfdd | [
"MIT"
] | 11 | 2021-04-22T13:18:00.000Z | 2021-07-13T06:24:48.000Z | business-services/egf-master/src/main/java/org/egov/egf/master/web/controller/AccountDetailKeyController.java | KarunaNidhan-egov/DIGIT | 23f1d0c46ec0a592927d9bdfb0f526aa72119eb1 | [
"MIT"
] | 368 | 2019-12-13T06:06:11.000Z | 2022-03-22T12:54:35.000Z | business-services/egf-master/src/main/java/org/egov/egf/master/web/controller/AccountDetailKeyController.java | KarunaNidhan-egov/DIGIT | 23f1d0c46ec0a592927d9bdfb0f526aa72119eb1 | [
"MIT"
] | 15 | 2019-12-06T09:36:23.000Z | 2021-12-20T05:30:53.000Z | 41.873333 | 119 | 0.821366 | 16,428 | package org.egov.egf.master.web.controller;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import org.egov.common.constants.Constants;
import org.egov.common.contract.request.RequestInfo;
import org.egov.common.contract.response.ResponseInfo;
import org.egov.common.domain.exception.CustomBi... |
3e26e53ebf98b61deb0fc69040794d00662923db | 2,326 | java | Java | src/net/ssehub/kernel_haven/analysis/ThreadRenamer.java | ck-phd/KernelHaven | 3cbf52910bfd46ce2349387c4a34fef2781c8e94 | [
"Apache-2.0"
] | 8 | 2017-04-04T15:22:07.000Z | 2021-03-10T16:59:25.000Z | src/net/ssehub/kernel_haven/analysis/ThreadRenamer.java | ck-phd/KernelHaven | 3cbf52910bfd46ce2349387c4a34fef2781c8e94 | [
"Apache-2.0"
] | 9 | 2017-07-14T06:11:02.000Z | 2019-01-21T11:32:07.000Z | src/net/ssehub/kernel_haven/analysis/ThreadRenamer.java | ck-phd/KernelHaven | 3cbf52910bfd46ce2349387c4a34fef2781c8e94 | [
"Apache-2.0"
] | 8 | 2017-10-08T20:32:27.000Z | 2021-02-17T09:13:14.000Z | 32.760563 | 78 | 0.61307 | 16,429 | /*
* Copyright 2017-2019 University of Hildesheim, Software Systems Engineering
*
* 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
*
... |
3e26e644157d7f260ddd5cd42b89ad56f32e00d5 | 3,472 | java | Java | bindings/src/main/java/org/jadira/bindings/core/general/binding/MethodsBinding.java | jasonab/jadira | d55d0238395f0cb900531f1f08b4b2d87fa9a4f6 | [
"Apache-2.0"
] | 51 | 2015-01-13T03:35:06.000Z | 2021-07-01T16:46:43.000Z | bindings/src/main/java/org/jadira/bindings/core/general/binding/MethodsBinding.java | jasonab/jadira | d55d0238395f0cb900531f1f08b4b2d87fa9a4f6 | [
"Apache-2.0"
] | 78 | 2015-03-07T22:57:41.000Z | 2022-03-31T19:20:09.000Z | bindings/src/main/java/org/jadira/bindings/core/general/binding/MethodsBinding.java | jasonab/jadira | d55d0238395f0cb900531f1f08b4b2d87fa9a4f6 | [
"Apache-2.0"
] | 56 | 2015-03-30T17:00:10.000Z | 2021-11-14T18:32:16.000Z | 38.153846 | 121 | 0.677419 | 16,430 | /*
* Copyright 2010, 2011 Chris Pheby
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
3e26e64d868f6ac11f4cdf6bc13320e5e50e9a33 | 1,195 | java | Java | src/main/java/br/com/datasalles/domain/ItemOrcaC.java | Kalynny/DataSalles | f3941be8a1ea61d078726f2e2986a1b377e78be6 | [
"Apache-2.0"
] | 1 | 2019-07-24T08:41:47.000Z | 2019-07-24T08:41:47.000Z | src/main/java/br/com/datasalles/domain/ItemOrcaC.java | Kalynny/DataSalles | f3941be8a1ea61d078726f2e2986a1b377e78be6 | [
"Apache-2.0"
] | 3 | 2019-11-07T01:50:41.000Z | 2021-05-08T18:03:07.000Z | src/main/java/br/com/datasalles/domain/ItemOrcaC.java | Kalynny/DataSalles | f3941be8a1ea61d078726f2e2986a1b377e78be6 | [
"Apache-2.0"
] | 2 | 2019-07-20T04:52:37.000Z | 2020-12-09T22:19:32.000Z | 18.968254 | 56 | 0.719665 | 16,431 | package br.com.datasalles.domain;
import java.math.BigDecimal;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
@Entity
public class ItemOrcaC extends GenericDomain {
@Column(nullable = false)
private Short quan... |
3e26e7652bc57b2af170941cfe0f9a1c551456c8 | 4,073 | java | Java | simple/simple-transport/src/main/java/org/simpleframework/transport/ByteReader.java | djsuw88/simple-server | 3d34ac3003cd6a6f892aecc682091133bab67b4a | [
"Apache-2.0"
] | 177 | 2015-01-03T18:04:55.000Z | 2021-08-08T17:53:58.000Z | simple/simple-transport/src/main/java/org/simpleframework/transport/ByteReader.java | djsuw88/simple-server | 3d34ac3003cd6a6f892aecc682091133bab67b4a | [
"Apache-2.0"
] | 371 | 2020-03-04T21:51:56.000Z | 2022-03-31T20:59:11.000Z | simple/simple-transport/src/main/java/org/simpleframework/transport/ByteReader.java | djsuw88/simple-server | 3d34ac3003cd6a6f892aecc682091133bab67b4a | [
"Apache-2.0"
] | 54 | 2015-01-17T21:15:34.000Z | 2021-09-16T15:24:04.000Z | 37.731481 | 70 | 0.699877 | 16,432 | /*
* ByteReader.java February 2007
*
* Copyright (C) 2007, Niall Gallagher <dycjh@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/... |
3e26e8925fc43b50052f076f2b76dd151f8ddc88 | 8,308 | java | Java | ferox-math/src/main/java/com/ferox/math/bounds/SpatialIndex.java | lhkbob/ferox | d35e8cfb5b4e2b70ada16d57bdd002e6c3e13846 | [
"BSD-2-Clause"
] | null | null | null | ferox-math/src/main/java/com/ferox/math/bounds/SpatialIndex.java | lhkbob/ferox | d35e8cfb5b4e2b70ada16d57bdd002e6c3e13846 | [
"BSD-2-Clause"
] | null | null | null | ferox-math/src/main/java/com/ferox/math/bounds/SpatialIndex.java | lhkbob/ferox | d35e8cfb5b4e2b70ada16d57bdd002e6c3e13846 | [
"BSD-2-Clause"
] | null | null | null | 48.023121 | 110 | 0.712687 | 16,433 | /*
* Ferox, a graphics and game library in Java
*
* Copyright (c) 2012, Michael Ludwig
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain t... |
3e26e8f5a630039b89ddb891ebdde9ea9bff717d | 1,825 | java | Java | src/main/java/com/udacity/jdnd/course3/critter/services/CustomerService.java | Brown0101/critter | 61e99c81aae5d7581bd61d984cc9e8ce5980cb59 | [
"MIT"
] | null | null | null | src/main/java/com/udacity/jdnd/course3/critter/services/CustomerService.java | Brown0101/critter | 61e99c81aae5d7581bd61d984cc9e8ce5980cb59 | [
"MIT"
] | null | null | null | src/main/java/com/udacity/jdnd/course3/critter/services/CustomerService.java | Brown0101/critter | 61e99c81aae5d7581bd61d984cc9e8ce5980cb59 | [
"MIT"
] | null | null | null | 37.244898 | 114 | 0.749041 | 16,434 | package com.udacity.jdnd.course3.critter.services;
import com.udacity.jdnd.course3.critter.entity.Customer;
import com.udacity.jdnd.course3.critter.entity.Pet;
import com.udacity.jdnd.course3.critter.exceptions.NoDataFoundForRequest;
import com.udacity.jdnd.course3.critter.repository.CustomerRepository;
import org.spr... |
3e26e931053aa5eff54fc78e549709d5ab3c75cd | 1,077 | java | Java | game/src/main/java/com/paragon464/gameserver/model/content/skills/magic/onitems/EmeraldEnchanting.java | Tyluur/paragon464-server | 6c377aacbc10214ce9f10c66f7c6b5ccc1551590 | [
"0BSD"
] | 1 | 2021-04-12T09:43:41.000Z | 2021-04-12T09:43:41.000Z | game/src/main/java/com/paragon464/gameserver/model/content/skills/magic/onitems/EmeraldEnchanting.java | Tyluur/paragon464-server | 6c377aacbc10214ce9f10c66f7c6b5ccc1551590 | [
"0BSD"
] | null | null | null | game/src/main/java/com/paragon464/gameserver/model/content/skills/magic/onitems/EmeraldEnchanting.java | Tyluur/paragon464-server | 6c377aacbc10214ce9f10c66f7c6b5ccc1551590 | [
"0BSD"
] | null | null | null | 20.711538 | 77 | 0.586815 | 16,435 | package com.paragon464.gameserver.model.content.skills.magic.onitems;
import com.paragon464.gameserver.model.content.skills.magic.EnchantingSpells;
import com.paragon464.gameserver.model.item.Item;
public class EmeraldEnchanting extends EnchantingSpells {
@Override
public int[][] items() {
return new... |
3e26e94ac7d0ba49869af902baa88838772b4836 | 2,722 | java | Java | spring-integration-ftp/src/main/java/org/springframework/integration/ftp/config/FtpOutboundGatewayParser.java | KyeongMoon/spring-integration | fa060900b0434627c4a520a2ae84a7a20dae735f | [
"Apache-2.0"
] | 1,093 | 2015-01-01T15:28:50.000Z | 2022-03-29T18:30:56.000Z | spring-integration-ftp/src/main/java/org/springframework/integration/ftp/config/FtpOutboundGatewayParser.java | KyeongMoon/spring-integration | fa060900b0434627c4a520a2ae84a7a20dae735f | [
"Apache-2.0"
] | 1,920 | 2015-01-05T12:16:48.000Z | 2022-03-31T16:58:41.000Z | spring-integration-ftp/src/main/java/org/springframework/integration/ftp/config/FtpOutboundGatewayParser.java | KyeongMoon/spring-integration | fa060900b0434627c4a520a2ae84a7a20dae735f | [
"Apache-2.0"
] | 922 | 2015-01-05T05:10:05.000Z | 2022-03-30T21:06:32.000Z | 34.897436 | 98 | 0.799412 | 16,436 | /*
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
3e26e96b425f4a77e28d8e63d04a4459d72b3030 | 3,612 | java | Java | incubator/viewers/javafx/ui/src/main/java/org/apache/isis/incubator/viewer/javafx/ui/components/text/TextFieldFactory.java | savantly-net/isis | 93d2d85dd38858160ae5c90ef142a0e0927f734f | [
"Apache-2.0"
] | null | null | null | incubator/viewers/javafx/ui/src/main/java/org/apache/isis/incubator/viewer/javafx/ui/components/text/TextFieldFactory.java | savantly-net/isis | 93d2d85dd38858160ae5c90ef142a0e0927f734f | [
"Apache-2.0"
] | null | null | null | incubator/viewers/javafx/ui/src/main/java/org/apache/isis/incubator/viewer/javafx/ui/components/text/TextFieldFactory.java | savantly-net/isis | 93d2d85dd38858160ae5c90ef142a0e0927f734f | [
"Apache-2.0"
] | null | null | null | 40.133333 | 99 | 0.725637 | 16,437 | /*
* 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")... |
3e26eab4d35a419fcb4bb0a7b052aebbc0cd6476 | 3,002 | java | Java | hsqldb/src/org/hsqldb/test/AllTests.java | minghao7896321/canyin | a1a01a0f75c5b3e78872578e653281d5433b5c28 | [
"Apache-2.0"
] | null | null | null | hsqldb/src/org/hsqldb/test/AllTests.java | minghao7896321/canyin | a1a01a0f75c5b3e78872578e653281d5433b5c28 | [
"Apache-2.0"
] | null | null | null | hsqldb/src/org/hsqldb/test/AllTests.java | minghao7896321/canyin | a1a01a0f75c5b3e78872578e653281d5433b5c28 | [
"Apache-2.0"
] | null | null | null | 43.507246 | 80 | 0.750167 | 16,438 | /* Copyright (c) 2001-2008, The HSQL Development Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* list... |
3e26eaee898b63f4ec873d8328bfbc9dac3feab7 | 873 | java | Java | src/main/java/br/com/bootcamp/zup/fatura/renogociacaofatura/RenegociaoResponse.java | alexssanderfonsecazup/bootcamp-02-template-fatura | 81acb6ab832b7b457ad5f57d4715b7b416ce794a | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/bootcamp/zup/fatura/renogociacaofatura/RenegociaoResponse.java | alexssanderfonsecazup/bootcamp-02-template-fatura | 81acb6ab832b7b457ad5f57d4715b7b416ce794a | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/bootcamp/zup/fatura/renogociacaofatura/RenegociaoResponse.java | alexssanderfonsecazup/bootcamp-02-template-fatura | 81acb6ab832b7b457ad5f57d4715b7b416ce794a | [
"Apache-2.0"
] | null | null | null | 25.676471 | 67 | 0.719359 | 16,439 | package br.com.bootcamp.zup.fatura.renogociacaofatura;
import br.com.bootcamp.zup.fatura.parcelarfatura.FaturaResponse;
import java.math.BigDecimal;
public class RenegociaoResponse {
private FaturaResponse fatura;
private int quantidadeParcelas;
private BigDecimal valorParcela;
private String statu... |
3e26eb26ad0d472ceb33964424cca476e136adc1 | 4,502 | java | Java | src/VarJFrontend/backend/logging/VarLogger.java | jgaltidor/VarJ | 3a25102f8a1a406f5e458cb7d8945cc33b6a4fea | [
"MIT"
] | 1 | 2017-01-26T20:25:00.000Z | 2017-01-26T20:25:00.000Z | src/VarJFrontend/backend/logging/VarLogger.java | jgaltidor/VarJ | 3a25102f8a1a406f5e458cb7d8945cc33b6a4fea | [
"MIT"
] | null | null | null | src/VarJFrontend/backend/logging/VarLogger.java | jgaltidor/VarJ | 3a25102f8a1a406f5e458cb7d8945cc33b6a4fea | [
"MIT"
] | null | null | null | 25.292135 | 81 | 0.697912 | 16,440 | package backend.logging;
import java.util.logging.*;
import java.io.OutputStream;
import backend.logging.format.RenameLevelFormatter;
public class VarLogger
{
public final static Level DEBUG = new DebugLevel();
public final static Level INFO = Level.INFO;
public final static Level ERROR = new ErrorLevel();
public... |
3e26eb43ebee5b862fe6d7c9c26b839f6f105194 | 17,049 | java | Java | ruoyi-flowable/src/main/java/com/ruoyi/flowable/flow/CustomProcessDiagramGenerator.java | LHBlhbL/-Graduation-Project | 88be1e45f128f85e7fe0bb1fa04a4fc6edce4833 | [
"MIT"
] | 40 | 2021-04-25T09:10:48.000Z | 2022-03-31T11:40:29.000Z | ruoyi-flowable/src/main/java/com/ruoyi/flowable/flow/CustomProcessDiagramGenerator.java | LHBlhbL/-Graduation-Project | 88be1e45f128f85e7fe0bb1fa04a4fc6edce4833 | [
"MIT"
] | null | null | null | ruoyi-flowable/src/main/java/com/ruoyi/flowable/flow/CustomProcessDiagramGenerator.java | LHBlhbL/-Graduation-Project | 88be1e45f128f85e7fe0bb1fa04a4fc6edce4833 | [
"MIT"
] | 15 | 2021-05-23T14:17:33.000Z | 2022-02-22T09:27:40.000Z | 42.096296 | 340 | 0.567541 | 16,441 | package com.ruoyi.flowable.flow;
import org.flowable.bpmn.model.Process;
import org.flowable.bpmn.model.*;
import org.flowable.image.impl.DefaultProcessDiagramCanvas;
import org.flowable.image.impl.DefaultProcessDiagramGenerator;
import java.util.Iterator;
import java.util.List;
/**
* @author XuanXuan
* @date 202... |
3e26eb4c8e081ed34c7fa06982bda473d016d1bb | 1,242 | java | Java | src/main/java/io/github/maseev/alpaca/api/streaming/entity/AccountUpdate.java | maseev/alpaca-trade-api-java | dcecdddb05dfc4b81f93e934d333d93ef9e42a4c | [
"MIT"
] | 12 | 2019-06-30T11:16:10.000Z | 2022-02-15T14:05:14.000Z | src/main/java/io/github/maseev/alpaca/api/streaming/entity/AccountUpdate.java | maseev/alpaca-trade-api-java | dcecdddb05dfc4b81f93e934d333d93ef9e42a4c | [
"MIT"
] | 3 | 2019-08-19T23:08:32.000Z | 2021-12-09T21:21:05.000Z | src/main/java/io/github/maseev/alpaca/api/streaming/entity/AccountUpdate.java | maseev/alpaca-trade-api-java | dcecdddb05dfc4b81f93e934d333d93ef9e42a4c | [
"MIT"
] | 7 | 2019-07-01T00:12:35.000Z | 2021-03-07T14:49:17.000Z | 28.883721 | 65 | 0.805153 | 16,442 | package io.github.maseev.alpaca.api.streaming.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import io.github.maseev.alpac... |
3e26eb749547ee9c679eeb7b4707b4060c0673ba | 1,226 | java | Java | services/src/main/java/com/play/talkingclock/strategy/commonlanguage/languages/American.java | nprice0/talking-clock | efb73c63a985025c61c7b1290bbda5b8b173a2da | [
"Apache-2.0"
] | null | null | null | services/src/main/java/com/play/talkingclock/strategy/commonlanguage/languages/American.java | nprice0/talking-clock | efb73c63a985025c61c7b1290bbda5b8b173a2da | [
"Apache-2.0"
] | null | null | null | services/src/main/java/com/play/talkingclock/strategy/commonlanguage/languages/American.java | nprice0/talking-clock | efb73c63a985025c61c7b1290bbda5b8b173a2da | [
"Apache-2.0"
] | null | null | null | 23.576923 | 222 | 0.582382 | 16,443 | package com.play.talkingclock.strategy.commonlanguage.languages;
import com.play.talkingclock.strategy.commonlanguage.Language;
public class American implements Language {
private final String[] units = {"", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirt... |
3e26ec0f1f7929641c50e8ecebdea6e518e05a09 | 468 | java | Java | src/main/java/org/synyx/urlaubsverwaltung/web/AbstractNoResultFoundException.java | fredondiek/urlaubsverwaltung | 7941034ffc0c1c0e238f291f1a8ab20e8e080dd0 | [
"Apache-2.0"
] | 220 | 2015-01-19T17:20:22.000Z | 2022-03-10T14:37:03.000Z | src/main/java/org/synyx/urlaubsverwaltung/web/AbstractNoResultFoundException.java | fredondiek/urlaubsverwaltung | 7941034ffc0c1c0e238f291f1a8ab20e8e080dd0 | [
"Apache-2.0"
] | 2,170 | 2015-01-07T09:02:09.000Z | 2022-03-31T13:50:17.000Z | src/main/java/org/synyx/urlaubsverwaltung/web/AbstractNoResultFoundException.java | fredondiek/urlaubsverwaltung | 7941034ffc0c1c0e238f291f1a8ab20e8e080dd0 | [
"Apache-2.0"
] | 117 | 2015-01-16T09:35:56.000Z | 2022-03-25T10:13:24.000Z | 29.25 | 78 | 0.690171 | 16,444 | package org.synyx.urlaubsverwaltung.web;
/**
* Thrown in case no result found for a certain ID.
*/
public abstract class AbstractNoResultFoundException extends Exception {
protected AbstractNoResultFoundException(Integer id, String type) {
super("No " + type + " found for ID = " + id);
}
protec... |
3e26eda64deb47d46d93c1b7876c7da8befe05e7 | 1,061 | java | Java | configuration/src/test/java/me/chanjar/configuration/ex4/BarConfigurationTest.java | xiaozhi001/spring-test-examples | 309b9f46b58aa5644f4496b738e69fb994e0ed6f | [
"Apache-2.0"
] | 278 | 2017-07-31T15:48:52.000Z | 2022-03-20T10:13:27.000Z | configuration/src/test/java/me/chanjar/configuration/ex4/BarConfigurationTest.java | xiaozhi001/spring-test-examples | 309b9f46b58aa5644f4496b738e69fb994e0ed6f | [
"Apache-2.0"
] | 2 | 2017-12-30T08:33:01.000Z | 2018-12-28T03:01:50.000Z | configuration/src/test/java/me/chanjar/configuration/ex4/BarConfigurationTest.java | xiaozhi001/spring-test-examples | 309b9f46b58aa5644f4496b738e69fb994e0ed6f | [
"Apache-2.0"
] | 104 | 2017-08-19T18:50:44.000Z | 2022-03-14T07:14:38.000Z | 29.472222 | 91 | 0.797361 | 16,445 | package me.chanjar.configuration.ex4;
import me.chanjar.configuration.service.Bar;
import org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration;
import org.springframework.boot.test.util.EnvironmentTestUtils;
import org.springframework.context.annotation.AnnotationConfigApplicationContext... |
3e26edc574e7c38610f5db868ad2bf2b3ccd622d | 3,193 | java | Java | servlet/src/test/java/org/maera/plugin/servlet/PluginHttpSessionWrapperTest.java | majianxiong/maera | 08149e6780a2adbb837968cdb710afa9e71ef815 | [
"BSD-3-Clause"
] | null | null | null | servlet/src/test/java/org/maera/plugin/servlet/PluginHttpSessionWrapperTest.java | majianxiong/maera | 08149e6780a2adbb837968cdb710afa9e71ef815 | [
"BSD-3-Clause"
] | null | null | null | servlet/src/test/java/org/maera/plugin/servlet/PluginHttpSessionWrapperTest.java | majianxiong/maera | 08149e6780a2adbb837968cdb710afa9e71ef815 | [
"BSD-3-Clause"
] | null | null | null | 27.059322 | 121 | 0.623865 | 16,446 | package org.maera.plugin.servlet;
import org.junit.Test;
import org.maera.plugin.servlet.util.ClassLoaderStack;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpSession;
import java.util.Enumeration;
import static org.junit.Assert.assertSame;
/**
* @since 2.3.9
*/
public class PluginHttpSessionW... |
3e26ee31f3d24b8eed0ed1b6f013c3c4b164f216 | 2,116 | java | Java | spring-cloud-netflix-ribbon/src/main/java/org/springframework/cloud/netflix/ribbon/PropertiesFactory.java | jawher/spring-cloud-netflix | 2ff40924a2d592a3c8fe598a48f676d559e501f2 | [
"Apache-2.0"
] | 2 | 2018-04-03T06:40:09.000Z | 2018-04-03T06:40:11.000Z | spring-cloud-netflix-ribbon/src/main/java/org/springframework/cloud/netflix/ribbon/PropertiesFactory.java | jawher/spring-cloud-netflix | 2ff40924a2d592a3c8fe598a48f676d559e501f2 | [
"Apache-2.0"
] | 1 | 2018-11-18T01:06:59.000Z | 2018-11-18T01:06:59.000Z | spring-cloud-netflix-ribbon/src/main/java/org/springframework/cloud/netflix/ribbon/PropertiesFactory.java | jawher/spring-cloud-netflix | 2ff40924a2d592a3c8fe598a48f676d559e501f2 | [
"Apache-2.0"
] | 5 | 2017-02-27T05:50:43.000Z | 2018-08-03T02:12:12.000Z | 34.688525 | 116 | 0.775992 | 16,447 | package org.springframework.cloud.netflix.ribbon;
import java.util.HashMap;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.env.Environment;
import org.springframework.util.StringUtils;
import com.netflix.client.config.IClientConfig;
import com.netfl... |
3e26ee8e0abcf0aa0d9a641e3a7d96aa602422b2 | 1,340 | java | Java | core/core-impl/src/test/java/org/entrystore/repository/config/ConfigurationManagerTest.java | MetaSolutionsAB/entrystore | 9c261cfe04ee08dca9ee7f427b0f11a58aa29fe0 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | core/core-impl/src/test/java/org/entrystore/repository/config/ConfigurationManagerTest.java | MetaSolutionsAB/entrystore | 9c261cfe04ee08dca9ee7f427b0f11a58aa29fe0 | [
"ECL-2.0",
"Apache-2.0"
] | 14 | 2020-03-05T00:52:11.000Z | 2021-12-15T09:46:28.000Z | core/core-impl/src/test/java/org/entrystore/repository/config/ConfigurationManagerTest.java | MetaSolutionsAB/entrystore | 9c261cfe04ee08dca9ee7f427b0f11a58aa29fe0 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2016-06-21T07:57:36.000Z | 2019-08-08T16:57:49.000Z | 23.928571 | 75 | 0.731343 | 16,448 | /*
* Copyright (c) 2007-2017 MetaSolutions AB
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
3e26ef67d30e7d72200d348c5836b6cb92859f6c | 2,200 | java | Java | StringProcessor/src/main/java/com/stringprocessor/crypto/AbstractAES.java | yeoupooh/codingground | 020466f4da59fa97f246d5a8c4321268afbb51fe | [
"MIT"
] | null | null | null | StringProcessor/src/main/java/com/stringprocessor/crypto/AbstractAES.java | yeoupooh/codingground | 020466f4da59fa97f246d5a8c4321268afbb51fe | [
"MIT"
] | null | null | null | StringProcessor/src/main/java/com/stringprocessor/crypto/AbstractAES.java | yeoupooh/codingground | 020466f4da59fa97f246d5a8c4321268afbb51fe | [
"MIT"
] | null | null | null | 31.428571 | 71 | 0.645909 | 16,449 | package com.stringprocessor.crypto;
import com.stringprocessor.AbstractStringProcessor;
import com.stringprocessor.ByteBuffer;
import com.stringprocessor.IStringProcessor;
import javax.crypto.BadPaddingException;
import javax.crypto.Cipher;
import javax.crypto.IllegalBlockSizeException;
import javax.crypto.NoSuchPadd... |
3e26f043b20c18266fa9dae91b7e757c077ce150 | 37,525 | java | Java | leitstand-inventory-model/src/test/java/io/leitstand/inventory/model/ImageServiceIT.java | martinsteger/leitstand-inventory | 167e00e494f72e6dac1969c655957ffc3948a13e | [
"Apache-2.0"
] | 1 | 2020-03-12T14:18:45.000Z | 2020-03-12T14:18:45.000Z | leitstand-inventory-model/src/test/java/io/leitstand/inventory/model/ImageServiceIT.java | martinsteger/leitstand-inventory | 167e00e494f72e6dac1969c655957ffc3948a13e | [
"Apache-2.0"
] | 1 | 2020-09-01T12:47:46.000Z | 2020-09-01T12:47:46.000Z | leitstand-inventory-model/src/test/java/io/leitstand/inventory/model/ImageServiceIT.java | martinsteger/leitstand-inventory | 167e00e494f72e6dac1969c655957ffc3948a13e | [
"Apache-2.0"
] | 3 | 2020-01-05T23:45:19.000Z | 2021-04-16T06:28:24.000Z | 42.836758 | 112 | 0.635097 | 16,450 | /*
* Copyright 2020 RtBrick 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 ... |
3e26f0bc89ec0c8865e5d2875e73862b98c3f771 | 9,451 | java | Java | src/main/java/mchorse/blockbuster/client/particles/BedrockScheme.java | Evanechecssss/blockbuster | 628e494be4492242da2447c871fe155eeb84a75e | [
"MIT"
] | null | null | null | src/main/java/mchorse/blockbuster/client/particles/BedrockScheme.java | Evanechecssss/blockbuster | 628e494be4492242da2447c871fe155eeb84a75e | [
"MIT"
] | null | null | null | src/main/java/mchorse/blockbuster/client/particles/BedrockScheme.java | Evanechecssss/blockbuster | 628e494be4492242da2447c871fe155eeb84a75e | [
"MIT"
] | null | null | null | 32.146259 | 162 | 0.664586 | 16,451 | package mchorse.blockbuster.client.particles;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonElement;
import mchorse.blockbuster.Blockbuster;
import mchorse.blockbuster.client.particles.components.BedrockComponentBase;
import mchorse.blockbuster.client.particles.components.... |
3e26f12a6812bcfb93bfe8ae548454b35c0ec458 | 3,442 | java | Java | src/playGui/TurnSelect.java | DanielLC/MutantsAndMastermindsBattle | c28960d36694cd21e69d9bcfbc915654c3aa79be | [
"MIT"
] | 1 | 2021-09-27T16:45:50.000Z | 2021-09-27T16:45:50.000Z | src/playGui/TurnSelect.java | DanielLC/MutantsAndMastermindsBattle | c28960d36694cd21e69d9bcfbc915654c3aa79be | [
"MIT"
] | null | null | null | src/playGui/TurnSelect.java | DanielLC/MutantsAndMastermindsBattle | c28960d36694cd21e69d9bcfbc915654c3aa79be | [
"MIT"
] | 1 | 2021-06-22T15:26:12.000Z | 2021-06-22T15:26:12.000Z | 24.76259 | 72 | 0.698722 | 16,453 | package playGui;
import java.awt.Component;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.BoxLayout;
import javax.swing.ButtonGroup;
import javax.swing.JButton;
import javax.swing.JPanel;
import javax.swing.JToggleButton;
import main.*;
public class TurnSelect extends J... |
3e26f12e95885db5be7bfa03e8a12e18b6ea4201 | 1,608 | java | Java | udfs/platfora/src/test/java/nl/basjes/parse/useragent/platfora/TestPlatforaUDF.java | tywo45/yauaa | 799cc2c7a57d8f107f7973478ba3034449204c5d | [
"Apache-2.0"
] | null | null | null | udfs/platfora/src/test/java/nl/basjes/parse/useragent/platfora/TestPlatforaUDF.java | tywo45/yauaa | 799cc2c7a57d8f107f7973478ba3034449204c5d | [
"Apache-2.0"
] | null | null | null | udfs/platfora/src/test/java/nl/basjes/parse/useragent/platfora/TestPlatforaUDF.java | tywo45/yauaa | 799cc2c7a57d8f107f7973478ba3034449204c5d | [
"Apache-2.0"
] | 1 | 2020-11-21T00:17:56.000Z | 2020-11-21T00:17:56.000Z | 31.529412 | 146 | 0.708955 | 16,454 | /*
* Yet Another UserAgent Analyzer
* Copyright (C) 2013-2017 Niels Basjes
*
* 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 ... |
3e26f22824271b9c5695b2a62cad6c763e016030 | 2,525 | java | Java | bubble/modules/system/system.source/src/main/java/com/barley/system/service/base/BizModularServiceImpl.java | trainkg/expect | 16652eb47ca75113c468162a33ba3a1231cdf3ac | [
"Apache-2.0"
] | 1 | 2021-03-30T09:26:34.000Z | 2021-03-30T09:26:34.000Z | bubble/modules/system/system.source/src/main/java/com/barley/system/service/base/BizModularServiceImpl.java | trainkg/expect | 16652eb47ca75113c468162a33ba3a1231cdf3ac | [
"Apache-2.0"
] | 10 | 2020-04-16T16:46:55.000Z | 2022-02-27T10:45:58.000Z | bubble/modules/system/system.source/src/main/java/com/barley/system/service/base/BizModularServiceImpl.java | trainkg/expect | 16652eb47ca75113c468162a33ba3a1231cdf3ac | [
"Apache-2.0"
] | null | null | null | 34.60274 | 120 | 0.720507 | 16,455 | package com.barley.system.service.base;
import com.barley.system.mappers.BizModularMapper;
import com.barley.system.modal.BizModular;
import com.barley.system.service.base.searchvo.BizModularSearchVO;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
imp... |
3e26f29f91598320e147830e929a2bf5379d6537 | 971 | java | Java | interface/src/main/java/com/dslplatform/patterns/Snapshot.java | dsl-platform/dsl-client-java | 1a24ff313f4063b73849f8116a884ace3ba13706 | [
"BSD-3-Clause"
] | null | null | null | interface/src/main/java/com/dslplatform/patterns/Snapshot.java | dsl-platform/dsl-client-java | 1a24ff313f4063b73849f8116a884ace3ba13706 | [
"BSD-3-Clause"
] | null | null | null | interface/src/main/java/com/dslplatform/patterns/Snapshot.java | dsl-platform/dsl-client-java | 1a24ff313f4063b73849f8116a884ace3ba13706 | [
"BSD-3-Clause"
] | null | null | null | 17.339286 | 73 | 0.669413 | 16,456 | package com.dslplatform.patterns;
import org.joda.time.DateTime;
/**
* Snapshot of some past state of an {@link AggregateRoot aggregate root}
*
* @param <T> type of aggregate root
*/
public class Snapshot<T extends AggregateRoot> {
private final DateTime at;
private final String action;
private final T value;
... |
3e26f29fdb37363c92cffcd666122000953c8c01 | 1,465 | java | Java | addressbook-web-tests/src/test/java/ru/sentidas/addressbook/tests/GroupModificationTest.java | Sentidas/java_software | f6a4d49ed33dbb7870916ec90215fd3f52986c6f | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/sentidas/addressbook/tests/GroupModificationTest.java | Sentidas/java_software | f6a4d49ed33dbb7870916ec90215fd3f52986c6f | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/sentidas/addressbook/tests/GroupModificationTest.java | Sentidas/java_software | f6a4d49ed33dbb7870916ec90215fd3f52986c6f | [
"Apache-2.0"
] | null | null | null | 29.897959 | 99 | 0.703754 | 16,457 | package ru.sentidas.addressbook.tests;
import org.testng.Assert;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import ru.sentidas.addressbook.model.GroupData;
import ru.sentidas.addressbook.model.Groups;
import java.util.Comparator;
import java.util.List;
import java.util.Set;
impor... |
3e26f42cc14d1d928550d0aebed0b25f2f75287a | 3,868 | java | Java | src/main/java/com/boxupp/utilities/OSProperties.java | BoxUpp/boxupp-tool | e0c97c2b6a5920d08585089ad9d6cb1f7398b430 | [
"Apache-2.0"
] | 31 | 2015-01-28T04:19:10.000Z | 2016-06-05T16:29:12.000Z | src/main/java/com/boxupp/utilities/OSProperties.java | BoxUpp/boxupp-tool | e0c97c2b6a5920d08585089ad9d6cb1f7398b430 | [
"Apache-2.0"
] | 5 | 2015-02-05T12:08:01.000Z | 2016-06-15T16:35:18.000Z | src/main/java/com/boxupp/utilities/OSProperties.java | BoxUpp/boxupp-tool | e0c97c2b6a5920d08585089ad9d6cb1f7398b430 | [
"Apache-2.0"
] | 19 | 2015-02-05T18:13:56.000Z | 2022-03-07T02:59:37.000Z | 26.493151 | 81 | 0.729576 | 16,458 | /*******************************************************************************
* Copyright 2014 Paxcel Technologies
*
* 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://ww... |
3e26f4db289a0571a73564fe796ed2da3a5b2009 | 6,723 | java | Java | compose-metric/src/main/java/cn/compose/metric/websocket/TableWebSocketHandler.java | GMHe/compose-parent | 77e2a8640b93759fe67a9c788fa5784880fe1ff7 | [
"Apache-2.0"
] | null | null | null | compose-metric/src/main/java/cn/compose/metric/websocket/TableWebSocketHandler.java | GMHe/compose-parent | 77e2a8640b93759fe67a9c788fa5784880fe1ff7 | [
"Apache-2.0"
] | null | null | null | compose-metric/src/main/java/cn/compose/metric/websocket/TableWebSocketHandler.java | GMHe/compose-parent | 77e2a8640b93759fe67a9c788fa5784880fe1ff7 | [
"Apache-2.0"
] | null | null | null | 37.35 | 121 | 0.671129 | 16,459 | package cn.compose.metric.websocket;
import cn.compose.metric.api.WebSocketTest;
import cn.compose.metric.config.ApplicationContextConfig;
import cn.compose.metric.constant.Constants;
import cn.compose.metric.dto.MessageDTO;
import cn.compose.metric.dto.MessageVO;
import com.alibaba.fastjson.JSON;
import com.github.be... |
3e26f4f2ffd3465c9d1da1d9f54d82915d980884 | 10,432 | java | Java | src/com/irccloud/android/fragment/ServerReorderFragment.java | shivasurya/irccloud-android | 9f438fed3f966f694744939e1e332c41eee7ec8f | [
"Apache-2.0"
] | null | null | null | src/com/irccloud/android/fragment/ServerReorderFragment.java | shivasurya/irccloud-android | 9f438fed3f966f694744939e1e332c41eee7ec8f | [
"Apache-2.0"
] | null | null | null | src/com/irccloud/android/fragment/ServerReorderFragment.java | shivasurya/irccloud-android | 9f438fed3f966f694744939e1e332c41eee7ec8f | [
"Apache-2.0"
] | null | null | null | 33.980456 | 146 | 0.596913 | 16,460 | /*
* Copyright (c) 2015 IRCCloud, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
3e26f4f90f449e8102ff16ffc6221226fdc26771 | 16,005 | java | Java | rs3 files/Server/src/com/rs/game/player/GrandExchangeManager.java | emcry666/project-scape | 827d213f129a9fd266cf42e7412402609191c484 | [
"Apache-2.0"
] | null | null | null | rs3 files/Server/src/com/rs/game/player/GrandExchangeManager.java | emcry666/project-scape | 827d213f129a9fd266cf42e7412402609191c484 | [
"Apache-2.0"
] | null | null | null | rs3 files/Server/src/com/rs/game/player/GrandExchangeManager.java | emcry666/project-scape | 827d213f129a9fd266cf42e7412402609191c484 | [
"Apache-2.0"
] | null | null | null | 28.837838 | 138 | 0.673664 | 16,461 | package com.rs.game.player;
import java.io.Serializable;
import com.rs.Settings;
import com.rs.cache.loaders.ItemDefinitions;
import com.rs.game.item.Item;
import com.rs.game.player.content.ItemConstants;
import com.rs.game.player.content.Shop;
import com.rs.game.player.content.grandExchange.GrandExchange;
import com... |
3e26f52836c95742c640ae91a8987d73fa05fdef | 758 | java | Java | app/src/main/java/org/chromium/service_manager/mojom/ServiceControl.java | jhonatasrm/chromium-android | d3fedab2b0a461076505133b5ade07517a43cb01 | [
"FTL"
] | 5 | 2019-06-13T19:39:52.000Z | 2021-11-18T09:04:42.000Z | app/src/main/java/org/chromium/service_manager/mojom/ServiceControl.java | doorsrom/com.doors.edge | 626ee6c64c010f5e79a7d770f65597eb335a0a0b | [
"BSD-3-Clause"
] | 1 | 2021-05-25T07:22:30.000Z | 2021-05-25T07:22:30.000Z | app/src/main/java/org/chromium/service_manager/mojom/ServiceControl.java | jhonatasrm/chromium-android | d3fedab2b0a461076505133b5ade07517a43cb01 | [
"FTL"
] | 1 | 2021-12-10T09:01:55.000Z | 2021-12-10T09:01:55.000Z | 23.6875 | 95 | 0.771768 | 16,462 |
// Copyright 2014 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.
// This file is autogenerated by:
// mojo/public/tools/bindings/mojom_bindings_generator.py
// For:
// services/service_manager/public/mojom/serv... |
3e26f56f7dad6f9bc1467fed12f666c9fd893f2a | 1,174 | java | Java | common/src/main/java/com/crd/demo/common/models/request/ReservationRequest.java | honeymoose/Demo-Cars-Rental | a2f7fdb0d54b0a469792c7b0be29f7549d90f253 | [
"MIT"
] | null | null | null | common/src/main/java/com/crd/demo/common/models/request/ReservationRequest.java | honeymoose/Demo-Cars-Rental | a2f7fdb0d54b0a469792c7b0be29f7549d90f253 | [
"MIT"
] | null | null | null | common/src/main/java/com/crd/demo/common/models/request/ReservationRequest.java | honeymoose/Demo-Cars-Rental | a2f7fdb0d54b0a469792c7b0be29f7549d90f253 | [
"MIT"
] | null | null | null | 23.019608 | 73 | 0.721465 | 16,463 | package com.crd.demo.common.models.request;
import com.crd.demo.common.models.CarType;
import java.io.Serializable;
import java.util.Date;
/**
* SearchRequest Object, UI can send search String and related pagination
*
* @author YuCheng Hu
*/
public class ReservationRequest implements Serializable {
private ... |
3e26f6b23282b7de2af6c660aef6a8864bd65bf5 | 14,396 | java | Java | projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/model/swaption/deprecated/SwaptionBlackCurveSpecificFunctionDeprecated.java | Incapture/OG-Platform | 76be42671e692483125582d6dce1245b81de03a1 | [
"Apache-2.0"
] | null | null | null | projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/model/swaption/deprecated/SwaptionBlackCurveSpecificFunctionDeprecated.java | Incapture/OG-Platform | 76be42671e692483125582d6dce1245b81de03a1 | [
"Apache-2.0"
] | null | null | null | projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/model/swaption/deprecated/SwaptionBlackCurveSpecificFunctionDeprecated.java | Incapture/OG-Platform | 76be42671e692483125582d6dce1245b81de03a1 | [
"Apache-2.0"
] | null | null | null | 60.487395 | 198 | 0.808905 | 16,464 | /**
* Copyright (C) 2012 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.financial.analytics.model.swaption.deprecated;
import java.util.Collections;
import java.util.Set;
import javax.time.calendar.Clock;
import javax.time.calend... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.