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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e05874a86745c48c61821a50c0534272676ff25 | 2,501 | java | Java | src/main/java/uk/ac/manchester/libchebi/Comment.java | synbiochem/libChEBIj | 110dc31b189702851dbad2737093a8057a38eb9f | [
"MIT"
] | 3 | 2015-11-24T04:19:06.000Z | 2021-01-14T16:51:06.000Z | src/main/java/uk/ac/manchester/libchebi/Comment.java | synbiochem/libChEBIj | 110dc31b189702851dbad2737093a8057a38eb9f | [
"MIT"
] | 4 | 2015-11-19T12:00:08.000Z | 2020-01-27T11:08:26.000Z | src/main/java/uk/ac/manchester/libchebi/Comment.java | synbiochem/libChEBIj | 110dc31b189702851dbad2737093a8057a38eb9f | [
"MIT"
] | 5 | 2016-10-21T09:07:58.000Z | 2020-02-28T06:09:28.000Z | 15.438272 | 113 | 0.608557 | 2,313 | /*
* libChEBIj (c) University of Manchester 2015
*
* libChEBIj is licensed under the MIT License.
*
* To view a copy of this license, visit <http://opensource.org/licenses/MIT/>.
*/
package uk.ac.manchester.libchebi;
import java.util.*;
/**
* @author neilswainston
*/
public class Comment
{
/**
*
*/
pr... |
3e0587ae1059a84acc36804ea82d2892acdc6d74 | 1,939 | java | Java | 2017-Sum Algorithms/Algorithms01_BrandonHosley/FragranceBag.java | bhosley/Schoolwork | 7c4eb909d2e6c65cd93b1c7fa744a183cebfc952 | [
"Unlicense"
] | null | null | null | 2017-Sum Algorithms/Algorithms01_BrandonHosley/FragranceBag.java | bhosley/Schoolwork | 7c4eb909d2e6c65cd93b1c7fa744a183cebfc952 | [
"Unlicense"
] | null | null | null | 2017-Sum Algorithms/Algorithms01_BrandonHosley/FragranceBag.java | bhosley/Schoolwork | 7c4eb909d2e6c65cd93b1c7fa744a183cebfc952 | [
"Unlicense"
] | null | null | null | 16.86087 | 57 | 0.595152 | 2,314 |
public class FragranceBag<T> implements BagInterface<T> {
private final T[] bag;
private static final int DEFAULT_CAPACITY = 20;
private int numberOfEntries;
/*
* Constructors
*/
public FragranceBag() {
this(DEFAULT_CAPACITY);
}
public FragranceBag(int capacity) {
numberOfEntries = 0;
@Suppress... |
3e0587fede73ef5ac0b3dc7ff277682157556449 | 411 | java | Java | src/main/java/com/orient/netty/client/MainClass.java | fortunelee/fixdstock_dump | 0fe012145cfa39e82ce558a64c0134df3a655174 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/orient/netty/client/MainClass.java | fortunelee/fixdstock_dump | 0fe012145cfa39e82ce558a64c0134df3a655174 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/orient/netty/client/MainClass.java | fortunelee/fixdstock_dump | 0fe012145cfa39e82ce558a64c0134df3a655174 | [
"Apache-2.0"
] | null | null | null | 16.44 | 62 | 0.688564 | 2,315 | package com.orient.netty.client;
import java.io.IOException;
import com.orient.constants.AppCommon;
public class MainClass {
public static void main(String[] args) throws IOException {
NettyClient client = new NettyClient(AppCommon.CONFIG_PATH);
client.connect();
while (true)
{
try {
Threa... |
3e0588bf88662a6b44ddfeb370f788c70e542a4f | 3,106 | java | Java | app/src/main/java/com/hmw/mytoutiaoapp/photo/PhotoTabLayout.java | hanmingwang/MyToutiaoApp | a5fe4b0f22994da835c3ed70ee29e8c85eb674df | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/hmw/mytoutiaoapp/photo/PhotoTabLayout.java | hanmingwang/MyToutiaoApp | a5fe4b0f22994da835c3ed70ee29e8c85eb674df | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/hmw/mytoutiaoapp/photo/PhotoTabLayout.java | hanmingwang/MyToutiaoApp | a5fe4b0f22994da835c3ed70ee29e8c85eb674df | [
"Apache-2.0"
] | null | null | null | 33.042553 | 123 | 0.698648 | 2,316 | package com.hmw.mytoutiaoapp.photo;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.view.ViewPager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.V... |
3e058999b780def3fa694c85cc33944d83a87ad0 | 243 | java | Java | CoreJavaMuiltithreading/src/synchronization/demo/MyThread.java | Brajesh44/CoreJava | b2eb45797c097999ccdbf8a86c0511e66ce9c29f | [
"Apache-2.0"
] | null | null | null | CoreJavaMuiltithreading/src/synchronization/demo/MyThread.java | Brajesh44/CoreJava | b2eb45797c097999ccdbf8a86c0511e66ce9c29f | [
"Apache-2.0"
] | null | null | null | CoreJavaMuiltithreading/src/synchronization/demo/MyThread.java | Brajesh44/CoreJava | b2eb45797c097999ccdbf8a86c0511e66ce9c29f | [
"Apache-2.0"
] | null | null | null | 15.1875 | 43 | 0.641975 | 2,317 | package synchronization.demo;
public class MyThread extends Thread{
Display d;
String name;
public MyThread(Display d, String name) {
this.d = d;
this.name = name;
}
@Override
public void run() {
d.wish(name);
}
}
|
3e0589a5d655a854c6152a59756f4d5d565f4833 | 49,314 | java | Java | tests/qub/UPSClientTests.java | danschultequb/ups-java | 6103ff418c0641306f934f8d11d7db41b3e7910a | [
"MIT"
] | null | null | null | tests/qub/UPSClientTests.java | danschultequb/ups-java | 6103ff418c0641306f934f8d11d7db41b3e7910a | [
"MIT"
] | null | null | null | tests/qub/UPSClientTests.java | danschultequb/ups-java | 6103ff418c0641306f934f8d11d7db41b3e7910a | [
"MIT"
] | null | null | null | 75.059361 | 194 | 0.305958 | 2,318 | package qub;
public interface UPSClientTests
{
static void test(TestRunner runner)
{
runner.testGroup(UPSClient.class, () ->
{
runner.testGroup("create(Network)", () ->
{
runner.test("with null", (Test test) ->
{
test.a... |
3e058a510174c41fd4c29afa8f92105c0bf06d74 | 679 | java | Java | examples/ru.iiec.cxxdroid/sources/com/google/android/gms/internal/ads/ix.java | vietnux/CodeEditorMobile | acd29a6a647342276eb557f3af579535092ab377 | [
"Apache-2.0"
] | null | null | null | examples/ru.iiec.cxxdroid/sources/com/google/android/gms/internal/ads/ix.java | vietnux/CodeEditorMobile | acd29a6a647342276eb557f3af579535092ab377 | [
"Apache-2.0"
] | null | null | null | examples/ru.iiec.cxxdroid/sources/com/google/android/gms/internal/ads/ix.java | vietnux/CodeEditorMobile | acd29a6a647342276eb557f3af579535092ab377 | [
"Apache-2.0"
] | null | null | null | 29.521739 | 92 | 0.714286 | 2,319 | package com.google.android.gms.internal.ads;
import android.app.Activity;
import android.app.Application;
import android.os.Bundle;
final class ix implements px {
private final /* synthetic */ Activity a;
/* renamed from: b reason: collision with root package name */
private final /* synthetic */ Bundle... |
3e058a7411bb97974cf3a369cb763c9c1f3cb7a2 | 508 | java | Java | finalproject/src/main/java/canabarro/fraga/finalproject/service/ClientSaveService.java | luisfelipefraga/pipoquinha-filmes | 64953b7841d2c0b9c09223c0337a3484d5504c80 | [
"MIT"
] | null | null | null | finalproject/src/main/java/canabarro/fraga/finalproject/service/ClientSaveService.java | luisfelipefraga/pipoquinha-filmes | 64953b7841d2c0b9c09223c0337a3484d5504c80 | [
"MIT"
] | null | null | null | finalproject/src/main/java/canabarro/fraga/finalproject/service/ClientSaveService.java | luisfelipefraga/pipoquinha-filmes | 64953b7841d2c0b9c09223c0337a3484d5504c80 | [
"MIT"
] | 1 | 2020-07-01T13:48:45.000Z | 2020-07-01T13:48:45.000Z | 28.222222 | 64 | 0.814961 | 2,320 | package canabarro.fraga.finalproject.service;
import canabarro.fraga.finalproject.model.ClientEntity;
import canabarro.fraga.finalproject.repository.ClientRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ClientSaveService {... |
3e058aff55cdfb3e694fc0d53367a8005165f560 | 349 | java | Java | JAVA/Projects/la fac/src/tp9/test.java | Zed-M/dzcode.talk | 7da4e0e83aa58597f30a61384370c3ae41926894 | [
"Unlicense"
] | 12 | 2019-04-22T10:16:54.000Z | 2022-01-08T02:44:19.000Z | JAVA/Projects/la fac/src/tp9/test.java | Zed-M/dzcode.talk | 7da4e0e83aa58597f30a61384370c3ae41926894 | [
"Unlicense"
] | null | null | null | JAVA/Projects/la fac/src/tp9/test.java | Zed-M/dzcode.talk | 7da4e0e83aa58597f30a61384370c3ae41926894 | [
"Unlicense"
] | 3 | 2019-05-14T11:24:42.000Z | 2019-08-08T16:13:09.000Z | 15.173913 | 45 | 0.524355 | 2,321 | package tp9;
import java.util.Scanner;
public class test {
public static void main(String[] args) {
ticketameliore t []=new ticketameliore[500];
for (int i = 0; i < 5; i++) {
t[i]=new ticketameliore();
t[i].lire();
t[i].calculrecette();
}
ticketameliore.aficher();
... |
3e058b758d1e6171185abe2f302d9fb5e0e9be52 | 1,191 | java | Java | Hexapawn/Pawns.java | RuddJohnson/Adversarial-Search | 0427ea7586cafa2ea067fc61cb1475d5582a9378 | [
"MIT"
] | null | null | null | Hexapawn/Pawns.java | RuddJohnson/Adversarial-Search | 0427ea7586cafa2ea067fc61cb1475d5582a9378 | [
"MIT"
] | null | null | null | Hexapawn/Pawns.java | RuddJohnson/Adversarial-Search | 0427ea7586cafa2ea067fc61cb1475d5582a9378 | [
"MIT"
] | null | null | null | 36.090909 | 167 | 0.562552 | 2,322 | /**
* Rudd Johnson
* 4/21/17
*/
public class Pawns extends Piece { //inherits piece, store information about pawns on the board, where they are at any point and where their next move will be
private Piece location; //pointer to location on board
private int x; ... |
3e058bdf6df590c53f9ffdde3cc735714e2f2319 | 178 | java | Java | Chapter 11 Bridge/homework/XMLGenerator.java | zclhit/design-pattern-java-source-code | 299d232edca15ca6298bc07f449215c9f6d3fdef | [
"Apache-2.0"
] | null | null | null | Chapter 11 Bridge/homework/XMLGenerator.java | zclhit/design-pattern-java-source-code | 299d232edca15ca6298bc07f449215c9f6d3fdef | [
"Apache-2.0"
] | null | null | null | Chapter 11 Bridge/homework/XMLGenerator.java | zclhit/design-pattern-java-source-code | 299d232edca15ca6298bc07f449215c9f6d3fdef | [
"Apache-2.0"
] | null | null | null | 22.25 | 49 | 0.640449 | 2,323 | public class XMLGenerator extends Generator {
@Override
void exportFile() {
this.connector.connectDB();
System.out.println("generate xml file.");
}
}
|
3e058c0863073d96042f763d0c58a2ce167d09b0 | 829 | java | Java | modules/foxbpm-kernel/src/main/java/org/foxbpm/kernel/process/KernelDefinitions.java | FoxBPM/FoxBPM | f7b502807ec2cb65b5ebcab7123ff2cf545c81dc | [
"Apache-2.0"
] | 120 | 2015-01-02T09:35:36.000Z | 2022-02-09T03:33:31.000Z | modules/foxbpm-kernel/src/main/java/org/foxbpm/kernel/process/KernelDefinitions.java | yangchenhui/FoxBPM | f7b502807ec2cb65b5ebcab7123ff2cf545c81dc | [
"Apache-2.0"
] | 14 | 2015-01-05T08:14:27.000Z | 2019-09-04T04:21:46.000Z | modules/foxbpm-kernel/src/main/java/org/foxbpm/kernel/process/KernelDefinitions.java | yangchenhui/FoxBPM | f7b502807ec2cb65b5ebcab7123ff2cf545c81dc | [
"Apache-2.0"
] | 78 | 2015-01-04T08:49:53.000Z | 2022-02-17T06:52:38.000Z | 26.741935 | 75 | 0.732207 | 2,324 | /**
* Copyright 1996-2014 FoxBPM ORG.
*
* 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 a... |
3e058c0f73975635f2921668bb9af286c794e9b9 | 1,956 | java | Java | structr-core/src/main/java/org/structr/schema/importer/FileBasedHashLongMap.java | dlaske/structr | e829a57d42c1b82774ef4d61b816fef6f1950846 | [
"IJG",
"ADSL"
] | null | null | null | structr-core/src/main/java/org/structr/schema/importer/FileBasedHashLongMap.java | dlaske/structr | e829a57d42c1b82774ef4d61b816fef6f1950846 | [
"IJG",
"ADSL"
] | null | null | null | structr-core/src/main/java/org/structr/schema/importer/FileBasedHashLongMap.java | dlaske/structr | e829a57d42c1b82774ef4d61b816fef6f1950846 | [
"IJG",
"ADSL"
] | null | null | null | 29.636364 | 114 | 0.712168 | 2,325 | /**
* Copyright (C) 2010-2015 Morgner UG (haftungsbeschränkt)
*
* This file is part of Structr <http://structr.org>.
*
* Structr is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
... |
3e058c14e15ded7c2c21d5840b4c9914fd8fac60 | 1,933 | java | Java | zebra-client/src/main/java/com/dianping/zebra/shard/router/rule/dimension/AbstractDimensionRule.java | stancycowen/Zebra | 33d74b831abe7e8e2d29f8c4e145e46ba17432dc | [
"Apache-2.0"
] | 1,837 | 2018-11-28T03:16:41.000Z | 2022-03-28T16:46:30.000Z | zebra-client/src/main/java/com/dianping/zebra/shard/router/rule/dimension/AbstractDimensionRule.java | jiayangchen/Zebra | 3bba3b6e1a424f69662d0123d383830deaac3888 | [
"Apache-2.0"
] | 51 | 2018-12-13T09:52:41.000Z | 2022-03-09T06:13:52.000Z | zebra-client/src/main/java/com/dianping/zebra/shard/router/rule/dimension/AbstractDimensionRule.java | jiayangchen/Zebra | 3bba3b6e1a424f69662d0123d383830deaac3888 | [
"Apache-2.0"
] | 459 | 2018-11-27T08:01:54.000Z | 2022-03-31T11:29:10.000Z | 28.014493 | 76 | 0.707191 | 2,326 | /*
* Copyright (c) 2011-2018, Meituan Dianping. All Rights Reserved.
*
* 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 fil... |
3e058c395d3d9d4e7702a7accb4efff4f36dc03e | 3,419 | java | Java | bkc-api/src/main/java/cn/bitflash/entity/UserInfoEntity.java | mrchen210282/Mid-Autumn-Festival | 27e1bfafbc0ee527014a4ca00a7cac1a9b55c5fb | [
"Apache-2.0"
] | null | null | null | bkc-api/src/main/java/cn/bitflash/entity/UserInfoEntity.java | mrchen210282/Mid-Autumn-Festival | 27e1bfafbc0ee527014a4ca00a7cac1a9b55c5fb | [
"Apache-2.0"
] | null | null | null | bkc-api/src/main/java/cn/bitflash/entity/UserInfoEntity.java | mrchen210282/Mid-Autumn-Festival | 27e1bfafbc0ee527014a4ca00a7cac1a9b55c5fb | [
"Apache-2.0"
] | 1 | 2020-12-29T08:25:02.000Z | 2020-12-29T08:25:02.000Z | 18.68306 | 70 | 0.629131 | 2,327 | package cn.bitflash.entity;
import java.io.Serializable;
import java.util.Date;
public class UserInfoEntity implements Serializable {
private static final long serialVersionUID = 4282111755160371079L;
private String uid;
private String realname;
private String mobile;
private String nickname... |
3e058c47f584c14985efe4cf0251fc72e607c31d | 2,911 | java | Java | jms-light/src/main/java/com/google/pubsub/jms/light/message/AbstractPropertyMessage.java | kingcontext/pubsub | 0fb66807aad2dd47d9df8d6027ed5eefaf254ea1 | [
"Apache-2.0"
] | 1 | 2019-02-19T02:23:26.000Z | 2019-02-19T02:23:26.000Z | jms-light/src/main/java/com/google/pubsub/jms/light/message/AbstractPropertyMessage.java | kingcontext/pubsub | 0fb66807aad2dd47d9df8d6027ed5eefaf254ea1 | [
"Apache-2.0"
] | null | null | null | jms-light/src/main/java/com/google/pubsub/jms/light/message/AbstractPropertyMessage.java | kingcontext/pubsub | 0fb66807aad2dd47d9df8d6027ed5eefaf254ea1 | [
"Apache-2.0"
] | 1 | 2019-03-27T17:02:20.000Z | 2019-03-27T17:02:20.000Z | 22.742188 | 94 | 0.747166 | 2,328 | package com.google.pubsub.jms.light.message;
import com.google.common.collect.Maps;
import java.io.Serializable;
import java.util.Enumeration;
import java.util.Map;
import javax.jms.JMSException;
import javax.jms.Message;
/**
* Default implementation of property handling methods from {@link javax.jms.Message}.
*
... |
3e058c655322403abda84f2619480700b5543785 | 2,145 | java | Java | src/main/java/qasino/simulation/qasino/pipeline/SymmetricHashJoin.java | folkvir/snob-v2-simulation | 2412d505381334b52048aefd44752109a6b0dc73 | [
"MIT"
] | null | null | null | src/main/java/qasino/simulation/qasino/pipeline/SymmetricHashJoin.java | folkvir/snob-v2-simulation | 2412d505381334b52048aefd44752109a6b0dc73 | [
"MIT"
] | null | null | null | src/main/java/qasino/simulation/qasino/pipeline/SymmetricHashJoin.java | folkvir/snob-v2-simulation | 2412d505381334b52048aefd44752109a6b0dc73 | [
"MIT"
] | null | null | null | 27.5 | 114 | 0.682051 | 2,329 | package qasino.simulation.qasino.pipeline;
import org.apache.jena.atlas.io.IndentedWriter;
import org.apache.jena.shared.PrefixMapping;
import org.apache.jena.sparql.core.Var;
import org.apache.jena.sparql.engine.ExecutionContext;
import org.apache.jena.sparql.engine.QueryIterator;
import org.apache.jena.sparql.engine... |
3e058cc880244e3d4ebb88f4fd707d130d8cf3eb | 9,644 | java | Java | src/main/java/edu/unc/cs/robotics/math/GeomXf.java | jeffi/math | aae1e627ba37f70226159ce6bcc5cd65a4f2da58 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/edu/unc/cs/robotics/math/GeomXf.java | jeffi/math | aae1e627ba37f70226159ce6bcc5cd65a4f2da58 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/edu/unc/cs/robotics/math/GeomXf.java | jeffi/math | aae1e627ba37f70226159ce6bcc5cd65a4f2da58 | [
"BSD-2-Clause"
] | null | null | null | 27.953623 | 102 | 0.369971 | 2,330 | // Automatically generated from GeomXd.java, DO NOT EDIT!
package edu.unc.cs.robotics.math;
/**
* Geometry methods that work for arbitrary dimensions (or at least 2 and 3),
* and operate on float[]. This should be deprecated.
*/
public final class GeomXf {
public static final float EPSILON = 1e-6f;
priva... |
3e058d9aba71ce6231f19a07e5d5df2468bf8186 | 733 | java | Java | src/main/java/tridios/gd/models/Foo.java | gdongus/tridios.github.io | 97d9b22fcd8683b48972fd84db045208f88e7269 | [
"MIT"
] | null | null | null | src/main/java/tridios/gd/models/Foo.java | gdongus/tridios.github.io | 97d9b22fcd8683b48972fd84db045208f88e7269 | [
"MIT"
] | null | null | null | src/main/java/tridios/gd/models/Foo.java | gdongus/tridios.github.io | 97d9b22fcd8683b48972fd84db045208f88e7269 | [
"MIT"
] | null | null | null | 17.046512 | 58 | 0.628922 | 2,331 | package tridios.gd.models;
import com.fasterxml.jackson.annotation.JsonBackReference;
import javax.persistence.*;
@Entity
public class Foo {
@Id
@GeneratedValue
private Long id;
private String name;
@JsonBackReference
@OneToOne(cascade = CascadeType.PERSIST)
private BaseModel baseModel;... |
3e058e2a515073baadda112d6da5a0a88e2513c6 | 2,186 | java | Java | source/SS1/management/Student_Management.java | vuthanhtrung0504/CourseManApp | 2fddcbf38a6513131a5a600c394c59f305ddb251 | [
"MIT"
] | null | null | null | source/SS1/management/Student_Management.java | vuthanhtrung0504/CourseManApp | 2fddcbf38a6513131a5a600c394c59f305ddb251 | [
"MIT"
] | null | null | null | source/SS1/management/Student_Management.java | vuthanhtrung0504/CourseManApp | 2fddcbf38a6513131a5a600c394c59f305ddb251 | [
"MIT"
] | null | null | null | 33.630769 | 86 | 0.417658 | 2,332 | package SS1.management;
import utils.TextIO;
public class Student_Management extends Management {
final String tableName="student";
final String fileName="students";
/**
* Student menu
*/
public void menuStudent(){
try {
int select;
while (true) {
... |
3e058e43687c36883437f1675ff93fd2c4fc6bc1 | 2,910 | java | Java | org.jhotdraw8.draw/src/main/java/org.jhotdraw8.draw/org/jhotdraw8/draw/handle/PathIterableOutlineHandle.java | simplysuvi/jhotdraw8 | 8867b019b6cd408fb933f09008d89e5a43960c4a | [
"MIT"
] | null | null | null | org.jhotdraw8.draw/src/main/java/org.jhotdraw8.draw/org/jhotdraw8/draw/handle/PathIterableOutlineHandle.java | simplysuvi/jhotdraw8 | 8867b019b6cd408fb933f09008d89e5a43960c4a | [
"MIT"
] | null | null | null | org.jhotdraw8.draw/src/main/java/org.jhotdraw8.draw/org/jhotdraw8/draw/handle/PathIterableOutlineHandle.java | simplysuvi/jhotdraw8 | 8867b019b6cd408fb933f09008d89e5a43960c4a | [
"MIT"
] | 2 | 2022-02-28T02:16:35.000Z | 2022-03-19T23:38:29.000Z | 30 | 105 | 0.708591 | 2,333 | /*
* @(#)PathIterableOutlineHandle.java
* Copyright © 2021 The authors and contributors of JHotDraw. MIT License.
*/
package org.jhotdraw8.draw.handle;
import javafx.scene.Cursor;
import javafx.scene.Group;
import javafx.scene.Node;
import javafx.scene.paint.Color;
import javafx.scene.shape.Path;
import javafx.scen... |
3e058ebe825b6d127ef36ceca726c959a6def8fb | 5,020 | java | Java | src/main/java/frc/robot/subsystems/Shooter.java | robbiesylvia/Shooter-Prototype-Testing | a66044d547e5e6ba36ee9bf34e5af18e8bda6406 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/subsystems/Shooter.java | robbiesylvia/Shooter-Prototype-Testing | a66044d547e5e6ba36ee9bf34e5af18e8bda6406 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/subsystems/Shooter.java | robbiesylvia/Shooter-Prototype-Testing | a66044d547e5e6ba36ee9bf34e5af18e8bda6406 | [
"BSD-3-Clause"
] | 1 | 2021-03-21T23:27:49.000Z | 2021-03-21T23:27:49.000Z | 34.62069 | 190 | 0.765936 | 2,334 | package frc.robot.subsystems;
//import edu.wpi.first.wpilibj.Encoder;
import edu.wpi.first.wpilibj2.command.SubsystemBase;
import frc.robot.Constants;
import edu.wpi.first.wpilibj.AnalogPotentiometer;
import com.ctre.phoenix.motorcontrol.ControlMode;
import com.ctre.phoenix.motorcontrol.SupplyCurrentLimitConfiguratio... |
3e058ed7593dc90f993174e478a8c4b3f44a2235 | 1,989 | java | Java | java110-bean/src/main/java/com/java110/dto/product/ProductCategoryDto.java | 2669430363/MicroCommunity | f7cdc8cc9b1d092403abf18239cdc88fa9c3522d | [
"Apache-2.0"
] | 711 | 2017-04-09T15:59:16.000Z | 2022-03-27T07:19:02.000Z | java110-bean/src/main/java/com/java110/dto/product/ProductCategoryDto.java | yasudarui/MicroCommunity | 1026aa5eaa86446aedfdefd092a3d6fcf0dfe470 | [
"Apache-2.0"
] | 16 | 2017-04-09T16:13:09.000Z | 2022-01-04T16:36:13.000Z | java110-bean/src/main/java/com/java110/dto/product/ProductCategoryDto.java | yasudarui/MicroCommunity | 1026aa5eaa86446aedfdefd092a3d6fcf0dfe470 | [
"Apache-2.0"
] | 334 | 2017-04-16T05:01:12.000Z | 2022-03-30T00:49:37.000Z | 21.857143 | 73 | 0.67823 | 2,335 | package com.java110.dto.product;
import com.java110.dto.PageDto;
import java.io.Serializable;
import java.util.Date;
/**
* @ClassName FloorDto
* @Description 产品目录数据层封装
* @Author wuxw
* @Date 2019/4/24 8:52
* @Version 1.0
* add by wuxw 2019/4/24
**/
public class ProductCategoryDto extends PageDto implements Ser... |
3e058fbc7b424cc575a0e495eb507f3c09952a0b | 316 | java | Java | design-principles/src/main/java/com/nsc/designprinciples/openclosed/tax/FullTimeTaxCalculator.java | pratapgowda007/computer-fundamentals | d655483b352f2172a7eae7ee1edb19dbd4262e7f | [
"MIT"
] | null | null | null | design-principles/src/main/java/com/nsc/designprinciples/openclosed/tax/FullTimeTaxCalculator.java | pratapgowda007/computer-fundamentals | d655483b352f2172a7eae7ee1edb19dbd4262e7f | [
"MIT"
] | null | null | null | design-principles/src/main/java/com/nsc/designprinciples/openclosed/tax/FullTimeTaxCalculator.java | pratapgowda007/computer-fundamentals | d655483b352f2172a7eae7ee1edb19dbd4262e7f | [
"MIT"
] | null | null | null | 26.333333 | 62 | 0.753165 | 2,336 | package com.nsc.designprinciples.openclosed.tax;
import com.nsc.designprinciples.singleresponsibility.Employee;
public class FullTimeTaxCalculator implements TaxCalculator {
@Override
public double calculate(Employee employee) {
System.out.println("calculating FTE tax");
return 0;
}
}
|
3e0590a845b14b703010edcc5f0b3a720560385d | 2,843 | java | Java | core/src/main/java/org/streameps/core/comparator/IAttributeValueEntry.java | fanhubgt/StreamEPS | ea8f9cd03755315e34301a50fdbfe9a30b59077f | [
"BSD-3-Clause-Clear"
] | null | null | null | core/src/main/java/org/streameps/core/comparator/IAttributeValueEntry.java | fanhubgt/StreamEPS | ea8f9cd03755315e34301a50fdbfe9a30b59077f | [
"BSD-3-Clause-Clear"
] | null | null | null | core/src/main/java/org/streameps/core/comparator/IAttributeValueEntry.java | fanhubgt/StreamEPS | ea8f9cd03755315e34301a50fdbfe9a30b59077f | [
"BSD-3-Clause-Clear"
] | null | null | null | 36.448718 | 86 | 0.672529 | 2,337 | /*
* ====================================================================
* StreamEPS Platform
*
* (C) Copyright 2011.
*
* Distributed under the Modified BSD License.
* Copyright notice: The copyright for this software and a full listing
* of individual contributors are as shown in the packaged copyright... |
3e0590d679fcb10fb2667968c58fd2ed10045ace | 235 | java | Java | algoritmos-matematicos/Potenciacao.java | brunocampos01/introducao_a_POO_1_fase | df6637823dcf7c301eb363ff181c696ac019a3a4 | [
"MIT"
] | 6 | 2018-09-20T02:41:49.000Z | 2019-11-10T21:26:35.000Z | algoritmos-matematicos/Potenciacao.java | brunocampos01/introducao_a_POO_1_fase | df6637823dcf7c301eb363ff181c696ac019a3a4 | [
"MIT"
] | null | null | null | algoritmos-matematicos/Potenciacao.java | brunocampos01/introducao_a_POO_1_fase | df6637823dcf7c301eb363ff181c696ac019a3a4 | [
"MIT"
] | 2 | 2019-11-10T21:30:56.000Z | 2019-12-13T00:37:43.000Z | 18.076923 | 45 | 0.493617 | 2,338 | public class Potenciacao {
public static void main(String[] args) {
// atributos
int a = 2;
int b = 5;
int elevado = (int) Math.pow(a, b);
System.out.println(elevado);
}
}
|
3e05919e95baa51b8ee81d29898270db644d96d8 | 9,918 | java | Java | src/testcases/org/apache/tools/ant/taskdefs/JavaTest.java | wardat/apache-ant-1.6.2 | 8c38f36fb822c6b3867a14c4cff9d0fae29e1eab | [
"W3C-19980720",
"Apache-2.0"
] | null | null | null | src/testcases/org/apache/tools/ant/taskdefs/JavaTest.java | wardat/apache-ant-1.6.2 | 8c38f36fb822c6b3867a14c4cff9d0fae29e1eab | [
"W3C-19980720",
"Apache-2.0"
] | null | null | null | src/testcases/org/apache/tools/ant/taskdefs/JavaTest.java | wardat/apache-ant-1.6.2 | 8c38f36fb822c6b3867a14c4cff9d0fae29e1eab | [
"W3C-19980720",
"Apache-2.0"
] | null | null | null | 30.801242 | 85 | 0.582275 | 2,339 | /*
* Copyright 2001-2004 The 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 b... |
3e0591b303791f4a39ec76d61852a3919d767526 | 1,045 | java | Java | core/cas-server-core-configuration/src/main/java/org/apereo/cas/configuration/model/core/authentication/PrincipalTransformationProperties.java | ConnCollege/CAS-5-FS | c1c6598c561f66548034d6e30bfc2e2127cdfb85 | [
"Apache-2.0"
] | null | null | null | core/cas-server-core-configuration/src/main/java/org/apereo/cas/configuration/model/core/authentication/PrincipalTransformationProperties.java | ConnCollege/CAS-5-FS | c1c6598c561f66548034d6e30bfc2e2127cdfb85 | [
"Apache-2.0"
] | null | null | null | core/cas-server-core-configuration/src/main/java/org/apereo/cas/configuration/model/core/authentication/PrincipalTransformationProperties.java | ConnCollege/CAS-5-FS | c1c6598c561f66548034d6e30bfc2e2127cdfb85 | [
"Apache-2.0"
] | 1 | 2021-09-25T22:25:20.000Z | 2021-09-25T22:25:20.000Z | 21.770833 | 72 | 0.644019 | 2,340 | package org.apereo.cas.configuration.model.core.authentication;
/**
* This is {@link PrincipalTransformationProperties}.
*
* @author Misagh Moayyed
* @since 5.0.0
*/
public class PrincipalTransformationProperties {
public enum CaseConversion {
/** No conversion. */
NONE,
/** Lowercas... |
3e0591f90afccb5c4a74bdf40f07a0e8ffa0edc5 | 16,390 | java | Java | server/src/test-fast/java/com/thoughtworks/go/config/update/UpdateTemplateConfigCommandTest.java | java-app-scans/gocd | 9477487e74f86c4b54563d8ee7786a8205ebfc97 | [
"Apache-2.0"
] | 5,865 | 2015-01-02T04:24:52.000Z | 2022-03-31T11:00:46.000Z | server/src/test-fast/java/com/thoughtworks/go/config/update/UpdateTemplateConfigCommandTest.java | java-app-scans/gocd | 9477487e74f86c4b54563d8ee7786a8205ebfc97 | [
"Apache-2.0"
] | 5,972 | 2015-01-02T10:20:42.000Z | 2022-03-31T20:17:09.000Z | server/src/test-fast/java/com/thoughtworks/go/config/update/UpdateTemplateConfigCommandTest.java | java-app-scans/gocd | 9477487e74f86c4b54563d8ee7786a8205ebfc97 | [
"Apache-2.0"
] | 998 | 2015-01-01T18:02:09.000Z | 2022-03-28T21:20:50.000Z | 58.120567 | 261 | 0.757535 | 2,341 | /*
* Copyright 2021 ThoughtWorks, 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 agr... |
3e0594ec925891394a59bd824aed5c10e7ce64b7 | 761 | java | Java | MidtermReview/src/midtermreview/Flower.java | EricCharnesky/CIS1500-Fall2021 | eb046620f424a15eab355a9f1a50428eff1d5af5 | [
"MIT"
] | null | null | null | MidtermReview/src/midtermreview/Flower.java | EricCharnesky/CIS1500-Fall2021 | eb046620f424a15eab355a9f1a50428eff1d5af5 | [
"MIT"
] | null | null | null | MidtermReview/src/midtermreview/Flower.java | EricCharnesky/CIS1500-Fall2021 | eb046620f424a15eab355a9f1a50428eff1d5af5 | [
"MIT"
] | 1 | 2021-10-09T01:06:21.000Z | 2021-10-09T01:06:21.000Z | 18.119048 | 80 | 0.571616 | 2,342 |
package midtermreview;
public class Flower {
private String name;
private String color;
private String smell;
private int numberOfPetals;
public Flower(String name, String color, String smell, int numberOfPetals) {
this.name = name;
this.color = color;
this.smell = smell;
... |
3e0595d4f014c685ecfa13b15bc2ba7da7031726 | 5,125 | java | Java | flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/functions/aggfunctions/IncrSumAggFunction.java | Shih-Wei-Hsu/flink | 3fed93d62d8f79627d4ded2dd1fae6fae91b36e8 | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | 41 | 2018-11-14T04:05:42.000Z | 2022-02-09T10:39:23.000Z | flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/functions/aggfunctions/IncrSumAggFunction.java | Shih-Wei-Hsu/flink | 3fed93d62d8f79627d4ded2dd1fae6fae91b36e8 | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | 15 | 2021-06-13T18:06:12.000Z | 2022-02-09T22:40:04.000Z | flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/functions/aggfunctions/IncrSumAggFunction.java | houmaozheng/flink | ef692d0967daf8f532d9011122e1d3104a07fb39 | [
"Apache-2.0"
] | 16 | 2019-01-04T09:19:03.000Z | 2022-01-10T14:34:31.000Z | 29.624277 | 114 | 0.757268 | 2,343 | /*
* 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 ... |
3e0595ffdba9c882bc681be7651753704d4f7fca | 1,800 | java | Java | abstract_data_structure/Stack.java | cnLawrie/Algorithm | 6f1b8c99dc69b756212ed81d649e5bcdcb861de3 | [
"MIT"
] | null | null | null | abstract_data_structure/Stack.java | cnLawrie/Algorithm | 6f1b8c99dc69b756212ed81d649e5bcdcb861de3 | [
"MIT"
] | null | null | null | abstract_data_structure/Stack.java | cnLawrie/Algorithm | 6f1b8c99dc69b756212ed81d649e5bcdcb861de3 | [
"MIT"
] | null | null | null | 24.324324 | 79 | 0.55 | 2,344 | package ADT;
import java.util.Iterator;
import java.util.ListIterator;
import java.util.NoSuchElementException;
public class Stack<E> implements Iterable<E>{
private int N;
private Node first;
private class Node{
E elem;
Node next;
}
public boolean isEmpty(){return first == null;... |
3e059653447344bfca35199248c2cbf8bd208615 | 1,462 | java | Java | src/main/gen/com/bloxbean/algodea/idea/language/psi/impl/TEALGtxnsasOperationImpl.java | bloxbean/algorand-idea-plugin | 773d2fb00ad2c59dd14697fb7e0cc622c16d0bdf | [
"MIT"
] | null | null | null | src/main/gen/com/bloxbean/algodea/idea/language/psi/impl/TEALGtxnsasOperationImpl.java | bloxbean/algorand-idea-plugin | 773d2fb00ad2c59dd14697fb7e0cc622c16d0bdf | [
"MIT"
] | null | null | null | src/main/gen/com/bloxbean/algodea/idea/language/psi/impl/TEALGtxnsasOperationImpl.java | bloxbean/algorand-idea-plugin | 773d2fb00ad2c59dd14697fb7e0cc622c16d0bdf | [
"MIT"
] | null | null | null | 26.581818 | 100 | 0.77565 | 2,345 | // This is a generated file. Not intended for manual editing.
package com.bloxbean.algodea.idea.language.psi.impl;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.lang.ASTNode;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiElementVisitor;
import com.intellij.psi.util.Psi... |
3e0596f7c6e18703a2269e81509dca285bfaabbf | 5,334 | java | Java | build/generated/source/apt/main/com/intersysconsulting/derive4jexamples/PersonNames.java | oscarvarto/learning-java | 9057a3388792568e042bcefd6ab263892805ca0a | [
"BSD-3-Clause"
] | null | null | null | build/generated/source/apt/main/com/intersysconsulting/derive4jexamples/PersonNames.java | oscarvarto/learning-java | 9057a3388792568e042bcefd6ab263892805ca0a | [
"BSD-3-Clause"
] | null | null | null | build/generated/source/apt/main/com/intersysconsulting/derive4jexamples/PersonNames.java | oscarvarto/learning-java | 9057a3388792568e042bcefd6ab263892805ca0a | [
"BSD-3-Clause"
] | null | null | null | 27.78125 | 118 | 0.658043 | 2,346 | package com.intersysconsulting.derive4jexamples;
import fj.Equal;
import fj.Hash;
import fj.Ord;
import fj.Ordering;
import fj.Show;
import fj.data.Option;
import fj.data.Stream;
import java.lang.Override;
import java.lang.String;
import java.lang.SuppressWarnings;
import java.util.function.Function;
import java.util.... |
3e0598c33bbe52076c6d07efbc67f5420f6b2142 | 3,645 | java | Java | bmc-announcementsservice/src/main/java/com/oracle/bmc/announcementsservice/requests/UpdateAnnouncementUserStatusRequest.java | Mattlk13/oci-java-sdk | 3e9a65b05844c5cbbe626d45e0a89b16fece065b | [
"UPL-1.0",
"Apache-2.0"
] | null | null | null | bmc-announcementsservice/src/main/java/com/oracle/bmc/announcementsservice/requests/UpdateAnnouncementUserStatusRequest.java | Mattlk13/oci-java-sdk | 3e9a65b05844c5cbbe626d45e0a89b16fece065b | [
"UPL-1.0",
"Apache-2.0"
] | 1 | 2020-11-10T21:43:28.000Z | 2020-11-10T21:43:28.000Z | bmc-announcementsservice/src/main/java/com/oracle/bmc/announcementsservice/requests/UpdateAnnouncementUserStatusRequest.java | Mattlk13/oci-java-sdk | 3e9a65b05844c5cbbe626d45e0a89b16fece065b | [
"UPL-1.0",
"Apache-2.0"
] | null | null | null | 38.368421 | 135 | 0.662551 | 2,348 | /**
* Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
*/
package com.oracle.bmc.announcementsservice.requests;
import com.oracle.bmc.announcementsservice.model.*;
@javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 0.0.1")
@lombok.Builder(builderClassName ... |
3e059912c2fd15517c555801be90e84e06680cce | 3,003 | java | Java | core/src/main/java/flex/messaging/security/LoginCommand.java | ShangwenWang/flex-blazeds | 4db3bc764e1842b03afa0bcc6302db8aefc28436 | [
"Apache-2.0"
] | 49 | 2015-02-05T10:28:05.000Z | 2021-11-10T23:11:17.000Z | core/src/main/java/flex/messaging/security/LoginCommand.java | ShangwenWang/flex-blazeds | 4db3bc764e1842b03afa0bcc6302db8aefc28436 | [
"Apache-2.0"
] | 4 | 2015-07-02T12:49:26.000Z | 2021-02-03T13:03:03.000Z | core/src/main/java/flex/messaging/security/LoginCommand.java | ShangwenWang/flex-blazeds | 4db3bc764e1842b03afa0bcc6302db8aefc28436 | [
"Apache-2.0"
] | 51 | 2015-03-18T22:18:54.000Z | 2021-11-10T23:11:11.000Z | 38.012658 | 103 | 0.71362 | 2,349 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e059a02f305c0e1b20003f69ffc6b3a21053800 | 1,014 | java | Java | rest-client/src/main/java/org/jboss/pnc/restclient/websocket/ListenerUnsubscriber.java | DnsZhou/pnc | 26d7cbecc9cf4494e29aca3482dbb4a96ec47f93 | [
"Apache-2.0"
] | 41 | 2015-02-02T14:44:34.000Z | 2022-03-01T16:12:34.000Z | rest-client/src/main/java/org/jboss/pnc/restclient/websocket/ListenerUnsubscriber.java | DnsZhou/pnc | 26d7cbecc9cf4494e29aca3482dbb4a96ec47f93 | [
"Apache-2.0"
] | 1,502 | 2015-01-04T19:57:43.000Z | 2022-03-30T08:55:17.000Z | rest-client/src/main/java/org/jboss/pnc/restclient/websocket/ListenerUnsubscriber.java | DnsZhou/pnc | 26d7cbecc9cf4494e29aca3482dbb4a96ec47f93 | [
"Apache-2.0"
] | 52 | 2015-02-02T13:32:57.000Z | 2022-03-04T11:05:07.000Z | 35.034483 | 75 | 0.74311 | 2,350 | /**
* JBoss, Home of Professional Open Source.
* Copyright 2014-2020 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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... |
3e059a5b65513b4019d3ee465be5d596b82b7356 | 506 | java | Java | src.save/test/java/g0801_0900/s0823_binary_trees_with_factors/SolutionTest.java | jscrdev/LeetCode-in-Java | cb2ec473a6e728e0eafb534518fde41910488d85 | [
"MIT"
] | 2 | 2021-12-21T11:30:12.000Z | 2022-03-04T09:30:33.000Z | src.save/test/java/g0801_0900/s0823_binary_trees_with_factors/SolutionTest.java | ThanhNIT/LeetCode-in-Java | d1c1eab40db8ef15d69d78dcc55ebb410b4bb5f5 | [
"MIT"
] | null | null | null | src.save/test/java/g0801_0900/s0823_binary_trees_with_factors/SolutionTest.java | ThanhNIT/LeetCode-in-Java | d1c1eab40db8ef15d69d78dcc55ebb410b4bb5f5 | [
"MIT"
] | null | null | null | 26.631579 | 95 | 0.717391 | 2,351 | package g0801_0900.s0823_binary_trees_with_factors;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.jupiter.api.Test;
class SolutionTest {
@Test
void numFactoredBinaryTrees() {
assertThat(new Solution().numFactoredBinaryTrees(new ... |
3e059b19511deb46bcc5188d63c3eb7df02ca7b3 | 3,365 | java | Java | app/src/main/java/edu/cnm/deepdive/cardcombat/service/UserRepository.java | Dominguez1st/card-combat | c5d1cb5b860dcec25edc05f78b358cb39e19dbcc | [
"Apache-2.0"
] | null | null | null | app/src/main/java/edu/cnm/deepdive/cardcombat/service/UserRepository.java | Dominguez1st/card-combat | c5d1cb5b860dcec25edc05f78b358cb39e19dbcc | [
"Apache-2.0"
] | null | null | null | app/src/main/java/edu/cnm/deepdive/cardcombat/service/UserRepository.java | Dominguez1st/card-combat | c5d1cb5b860dcec25edc05f78b358cb39e19dbcc | [
"Apache-2.0"
] | null | null | null | 32.047619 | 97 | 0.677563 | 2,352 | package edu.cnm.deepdive.cardcombat.service;
import android.content.Context;
import androidx.annotation.NonNull;
import androidx.lifecycle.LiveData;
import com.google.android.gms.auth.api.signin.GoogleSignInAccount;
import edu.cnm.deepdive.cardcombat.model.dao.DeckDao;
import edu.cnm.deepdive.cardcombat.model.dao.Game... |
3e059b5d0a95d51fb567a1069048b51e106beaf5 | 1,639 | java | Java | vividus-plugin-web-app/src/main/java/org/vividus/selenium/screenshot/strategies/AdjustingCutStrategy.java | draker94/vividus | 46545b6555c29f21b5d9b29a70ef8679ce42e119 | [
"Apache-2.0"
] | 335 | 2019-06-24T06:43:45.000Z | 2022-03-26T08:26:23.000Z | vividus-plugin-web-app/src/main/java/org/vividus/selenium/screenshot/strategies/AdjustingCutStrategy.java | draker94/vividus | 46545b6555c29f21b5d9b29a70ef8679ce42e119 | [
"Apache-2.0"
] | 2,414 | 2019-08-15T15:24:31.000Z | 2022-03-31T14:38:26.000Z | vividus-plugin-web-app/src/main/java/org/vividus/selenium/screenshot/strategies/AdjustingCutStrategy.java | Yauhenda/vividus | 583df23b34dfc48d3911ed1b300a273c2fd1777c | [
"Apache-2.0"
] | 64 | 2019-08-16T11:32:48.000Z | 2022-03-12T06:15:18.000Z | 29.267857 | 75 | 0.720561 | 2,353 | /*
* Copyright 2019-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e059c23fc17c8200a7fde39748a0685afd98527 | 1,511 | java | Java | model/src/test/java/org/example/playground/model/util/MemoryAppender.java | bytemania/playground-java-akka | bf68c77db47dd70212f6a8341db35a7997cce403 | [
"MIT"
] | 1 | 2020-12-09T12:15:18.000Z | 2020-12-09T12:15:18.000Z | model/src/test/java/org/example/playground/model/util/MemoryAppender.java | bytemania/playground-java-akka | bf68c77db47dd70212f6a8341db35a7997cce403 | [
"MIT"
] | null | null | null | model/src/test/java/org/example/playground/model/util/MemoryAppender.java | bytemania/playground-java-akka | bf68c77db47dd70212f6a8341db35a7997cce403 | [
"MIT"
] | null | null | null | 29.627451 | 76 | 0.626737 | 2,354 | package org.example.playground.model.util;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.spi.ILoggingEvent;
import ch.qos.logback.core.read.ListAppender;
import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;
public class MemoryAppender extends ListAppender<ILog... |
3e059c3c54681fc57dccc4e13be225e79b91f571 | 332 | java | Java | src/com/score/dao/inter/ExamDaoInter.java | cy486/StudentInformationManagementSystem | 9a0f005e22385911fb9b1f3193fb7e695baa7e3a | [
"Apache-2.0"
] | null | null | null | src/com/score/dao/inter/ExamDaoInter.java | cy486/StudentInformationManagementSystem | 9a0f005e22385911fb9b1f3193fb7e695baa7e3a | [
"Apache-2.0"
] | null | null | null | src/com/score/dao/inter/ExamDaoInter.java | cy486/StudentInformationManagementSystem | 9a0f005e22385911fb9b1f3193fb7e695baa7e3a | [
"Apache-2.0"
] | 1 | 2019-12-08T09:34:42.000Z | 2019-12-08T09:34:42.000Z | 14.434783 | 63 | 0.680723 | 2,355 | package com.score.dao.inter;
import java.util.List;
import com.score.bean.Exam;
/**
* 操作学生的数据层接口
* @author bojiangzhou
*
*/
public interface ExamDaoInter extends BaseDaoInter {
/**
* 获取考试信息
* @param sql 要执行的sql语句
* @param param 参数
* @return
*/
public List<Exam> getExamList(String sql, List<Object> ... |
3e059ca1d0f461db474591cd9786061a165f4751 | 2,176 | java | Java | cpython/src/gen/java/org/bytedeco/cpython/_mod.java | StuffNoOneCaresAbout/javacpp-presets | 4967c4cb8c2a1f6f0d97e4d6e838bd46775bdcd7 | [
"Apache-2.0"
] | 1 | 2021-01-21T03:46:40.000Z | 2021-01-21T03:46:40.000Z | cpython/src/gen/java/org/bytedeco/cpython/_mod.java | StuffNoOneCaresAbout/javacpp-presets | 4967c4cb8c2a1f6f0d97e4d6e838bd46775bdcd7 | [
"Apache-2.0"
] | null | null | null | cpython/src/gen/java/org/bytedeco/cpython/_mod.java | StuffNoOneCaresAbout/javacpp-presets | 4967c4cb8c2a1f6f0d97e4d6e838bd46775bdcd7 | [
"Apache-2.0"
] | null | null | null | 49.454545 | 155 | 0.721048 | 2,356 | // Targeted by JavaCPP version 1.5.5-SNAPSHOT: DO NOT EDIT THIS FILE
package org.bytedeco.cpython;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import static org.bytedeco.cpython.global.python.*;
@Properties(inheri... |
3e059ce7f2f2694a658382a2aa3e776cc7366300 | 1,350 | java | Java | src/main/java/dev/cheerfun/pixivic/biz/dns/config/JDDNSConfig.java | CrazyForks/Pixiv-Illustration-Collection-Backend | 315cc4fbe002481edd32de2df34709ffc27a1a95 | [
"Apache-2.0"
] | 607 | 2020-01-23T17:06:22.000Z | 2022-03-29T09:47:23.000Z | src/main/java/dev/cheerfun/pixivic/biz/dns/config/JDDNSConfig.java | CrazyForks/Pixiv-Illustration-Collection-Backend | 315cc4fbe002481edd32de2df34709ffc27a1a95 | [
"Apache-2.0"
] | 18 | 2020-04-22T14:05:00.000Z | 2022-02-17T09:36:53.000Z | src/main/java/dev/cheerfun/pixivic/biz/dns/config/JDDNSConfig.java | CrazyForks/Pixiv-Illustration-Collection-Backend | 315cc4fbe002481edd32de2df34709ffc27a1a95 | [
"Apache-2.0"
] | 89 | 2020-01-24T13:49:15.000Z | 2022-03-25T13:06:37.000Z | 40.909091 | 119 | 0.702222 | 2,357 | package dev.cheerfun.pixivic.biz.dns.config;
import com.jdcloud.sdk.auth.CredentialsProvider;
import com.jdcloud.sdk.auth.StaticCredentialsProvider;
import com.jdcloud.sdk.http.HttpRequestConfig;
import com.jdcloud.sdk.http.Protocol;
import com.jdcloud.sdk.service.clouddnsservice.client.ClouddnsserviceClient;
import l... |
3e059d28ab1115d02a530f05ddeb1ee166274f1a | 1,477 | java | Java | _Eclipse/_SpigotDecompiled/work/decompile-cf6b1333/net/minecraft/server/NBTTagLong.java | MarioMatschgi/Minecraft-Plugins | b1363d06b6d741337dc0c6c7e1c1231778356be4 | [
"MIT"
] | 1 | 2021-03-24T12:20:04.000Z | 2021-03-24T12:20:04.000Z | _Eclipse/_SpigotDecompiled/work/decompile-cf6b1333/net/minecraft/server/NBTTagLong.java | MarioMatschgi/Minecraft-Plugins | b1363d06b6d741337dc0c6c7e1c1231778356be4 | [
"MIT"
] | null | null | null | _Eclipse/_SpigotDecompiled/work/decompile-cf6b1333/net/minecraft/server/NBTTagLong.java | MarioMatschgi/Minecraft-Plugins | b1363d06b6d741337dc0c6c7e1c1231778356be4 | [
"MIT"
] | 2 | 2021-03-27T15:43:42.000Z | 2021-03-27T15:50:42.000Z | 19.959459 | 93 | 0.577522 | 2,358 | package net.minecraft.server;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
public class NBTTagLong extends NBTNumber {
private long data;
NBTTagLong() {}
public NBTTagLong(long i) {
this.data = i;
}
void write(DataOutput dataoutput) throws IOExceptio... |
3e059e12f11b9fbfd479d1b238be16aab58d5828 | 2,223 | java | Java | maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/ReportResource.java | NunoEdgarGFlowHub/maven-plugins | 91f90b8075a363e4c592da285cf8324c63a66ffa | [
"Apache-2.0"
] | 1 | 2018-06-06T13:56:44.000Z | 2018-06-06T13:56:44.000Z | maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/ReportResource.java | NunoEdgarGFlowHub/maven-plugins | 91f90b8075a363e4c592da285cf8324c63a66ffa | [
"Apache-2.0"
] | 3 | 2021-05-18T20:53:35.000Z | 2022-02-01T01:12:21.000Z | maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/ReportResource.java | NunoEdgarGFlowHub/maven-plugins | 91f90b8075a363e4c592da285cf8324c63a66ffa | [
"Apache-2.0"
] | 1 | 2017-09-26T14:37:06.000Z | 2017-09-26T14:37:06.000Z | 28.883117 | 116 | 0.694245 | 2,359 | package org.apache.maven.plugin.checkstyle;
/*
* 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 ... |
3e059e248f8427eac008c299d9c6bdcd655925ae | 2,804 | java | Java | modules/global/src/com/haulmont/cuba/security/entity/FilterEntity.java | cuba-platform/cuba-thesis | 09ae6b584537f89e458a6a70c9344b3f47d9a8c4 | [
"Apache-2.0"
] | 2 | 2020-02-21T08:17:10.000Z | 2020-07-27T08:24:47.000Z | modules/global/src/com/haulmont/cuba/security/entity/FilterEntity.java | cuba-platform/cuba-thesis | 09ae6b584537f89e458a6a70c9344b3f47d9a8c4 | [
"Apache-2.0"
] | null | null | null | modules/global/src/com/haulmont/cuba/security/entity/FilterEntity.java | cuba-platform/cuba-thesis | 09ae6b584537f89e458a6a70c9344b3f47d9a8c4 | [
"Apache-2.0"
] | 2 | 2020-02-21T08:17:12.000Z | 2020-09-22T20:02:02.000Z | 21.90625 | 90 | 0.623039 | 2,360 | /*
* Copyright (c) 2008-2013 Haulmont. All rights reserved.
* Use is subject to license terms, see http://www.cuba-platform.com/license for details.
*/
package com.haulmont.cuba.security.entity;
import com.haulmont.chile.core.annotations.NamePattern;
import com.haulmont.cuba.core.entity.AbstractSearchFolder;... |
3e059ea918051e396d4ff771d8addbfb7be70fa6 | 739 | java | Java | src/visao/UIAtualizaCurso.java | phcayres/java_DAO | 3981565f1c18b8fb7d5245fed59350c09db5f5ee | [
"MIT"
] | null | null | null | src/visao/UIAtualizaCurso.java | phcayres/java_DAO | 3981565f1c18b8fb7d5245fed59350c09db5f5ee | [
"MIT"
] | null | null | null | src/visao/UIAtualizaCurso.java | phcayres/java_DAO | 3981565f1c18b8fb7d5245fed59350c09db5f5ee | [
"MIT"
] | null | null | null | 23.09375 | 96 | 0.634641 | 2,361 | package visao;
import controle.CursoDAO;
import javax.swing.JOptionPane;
import modelo.Curso;
/**
*
* @author Paulo Henrique Cayres
*/
public class UIAtualizaCurso {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
Curso c = new Curso(In... |
3e05a06d0ebd62742b13a04ef2f9d3bb6589af8d | 3,579 | java | Java | src/main/java/frc/robot/Util/Swerve.java | Team-2960/PreseasonCode2022 | 1e86d020fe04bd11a7d586a12f93866efc121f31 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/Util/Swerve.java | Team-2960/PreseasonCode2022 | 1e86d020fe04bd11a7d586a12f93866efc121f31 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/Util/Swerve.java | Team-2960/PreseasonCode2022 | 1e86d020fe04bd11a7d586a12f93866efc121f31 | [
"BSD-3-Clause"
] | null | null | null | 33.448598 | 142 | 0.68874 | 2,362 | package frc.robot.Util;
import edu.wpi.first.wpilibj2.command.SubsystemBase;
//MOTORS
import com.revrobotics.CANDigitalInput;
import com.revrobotics.CANSparkMax;
import com.revrobotics.CANSparkMaxLowLevel.MotorType;
//PID
import edu.wpi.first.wpilibj.controller.PIDController;
import edu.wpi.first.wpilibj.geometry.Pose... |
3e05a22577715256c621f48583c9bb5c8d118bce | 2,921 | java | Java | VendingMachine/java/src/main/java/VendingMachine.java | tgdraugr/CodingKatas | c9caf7b8cde0ccb50fe74b4dbef3d1b8b8698a8e | [
"MIT"
] | null | null | null | VendingMachine/java/src/main/java/VendingMachine.java | tgdraugr/CodingKatas | c9caf7b8cde0ccb50fe74b4dbef3d1b8b8698a8e | [
"MIT"
] | null | null | null | VendingMachine/java/src/main/java/VendingMachine.java | tgdraugr/CodingKatas | c9caf7b8cde0ccb50fe74b4dbef3d1b8b8698a8e | [
"MIT"
] | null | null | null | 28.359223 | 113 | 0.607326 | 2,363 | import java.util.*;
import java.util.function.Function;
import java.util.stream.Collectors;
public class VendingMachine {
private final List<Money> insertedMoney;
private List<Money> availableChange;
private List<Item> availableItems;
public VendingMachine(List<Money> availableChange, List<Item> avail... |
3e05a31419f398e9e3b46f1b2cb1c256492d0072 | 752 | java | Java | code/mancala-backend/src/main/java/com/halilayyildiz/game/data/dto/GameJoinResponse.java | halilayyildiz/mancala-game | 80bc08c18be745a50780dcc8a46e1bf6bcd6ea89 | [
"MIT"
] | null | null | null | code/mancala-backend/src/main/java/com/halilayyildiz/game/data/dto/GameJoinResponse.java | halilayyildiz/mancala-game | 80bc08c18be745a50780dcc8a46e1bf6bcd6ea89 | [
"MIT"
] | null | null | null | code/mancala-backend/src/main/java/com/halilayyildiz/game/data/dto/GameJoinResponse.java | halilayyildiz/mancala-game | 80bc08c18be745a50780dcc8a46e1bf6bcd6ea89 | [
"MIT"
] | 2 | 2019-09-16T06:38:58.000Z | 2020-01-21T09:47:32.000Z | 20.324324 | 51 | 0.654255 | 2,364 | package com.halilayyildiz.game.data.dto;
import com.halilayyildiz.game.model.IPlayer;
import lombok.Data;
@Data
public class GameJoinResponse
{
private Result result;
private String gameId;
private String playerId;
private String playerName;
private Integer playerIndex;
public GameJoinRespo... |
3e05a4382c8ce3ad535d464c1cecb01f60d2b8de | 5,358 | java | Java | src/test/java/nyla/solutions/core/patterns/iteration/PageCriteriaTest.java | nyla-solutions/nyla | 2eb67055d2285e9b62ca881efb02f065d5010225 | [
"Apache-2.0"
] | 6 | 2016-03-20T23:20:07.000Z | 2021-09-20T13:20:21.000Z | src/test/java/nyla/solutions/core/patterns/iteration/PageCriteriaTest.java | nyla-solutions/nyla | 2eb67055d2285e9b62ca881efb02f065d5010225 | [
"Apache-2.0"
] | 4 | 2016-03-02T16:48:18.000Z | 2018-11-16T17:00:24.000Z | src/test/java/nyla/solutions/core/patterns/iteration/PageCriteriaTest.java | nyla-solutions/nyla | 2eb67055d2285e9b62ca881efb02f065d5010225 | [
"Apache-2.0"
] | 1 | 2019-09-05T16:08:46.000Z | 2019-09-05T16:08:46.000Z | 26.656716 | 76 | 0.620007 | 2,365 | package nyla.solutions.core.patterns.iteration;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.*;
class PageCriteriaTest
{
@Test
void getId()
{
String expected ="expected";
assertEquals(expected,... |
3e05a4b25ac0602593ef3b7099d45bd3b913dbb3 | 351 | java | Java | gulimall-product/src/main/java/com/li/gulimall/product/vo/BaseAttrs.java | kugga-no1/gulimail | cf0cc7df81643c5210fa52124ac14520df6f5899 | [
"Apache-2.0"
] | null | null | null | gulimall-product/src/main/java/com/li/gulimall/product/vo/BaseAttrs.java | kugga-no1/gulimail | cf0cc7df81643c5210fa52124ac14520df6f5899 | [
"Apache-2.0"
] | 1 | 2021-08-23T06:45:23.000Z | 2021-08-23T06:45:23.000Z | gulimall-product/src/main/java/com/li/gulimall/product/vo/BaseAttrs.java | kugga-no1/gulimall | cf0cc7df81643c5210fa52124ac14520df6f5899 | [
"Apache-2.0"
] | null | null | null | 15.727273 | 44 | 0.67341 | 2,366 | /**
* Copyright 2021 bejson.com
*/
package com.li.gulimall.product.vo;
import lombok.Data;
/**
* Auto-generated: 2021-08-20 11:15:30
*
* @author bejson.com (upchh@example.com)
* @website http://www.bejson.com/java2pojo/
*/
@Data
public class BaseAttrs {
private Long attrId;
private String attrValues... |
3e05a4cbbca3dfd838124920755e2a9cacfa752f | 4,920 | java | Java | src/main/java/org/dailywork/config/Options.java | piotr-sobczyk/daily-work | 1d69c66ed4151c60733b30eef25cd75a34962c03 | [
"Apache-2.0"
] | 1 | 2016-03-09T14:12:03.000Z | 2016-03-09T14:12:03.000Z | src/main/java/org/dailywork/config/Options.java | piotr-sobczyk/daily-work | 1d69c66ed4151c60733b30eef25cd75a34962c03 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/dailywork/config/Options.java | piotr-sobczyk/daily-work | 1d69c66ed4151c60733b30eef25cd75a34962c03 | [
"Apache-2.0"
] | null | null | null | 29.285714 | 95 | 0.630081 | 2,367 | /*
* Copyright (c) 2010-2012 Célio Cidral Junior.
*
* 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 re... |
3e05a528953151049b62a3f68f82f2320ec4e02f | 3,367 | java | Java | android-godeye-monitor/src/main/java/cn/hikyson/godeye/monitor/server/Router.java | dodola/AndroidGodEye | 5b8854610bbc8af41b452a1bcb9f7fc3f99bec93 | [
"Apache-2.0"
] | 8 | 2018-02-01T01:01:47.000Z | 2021-06-01T16:59:22.000Z | android-godeye-monitor/src/main/java/cn/hikyson/godeye/monitor/server/Router.java | hongyangAndroid/AndroidGodEye | 5b8854610bbc8af41b452a1bcb9f7fc3f99bec93 | [
"Apache-2.0"
] | null | null | null | android-godeye-monitor/src/main/java/cn/hikyson/godeye/monitor/server/Router.java | hongyangAndroid/AndroidGodEye | 5b8854610bbc8af41b452a1bcb9f7fc3f99bec93 | [
"Apache-2.0"
] | 2 | 2018-06-30T02:19:41.000Z | 2019-04-23T15:08:48.000Z | 39.151163 | 79 | 0.71488 | 2,368 | package cn.hikyson.godeye.monitor.server;
import android.content.Context;
import android.net.Uri;
import android.support.v4.util.ArrayMap;
import java.util.Map;
import cn.hikyson.godeye.monitor.modules.AppInfoModule;
import cn.hikyson.godeye.monitor.modules.AssetsModule;
import cn.hikyson.godeye.monitor.modules.Batt... |
3e05a5347ba0f1fdc503cedb59712193d014b6f4 | 679 | java | Java | addressbook-web-test/src/test/java/ru/sqrt/ptf/addressbook/tests/CreateNewContactTest.java | mugurel3000/java_ook | 7f09fef8d22bcd6b2491bcf80b25cc3dfadd623f | [
"Apache-2.0"
] | null | null | null | addressbook-web-test/src/test/java/ru/sqrt/ptf/addressbook/tests/CreateNewContactTest.java | mugurel3000/java_ook | 7f09fef8d22bcd6b2491bcf80b25cc3dfadd623f | [
"Apache-2.0"
] | null | null | null | addressbook-web-test/src/test/java/ru/sqrt/ptf/addressbook/tests/CreateNewContactTest.java | mugurel3000/java_ook | 7f09fef8d22bcd6b2491bcf80b25cc3dfadd623f | [
"Apache-2.0"
] | null | null | null | 28.291667 | 71 | 0.755523 | 2,369 | package ru.sqrt.ptf.addressbook.tests;
import org.testng.Assert;
import org.testng.annotations.Test;
import ru.sqrt.ptf.addressbook.model.ContactData;
import java.util.List;
public class CreateNewContactTest extends TestBase {
@Test
public void testCreateNewContact() {
List<ContactData> before = app.getCont... |
3e05a60531c44de6f5d2e3dc99b2c91b526e8d14 | 393 | java | Java | src/main/java/com/github/joostvdg/demo/springboot2/repository/ProductRepository.java | joostvdg/spring-boot-2-demo | 0e23d3b94be74ef605637f1f7eeb0f14c44315e4 | [
"MIT"
] | null | null | null | src/main/java/com/github/joostvdg/demo/springboot2/repository/ProductRepository.java | joostvdg/spring-boot-2-demo | 0e23d3b94be74ef605637f1f7eeb0f14c44315e4 | [
"MIT"
] | null | null | null | src/main/java/com/github/joostvdg/demo/springboot2/repository/ProductRepository.java | joostvdg/spring-boot-2-demo | 0e23d3b94be74ef605637f1f7eeb0f14c44315e4 | [
"MIT"
] | null | null | null | 28.071429 | 76 | 0.788804 | 2,370 | package com.github.joostvdg.demo.springboot2.repository;
import com.github.joostvdg.demo.springboot2.model.Product;
import org.springframework.data.repository.CrudRepository;
import java.util.Optional;
public interface ProductRepository extends CrudRepository<Product, String> {
// @Override
// Optional<Product... |
3e05a606f0b5058299fd54e3c7a71f4269ececfa | 6,034 | java | Java | servers/store/src/test/java/org/projectnessie/server/store/TestStoreWorker.java | omarsmak/nessie | bd008262cb708c8de2cb90d9e4f23bc0910ce6e6 | [
"Apache-2.0"
] | null | null | null | servers/store/src/test/java/org/projectnessie/server/store/TestStoreWorker.java | omarsmak/nessie | bd008262cb708c8de2cb90d9e4f23bc0910ce6e6 | [
"Apache-2.0"
] | null | null | null | servers/store/src/test/java/org/projectnessie/server/store/TestStoreWorker.java | omarsmak/nessie | bd008262cb708c8de2cb90d9e4f23bc0910ce6e6 | [
"Apache-2.0"
] | null | null | null | 40.77027 | 99 | 0.716274 | 2,371 | /*
* Copyright (C) 2020 Dremio
*
* 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... |
3e05a804237831c09be3d9eedacaaaa4a3a9e8bb | 1,497 | java | Java | build/tmp/expandedArchives/forge-1.16.5-36.0.46_mapped_snapshot_20201028-1.16.3-sources.jar_d86e7e7643b801f3a450d94fefd63481/net/minecraft/entity/monster/AbstractIllagerEntity.java | JoppeGames1/TvStudio-1_16 | 181f67939b6c67e410e7881b20e10508b74e306b | [
"Apache-2.0"
] | 2 | 2020-11-28T06:31:55.000Z | 2020-11-29T22:15:39.000Z | build/tmp/expandedArchives/forge-1.16.5-36.0.46_mapped_snapshot_20201028-1.16.3-sources.jar_d86e7e7643b801f3a450d94fefd63481/net/minecraft/entity/monster/AbstractIllagerEntity.java | JoppeGames1/TvStudio-1_16 | 181f67939b6c67e410e7881b20e10508b74e306b | [
"Apache-2.0"
] | 1 | 2020-12-05T14:47:34.000Z | 2020-12-05T14:47:34.000Z | build/tmp/expandedArchives/forge-1.16.5-36.0.46_mapped_snapshot_20201028-1.16.3-sources.jar_d86e7e7643b801f3a450d94fefd63481/net/minecraft/entity/monster/AbstractIllagerEntity.java | JoppeGames1/TvStudio-1_16 | 181f67939b6c67e410e7881b20e10508b74e306b | [
"Apache-2.0"
] | 3 | 2020-11-28T20:19:58.000Z | 2020-11-29T22:16:03.000Z | 27.722222 | 118 | 0.714763 | 2,372 | package net.minecraft.entity.monster;
import net.minecraft.entity.CreatureAttribute;
import net.minecraft.entity.EntityType;
import net.minecraft.entity.ai.goal.OpenDoorGoal;
import net.minecraft.world.World;
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.api.distmarker.OnlyIn;
public abstra... |
3e05a845237ae2ff640da7786ca3ce158ad19656 | 1,115 | java | Java | Bungee/src/main/java/com/github/jolice/bungee/ProxyChannelDeclaration.java | TrashToggled/MinecraftNetwork | 3e2dd390e3fbcf72b908afb03fc144dfaee3a5a7 | [
"MIT"
] | 41 | 2020-06-13T19:25:06.000Z | 2022-03-08T00:03:09.000Z | Bungee/src/main/java/com/github/jolice/bungee/ProxyChannelDeclaration.java | TrashToggled/MinecraftNetwork | 3e2dd390e3fbcf72b908afb03fc144dfaee3a5a7 | [
"MIT"
] | 1 | 2020-12-23T14:47:50.000Z | 2020-12-23T14:47:50.000Z | Bungee/src/main/java/com/github/jolice/bungee/ProxyChannelDeclaration.java | TrashToggled/MinecraftNetwork | 3e2dd390e3fbcf72b908afb03fc144dfaee3a5a7 | [
"MIT"
] | 5 | 2020-06-30T10:03:07.000Z | 2022-03-06T19:54:06.000Z | 30.972222 | 85 | 0.735426 | 2,373 | package io.riguron.bungee;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.DefaultConsumer;
import lombok.RequiredArgsConstructor;
import io.riguron.server.ServerName;
import io.riguron.system.task.startup.PostLoadTask;
import io.riguron.messaging.MessagingChannels;
import io.riguron.messaging.amqp.AMQP... |
3e05aa3ff30fe63eeb7899f79d9bbdfab794e3b0 | 1,178 | java | Java | apm-collector/apm-collector-analysis/analysis-register/register-define/src/main/java/org/apache/skywalking/apm/collector/analysis/register/define/service/IApplicationIDService.java | CaiShiJun/incubator-skywalking | 64981f938d7fa8c968310ad5d138a9f668100831 | [
"Apache-2.0"
] | 12 | 2018-01-28T03:32:37.000Z | 2022-03-02T07:10:39.000Z | apm-collector/apm-collector-analysis/analysis-register/register-define/src/main/java/org/apache/skywalking/apm/collector/analysis/register/define/service/IApplicationIDService.java | piaoyingfeimeng/incubator-skywalking | dbc0f8b9d2d7b6e18eb98d718709b04e205b1d7f | [
"Apache-2.0"
] | 5 | 2020-12-02T18:39:39.000Z | 2022-01-21T23:38:17.000Z | apm-collector/apm-collector-analysis/analysis-register/register-define/src/main/java/org/apache/skywalking/apm/collector/analysis/register/define/service/IApplicationIDService.java | piaoyingfeimeng/incubator-skywalking | dbc0f8b9d2d7b6e18eb98d718709b04e205b1d7f | [
"Apache-2.0"
] | 4 | 2018-01-18T07:52:37.000Z | 2019-02-14T16:10:51.000Z | 38 | 77 | 0.770798 | 2,375 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e05aaa9a2b67237334dc7cb0f94a81eed89ba66 | 9,197 | java | Java | server/Group/src/main/java/com/Xjournal/Group/DBGenerator.java | RomanPanshin/X-Class | b75344b71fc8fc887004c5643f339fc47d9c74d7 | [
"BSD-3-Clause"
] | 1 | 2021-01-07T11:41:11.000Z | 2021-01-07T11:41:11.000Z | Group/src/main/java/com/Xjournal/Group/DBGenerator.java | RomanPanshin/XClassBack | 6bb8bb5458fd991bcb22ed8c315d10cc5cea9d38 | [
"BSD-2-Clause"
] | null | null | null | Group/src/main/java/com/Xjournal/Group/DBGenerator.java | RomanPanshin/XClassBack | 6bb8bb5458fd991bcb22ed8c315d10cc5cea9d38 | [
"BSD-2-Clause"
] | null | null | null | 33.443636 | 178 | 0.54757 | 2,376 | package com.Xjournal.Group;
import com.Xjournal.Group.Entity.*;
import com.Xjournal.Group.Entity.GroupDate;
import com.Xjournal.Group.Repo.*;
import com.google.firebase.auth.FirebaseAuthException;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import ja... |
3e05aaddc1212b46f8d174513b4a1d503b8891af | 967 | java | Java | app/src/androidTest/java/com/prashanth/newsapp/runner/TestRunner.java | prashanthramakrishnan/NewsApp | 21fbc3bf6e9fcf0a2f1dc8d747c6968f28593e95 | [
"Apache-2.0"
] | 1 | 2019-03-13T15:45:56.000Z | 2019-03-13T15:45:56.000Z | app/src/androidTest/java/com/prashanth/newsapp/runner/TestRunner.java | prashanthramakrishnan/NewsApp | 21fbc3bf6e9fcf0a2f1dc8d747c6968f28593e95 | [
"Apache-2.0"
] | null | null | null | app/src/androidTest/java/com/prashanth/newsapp/runner/TestRunner.java | prashanthramakrishnan/NewsApp | 21fbc3bf6e9fcf0a2f1dc8d747c6968f28593e95 | [
"Apache-2.0"
] | null | null | null | 33.344828 | 94 | 0.788004 | 2,377 | package com.prashanth.newsapp.runner;
import android.app.Application;
import android.app.Instrumentation;
import android.content.Context;
import android.os.Bundle;
import android.os.StrictMode;
import androidx.annotation.NonNull;
import androidx.test.runner.AndroidJUnitRunner;
import com.prashanth.newsapp.NewsApplicat... |
3e05ab729ac3f5d726fd51a1d174d5669a5f3c2d | 560 | java | Java | business/trade/trade-api/src/main/java/study/daydayup/wolf/business/trade/api/domain/vo/buy/Installment.java | wolforest/wolf | 207c61cd473d1433bf3e4fc5a591aaf3a5964418 | [
"MIT"
] | 18 | 2019-10-05T06:00:36.000Z | 2021-12-14T10:20:58.000Z | business/trade/trade-api/src/main/java/study/daydayup/wolf/business/trade/api/domain/vo/buy/Installment.java | wolforest/wolf | 207c61cd473d1433bf3e4fc5a591aaf3a5964418 | [
"MIT"
] | 1 | 2020-02-06T15:50:36.000Z | 2020-02-06T15:50:39.000Z | business/trade/trade-api/src/main/java/study/daydayup/wolf/business/trade/api/domain/vo/buy/Installment.java | wolforest/wolf | 207c61cd473d1433bf3e4fc5a591aaf3a5964418 | [
"MIT"
] | 12 | 2020-01-14T01:04:12.000Z | 2022-02-22T07:21:37.000Z | 21.538462 | 61 | 0.764286 | 2,378 | package study.daydayup.wolf.business.trade.api.domain.vo.buy;
import lombok.Data;
import lombok.NoArgsConstructor;
import study.daydayup.wolf.framework.layer.domain.VO;
import java.math.BigDecimal;
/**
* study.daydayup.wolf.business.trade.api.domain.vo.buy
*
* @author Wingle
* @since 2019/12/18 10:57 上午
**/
@Da... |
3e05ac7a315c90d653f0ed47ea235fca90139777 | 10,652 | java | Java | app/src/main/java/com/codearms/maoqiqi/one/data/source/OneRepository.java | codearms/One | 222273e9d9e360745231ce14ab3da23acdb9565a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/codearms/maoqiqi/one/data/source/OneRepository.java | codearms/One | 222273e9d9e360745231ce14ab3da23acdb9565a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/codearms/maoqiqi/one/data/source/OneRepository.java | codearms/One | 222273e9d9e360745231ce14ab3da23acdb9565a | [
"Apache-2.0"
] | 3 | 2019-06-03T12:11:29.000Z | 2019-09-16T01:59:02.000Z | 39.746269 | 153 | 0.728971 | 2,379 | package com.codearms.maoqiqi.one.data.source;
import com.codearms.maoqiqi.one.App;
import com.codearms.maoqiqi.one.data.bean.ArticleBean;
import com.codearms.maoqiqi.one.data.bean.ArticleBeans;
import com.codearms.maoqiqi.one.data.bean.BannerBean;
import com.codearms.maoqiqi.one.data.bean.BookDetailBean;
import com.co... |
3e05acb09016fecc806ebd091cd7cdf42c59e4dc | 3,822 | java | Java | src/com/abyat/mvp/util/AbyatUtility.java | tauqir295/abyat-mvp | 40650b45d55870be9ba8129efa4af7ec5dcb3f9d | [
"Apache-2.0"
] | null | null | null | src/com/abyat/mvp/util/AbyatUtility.java | tauqir295/abyat-mvp | 40650b45d55870be9ba8129efa4af7ec5dcb3f9d | [
"Apache-2.0"
] | null | null | null | src/com/abyat/mvp/util/AbyatUtility.java | tauqir295/abyat-mvp | 40650b45d55870be9ba8129efa4af7ec5dcb3f9d | [
"Apache-2.0"
] | null | null | null | 30.822581 | 151 | 0.749346 | 2,380 | package com.abyat.mvp.util;
import com.abyat.mvp.AbyatMain;
import com.abyat.mvp.interfaces.IPlayerMatchStats;
import com.abyat.mvp.interfaces.IGame;
import java.io.BufferedReader;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List... |
3e05ad0974b54763722544f256a34532274c3641 | 582 | java | Java | src/main/java/com/ticodev/action/ActionForward.java | ticod/simplog | 75cd8df7054d09d5b65d33c1e9084e780a185924 | [
"MIT"
] | null | null | null | src/main/java/com/ticodev/action/ActionForward.java | ticod/simplog | 75cd8df7054d09d5b65d33c1e9084e780a185924 | [
"MIT"
] | null | null | null | src/main/java/com/ticodev/action/ActionForward.java | ticod/simplog | 75cd8df7054d09d5b65d33c1e9084e780a185924 | [
"MIT"
] | null | null | null | 18.1875 | 57 | 0.608247 | 2,381 | package com.ticodev.action;
public class ActionForward {
private boolean redirect;
private String view;
public ActionForward() {}
public ActionForward(boolean redirect, String view) {
this.redirect = redirect;
this.view = view;
}
/* setter, getter */
public boolean isRedi... |
3e05ad865bb45628508bfbbf551e669ee98a4cac | 2,825 | java | Java | src/rtf/com/lowagie/text/rtf/parser/properties/RtfCtrlWordPropertyType.java | j5int/itext | 336fe79e83f404b0965746e8ad3e3680599ae423 | [
"Condor-1.1"
] | null | null | null | src/rtf/com/lowagie/text/rtf/parser/properties/RtfCtrlWordPropertyType.java | j5int/itext | 336fe79e83f404b0965746e8ad3e3680599ae423 | [
"Condor-1.1"
] | null | null | null | src/rtf/com/lowagie/text/rtf/parser/properties/RtfCtrlWordPropertyType.java | j5int/itext | 336fe79e83f404b0965746e8ad3e3680599ae423 | [
"Condor-1.1"
] | null | null | null | 47.083333 | 84 | 0.75292 | 2,382 | /* $Id: RtfCtrlWordPropertyType.java 3373 2008-05-12 16:21:24Z xlv $
*
* Copyright 2007 by Howard Shank (ychag@example.com)
*
* The contents of this file are subject to the Mozilla Public License Version 1.1
* (the "License"); you may not use this file except in compliance with the License.
* You may obtain a cop... |
3e05aee3d0047c86e5f917db08538f5ede740a12 | 3,140 | java | Java | osgp/platform/osgp-adapter-domain-publiclighting/src/main/java/org/opensmartgridplatform/adapter/domain/publiclighting/application/config/messaging/InboundOsgpCoreResponsesMessagingConfig.java | ekmixon/open-smart-grid-platform | ca095718390ce8b33db399722e86fc43f252057a | [
"Apache-2.0"
] | 77 | 2018-10-25T12:05:06.000Z | 2022-02-03T12:49:56.000Z | osgp/platform/osgp-adapter-domain-publiclighting/src/main/java/org/opensmartgridplatform/adapter/domain/publiclighting/application/config/messaging/InboundOsgpCoreResponsesMessagingConfig.java | OSGP/open-smart-grid-platform | f431e30820fe79dbde7da963f51b087a8a0c91d0 | [
"Apache-2.0"
] | 526 | 2018-10-24T15:58:01.000Z | 2022-03-31T20:06:59.000Z | osgp/platform/osgp-adapter-domain-publiclighting/src/main/java/org/opensmartgridplatform/adapter/domain/publiclighting/application/config/messaging/InboundOsgpCoreResponsesMessagingConfig.java | ekmixon/open-smart-grid-platform | ca095718390ce8b33db399722e86fc43f252057a | [
"Apache-2.0"
] | 30 | 2018-12-27T07:11:35.000Z | 2021-09-09T06:57:44.000Z | 45.507246 | 110 | 0.823248 | 2,383 | /*
* Copyright 2019 Smart Society Services B.V.
*
* 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
*/
package org.opensmartgridplatform.adapte... |
3e05af6285e3c605aa29320278b54555a0d5bef8 | 2,898 | java | Java | metrics-jakarta-servlets/src/main/java/io/dropwizard/metrics/servlets/CpuProfileServlet.java | Mu-L/metrics | 55ed37589c1a6717c1b059e4f6c15e44dad9442c | [
"Apache-2.0"
] | 5,439 | 2015-01-01T17:11:35.000Z | 2022-03-31T07:54:16.000Z | metrics-jakarta-servlets/src/main/java/io/dropwizard/metrics/servlets/CpuProfileServlet.java | Mu-L/metrics | 55ed37589c1a6717c1b059e4f6c15e44dad9442c | [
"Apache-2.0"
] | 1,489 | 2015-01-06T13:11:24.000Z | 2022-03-31T19:46:24.000Z | metrics-jakarta-servlets/src/main/java/io/dropwizard/metrics/servlets/CpuProfileServlet.java | Mu-L/metrics | 55ed37589c1a6717c1b059e4f6c15e44dad9442c | [
"Apache-2.0"
] | 1,536 | 2015-01-02T15:51:50.000Z | 2022-03-29T09:20:22.000Z | 36.225 | 116 | 0.623188 | 2,384 | package io.dropwizard.metrics.servlets;
import com.papertrail.profiler.CpuProfile;
import jakarta.servlet.ServletException;
import jakarta.servlet.http.HttpServlet;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.io.OutputStream;... |
3e05af7909947b38001b8d8b23d24f7a38a02ea9 | 766 | java | Java | domain/Utensil.java | POEI2018/Parseur_CSV | eb5c47efb7f1549f412c91657582701e9555598f | [
"Apache-2.0"
] | null | null | null | domain/Utensil.java | POEI2018/Parseur_CSV | eb5c47efb7f1549f412c91657582701e9555598f | [
"Apache-2.0"
] | null | null | null | domain/Utensil.java | POEI2018/Parseur_CSV | eb5c47efb7f1549f412c91657582701e9555598f | [
"Apache-2.0"
] | null | null | null | 18.238095 | 74 | 0.68799 | 2,385 | package fr.gtm.tp.exo11.domain;
import java.time.LocalDate;
/**
* @author Adminl
*
*/
public abstract class Utensil {
private LocalDate creation ;
public abstract void setScore(Object obj) ;
/**
* @param current la date a partir de laquelle calculer l'année en cours.
* @return int la valeur calculée
... |
3e05afa7b78a183a960d1fab9808058fcca61678 | 9,133 | java | Java | openweb/src/main/java/cc/solart/openweb/base/BaseWebFragment.java | Solartisan/OpenWeb | a00215df6de513956a934594c9cd7033d1ffc98d | [
"Apache-2.0"
] | 47 | 2016-04-11T08:47:34.000Z | 2021-08-12T03:27:01.000Z | openweb/src/main/java/cc/solart/openweb/base/BaseWebFragment.java | Solartisan/OpenWeb | a00215df6de513956a934594c9cd7033d1ffc98d | [
"Apache-2.0"
] | 3 | 2016-12-06T05:21:31.000Z | 2016-12-14T10:35:02.000Z | openweb/src/main/java/cc/solart/openweb/base/BaseWebFragment.java | Solartisan/OpenWeb | a00215df6de513956a934594c9cd7033d1ffc98d | [
"Apache-2.0"
] | 16 | 2016-05-08T06:02:21.000Z | 2018-11-25T08:48:23.000Z | 29.085987 | 131 | 0.616993 | 2,386 | package cc.solart.openweb.base;
import android.app.Activity;
import android.app.Fragment;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import andro... |
3e05b06e62d931a4f9a748344bf0f81bd33a35c4 | 8,455 | java | Java | app/src/main/java/com/morihacky/android/rxjava/fragments/TimingDemoFragment.java | DoggyZhang/RxJava-Android-Samples | d938197dea5636ea8e61d4de71397ce56d53a71d | [
"Apache-2.0"
] | 2 | 2016-08-18T18:46:30.000Z | 2016-12-20T00:52:44.000Z | app/src/main/java/com/morihacky/android/rxjava/fragments/TimingDemoFragment.java | abdelrhman/RxJava-Android-Samples | d938197dea5636ea8e61d4de71397ce56d53a71d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/morihacky/android/rxjava/fragments/TimingDemoFragment.java | abdelrhman/RxJava-Android-Samples | d938197dea5636ea8e61d4de71397ce56d53a71d | [
"Apache-2.0"
] | 1 | 2016-10-11T14:44:32.000Z | 2016-10-11T14:44:32.000Z | 34.230769 | 110 | 0.5411 | 2,387 | package com.morihacky.android.rxjava.fragments;
import android.os.Bundle;
import android.os.Handler;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import com.morihacky.android.rxjava.R;
import co... |
3e05b18b13412b44d762f4c82de54ccb92bb7420 | 3,267 | java | Java | src/main/java/de/otto/edison/jobtrigger/trigger/TriggerRunnablesService.java | bennetschulz1309/edison-jobtrigger | c7e39f55099e3293a8335c9126b14d2d23e95b11 | [
"Apache-2.0"
] | 6 | 2015-09-28T10:45:19.000Z | 2019-09-23T07:30:06.000Z | src/main/java/de/otto/edison/jobtrigger/trigger/TriggerRunnablesService.java | bennetschulz1309/edison-jobtrigger | c7e39f55099e3293a8335c9126b14d2d23e95b11 | [
"Apache-2.0"
] | 8 | 2016-05-16T05:25:52.000Z | 2022-03-11T09:24:35.000Z | src/main/java/de/otto/edison/jobtrigger/trigger/TriggerRunnablesService.java | bennetschulz1309/edison-jobtrigger | c7e39f55099e3293a8335c9126b14d2d23e95b11 | [
"Apache-2.0"
] | 14 | 2015-11-10T10:24:30.000Z | 2022-03-06T14:04:48.000Z | 42.986842 | 149 | 0.557698 | 2,388 | package de.otto.edison.jobtrigger.trigger;
import de.otto.edison.jobtrigger.definition.JobDefinition;
import de.otto.edison.jobtrigger.security.AuthProvider;
import org.asynchttpclient.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Service;
import java.time.Duration;... |
3e05b193e63fe308048bb95f1992863c5406fc3e | 831 | java | Java | HTML5/dev/simplivity-citrixplugin-service/src/main/java/com/vmware/vim25/VMwareDvsLacpLoadBalanceAlgorithm.java | HewlettPackard/SimpliVity-Citrix-VCenter-Plugin | 504cbeec6fce27a4b6b23887b28d6a4e85393f4b | [
"Apache-2.0"
] | null | null | null | HTML5/dev/simplivity-citrixplugin-service/src/main/java/com/vmware/vim25/VMwareDvsLacpLoadBalanceAlgorithm.java | HewlettPackard/SimpliVity-Citrix-VCenter-Plugin | 504cbeec6fce27a4b6b23887b28d6a4e85393f4b | [
"Apache-2.0"
] | null | null | null | HTML5/dev/simplivity-citrixplugin-service/src/main/java/com/vmware/vim25/VMwareDvsLacpLoadBalanceAlgorithm.java | HewlettPackard/SimpliVity-Citrix-VCenter-Plugin | 504cbeec6fce27a4b6b23887b28d6a4e85393f4b | [
"Apache-2.0"
] | 1 | 2018-10-03T16:53:11.000Z | 2018-10-03T16:53:11.000Z | 20.775 | 110 | 0.659446 | 2,389 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2019.06.12 at 09:... |
3e05b22da1c98c728038191def721220865b1686 | 2,875 | java | Java | evosuite/master/src/test/java/com/examples/with/different/packagename/jee/injection/wildfly/TransactionServlet.java | racoq/TESRAC | 75a33741bd7a0c27a5fcd183fb4418d7b7146e80 | [
"Apache-2.0"
] | null | null | null | evosuite/master/src/test/java/com/examples/with/different/packagename/jee/injection/wildfly/TransactionServlet.java | racoq/TESRAC | 75a33741bd7a0c27a5fcd183fb4418d7b7146e80 | [
"Apache-2.0"
] | null | null | null | evosuite/master/src/test/java/com/examples/with/different/packagename/jee/injection/wildfly/TransactionServlet.java | racoq/TESRAC | 75a33741bd7a0c27a5fcd183fb4418d7b7146e80 | [
"Apache-2.0"
] | null | null | null | 36.392405 | 124 | 0.672348 | 2,390 | /**
* Copyright (C) 2010-2018 Gordon Fraser, Andrea Arcuri and EvoSuite
* contributors
*
* This file is part of EvoSuite.
*
* EvoSuite is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation, eit... |
3e05b4279aa0b42df834e7f80295f7f18930b73e | 151 | java | Java | cultivar-servlets/src/main/java/com/readytalk/cultivar/servlets/package-info.java | ReadyTalk/cultivar | a51678dd35600ce43b97f975d3d15269d4b14d90 | [
"Apache-2.0"
] | 1 | 2015-03-10T00:31:44.000Z | 2015-03-10T00:31:44.000Z | cultivar-servlets/src/main/java/com/readytalk/cultivar/servlets/package-info.java | ReadyTalk/cultivar | a51678dd35600ce43b97f975d3d15269d4b14d90 | [
"Apache-2.0"
] | 21 | 2015-02-23T19:50:01.000Z | 2015-06-04T16:27:04.000Z | cultivar-servlets/src/main/java/com/readytalk/cultivar/servlets/package-info.java | ReadyTalk/cultivar | a51678dd35600ce43b97f975d3d15269d4b14d90 | [
"Apache-2.0"
] | 1 | 2022-03-27T06:52:58.000Z | 2022-03-27T06:52:58.000Z | 25.166667 | 53 | 0.801325 | 2,391 | /**
* Tools for using Cultivar in a Servlet environment.
*/
@javax.annotation.ParametersAreNonnullByDefault
package com.readytalk.cultivar.servlets;
|
3e05b54b7b50832f5e1dbf6f22cdd2a7f1f4c89a | 11,967 | java | Java | src/main/java/NotaQLGraph/model/predicate/RelationalPredicate.java | notaql/notaql_graph | 6fa64b06934542dc9df122048534cb9f5903bbea | [
"Apache-2.0"
] | null | null | null | src/main/java/NotaQLGraph/model/predicate/RelationalPredicate.java | notaql/notaql_graph | 6fa64b06934542dc9df122048534cb9f5903bbea | [
"Apache-2.0"
] | null | null | null | src/main/java/NotaQLGraph/model/predicate/RelationalPredicate.java | notaql/notaql_graph | 6fa64b06934542dc9df122048534cb9f5903bbea | [
"Apache-2.0"
] | null | null | null | 42.892473 | 203 | 0.536141 | 2,392 | package NotaQLGraph.model.predicate;
import NotaQLGraph.Evaluation.Filter;
import NotaQLGraph.Evaluation.VertexToCheck;
import com.tinkerpop.blueprints.Vertex;
import NotaQLGraph.model.vdata.*;
import java.util.HashSet;
import java.util.Iterator;
import java.util.LinkedList;
/**
* Klasse für Relationale Predikate
... |
3e05b56a3b0565d51659d2f7d9c720f9eb644dd7 | 1,109 | java | Java | lubanlou-master/lubanlou-provider/lubanlou-provider-gsexam/src/main/java/net/gvsun/gsexam/utils/Util.java | osgvsun/lubanlou | 16d87a30edcb677bb399e001a2020e8527ba26f2 | [
"BSD-3-Clause"
] | 1 | 2022-01-20T04:42:37.000Z | 2022-01-20T04:42:37.000Z | lubanlou-master/lubanlou-provider/lubanlou-provider-gsexam/src/main/java/net/gvsun/gsexam/utils/Util.java | osgvsun/lubanlou | 16d87a30edcb677bb399e001a2020e8527ba26f2 | [
"BSD-3-Clause"
] | null | null | null | lubanlou-master/lubanlou-provider/lubanlou-provider-gsexam/src/main/java/net/gvsun/gsexam/utils/Util.java | osgvsun/lubanlou | 16d87a30edcb677bb399e001a2020e8527ba26f2 | [
"BSD-3-Clause"
] | null | null | null | 30.805556 | 80 | 0.434626 | 2,393 | package net.gvsun.gsexam.utils;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class Util {
private static final String FORMAT_DATETIME = "yyyy-MM-dd HH:mm:ss";
/**************************************************************************
* @Description: ... |
3e05b62f39fb1af09e75a6008d4266b0c48fe3e3 | 432 | java | Java | NLPCCd/Hadoop/10040_1.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | NLPCCd/Hadoop/10040_1.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | NLPCCd/Hadoop/10040_1.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | 27 | 134 | 0.766204 | 2,394 | //,temp,sample_1033.java,2,12,temp,sample_8821.java,2,9
//,3
public class xxx {
private COMMIT_STATUS handleSpecialWait(boolean fromRead, long commitOffset, Channel channel, int xid, Nfs3FileAttributes preOpAttr) {
if (!fromRead) {
CommitCtx commitCtx = new CommitCtx(commitOffset, channel, xid, preOpAttr);
pendingCommi... |
3e05b674b765f64de670f2b508f259e36aded087 | 2,297 | java | Java | Mage.Sets/src/mage/cards/m/MalakirSoothsayer.java | zeffirojoe/mage | 71260c382a4e3afef5cdf79adaa00855b963c166 | [
"MIT"
] | 1,444 | 2015-01-02T00:25:38.000Z | 2022-03-31T13:57:18.000Z | Mage.Sets/src/mage/cards/m/MalakirSoothsayer.java | zeffirojoe/mage | 71260c382a4e3afef5cdf79adaa00855b963c166 | [
"MIT"
] | 6,180 | 2015-01-02T19:10:09.000Z | 2022-03-31T21:10:44.000Z | Mage.Sets/src/mage/cards/m/MalakirSoothsayer.java | zeffirojoe/mage | 71260c382a4e3afef5cdf79adaa00855b963c166 | [
"MIT"
] | 1,001 | 2015-01-01T01:15:20.000Z | 2022-03-30T20:23:04.000Z | 35.338462 | 135 | 0.735307 | 2,395 |
package mage.cards.m;
import java.util.UUID;
import mage.MageInt;
import mage.abilities.common.SimpleActivatedAbility;
import mage.abilities.costs.common.TapSourceCost;
import mage.abilities.costs.common.TapTargetCost;
import mage.abilities.effects.Effect;
import mage.abilities.effects.common.DrawCardSourceController... |
3e05b790437c6e5b52f7b751d0fc6313ec9791c7 | 35 | java | Java | test/files/neg/t10260/A.java | jjudd/scala | 7247dfe341807dfa1f97d64b0119f610342fc6cf | [
"Apache-2.0"
] | 12,824 | 2015-01-01T14:47:08.000Z | 2022-03-31T17:25:33.000Z | test/files/neg/t10260/A.java | Code-distancing/scala | 99de4622e8e81e0adc4d4ea60f81bc42d40f84b9 | [
"Apache-2.0"
] | 4,594 | 2015-01-02T02:47:39.000Z | 2022-03-31T15:51:59.000Z | test/files/neg/t10260/A.java | Code-distancing/scala | 99de4622e8e81e0adc4d4ea60f81bc42d40f84b9 | [
"Apache-2.0"
] | 3,253 | 2015-01-02T07:53:20.000Z | 2022-03-31T14:18:46.000Z | 11.666667 | 33 | 0.628571 | 2,396 | public class A<T extends A<T>> {}
|
3e05b7cd9d8a98a94fbc46d5f58a266e7718f175 | 1,923 | java | Java | src/day13/MultiBracketValidation.java | louiethe17th/data-structures-and-algorithms | 9ac6a3286cb291297eff9e7c76ab8f26f084af53 | [
"MIT"
] | null | null | null | src/day13/MultiBracketValidation.java | louiethe17th/data-structures-and-algorithms | 9ac6a3286cb291297eff9e7c76ab8f26f084af53 | [
"MIT"
] | null | null | null | src/day13/MultiBracketValidation.java | louiethe17th/data-structures-and-algorithms | 9ac6a3286cb291297eff9e7c76ab8f26f084af53 | [
"MIT"
] | null | null | null | 23.740741 | 69 | 0.401456 | 2,397 | package day13;
public class MultiBracketValidation {
static class stack {
int top=-1;
char items[] = new char[100];
void push(char x) {
if (top == 99) {
System.out.println("Stack full");
} else {
items[++top] = x;
}
... |
3e05b853a60d8c6d50513f66e5645404ba221f4d | 4,794 | java | Java | spring-integration-core/src/test/java/org/springframework/integration/transformer/HeaderFilterTests.java | KyeongMoon/spring-integration | fa060900b0434627c4a520a2ae84a7a20dae735f | [
"Apache-2.0"
] | 1,093 | 2015-01-01T15:28:50.000Z | 2022-03-29T18:30:56.000Z | spring-integration-core/src/test/java/org/springframework/integration/transformer/HeaderFilterTests.java | KyeongMoon/spring-integration | fa060900b0434627c4a520a2ae84a7a20dae735f | [
"Apache-2.0"
] | 1,920 | 2015-01-05T12:16:48.000Z | 2022-03-31T16:58:41.000Z | spring-integration-core/src/test/java/org/springframework/integration/transformer/HeaderFilterTests.java | KyeongMoon/spring-integration | fa060900b0434627c4a520a2ae84a7a20dae735f | [
"Apache-2.0"
] | 922 | 2015-01-05T05:10:05.000Z | 2022-03-30T21:06:32.000Z | 34 | 109 | 0.748227 | 2,398 | /*
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
3e05b8b180eac7a795d71e8cf8e0525b1365c9cd | 752 | java | Java | EarthQuakes_Cprovider/app/src/main/java/com/mglezh/earthquakes/fragments/SettingFragment.java | mglezh/Android | 16457037c853f6e0d3d4c5be1cf224ddd6705bf1 | [
"MIT"
] | null | null | null | EarthQuakes_Cprovider/app/src/main/java/com/mglezh/earthquakes/fragments/SettingFragment.java | mglezh/Android | 16457037c853f6e0d3d4c5be1cf224ddd6705bf1 | [
"MIT"
] | null | null | null | EarthQuakes_Cprovider/app/src/main/java/com/mglezh/earthquakes/fragments/SettingFragment.java | mglezh/Android | 16457037c853f6e0d3d4c5be1cf224ddd6705bf1 | [
"MIT"
] | null | null | null | 26.857143 | 64 | 0.784574 | 2,399 | package com.mglezh.earthquakes.fragments;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.app.Fragment;
import android.preference.PreferenceFragment;
import android.preference.PreferenceManager;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGr... |
3e05b8dc0d3d5c533abfb1df12a1622192fd09fc | 14,184 | java | Java | IDE/src/main/java/org/jdesktop/swingx/JXTitledSeparator.java | martianworm17/SikuliX1 | 25d8a380871ceb07ab4f99e2cc56813606f91dbb | [
"MIT"
] | 1 | 2018-03-10T11:10:20.000Z | 2018-03-10T11:10:20.000Z | IDE/src/main/java/org/jdesktop/swingx/JXTitledSeparator.java | martianworm17/SikuliX1 | 25d8a380871ceb07ab4f99e2cc56813606f91dbb | [
"MIT"
] | null | null | null | IDE/src/main/java/org/jdesktop/swingx/JXTitledSeparator.java | martianworm17/SikuliX1 | 25d8a380871ceb07ab4f99e2cc56813606f91dbb | [
"MIT"
] | null | null | null | 36.556701 | 179 | 0.62634 | 2,400 | /*
* Copyright (c) 2010-2017, sikuli.org, sikulix.com - MIT license
*/
package org.jdesktop.swingx;
import java.awt.Color;
import java.awt.ComponentOrientation;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import javax.swing.Box;
import javax.swin... |
3e05b9366e79694b6c6a11fea079ecc964156d43 | 2,249 | java | Java | drasyl-core/src/main/java/org/drasyl/crypto/sodium/DrasylSodium.java | drasyl-overlay/drasyl | 3cfc1feddd9b7f3b308fda9b703863c17557c714 | [
"MIT"
] | 10 | 2020-07-13T18:49:20.000Z | 2022-03-30T11:36:53.000Z | drasyl-core/src/main/java/org/drasyl/crypto/sodium/DrasylSodium.java | drasyl-overlay/drasyl | 3cfc1feddd9b7f3b308fda9b703863c17557c714 | [
"MIT"
] | 131 | 2020-10-01T06:26:49.000Z | 2022-03-27T21:05:12.000Z | drasyl-core/src/main/java/org/drasyl/crypto/sodium/DrasylSodium.java | drasyl-overlay/drasyl | 3cfc1feddd9b7f3b308fda9b703863c17557c714 | [
"MIT"
] | 2 | 2020-11-04T05:49:51.000Z | 2021-10-31T09:55:11.000Z | 38.775862 | 107 | 0.734549 | 2,401 | /*
* Copyright (c) 2020-2021 Heiko Bornholdt and Kevin Röbert
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, co... |
3e05b93d08c6889fee8b9ddb6cdbd874e21fa40a | 1,121 | java | Java | Benchmarks_with_Functional_Bugs/Java/Bears-72/src/src/test/java/spoon/test/factory/ClassFactoryTest.java | kupl/starlab-benchmarks | 1efc9efffad1b797f6a795da7e032041e230d900 | [
"MIT"
] | null | null | null | Benchmarks_with_Functional_Bugs/Java/Bears-72/src/src/test/java/spoon/test/factory/ClassFactoryTest.java | kupl/starlab-benchmarks | 1efc9efffad1b797f6a795da7e032041e230d900 | [
"MIT"
] | null | null | null | Benchmarks_with_Functional_Bugs/Java/Bears-72/src/src/test/java/spoon/test/factory/ClassFactoryTest.java | kupl/starlab-benchmarks | 1efc9efffad1b797f6a795da7e032041e230d900 | [
"MIT"
] | 2 | 2020-11-26T13:27:14.000Z | 2022-03-20T02:12:55.000Z | 31.138889 | 80 | 0.775201 | 2,402 | package spoon.test.factory;
import org.junit.Test;
import spoon.reflect.declaration.CtClass;
import spoon.reflect.declaration.CtPackage;
import spoon.reflect.factory.Factory;
import static org.junit.Assert.assertEquals;
import static spoon.testing.utils.ModelUtils.createFactory;
public class ClassFactoryTest {
@Tes... |
3e05b9c836de6f765ce19519e515a46fec02d780 | 3,322 | java | Java | app/src/main/java/com/mumet/abatidoda/curiousme/SampleApplication/utils/SampleApplication3DModel.java | DavideA/curiousme | 0170c3cd8b8d4768679b7b31a3c6585b803287b7 | [
"MIT"
] | 4 | 2016-06-20T11:03:23.000Z | 2022-03-23T13:35:39.000Z | app/src/main/java/com/mumet/abatidoda/curiousme/SampleApplication/utils/SampleApplication3DModel.java | DavideA/curiousme | 0170c3cd8b8d4768679b7b31a3c6585b803287b7 | [
"MIT"
] | 2 | 2018-01-25T03:25:50.000Z | 2021-08-17T05:02:07.000Z | app/src/main/java/com/mumet/abatidoda/curiousme/SampleApplication/utils/SampleApplication3DModel.java | DavideA/curiousme | 0170c3cd8b8d4768679b7b31a3c6585b803287b7 | [
"MIT"
] | 7 | 2016-06-20T10:35:47.000Z | 2019-11-14T15:43:04.000Z | 28.152542 | 82 | 0.527092 | 2,403 | /*===============================================================================
Copyright (c) 2012-2014 Qualcomm Connected Experiences, Inc. All Rights Reserved.
Vuforia is a trademark of QUALCOMM Incorporated, registered in the United States
and other countries. Trademarks of QUALCOMM Incorporated are used with pe... |
3e05ba9e7ee2d5cafe4692030f28a43415d012f4 | 1,837 | java | Java | samplemapapp/src/main/java/com/joeracosta/simplefragments/view/stack/GreenStackFragment.java | JayyyR/SimpleFragments | 4b9eee2a18268410256e126766688836ca4a4198 | [
"MIT"
] | 4 | 2017-12-10T00:15:37.000Z | 2017-12-15T05:08:48.000Z | samplemapapp/src/main/java/com/joeracosta/simplefragments/view/stack/GreenStackFragment.java | JayyyR/SimpleFragments | 4b9eee2a18268410256e126766688836ca4a4198 | [
"MIT"
] | 1 | 2017-10-11T20:11:12.000Z | 2017-12-09T04:44:08.000Z | samplemapapp/src/main/java/com/joeracosta/simplefragments/view/stack/GreenStackFragment.java | JayyyR/SimpleFragments | 4b9eee2a18268410256e126766688836ca4a4198 | [
"MIT"
] | 1 | 2018-12-12T21:55:30.000Z | 2018-12-12T21:55:30.000Z | 31.672414 | 123 | 0.728361 | 2,404 | package com.joeracosta.simplefragments.view.stack;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.joeracosta.library.activity.FragmentStackFragment;
import com.joeracosta.simplefragments.R;
i... |
3e05bbe7d48e66402da1c498dd19aa59ed2d2575 | 1,730 | java | Java | app/src/main/java/dev/ugwulo/lecturenote/adapter/MessageAdapter.java | ugwulo/LectureNote | 572b1251d684a095c55b85b0fd104afd141bab67 | [
"MIT"
] | 7 | 2020-10-01T02:18:31.000Z | 2020-10-01T20:29:50.000Z | app/src/main/java/dev/ugwulo/lecturenote/adapter/MessageAdapter.java | ugwulo/LectureNote | 572b1251d684a095c55b85b0fd104afd141bab67 | [
"MIT"
] | 21 | 2020-10-01T01:59:38.000Z | 2020-10-05T15:35:25.000Z | app/src/main/java/dev/ugwulo/lecturenote/adapter/MessageAdapter.java | ugwulo/LectureNote | 572b1251d684a095c55b85b0fd104afd141bab67 | [
"MIT"
] | 45 | 2020-10-01T02:03:39.000Z | 2020-11-24T00:37:46.000Z | 28.360656 | 145 | 0.760116 | 2,405 | package dev.ugwulo.lecturenote.adapter;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.google.firebase.auth.FirebaseAuth;
import com.google.fi... |
3e05bbeead16fbcdf62e5893e506db19a80a6912 | 488 | java | Java | nc-java/src/codefights/interview/dfsbfs/LongestPath.java | nhancv/nc-competition-code | 456ee7f54adfeaf5dd0977e900e259014ce2b436 | [
"MIT"
] | null | null | null | nc-java/src/codefights/interview/dfsbfs/LongestPath.java | nhancv/nc-competition-code | 456ee7f54adfeaf5dd0977e900e259014ce2b436 | [
"MIT"
] | null | null | null | nc-java/src/codefights/interview/dfsbfs/LongestPath.java | nhancv/nc-competition-code | 456ee7f54adfeaf5dd0977e900e259014ce2b436 | [
"MIT"
] | null | null | null | 16.827586 | 67 | 0.618852 | 2,406 | package codefights.interview.dfsbfs;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* https://codefights.com/interview-practice/task/iXJRYae6TBqc4ymFg
*/
public class LongestPath {
int longestPath(String fileSystem) {
return 0;
}
class N... |
3e05bc68f225833da45418417192db1d8f4ceccf | 3,571 | java | Java | main/externalmaven/io.sarl.maven.docs.generator/src/main/java/io/sarl/maven/docs/InitializeMojo.java | vishalbelsare/sarl | fe82d8fd5230872ae710084893092cb16f18d992 | [
"Apache-2.0"
] | 131 | 2015-02-25T09:36:55.000Z | 2022-02-04T03:38:56.000Z | main/externalmaven/io.sarl.maven.docs.generator/src/main/java/io/sarl/maven/docs/InitializeMojo.java | vishalbelsare/sarl | fe82d8fd5230872ae710084893092cb16f18d992 | [
"Apache-2.0"
] | 849 | 2015-01-05T08:41:16.000Z | 2022-03-09T07:51:16.000Z | main/externalmaven/io.sarl.maven.docs.generator/src/main/java/io/sarl/maven/docs/InitializeMojo.java | vishalbelsare/sarl | fe82d8fd5230872ae710084893092cb16f18d992 | [
"Apache-2.0"
] | 50 | 2015-02-25T19:43:00.000Z | 2022-03-08T19:14:54.000Z | 31.60177 | 83 | 0.745729 | 2,407 | /*
* $Id$
*
* SARL is an general-purpose agent programming language.
* More details on http://www.sarl.io
*
* Copyright (C) 2014-2021 the original authors 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 ma... |
3e05bd282c9293613c36fea7e6fc2b0e6312038b | 529 | java | Java | MOC_WEB-07/src/main/java/com/maersk/line/web/WelcomeController.java | manishoctane/Manish | 0e2d37f7a6b5bb318e907f52ab283e4dbeda09ad | [
"MIT"
] | null | null | null | MOC_WEB-07/src/main/java/com/maersk/line/web/WelcomeController.java | manishoctane/Manish | 0e2d37f7a6b5bb318e907f52ab283e4dbeda09ad | [
"MIT"
] | null | null | null | MOC_WEB-07/src/main/java/com/maersk/line/web/WelcomeController.java | manishoctane/Manish | 0e2d37f7a6b5bb318e907f52ab283e4dbeda09ad | [
"MIT"
] | null | null | null | 27.842105 | 104 | 0.79206 | 2,408 | package com.maersk.line.web;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.AbstractController;
public class WelcomeController extends AbstractController {
@Overri... |
3e05bea2033cbe4acd116d6c42f5f6cd858afa13 | 4,737 | java | Java | src/main/java/fluke/stygian/block/BlockEndCanopySapling.java | mcBegins2Snow/enderoni | 26448a038b47a8190d375b082aaafb431716dae6 | [
"MIT"
] | 4 | 2018-11-21T15:19:38.000Z | 2021-12-05T20:15:30.000Z | src/main/java/fluke/stygian/block/BlockEndCanopySapling.java | mcBegins2Snow/enderoni | 26448a038b47a8190d375b082aaafb431716dae6 | [
"MIT"
] | 20 | 2018-10-15T12:46:25.000Z | 2021-05-25T14:03:45.000Z | src/main/java/fluke/stygian/block/BlockEndCanopySapling.java | mcBegins2Snow/enderoni | 26448a038b47a8190d375b082aaafb431716dae6 | [
"MIT"
] | 5 | 2018-12-24T06:02:50.000Z | 2022-01-21T22:35:26.000Z | 33.595745 | 186 | 0.708043 | 2,409 | package fluke.stygian.block;
import java.util.Random;
import fluke.stygian.util.Reference;
import fluke.stygian.world.feature.WorldGenEnderCanopy;
import net.minecraft.block.BlockBush;
import net.minecraft.block.IGrowable;
import net.minecraft.block.properties.IProperty;
import net.minecraft.block.properties.Property... |
3e05bfd03cd086c7de2a7503105fa42b8dbc1517 | 1,257 | java | Java | agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedTracer.java | jeremy-lq/opentelemetry-auto-instr-java | 336e73954003dbc637fe76272da4684521407cac | [
"Apache-2.0"
] | null | null | null | agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedTracer.java | jeremy-lq/opentelemetry-auto-instr-java | 336e73954003dbc637fe76272da4684521407cac | [
"Apache-2.0"
] | null | null | null | agent-tooling/src/main/java/io/opentelemetry/auto/typed/client/http/HttpClientTypedTracer.java | jeremy-lq/opentelemetry-auto-instr-java | 336e73954003dbc637fe76272da4684521407cac | [
"Apache-2.0"
] | null | null | null | 35.914286 | 79 | 0.760541 | 2,410 | /*
* Copyright 2020, OpenTelemetry 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 applicable law or... |
3e05c03cb175924331b54ccc0d39f37234b5dfaf | 913 | java | Java | Java-web/issueTracker/src/filter/IssueFilter.java | VasilPanovski/Java | 4ae145680522424d8aaf7e7d41eb31a350d5e94e | [
"MIT"
] | null | null | null | Java-web/issueTracker/src/filter/IssueFilter.java | VasilPanovski/Java | 4ae145680522424d8aaf7e7d41eb31a350d5e94e | [
"MIT"
] | null | null | null | Java-web/issueTracker/src/filter/IssueFilter.java | VasilPanovski/Java | 4ae145680522424d8aaf7e7d41eb31a350d5e94e | [
"MIT"
] | null | null | null | 27.666667 | 124 | 0.713034 | 2,411 | package com.issueTracker.filter;
import com.issueTracker.entities.user.User;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
@WebFilter("/... |
3e05c0d382280cf14a664833035f74333dc69a42 | 3,656 | java | Java | common/src/main/java/io/github/apace100/origins/mixin/PlayerEntityRendererMixin.java | GiantLuigi4/origins-architectury | 8393e543233d2db8f9c9bf06530e5eed32724379 | [
"MIT"
] | null | null | null | common/src/main/java/io/github/apace100/origins/mixin/PlayerEntityRendererMixin.java | GiantLuigi4/origins-architectury | 8393e543233d2db8f9c9bf06530e5eed32724379 | [
"MIT"
] | null | null | null | common/src/main/java/io/github/apace100/origins/mixin/PlayerEntityRendererMixin.java | GiantLuigi4/origins-architectury | 8393e543233d2db8f9c9bf06530e5eed32724379 | [
"MIT"
] | null | null | null | 68.981132 | 242 | 0.747538 | 2,412 | package io.github.apace100.origins.mixin;
import io.github.apace100.origins.power.ModelColorPower;
import io.github.apace100.origins.registry.ModComponentsArchitectury;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.client.model.ModelPart;
import net.minecraft.client.network... |
3e05c0edae0ee02e8ddfab2dab853155035cf218 | 4,604 | java | Java | exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestCastEmptyStrings.java | vsowrirajan/drill | c54bd6acb81daa9e1c3ce358e9d3a4ce909f02aa | [
"Apache-2.0"
] | null | null | null | exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestCastEmptyStrings.java | vsowrirajan/drill | c54bd6acb81daa9e1c3ce358e9d3a4ce909f02aa | [
"Apache-2.0"
] | null | null | null | exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/TestCastEmptyStrings.java | vsowrirajan/drill | c54bd6acb81daa9e1c3ce358e9d3a4ce909f02aa | [
"Apache-2.0"
] | null | null | null | 52.318182 | 134 | 0.686794 | 2,413 | /**
* 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... |
3e05c18384a746657d42aaa83b3e1e12e8aceb74 | 1,855 | java | Java | src/test/java/spark/examples/simple/SimpleExample.java | AutoscanForJava/com.sparkjava-spark-core | 54079b0f95f0076dd3c440e1255a7d449d9489f1 | [
"Apache-2.0"
] | 8,906 | 2015-01-02T12:29:01.000Z | 2022-03-30T19:27:50.000Z | src/test/java/spark/examples/simple/SimpleExample.java | AutoscanForJava/com.sparkjava-spark-core | 54079b0f95f0076dd3c440e1255a7d449d9489f1 | [
"Apache-2.0"
] | 945 | 2015-01-12T13:50:47.000Z | 2022-03-31T12:14:03.000Z | src/test/java/spark/examples/simple/SimpleExample.java | AutoscanForJava/com.sparkjava-spark-core | 54079b0f95f0076dd3c440e1255a7d449d9489f1 | [
"Apache-2.0"
] | 1,840 | 2015-01-01T10:55:31.000Z | 2022-03-24T22:56:54.000Z | 28.106061 | 110 | 0.59407 | 2,414 | /*
* Copyright 2011- Per Wendel
*
* 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 a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.