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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e24f7dea289dc887f149d3bd99ff87f446cd844 | 1,092 | java | Java | Java/M04JavaOOP/L01WorkingWithAbstraction/Exercises/P06_GreedyTimes/Main.java | todorkrastev/softuni-software-engineering | cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84 | [
"MIT"
] | 3 | 2021-04-06T21:35:50.000Z | 2021-08-07T09:51:58.000Z | Java/M04JavaOOP/L01WorkingWithAbstraction/Exercises/P06_GreedyTimes/Main.java | todorkrastev/softuni-software-engineering | cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84 | [
"MIT"
] | null | null | null | Java/M04JavaOOP/L01WorkingWithAbstraction/Exercises/P06_GreedyTimes/Main.java | todorkrastev/softuni-software-engineering | cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84 | [
"MIT"
] | 1 | 2021-12-02T13:58:21.000Z | 2021-12-02T13:58:21.000Z | 36.4 | 109 | 0.611722 | 15,662 | package bg.softuni.java_oop.working_with_abstraction.exercises.P06_GreedyTimes;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.charset.StandardCharsets;
public class Main {
public static void main(String[] args) throws IOException {
BufferedRea... |
3e24f9fa37dc87a66cd35f0b79f3ca1c2257050f | 3,309 | java | Java | src/main/java/org/olat/modules/portfolio/ui/BinderAssessmentDataModel.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 191 | 2018-03-29T09:55:44.000Z | 2022-03-23T06:42:12.000Z | src/main/java/org/olat/modules/portfolio/ui/BinderAssessmentDataModel.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 68 | 2018-05-11T06:19:00.000Z | 2022-01-25T18:03:26.000Z | src/main/java/org/olat/modules/portfolio/ui/BinderAssessmentDataModel.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 139 | 2018-04-27T09:46:11.000Z | 2022-03-27T08:52:50.000Z | 30.722222 | 101 | 0.728752 | 15,663 | /**
* <a href="http://www.openolat.org">
* OpenOLAT - Online Learning and Training</a><br>
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at the
* <a href="http://www.apache... |
3e24fad2df6b6d0b62a5f2cfe402ee6ecd4ffe89 | 281 | java | Java | x_portal_assemble_designer/src/main/java/com/x/portal/assemble/designer/jaxrs/templatepage/NameEmptyException.java | fancylou/o2oa | e7ec39fc586fab3d38b62415ed06448e6a9d6e26 | [
"BSD-3-Clause"
] | 1 | 2019-10-05T03:47:23.000Z | 2019-10-05T03:47:23.000Z | x_portal_assemble_designer/src/main/java/com/x/portal/assemble/designer/jaxrs/templatepage/NameEmptyException.java | Mendeling/o2oa | afd053e465b54b1b21b8db558bffbd93e7923b79 | [
"BSD-3-Clause"
] | null | null | null | x_portal_assemble_designer/src/main/java/com/x/portal/assemble/designer/jaxrs/templatepage/NameEmptyException.java | Mendeling/o2oa | afd053e465b54b1b21b8db558bffbd93e7923b79 | [
"BSD-3-Clause"
] | null | null | null | 21.615385 | 68 | 0.797153 | 15,664 | package com.x.portal.assemble.designer.jaxrs.templatepage;
import com.x.base.core.exception.PromptException;
class NameEmptyException extends PromptException {
private static final long serialVersionUID = -9089355008820123519L;
NameEmptyException() {
super("名称不能为空");
}
}
|
3e24fbe379943eda62e0e54e28965a5f4ccf2bdf | 1,995 | java | Java | src/main/java/org/spongepowered/api/entity/EntityState.java | SpongeHistory/SpongeAPI | 0c1cfecbbb5f9dfa9b560fc9097cdecb7946b967 | [
"MIT"
] | null | null | null | src/main/java/org/spongepowered/api/entity/EntityState.java | SpongeHistory/SpongeAPI | 0c1cfecbbb5f9dfa9b560fc9097cdecb7946b967 | [
"MIT"
] | null | null | null | src/main/java/org/spongepowered/api/entity/EntityState.java | SpongeHistory/SpongeAPI | 0c1cfecbbb5f9dfa9b560fc9097cdecb7946b967 | [
"MIT"
] | null | null | null | 33.25 | 80 | 0.703759 | 15,665 | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered.org <http://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Soft... |
3e24fcc39b48356846721b829b12c96ea9eea909 | 332 | java | Java | src/me/robifoxx/jfunction/commands/StringCommand.java | RobiFox/JFunction | 990f91687d0621baa2de300bc1a2d9f591041594 | [
"MIT"
] | null | null | null | src/me/robifoxx/jfunction/commands/StringCommand.java | RobiFox/JFunction | 990f91687d0621baa2de300bc1a2d9f591041594 | [
"MIT"
] | null | null | null | src/me/robifoxx/jfunction/commands/StringCommand.java | RobiFox/JFunction | 990f91687d0621baa2de300bc1a2d9f591041594 | [
"MIT"
] | null | null | null | 18.444444 | 48 | 0.662651 | 15,666 | package me.robifoxx.jfunction.commands;
/**
* Command that you can create
* from string.
*/
public class StringCommand implements ICommand {
private String command;
public StringCommand(String command) {
this.command = command;
}
@Override
public String toString() {
return comma... |
3e24fd55d4fcc07075b79bdda3c2d42e315f3fd5 | 1,256 | java | Java | vole-portal/src/main/java/com/github/vole/portal/model/entity/SysRole.java | dudw/vole | 3bb0fa04f607c228bbdc38db6779d3b1915452dc | [
"Apache-2.0"
] | 903 | 2018-12-04T05:03:29.000Z | 2022-03-12T15:04:33.000Z | vole-portal/src/main/java/com/github/vole/portal/model/entity/SysRole.java | dudw/vole | 3bb0fa04f607c228bbdc38db6779d3b1915452dc | [
"Apache-2.0"
] | 20 | 2019-01-21T12:58:04.000Z | 2022-01-27T16:19:36.000Z | vole-portal/src/main/java/com/github/vole/portal/model/entity/SysRole.java | dudw/vole | 3bb0fa04f607c228bbdc38db6779d3b1915452dc | [
"Apache-2.0"
] | 466 | 2018-12-04T09:22:26.000Z | 2022-03-12T01:04:27.000Z | 18.202899 | 62 | 0.640127 | 15,667 | package com.github.vole.portal.model.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.baomidou.mybatisplus.extension.activerecord.M... |
3e24fdc81952785625d54f15ba0df6ae19cb1f76 | 2,879 | java | Java | src/test/java/com/prowidesoftware/deprecation/DeprecationUtilTest.java | sman-81/prowide-core | 3dff7251d0207cc5b8675e263355629deec6fc44 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/prowidesoftware/deprecation/DeprecationUtilTest.java | sman-81/prowide-core | 3dff7251d0207cc5b8675e263355629deec6fc44 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/prowidesoftware/deprecation/DeprecationUtilTest.java | sman-81/prowide-core | 3dff7251d0207cc5b8675e263355629deec6fc44 | [
"Apache-2.0"
] | null | null | null | 35.54321 | 210 | 0.70719 | 15,668 | /*
* Copyright 2006-2021 Prowide
*
* 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... |
3e24fe0b318d2adcd2838f4145f87d8678d1129d | 1,626 | java | Java | Plugins/Instantiation/de.uni_hildesheim.sse.easy.instantiatorCore/src/net/ssehub/easy/instantiation/core/model/templateModel/ExpressionStatement.java | SSEHUB/EASyProducer | 769ebe97f9f83963ea814f5e811a562ded7db5d5 | [
"Apache-2.0"
] | 10 | 2016-02-09T14:55:59.000Z | 2019-06-06T00:23:38.000Z | Plugins/Instantiation/de.uni_hildesheim.sse.easy.instantiatorCore/src/net/ssehub/easy/instantiation/core/model/templateModel/ExpressionStatement.java | SSEHUB/EASyProducer | 769ebe97f9f83963ea814f5e811a562ded7db5d5 | [
"Apache-2.0"
] | 88 | 2015-09-03T16:06:12.000Z | 2021-05-26T12:10:12.000Z | Plugins/Instantiation/de.uni_hildesheim.sse.easy.instantiatorCore/src/net/ssehub/easy/instantiation/core/model/templateModel/ExpressionStatement.java | SSEHUB/EASyProducer | 769ebe97f9f83963ea814f5e811a562ded7db5d5 | [
"Apache-2.0"
] | 1 | 2016-03-21T16:12:51.000Z | 2016-03-21T16:12:51.000Z | 25.809524 | 90 | 0.693727 | 15,669 | package net.ssehub.easy.instantiation.core.model.templateModel;
import net.ssehub.easy.instantiation.core.model.common.ILanguageElement;
import net.ssehub.easy.instantiation.core.model.common.VilException;
import net.ssehub.easy.instantiation.core.model.expressions.Expression;
import net.ssehub.easy.instantiation.core... |
3e24fe8c6a0fb2e0c32e87856d6405ff83164ff1 | 959 | java | Java | src/test/java/io/github/oliviercailloux/y2018/apartments/distance/DistanceSubwayTest.java | Aichaaa/Apartments | 26586afbb8d8b063bd039c23b52d868b98d55e29 | [
"MIT"
] | null | null | null | src/test/java/io/github/oliviercailloux/y2018/apartments/distance/DistanceSubwayTest.java | Aichaaa/Apartments | 26586afbb8d8b063bd039c23b52d868b98d55e29 | [
"MIT"
] | 1 | 2019-05-23T10:29:43.000Z | 2019-05-23T10:29:43.000Z | src/test/java/io/github/oliviercailloux/y2018/apartments/distance/DistanceSubwayTest.java | Aichaaa/Apartments | 26586afbb8d8b063bd039c23b52d868b98d55e29 | [
"MIT"
] | null | null | null | 30.935484 | 111 | 0.759124 | 15,670 | package io.github.oliviercailloux.y2018.apartments.distance;
import org.junit.Assert;
import org.junit.jupiter.api.Test;
import io.github.oliviercailloux.y2018.apartments.utils.KeyManager;
import io.github.oliviercailloux.y2018.apartments.valuefunction.DistanceMode;
/**
* Inspiration for reading .txt file : https:... |
3e24fedf11572f605260446b3c3c37c253d2e62c | 3,934 | java | Java | app-cadastro-pessoa/app/src/main/java/com/agateownz/testapplication/activities/MainActivity.java | agateownz/android-cadastro-pessoa | 845559a281c0caf52e37744ff3624114e352c274 | [
"MIT"
] | null | null | null | app-cadastro-pessoa/app/src/main/java/com/agateownz/testapplication/activities/MainActivity.java | agateownz/android-cadastro-pessoa | 845559a281c0caf52e37744ff3624114e352c274 | [
"MIT"
] | null | null | null | app-cadastro-pessoa/app/src/main/java/com/agateownz/testapplication/activities/MainActivity.java | agateownz/android-cadastro-pessoa | 845559a281c0caf52e37744ff3624114e352c274 | [
"MIT"
] | null | null | null | 35.125 | 115 | 0.697509 | 15,671 | package com.agateownz.testapplication.activities;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
imp... |
3e24ff4d63246ab22e48ef9b46f5e0b08124074a | 1,055 | java | Java | 4sem/week6/CircularBufferTester.java | alekseik1/java_mipt_study | 8a8c74e429a83471e5d9d5d2f9e584fb787a40c6 | [
"MIT"
] | null | null | null | 4sem/week6/CircularBufferTester.java | alekseik1/java_mipt_study | 8a8c74e429a83471e5d9d5d2f9e584fb787a40c6 | [
"MIT"
] | null | null | null | 4sem/week6/CircularBufferTester.java | alekseik1/java_mipt_study | 8a8c74e429a83471e5d9d5d2f9e584fb787a40c6 | [
"MIT"
] | null | null | null | 28.513514 | 77 | 0.467299 | 15,672 | package week6;
public class CircularBufferTester {
public static void main(String[] args) {
/*
CircularBuffer<Integer> buffer = new CircularBuffer<>(3);
for(int i = 1; i < 10; i++) {
System.out.println(buffer.push(i));
}
for(int i = 1; i < 10; i++) {
... |
3e24ff792e98aa2ed455a71a6e9ff5d131657b4d | 1,358 | java | Java | pastel-layouts/src/main/java/com/giaquino/pastel/layouts/TintableFrameLayout.java | gdaAquino/pastel | 3a3caa6de6ab211afe7780fb9662fa3085d55102 | [
"Apache-2.0"
] | 2 | 2017-10-24T09:32:21.000Z | 2017-11-17T02:26:25.000Z | pastel-layouts/src/main/java/com/giaquino/pastel/layouts/TintableFrameLayout.java | giaquino/Pastel | 3a3caa6de6ab211afe7780fb9662fa3085d55102 | [
"Apache-2.0"
] | null | null | null | pastel-layouts/src/main/java/com/giaquino/pastel/layouts/TintableFrameLayout.java | giaquino/Pastel | 3a3caa6de6ab211afe7780fb9662fa3085d55102 | [
"Apache-2.0"
] | null | null | null | 32.333333 | 88 | 0.802651 | 15,673 | package com.giaquino.pastel.layouts;
import android.content.Context;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff;
import android.support.v4.view.TintableBackgroundView;
import android.util.AttributeSet;
import android.widget.FrameLayout;
public class TintableFrameLayout extends Frame... |
3e24ffde236a10058ce373ff7ddfe45456570411 | 1,906 | java | Java | io-hotmoka-verification/src/main/java/io/hotmoka/verification/internal/checksOnMethods/PayableCodeReceivesAmountCheck.java | HotMoka/hotmoka | 8eeea43aaf991e843b3239429348c27bbd04c8a9 | [
"Apache-2.0"
] | 9 | 2021-05-07T09:36:19.000Z | 2022-03-12T06:27:30.000Z | io-hotmoka-verification/src/main/java/io/hotmoka/verification/internal/checksOnMethods/PayableCodeReceivesAmountCheck.java | HotMoka/hotmoka | 8eeea43aaf991e843b3239429348c27bbd04c8a9 | [
"Apache-2.0"
] | 2 | 2021-04-28T11:09:34.000Z | 2021-06-16T16:22:42.000Z | io-hotmoka-verification/src/main/java/io/hotmoka/verification/internal/checksOnMethods/PayableCodeReceivesAmountCheck.java | HotMoka/hotmoka | 8eeea43aaf991e843b3239429348c27bbd04c8a9 | [
"Apache-2.0"
] | 5 | 2021-06-04T20:20:33.000Z | 2022-02-07T12:00:34.000Z | 38.12 | 134 | 0.79958 | 15,674 | /*
Copyright 2021 Fausto Spoto
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
di... |
3e24ffe7fba130bb3e8f500f970e60e2b4e09398 | 1,137 | java | Java | JavaAyo/src/com/cowthan/math/BinaryTreeTraverse_ByLevel.java | cowthan/JavaWeb | 6431f9c11608a99b16e46f0fd112872ef825656b | [
"Apache-2.0"
] | 5 | 2016-05-10T09:45:34.000Z | 2020-06-18T09:03:43.000Z | JavaAyo/src/com/cowthan/math/BinaryTreeTraverse_ByLevel.java | cowthan/JavaWeb | 6431f9c11608a99b16e46f0fd112872ef825656b | [
"Apache-2.0"
] | null | null | null | JavaAyo/src/com/cowthan/math/BinaryTreeTraverse_ByLevel.java | cowthan/JavaWeb | 6431f9c11608a99b16e46f0fd112872ef825656b | [
"Apache-2.0"
] | 3 | 2016-05-21T14:21:45.000Z | 2021-12-23T09:21:32.000Z | 21.45283 | 82 | 0.6781 | 15,675 | package com.cowthan.math;
import java.util.ArrayList;
import java.util.List;
/**
* 二叉树的层次遍历
* @author Administrator
*
*/
public class BinaryTreeTraverse_ByLevel {
public static void tranverse(BinaryTreeNode root, BinaryNodeProcessor processor){
if(root == null) {
System.out.println("二叉树是空");
return;... |
3e25008c237d4921bddd0cd8b0fef44dd4c46377 | 1,076 | java | Java | core/src/main/java/com/tobedevoured/modelcitizen/callback/internal/Constructable.java | mguymon/model-citizen | bc873dae062df0976196a0c8bacfe4bcc15d7a09 | [
"Apache-2.0"
] | 58 | 2015-01-04T18:40:02.000Z | 2022-02-25T03:04:19.000Z | core/src/main/java/com/tobedevoured/modelcitizen/callback/internal/Constructable.java | mguymon/model-citizen | bc873dae062df0976196a0c8bacfe4bcc15d7a09 | [
"Apache-2.0"
] | 3 | 2015-09-14T11:16:35.000Z | 2018-02-22T18:35:07.000Z | core/src/main/java/com/tobedevoured/modelcitizen/callback/internal/Constructable.java | mguymon/model-citizen | bc873dae062df0976196a0c8bacfe4bcc15d7a09 | [
"Apache-2.0"
] | 13 | 2015-01-17T17:57:39.000Z | 2021-08-18T09:03:18.000Z | 37.103448 | 75 | 0.767658 | 15,676 | package com.tobedevoured.modelcitizen.callback.internal;
/**
* 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... |
3e25011ab2787e0eb85b8c76565cf42482cd54f2 | 994 | java | Java | src/org/sosy_lab/cpachecker/core/counterexample/MemoryName.java | DulangDev/cpachecker | 234211fdb2fb5459ea99d79ccc24d031bee160d1 | [
"Apache-2.0"
] | 16 | 2015-01-19T15:52:14.000Z | 2015-11-30T14:12:31.000Z | src/org/sosy_lab/cpachecker/core/counterexample/MemoryName.java | teodorov/cpachecker | 16e37b76c5b9e3d203992c6c7bf96b64da6fbae1 | [
"Apache-2.0"
] | null | null | null | src/org/sosy_lab/cpachecker/core/counterexample/MemoryName.java | teodorov/cpachecker | 16e37b76c5b9e3d203992c6c7bf96b64da6fbae1 | [
"Apache-2.0"
] | 18 | 2015-02-17T19:22:41.000Z | 2015-11-24T09:12:39.000Z | 33.133333 | 97 | 0.741449 | 15,677 | // This file is part of CPAchecker,
// a tool for configurable software verification:
// https://cpachecker.sosy-lab.org
//
// SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.cpachecker.core.counterexample;
import org.sosy_lab.cpac... |
3e2501cc15b91527173386a8b973b3c3583bcc1e | 1,912 | java | Java | app/src/main/java/com/example/aacdemo/livedata/CarSpeedLiveData.java | wangwofeng/ArchitectureComponentsDemo | cfdada0cb438a46e7d29c0e827739651a4648e7d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/aacdemo/livedata/CarSpeedLiveData.java | wangwofeng/ArchitectureComponentsDemo | cfdada0cb438a46e7d29c0e827739651a4648e7d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/aacdemo/livedata/CarSpeedLiveData.java | wangwofeng/ArchitectureComponentsDemo | cfdada0cb438a46e7d29c0e827739651a4648e7d | [
"Apache-2.0"
] | null | null | null | 25.157895 | 62 | 0.614017 | 15,678 | package com.example.aacdemo.livedata;
import android.arch.lifecycle.LiveData;
import android.support.annotation.MainThread;
import android.util.Log;
/**
* LiveData 是一个数据持有类,它持有一个值并且该值可以被观察。
* 不同于普通的可观察者,LiveData 遵从应用组件的生命周期,
* 这样 Observer 便可以指定一个其应该遵循的 Lifecycle。
* 如果 Observer 所依附的 Lifecycle 处于 STARTED 或者 RESUMED... |
3e2502ae39a5011aeb4c5e0839edfba5133ee8de | 9,183 | java | Java | app/src/main/java/com/eusecom/samfantozzi/VyberPohybActivity.java | eurosecom/samfantozzi | 5be41da4093d24bd09db3a4550c8a2e9faf431e7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/eusecom/samfantozzi/VyberPohybActivity.java | eurosecom/samfantozzi | 5be41da4093d24bd09db3a4550c8a2e9faf431e7 | [
"Apache-2.0"
] | 21 | 2017-09-22T14:15:41.000Z | 2018-06-08T15:37:45.000Z | app/src/main/java/com/eusecom/samfantozzi/VyberPohybActivity.java | eurosecom/samfantozzi | 5be41da4093d24bd09db3a4550c8a2e9faf431e7 | [
"Apache-2.0"
] | null | null | null | 36.585657 | 132 | 0.570293 | 15,679 | package com.eusecom.samfantozzi;
/**
* Get type of accounting....
* Called from NewFakZahActivity.java, newPoklZahActivity.java....
* After choose Return to Activity that was caaling her
* Call ../androidfanti/get_all_pohyby.php
*/
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
im... |
3e2503dc2ff8898053ef9a77721e20cac03e955f | 3,712 | java | Java | rest-locations-service/src/test/java/su/svn/utils/TestUtil.java | vskurikhin/href-on-spring | d9f1da9b6f2524d939d6bddf566cf0b7efa131e5 | [
"Unlicense"
] | null | null | null | rest-locations-service/src/test/java/su/svn/utils/TestUtil.java | vskurikhin/href-on-spring | d9f1da9b6f2524d939d6bddf566cf0b7efa131e5 | [
"Unlicense"
] | 11 | 2019-04-08T18:22:25.000Z | 2021-01-20T23:47:10.000Z | rest-locations-service/src/test/java/su/svn/utils/TestUtil.java | vskurikhin/href-on-spring | d9f1da9b6f2524d939d6bddf566cf0b7efa131e5 | [
"Unlicense"
] | null | null | null | 29.460317 | 83 | 0.634159 | 15,680 | package su.svn.utils;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.data.r2dbc.function.DatabaseClient;
import reactor.test.StepVerifier;
import su.svn.href.models.Country;
import su.svn.href.models.Location;
import su.svn.href.model... |
3e25049232caf7012a29db9a6ea3a19b1e82d808 | 918 | java | Java | src/main/java/com/i/lubov/entity/Order.java | ilubov/ilubov-sharding | 18048caadc4390c6435e55410b921807a1b59c6e | [
"MIT"
] | null | null | null | src/main/java/com/i/lubov/entity/Order.java | ilubov/ilubov-sharding | 18048caadc4390c6435e55410b921807a1b59c6e | [
"MIT"
] | null | null | null | src/main/java/com/i/lubov/entity/Order.java | ilubov/ilubov-sharding | 18048caadc4390c6435e55410b921807a1b59c6e | [
"MIT"
] | null | null | null | 21.348837 | 65 | 0.733115 | 15,681 | /*
* Copyright (c) 2020 ilubov
* https://www.ilubov.cn
* All rights reserved.
*/
package com.i.lubov.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.Table... |
3e250569e58e19bda20b001170c94d3a08a07893 | 9,852 | java | Java | android/versioned-abis/expoview-abi43_0_0/src/main/java/abi43_0_0/host/exp/exponent/modules/api/components/lottie/LottieAnimationViewManager.java | polnikale/expo | 7c5049695f79b946cd806b3e82d30c62644db23a | [
"MIT"
] | 16,461 | 2017-03-24T19:59:01.000Z | 2022-03-31T21:52:45.000Z | android/versioned-abis/expoview-abi43_0_0/src/main/java/abi43_0_0/host/exp/exponent/modules/api/components/lottie/LottieAnimationViewManager.java | messivite/expo | be43f196197b9801f5829c3ac7759930897cb2f1 | [
"Apache-2.0",
"MIT"
] | 13,016 | 2017-03-25T22:49:31.000Z | 2022-03-31T23:23:58.000Z | android/versioned-abis/expoview-abi43_0_0/src/main/java/abi43_0_0/host/exp/exponent/modules/api/components/lottie/LottieAnimationViewManager.java | messivite/expo | be43f196197b9801f5829c3ac7759930897cb2f1 | [
"Apache-2.0",
"MIT"
] | 3,945 | 2017-03-25T07:12:57.000Z | 2022-03-31T20:55:18.000Z | 34.447552 | 109 | 0.669204 | 15,682 | package abi43_0_0.host.exp.exponent.modules.api.components.lottie;
import android.animation.Animator;
import android.content.Context;
import android.content.ContextWrapper;
import android.os.Handler;
import android.os.Looper;
import androidx.core.view.ViewCompat;
import android.widget.ImageView;
import android.view.Vi... |
3e25059d5a609daa3dda71fb0da75b24b6e6a7e4 | 280 | java | Java | nhglib-core/src/io/github/movementspeed/nhglib/core/fsm/interfaces/EngineConfigurationListener.java | MovementSpeed/nhglib | 21c095f51ee8dae4af14e2bf45f6b34790899676 | [
"MIT"
] | 2 | 2017-12-21T14:40:35.000Z | 2018-05-10T20:58:58.000Z | nhglib-core/src/io/github/movementspeed/nhglib/core/fsm/interfaces/EngineConfigurationListener.java | MovementSpeed/nhglib | 21c095f51ee8dae4af14e2bf45f6b34790899676 | [
"MIT"
] | null | null | null | nhglib-core/src/io/github/movementspeed/nhglib/core/fsm/interfaces/EngineConfigurationListener.java | MovementSpeed/nhglib | 21c095f51ee8dae4af14e2bf45f6b34790899676 | [
"MIT"
] | null | null | null | 23.333333 | 59 | 0.782143 | 15,683 | package io.github.movementspeed.nhglib.core.fsm.interfaces;
import com.artemis.BaseSystem;
import com.badlogic.gdx.utils.Array;
/**
* Created by Fausto Napoli on 02/11/2016.
*/
public interface EngineConfigurationListener {
Array<BaseSystem> onConfigureEntitySystems();
}
|
3e250691daedebd0fe3ffbb2cf94d67694f94777 | 4,184 | java | Java | src/main/java/com/github/msu/sdk/response/model/Merchant.java | gentaliti/msu-api-sdk | 5a59e9e32aa86b577b1fcd06a0e69e1a396d1307 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/msu/sdk/response/model/Merchant.java | gentaliti/msu-api-sdk | 5a59e9e32aa86b577b1fcd06a0e69e1a396d1307 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/msu/sdk/response/model/Merchant.java | gentaliti/msu-api-sdk | 5a59e9e32aa86b577b1fcd06a0e69e1a396d1307 | [
"Apache-2.0"
] | null | null | null | 22.255319 | 84 | 0.784656 | 15,684 | package com.github.msu.sdk.response.model;
import java.math.BigDecimal;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
@XmlAcces... |
3e2506f34b23d4699b33ad5424a3aa0577342e96 | 5,148 | java | Java | platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/scope/ITargetScope.java | BudBundi/Vega | c732de3d3fe5be83a27ee1838d9aeb8132b1f9e2 | [
"MIT"
] | 267 | 2015-01-08T21:17:48.000Z | 2022-03-20T15:23:20.000Z | platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/scope/ITargetScope.java | BudBundi/Vega | c732de3d3fe5be83a27ee1838d9aeb8132b1f9e2 | [
"MIT"
] | 104 | 2015-01-08T21:26:56.000Z | 2022-03-28T10:42:06.000Z | platform/com.subgraph.vega.api/src/com/subgraph/vega/api/model/scope/ITargetScope.java | BudBundi/Vega | c732de3d3fe5be83a27ee1838d9aeb8132b1f9e2 | [
"MIT"
] | 95 | 2015-02-17T00:58:29.000Z | 2022-02-23T04:46:18.000Z | 26 | 82 | 0.681624 | 15,685 | package com.subgraph.vega.api.model.scope;
import java.net.URI;
import java.util.Collection;
import org.apache.http.HttpHost;
public interface ITargetScope {
long getScopeId();
/**
* Returns the name of this scope instance.
*
* Use {@link #setName()} to change name.
*
* @return The name of this sco... |
3e25073e42c2b5382348b2c78042d522e1fecb47 | 2,486 | java | Java | Lab2/Lab2/src/CourseConflictHandler.java | z1514/264P | dc0e2cfa7d84f8351e4c4b4cf12024a18c735211 | [
"MIT"
] | null | null | null | Lab2/Lab2/src/CourseConflictHandler.java | z1514/264P | dc0e2cfa7d84f8351e4c4b4cf12024a18c735211 | [
"MIT"
] | null | null | null | Lab2/Lab2/src/CourseConflictHandler.java | z1514/264P | dc0e2cfa7d84f8351e4c4b4cf12024a18c735211 | [
"MIT"
] | null | null | null | 37.666667 | 114 | 0.648431 | 15,686 | /**
* @(#)CourseConflictHandler.java
*
*
*/
import java.util.ArrayList;
import java.util.StringTokenizer;
/**
* "Course conflict" event handler.
*/
public class CourseConflictHandler extends CommandEventHandler{
/**
* Construct "Course Conflict Check" event handler.
*
* @param objDataBase refe... |
3e2508131b8c500a0e99d9136c97a0d1f8be9ac4 | 117 | java | Java | chat_server/src/by/kam32ar/server/common/DecodingState.java | psih0z/netty_chat | b21f1805d9391401e5013939169d319e92484ebc | [
"Apache-2.0"
] | null | null | null | chat_server/src/by/kam32ar/server/common/DecodingState.java | psih0z/netty_chat | b21f1805d9391401e5013939169d319e92484ebc | [
"Apache-2.0"
] | null | null | null | chat_server/src/by/kam32ar/server/common/DecodingState.java | psih0z/netty_chat | b21f1805d9391401e5013939169d319e92484ebc | [
"Apache-2.0"
] | null | null | null | 10.636364 | 33 | 0.752137 | 15,687 | package by.kam32ar.server.common;
public enum DecodingState {
TYPE,
REQUEST_TYPE,
PAYLOAD_LENGTH,
PAYLOAD,
}
|
3e250894237f220e60c76a83417c862df768a30e | 555 | java | Java | shcf4j-java-http-client/src/main/java/org/maximkir/shcf4j/java/http/client/JavaHttpClientServiceProvider.java | maximkir/shcf4j | b6c60a500bb305da1097e73f0bd8dcedf725a7e8 | [
"Apache-2.0"
] | 1 | 2020-08-11T10:15:47.000Z | 2020-08-11T10:15:47.000Z | shcf4j-java-http-client/src/main/java/org/maximkir/shcf4j/java/http/client/JavaHttpClientServiceProvider.java | maximkir/shcf4j | b6c60a500bb305da1097e73f0bd8dcedf725a7e8 | [
"Apache-2.0"
] | null | null | null | shcf4j-java-http-client/src/main/java/org/maximkir/shcf4j/java/http/client/JavaHttpClientServiceProvider.java | maximkir/shcf4j | b6c60a500bb305da1097e73f0bd8dcedf725a7e8 | [
"Apache-2.0"
] | null | null | null | 27.75 | 76 | 0.787387 | 15,688 | package org.maximkir.shcf4j.java.http.client;
import org.maximkir.shcf4j.api.AsyncHttpClientBuilder;
import org.maximkir.shcf4j.api.SyncHttpClientBuilder;
import org.maximkir.shcf4j.api.spi.SHC4JServiceProvider;
public class JavaHttpClientServiceProvider implements SHC4JServiceProvider {
@Override
public Sy... |
3e2508e5d054e19522b6f28fa39744104e02c4ec | 1,551 | java | Java | src/main/groovy/com/themodernway/server/sql/GInsertColumns.java | themodernway/themodernway-server-sql | abd198faf553a3408e03ae0574180c938bbd4593 | [
"Apache-2.0"
] | null | null | null | src/main/groovy/com/themodernway/server/sql/GInsertColumns.java | themodernway/themodernway-server-sql | abd198faf553a3408e03ae0574180c938bbd4593 | [
"Apache-2.0"
] | null | null | null | src/main/groovy/com/themodernway/server/sql/GInsertColumns.java | themodernway/themodernway-server-sql | abd198faf553a3408e03ae0574180c938bbd4593 | [
"Apache-2.0"
] | null | null | null | 25.016129 | 75 | 0.665377 | 15,689 | /*
* Copyright (c) 2018, The Modern Way. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... |
3e25095e123e015069f547af30785e7fa478ba05 | 20,562 | java | Java | dm-code/dm-service/src/main/java/org/finra/dm/service/impl/BusinessObjectDefinitionServiceImpl.java | dawsonlp/herd | 8dd58971b6020fc0ef1f23f0d2c0cf1bb7b1c824 | [
"Apache-2.0"
] | 1 | 2017-02-04T13:59:23.000Z | 2017-02-04T13:59:23.000Z | dm-code/dm-service/src/main/java/org/finra/dm/service/impl/BusinessObjectDefinitionServiceImpl.java | tarpdalton/herd | 8dd58971b6020fc0ef1f23f0d2c0cf1bb7b1c824 | [
"Apache-2.0"
] | 2 | 2022-01-21T23:50:43.000Z | 2022-03-31T21:06:26.000Z | dm-code/dm-service/src/main/java/org/finra/dm/service/impl/BusinessObjectDefinitionServiceImpl.java | dawsonlp/herd | 8dd58971b6020fc0ef1f23f0d2c0cf1bb7b1c824 | [
"Apache-2.0"
] | 1 | 2017-02-04T13:59:25.000Z | 2017-02-04T13:59:25.000Z | 47.93007 | 160 | 0.731835 | 15,690 | /*
* Copyright 2015 herd contributors
*
* 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 ... |
3e2509d2c6e206396acc0801f4f8c1d1956765e2 | 184 | java | Java | app/src/main/java/com/codernauti/sweetie/chat/ChatItemVM.java | Codernauti/Sweetie | 888d22b1c6a54783f7d75266d7bf9a8a394033b3 | [
"Apache-2.0"
] | 3 | 2018-05-19T02:01:10.000Z | 2020-02-10T02:47:17.000Z | app/src/main/java/com/codernauti/sweetie/chat/ChatItemVM.java | Codernauti/Sweetie | 888d22b1c6a54783f7d75266d7bf9a8a394033b3 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/codernauti/sweetie/chat/ChatItemVM.java | Codernauti/Sweetie | 888d22b1c6a54783f7d75266d7bf9a8a394033b3 | [
"Apache-2.0"
] | 2 | 2019-03-08T14:29:30.000Z | 2020-02-10T02:47:22.000Z | 14.153846 | 57 | 0.641304 | 15,691 | package com.codernauti.sweetie.chat;
interface ChatItemVM {
void configViewHolder(ChatViewHolder viewHolder);
int getIdView();
String getKey();
}
|
3e250ab3df8aeeed62ab9825bb7fc9644a319647 | 3,083 | java | Java | leetcode/26_remove_duplicates_from_sorted_array.java | sohilladhani/programming | f9a63532013c0ef81679eb922e8ec66d3daf2518 | [
"MIT"
] | null | null | null | leetcode/26_remove_duplicates_from_sorted_array.java | sohilladhani/programming | f9a63532013c0ef81679eb922e8ec66d3daf2518 | [
"MIT"
] | null | null | null | leetcode/26_remove_duplicates_from_sorted_array.java | sohilladhani/programming | f9a63532013c0ef81679eb922e8ec66d3daf2518 | [
"MIT"
] | null | null | null | 33.150538 | 84 | 0.560169 | 15,692 | /* 26. Remove Duplicates from Sorted Array -
https://leetcode.com/problems/remove-duplicates-from-sorted-array/
Given a sorted array nums, remove the duplicates in-place such that each
element appear only once and return the new length.
Do not allocate extra space for another array, you must do this ... |
3e250c94b8f0656d64357d341fef3e128405e86c | 514 | java | Java | yeb_back/yeb-server/src/main/java/com/fz/server/service/impl/EmployeeRemoveServiceImpl.java | zerofe6/yeb | 2935945f37e4c932774d14275d20e016dcddde8f | [
"Apache-2.0"
] | null | null | null | yeb_back/yeb-server/src/main/java/com/fz/server/service/impl/EmployeeRemoveServiceImpl.java | zerofe6/yeb | 2935945f37e4c932774d14275d20e016dcddde8f | [
"Apache-2.0"
] | null | null | null | yeb_back/yeb-server/src/main/java/com/fz/server/service/impl/EmployeeRemoveServiceImpl.java | zerofe6/yeb | 2935945f37e4c932774d14275d20e016dcddde8f | [
"Apache-2.0"
] | null | null | null | 24.47619 | 132 | 0.793774 | 15,693 | package com.fz.server.service.impl;
import com.fz.server.pojo.EmployeeRemove;
import com.fz.server.mapper.EmployeeRemoveMapper;
import com.fz.server.service.IEmployeeRemoveService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
/**
* <p>
* 服务实现类
... |
3e250cdb947b08ef82d10d2720845ea7c7aecda2 | 4,560 | java | Java | src/main/java/com/android/tools/build/bundletool/optimizations/OptimizationsMerger.java | fooock/bundletool | 91b79cf4fed854c7c76f3a05735b624261978ae9 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/android/tools/build/bundletool/optimizations/OptimizationsMerger.java | fooock/bundletool | 91b79cf4fed854c7c76f3a05735b624261978ae9 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/android/tools/build/bundletool/optimizations/OptimizationsMerger.java | fooock/bundletool | 91b79cf4fed854c7c76f3a05735b624261978ae9 | [
"Apache-2.0"
] | null | null | null | 42.222222 | 100 | 0.758333 | 15,694 | /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e250d553b4d13a796c8b70f03b0544470a4c441 | 2,093 | java | Java | aliyun-java-sdk-vcs/src/main/java/com/aliyuncs/vcs/model/v20200515/GetMonitorListRequest.java | carldea/aliyun-openapi-java-sdk | 2d7c54d31cfb41af85a3f110c85f1b28ea1edf47 | [
"Apache-2.0"
] | 1 | 2022-02-12T06:01:36.000Z | 2022-02-12T06:01:36.000Z | aliyun-java-sdk-vcs/src/main/java/com/aliyuncs/vcs/model/v20200515/GetMonitorListRequest.java | carldea/aliyun-openapi-java-sdk | 2d7c54d31cfb41af85a3f110c85f1b28ea1edf47 | [
"Apache-2.0"
] | 27 | 2021-06-11T21:08:40.000Z | 2022-03-11T21:25:09.000Z | aliyun-java-sdk-vcs/src/main/java/com/aliyuncs/vcs/model/v20200515/GetMonitorListRequest.java | carldea/aliyun-openapi-java-sdk | 2d7c54d31cfb41af85a3f110c85f1b28ea1edf47 | [
"Apache-2.0"
] | 1 | 2020-03-05T07:30:16.000Z | 2020-03-05T07:30:16.000Z | 25.839506 | 118 | 0.727186 | 15,695 | /*
* 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 u... |
3e250de058d10ff9c6b0a702e4e979ba9a833308 | 2,337 | java | Java | gmall-cart/src/main/java/com/atguigu/gmall/cart/listener/CartListener.java | awaymagic/gmall | 96dd6aa5dbe4f0d06b0add07098e6b0465eb42f2 | [
"Apache-2.0"
] | null | null | null | gmall-cart/src/main/java/com/atguigu/gmall/cart/listener/CartListener.java | awaymagic/gmall | 96dd6aa5dbe4f0d06b0add07098e6b0465eb42f2 | [
"Apache-2.0"
] | null | null | null | gmall-cart/src/main/java/com/atguigu/gmall/cart/listener/CartListener.java | awaymagic/gmall | 96dd6aa5dbe4f0d06b0add07098e6b0465eb42f2 | [
"Apache-2.0"
] | null | null | null | 36.515625 | 128 | 0.728712 | 15,696 | package com.atguigu.gmall.cart.listener;
import com.atguigu.gmall.cart.feign.GmallPmsClient;
import com.atguigu.gmall.common.bean.ResponseVo;
import com.atguigu.gmall.pms.entity.SkuEntity;
import com.baomidou.mybatisplus.core.toolkit.CollectionUtils;
import com.rabbitmq.client.Channel;
import org.springframework.amqp.... |
3e250e3ea2aaf3170ba392e60a05aafb1e372c59 | 1,208 | java | Java | src/segmentedfilesystem/Main.java | umm-csci-3403-fall-2019/lab-10-segmented-file-system-client-hitclubglassroom | 164579dcbfaaa300a5053b54673b6ce884d4caac | [
"MIT"
] | null | null | null | src/segmentedfilesystem/Main.java | umm-csci-3403-fall-2019/lab-10-segmented-file-system-client-hitclubglassroom | 164579dcbfaaa300a5053b54673b6ce884d4caac | [
"MIT"
] | null | null | null | src/segmentedfilesystem/Main.java | umm-csci-3403-fall-2019/lab-10-segmented-file-system-client-hitclubglassroom | 164579dcbfaaa300a5053b54673b6ce884d4caac | [
"MIT"
] | null | null | null | 27.454545 | 83 | 0.589404 | 15,697 | package segmentedfilesystem;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.OutputStream;
import java.io.Reader;
import java.net.*;
public class Main {
public static void main(String[] args) throws IOException {
int port = 6014;
InetAddress address = InetAddress.getByNa... |
3e250f37ae69c70b86bb5209ee8d74100ef8168c | 1,264 | java | Java | PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azure/toolkit/eclipse/common/launch/AzureLaunchConfigurationTabGroup.java | G-arj/azure-tools-for-java | 4780137b1b07c59cb16475c9f5698fe9d3acf19b | [
"MIT"
] | 131 | 2016-03-24T05:34:57.000Z | 2019-04-23T14:41:48.000Z | PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azure/toolkit/eclipse/common/launch/AzureLaunchConfigurationTabGroup.java | G-arj/azure-tools-for-java | 4780137b1b07c59cb16475c9f5698fe9d3acf19b | [
"MIT"
] | 2,277 | 2016-03-23T06:19:19.000Z | 2019-05-06T11:35:49.000Z | PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.core/src/com/microsoft/azure/toolkit/eclipse/common/launch/AzureLaunchConfigurationTabGroup.java | G-arj/azure-tools-for-java | 4780137b1b07c59cb16475c9f5698fe9d3acf19b | [
"MIT"
] | 98 | 2016-03-25T03:23:42.000Z | 2019-04-09T17:42:50.000Z | 39.5 | 145 | 0.786392 | 15,698 | /*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
package com.microsoft.azure.toolkit.eclipse.common.launch;
import com.microsoft.azure.toolkit.eclipse.common.form.AzureFormPanel;
import org.eclipse.debug... |
3e25101bab1fdb4f85b0a9a6b36dfdef19b4d2ac | 2,904 | java | Java | selenium/src/main/java/org/museautomation/selenium/steps/SendKeys.java | ChrisLMerrill/muse | e60cac308813c96d23d4f62d35eaca09f64d959e | [
"Apache-2.0"
] | 12 | 2015-09-13T02:42:37.000Z | 2021-06-25T18:24:51.000Z | selenium/src/main/java/org/museautomation/selenium/steps/SendKeys.java | ChrisLMerrill/muse | e60cac308813c96d23d4f62d35eaca09f64d959e | [
"Apache-2.0"
] | 2 | 2016-02-17T14:11:20.000Z | 2016-02-17T17:08:56.000Z | selenium/src/main/java/org/museautomation/selenium/steps/SendKeys.java | ChrisLMerrill/muse | e60cac308813c96d23d4f62d35eaca09f64d959e | [
"Apache-2.0"
] | null | null | null | 47.606557 | 265 | 0.755854 | 15,699 | package org.museautomation.selenium.steps;
import org.museautomation.core.*;
import org.museautomation.core.context.*;
import org.museautomation.core.resource.*;
import org.museautomation.core.step.*;
import org.museautomation.core.step.descriptor.*;
import org.museautomation.core.values.descriptor.*;
import org.openq... |
3e2510b09d39b48ff097e5be83dd1b585aa90bcb | 2,227 | java | Java | core/core-i18n/src/main/java/androidx/core/i18n/messageformat_icu/util/ICUUncheckedIOException.java | AndroidX/androidx | 3605520a7da0e350bf00d7de489ad1759a7b9e70 | [
"Apache-2.0"
] | 7 | 2020-07-23T18:52:59.000Z | 2020-07-23T20:31:41.000Z | core/core-i18n/src/main/java/androidx/core/i18n/messageformat_icu/util/ICUUncheckedIOException.java | AndroidX/androidx | 3605520a7da0e350bf00d7de489ad1759a7b9e70 | [
"Apache-2.0"
] | 2 | 2020-07-23T19:17:07.000Z | 2020-07-23T19:43:42.000Z | core/core-i18n/src/main/java/androidx/core/i18n/messageformat_icu/util/ICUUncheckedIOException.java | AndroidX/androidx | 3605520a7da0e350bf00d7de489ad1759a7b9e70 | [
"Apache-2.0"
] | 5 | 2020-07-23T18:45:08.000Z | 2020-07-23T18:56:15.000Z | 31.366197 | 86 | 0.638078 | 15,700 | /*
*******************************************************************************
* Copyright (C) 2014, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*/
package androidx.core.i18n.messageformat_icu.uti... |
3e2511319107c90bc6cc99e8300ec04a776b3029 | 3,810 | java | Java | datasets-cifar10/src/main/java/org/knowm/datasets/cifar10/CifarDbFile.java | timmolter/Datasets | 4ea16ccda1d4190a551accff78bbbe05c9c38c79 | [
"MIT"
] | 12 | 2015-04-07T15:47:34.000Z | 2017-07-16T12:32:46.000Z | datasets-cifar10/src/main/java/org/knowm/datasets/cifar10/CifarDbFile.java | knowm/Datasets | 4ea16ccda1d4190a551accff78bbbe05c9c38c79 | [
"MIT"
] | 4 | 2015-06-14T06:03:25.000Z | 2017-04-03T07:52:53.000Z | datasets-cifar10/src/main/java/org/knowm/datasets/cifar10/CifarDbFile.java | knowm/Datasets | 4ea16ccda1d4190a551accff78bbbe05c9c38c79 | [
"MIT"
] | 6 | 2018-01-06T11:24:39.000Z | 2021-09-26T17:10:07.000Z | 29.083969 | 149 | 0.696063 | 15,701 | /**
* (The MIT License)
*
* Copyright 2015-2017 Knowm Inc. (http://knowm.org) and contributors.
* Copyright 2013-2015 Xeiam LLC (http://xeiam.com) and contributors.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Softwar... |
3e25116064a85ea489161bc7aaa971931722f073 | 43,938 | java | Java | src/main/java/aic/gas/abstract_bot/model/bot/FactConverters.java | Games-and-Simulations/abstract-bot | 707699dc2598b97949938df3128ce10c293e2651 | [
"MIT"
] | null | null | null | src/main/java/aic/gas/abstract_bot/model/bot/FactConverters.java | Games-and-Simulations/abstract-bot | 707699dc2598b97949938df3128ce10c293e2651 | [
"MIT"
] | null | null | null | src/main/java/aic/gas/abstract_bot/model/bot/FactConverters.java | Games-and-Simulations/abstract-bot | 707699dc2598b97949938df3128ce10c293e2651 | [
"MIT"
] | null | null | null | 58.119048 | 172 | 0.725135 | 15,702 | package aic.gas.abstract_bot.model.bot;
import static aic.gas.abstract_bot.model.game.wrappers.AUnitTypeWrapper.CREEP_COLONY_TYPE;
import static aic.gas.abstract_bot.model.game.wrappers.AUnitTypeWrapper.OVERLORD_TYPE;
import aic.gas.abstract_bot.model.UnitTypeStatus;
import aic.gas.abstract_bot.model.game.wrappers.AB... |
3e2512f0cf3434c0ebe35f45a22f2f4b1bb66dd7 | 2,769 | java | Java | bboss-rpc/src-rmi/org/frameworkset/spi/remote/rmi/RMIRpcServiceClient.java | besom/bbossgroups-3.5 | d1c6fcec93c62ae6ca58eb00225f287a49ce1772 | [
"Apache-2.0"
] | 13 | 2015-10-29T08:01:11.000Z | 2021-11-26T01:09:44.000Z | bboss-rpc/src-rmi/org/frameworkset/spi/remote/rmi/RMIRpcServiceClient.java | besom/bbossgroups-3.5 | d1c6fcec93c62ae6ca58eb00225f287a49ce1772 | [
"Apache-2.0"
] | null | null | null | bboss-rpc/src-rmi/org/frameworkset/spi/remote/rmi/RMIRpcServiceClient.java | besom/bbossgroups-3.5 | d1c6fcec93c62ae6ca58eb00225f287a49ce1772 | [
"Apache-2.0"
] | 12 | 2015-10-29T03:44:09.000Z | 2021-09-22T08:14:50.000Z | 32.576471 | 131 | 0.677501 | 15,703 | /*
* Copyright 2008 biaoping.yin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
3e251324587aec87be01abe1fe6f91947c9c516c | 1,989 | java | Java | ypin-order/src/main/java/com/stefan/ypinmall/order/controller/OrderSettingController.java | StefanJava/ypin-mall | 0a49f9282b86420515bf5ed97164dfe25da44cb5 | [
"Apache-2.0"
] | null | null | null | ypin-order/src/main/java/com/stefan/ypinmall/order/controller/OrderSettingController.java | StefanJava/ypin-mall | 0a49f9282b86420515bf5ed97164dfe25da44cb5 | [
"Apache-2.0"
] | 8 | 2020-06-01T05:50:26.000Z | 2021-09-20T20:59:21.000Z | ypin-order/src/main/java/com/stefan/ypinmall/order/controller/OrderSettingController.java | StefanJava/ypin-mall | 0a49f9282b86420515bf5ed97164dfe25da44cb5 | [
"Apache-2.0"
] | null | null | null | 23.470588 | 68 | 0.698246 | 15,704 | package com.stefan.ypinmall.order.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annot... |
3e2513a9074fa8950566edc682bb1fa154ae981b | 4,938 | java | Java | taverna-server-worker/src/main/java/org/apache/taverna/server/localworker/impl/DirectoryDelegate.java | apache/incubator-taverna-server | 27b04b6ecd1e8e2dede2e25e16a71ff5136e24aa | [
"Apache-2.0"
] | 6 | 2015-08-02T10:20:20.000Z | 2021-11-10T19:39:09.000Z | taverna-server-worker/src/main/java/org/apache/taverna/server/localworker/impl/DirectoryDelegate.java | apache/incubator-taverna-server | 27b04b6ecd1e8e2dede2e25e16a71ff5136e24aa | [
"Apache-2.0"
] | 3 | 2016-03-10T10:50:18.000Z | 2018-01-17T15:59:27.000Z | taverna-server-worker/src/main/java/org/apache/taverna/server/localworker/impl/DirectoryDelegate.java | apache/incubator-taverna-server | 27b04b6ecd1e8e2dede2e25e16a71ff5136e24aa | [
"Apache-2.0"
] | 15 | 2016-01-08T21:13:13.000Z | 2021-11-10T19:39:03.000Z | 28.217143 | 100 | 0.719117 | 15,705 | /*
*/
package org.apache.taverna.server.localworker.impl;
/*
* 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 t... |
3e2513fcb9f1cd0e3338381c5cddc7becd54c583 | 2,971 | java | Java | src/org/apache/woden/internal/wsdl20/extensions/soap/SOAPBindingExtensionsImpl.java | cquoss/woden | 4c868cf741fc0297aee2af655d15885acf9cd1ca | [
"ECL-2.0",
"W3C-19980720",
"Apache-2.0"
] | null | null | null | src/org/apache/woden/internal/wsdl20/extensions/soap/SOAPBindingExtensionsImpl.java | cquoss/woden | 4c868cf741fc0297aee2af655d15885acf9cd1ca | [
"ECL-2.0",
"W3C-19980720",
"Apache-2.0"
] | null | null | null | src/org/apache/woden/internal/wsdl20/extensions/soap/SOAPBindingExtensionsImpl.java | cquoss/woden | 4c868cf741fc0297aee2af655d15885acf9cd1ca | [
"ECL-2.0",
"W3C-19980720",
"Apache-2.0"
] | null | null | null | 36.703704 | 112 | 0.71073 | 15,706 | /**
* Copyright 2006 Apache Software Foundation
*
* 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 appli... |
3e2515a17c3adaf357cf2a59cbd748f24f29257d | 2,053 | java | Java | platform/lang-impl/src/com/intellij/openapi/roots/ui/configuration/LibrarySettingsProvider.java | protector1990/intellij-community | b30024b236e84c803ee0b2df7c39eb18dbcaf827 | [
"Apache-2.0"
] | 2 | 2018-12-29T09:53:39.000Z | 2018-12-29T09:53:42.000Z | platform/lang-impl/src/com/intellij/openapi/roots/ui/configuration/LibrarySettingsProvider.java | protector1990/intellij-community | b30024b236e84c803ee0b2df7c39eb18dbcaf827 | [
"Apache-2.0"
] | null | null | null | platform/lang-impl/src/com/intellij/openapi/roots/ui/configuration/LibrarySettingsProvider.java | protector1990/intellij-community | b30024b236e84c803ee0b2df7c39eb18dbcaf827 | [
"Apache-2.0"
] | 2 | 2017-04-24T15:48:40.000Z | 2022-03-09T05:48:05.000Z | 37.327273 | 102 | 0.780809 | 15,707 | /*
* Copyright 2000-2012 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... |
3e2516644bebcf1825aa89629a023da0b497c246 | 2,393 | java | Java | common/src/main/java/com/github/fartherp/demo/common/exception/DemoAssert.java | fartherp/spring-demo | 45d99c7902747ce307cb0b0782404c281a4e3900 | [
"Apache-2.0"
] | 1 | 2019-03-14T15:11:35.000Z | 2019-03-14T15:11:35.000Z | common/src/main/java/com/github/fartherp/demo/common/exception/DemoAssert.java | fartherp/spring-boot-demo | 45d99c7902747ce307cb0b0782404c281a4e3900 | [
"Apache-2.0"
] | null | null | null | common/src/main/java/com/github/fartherp/demo/common/exception/DemoAssert.java | fartherp/spring-boot-demo | 45d99c7902747ce307cb0b0782404c281a4e3900 | [
"Apache-2.0"
] | null | null | null | 29.9125 | 85 | 0.647305 | 15,708 | /**
* Copyright (c) 2018-2019 CK.
*
* 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 applicabl... |
3e2516f640961ed3bb4aaa5a4aa67b3a318e01bc | 2,719 | java | Java | JSP/Total2/src/controller/RequestCheckServlet.java | xlrnux/Attendance-check-with-NFC | 1c26f692b91cf45c84bc6f8bb3ca1aab6cdf36cc | [
"Apache-2.0"
] | null | null | null | JSP/Total2/src/controller/RequestCheckServlet.java | xlrnux/Attendance-check-with-NFC | 1c26f692b91cf45c84bc6f8bb3ca1aab6cdf36cc | [
"Apache-2.0"
] | null | null | null | JSP/Total2/src/controller/RequestCheckServlet.java | xlrnux/Attendance-check-with-NFC | 1c26f692b91cf45c84bc6f8bb3ca1aab6cdf36cc | [
"Apache-2.0"
] | null | null | null | 30.897727 | 119 | 0.724531 | 15,709 | package controller;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.se... |
3e25182094a563e69d4cfdd41ea14aef3b929c3f | 5,630 | java | Java | packages/apps/RCSe/core/src/com/orangelabs/rcs/core/ims/service/im/chat/iscomposing/IsComposingManager.java | touxiong88/92_mediatek | 5e96a7bb778fd9d9b335825584664e0c8b5ff2c7 | [
"Apache-2.0"
] | 1 | 2022-01-07T01:53:19.000Z | 2022-01-07T01:53:19.000Z | packages/apps/RCSe/core/src/com/orangelabs/rcs/core/ims/service/im/chat/iscomposing/IsComposingManager.java | touxiong88/92_mediatek | 5e96a7bb778fd9d9b335825584664e0c8b5ff2c7 | [
"Apache-2.0"
] | null | null | null | packages/apps/RCSe/core/src/com/orangelabs/rcs/core/ims/service/im/chat/iscomposing/IsComposingManager.java | touxiong88/92_mediatek | 5e96a7bb778fd9d9b335825584664e0c8b5ff2c7 | [
"Apache-2.0"
] | 1 | 2020-02-28T02:48:42.000Z | 2020-02-28T02:48:42.000Z | 29.631579 | 103 | 0.624689 | 15,710 | /*******************************************************************************
* Software Name : RCS IMS Stack
*
* Copyright (C) 2010 France Telecom S.A.
*
* 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 cop... |
3e251902d1955ff2d4eb07a5bee5f1beec90e926 | 507 | java | Java | demo/src/com/test/demo/Prog40.java | jsbzg/- | 094d8d02a3fa2535d385e2556df7a07cfe0bbe60 | [
"Apache-2.0"
] | 20 | 2019-06-18T07:36:57.000Z | 2020-11-17T03:11:18.000Z | demo/src/com/test/demo/Prog40.java | jsbzg/- | 094d8d02a3fa2535d385e2556df7a07cfe0bbe60 | [
"Apache-2.0"
] | null | null | null | demo/src/com/test/demo/Prog40.java | jsbzg/- | 094d8d02a3fa2535d385e2556df7a07cfe0bbe60 | [
"Apache-2.0"
] | 11 | 2019-06-18T13:47:46.000Z | 2020-12-23T05:27:07.000Z | 28.166667 | 50 | 0.408284 | 15,711 | package com.test.demo;
public class Prog40{
public static void main(String[] args){
String[] str = {"abc","cad","m","fa","f"};
for(int i=str.length-1;i>=1;i--){
for(int j=0;j<=i-1;j++){
if(str[j].compareTo(str[j+1])<0){
String temp = str[j];
... |
3e251910341ffdd60abe8a3ad88160545bb1e48b | 1,887 | java | Java | atlas-gradle-plugin/atlas-plugin/src/main/java/com/android/build/gradle/internal/transforms/ExtractSolibTransform.java | iDev01/atlas | fdcd7357a46b618528c4b56e9cfcafb8941bf2f3 | [
"Apache-2.0"
] | 8,865 | 2017-03-13T03:27:32.000Z | 2022-03-31T12:57:44.000Z | atlas-gradle-plugin/atlas-plugin/src/main/java/com/android/build/gradle/internal/transforms/ExtractSolibTransform.java | qxj006/atlas | c20c5b83f67b9a14fb597d59a287ec7a3e5bdbac | [
"Apache-2.0"
] | 359 | 2017-03-13T06:37:22.000Z | 2022-01-27T14:31:43.000Z | atlas-gradle-plugin/atlas-plugin/src/main/java/com/android/build/gradle/internal/transforms/ExtractSolibTransform.java | qxj006/atlas | c20c5b83f67b9a14fb597d59a287ec7a3e5bdbac | [
"Apache-2.0"
] | 1,709 | 2017-03-13T02:29:13.000Z | 2022-03-31T12:57:48.000Z | 30.934426 | 97 | 0.567568 | 15,712 | package com.android.build.gradle.internal.transforms;
import com.google.common.collect.ImmutableList;
import com.google.common.io.ByteStreams;
import org.gradle.api.artifacts.transform.ArtifactTransform;
import java.io.*;
import java.util.List;
import java.util.zip.ZipEntry;
import java.util.zip.ZipInputStream;
impo... |
3e251a6ce8eb7436396a987346b255536d8c50c2 | 2,615 | java | Java | src/test/java/org/ihtsdo/otf/traceabilityservice/AbstractTest.java | IHTSDO/traceability-service | ad686047d370364b22794784e8111ec28ec2ca33 | [
"Apache-2.0"
] | 1 | 2020-11-17T10:25:48.000Z | 2020-11-17T10:25:48.000Z | src/test/java/org/ihtsdo/otf/traceabilityservice/AbstractTest.java | IHTSDO/traceability-service | ad686047d370364b22794784e8111ec28ec2ca33 | [
"Apache-2.0"
] | 1 | 2021-08-31T11:38:56.000Z | 2021-08-31T11:38:56.000Z | src/test/java/org/ihtsdo/otf/traceabilityservice/AbstractTest.java | IHTSDO/traceability-service | ad686047d370364b22794784e8111ec28ec2ca33 | [
"Apache-2.0"
] | 2 | 2019-03-07T13:21:58.000Z | 2020-07-09T11:19:23.000Z | 33.101266 | 108 | 0.804589 | 15,713 | package org.ihtsdo.otf.traceabilityservice;
import org.ihtsdo.otf.traceabilityservice.domain.Activity;
import org.ihtsdo.otf.traceabilityservice.repository.ActivityRepository;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation... |
3e251bf6107645297d925a9aa53b803058971d8a | 11,082 | java | Java | src/test/java/com/amazon/opendistroforelasticsearch/security/dlic/dlsfls/FlsTest.java | allenyin96/security-advanced-modules | c6122ddc633124541fb93d6694044c9bccfd6aa9 | [
"Apache-2.0"
] | 479 | 2019-03-11T16:20:19.000Z | 2022-01-30T22:21:25.000Z | src/test/java/com/amazon/opendistroforelasticsearch/security/dlic/dlsfls/FlsTest.java | allenyin96/security-advanced-modules | c6122ddc633124541fb93d6694044c9bccfd6aa9 | [
"Apache-2.0"
] | 952 | 2019-03-11T18:45:03.000Z | 2021-04-29T05:12:15.000Z | src/test/java/com/amazon/opendistroforelasticsearch/security/dlic/dlsfls/FlsTest.java | allenyin96/security-advanced-modules | c6122ddc633124541fb93d6694044c9bccfd6aa9 | [
"Apache-2.0"
] | 225 | 2019-03-11T19:29:41.000Z | 2022-03-16T18:44:16.000Z | 52.273585 | 234 | 0.675781 | 15,714 | /*
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* or in... |
3e251c752d86e1dd9c4b308e87842082e3363147 | 1,170 | java | Java | game-graphics/src/main/java/com/game/graphics/widget/Icon.java | reines/game | 06ef238e0acfa60089d0cfea8d1027f3ba14fca1 | [
"BSD-3-Clause"
] | null | null | null | game-graphics/src/main/java/com/game/graphics/widget/Icon.java | reines/game | 06ef238e0acfa60089d0cfea8d1027f3ba14fca1 | [
"BSD-3-Clause"
] | null | null | null | game-graphics/src/main/java/com/game/graphics/widget/Icon.java | reines/game | 06ef238e0acfa60089d0cfea8d1027f3ba14fca1 | [
"BSD-3-Clause"
] | 3 | 2016-01-05T04:24:31.000Z | 2019-07-19T21:14:54.000Z | 23.877551 | 86 | 0.732479 | 15,715 | package com.game.graphics.widget;
import java.awt.event.ActionEvent;
import org.lwjgl.input.Keyboard;
import com.game.graphics.renderer.Graphics2D;
import com.game.graphics.renderer.Sprite;
public class Icon extends Widget {
protected final Sprite sprite;
public Icon(Sprite sprite, int width, int height) {
su... |
3e251c7556265187aa59ac366687cdd4f4b1318b | 18,425 | java | Java | http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/http2/Http2MultiplexedChannelPool.java | jd268/aws-sdk-java-v2 | 11eadec1f5dd95dbc567ff9cee68e463fb0d73ce | [
"Apache-2.0"
] | 1 | 2020-02-24T15:59:00.000Z | 2020-02-24T15:59:00.000Z | http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/http2/Http2MultiplexedChannelPool.java | jd268/aws-sdk-java-v2 | 11eadec1f5dd95dbc567ff9cee68e463fb0d73ce | [
"Apache-2.0"
] | null | null | null | http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/http2/Http2MultiplexedChannelPool.java | jd268/aws-sdk-java-v2 | 11eadec1f5dd95dbc567ff9cee68e463fb0d73ce | [
"Apache-2.0"
] | null | null | null | 44.720874 | 128 | 0.661438 | 15,716 | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file ... |
3e251ec7afde22e4f8802c044bf5c712827aa324 | 16,196 | java | Java | SistemaDeMembresias1.0/src/com/vistas/FrmMarca.java | victoralvarado/SistemaDeMembresias | ad3a133d6c1ad16580cb819c440c9784d952bb86 | [
"Apache-2.0"
] | 2 | 2020-09-21T17:47:54.000Z | 2020-10-11T16:36:48.000Z | SistemaDeMembresias1.0/src/com/vistas/FrmMarca.java | victoralvarado/SistemaDeMembresias | ad3a133d6c1ad16580cb819c440c9784d952bb86 | [
"Apache-2.0"
] | null | null | null | SistemaDeMembresias1.0/src/com/vistas/FrmMarca.java | victoralvarado/SistemaDeMembresias | ad3a133d6c1ad16580cb819c440c9784d952bb86 | [
"Apache-2.0"
] | 2 | 2020-09-24T21:33:17.000Z | 2020-10-09T23:53:44.000Z | 42.733509 | 164 | 0.624784 | 15,717 | package com.vistas;
import com.dao.DaoMarca;
import com.modelo.Marca;
import com.utilidades.ValidarCampos;
import java.util.List;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultTableModel;
/**
* Nombre de la clase: FrmMarca
* Fecha: 01-11-2020
* Versión: 1.0
* CopyRight: ITCA-FEPADE
* @author vi... |
3e251f417d9e37ddf56d5933d4d99ffb8f85ff4a | 3,276 | java | Java | src/main/java/com/newegg/ec/cache/core/mysql/MysqlUtil.java | programlife555/redis-manager | d01485961e6f189d355446c22940c9dde76a3397 | [
"Apache-2.0"
] | 2 | 2019-09-17T00:52:12.000Z | 2019-09-17T01:21:40.000Z | src/main/java/com/newegg/ec/cache/core/mysql/MysqlUtil.java | lang13521817716/redis-manager | 20a443ab9806f556a621926daedbcd566212c45a | [
"Apache-2.0"
] | 1 | 2021-03-31T21:32:20.000Z | 2021-03-31T21:32:20.000Z | src/main/java/com/newegg/ec/cache/core/mysql/MysqlUtil.java | lang13521817716/redis-manager | 20a443ab9806f556a621926daedbcd566212c45a | [
"Apache-2.0"
] | 1 | 2019-08-15T06:26:03.000Z | 2019-08-15T06:26:03.000Z | 36 | 97 | 0.570513 | 15,718 | package com.newegg.ec.cache.core.mysql;
import com.newegg.ec.cache.app.util.ClassUtil;
import org.apache.commons.lang3.StringUtils;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* Created... |
3e251f4827b3100dec8e8adf04057a67f4b4d3a1 | 380 | java | Java | src/main/java/com/zijiez/spring/dao/UserDao.java | MrAldeo/Spring-Boot-Demo | a2de44da582f945c57b741b30518af8c492a195c | [
"MIT"
] | null | null | null | src/main/java/com/zijiez/spring/dao/UserDao.java | MrAldeo/Spring-Boot-Demo | a2de44da582f945c57b741b30518af8c492a195c | [
"MIT"
] | null | null | null | src/main/java/com/zijiez/spring/dao/UserDao.java | MrAldeo/Spring-Boot-Demo | a2de44da582f945c57b741b30518af8c492a195c | [
"MIT"
] | null | null | null | 18.095238 | 51 | 0.657895 | 15,719 | package com.zijiez.spring.dao;
import org.springframework.stereotype.Repository;
/**
* Created by Aldeo on 2018/9/12.
*/
//Dao注解
@Repository
public class UserDao {
public void tranSationTest() throws Exception {
System.out.println("事物1");
throw new Exception("方法执行错误");
}
public void tr... |
3e252136f60dedc8bf5dedaab1f3ee7594a4dc6b | 2,746 | java | Java | src/main/java/flag_templates/hoi4FlagSpecs.java | PlayerHOI/IWFC | 731a669167714786c160967f667745ff921a1b1f | [
"MIT"
] | 4 | 2022-01-14T21:23:09.000Z | 2022-02-06T19:58:06.000Z | src/main/java/flag_templates/hoi4FlagSpecs.java | PlayerHOI/IWFC | 731a669167714786c160967f667745ff921a1b1f | [
"MIT"
] | 6 | 2022-01-06T09:56:08.000Z | 2022-01-23T19:01:26.000Z | src/main/java/flag_templates/hoi4FlagSpecs.java | PlayerHOI/IWFC | 731a669167714786c160967f667745ff921a1b1f | [
"MIT"
] | 1 | 2022-01-14T21:26:38.000Z | 2022-01-14T21:26:38.000Z | 39.797101 | 169 | 0.662782 | 15,720 | package flag_templates;
import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.geom.AffineTransform;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
public class hoi4FlagSpecs extends GenericFlagTemplate
{
final int mediumFlagWidth = 41;
final int me... |
3e25226144e62e35fe001f5bd01886bc15e0580c | 21,985 | java | Java | fe/src/main/java/com/cloudera/impala/analysis/UnionStmt.java | henryr/minimised-impala | 264d20a4f02ece6ee94e96bc49db2825b0bb1548 | [
"Apache-2.0"
] | null | null | null | fe/src/main/java/com/cloudera/impala/analysis/UnionStmt.java | henryr/minimised-impala | 264d20a4f02ece6ee94e96bc49db2825b0bb1548 | [
"Apache-2.0"
] | null | null | null | fe/src/main/java/com/cloudera/impala/analysis/UnionStmt.java | henryr/minimised-impala | 264d20a4f02ece6ee94e96bc49db2825b0bb1548 | [
"Apache-2.0"
] | 2 | 2019-09-22T07:59:28.000Z | 2021-02-25T21:56:07.000Z | 36.338843 | 90 | 0.67405 | 15,721 | // Copyright 2012 Cloudera 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 to in wr... |
3e2522eae575e023a09cc4de0563902b50c1decc | 10,484 | java | Java | samples/sdk/VisualSearchSample/BingVisualSearchSample.java | MethodLevelAnalyzer/bing-search-sdk-for-java | 3e9d4733c9993c128bc281451d78f2eb78a9c011 | [
"MIT"
] | null | null | null | samples/sdk/VisualSearchSample/BingVisualSearchSample.java | MethodLevelAnalyzer/bing-search-sdk-for-java | 3e9d4733c9993c128bc281451d78f2eb78a9c011 | [
"MIT"
] | 4 | 2021-06-21T12:43:01.000Z | 2021-12-17T07:46:01.000Z | samples/sdk/VisualSearchSample/BingVisualSearchSample.java | MethodLevelAnalyzer/bing-search-sdk-for-java | 3e9d4733c9993c128bc281451d78f2eb78a9c011 | [
"MIT"
] | 2 | 2021-06-03T18:41:25.000Z | 2021-11-10T11:42:01.000Z | 46.185022 | 277 | 0.653472 | 15,722 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.bing.videosearch.samples;
// <imports>
import com.google.common.io.ByteStreams;
import com.google.gson.Gson;
import com.microsof... |
3e252373a33caf82c940882d796d11b82897a050 | 1,333 | java | Java | mooc40-bobo-Interview/Play-with-Algorithm-Interview-master/04-Using-Hash-Table/java/03-More-About-Set-And-Map/src/Solution350.java | mcuallen/CodeLrn2019 | adc727d92904c5c5d445a2621813dfa99474206d | [
"Apache-2.0"
] | 2 | 2019-03-20T17:05:59.000Z | 2019-10-15T07:56:45.000Z | mooc40-bobo-Interview/Play-with-Algorithm-Interview-master/04-Using-Hash-Table/java/03-More-About-Set-And-Map/src/Solution350.java | mcuallen/CodeLrn2019 | adc727d92904c5c5d445a2621813dfa99474206d | [
"Apache-2.0"
] | 6 | 2019-12-04T06:08:32.000Z | 2021-05-10T20:22:47.000Z | mooc40-bobo-Interview/Play-with-Algorithm-Interview-master/04-Using-Hash-Table/java/03-More-About-Set-And-Map/src/Solution350.java | mcuallen/CodeLrn2019 | adc727d92904c5c5d445a2621813dfa99474206d | [
"Apache-2.0"
] | null | null | null | 28.361702 | 75 | 0.543136 | 15,723 | import java.util.HashMap;
import java.util.ArrayList;
// 350. Intersection of Two Arrays II
// https://leetcode.com/problems/intersection-of-two-arrays-ii/description/
// 时间复杂度: O(len(nums1)+len(nums2))
// 空间复杂度: O(len(nums1))
public class Solution350 {
public int[] intersect(int[] nums1, int[] nums2) {
... |
3e2524354eba4d15ff2edfe9ae4cf44df63f489f | 3,976 | java | Java | HomeShoppingMall/src/com/service/extra/mall/model/ProductOrder.java | xuanlv886/Java | 351a2cb37f64300765f229e7347c9b9452e1f317 | [
"Apache-2.0"
] | null | null | null | HomeShoppingMall/src/com/service/extra/mall/model/ProductOrder.java | xuanlv886/Java | 351a2cb37f64300765f229e7347c9b9452e1f317 | [
"Apache-2.0"
] | null | null | null | HomeShoppingMall/src/com/service/extra/mall/model/ProductOrder.java | xuanlv886/Java | 351a2cb37f64300765f229e7347c9b9452e1f317 | [
"Apache-2.0"
] | null | null | null | 24.54321 | 82 | 0.704728 | 15,724 | package com.service.extra.mall.model;
/**
*
* desc:t_product_order表实体类
* @author L
* time:2018年4月23日
*/
public class ProductOrder {
private String poId; // 商品订单主键标识
private String psId; // 商品订单支付方式主键标识
private String uId; // 付款用户主键标识
private String poCreateTime; // 商品订单创建时间
private double po... |
3e252488531c5efaa6efb582796d3749c7c00f0e | 16,048 | java | Java | src/btstack/platform/daemon/binding/java/android/com/bluekitchen/lescan/MainActivity.java | lawrence-b/heart-rate-monitor | 0a6f136abb148f031a49ea52bbc03a2519573b50 | [
"BSD-3-Clause"
] | 3 | 2021-06-05T01:04:56.000Z | 2021-12-19T18:08:08.000Z | src/btstack/platform/daemon/binding/java/android/com/bluekitchen/lescan/MainActivity.java | lawrence-b/heart-rate-monitor | 0a6f136abb148f031a49ea52bbc03a2519573b50 | [
"BSD-3-Clause"
] | 1 | 2021-06-19T19:03:10.000Z | 2021-06-19T19:29:10.000Z | src/btstack/platform/daemon/binding/java/android/com/bluekitchen/lescan/MainActivity.java | lawrence-b/heart-rate-monitor | 0a6f136abb148f031a49ea52bbc03a2519573b50 | [
"BSD-3-Clause"
] | 3 | 2021-06-12T12:26:34.000Z | 2022-02-22T11:05:01.000Z | 34.437768 | 189 | 0.733175 | 15,725 | package com.bluekitchen.lescan;
import android.app.Activity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.widget.TextView;
import com.bluekitchen.btstack.BD_ADDR;
import com.bluekitchen.btstack.BT_UUID;
import com.bluekitchen.btstack.BTstack;
import com.bluekitchen.btsta... |
3e25250cc35469d48924c0968aaa3f0b320b3403 | 4,411 | java | Java | app/src/main/java/api/GetRecipeList.java | ajeong1022/AIChef | 30a561ff431354d0a970fafe0a566ab8d4cd83fb | [
"MIT"
] | 1 | 2019-09-18T11:20:55.000Z | 2019-09-18T11:20:55.000Z | app/src/main/java/api/GetRecipeList.java | andreea794/AIChef | 58d3b480eb674add6c97dc127d35ed9f0bfc41d9 | [
"MIT"
] | 5 | 2019-03-02T10:35:02.000Z | 2019-03-02T10:46:17.000Z | app/src/main/java/api/GetRecipeList.java | ajeong1022/AIChef | 30a561ff431354d0a970fafe0a566ab8d4cd83fb | [
"MIT"
] | 4 | 2019-02-27T18:38:01.000Z | 2021-02-20T07:23:04.000Z | 40.46789 | 159 | 0.563591 | 15,726 | package api;
import com.android.volley.AuthFailureError;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.Response;
import com.android.volley.VolleyError;
import com.android.volley.toolbox.JsonArrayRequest;
import org.json.JSONArray;
import org.json.JSONException;
i... |
3e2526d50effd5f0bbe2a26617fe09d3129c5b80 | 1,199 | java | Java | java/jeeintegration/src/main/java/io/joynr/jeeintegration/api/JoynrJeeMessageScoped.java | naeramarth7/joynr | 3c378d3447cf83678d26ef0def44a29fe1270193 | [
"Apache-2.0"
] | 151 | 2015-02-12T16:08:35.000Z | 2022-03-10T06:58:22.000Z | java/jeeintegration/src/main/java/io/joynr/jeeintegration/api/JoynrJeeMessageScoped.java | naeramarth7/joynr | 3c378d3447cf83678d26ef0def44a29fe1270193 | [
"Apache-2.0"
] | 78 | 2015-09-28T05:53:22.000Z | 2022-03-18T14:40:30.000Z | java/jeeintegration/src/main/java/io/joynr/jeeintegration/api/JoynrJeeMessageScoped.java | naeramarth7/joynr | 3c378d3447cf83678d26ef0def44a29fe1270193 | [
"Apache-2.0"
] | 60 | 2015-06-19T14:07:45.000Z | 2022-03-13T07:58:39.000Z | 29.975 | 119 | 0.748957 | 15,727 | /*
* #%L
* %%
* Copyright (C) 2011 - 2017 BMW Car IT GmbH
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... |
3e252892d7cea3025b25f9ff925ddaa315170480 | 383 | java | Java | ticketing-core/src/main/java/com/faust/ticketing/core/service/messaging/template/Template.java | Internecivus/TicketingPlatform | f867f852af53c797cd3477337a7e574ee2ea3b67 | [
"MIT"
] | null | null | null | ticketing-core/src/main/java/com/faust/ticketing/core/service/messaging/template/Template.java | Internecivus/TicketingPlatform | f867f852af53c797cd3477337a7e574ee2ea3b67 | [
"MIT"
] | null | null | null | ticketing-core/src/main/java/com/faust/ticketing/core/service/messaging/template/Template.java | Internecivus/TicketingPlatform | f867f852af53c797cd3477337a7e574ee2ea3b67 | [
"MIT"
] | null | null | null | 20.157895 | 60 | 0.668407 | 15,728 | package com.faust.ticketing.core.service.messaging.template;
public enum Template {
DEFAULT_MASTER("default"),
DEV("dev"),
PASSWORD_RESET_LINK("passwordResetLink"),
PASSWORD_RESET_SUCCESS("passwordResetSuccess");
private final String name;
Template(String name) {
this.name = name;
... |
3e252922a47643b87e2c90dc18993807d7ef7330 | 2,084 | java | Java | hazelcast/src/main/java/com/hazelcast/partition/PartitionDataSerializerHook.java | asimarslan/hazelcast | de1d731fc6c2cae255a4f00ee30fc5b0f177b66e | [
"Apache-2.0"
] | null | null | null | hazelcast/src/main/java/com/hazelcast/partition/PartitionDataSerializerHook.java | asimarslan/hazelcast | de1d731fc6c2cae255a4f00ee30fc5b0f177b66e | [
"Apache-2.0"
] | null | null | null | hazelcast/src/main/java/com/hazelcast/partition/PartitionDataSerializerHook.java | asimarslan/hazelcast | de1d731fc6c2cae255a4f00ee30fc5b0f177b66e | [
"Apache-2.0"
] | null | null | null | 36.561404 | 111 | 0.706334 | 15,729 | /*
* Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... |
3e25295cab7f2acc636c0799e555bd1b9c27b27a | 1,257 | java | Java | mall-admin-sms/sms-mbg/src/main/java/com/mtcarpenter/mall/mapper/SmsCouponProductCategoryRelationMapper.java | gzgz1025/mall-cloud-alibaba | 7c7a3afd6aa8b152b3daa45d3b58aa541754dbe4 | [
"Apache-2.0"
] | 612 | 2020-06-08T08:09:10.000Z | 2022-03-30T11:17:39.000Z | mall-admin-sms/sms-mbg/src/main/java/com/mtcarpenter/mall/mapper/SmsCouponProductCategoryRelationMapper.java | gzgz1025/mall-cloud-alibaba | 7c7a3afd6aa8b152b3daa45d3b58aa541754dbe4 | [
"Apache-2.0"
] | 8 | 2020-06-10T01:40:15.000Z | 2020-12-01T03:39:09.000Z | mall-admin-sms/sms-mbg/src/main/java/com/mtcarpenter/mall/mapper/SmsCouponProductCategoryRelationMapper.java | gzgz1025/mall-cloud-alibaba | 7c7a3afd6aa8b152b3daa45d3b58aa541754dbe4 | [
"Apache-2.0"
] | 228 | 2020-06-09T01:36:06.000Z | 2022-03-26T16:21:59.000Z | 41.9 | 158 | 0.847255 | 15,730 | package com.mtcarpenter.mall.mapper;
import com.mtcarpenter.mall.model.SmsCouponProductCategoryRelation;
import com.mtcarpenter.mall.model.SmsCouponProductCategoryRelationExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface SmsCouponProductCategoryRelationMapper {
long coun... |
3e2529b7cc5747b34afd42834d30bacc1f075e25 | 771 | java | Java | tutorial/src/main/java/demo/org/powermock/examples/tutorial/partialmocking/dao/domain/Connection.java | Justinwins/powermock-examples-maven | 5d31641252ef0b271835e0c172a97f11e25d2b42 | [
"Apache-2.0"
] | 1 | 2017-10-20T08:33:12.000Z | 2017-10-20T08:33:12.000Z | tutorial/src/main/java/demo/org/powermock/examples/tutorial/partialmocking/dao/domain/Connection.java | Justinwins/powermock-examples-maven | 5d31641252ef0b271835e0c172a97f11e25d2b42 | [
"Apache-2.0"
] | null | null | null | tutorial/src/main/java/demo/org/powermock/examples/tutorial/partialmocking/dao/domain/Connection.java | Justinwins/powermock-examples-maven | 5d31641252ef0b271835e0c172a97f11e25d2b42 | [
"Apache-2.0"
] | 1 | 2021-07-19T02:30:09.000Z | 2021-07-19T02:30:09.000Z | 30.84 | 75 | 0.741894 | 15,731 | /*
* Copyright 2008 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
3e252bf0b36b9e5f16c5562251e894357a341e81 | 9,499 | java | Java | hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueContainerCheck.java | DadanielZ/hadoop | 4a70a0d81601f20ba8cecb37fae12b6a8be327b4 | [
"Apache-2.0"
] | 3 | 2019-05-31T01:26:22.000Z | 2022-01-12T18:57:27.000Z | hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueContainerCheck.java | DadanielZ/hadoop | 4a70a0d81601f20ba8cecb37fae12b6a8be327b4 | [
"Apache-2.0"
] | null | null | null | hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueContainerCheck.java | DadanielZ/hadoop | 4a70a0d81601f20ba8cecb37fae12b6a8be327b4 | [
"Apache-2.0"
] | 1 | 2019-07-31T23:26:10.000Z | 2019-07-31T23:26:10.000Z | 33.80427 | 88 | 0.686072 | 15,732 | /*
* 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 ... |
3e252bfc481300a1b5f78069a6b9abd295411ced | 12,623 | java | Java | com.sap.cloud.lm.sl.cf.core/src/main/java/com/sap/cloud/lm/sl/cf/core/helpers/MtaArchiveBuilder.java | IvankaTashkova/multiapps-controller | d1c139d247124be09f0637fa83009ba384dc3e7b | [
"Apache-2.0"
] | null | null | null | com.sap.cloud.lm.sl.cf.core/src/main/java/com/sap/cloud/lm/sl/cf/core/helpers/MtaArchiveBuilder.java | IvankaTashkova/multiapps-controller | d1c139d247124be09f0637fa83009ba384dc3e7b | [
"Apache-2.0"
] | null | null | null | com.sap.cloud.lm.sl.cf.core/src/main/java/com/sap/cloud/lm/sl/cf/core/helpers/MtaArchiveBuilder.java | IvankaTashkova/multiapps-controller | d1c139d247124be09f0637fa83009ba384dc3e7b | [
"Apache-2.0"
] | null | null | null | 41.660066 | 136 | 0.6321 | 15,733 | package com.sap.cloud.lm.sl.cf.core.helpers;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.StandardCopyOption;
import java.util.ArrayList;
import java.util.Collec... |
3e252c793a3dbd9ef5e70553455ba28d3666cf6e | 1,125 | java | Java | modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue.java | gridgentoo/gridgain | 735b7859d9f87e74a06172bd7847b7db418fcb83 | [
"Apache-2.0"
] | 1 | 2019-04-22T08:48:55.000Z | 2019-04-22T08:48:55.000Z | modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue.java | cybernetics/gridgain | 39f3819c9769b04caca62b263581c0458f21c4d6 | [
"Apache-2.0"
] | null | null | null | modules/extdata/p2p/src/main/java/org/gridgain/grid/tests/p2p/GridCacheDeploymentTestValue.java | cybernetics/gridgain | 39f3819c9769b04caca62b263581c0458f21c4d6 | [
"Apache-2.0"
] | null | null | null | 34.090909 | 73 | 0.660444 | 15,734 | /*
Copyright (C) GridGain Systems. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or... |
3e252d6275442b2578025339adf3b26b7e285a00 | 231 | java | Java | src/main/java/com/saitynai/springbootvue/SpringBootVueApplication/Comments/CommentNotFoundException.java | Nmarijonas/Saitynai | 7c5129763aec7d18939561446491bea8a3df793f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/saitynai/springbootvue/SpringBootVueApplication/Comments/CommentNotFoundException.java | Nmarijonas/Saitynai | 7c5129763aec7d18939561446491bea8a3df793f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/saitynai/springbootvue/SpringBootVueApplication/Comments/CommentNotFoundException.java | Nmarijonas/Saitynai | 7c5129763aec7d18939561446491bea8a3df793f | [
"Apache-2.0"
] | null | null | null | 28.875 | 69 | 0.766234 | 15,735 | package com.saitynai.springbootvue.SpringBootVueApplication.Comments;
public class CommentNotFoundException extends RuntimeException {
CommentNotFoundException(Long id) {
super("Could not find comment " + id);
}
}
|
3e252d73dba141b0e8092d375a1d0c0afb30d29d | 377 | java | Java | farmacia/src/main/java/br/com/basis/madre/farmacia/repository/EstornoRepository.java | BasisTI/madre | b856d26ecbb25b5ab3a3bffe97da0bd09b6985de | [
"CECILL-B"
] | 9 | 2019-10-09T15:48:37.000Z | 2022-01-11T18:14:15.000Z | farmacia/src/main/java/br/com/basis/madre/farmacia/repository/EstornoRepository.java | BasisTI/madre | b856d26ecbb25b5ab3a3bffe97da0bd09b6985de | [
"CECILL-B"
] | 30 | 2020-03-11T12:05:35.000Z | 2022-03-02T05:42:56.000Z | farmacia/src/main/java/br/com/basis/madre/farmacia/repository/EstornoRepository.java | BasisTI/madre | b856d26ecbb25b5ab3a3bffe97da0bd09b6985de | [
"CECILL-B"
] | 11 | 2020-08-15T15:44:48.000Z | 2022-02-06T15:33:38.000Z | 25.133333 | 73 | 0.798408 | 15,736 | package br.com.basis.madre.farmacia.repository;
import br.com.basis.madre.farmacia.domain.Estorno;
import org.springframework.data.jpa.repository.*;
import org.springframework.stereotype.Repository;
/**
* Spring Data repository for the Estorno entity.
*/
@SuppressWarnings("unused")
@Repository
public interface Est... |
3e252deeb5b4285e35ec730db8a372395c9984c8 | 1,804 | java | Java | Mage.Sets/src/mage/cards/e/EarthCultElemental.java | zeffirojoe/mage | 71260c382a4e3afef5cdf79adaa00855b963c166 | [
"MIT"
] | 1,444 | 2015-01-02T00:25:38.000Z | 2022-03-31T13:57:18.000Z | Mage.Sets/src/mage/cards/e/EarthCultElemental.java | zeffirojoe/mage | 71260c382a4e3afef5cdf79adaa00855b963c166 | [
"MIT"
] | 6,180 | 2015-01-02T19:10:09.000Z | 2022-03-31T21:10:44.000Z | Mage.Sets/src/mage/cards/e/EarthCultElemental.java | zeffirojoe/mage | 71260c382a4e3afef5cdf79adaa00855b963c166 | [
"MIT"
] | 1,001 | 2015-01-01T01:15:20.000Z | 2022-03-30T20:23:04.000Z | 35.372549 | 113 | 0.743902 | 15,737 | package mage.cards.e;
import mage.MageInt;
import mage.abilities.common.EntersBattlefieldTriggeredAbility;
import mage.abilities.effects.common.RollDieWithResultTableEffect;
import mage.abilities.effects.common.SacrificeAllEffect;
import mage.abilities.effects.common.SacrificeOpponentsEffect;
import mage.cards.CardImp... |
3e252f1f7acfe2a126e80f879e7eb97155f0d9cc | 837 | java | Java | subprojects/parseq-examples/src/main/java/com/linkedin/parseq/example/composite/classifier/client/Request.java | FreCap/parseq | 516f056ac7ad9397382db00f10ccf3d67d5cf08e | [
"Apache-2.0"
] | 1,060 | 2015-01-03T05:49:38.000Z | 2022-03-28T13:39:57.000Z | contrib/parseq-examples/src/main/java/com/linkedin/parseq/example/composite/classifier/client/Request.java | zjpjohn/parseq | 07f4c755caac74d292536723b1dcdd1402f58ddb | [
"Apache-2.0"
] | 175 | 2015-04-28T20:59:35.000Z | 2022-01-20T17:10:29.000Z | contrib/parseq-examples/src/main/java/com/linkedin/parseq/example/composite/classifier/client/Request.java | zjpjohn/parseq | 07f4c755caac74d292536723b1dcdd1402f58ddb | [
"Apache-2.0"
] | 291 | 2015-01-13T02:22:01.000Z | 2022-02-05T22:55:35.000Z | 27.129032 | 80 | 0.73365 | 15,738 | /*
* Copyright 2012 LinkedIn, 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 to in... |
3e252f8d7e0251050f877509bcccee7c5c7b941b | 347 | java | Java | src/main/java/lab/cleancode/engine/board/BoardConstraints.java | M1elu/battleship-game | a3b5be2678dcd04f6afd32b7e66056bb4cb51f8c | [
"MIT"
] | null | null | null | src/main/java/lab/cleancode/engine/board/BoardConstraints.java | M1elu/battleship-game | a3b5be2678dcd04f6afd32b7e66056bb4cb51f8c | [
"MIT"
] | null | null | null | src/main/java/lab/cleancode/engine/board/BoardConstraints.java | M1elu/battleship-game | a3b5be2678dcd04f6afd32b7e66056bb4cb51f8c | [
"MIT"
] | null | null | null | 16.52381 | 51 | 0.602305 | 15,739 | package lab.cleancode.engine.board;
public class BoardConstraints {
private int sizeX;
private int sizeY;
public BoardConstraints(int sizeX, int sizeY) {
this.sizeX = sizeX;
this.sizeY = sizeY;
}
public int getSizeX() {
return sizeX;
}
public int getSizeY() {
... |
3e252fed7c3d7266a063ce6936dd66dd08cb4b82 | 3,086 | java | Java | src/org/horrgs/twitterbot/commands/Define.java | Horrgs/TweetBot | 39cb1e4ea497bc0910244858547ec41f76e1b4e7 | [
"MIT"
] | null | null | null | src/org/horrgs/twitterbot/commands/Define.java | Horrgs/TweetBot | 39cb1e4ea497bc0910244858547ec41f76e1b4e7 | [
"MIT"
] | null | null | null | src/org/horrgs/twitterbot/commands/Define.java | Horrgs/TweetBot | 39cb1e4ea497bc0910244858547ec41f76e1b4e7 | [
"MIT"
] | null | null | null | 39.564103 | 116 | 0.511342 | 15,740 | package org.horrgs.twitterbot.commands;
import org.horrgs.twitterbot.HorrgsTwitter;
import org.horrgs.twitterbot.util.TweetTools;
import org.horrgs.twitterbot.util.Words;
import twitter4j.Status;
import twitter4j.StatusUpdate;
import twitter4j.TwitterException;
/**
* Created by Horrgs on 9/27/2015.
*/
public class ... |
3e252ffbbc44da71a6a859e0da1b7c39804238ed | 4,809 | java | Java | src/org/plantuml/idea/util/ImageWithUrlData.java | chanakaudaya/plantuml181-idea | 11f394deab855a9d96d964b05c5aab8ef3405d71 | [
"Apache-2.0"
] | null | null | null | src/org/plantuml/idea/util/ImageWithUrlData.java | chanakaudaya/plantuml181-idea | 11f394deab855a9d96d964b05c5aab8ef3405d71 | [
"Apache-2.0"
] | null | null | null | src/org/plantuml/idea/util/ImageWithUrlData.java | chanakaudaya/plantuml181-idea | 11f394deab855a9d96d964b05c5aab8ef3405d71 | [
"Apache-2.0"
] | null | null | null | 33.866197 | 111 | 0.629445 | 15,741 | package org.plantuml.idea.util;
import com.intellij.openapi.diagnostic.Logger;
import org.w3c.dom.Document;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.xpath.XPath;
im... |
3e2531c6ff8dd39a9f5806f2f88f997682ddd46f | 380 | java | Java | tryspringcloud/tryspringcloud-security/src/test/java/tech/liujianwei/tryspringcloudsecurity/TryspringcloudSecurityApplicationTests.java | liujianuuei/Idonotunderstand | e3d19590d735575942bad7aec98aaa5efc1368a3 | [
"MIT"
] | 1 | 2021-03-17T14:19:00.000Z | 2021-03-17T14:19:00.000Z | tryspringcloud/tryspringcloud-security/src/test/java/tech/liujianwei/tryspringcloudsecurity/TryspringcloudSecurityApplicationTests.java | liujianuuei/Idonotunderstand | e3d19590d735575942bad7aec98aaa5efc1368a3 | [
"MIT"
] | 3 | 2020-04-23T18:14:40.000Z | 2021-01-20T23:53:11.000Z | tryspringcloud/tryspringcloud-security/src/test/java/tech/liujianwei/tryspringcloudsecurity/TryspringcloudSecurityApplicationTests.java | liujianuuei/Idonotunderstand | e3d19590d735575942bad7aec98aaa5efc1368a3 | [
"MIT"
] | null | null | null | 22.352941 | 60 | 0.807895 | 15,742 | package tech.liujianwei.tryspringcloudsecurity;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class TryspringcloudSecurityApplicationT... |
3e25326fec0fc59e3a8414c5566ee382b0f0b03a | 1,284 | java | Java | src/cg/oct12/batch3/day8/strm/StreamDemo.java | sridharshree303/com-cg-oct12-batch3 | ddcc75465cafdd712727f0bccb0cb98279bbabf2 | [
"MIT"
] | null | null | null | src/cg/oct12/batch3/day8/strm/StreamDemo.java | sridharshree303/com-cg-oct12-batch3 | ddcc75465cafdd712727f0bccb0cb98279bbabf2 | [
"MIT"
] | null | null | null | src/cg/oct12/batch3/day8/strm/StreamDemo.java | sridharshree303/com-cg-oct12-batch3 | ddcc75465cafdd712727f0bccb0cb98279bbabf2 | [
"MIT"
] | null | null | null | 29.860465 | 104 | 0.652648 | 15,743 | package cg.oct12.batch3.day8.strm;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class StreamDemo {
public static void main(String[] args) {
// create a List of employees
List<Employee> empList = new Ar... |
3e2533a4b83ba8b066fbb50b0c98469aaf48999a | 462 | java | Java | core/main/java/com/codingchili/core/configuration/exception/ConfigurationMismatchException.java | codingchili/dungeon-core | cb0fb1b7132d6dd7f092f7696adc410b2eee6f48 | [
"MIT"
] | 14 | 2016-11-05T15:01:21.000Z | 2021-07-26T08:27:30.000Z | core/main/java/com/codingchili/core/configuration/exception/ConfigurationMismatchException.java | codingchili/dungeon-game | cb0fb1b7132d6dd7f092f7696adc410b2eee6f48 | [
"MIT"
] | 273 | 2016-09-28T16:41:34.000Z | 2021-12-16T10:02:16.000Z | core/main/java/com/codingchili/core/configuration/exception/ConfigurationMismatchException.java | codingchili/dungeon-game | cb0fb1b7132d6dd7f092f7696adc410b2eee6f48 | [
"MIT"
] | 4 | 2016-06-10T05:52:52.000Z | 2020-04-23T12:57:18.000Z | 30.8 | 73 | 0.768398 | 15,744 | package com.codingchili.core.configuration.exception;
import com.codingchili.core.configuration.CoreStrings;
import com.codingchili.core.context.CoreException;
/**
* Throw when a change has been made to a configuration file that cannot
* be applied to runtime.
*/
public class ConfigurationMismatchExceptio... |
3e2533b0f83bceb186142abad23347b8b39b36a7 | 2,779 | java | Java | ejb3/docs/tutorial/relationships/src/org/jboss/tutorial/relationships/bean/Customer.java | cquoss/jboss-4.2.3.GA-jdk8 | f3acab9a69c764365bb3f38c0e9a01708dd22b4b | [
"Apache-2.0"
] | null | null | null | ejb3/docs/tutorial/relationships/src/org/jboss/tutorial/relationships/bean/Customer.java | cquoss/jboss-4.2.3.GA-jdk8 | f3acab9a69c764365bb3f38c0e9a01708dd22b4b | [
"Apache-2.0"
] | null | null | null | ejb3/docs/tutorial/relationships/src/org/jboss/tutorial/relationships/bean/Customer.java | cquoss/jboss-4.2.3.GA-jdk8 | f3acab9a69c764365bb3f38c0e9a01708dd22b4b | [
"Apache-2.0"
] | null | null | null | 26.47619 | 113 | 0.727338 | 15,745 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... |
3e2533f2c2ee0bf92cc433c84f579c002f18bf74 | 1,434 | java | Java | app/src/main/java/hr/fer/oop/meteo/net/PlacesService.java | dunja274/Meteo | e25068a2f45fe2556b2b6477353702ca46365376 | [
"MIT"
] | null | null | null | app/src/main/java/hr/fer/oop/meteo/net/PlacesService.java | dunja274/Meteo | e25068a2f45fe2556b2b6477353702ca46365376 | [
"MIT"
] | null | null | null | app/src/main/java/hr/fer/oop/meteo/net/PlacesService.java | dunja274/Meteo | e25068a2f45fe2556b2b6477353702ca46365376 | [
"MIT"
] | null | null | null | 31.173913 | 71 | 0.559972 | 15,746 | package hr.fer.oop.meteo.net;
import java.util.*;
import hr.fer.oop.meteo.entity.Place;
import retrofit.http.*;
public interface PlacesService {
@GET("/api/place/{id}")
Place getPlaceById(@Path("id") Integer id);
@GET("/api/date/{date}")
List<String> getPlacesByDate(@Path("date") String date);
... |
3e2534d4b2442211943f3bc78a2d7d5e410fa3e8 | 1,774 | java | Java | frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/presenter/tab/provider/ProviderNetworkActionPanelPresenterWidget.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 347 | 2015-01-20T14:13:21.000Z | 2022-03-31T17:53:11.000Z | frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/presenter/tab/provider/ProviderNetworkActionPanelPresenterWidget.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 128 | 2015-05-22T19:14:32.000Z | 2022-03-31T08:11:18.000Z | frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/presenter/tab/provider/ProviderNetworkActionPanelPresenterWidget.java | emesika/ovirt-engine | db6458e688eeb385b683a0c9c5530917cd6dfe5f | [
"Apache-2.0"
] | 202 | 2015-01-04T06:20:49.000Z | 2022-03-08T15:30:08.000Z | 43.268293 | 115 | 0.790304 | 15,747 | package org.ovirt.engine.ui.webadmin.section.main.presenter.tab.provider;
import javax.inject.Inject;
import org.ovirt.engine.core.common.businessentities.Provider;
import org.ovirt.engine.core.common.businessentities.network.NetworkView;
import org.ovirt.engine.ui.common.presenter.DetailActionPanelPresenterWidget;
i... |
3e2535b92ebb486f097df771679a772236a52834 | 1,092 | java | Java | app/src/main/java/com/iitp/njack/iitp_connect/data/AndroidUtils.java | enesacikoglu/IITP-Connect | 7d0d9bdf61565a3a153d4c6177047cf6eb0a75b7 | [
"MIT"
] | 28 | 2017-08-16T09:10:13.000Z | 2022-01-17T19:19:54.000Z | app/src/main/java/com/iitp/njack/iitp_connect/data/AndroidUtils.java | enesacikoglu/IITP-Connect | 7d0d9bdf61565a3a153d4c6177047cf6eb0a75b7 | [
"MIT"
] | 416 | 2017-08-21T13:18:16.000Z | 2022-01-15T06:18:04.000Z | app/src/main/java/com/iitp/njack/iitp_connect/data/AndroidUtils.java | enesacikoglu/IITP-Connect | 7d0d9bdf61565a3a153d4c6177047cf6eb0a75b7 | [
"MIT"
] | 76 | 2017-08-16T09:09:57.000Z | 2021-11-17T08:23:45.000Z | 24.266667 | 62 | 0.728022 | 15,748 | package com.iitp.njack.iitp_connect.data;
import android.content.Context;
import android.support.annotation.ColorInt;
import android.support.annotation.ColorRes;
import android.support.annotation.StringRes;
import android.support.v4.content.ContextCompat;
import javax.inject.Inject;
import io.reactivex.Completable;
... |
3e25364062f7de1d89afd34da296808ec08bb1b7 | 693 | java | Java | util/mtwilson-util-tpm20/src/main/java/gov/niarl/his/privacyca/TpmuAttest.java | intel-secl/common_java | 79628eba5cca696b06636f78561dd29ef57e2bbb | [
"BSD-3-Clause"
] | 2 | 2021-12-30T05:58:33.000Z | 2022-03-05T03:31:34.000Z | util/mtwilson-util-tpm20/src/main/java/gov/niarl/his/privacyca/TpmuAttest.java | intel-secl/common_java | 79628eba5cca696b06636f78561dd29ef57e2bbb | [
"BSD-3-Clause"
] | null | null | null | util/mtwilson-util-tpm20/src/main/java/gov/niarl/his/privacyca/TpmuAttest.java | intel-secl/common_java | 79628eba5cca696b06636f78561dd29ef57e2bbb | [
"BSD-3-Clause"
] | null | null | null | 24.75 | 116 | 0.751804 | 15,749 | /*
* Copyright (C) 2019 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
package gov.niarl.his.privacyca;
import gov.niarl.his.privacyca.TpmUtils.TpmBytestreamResouceException;
import gov.niarl.his.privacyca.TpmUtils.TpmUnsignedConversionException;
import java.io.ByteArrayInputStream;
/**
*
* @autho... |
3e25397ecbb726c27b6089e6bea7f5b63bc6a568 | 1,195 | java | Java | src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryAccount.java | ericbottard/spring-cloud-cloudfoundry-deployer | a9b55250b3c9ec5a3ff7aaa7c0d303236e8f7469 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryAccount.java | ericbottard/spring-cloud-cloudfoundry-deployer | a9b55250b3c9ec5a3ff7aaa7c0d303236e8f7469 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/springframework/cloud/deployer/spi/cloudfoundry/CloudFoundryAccount.java | ericbottard/spring-cloud-cloudfoundry-deployer | a9b55250b3c9ec5a3ff7aaa7c0d303236e8f7469 | [
"Apache-2.0"
] | null | null | null | 24.387755 | 75 | 0.739749 | 15,750 | /*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
3e253a6a15f449cb7c2d12dd945d196c01d0010c | 1,509 | java | Java | dom/src/test/java/org/estatio/dscm/dom/display/DisplayTest_name.java | jcvanderwal/dscm | 2d470b4388451cd708b3f2af90c58354977b67ae | [
"Apache-2.0"
] | 3 | 2018-07-27T09:56:27.000Z | 2021-06-16T19:04:04.000Z | dom/src/test/java/org/estatio/dscm/dom/display/DisplayTest_name.java | jcvanderwal/dscm | 2d470b4388451cd708b3f2af90c58354977b67ae | [
"Apache-2.0"
] | null | null | null | dom/src/test/java/org/estatio/dscm/dom/display/DisplayTest_name.java | jcvanderwal/dscm | 2d470b4388451cd708b3f2af90c58354977b67ae | [
"Apache-2.0"
] | 1 | 2019-06-09T15:24:18.000Z | 2019-06-09T15:24:18.000Z | 31.4375 | 76 | 0.700464 | 15,751 | /**
* 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"); yo... |
3e253a72e83ff91e1b9210a48459dde57fce0c42 | 162 | java | Java | testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/StringParameterInjectorType.java | iweiss/Resteasy | 254e74f84806534f8a2b57cc73693428a2a9fcca | [
"Apache-2.0"
] | 841 | 2015-01-01T10:13:52.000Z | 2021-09-17T03:41:49.000Z | testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/StringParameterInjectorType.java | iweiss/Resteasy | 254e74f84806534f8a2b57cc73693428a2a9fcca | [
"Apache-2.0"
] | 974 | 2015-01-23T02:42:23.000Z | 2021-09-17T03:35:22.000Z | testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/injection/resource/StringParameterInjectorType.java | iweiss/Resteasy | 254e74f84806534f8a2b57cc73693428a2a9fcca | [
"Apache-2.0"
] | 747 | 2015-01-08T22:48:05.000Z | 2021-09-02T15:56:08.000Z | 23.142857 | 51 | 0.82716 | 15,752 | package org.jboss.resteasy.test.injection.resource;
public class StringParameterInjectorType {
@StringParameterInjectorSpecialString
public String name;
}
|
3e253be118fc938d5c6f868798003bc0851b8bd9 | 5,160 | java | Java | python/python-psi-impl/src/com/jetbrains/python/documentation/docstrings/DocStringTypeReference.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2019-04-28T07:48:50.000Z | 2020-12-11T14:18:08.000Z | python/python-psi-impl/src/com/jetbrains/python/documentation/docstrings/DocStringTypeReference.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 1 | 2020-07-30T19:04:47.000Z | 2020-07-30T19:04:47.000Z | python/python-psi-impl/src/com/jetbrains/python/documentation/docstrings/DocStringTypeReference.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 1 | 2020-10-15T05:56:42.000Z | 2020-10-15T05:56:42.000Z | 38.796992 | 140 | 0.726744 | 15,753 | // Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.jetbrains.python.documentation.docstrings;
import com.google.common.collect.Lists;
import com.intellij.codeInsight.completion.CompletionUtilCoreImpl;
import com.intel... |
3e253cc704d971b3acd3caa0742fb293203bb136 | 718 | java | Java | sansa-spark-jena-java/src/main/java/net/sansa_stack/spark/io/rdf/input/api/RdfSource.java | SANSA-Stack/SANSA-RDF | 8516fd0c26faac072fb6edf860dc0ebc4a90c6d3 | [
"Apache-2.0"
] | 88 | 2016-12-06T13:34:29.000Z | 2020-10-03T14:09:45.000Z | sansa-spark-jena-java/src/main/java/net/sansa_stack/spark/io/rdf/input/api/RdfSource.java | SANSA-Stack/SANSA-RDF | 8516fd0c26faac072fb6edf860dc0ebc4a90c6d3 | [
"Apache-2.0"
] | 60 | 2017-05-17T08:03:45.000Z | 2020-10-06T10:47:28.000Z | sansa-spark-jena-java/src/main/java/net/sansa_stack/spark/io/rdf/input/api/RdfSource.java | SANSA-Stack/SANSA-RDF | 8516fd0c26faac072fb6edf860dc0ebc4a90c6d3 | [
"Apache-2.0"
] | 25 | 2016-12-15T14:53:20.000Z | 2020-04-21T05:22:40.000Z | 28.72 | 95 | 0.710306 | 15,754 | package net.sansa_stack.spark.io.rdf.input.api;
import org.aksw.jenax.arq.dataset.api.DatasetOneNg;
import org.apache.jena.graph.Triple;
import org.apache.jena.rdf.model.Model;
import org.apache.jena.sparql.core.Quad;
import org.apache.spark.rdd.RDD;
public interface RdfSource {
/** Whether this source is based o... |
3e253d3febb13e9ed854f33a5134b6001f71303d | 129 | java | Java | ProjectSourceCode/Apache Commons Math v3.5/src/test/java/org/apache/commons/math3/util/DoubleArrayAbstractTest.java | yashgolwala/Software_Measurement_Team_M | 3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c | [
"Unlicense"
] | null | null | null | ProjectSourceCode/Apache Commons Math v3.5/src/test/java/org/apache/commons/math3/util/DoubleArrayAbstractTest.java | yashgolwala/Software_Measurement_Team_M | 3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c | [
"Unlicense"
] | null | null | null | ProjectSourceCode/Apache Commons Math v3.5/src/test/java/org/apache/commons/math3/util/DoubleArrayAbstractTest.java | yashgolwala/Software_Measurement_Team_M | 3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c | [
"Unlicense"
] | 2 | 2019-06-24T22:57:32.000Z | 2019-06-26T16:58:52.000Z | 32.25 | 75 | 0.883721 | 15,755 | version https://git-lfs.github.com/spec/v1
oid sha256:2b353d4c2d7acb6e6697d58512ca4be560f8ad35f7727921a0edebda6fcf696c
size 3820
|
3e253d4260142050a4b3f58b8facb9d888994f49 | 1,844 | java | Java | src/test/java/com/baidu/fsg/dlock/DLockSimpleTest.java | baidu/dlock | 9b8a82a0da327c3a4dc7128ad0707d26802f3b43 | [
"Apache-2.0"
] | 223 | 2017-03-27T05:57:28.000Z | 2022-03-31T03:44:56.000Z | src/test/java/com/baidu/fsg/dlock/DLockSimpleTest.java | baozhi/dlock | 9b8a82a0da327c3a4dc7128ad0707d26802f3b43 | [
"Apache-2.0"
] | 8 | 2017-06-25T10:47:02.000Z | 2018-08-30T02:53:18.000Z | src/test/java/com/baidu/fsg/dlock/DLockSimpleTest.java | baozhi/dlock | 9b8a82a0da327c3a4dc7128ad0707d26802f3b43 | [
"Apache-2.0"
] | 87 | 2017-03-27T06:09:19.000Z | 2022-03-09T10:02:05.000Z | 26.342857 | 101 | 0.590022 | 15,756 | package com.baidu.fsg.dlock;
import com.baidu.fsg.dlock.support.DLockGenerator;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import javax.annotation.Resource;
impor... |
3e253d5862b3505fa6f91061619aa4aabde6ea3b | 1,635 | java | Java | changchunTV/src/cn/ffcs/changchuntv/util/FileIOUtils.java | un097/wuxianchangchun | cc7ffcdf171eb9463ef396e389127d69cbd18c93 | [
"Apache-2.0"
] | 1 | 2019-03-28T14:48:57.000Z | 2019-03-28T14:48:57.000Z | changchunTV/src/cn/ffcs/changchuntv/util/FileIOUtils.java | un097/wuxianchangchun | cc7ffcdf171eb9463ef396e389127d69cbd18c93 | [
"Apache-2.0"
] | null | null | null | changchunTV/src/cn/ffcs/changchuntv/util/FileIOUtils.java | un097/wuxianchangchun | cc7ffcdf171eb9463ef396e389127d69cbd18c93 | [
"Apache-2.0"
] | null | null | null | 20.961538 | 97 | 0.689908 | 15,757 | package cn.ffcs.changchuntv.util;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import cn.ffcs.wisdom.city.simico.base.Application;
import org.apache.http.util.EncodingUtils;
import android.content.Context;
import android.os.Environment;
import com.... |
3e253d975de7df5f91d890fc923cd8bf19589673 | 3,449 | java | Java | testsuite/testcases/src/test/cases/cup2private/edu/tum/cup2/generator/terminals/TerminalSeqSet.java | consulo/jflex | 7da6f44ed1f7639170d5c70ec2a5147f829d42bf | [
"BSD-3-Clause"
] | 486 | 2015-02-15T18:06:12.000Z | 2022-03-28T12:37:00.000Z | testsuite/testcases/src/test/cases/cup2private/edu/tum/cup2/generator/terminals/TerminalSeqSet.java | consulo/jflex | 7da6f44ed1f7639170d5c70ec2a5147f829d42bf | [
"BSD-3-Clause"
] | 472 | 2015-02-15T06:11:37.000Z | 2022-03-13T21:26:12.000Z | testsuite/testcases/src/test/cases/cup2private/edu/tum/cup2/generator/terminals/TerminalSeqSet.java | consulo/jflex | 7da6f44ed1f7639170d5c70ec2a5147f829d42bf | [
"BSD-3-Clause"
] | 129 | 2015-03-01T06:24:32.000Z | 2022-03-30T20:51:19.000Z | 17.245 | 115 | 0.598434 | 15,758 | package edu.tum.cup2.generator.terminals;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Set;
import edu.tum.cup2.grammar.Terminal;
/**
* Naive, mutable implementation of {@link ITerminalSeqSet}. Every given {@link ITerminalSeq} is {@link #seal()}ed
* before stored!
*
* @aut... |
3e253e0781520a4defe42b89cd28af6dbe1f3fcc | 4,935 | java | Java | iis-wf/iis-wf-report/src/test/java/eu/dnetlib/iis/wf/report/pushgateway/process/PushMetricsProcessLabeledMetricConfByPatternProducerTest.java | johnfouf/iis | c27398cfa71a60af4932b4d6a12f8d21429578a2 | [
"Apache-2.0"
] | 20 | 2015-09-19T21:17:23.000Z | 2022-03-01T10:37:59.000Z | iis-wf/iis-wf-report/src/test/java/eu/dnetlib/iis/wf/report/pushgateway/process/PushMetricsProcessLabeledMetricConfByPatternProducerTest.java | johnfouf/iis | c27398cfa71a60af4932b4d6a12f8d21429578a2 | [
"Apache-2.0"
] | 1,054 | 2015-09-11T06:51:27.000Z | 2022-03-30T09:46:54.000Z | iis-wf/iis-wf-report/src/test/java/eu/dnetlib/iis/wf/report/pushgateway/process/PushMetricsProcessLabeledMetricConfByPatternProducerTest.java | LSmyrnaios/iis | 9a6a5e0eeafb1df0067b725d95fd36b1dc8c2e11 | [
"Apache-2.0"
] | 80 | 2015-12-09T12:41:52.000Z | 2022-02-16T11:46:42.000Z | 48.382353 | 167 | 0.672948 | 15,759 | package eu.dnetlib.iis.wf.report.pushgateway.process;
import eu.dnetlib.iis.wf.report.pushgateway.converter.LabelConf;
import eu.dnetlib.iis.wf.report.pushgateway.converter.LabeledMetricConf;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.junit.jupiter.MockitoE... |
3e253e0f0587b9bddefd14e65ebcc3cae1cc1e20 | 2,176 | java | Java | engine/src/test/java/org/pentaho/di/core/auth/core/impl/DefaultAuthenticationConsumerFactoryTest.java | hzy1992/pentaho-kettle | 5762bc329aea7d56c50fe797de2febdef9b6d7b2 | [
"Apache-2.0"
] | 5,903 | 2015-01-07T01:32:02.000Z | 2022-03-31T03:55:32.000Z | engine/src/test/java/org/pentaho/di/core/auth/core/impl/DefaultAuthenticationConsumerFactoryTest.java | hzy1992/pentaho-kettle | 5762bc329aea7d56c50fe797de2febdef9b6d7b2 | [
"Apache-2.0"
] | 5,944 | 2015-01-02T21:07:48.000Z | 2022-03-28T14:53:13.000Z | engine/src/test/java/org/pentaho/di/core/auth/core/impl/DefaultAuthenticationConsumerFactoryTest.java | hzy1992/pentaho-kettle | 5762bc329aea7d56c50fe797de2febdef9b6d7b2 | [
"Apache-2.0"
] | 3,097 | 2015-01-01T19:57:19.000Z | 2022-03-31T09:08:57.000Z | 43.52 | 129 | 0.717831 | 15,760 | /*******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2... |
3e253ec0051c5ba77d1f6e446e98f690abfa90e0 | 5,997 | java | Java | clients/java-msf4j/generated/src/gen/java/org/openapitools/model/GithubRepository.java | cliffano/jenkins-api-clients-generator | 522d02b3a130a29471df5ec1d3d22c822b3d0813 | [
"MIT"
] | null | null | null | clients/java-msf4j/generated/src/gen/java/org/openapitools/model/GithubRepository.java | cliffano/jenkins-api-clients-generator | 522d02b3a130a29471df5ec1d3d22c822b3d0813 | [
"MIT"
] | null | null | null | clients/java-msf4j/generated/src/gen/java/org/openapitools/model/GithubRepository.java | cliffano/jenkins-api-clients-generator | 522d02b3a130a29471df5ec1d3d22c822b3d0813 | [
"MIT"
] | null | null | null | 25.197479 | 143 | 0.689845 | 15,761 | package org.openapitools.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.openapitools.model.GithubRepositorylinks;
import org.op... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.