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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e29c6926ba140925c380e34b4937749c775b939 | 851 | java | Java | src/codedraw/Interpolation.java | Krassnig/CodeDraw | 563b08fcc89ee372e228b92c13fb12a72eb9dcac | [
"MIT"
] | 7 | 2021-09-06T09:00:34.000Z | 2022-03-14T12:39:50.000Z | src/codedraw/Interpolation.java | Krassnig/CodeDraw | 563b08fcc89ee372e228b92c13fb12a72eb9dcac | [
"MIT"
] | 1 | 2021-11-04T19:37:08.000Z | 2021-11-15T21:19:06.000Z | src/codedraw/Interpolation.java | Krassnig/CodeDraw | 563b08fcc89ee372e228b92c13fb12a72eb9dcac | [
"MIT"
] | 3 | 2022-02-11T21:43:58.000Z | 2022-03-15T19:40:54.000Z | 34.04 | 121 | 0.748531 | 17,670 | package codedraw;
/**
* Interpolation defines how drawn images are upscaled and downscaled.
* For more details see <a href="https://en.wikipedia.org/wiki/Bicubic_interpolation">Wikipedia Bicubic Interpolation</a>
* and <a href="https://en.wikipedia.org/wiki/Image_scaling">Wikipedia Image Scaling</a>.
*/
public enu... |
3e29c75e6d71956fbdbcebe886a52503309158c7 | 2,090 | java | Java | extensions-core/s3-extensions/src/test/java/org/apache/druid/storage/s3/TestFileSessionCredentialsProvider.java | richardstartin/druid | 790e9482ea18d87d59eeeeab4ceec14e4b1e192d | [
"Apache-2.0"
] | 5,813 | 2015-01-01T14:14:54.000Z | 2018-07-06T11:13:03.000Z | extensions-core/s3-extensions/src/test/java/org/apache/druid/storage/s3/TestFileSessionCredentialsProvider.java | richardstartin/druid | 790e9482ea18d87d59eeeeab4ceec14e4b1e192d | [
"Apache-2.0"
] | 4,320 | 2015-01-02T18:37:24.000Z | 2018-07-06T14:51:01.000Z | extensions-core/s3-extensions/src/test/java/org/apache/druid/storage/s3/TestFileSessionCredentialsProvider.java | richardstartin/druid | 790e9482ea18d87d59eeeeab4ceec14e4b1e192d | [
"Apache-2.0"
] | 1,601 | 2015-01-05T05:37:05.000Z | 2018-07-06T11:13:04.000Z | 38 | 107 | 0.780383 | 17,671 | /*
* 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 ... |
3e29c80b5ba10ae07f023b23ee9452db94e803c4 | 6,099 | java | Java | org/JMathStudio/ToolBoxes/WaveletToolBox/DWT1DCoeff.java | bhavyaajani/jmathstudio | f284bf6fb8bca73994bf668dad2de2765837515f | [
"Apache-2.0"
] | 16 | 2018-05-01T17:36:51.000Z | 2021-11-19T05:04:02.000Z | org/JMathStudio/ToolBoxes/WaveletToolBox/DWT1DCoeff.java | bhavyaajani/jmathstudio | f284bf6fb8bca73994bf668dad2de2765837515f | [
"Apache-2.0"
] | 1 | 2020-02-26T01:31:57.000Z | 2020-02-26T01:31:57.000Z | org/JMathStudio/ToolBoxes/WaveletToolBox/DWT1DCoeff.java | bhavyaajani/jmathstudio | f284bf6fb8bca73994bf668dad2de2765837515f | [
"Apache-2.0"
] | 1 | 2019-11-23T02:05:39.000Z | 2019-11-23T02:05:39.000Z | 34.273743 | 98 | 0.735941 | 17,672 | package org.JMathStudio.ToolBoxes.WaveletToolBox;
import org.JMathStudio.DataStructure.Vector.Vector;
import org.JMathStudio.DataStructure.Vector.VectorStack;
import org.JMathStudio.Exceptions.DimensionMismatchException;
import org.JMathStudio.Exceptions.IllegalArgumentException;
/**
* This class hold the DWT coeffi... |
3e29c9cae2ab0dae2fd83db824ace193e6ae2d93 | 305 | java | Java | src/main/java/com/systango/springboard/service/exception/PaymentException.java | nodamu/Springboard | e31e3d3eea44eeda07bd8c1bfa82224f2d016139 | [
"MIT"
] | 67 | 2017-12-29T10:01:20.000Z | 2021-02-25T13:38:08.000Z | src/main/java/com/systango/springboard/service/exception/PaymentException.java | nodamu/Springboard | e31e3d3eea44eeda07bd8c1bfa82224f2d016139 | [
"MIT"
] | 1 | 2022-02-16T00:54:36.000Z | 2022-02-16T00:54:36.000Z | src/main/java/com/systango/springboard/service/exception/PaymentException.java | nodamu/Springboard | e31e3d3eea44eeda07bd8c1bfa82224f2d016139 | [
"MIT"
] | 11 | 2018-07-01T19:51:47.000Z | 2021-10-02T16:13:19.000Z | 20.333333 | 51 | 0.698361 | 17,673 | package com.systango.springboard.service.exception;
/**
* Created by Arpit Khandelwal.
*/
public class PaymentException extends Exception {
public PaymentException(String message) {
super(message);
}
public PaymentException(Throwable throwable) {
super(throwable);
}
}
|
3e29c9ea601433a4cb8ce2c5ef7ece14ed0b2143 | 698 | java | Java | src/main/java/com/kstruct/markdown/model/Directory.java | mattsheppard/markdown-static-site-generator | ad48be5b21d18e1cc63e1b8ab442adb6130ca162 | [
"MIT"
] | 4 | 2016-09-22T07:00:52.000Z | 2018-09-16T02:56:47.000Z | src/main/java/com/kstruct/markdown/model/Directory.java | mattsheppard/markdown-static-site-generator | ad48be5b21d18e1cc63e1b8ab442adb6130ca162 | [
"MIT"
] | 13 | 2016-09-27T06:15:43.000Z | 2017-07-31T05:36:21.000Z | src/main/java/com/kstruct/markdown/model/Directory.java | mattsheppard/markdown-static-site-generator | ad48be5b21d18e1cc63e1b8ab442adb6130ca162 | [
"MIT"
] | 1 | 2021-01-18T00:41:44.000Z | 2021-01-18T00:41:44.000Z | 21.8125 | 77 | 0.704871 | 17,674 | package com.kstruct.markdown.model;
import java.io.File;
import java.net.URI;
import java.nio.file.Path;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
import lombok.Getter;
import lombok.Setter;
public class Directory extends NavigationNode {
public Directory(Path path, Path root,... |
3e29caeb92e43668ae88262b3f283161deccbdd7 | 2,671 | java | Java | Library/src/main/java/com/teambition/recurrencerule/RecurrencePickerFragment.java | teambition/TbReccurencRule | e413aed2267d0dc8b6363f5931bdc5043bf81217 | [
"Apache-2.0"
] | 10 | 2016-03-17T05:40:44.000Z | 2019-07-16T03:46:11.000Z | Library/src/main/java/com/teambition/recurrencerule/RecurrencePickerFragment.java | teambition/TbReccurencRule | e413aed2267d0dc8b6363f5931bdc5043bf81217 | [
"Apache-2.0"
] | null | null | null | Library/src/main/java/com/teambition/recurrencerule/RecurrencePickerFragment.java | teambition/TbReccurencRule | e413aed2267d0dc8b6363f5931bdc5043bf81217 | [
"Apache-2.0"
] | 5 | 2017-06-30T07:44:19.000Z | 2019-08-13T03:47:58.000Z | 33.810127 | 115 | 0.714339 | 17,675 | package com.teambition.recurrencerule;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.DialogFragment;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.teambition.recurrence.R;
im... |
3e29cb8fb5512e7dbe180722863c79f2dbd2c47e | 3,437 | java | Java | app/src/main/java/com/kayu/car_owner_pay/model/WashOrderDetailBean.java | MySelfKiller/CarOwnerPayClient | fb389b762a98724af46495f1d3d9e6aa574e45e8 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/kayu/car_owner_pay/model/WashOrderDetailBean.java | MySelfKiller/CarOwnerPayClient | fb389b762a98724af46495f1d3d9e6aa574e45e8 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/kayu/car_owner_pay/model/WashOrderDetailBean.java | MySelfKiller/CarOwnerPayClient | fb389b762a98724af46495f1d3d9e6aa574e45e8 | [
"Apache-2.0"
] | null | null | null | 37.769231 | 848 | 0.749782 | 17,676 | package com.kayu.car_owner_pay.model;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class WashOrderDetailBean {
/**
* useExplain : https://www.kakayuy.com/group1/M00/00/04/rBoO71-SoHOAWUIkAAMyjhPrIOg605.png
* id : 55
* orderNo : an30H5777tdS8h8aZ0268261z0u9C066
... |
3e29cc8839d19312e9efefe4b66e38c9ab0b7fd6 | 2,513 | java | Java | src/main/java/br/com/library/controllers/CreateUserController.java | rodrigoge/library-app | b1e03bd19b2580e017b6359ff037597d0082ff9e | [
"MIT"
] | null | null | null | src/main/java/br/com/library/controllers/CreateUserController.java | rodrigoge/library-app | b1e03bd19b2580e017b6359ff037597d0082ff9e | [
"MIT"
] | null | null | null | src/main/java/br/com/library/controllers/CreateUserController.java | rodrigoge/library-app | b1e03bd19b2580e017b6359ff037597d0082ff9e | [
"MIT"
] | null | null | null | 26.734043 | 103 | 0.750497 | 17,677 | package br.com.library.controllers;
import java.io.IOException;
import java.io.Serializable;
import java.util.List;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
import javax.faces.context.FacesContext;
import javax.persistence.EntityManager;
... |
3e29cc8ab3b78fb0ac265e5e0ec76cf652725b3f | 1,089 | java | Java | core/src/main/java/eu/tobiasheine/bitcoinwatcher/core/domain/BitcoinPrice.java | tobiasheine/BitcoinWatcher | 16f691f48db6f72e663e678e63287068215f25ae | [
"Apache-2.0"
] | 1 | 2015-01-28T20:46:53.000Z | 2015-01-28T20:46:53.000Z | core/src/main/java/eu/tobiasheine/bitcoinwatcher/core/domain/BitcoinPrice.java | tobiasheine/BitcoinWatcher | 16f691f48db6f72e663e678e63287068215f25ae | [
"Apache-2.0"
] | 6 | 2015-01-11T12:44:17.000Z | 2021-04-26T10:04:12.000Z | core/src/main/java/eu/tobiasheine/bitcoinwatcher/core/domain/BitcoinPrice.java | tobiasheine/BitcoinWatcher | 16f691f48db6f72e663e678e63287068215f25ae | [
"Apache-2.0"
] | 2 | 2015-01-13T19:21:02.000Z | 2018-08-15T21:44:45.000Z | 27.923077 | 92 | 0.631772 | 17,678 | package eu.tobiasheine.bitcoinwatcher.core.domain;
import java.io.Serializable;
public class BitcoinPrice implements Serializable{
public final Currency currency;
public final float rate;
public final String updatedAt;
public BitcoinPrice(final Currency currency, final float rate, final String updat... |
3e29cc9a3b43a0c8d696fa68d77518426383fe6c | 3,818 | java | Java | apineitor-meetup/src/main/java/com/apineitor/meetup/models/GroupPhoto.java | alrocar/apineitor | 3dc5355c866b5f1c5d8c688e5f94edd4a34ae223 | [
"MIT"
] | null | null | null | apineitor-meetup/src/main/java/com/apineitor/meetup/models/GroupPhoto.java | alrocar/apineitor | 3dc5355c866b5f1c5d8c688e5f94edd4a34ae223 | [
"MIT"
] | null | null | null | apineitor-meetup/src/main/java/com/apineitor/meetup/models/GroupPhoto.java | alrocar/apineitor | 3dc5355c866b5f1c5d8c688e5f94edd4a34ae223 | [
"MIT"
] | null | null | null | 22.591716 | 81 | 0.698533 | 17,679 | /*
* The MIT License (MIT)
*
* Copyright (c) 2016 Alberto Romeu
*
* 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 u... |
3e29ccebf367f0df15cf18d6e17050e494243c04 | 3,922 | java | Java | arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/BookReader.java | psakar/Resteasy | ec3d2dd759d9a111ab08ea116496a73e1670100d | [
"Apache-2.0"
] | null | null | null | arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/BookReader.java | psakar/Resteasy | ec3d2dd759d9a111ab08ea116496a73e1670100d | [
"Apache-2.0"
] | null | null | null | arquillian/resteasy-cdi-ejb-test/src/main/java/org/jboss/resteasy/cdi/events/BookReader.java | psakar/Resteasy | ec3d2dd759d9a111ab08ea116496a73e1670100d | [
"Apache-2.0"
] | null | null | null | 31.392 | 129 | 0.694699 | 17,680 | package org.jboss.resteasy.cdi.events;
import java.io.IOException;
import java.io.InputStream;
import java.lang.annotation.Annotation;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.logging.Logger;
import javax.enterprise.event.Event;
import javax.enterprise.event.Observes;
import javax.i... |
3e29cd28c301719c7a023f27f43fca85778f3809 | 356 | java | Java | src/main/gen/io/github/facilityapi/intellij/psi/FsdMarkdownRemarks.java | FacilityApi/FacilityIntellij | e056eb029640be8e91aea8611004b1a5ae53f3e9 | [
"MIT"
] | null | null | null | src/main/gen/io/github/facilityapi/intellij/psi/FsdMarkdownRemarks.java | FacilityApi/FacilityIntellij | e056eb029640be8e91aea8611004b1a5ae53f3e9 | [
"MIT"
] | 3 | 2022-01-06T18:30:24.000Z | 2022-01-08T03:37:48.000Z | src/main/gen/io/github/facilityapi/intellij/psi/FsdMarkdownRemarks.java | FacilityApi/FacilityIntellij | e056eb029640be8e91aea8611004b1a5ae53f3e9 | [
"MIT"
] | 1 | 2021-10-16T01:30:46.000Z | 2021-10-16T01:30:46.000Z | 20.941176 | 61 | 0.786517 | 17,681 | // This is a generated file. Not intended for manual editing.
package io.github.facilityapi.intellij.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface FsdMarkdownRemarks extends PsiElement {
@Nullable
PsiElement getMarkdownheading();
@Nullable... |
3e29ce279dfa6fed13990771e6fe998d30af1bf8 | 3,318 | java | Java | app/src/main/java/com/wallpaper/moive/util/DurationUtils.java | lijinzedev/Wallpaper_App | 32e444e969e5a01421daae09408c19dd6925e866 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/wallpaper/moive/util/DurationUtils.java | lijinzedev/Wallpaper_App | 32e444e969e5a01421daae09408c19dd6925e866 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/wallpaper/moive/util/DurationUtils.java | lijinzedev/Wallpaper_App | 32e444e969e5a01421daae09408c19dd6925e866 | [
"Apache-2.0"
] | null | null | null | 27.421488 | 89 | 0.468053 | 17,682 | package com.wallpaper.moive.util;
import java.util.Formatter;
import java.util.Locale;
public class DurationUtils {
private StringBuilder mFormatBuilder;
private Formatter mFormatter;
public DurationUtils() {
// 转换成字符串的时间
mFormatBuilder = new StringBuilder();
mFormatter = new For... |
3e29ce385f90c95227b4d705bc422471fc65e6aa | 6,774 | java | Java | Skizzle/net/minecraft/client/gui/GuiLanguage.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 3 | 2022-02-28T17:34:51.000Z | 2022-03-06T21:55:16.000Z | Skizzle/net/minecraft/client/gui/GuiLanguage.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 2 | 2022-02-25T20:10:14.000Z | 2022-03-03T14:25:03.000Z | Skizzle/net/minecraft/client/gui/GuiLanguage.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | null | null | null | 44.860927 | 213 | 0.675672 | 17,683 | /*
* Decompiled with CFR 0.150.
*
* Could not load the following classes:
* com.google.common.collect.Lists
* com.google.common.collect.Maps
*/
package net.minecraft.client.gui;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import java.io.IOException;
import java.util.Map;
imp... |
3e29ce5d6df06c7fee79eb9cd6170ed7ec2d7035 | 3,252 | java | Java | src/main/java/gyro/aws/codebuild/CodebuildProjectFileSystemLocation.java | perfectsense/gyro-aws-provider | d7bbb01e4c6c860241436a46e32dd325a18e62bd | [
"Apache-2.0"
] | 9 | 2019-10-07T19:40:46.000Z | 2021-08-09T17:58:41.000Z | src/main/java/gyro/aws/codebuild/CodebuildProjectFileSystemLocation.java | perfectsense/gyro-aws-provider | d7bbb01e4c6c860241436a46e32dd325a18e62bd | [
"Apache-2.0"
] | 194 | 2019-10-09T20:07:25.000Z | 2022-03-02T20:59:09.000Z | src/main/java/gyro/aws/codebuild/CodebuildProjectFileSystemLocation.java | perfectsense/gyro-aws-provider | d7bbb01e4c6c860241436a46e32dd325a18e62bd | [
"Apache-2.0"
] | 1 | 2019-12-08T07:57:03.000Z | 2019-12-08T07:57:03.000Z | 26.876033 | 113 | 0.671894 | 17,684 | /*
* Copyright 2020, Brightspot.
*
* 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... |
3e29cf2cd9a4691badaf5e25d109ca0f115b48bd | 2,828 | java | Java | platform/core.startup/test/unit/src/org/netbeans/core/startup/NbInstallerTest2.java | tusharvjoshi/incubator-netbeans | a61bd21f4324f7e73414633712522811cb20ac93 | [
"Apache-2.0"
] | 1,056 | 2019-04-25T20:00:35.000Z | 2022-03-30T04:46:14.000Z | platform/core.startup/test/unit/src/org/netbeans/core/startup/NbInstallerTest2.java | Marc382/netbeans | 4bee741d24a3fdb05baf135de5e11a7cd95bd64e | [
"Apache-2.0"
] | 1,846 | 2019-04-25T20:50:05.000Z | 2022-03-31T23:40:41.000Z | platform/core.startup/test/unit/src/org/netbeans/core/startup/NbInstallerTest2.java | Marc382/netbeans | 4bee741d24a3fdb05baf135de5e11a7cd95bd64e | [
"Apache-2.0"
] | 550 | 2019-04-25T20:04:33.000Z | 2022-03-25T17:43:01.000Z | 37.706667 | 104 | 0.661598 | 17,685 | /*
* 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 ... |
3e29cf54a17a827390d23033d63c776c292a8b4d | 325 | java | Java | src/main/java/com/soleccy/games/tictactoe/TicTacToeApplication.java | gsolecki/tictactoe | 4fe520dd437a8c1d6069e092027ce8bdd9e7894e | [
"MIT"
] | null | null | null | src/main/java/com/soleccy/games/tictactoe/TicTacToeApplication.java | gsolecki/tictactoe | 4fe520dd437a8c1d6069e092027ce8bdd9e7894e | [
"MIT"
] | null | null | null | src/main/java/com/soleccy/games/tictactoe/TicTacToeApplication.java | gsolecki/tictactoe | 4fe520dd437a8c1d6069e092027ce8bdd9e7894e | [
"MIT"
] | null | null | null | 25 | 68 | 0.827692 | 17,686 | package com.soleccy.games.tictactoe;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class TicTacToeApplication {
public static void main(String[] args) {
SpringApplication.run(TicTacToeApplication.class, args);
... |
3e29d09846c280b352973003adc25cb5d4a4a397 | 597 | java | Java | Online/src/main/java/com/lieve/online/shiro/service/RoleService.java | sunyoboy/java-tutorial | 06cf008117b46761c2bab0ef5ee68a806e549186 | [
"MIT"
] | null | null | null | Online/src/main/java/com/lieve/online/shiro/service/RoleService.java | sunyoboy/java-tutorial | 06cf008117b46761c2bab0ef5ee68a806e549186 | [
"MIT"
] | null | null | null | Online/src/main/java/com/lieve/online/shiro/service/RoleService.java | sunyoboy/java-tutorial | 06cf008117b46761c2bab0ef5ee68a806e549186 | [
"MIT"
] | null | null | null | 19.258065 | 77 | 0.646566 | 17,687 | package com.lieve.online.shiro.service;
import com.lieve.online.shiro.entity.Role;
/**
* <p>User: Zhang Kaitao
* <p>Date: 14-1-28
* <p>Version: 1.0
*/
public interface RoleService {
public Role createRole(Role role);
public void deleteRole(Long roleId);
/**
* 添加角色-权限之间关系
* @param roleId
... |
3e29d12176412a218609c7dc6c25ca187f9df755 | 3,498 | java | Java | DS4P/acs-showcase/c32-parser/src/main/java/gov/samhsa/consent2share/c32/C32ParserImpl.java | taolinqu/ds4p | a12559e46e35c483686264cec2669651537fa23b | [
"BSD-3-Clause"
] | null | null | null | DS4P/acs-showcase/c32-parser/src/main/java/gov/samhsa/consent2share/c32/C32ParserImpl.java | taolinqu/ds4p | a12559e46e35c483686264cec2669651537fa23b | [
"BSD-3-Clause"
] | null | null | null | DS4P/acs-showcase/c32-parser/src/main/java/gov/samhsa/consent2share/c32/C32ParserImpl.java | taolinqu/ds4p | a12559e46e35c483686264cec2669651537fa23b | [
"BSD-3-Clause"
] | 1 | 2019-06-20T10:04:30.000Z | 2019-06-20T10:04:30.000Z | 37.212766 | 82 | 0.718696 | 17,688 | /*******************************************************************************
* Open Behavioral Health Information Technology Architecture (OBHITA.org)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Re... |
3e29d12791dd6614dbcd32a6e86ee3505d1854b0 | 446 | java | Java | app/src/main/java/com/example/a61685/coolweather/util/HttpUtil.java | zhuanxudadizhihou/coolweather | 0f5ca84ded6d967b2be30c3a5b15d7aaf8173173 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/a61685/coolweather/util/HttpUtil.java | zhuanxudadizhihou/coolweather | 0f5ca84ded6d967b2be30c3a5b15d7aaf8173173 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/a61685/coolweather/util/HttpUtil.java | zhuanxudadizhihou/coolweather | 0f5ca84ded6d967b2be30c3a5b15d7aaf8173173 | [
"Apache-2.0"
] | null | null | null | 22.3 | 83 | 0.699552 | 17,689 | package com.example.a61685.coolweather.util;
import okhttp3.OkHttpClient;
import okhttp3.Request;
/**
* Created by 61685 on 2018/2/21.
*/
/**
* 发送请求
*/
public class HttpUtil {
public static void sentOkHttpRequest(String address,okhttp3.Callback callback){
OkHttpClient client = new OkHttpClient();
... |
3e29d28951ff1e5505f39045864edfabafd8a185 | 3,727 | java | Java | domainservice/src/main/java/com/jdcloud/sdk/service/domainservice/model/DomainAdded.java | zhangycjob/jdcloud-sdk-java | 662c7617574ddfcac5c769dc0c7cf3a7eedadcff | [
"Apache-2.0"
] | 38 | 2018-04-19T09:53:59.000Z | 2021-11-08T12:52:15.000Z | domainservice/src/main/java/com/jdcloud/sdk/service/domainservice/model/DomainAdded.java | zhangycjob/jdcloud-sdk-java | 662c7617574ddfcac5c769dc0c7cf3a7eedadcff | [
"Apache-2.0"
] | 22 | 2018-04-24T12:17:20.000Z | 2022-03-31T10:39:18.000Z | domainservice/src/main/java/com/jdcloud/sdk/service/domainservice/model/DomainAdded.java | zhangycjob/jdcloud-sdk-java | 662c7617574ddfcac5c769dc0c7cf3a7eedadcff | [
"Apache-2.0"
] | 53 | 2018-04-19T10:48:05.000Z | 2022-03-16T09:15:16.000Z | 18.359606 | 76 | 0.563724 | 17,690 | /*
* Copyright 2018 JDCLOUD.COM
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http:#www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
3e29d302663093c90664e79ace45c9a737988917 | 14,201 | java | Java | src/org/sosy_lab/cpachecker/cfa/types/c/CTypes.java | 45258E9F/IntPTI | e5dda55aafa2da3d977a9a62ad0857746dae3fe1 | [
"Apache-2.0"
] | 2 | 2017-08-28T09:14:11.000Z | 2020-12-04T06:00:23.000Z | src/org/sosy_lab/cpachecker/cfa/types/c/CTypes.java | 45258E9F/IntPTI | e5dda55aafa2da3d977a9a62ad0857746dae3fe1 | [
"Apache-2.0"
] | null | null | null | src/org/sosy_lab/cpachecker/cfa/types/c/CTypes.java | 45258E9F/IntPTI | e5dda55aafa2da3d977a9a62ad0857746dae3fe1 | [
"Apache-2.0"
] | 6 | 2017-08-03T13:06:55.000Z | 2020-12-04T06:00:26.000Z | 34.552311 | 98 | 0.687698 | 17,691 | /*
* IntPTI: integer error fixing by proper-type inference
* Copyright (c) 2017.
*
* Open-source component:
*
* CPAchecker
* Copyright (C) 2007-2014 Dirk Beyer
*
* Guava: Google Core Libraries for Java
* Copyright (C) 2010-2006 Google
*
*
*/
package org.sosy_lab.cpachecker.cfa.types.c;
import com.google... |
3e29d3e2b562b5ccc3f078c024bcece25a24b5ee | 1,385 | java | Java | src/main/java/com/powerapps/monitor/tasks/Scheduler.java | poweretl/powerappslogmonitor | 76adbf2681fec9d0c755aee5a279ec0c956d6075 | [
"MIT"
] | null | null | null | src/main/java/com/powerapps/monitor/tasks/Scheduler.java | poweretl/powerappslogmonitor | 76adbf2681fec9d0c755aee5a279ec0c956d6075 | [
"MIT"
] | null | null | null | src/main/java/com/powerapps/monitor/tasks/Scheduler.java | poweretl/powerappslogmonitor | 76adbf2681fec9d0c755aee5a279ec0c956d6075 | [
"MIT"
] | null | null | null | 34.625 | 93 | 0.765343 | 17,692 | package com.powerapps.monitor.tasks;
import com.powerapps.monitor.service.BatchManagerLogService;
import com.powerapps.monitor.service.EmailClient;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Prope... |
3e29d40c9165181586761c233ba922f2bdb9114a | 221 | java | Java | spring-aws-lambda/src/main/java/me/ccampo/spring/aws/lambda/ApplicationContextProvider.java | ccampo133/spring-aws-lambda | f4d9041760388b0ead600eb465cc4bf9808ef9ac | [
"MIT"
] | 69 | 2016-08-18T18:18:32.000Z | 2020-03-17T15:46:44.000Z | spring-aws-lambda/src/main/java/me/ccampo/spring/aws/lambda/ApplicationContextProvider.java | ccampo133/spring-aws-lambda | f4d9041760388b0ead600eb465cc4bf9808ef9ac | [
"MIT"
] | 1 | 2017-03-28T21:17:36.000Z | 2017-03-29T20:28:25.000Z | spring-aws-lambda/src/main/java/me/ccampo/spring/aws/lambda/ApplicationContextProvider.java | ccampo133/spring-aws-lambda | f4d9041760388b0ead600eb465cc4bf9808ef9ac | [
"MIT"
] | 27 | 2016-09-02T04:43:53.000Z | 2021-03-17T08:45:05.000Z | 20.090909 | 54 | 0.791855 | 17,693 | package me.ccampo.spring.aws.lambda;
import org.springframework.context.ApplicationContext;
/**
* @author Chris Campo
*/
public interface ApplicationContextProvider {
ApplicationContext getApplicationContext();
}
|
3e29d6a7391e0e1931ccf9e4067c8e8d0660a681 | 397 | java | Java | src/main/java/sample/save/Originator.java | ilinoyer/SimpleStrategyGame | 239733e41a3a6c60edbf22e2a4084cd268d01776 | [
"MIT"
] | null | null | null | src/main/java/sample/save/Originator.java | ilinoyer/SimpleStrategyGame | 239733e41a3a6c60edbf22e2a4084cd268d01776 | [
"MIT"
] | null | null | null | src/main/java/sample/save/Originator.java | ilinoyer/SimpleStrategyGame | 239733e41a3a6c60edbf22e2a4084cd268d01776 | [
"MIT"
] | null | null | null | 15.269231 | 42 | 0.59194 | 17,694 | package sample.save;
import sample.Player;
public class Originator {
private Player player;
public void setPlayer(Player player) {
this.player = player;
}
public Memento save()
{
return new Memento(player);
}
public void restore(Memento m)
{
player = m.getPla... |
3e29d775e0c787926865056747f81567da21e3ca | 7,613 | java | Java | IMKit/build/generated/source/r/androidTest/debug/android/support/coreutils/R.java | XuanYuan1122/momole | dc646561da2abcc25c025fa7848d23684cf84bfb | [
"Apache-2.0"
] | null | null | null | IMKit/build/generated/source/r/androidTest/debug/android/support/coreutils/R.java | XuanYuan1122/momole | dc646561da2abcc25c025fa7848d23684cf84bfb | [
"Apache-2.0"
] | null | null | null | IMKit/build/generated/source/r/androidTest/debug/android/support/coreutils/R.java | XuanYuan1122/momole | dc646561da2abcc25c025fa7848d23684cf84bfb | [
"Apache-2.0"
] | null | null | null | 58.561538 | 122 | 0.746749 | 17,695 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package android.support.coreutils;
public final class R {
public static final class attr {
public static final int font = 0... |
3e29d80439e3f816ff05643fabea46f7d5ca8be3 | 1,557 | java | Java | core/src/test/java/com/chopshop166/chopshoplib/maps/MapGetterTest.java | nmot919/chopshoplib | bf7fa23e61f3e19d63715a055ed15654d7cce775 | [
"MIT"
] | 1 | 2019-02-27T19:01:05.000Z | 2019-02-27T19:01:05.000Z | core/src/test/java/com/chopshop166/chopshoplib/maps/MapGetterTest.java | nmot919/chopshoplib | bf7fa23e61f3e19d63715a055ed15654d7cce775 | [
"MIT"
] | 41 | 2019-01-26T20:18:57.000Z | 2022-03-16T22:39:57.000Z | core/src/test/java/com/chopshop166/chopshoplib/maps/MapGetterTest.java | nmot919/chopshoplib | bf7fa23e61f3e19d63715a055ed15654d7cce775 | [
"MIT"
] | 4 | 2019-02-03T18:32:30.000Z | 2022-02-10T13:56:01.000Z | 33.12766 | 94 | 0.667309 | 17,696 | package com.chopshop166.chopshoplib.maps;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
import com.chopshop166.chopshoplib.commands.CommandRobot;
import com.chopshop166.chopshoplib.maps.RobotMap.MapType;
import org.junit.jupiter.api.Test;
/**... |
3e29d93d77f287a9482f063b1e69318cb4002cd7 | 4,766 | java | Java | Pamdroid/app/src/main/java/ca/chriswhalen/pamdroid/HTTPServer.java | chriswhalen/pamdroid | 114aeb2e9407a9dbbb8689c32ca3be1355f9b6f2 | [
"MIT"
] | 1 | 2021-01-10T09:21:57.000Z | 2021-01-10T09:21:57.000Z | Pamdroid/app/src/main/java/ca/chriswhalen/pamdroid/HTTPServer.java | chriswhalen/pamdroid | 114aeb2e9407a9dbbb8689c32ca3be1355f9b6f2 | [
"MIT"
] | null | null | null | Pamdroid/app/src/main/java/ca/chriswhalen/pamdroid/HTTPServer.java | chriswhalen/pamdroid | 114aeb2e9407a9dbbb8689c32ca3be1355f9b6f2 | [
"MIT"
] | null | null | null | 30.748387 | 88 | 0.445657 | 17,697 | package ca.chriswhalen.pamdroid;
import android.content.Context;
import android.content.Intent;
import org.jboss.aerogear.security.otp.Totp;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.IOException;
import de.adorsys.android.securestoragelibrary.SecurePreferences;
import fi.iki.elonen.... |
3e29d96fb1f03b0acd1aacbe085d4e51d01b2db5 | 599 | java | Java | world/src/main/java/com/tangyiner/world/core/ActionResultCode.java | HistoryOfTangS/spring_app | a0a859c97c79d5442ceb7c33a54ab322501a47a8 | [
"Apache-2.0"
] | null | null | null | world/src/main/java/com/tangyiner/world/core/ActionResultCode.java | HistoryOfTangS/spring_app | a0a859c97c79d5442ceb7c33a54ab322501a47a8 | [
"Apache-2.0"
] | null | null | null | world/src/main/java/com/tangyiner/world/core/ActionResultCode.java | HistoryOfTangS/spring_app | a0a859c97c79d5442ceb7c33a54ab322501a47a8 | [
"Apache-2.0"
] | null | null | null | 14.975 | 41 | 0.525876 | 17,698 | package com.tangyiner.world.core;
public enum ActionResultCode {
/**
* 服务调用发生业务异常BusinessException
*/
BUSINESS_ERROR(1),
/**
* 服务调用成功
*/
SUCCESS(0),
/**
* 服务调用发生除业务异常BusinessException外的其他异常
*/
OTHER_ERROR(-1),
/**
* 授权异常
*/
AUTH_ERROR(-2),
/*... |
3e29d98ebe7746334185534dfe4382eaebbfc523 | 2,056 | java | Java | modules/core/src/test/java/org/apache/ignite/internal/managers/checkpoint/GridCheckpointManagerSelfTest.java | liyuj/gridgain | 9505c0cfd7235210993b2871b17f15acf7d3dcd4 | [
"CC0-1.0"
] | 218 | 2015-01-04T13:20:55.000Z | 2022-03-28T05:28:55.000Z | modules/core/src/test/java/org/apache/ignite/internal/managers/checkpoint/GridCheckpointManagerSelfTest.java | liyuj/gridgain | 9505c0cfd7235210993b2871b17f15acf7d3dcd4 | [
"CC0-1.0"
] | 175 | 2015-02-04T23:16:56.000Z | 2022-03-28T18:34:24.000Z | modules/core/src/test/java/org/apache/ignite/internal/managers/checkpoint/GridCheckpointManagerSelfTest.java | liyuj/gridgain | 9505c0cfd7235210993b2871b17f15acf7d3dcd4 | [
"CC0-1.0"
] | 93 | 2015-01-06T20:54:23.000Z | 2022-03-31T08:09:00.000Z | 27.413333 | 102 | 0.683852 | 17,699 | /*
* Copyright 2019 GridGain Systems, Inc. and Contributors.
*
* Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition... |
3e29d9adb54a0bcc68382d8baa9a9cdcc7f6cde7 | 5,054 | java | Java | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v202011/UrlCreativeTemplateVariableValue.java | googleads/googleads-java-lib | cc5b2fc8ef76082b72f021c11ff9b7e4d9326aca | [
"Apache-2.0"
] | 215 | 2015-01-03T08:17:03.000Z | 2022-01-20T09:48:18.000Z | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v202011/UrlCreativeTemplateVariableValue.java | googleads/googleads-java-lib | cc5b2fc8ef76082b72f021c11ff9b7e4d9326aca | [
"Apache-2.0"
] | 189 | 2015-01-06T15:16:41.000Z | 2021-12-16T14:13:12.000Z | modules/dfp_axis/src/main/java/com/google/api/ads/admanager/axis/v202011/UrlCreativeTemplateVariableValue.java | googleads/googleads-java-lib | cc5b2fc8ef76082b72f021c11ff9b7e4d9326aca | [
"Apache-2.0"
] | 382 | 2015-01-07T04:42:40.000Z | 2022-03-03T12:15:10.000Z | 33.470199 | 165 | 0.648793 | 17,700 | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... |
3e29db1bb0001326627666576426a221fca2c132 | 581 | java | Java | Danmaku/src/com/elven/danmaku/core/configuration/script/StageScriptEnemyHandler.java | AlanSchaeffer/Danmaku | 5a860ae1293c07898c64281d45ed81ec0b6ff681 | [
"Apache-2.0"
] | 1 | 2015-04-06T11:30:23.000Z | 2015-04-06T11:30:23.000Z | Danmaku/src/com/elven/danmaku/core/configuration/script/StageScriptEnemyHandler.java | AlanSchaeffer/Danmaku | 5a860ae1293c07898c64281d45ed81ec0b6ff681 | [
"Apache-2.0"
] | null | null | null | Danmaku/src/com/elven/danmaku/core/configuration/script/StageScriptEnemyHandler.java | AlanSchaeffer/Danmaku | 5a860ae1293c07898c64281d45ed81ec0b6ff681 | [
"Apache-2.0"
] | null | null | null | 26.409091 | 89 | 0.7642 | 17,701 | package com.elven.danmaku.core.configuration.script;
import com.elven.danmaku.core.enemies.AbstractHostileEntity;
import com.elven.danmaku.core.enemies.EnemyFactory;
public class StageScriptEnemyHandler {
private final StageScript script;
StageScriptEnemyHandler(StageScript script) {
this.script = scr... |
3e29dbd432669bb6b20c00fb83a54d706c17de71 | 1,218 | java | Java | src/test/java/id/ac/tazkia/payment/virtualaccount/PaymentVirtualAccountApplicationTests.java | manlyace/aplikasi-tagihan | 0ab9b72d229d1c5e7356bc65f0d435ac767f00fb | [
"Apache-2.0"
] | null | null | null | src/test/java/id/ac/tazkia/payment/virtualaccount/PaymentVirtualAccountApplicationTests.java | manlyace/aplikasi-tagihan | 0ab9b72d229d1c5e7356bc65f0d435ac767f00fb | [
"Apache-2.0"
] | null | null | null | src/test/java/id/ac/tazkia/payment/virtualaccount/PaymentVirtualAccountApplicationTests.java | manlyace/aplikasi-tagihan | 0ab9b72d229d1c5e7356bc65f0d435ac767f00fb | [
"Apache-2.0"
] | 1 | 2019-07-07T02:30:22.000Z | 2019-07-07T02:30:22.000Z | 31.230769 | 69 | 0.764368 | 17,702 | package id.ac.tazkia.payment.virtualaccount;
import com.fasterxml.jackson.databind.ObjectMapper;
import id.ac.tazkia.payment.virtualaccount.dto.VaPayment;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.... |
3e29dc8c524cae291d69bf2cf7573daf1f748874 | 8,464 | java | Java | com.prodyna.pac.conference/com.prodyna.pac.conference.ejb/com.prodyna.pac.conference.ejb.beans/src/test/java/com/prodyna/pac/conference/ejb/beans/decorator/TalkModificationDecoratorTest.java | pd-nmoser/Conference | 60a85ac08569230285f26eb11e701160242bb57b | [
"MIT"
] | 1 | 2015-08-03T14:49:00.000Z | 2015-08-03T14:49:00.000Z | com.prodyna.pac.conference/com.prodyna.pac.conference.ejb/com.prodyna.pac.conference.ejb.beans/src/test/java/com/prodyna/pac/conference/ejb/beans/decorator/TalkModificationDecoratorTest.java | pd-nmoser/Conference | 60a85ac08569230285f26eb11e701160242bb57b | [
"MIT"
] | null | null | null | com.prodyna.pac.conference/com.prodyna.pac.conference.ejb/com.prodyna.pac.conference.ejb.beans/src/test/java/com/prodyna/pac/conference/ejb/beans/decorator/TalkModificationDecoratorTest.java | pd-nmoser/Conference | 60a85ac08569230285f26eb11e701160242bb57b | [
"MIT"
] | null | null | null | 33.192157 | 335 | 0.763587 | 17,703 | /*
* The MIT License (MIT)
*
* Copyright (c) 2013 Nicolas Moser
*
* 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... |
3e29deb7bbebb45ff2fc5b32969d9ab13f219b5d | 16,303 | java | Java | appserver/java-spring/src/test/java/com/marklogic/samplestack/integration/service/QnAServiceIT.java | marklogic/marklogic-samplestack | 5449924fe9abd1712d3ef20ca2f25f2e291578e0 | [
"Apache-2.0"
] | 73 | 2015-01-05T05:57:02.000Z | 2019-05-07T12:34:21.000Z | appserver/java-spring/src/test/java/com/marklogic/samplestack/integration/service/QnAServiceIT.java | marklogic-community/marklogic-samplestack | 5449924fe9abd1712d3ef20ca2f25f2e291578e0 | [
"Apache-2.0"
] | 435 | 2015-01-01T01:36:16.000Z | 2018-04-01T09:20:05.000Z | appserver/java-spring/src/test/java/com/marklogic/samplestack/integration/service/QnAServiceIT.java | marklogic/marklogic-samplestack | 5449924fe9abd1712d3ef20ca2f25f2e291578e0 | [
"Apache-2.0"
] | 65 | 2015-01-22T09:15:16.000Z | 2019-04-17T03:23:01.000Z | 39.39372 | 135 | 0.75161 | 17,704 | /*
* Copyright 2012-2015 MarkLogic Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
3e29deebee8232216187fbbc684a770cdb41f554 | 2,270 | java | Java | src/main/java/org/snaker/engine/IProcessService.java | cattles/snaker-core | 3e606bf36cd46a83bda0075aa713542f32305665 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/snaker/engine/IProcessService.java | cattles/snaker-core | 3e606bf36cd46a83bda0075aa713542f32305665 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/snaker/engine/IProcessService.java | cattles/snaker-core | 3e606bf36cd46a83bda0075aa713542f32305665 | [
"Apache-2.0"
] | 1 | 2020-02-29T12:53:53.000Z | 2020-02-29T12:53:53.000Z | 23.163265 | 76 | 0.674449 | 17,705 | /* Copyright 2012-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... |
3e29e1b2536f3a09c8abc380aed73e81a417936b | 61,171 | java | Java | de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/WurstValidator.java | edo494/WurstScript | dbe51eeeffad1f613151453ac030c08ca936ac62 | [
"Apache-2.0"
] | null | null | null | de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/WurstValidator.java | edo494/WurstScript | dbe51eeeffad1f613151453ac030c08ca936ac62 | [
"Apache-2.0"
] | null | null | null | de.peeeq.wurstscript/src/de/peeeq/wurstscript/validation/WurstValidator.java | edo494/WurstScript | dbe51eeeffad1f613151453ac030c08ca936ac62 | [
"Apache-2.0"
] | null | null | null | 33.852241 | 143 | 0.686976 | 17,706 | package de.peeeq.wurstscript.validation;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import com.google.common.base.Predicate;
import com.google.common.c... |
3e29e1dae24ba256e4880a3d5ff55c0427abf27b | 19,855 | java | Java | nd4j/nd4j-parameter-server-parent/nd4j-parameter-server-node/src/main/java/org/nd4j/parameterserver/distributed/VoidParameterServer.java | emillynge/deeplearning4j | 39248821c246b49417cace67b069e2d732c6344b | [
"Apache-2.0"
] | 2,039 | 2015-02-15T17:20:19.000Z | 2021-12-11T16:02:41.000Z | nd4j/nd4j-parameter-server-parent/nd4j-parameter-server-node/src/main/java/org/nd4j/parameterserver/distributed/VoidParameterServer.java | emillynge/deeplearning4j | 39248821c246b49417cace67b069e2d732c6344b | [
"Apache-2.0"
] | 1,716 | 2015-02-13T19:06:49.000Z | 2021-11-30T20:26:45.000Z | nd4j/nd4j-parameter-server-parent/nd4j-parameter-server-node/src/main/java/org/nd4j/parameterserver/distributed/VoidParameterServer.java | emillynge/deeplearning4j | 39248821c246b49417cace67b069e2d732c6344b | [
"Apache-2.0"
] | 703 | 2015-02-13T16:44:07.000Z | 2021-09-27T02:24:18.000Z | 37.114019 | 149 | 0.602438 | 17,707 | package org.nd4j.parameterserver.distributed;
import lombok.Getter;
import lombok.NonNull;
import lombok.extern.slf4j.Slf4j;
import org.nd4j.linalg.primitives.Pair;
import org.nd4j.linalg.api.ndarray.INDArray;
import org.nd4j.linalg.exception.ND4JIllegalStateException;
import org.nd4j.linalg.factory.Nd4j;
import org.n... |
3e29e203e268da4e45f34d176308a01be9d0ccfd | 758 | java | Java | app/src/main/java/com/ankit_1107/project/bookyourcar/City.java | ankitkumarboby/BookYourCar | d18fe4dc9ae5089e18373bcb7997bfbcfa515fa3 | [
"MIT"
] | null | null | null | app/src/main/java/com/ankit_1107/project/bookyourcar/City.java | ankitkumarboby/BookYourCar | d18fe4dc9ae5089e18373bcb7997bfbcfa515fa3 | [
"MIT"
] | null | null | null | app/src/main/java/com/ankit_1107/project/bookyourcar/City.java | ankitkumarboby/BookYourCar | d18fe4dc9ae5089e18373bcb7997bfbcfa515fa3 | [
"MIT"
] | null | null | null | 18.95 | 65 | 0.612137 | 17,708 | package com.ankit_1107.project.bookyourcar;
public class City {
private String name;
double latitide,longitude;
public City(){}
public City(String name, double latitide, double longitude) {
this.name = name;
this.latitide = latitide;
this.longitude = longitude;
}
pub... |
3e29e223579b57ddf01c29b4eebae88b9b84f523 | 616 | java | Java | rpc/main/java/com/david/common/rpc/RpcService.java | duantonghai1984/Research | 67ac958087125a77149f4ae7d35859f2d8d62a51 | [
"Apache-2.0"
] | null | null | null | rpc/main/java/com/david/common/rpc/RpcService.java | duantonghai1984/Research | 67ac958087125a77149f4ae7d35859f2d8d62a51 | [
"Apache-2.0"
] | null | null | null | rpc/main/java/com/david/common/rpc/RpcService.java | duantonghai1984/Research | 67ac958087125a77149f4ae7d35859f2d8d62a51 | [
"Apache-2.0"
] | null | null | null | 22 | 82 | 0.743506 | 17,709 | /**
* Alipay.com Inc.
* Copyright (c) 2004-2014 All Rights Reserved.
*/
package com.david.common.rpc;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.springframework.stereotype.Component;
/*... |
3e29e26f986a9e0225877e66b4010fc372872b4f | 4,831 | java | Java | org.ecore.metamodels/org.ecore.base/org.ecore.base.stateMachine/src-gen/org/ecore/base/stateMachine/VisibilityType.java | mikiec84/SmartMDSD-Toolchain | 4f6535864cbfc40b053de7100a42e85289a87696 | [
"BSD-3-Clause"
] | 5 | 2019-01-01T10:39:09.000Z | 2021-11-07T20:37:52.000Z | org.ecore.metamodels/org.ecore.base/org.ecore.base.stateMachine/src-gen/org/ecore/base/stateMachine/VisibilityType.java | mikiec84/SmartMDSD-Toolchain | 4f6535864cbfc40b053de7100a42e85289a87696 | [
"BSD-3-Clause"
] | 8 | 2019-01-23T17:33:19.000Z | 2020-03-19T06:39:31.000Z | org.ecore.metamodels/org.ecore.base/org.ecore.base.stateMachine/src-gen/org/ecore/base/stateMachine/VisibilityType.java | mikiec84/SmartMDSD-Toolchain | 4f6535864cbfc40b053de7100a42e85289a87696 | [
"BSD-3-Clause"
] | 5 | 2019-01-15T08:56:11.000Z | 2019-08-30T12:21:36.000Z | 22.680751 | 109 | 0.600083 | 17,710 | /**
*/
package org.ecore.base.stateMachine;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.eclipse.emf.common.util.Enumerator;
/**
* <!-- begin-user-doc -->
* A representation of the literals of the enumeration '<em><b>Visibility Type</b></em>',
* and utility methods for... |
3e29e26fe5055553a46da3491d993dfcdec12142 | 6,544 | java | Java | src/main/java/com/google/cloud/teleport/spanner/ImportPipeline.java | thecodemancer/DataflowTemplates | 901278b958bfc0b154ca6f0a6ec34d6150ce7a78 | [
"Apache-2.0"
] | 1 | 2021-10-11T04:07:05.000Z | 2021-10-11T04:07:05.000Z | src/main/java/com/google/cloud/teleport/spanner/ImportPipeline.java | thecodemancer/DataflowTemplates | 901278b958bfc0b154ca6f0a6ec34d6150ce7a78 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/google/cloud/teleport/spanner/ImportPipeline.java | thecodemancer/DataflowTemplates | 901278b958bfc0b154ca6f0a6ec34d6150ce7a78 | [
"Apache-2.0"
] | null | null | null | 40.395062 | 100 | 0.711797 | 17,711 | /*
* Copyright (C) 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
3e29e37af0d2d8ceb8892530827164bb3500b6f3 | 3,673 | java | Java | openaz-xacml-pdp/src/main/java/org/apache/openaz/xacml/pdp/std/functions/FunctionDefinitionEquality.java | dash-/apache-openaz | 7ffda51e6b17e8f25b5629dc0f65c8eea8d9df8b | [
"Apache-2.0"
] | null | null | null | openaz-xacml-pdp/src/main/java/org/apache/openaz/xacml/pdp/std/functions/FunctionDefinitionEquality.java | dash-/apache-openaz | 7ffda51e6b17e8f25b5629dc0f65c8eea8d9df8b | [
"Apache-2.0"
] | null | null | null | openaz-xacml-pdp/src/main/java/org/apache/openaz/xacml/pdp/std/functions/FunctionDefinitionEquality.java | dash-/apache-openaz | 7ffda51e6b17e8f25b5629dc0f65c8eea8d9df8b | [
"Apache-2.0"
] | null | null | null | 42.218391 | 110 | 0.712224 | 17,712 | /*
* 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
* "Lic... |
3e29e3cd02f43e3fa9940a00e60d8b06ba919ca2 | 7,410 | java | Java | app/src/main/java/com/saas/saasuser/activity/map/DbAdapter.java | Fuge2008/VC | 164b1f234f51abe9816b094f97868d52d0eecfdf | [
"Apache-2.0"
] | 1 | 2018-07-10T07:48:29.000Z | 2018-07-10T07:48:29.000Z | app/src/main/java/com/saas/saasuser/activity/map/DbAdapter.java | Fuge2008/VC | 164b1f234f51abe9816b094f97868d52d0eecfdf | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/saas/saasuser/activity/map/DbAdapter.java | Fuge2008/VC | 164b1f234f51abe9816b094f97868d52d0eecfdf | [
"Apache-2.0"
] | null | null | null | 31.398305 | 121 | 0.732794 | 17,713 | package com.saas.saasuser.activity.map;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.os.Environment;
import com... |
3e29e3dc11f8b67c58d8e86723868b43702029d6 | 2,446 | java | Java | ledgers-middleware/ledgers-middleware-rest-server/src/main/java/de/adorsys/ledgers/middleware/rest/resource/RedirectScaResource.java | Zeshadowz/ledgers | 0303f5931091588a15e715539cb07c8bf430bc2a | [
"Apache-2.0"
] | null | null | null | ledgers-middleware/ledgers-middleware-rest-server/src/main/java/de/adorsys/ledgers/middleware/rest/resource/RedirectScaResource.java | Zeshadowz/ledgers | 0303f5931091588a15e715539cb07c8bf430bc2a | [
"Apache-2.0"
] | null | null | null | ledgers-middleware/ledgers-middleware-rest-server/src/main/java/de/adorsys/ledgers/middleware/rest/resource/RedirectScaResource.java | Zeshadowz/ledgers | 0303f5931091588a15e715539cb07c8bf430bc2a | [
"Apache-2.0"
] | null | null | null | 41.457627 | 147 | 0.802944 | 17,714 | /*
* Copyright 2018-2018 adorsys GmbH & Co KG
*
* 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 ... |
3e29e46c66bde3905314ca912e59e1b1aad2d3d9 | 5,776 | java | Java | CGMES_2.4.15_27JAN2020/cim4j/WindPlantFreqPcontrolIEC.java | richardmarston/cim4j | 69e483a607e0259db91ddfdfd72687daf61b36bd | [
"Apache-2.0"
] | 1 | 2021-12-02T13:26:07.000Z | 2021-12-02T13:26:07.000Z | CGMES_2.4.15_27JAN2020/cim4j/WindPlantFreqPcontrolIEC.java | richardmarston/cim4j | 69e483a607e0259db91ddfdfd72687daf61b36bd | [
"Apache-2.0"
] | 1 | 2021-07-24T08:12:26.000Z | 2021-07-24T08:12:26.000Z | CGMES_2.4.15_27JAN2020/cim4j/WindPlantFreqPcontrolIEC.java | richardmarston/cim4j | 69e483a607e0259db91ddfdfd72687daf61b36bd | [
"Apache-2.0"
] | 1 | 2021-07-23T10:57:14.000Z | 2021-07-23T10:57:14.000Z | 27.504762 | 148 | 0.726454 | 17,715 | package cim4j;
import java.util.List;
import java.util.Map;
import java.util.HashMap;
import cim4j.IdentifiedObject;
import java.lang.ArrayIndexOutOfBoundsException;
import java.lang.IllegalArgumentException;
import cim4j.PU;
import cim4j.Simple_Float;
import cim4j.Seconds;
import cim4j.WindDynamicsLookupTable;
im... |
3e29e46e6fcdf491f160220a3eb309415d3101f5 | 3,355 | java | Java | app/src/main/java/com/fiuba/tdp/linkup/services/LocationManager.java | alelevinas/link-up-android | 3eb032a7edac6165fc8f4812172bf3eb6836d5b5 | [
"MIT"
] | null | null | null | app/src/main/java/com/fiuba/tdp/linkup/services/LocationManager.java | alelevinas/link-up-android | 3eb032a7edac6165fc8f4812172bf3eb6836d5b5 | [
"MIT"
] | null | null | null | app/src/main/java/com/fiuba/tdp/linkup/services/LocationManager.java | alelevinas/link-up-android | 3eb032a7edac6165fc8f4812172bf3eb6836d5b5 | [
"MIT"
] | null | null | null | 38.563218 | 101 | 0.631893 | 17,716 | package com.fiuba.tdp.linkup.services;
import android.app.Activity;
import android.content.pm.PackageManager;
import android.location.Location;
import android.support.v4.app.ActivityCompat;
import android.support.v4.content.ContextCompat;
import android.util.Log;
import com.google.android.gms.location.FusedLocationPr... |
3e29e4cb7d912e90e161a3869fd9d292c10d7e44 | 2,238 | java | Java | MFPAnLib/src/main/coresrc/com/cyzapps/VisualMFP/Plane.java | woshiwpa/MFPAndroLib | 6bce0f519dcf5cdb8f65e6bf82377e11d3bc16ca | [
"Apache-2.0"
] | 4 | 2021-12-26T02:37:11.000Z | 2022-03-26T13:39:15.000Z | coresrc/com/cyzapps/VisualMFP/Plane.java | woshiwpa/MFPLang4JVM | 8e6e2d9ccf5ace940879d3a3639ad1dc4fd47790 | [
"Apache-2.0"
] | null | null | null | coresrc/com/cyzapps/VisualMFP/Plane.java | woshiwpa/MFPLang4JVM | 8e6e2d9ccf5ace940879d3a3639ad1dc4fd47790 | [
"Apache-2.0"
] | null | null | null | 37.3 | 94 | 0.485255 | 17,717 | // MFP project, Plane.java : Designed and developed by Tony Cui in 2021
package com.cyzapps.VisualMFP;
public class Plane {
Position3D mp3Pnt1 = new Position3D();
Position3D mp3Pnt2 = new Position3D();
Position3D mp3Pnt3 = new Position3D();
public Plane() {}
public Plane(Position3D p3... |
3e29e4ece1b27a7cb1b022cc5a1c2efd1a11480e | 2,401 | java | Java | javabase/src/main/java/cn/fanhub/classload/test/Main.java | CFMystery/JavaYouShouldKnow | cdd4cc209a86256e6c7c4e0bbafe8a0cf21b8cde | [
"MIT"
] | 1 | 2018-04-03T05:34:12.000Z | 2018-04-03T05:34:12.000Z | javabase/src/main/java/cn/fanhub/classload/test/Main.java | CFMystery/JavaYouShouldKnow | cdd4cc209a86256e6c7c4e0bbafe8a0cf21b8cde | [
"MIT"
] | 1 | 2017-12-26T05:33:46.000Z | 2017-12-29T09:13:10.000Z | javabase/src/main/java/cn/fanhub/classload/test/Main.java | CFMystery/JavaYouShouldKnow | cdd4cc209a86256e6c7c4e0bbafe8a0cf21b8cde | [
"MIT"
] | null | null | null | 40.694915 | 166 | 0.677634 | 17,718 | /**
*
* Copyright 2018 chengfan
*
* website: fanhub.cn
*
* 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 require... |
3e29e5f4361dadd0c463e70f65ec1b6ff6d1cab2 | 5,533 | java | Java | example/src/main/java/com/h6ah4i/android/example/materialshadowninepatch/ProgrammaticallyAddDemoFragment.java | h6ah4i/android-materialshadowninepatch | eb527faf693a162ef50b8fe6dd3a927180cc9b69 | [
"Apache-2.0"
] | 563 | 2015-02-15T10:00:05.000Z | 2022-03-17T08:53:50.000Z | example/src/main/java/com/h6ah4i/android/example/materialshadowninepatch/ProgrammaticallyAddDemoFragment.java | h6ah4i/android-materialshadowninepatch | eb527faf693a162ef50b8fe6dd3a927180cc9b69 | [
"Apache-2.0"
] | 16 | 2015-02-20T15:15:24.000Z | 2018-10-11T11:10:32.000Z | example/src/main/java/com/h6ah4i/android/example/materialshadowninepatch/ProgrammaticallyAddDemoFragment.java | h6ah4i/android-materialshadowninepatch | eb527faf693a162ef50b8fe6dd3a927180cc9b69 | [
"Apache-2.0"
] | 81 | 2015-02-18T14:53:08.000Z | 2022-02-15T13:57:05.000Z | 35.928571 | 110 | 0.670522 | 17,719 | /*
* Copyright (C) 2015 Haruki Hasegawa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e29e699b463c0f9d598b814265468fb26bf5a79 | 6,048 | java | Java | src/com/wemall/pay/tenpay/util/HttpClientUtil.java | mxzjzj/wemall | eca2a02f6c5924c1a69cfd0a855d231f2a25bd0b | [
"MIT"
] | 1 | 2020-06-28T10:22:17.000Z | 2020-06-28T10:22:17.000Z | src/com/wemall/pay/tenpay/util/HttpClientUtil.java | mxzjzj/wemall | eca2a02f6c5924c1a69cfd0a855d231f2a25bd0b | [
"MIT"
] | null | null | null | src/com/wemall/pay/tenpay/util/HttpClientUtil.java | mxzjzj/wemall | eca2a02f6c5924c1a69cfd0a855d231f2a25bd0b | [
"MIT"
] | null | null | null | 30.857143 | 154 | 0.619709 | 17,720 | package com.wemall.pay.tenpay.util;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.security.... |
3e29e7af3142d19edf6a4f56f063788d0ecbbe58 | 3,246 | java | Java | app/src/main/java/com/example/taskmaster/Activities/Settings.java | aseel-farrar/taskmaster | f14353f97fbc4536b1c7abac03c4c09d799c0ca3 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/taskmaster/Activities/Settings.java | aseel-farrar/taskmaster | f14353f97fbc4536b1c7abac03c4c09d799c0ca3 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/taskmaster/Activities/Settings.java | aseel-farrar/taskmaster | f14353f97fbc4536b1c7abac03c4c09d799c0ca3 | [
"MIT"
] | null | null | null | 37.744186 | 124 | 0.675293 | 17,721 | package com.example.taskmaster.Activities;
import android.content.Intent;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.widget.ArrayAdapter;
import androi... |
3e29e8fdf4daca66c4d41f7c1a051aafc6025155 | 997 | java | Java | src/main/java/org/apache/flink/graph/streaming/partitioner/edgepartitioners/TimeStampingSource.java | MBtech/gpa-flink | f281bb2353ce08954f7eaecdc20959ec4bd418d4 | [
"Apache-2.0"
] | 2 | 2017-07-11T06:22:10.000Z | 2019-01-29T16:46:50.000Z | src/main/java/org/apache/flink/graph/streaming/partitioner/edgepartitioners/TimeStampingSource.java | MBtech/gpa-flink | f281bb2353ce08954f7eaecdc20959ec4bd418d4 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/flink/graph/streaming/partitioner/edgepartitioners/TimeStampingSource.java | MBtech/gpa-flink | f281bb2353ce08954f7eaecdc20959ec4bd418d4 | [
"Apache-2.0"
] | 4 | 2019-06-01T22:21:30.000Z | 2021-11-02T10:17:12.000Z | 24.317073 | 89 | 0.718154 | 17,722 | package org.apache.flink.graph.streaming.partitioner.edgepartitioners;
import org.apache.flink.api.java.tuple.Tuple2;
import org.apache.flink.streaming.api.functions.source.ParallelSourceFunction;
import org.apache.flink.streaming.api.functions.source.SourceFunction;
/**
* Created by zainababbas on 16/02/2017.
*/
p... |
3e29e9586492c6002d90eaa1f2ac040f1f23a6b9 | 1,028 | java | Java | java-class/VListCustomer.java | giscafer/generator | a7937c9a676c185cb88fcc9e64731f9f4305f631 | [
"Apache-2.0"
] | null | null | null | java-class/VListCustomer.java | giscafer/generator | a7937c9a676c185cb88fcc9e64731f9f4305f631 | [
"Apache-2.0"
] | null | null | null | java-class/VListCustomer.java | giscafer/generator | a7937c9a676c185cb88fcc9e64731f9f4305f631 | [
"Apache-2.0"
] | null | null | null | 16.580645 | 52 | 0.570039 | 17,723 |
/**
* Created by hd on 2017-07-28.
*/
public class VListCustomer {
String name;
Integer length;
Object type;
String help;
String companyNode;
String idBak;
public String getIdBak() {
return idBak;
}
public void setIdBak(String idBak) {
this.idBak = idBak;
}
... |
3e29ea178f5c66230fdb094af5fa2b613aac9523 | 541 | java | Java | spring-cloud-alibaba-api/src/main/java/com/hzihui/cloud/alibaba/service/ProductService.java | hzihui/spring-cloud-alibaba-demo | 7409fd7a1adb21f34ded4024942f03abb9551174 | [
"MIT"
] | 15 | 2019-09-18T16:01:35.000Z | 2021-09-23T09:28:29.000Z | spring-cloud-alibaba-api/src/main/java/com/hzihui/cloud/alibaba/service/ProductService.java | wqxdoc/spring-cloud-alibaba-demo | 7409fd7a1adb21f34ded4024942f03abb9551174 | [
"MIT"
] | null | null | null | spring-cloud-alibaba-api/src/main/java/com/hzihui/cloud/alibaba/service/ProductService.java | wqxdoc/spring-cloud-alibaba-demo | 7409fd7a1adb21f34ded4024942f03abb9551174 | [
"MIT"
] | 6 | 2019-11-04T10:39:40.000Z | 2021-01-22T06:50:44.000Z | 28.473684 | 62 | 0.785582 | 17,724 | package com.hzihui.cloud.alibaba.service;
import com.alibaba.cloud.dubbo.annotation.DubboTransported;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
/**
* @author HZI.HUI
* @date 2019... |
3e29eaeebc69905c1d11de4277a7fc0419b8d18a | 435 | java | Java | src/main/java/indi/jackie/toy/designpattern/complex/builderandtemplate/Builder1.java | JackChen90/study-java-toy | 56a7e0629467d4c0b84578ad4eb2230a865669ac | [
"Apache-2.0"
] | 4 | 2018-12-10T10:22:48.000Z | 2019-03-29T08:31:44.000Z | src/main/java/indi/jackie/toy/designpattern/complex/builderandtemplate/Builder1.java | JackChen90/study-java-toy | 56a7e0629467d4c0b84578ad4eb2230a865669ac | [
"Apache-2.0"
] | null | null | null | src/main/java/indi/jackie/toy/designpattern/complex/builderandtemplate/Builder1.java | JackChen90/study-java-toy | 56a7e0629467d4c0b84578ad4eb2230a865669ac | [
"Apache-2.0"
] | null | null | null | 19.772727 | 65 | 0.698851 | 17,725 | package indi.jackie.toy.designpattern.complex.builderandtemplate;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
/**
* @author jackie chen
* @create 2018/12/7
* @description Builder1
*/
public class Builder1 extends AbsBuilder {
private List<Integer> sequences;
@Override
... |
3e29eb2fc6135222ab171ca291d342c7a7faacfe | 9,631 | java | Java | src/com/connectedparking/www/InnerReservationPage.java | gilad1311/com.conectedparking.www | 0133d1ba7f49b24cfaa18eb1fb6ece4c5218497e | [
"Apache-2.0"
] | null | null | null | src/com/connectedparking/www/InnerReservationPage.java | gilad1311/com.conectedparking.www | 0133d1ba7f49b24cfaa18eb1fb6ece4c5218497e | [
"Apache-2.0"
] | null | null | null | src/com/connectedparking/www/InnerReservationPage.java | gilad1311/com.conectedparking.www | 0133d1ba7f49b24cfaa18eb1fb6ece4c5218497e | [
"Apache-2.0"
] | null | null | null | 40.982979 | 130 | 0.663898 | 17,726 | package com.connectedparking.www;
import com.connectedparking.www.Constants;
import org.openqa.selenium.*;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.Wait;
import org.openqa.s... |
3e29ec12022fa7bd2ed92cbc5e3f67fb26c3aff2 | 941 | java | Java | socket/netty/src/main/java/com/github/wugenshui/socket/netty/secondexample/MyClient.java | wugenshui/demo-springboot | c665e3b317936a19a9782d31eb63113fafaa0116 | [
"MIT"
] | null | null | null | socket/netty/src/main/java/com/github/wugenshui/socket/netty/secondexample/MyClient.java | wugenshui/demo-springboot | c665e3b317936a19a9782d31eb63113fafaa0116 | [
"MIT"
] | 1 | 2022-02-16T01:16:07.000Z | 2022-02-16T01:16:07.000Z | socket/netty/src/main/java/com/github/wugenshui/socket/netty/secondexample/MyClient.java | wugenshui/demo-springboot | c665e3b317936a19a9782d31eb63113fafaa0116 | [
"MIT"
] | null | null | null | 30.354839 | 86 | 0.669501 | 17,727 | package com.github.wugenshui.socket.netty.secondexample;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.ChannelFuture;
import io.netty.channel.EventLoopGroup;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.nio.NioSocketChannel;
/**
* @author : chenbo
* @date : 2020-03-19... |
3e29ec2109d79a1c7862e9e67d7ae2bd0bee5284 | 4,290 | java | Java | common/src/main/java/org/jys/example/common/codec/DESCodec.java | ysjiang4869/code-example | a79eac1a1bb0296cac5e081e28435cb5352f8b7e | [
"MIT"
] | 6 | 2020-05-26T00:16:11.000Z | 2021-01-25T02:08:41.000Z | common/src/main/java/org/jys/example/common/codec/DESCodec.java | ysjiang4869/java-common-tools | a79eac1a1bb0296cac5e081e28435cb5352f8b7e | [
"MIT"
] | 1 | 2021-07-02T18:49:14.000Z | 2021-07-02T18:49:14.000Z | common/src/main/java/org/jys/example/common/codec/DESCodec.java | ysjiang4869/java-common-tools | a79eac1a1bb0296cac5e081e28435cb5352f8b7e | [
"MIT"
] | 2 | 2021-02-09T06:17:17.000Z | 2021-02-24T09:18:24.000Z | 33.255814 | 86 | 0.631002 | 17,728 | package org.jys.example.common.codec;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.util.Base64Utils;
import javax.crypto.Cipher;
import javax.crypto.KeyGenerator;
import javax.crypto.SecretKey;
import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.DESKeySpec;
import java... |
3e29ec6b7df938d5d2db3b95f62e1bdaf0c457cd | 1,689 | java | Java | stream/src/test/java/com/annimon/stream/function/ConsumerTest.java | slaveuser/Lightweight-Stream-API20160501 | 8efa1549c5faad0472df940ba52c1b1896693e5d | [
"Apache-2.0"
] | null | null | null | stream/src/test/java/com/annimon/stream/function/ConsumerTest.java | slaveuser/Lightweight-Stream-API20160501 | 8efa1549c5faad0472df940ba52c1b1896693e5d | [
"Apache-2.0"
] | null | null | null | stream/src/test/java/com/annimon/stream/function/ConsumerTest.java | slaveuser/Lightweight-Stream-API20160501 | 8efa1549c5faad0472df940ba52c1b1896693e5d | [
"Apache-2.0"
] | null | null | null | 25.208955 | 84 | 0.597395 | 17,729 | package com.annimon.stream.function;
import static com.annimon.stream.test.CommonMatcher.hasOnlyPrivateConstructors;
import static org.junit.Assert.*;
import org.junit.Test;
/**
* Tests {@code Consumer}.
*
* @see com.annimon.stream.function.Consumer
*/
public class ConsumerTest {
@Test
public void t... |
3e29ece10117582ca188b54edd525745e2617863 | 1,669 | java | Java | src/main/java/edu/ucla/cs/scai/aztec/ir/thesaurus/Thesaurus.java | UCLA-BD2K/aztec-ir | 3102e5d54338f1987e169097ed1b3c158dd4b553 | [
"Apache-2.0"
] | null | null | null | src/main/java/edu/ucla/cs/scai/aztec/ir/thesaurus/Thesaurus.java | UCLA-BD2K/aztec-ir | 3102e5d54338f1987e169097ed1b3c158dd4b553 | [
"Apache-2.0"
] | null | null | null | src/main/java/edu/ucla/cs/scai/aztec/ir/thesaurus/Thesaurus.java | UCLA-BD2K/aztec-ir | 3102e5d54338f1987e169097ed1b3c158dd4b553 | [
"Apache-2.0"
] | null | null | null | 32.115385 | 201 | 0.726347 | 17,730 | /*
* Copyright 2016 ScAi, CSD, UCLA.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e29ed52676ac290005dfbd9e733e6eec94a19a1 | 3,152 | java | Java | ch04/tacos/src/main/java/tacos/Taco.java | woodapiary/spring-in-action-5-samples | c2e99a68879604bedd1835d2716240577cb9fc27 | [
"Apache-2.0"
] | 2 | 2020-11-21T02:09:55.000Z | 2021-03-10T22:53:04.000Z | ch05/tacos/src/main/java/tacos/Taco.java | woodapiary/spring-in-action-5-samples | c2e99a68879604bedd1835d2716240577cb9fc27 | [
"Apache-2.0"
] | null | null | null | ch05/tacos/src/main/java/tacos/Taco.java | woodapiary/spring-in-action-5-samples | c2e99a68879604bedd1835d2716240577cb9fc27 | [
"Apache-2.0"
] | 1 | 2020-11-21T02:11:12.000Z | 2020-11-21T02:11:12.000Z | 24.625 | 89 | 0.553934 | 17,731 | package tacos;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToMany;
import javax.persistence.PrePersist;
import java... |
3e29edb6b930ef4d26786b830a6ce8f6964c7469 | 3,462 | java | Java | SubServers.Client/Sponge/src/net/ME1312/SubServers/Client/Sponge/Event/SubCreateEvent.java | treydun/SubServers-2 | ef1c59360713488d0b865282f74df0eb5ca0037e | [
"Apache-2.0"
] | 1 | 2019-07-07T01:25:26.000Z | 2019-07-07T01:25:26.000Z | SubServers.Client/Sponge/src/net/ME1312/SubServers/Client/Sponge/Event/SubCreateEvent.java | treydun/SubServers-2 | ef1c59360713488d0b865282f74df0eb5ca0037e | [
"Apache-2.0"
] | null | null | null | SubServers.Client/Sponge/src/net/ME1312/SubServers/Client/Sponge/Event/SubCreateEvent.java | treydun/SubServers-2 | ef1c59360713488d0b865282f74df0eb5ca0037e | [
"Apache-2.0"
] | null | null | null | 24.728571 | 126 | 0.613229 | 17,732 | package net.ME1312.SubServers.Client.Sponge.Event;
import net.ME1312.Galaxi.Library.Callback.Callback;
import net.ME1312.Galaxi.Library.Util;
import net.ME1312.Galaxi.Library.Version.Version;
import net.ME1312.SubServers.Client.Common.Network.API.SubServer;
import net.ME1312.SubServers.Client.Sponge.Library.SubEvent;
... |
3e29ee0dc4ed710ac37c559f127141183048846c | 1,248 | java | Java | app/lo54-project/src/main/java/fr/utbm/lo54/project/api/CourseAPI.java | MeyerEsther/LO54 | 72673e0dc8063d0e3556b1a7833ef04834254d3b | [
"MIT"
] | null | null | null | app/lo54-project/src/main/java/fr/utbm/lo54/project/api/CourseAPI.java | MeyerEsther/LO54 | 72673e0dc8063d0e3556b1a7833ef04834254d3b | [
"MIT"
] | null | null | null | app/lo54-project/src/main/java/fr/utbm/lo54/project/api/CourseAPI.java | MeyerEsther/LO54 | 72673e0dc8063d0e3556b1a7833ef04834254d3b | [
"MIT"
] | null | null | null | 27.733333 | 86 | 0.680288 | 17,733 | package fr.utbm.lo54.project.api;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import fr.utbm.lo54.project.model.Course;
import fr.utbm.lo54.project.service.CourseStorerDao;
import fr.utbm.lo54.project.service.SQLDatabaseService;
import java.util... |
3e29ee78dc2665899db0d381b553e4fb70e183b8 | 3,795 | java | Java | src/integration-test/java/PassthroughResourcesIT.java | MatsumiyaT/smartsheet-java-sdk | faef24370e3969ef1105633ce409fdb4b4c85160 | [
"Apache-2.0"
] | 25 | 2015-06-08T13:17:59.000Z | 2021-11-04T16:35:18.000Z | src/integration-test/java/PassthroughResourcesIT.java | MatsumiyaT/smartsheet-java-sdk | faef24370e3969ef1105633ce409fdb4b4c85160 | [
"Apache-2.0"
] | 34 | 2015-06-24T22:38:20.000Z | 2021-03-01T17:05:16.000Z | src/integration-test/java/PassthroughResourcesIT.java | MatsumiyaT/smartsheet-java-sdk | faef24370e3969ef1105633ce409fdb4b4c85160 | [
"Apache-2.0"
] | 23 | 2015-02-19T08:32:23.000Z | 2021-08-02T20:08:57.000Z | 38.72449 | 105 | 0.608696 | 17,734 | /*
* #[license]
* Smartsheet Java SDK
* %%
* Copyright (C) 2018 - 2015 Smartsheet
* %%
* 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... |
3e29ef5b1e290a04c286d6be0d532be3b63c795d | 1,946 | java | Java | app/src/main/java/com/njnu/kai/practice/retrofit/MovieService.java | qianhk/KaiPractice | f6d18e9e2d5e36db13401b0aa4e728bc685991c1 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/njnu/kai/practice/retrofit/MovieService.java | qianhk/KaiPractice | f6d18e9e2d5e36db13401b0aa4e728bc685991c1 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/njnu/kai/practice/retrofit/MovieService.java | qianhk/KaiPractice | f6d18e9e2d5e36db13401b0aa4e728bc685991c1 | [
"Apache-2.0"
] | null | null | null | 30.888889 | 152 | 0.700411 | 17,735 | package com.njnu.kai.practice.retrofit;
import com.njnu.kai.practice.retrofit.data.MovieEntity;
import com.njnu.kai.practice.retrofit.data.UserInfo;
import io.reactivex.Observable;
import okhttp3.RequestBody;
import retrofit2.Call;
import retrofit2.http.*;
import java.util.List;
import java.util.Map;
/**
* @author... |
3e29ef9773a564a247ddca63141cf6be12344917 | 1,586 | java | Java | springboot-actions/spring-boot-chapter1/src/main/java/com/wuhulala/springboot/chapter1/i18n/support/ThreadContext.java | wuhulala/spring-test-code | 5c1135f873dd4ba1d4f260c0f6df88e4e7a1e6d7 | [
"MIT"
] | 5 | 2018-12-09T14:16:01.000Z | 2022-02-27T12:16:42.000Z | springboot-actions/spring-boot-chapter1/src/main/java/com/wuhulala/springboot/chapter1/i18n/support/ThreadContext.java | wuhulala/spring-test-code | 5c1135f873dd4ba1d4f260c0f6df88e4e7a1e6d7 | [
"MIT"
] | 3 | 2019-04-03T15:37:11.000Z | 2019-04-03T15:39:09.000Z | springboot-actions/spring-boot-chapter1/src/main/java/com/wuhulala/springboot/chapter1/i18n/support/ThreadContext.java | wuhulala/spring-test-code | 5c1135f873dd4ba1d4f260c0f6df88e4e7a1e6d7 | [
"MIT"
] | 5 | 2019-03-12T13:16:21.000Z | 2019-08-27T14:07:40.000Z | 17.820225 | 117 | 0.564943 | 17,736 | package com.wuhulala.springboot.chapter1.i18n.support;
import java.util.Locale;
public class ThreadContext extends MapSupport<String, Object>{
private static final ThreadLocal<ThreadContext> ThreadContextLocal = ThreadLocal.withInitial(ThreadContext::new);
public static final String LOCALE_KEY = "locale";
... |
3e29f16c0a8e0e66d611609739d10bc9b05fb77f | 1,806 | java | Java | plugins/InspectionGadgets/testsrc/com/siyeh/ig/fixes/style/UnnecessaryConstantArrayCreationExpressionFixTest.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2019-04-28T07:48:50.000Z | 2020-12-11T14:18:08.000Z | plugins/InspectionGadgets/testsrc/com/siyeh/ig/fixes/style/UnnecessaryConstantArrayCreationExpressionFixTest.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2022-02-19T09:45:05.000Z | 2022-02-27T20:32:55.000Z | plugins/InspectionGadgets/testsrc/com/siyeh/ig/fixes/style/UnnecessaryConstantArrayCreationExpressionFixTest.java | nvartolomei/intellij-community | 1aac326dadacf65d45decc25cef21f94f7b80d69 | [
"Apache-2.0"
] | 2 | 2020-03-15T08:57:37.000Z | 2020-04-07T04:48:14.000Z | 37.625 | 93 | 0.761351 | 17,737 | /*
* Copyright 2000-2016 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e29f19f3c3bdfebd30b3a7c96d438d1b3979b10 | 3,376 | java | Java | src/main/app/java/io/github/greyp9/arwo/app/mail/pop3/handler/POP3HandlerGet.java | greyp9/arwo | 579c60242cb37066f9c5df5c727522727112b92e | [
"Apache-2.0"
] | null | null | null | src/main/app/java/io/github/greyp9/arwo/app/mail/pop3/handler/POP3HandlerGet.java | greyp9/arwo | 579c60242cb37066f9c5df5c727522727112b92e | [
"Apache-2.0"
] | null | null | null | src/main/app/java/io/github/greyp9/arwo/app/mail/pop3/handler/POP3HandlerGet.java | greyp9/arwo | 579c60242cb37066f9c5df5c727522727112b92e | [
"Apache-2.0"
] | null | null | null | 45.013333 | 95 | 0.705865 | 17,738 | package io.github.greyp9.arwo.app.mail.pop3.handler;
import io.github.greyp9.arwo.app.core.state.AppUserState;
import io.github.greyp9.arwo.app.mail.pop3.core.POP3Request;
import io.github.greyp9.arwo.app.mail.pop3.view.POP3FoldersView;
import io.github.greyp9.arwo.app.mail.pop3.view.POP3InventoryXView;
import io.gith... |
3e29f1ba5cc55f2ecabaa075c48c8a27871e8e1b | 1,778 | java | Java | gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/HiveTableComparator.java | hanghangliu/gobblin | a445b0ddcc38441e8768884f07695ac849dcc7fe | [
"Apache-2.0"
] | 918 | 2017-07-28T08:30:36.000Z | 2021-02-08T14:15:51.000Z | gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/HiveTableComparator.java | hanghangliu/gobblin | a445b0ddcc38441e8768884f07695ac849dcc7fe | [
"Apache-2.0"
] | 840 | 2017-07-27T08:37:27.000Z | 2021-02-06T03:12:22.000Z | gobblin-hive-registration/src/main/java/org/apache/gobblin/hive/HiveTableComparator.java | Mattlk13/gobblin | 1d7671a8dea8638c7bfeb314883c31dbe256e238 | [
"Apache-2.0"
] | 325 | 2017-07-26T20:14:30.000Z | 2021-02-03T05:48:21.000Z | 32.925926 | 110 | 0.72216 | 17,739 | /*
* 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 ... |
3e29f20e7091a013868c0240219658b21230145b | 1,142 | java | Java | src/main/java/leviathan143/loottweaker/common/mutable_loot/entry/MutableLootEntryEmpty.java | Daomephsta/LootTweaker | 27add49493b6c4a10b3666bdd58c4f352a4dc8e5 | [
"MIT"
] | 8 | 2018-10-11T14:06:43.000Z | 2020-07-09T22:56:01.000Z | src/main/java/leviathan143/loottweaker/common/mutable_loot/entry/MutableLootEntryEmpty.java | Leviathan143/LootTweaker | 27add49493b6c4a10b3666bdd58c4f352a4dc8e5 | [
"MIT"
] | 45 | 2016-12-17T01:10:24.000Z | 2018-09-21T09:14:57.000Z | src/main/java/leviathan143/loottweaker/common/mutable_loot/entry/MutableLootEntryEmpty.java | Daomephsta/LootTweaker | 27add49493b6c4a10b3666bdd58c4f352a4dc8e5 | [
"MIT"
] | 2 | 2020-01-02T07:19:16.000Z | 2020-04-04T01:58:42.000Z | 29.282051 | 118 | 0.725919 | 17,740 | package leviathan143.loottweaker.common.mutable_loot.entry;
import java.util.List;
import leviathan143.loottweaker.common.lib.LootConditions;
import net.minecraft.world.storage.loot.LootEntryEmpty;
import net.minecraft.world.storage.loot.conditions.LootCondition;
public class MutableLootEntryEmpty extends AbstractMu... |
3e29f235272380b905c7f0d7407b6ccae7a757f3 | 1,823 | java | Java | src/gui/domain/Domainview.java | jorjoh/Simplediagram | 641931c5b4c2c23971c1bf3067c2b9b09cf5db68 | [
"MIT"
] | null | null | null | src/gui/domain/Domainview.java | jorjoh/Simplediagram | 641931c5b4c2c23971c1bf3067c2b9b09cf5db68 | [
"MIT"
] | null | null | null | src/gui/domain/Domainview.java | jorjoh/Simplediagram | 641931c5b4c2c23971c1bf3067c2b9b09cf5db68 | [
"MIT"
] | null | null | null | 23.986842 | 68 | 0.725727 | 17,741 | package gui.domain;
import figure.graphics.Figure;
import figure.model.IFigure;
import svg.Svg;
import uml.graphics.Thing;
import uml.model.*;
import uml.model.Package;
import javax.swing.*;
import java.awt.*;
import java.awt.Component;
import java.awt.event.ActionEvent;
public class Domainview extends JPanel implem... |
3e29f2787cc01ff8a03cbdd3c66bf04662a3ec77 | 4,333 | java | Java | modules/sbe-validation/src/main/java/org/springmodules/validation/bean/converter/ModelAwareMessageCodesResolver.java | hiya492/spring | 95b49d64b5f6cab4ee911a92772e5ae446a380af | [
"Apache-2.0"
] | 213 | 2015-01-11T16:07:13.000Z | 2022-03-29T13:19:50.000Z | modules/sbe-validation/src/main/java/org/springmodules/validation/bean/converter/ModelAwareMessageCodesResolver.java | hiya492/spring | 95b49d64b5f6cab4ee911a92772e5ae446a380af | [
"Apache-2.0"
] | 8 | 2017-04-24T23:36:43.000Z | 2022-02-10T15:41:23.000Z | modules/sbe-validation/src/main/java/org/springmodules/validation/bean/converter/ModelAwareMessageCodesResolver.java | hiya492/spring | 95b49d64b5f6cab4ee911a92772e5ae446a380af | [
"Apache-2.0"
] | 250 | 2015-01-05T12:54:49.000Z | 2021-09-24T11:00:33.000Z | 42.90099 | 121 | 0.729287 | 17,742 | /*
* Copyright 2004-2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e29f2911b34c310f90cffac757818a7ba7f71c2 | 1,083 | java | Java | graphit-recommendation/src/main/java/org/jon/ivmark/graphit/recommendation/DiscardItemsFilter.java | jgille/GraphIt | 3b54cc568cd260a4a5f182ac253f61b87d994474 | [
"Apache-2.0"
] | 2 | 2017-05-10T13:20:37.000Z | 2019-04-03T00:34:08.000Z | graphit-recommendation/src/main/java/org/jon/ivmark/graphit/recommendation/DiscardItemsFilter.java | jgille/GraphIt | 3b54cc568cd260a4a5f182ac253f61b87d994474 | [
"Apache-2.0"
] | null | null | null | graphit-recommendation/src/main/java/org/jon/ivmark/graphit/recommendation/DiscardItemsFilter.java | jgille/GraphIt | 3b54cc568cd260a4a5f182ac253f61b87d994474 | [
"Apache-2.0"
] | null | null | null | 30.083333 | 75 | 0.723915 | 17,743 | /*
* Copyright 2012 Jon Ivmark
*
* 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 ... |
3e29f37608f312b7467212b85f5b36bb7809d3b4 | 602 | java | Java | module_me/src/main/java/com/fly/tour/me/contract/NewsTypeAddContract.java | shiquan18/jiagou | 266a20c5462e3c88d97b627d7dc8fb5ef3f56d10 | [
"Apache-2.0"
] | null | null | null | module_me/src/main/java/com/fly/tour/me/contract/NewsTypeAddContract.java | shiquan18/jiagou | 266a20c5462e3c88d97b627d7dc8fb5ef3f56d10 | [
"Apache-2.0"
] | null | null | null | module_me/src/main/java/com/fly/tour/me/contract/NewsTypeAddContract.java | shiquan18/jiagou | 266a20c5462e3c88d97b627d7dc8fb5ef3f56d10 | [
"Apache-2.0"
] | null | null | null | 22.296296 | 65 | 0.674419 | 17,744 | package com.fly.tour.me.contract;
import com.fly.tour.api.dto.RespDTO;
import com.fly.tour.api.newstype.entity.NewsType;
import com.fly.tour.common.mvp.BaseView;
import io.reactivex.Observable;
/**
* Description: <NewsTypeAddContract><br>
* Author: mxdl<br>
* Date: 2019/5/24<br>
* Version: V1.0.0... |
3e29f38643b4b3721355cf91f5d8f7b20fa0fcb9 | 2,297 | java | Java | src/main/java/printing/Printer.java | vilisimo/tasks | 7da1ad93f9512d9c89fdd52c783980768b277c87 | [
"MIT"
] | null | null | null | src/main/java/printing/Printer.java | vilisimo/tasks | 7da1ad93f9512d9c89fdd52c783980768b277c87 | [
"MIT"
] | null | null | null | src/main/java/printing/Printer.java | vilisimo/tasks | 7da1ad93f9512d9c89fdd52c783980768b277c87 | [
"MIT"
] | null | null | null | 30.626667 | 86 | 0.65825 | 17,745 | package printing;
import entities.Task;
import table.DataRow;
import table.Header;
import table.Table;
import utils.Chronos;
import java.util.LinkedHashMap;
import java.util.List;
import static colors.Colors.*;
import static java.util.Objects.requireNonNull;
/**
* A class that is concerned with printing: from erro... |
3e29f388653451837dad08a1950de0cd0ed7a595 | 13,237 | java | Java | angel-ps/core/src/test/java/com/tencent/angel/worker/VectorSplitTest.java | cuibinpku/angel | e8224eedb457a51ed51fcc73bac5218608f59213 | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2021-06-05T10:58:50.000Z | 2021-06-05T10:58:50.000Z | angel-ps/core/src/test/java/com/tencent/angel/worker/VectorSplitTest.java | cuibinpku/angel | e8224eedb457a51ed51fcc73bac5218608f59213 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | angel-ps/core/src/test/java/com/tencent/angel/worker/VectorSplitTest.java | cuibinpku/angel | e8224eedb457a51ed51fcc73bac5218608f59213 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | 33.681934 | 103 | 0.676211 | 17,746 | /*
* Tencent is pleased to support the open source community by making Angel available.
*
* Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in
* compliance with the License. You may obtain a c... |
3e29f4a46ee0045c116e6324209e336ac38889b7 | 2,382 | java | Java | src/main/java/com/stackify/api/ErrorItem.java | stackify/stackify-api-java | 26f05022c7222f0cb9e2fecdc5c655c966e4612f | [
"Apache-2.0"
] | 8 | 2015-02-12T08:46:43.000Z | 2020-06-25T04:54:03.000Z | src/main/java/com/stackify/api/ErrorItem.java | stackify/stackify-api-java | 26f05022c7222f0cb9e2fecdc5c655c966e4612f | [
"Apache-2.0"
] | 8 | 2015-10-21T17:55:04.000Z | 2021-12-09T20:02:48.000Z | src/main/java/com/stackify/api/ErrorItem.java | stackify/stackify-api-java | 26f05022c7222f0cb9e2fecdc5c655c966e4612f | [
"Apache-2.0"
] | 6 | 2017-04-28T10:44:53.000Z | 2021-01-31T04:28:49.000Z | 24.060606 | 90 | 0.696893 | 17,747 | /*
* Copyright 2013 Stackify
*
* 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 writ... |
3e29f4cab3b7e6912f7cdeed9d9a969a7abb2a33 | 12,245 | java | Java | src/main/java/org/jenkinsci/remoting/protocol/impl/AckFilterLayer.java | Dohbedoh/remoting | d18af80ed0f412c30d5544cf47a6bc67f5c581bc | [
"MIT"
] | 150 | 2015-02-17T12:52:19.000Z | 2022-03-07T17:51:13.000Z | src/main/java/org/jenkinsci/remoting/protocol/impl/AckFilterLayer.java | Dohbedoh/remoting | d18af80ed0f412c30d5544cf47a6bc67f5c581bc | [
"MIT"
] | 372 | 2015-01-24T19:02:26.000Z | 2022-03-25T01:46:57.000Z | src/main/java/org/jenkinsci/remoting/protocol/impl/AckFilterLayer.java | Dohbedoh/remoting | d18af80ed0f412c30d5544cf47a6bc67f5c581bc | [
"MIT"
] | 191 | 2015-01-24T15:00:47.000Z | 2022-02-19T00:03:05.000Z | 33.919668 | 163 | 0.546509 | 17,748 | /*
* The MIT License
*
* Copyright (c) 2016, Stephen Connolly, CloudBees, Inc.
*
* 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 r... |
3e29f4efc7c5343bfb09047bc968d9766591ca24 | 2,707 | java | Java | src/main/java/lumien/randomthings/Handler/BackgroundHandler.java | GTMEGA/Random-Things | 2481d4dff9922b5c33d5107b9fcf82e4196bf763 | [
"MIT"
] | 1 | 2021-12-23T10:33:57.000Z | 2021-12-23T10:33:57.000Z | src/main/java/lumien/randomthings/Handler/BackgroundHandler.java | GTMEGA/Random-Things | 2481d4dff9922b5c33d5107b9fcf82e4196bf763 | [
"MIT"
] | null | null | null | src/main/java/lumien/randomthings/Handler/BackgroundHandler.java | GTMEGA/Random-Things | 2481d4dff9922b5c33d5107b9fcf82e4196bf763 | [
"MIT"
] | 2 | 2021-12-23T10:35:07.000Z | 2022-01-17T20:43:27.000Z | 27.622449 | 362 | 0.680458 | 17,749 | package lumien.randomthings.Handler;
import java.lang.reflect.Field;
import java.util.Random;
import lumien.randomthings.Configuration.Settings;
import lumien.randomthings.Configuration.VanillaChanges;
import lumien.randomthings.Library.OverrideUtils;
import net.minecraft.client.gui.Gui;
import net.minecraft.item.It... |
3e29f4f082b5efb567fc57c1c2062482bdc1f5a5 | 2,359 | java | Java | src/main/java/com/github/syuchan1005/gitprefix/quickfix/CreateNamedBlockQuickFix.java | siosio/GitPrefix | d2f79fe5b096f79a378dc87d41a4d158ff2f3b89 | [
"MIT"
] | 32 | 2018-07-11T05:16:09.000Z | 2021-11-11T17:36:46.000Z | src/main/java/com/github/syuchan1005/gitprefix/quickfix/CreateNamedBlockQuickFix.java | siosio/GitPrefix | d2f79fe5b096f79a378dc87d41a4d158ff2f3b89 | [
"MIT"
] | 26 | 2018-07-11T15:44:39.000Z | 2022-02-10T15:46:18.000Z | src/main/java/com/github/syuchan1005/gitprefix/quickfix/CreateNamedBlockQuickFix.java | siosio/GitPrefix | d2f79fe5b096f79a378dc87d41a4d158ff2f3b89 | [
"MIT"
] | 9 | 2018-07-11T05:16:13.000Z | 2022-03-26T02:11:50.000Z | 36.292308 | 111 | 0.791861 | 17,750 | package com.github.syuchan1005.gitprefix.quickfix;
import com.github.syuchan1005.gitprefix.grammar.PrefixResourceElementFactory;
import com.github.syuchan1005.gitprefix.grammar.PrefixResourceFile;
import com.github.syuchan1005.gitprefix.grammar.psi.PrefixResourceNamedBlock;
import com.intellij.codeInsight.intention.im... |
3e29f59321d5fee959ebbac0abbb6685a9c2fc4c | 736 | java | Java | android/src/main/java/app/firelab/plaid_link/mappers/LinkAccountMapper.java | firelab-app/plaid_link | 5f9241e74ef6befd6fb6ae36b170e5e61ee461b5 | [
"MIT"
] | 2 | 2020-11-02T03:48:00.000Z | 2021-01-08T13:55:23.000Z | android/src/main/java/app/firelab/plaid_link/mappers/LinkAccountMapper.java | firelabapp/plaid_link | 5f9241e74ef6befd6fb6ae36b170e5e61ee461b5 | [
"MIT"
] | 2 | 2020-06-14T09:25:05.000Z | 2021-01-11T22:39:01.000Z | android/src/main/java/app/firelab/plaid_link/mappers/LinkAccountMapper.java | firelabapp/plaid_link | 5f9241e74ef6befd6fb6ae36b170e5e61ee461b5 | [
"MIT"
] | 5 | 2020-09-01T22:39:30.000Z | 2021-01-08T13:55:25.000Z | 30.666667 | 75 | 0.71875 | 17,751 | package app.firelab.plaid_link.mappers;
import app.firelab.plaid_link.ArgumentMapper;
import com.plaid.link.result.LinkAccount;
import java.util.HashMap;
import java.util.Map;
public class LinkAccountMapper implements ArgumentMapper<LinkAccount> {
public static final LinkAccountMapper INSTANCE = new LinkAccountMap... |
3e29f5d212346e8ef1b598407e18b8deb4170e96 | 317 | java | Java | src/main/java/com/apr12spring/Apr12springApplication.java | ipcrmdemo/apr12spring | 3cebb0663f85652407627818567ed4d8a1f65128 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/apr12spring/Apr12springApplication.java | ipcrmdemo/apr12spring | 3cebb0663f85652407627818567ed4d8a1f65128 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/apr12spring/Apr12springApplication.java | ipcrmdemo/apr12spring | 3cebb0663f85652407627818567ed4d8a1f65128 | [
"Apache-2.0"
] | null | null | null | 24.384615 | 68 | 0.829653 | 17,752 | package com.apr12spring;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class Apr12springApplication {
public static void main(String[] args) {
SpringApplication.run(Apr12springApplication.class, args);
}
}
|
3e29f5e32c0416c4118d8aed5663b890b3bedf06 | 320 | java | Java | src/main/java/cn/sciuridae/controller/Tags_to_studentController.java | sciuridae564/TheWorld | e843e3635f2d8082b0cf1308a6a697f127f6f2a6 | [
"Apache-2.0"
] | null | null | null | src/main/java/cn/sciuridae/controller/Tags_to_studentController.java | sciuridae564/TheWorld | e843e3635f2d8082b0cf1308a6a697f127f6f2a6 | [
"Apache-2.0"
] | null | null | null | src/main/java/cn/sciuridae/controller/Tags_to_studentController.java | sciuridae564/TheWorld | e843e3635f2d8082b0cf1308a6a697f127f6f2a6 | [
"Apache-2.0"
] | null | null | null | 14.545455 | 62 | 0.740625 | 17,753 | package cn.sciuridae.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* <p>
* 前端控制器
* </p>
*
* @author sciuridae
* @since 2021-01-28
*/
@Controller
@RequestMapping("/tags_to_student")
public class Tags_to_studentController {
}
|
3e29f68d90c6f57c772974d0839d6393cd805590 | 2,083 | java | Java | src/main/java/com/yaegar/yaegarbooksrestservice/model/Customer.java | lateef/yaegar-books-rest-service | b8e542d4c3efcdb9381c6002b297d950f80f19f0 | [
"MIT"
] | null | null | null | src/main/java/com/yaegar/yaegarbooksrestservice/model/Customer.java | lateef/yaegar-books-rest-service | b8e542d4c3efcdb9381c6002b297d950f80f19f0 | [
"MIT"
] | null | null | null | src/main/java/com/yaegar/yaegarbooksrestservice/model/Customer.java | lateef/yaegar-books-rest-service | b8e542d4c3efcdb9381c6002b297d950f80f19f0 | [
"MIT"
] | null | null | null | 27.407895 | 85 | 0.695631 | 17,754 | package com.yaegar.yaegarbooksrestservice.model;
import com.yaegar.yaegarbooksrestservice.audit.entity.AbstractEntity;
import org.hibernate.validator.constraints.Length;
import javax.persistence.*;
import java.io.Serializable;
@Entity
@Table(name = "Customer",
uniqueConstraints = {@UniqueConstraint(columnNam... |
3e29f74f49db7faef965ed31a5091c6873f71a15 | 753 | java | Java | core/src/main/java/io/sgr/oauth/core/v20/OAuthHttpMethod.java | io-sgr/oauth | 037d23fd7bfbe90fcafb20bd2a22c8b724cb6b4b | [
"Apache-2.0"
] | 4 | 2017-04-29T07:17:29.000Z | 2017-11-11T09:56:01.000Z | core/src/main/java/io/sgr/oauth/core/v20/OAuthHttpMethod.java | io-sgr/oauth | 037d23fd7bfbe90fcafb20bd2a22c8b724cb6b4b | [
"Apache-2.0"
] | null | null | null | core/src/main/java/io/sgr/oauth/core/v20/OAuthHttpMethod.java | io-sgr/oauth | 037d23fd7bfbe90fcafb20bd2a22c8b724cb6b4b | [
"Apache-2.0"
] | null | null | null | 24.290323 | 75 | 0.701195 | 17,755 | /*
* Copyright 2017-2019 SgrAlpha
*
* 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 t... |
3e29f8204ecedc3b8b12ddf471fedc1c42f76a32 | 438 | java | Java | pricing-microservice/src/main/java/com/udacity/pricingmicroservice/PricingMicroserviceApplication.java | rekhask/rekhask-VehiclesAPI | a130eee3eef05ea4910edb400f8eb6a0a5a485ae | [
"MIT"
] | null | null | null | pricing-microservice/src/main/java/com/udacity/pricingmicroservice/PricingMicroserviceApplication.java | rekhask/rekhask-VehiclesAPI | a130eee3eef05ea4910edb400f8eb6a0a5a485ae | [
"MIT"
] | null | null | null | pricing-microservice/src/main/java/com/udacity/pricingmicroservice/PricingMicroserviceApplication.java | rekhask/rekhask-VehiclesAPI | a130eee3eef05ea4910edb400f8eb6a0a5a485ae | [
"MIT"
] | null | null | null | 27.375 | 68 | 0.849315 | 17,756 | package com.udacity.pricingmicroservice;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
@SpringBootApplication
@EnableEurekaClient
public class PricingMicroserviceApplication {
... |
3e29f9f372dd1cf0ada853128553de3c7036d216 | 6,995 | java | Java | gen-src/main/java/org/projectfloodlight/openflow/protocol/ver15/OFStatsTypeSerializerVer15.java | mehdi149/OF_COMPILER | 9b23d0d90123b0c966ffb99c0e7ec5d1cd8037af | [
"Apache-2.0"
] | null | null | null | gen-src/main/java/org/projectfloodlight/openflow/protocol/ver15/OFStatsTypeSerializerVer15.java | mehdi149/OF_COMPILER | 9b23d0d90123b0c966ffb99c0e7ec5d1cd8037af | [
"Apache-2.0"
] | null | null | null | gen-src/main/java/org/projectfloodlight/openflow/protocol/ver15/OFStatsTypeSerializerVer15.java | mehdi149/OF_COMPILER | 9b23d0d90123b0c966ffb99c0e7ec5d1cd8037af | [
"Apache-2.0"
] | null | null | null | 40.668605 | 117 | 0.65361 | 17,757 | // Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University
// Copyright (c) 2011, 2012 Open Networking Foundation
// Copyright (c) 2012, 2013 Big Switch Networks, Inc.
// This library was generated by the LoxiGen Compiler.
// See the file LICENSE.txt which should have been included in the sour... |
3e29fa58104cb1625a28d443036dfd9acf94ee2b | 3,022 | java | Java | omas-assetconsumer/src/main/java/org/apache/atlas/omas/assetconsumer/ffdc/exceptions/UnrecognizedConnectionNameException.java | lbx6z/atlas | 75da039043f61c33330686e362de5c8c35996906 | [
"Apache-2.0"
] | null | null | null | omas-assetconsumer/src/main/java/org/apache/atlas/omas/assetconsumer/ffdc/exceptions/UnrecognizedConnectionNameException.java | lbx6z/atlas | 75da039043f61c33330686e362de5c8c35996906 | [
"Apache-2.0"
] | null | null | null | omas-assetconsumer/src/main/java/org/apache/atlas/omas/assetconsumer/ffdc/exceptions/UnrecognizedConnectionNameException.java | lbx6z/atlas | 75da039043f61c33330686e362de5c8c35996906 | [
"Apache-2.0"
] | null | null | null | 51.220339 | 190 | 0.753144 | 17,758 | /*
* 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 ... |
3e29fb29fa06285ab6536e4b143fec3550fd843f | 3,523 | java | Java | proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/UpdateJobRequestOrBuilder.java | suztomo/java-talent | e96fcd01219beb3d90977b35d7dbff19d13c8009 | [
"Apache-2.0"
] | 3 | 2020-09-19T10:33:28.000Z | 2021-10-07T04:28:28.000Z | proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/UpdateJobRequestOrBuilder.java | suztomo/java-talent | e96fcd01219beb3d90977b35d7dbff19d13c8009 | [
"Apache-2.0"
] | 490 | 2019-10-24T23:10:44.000Z | 2022-03-30T00:18:18.000Z | proto-google-cloud-talent-v4/src/main/java/com/google/cloud/talent/v4/UpdateJobRequestOrBuilder.java | suztomo/java-talent | e96fcd01219beb3d90977b35d7dbff19d13c8009 | [
"Apache-2.0"
] | 16 | 2019-10-24T19:19:11.000Z | 2021-10-07T04:28:12.000Z | 32.62037 | 116 | 0.68436 | 17,759 | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e29fc3d196205d9e5acdb4895ac67cde1f77090 | 851 | java | Java | UE3/src/Filialnetz.java | ppoelzl/IT-I | b04289d0133b7cc5ced3ca8531a7559e01e1c363 | [
"MIT"
] | null | null | null | UE3/src/Filialnetz.java | ppoelzl/IT-I | b04289d0133b7cc5ced3ca8531a7559e01e1c363 | [
"MIT"
] | null | null | null | UE3/src/Filialnetz.java | ppoelzl/IT-I | b04289d0133b7cc5ced3ca8531a7559e01e1c363 | [
"MIT"
] | null | null | null | 32.730769 | 68 | 0.532315 | 17,760 | public class Filialnetz {
private ArrayList<Filiale> dieFilialen;
public Filialnetz(ArrayList<Filiale> dieFilialen) {
this.dieFilialen = dieFilialen;
}
public void restrukturiere() {
double kleinsterAbstand = Double.MAX_VALUE;
Filiale zuSchliessen = null;
for ... |
3e29fc79b5bda28cae61403aca070ca5cb129857 | 4,228 | java | Java | src/main/java/com/bol/engine/TransactionHandler.java | bolcom/spring-data-mongodb-rollback | 6eecf79c1884f5a627fea2ce9065560a6bcf0617 | [
"Apache-2.0"
] | 1 | 2020-03-05T18:51:49.000Z | 2020-03-05T18:51:49.000Z | src/main/java/com/bol/engine/TransactionHandler.java | bolcom/spring-data-mongodb-rollback | 6eecf79c1884f5a627fea2ce9065560a6bcf0617 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/bol/engine/TransactionHandler.java | bolcom/spring-data-mongodb-rollback | 6eecf79c1884f5a627fea2ce9065560a6bcf0617 | [
"Apache-2.0"
] | null | null | null | 32.523077 | 128 | 0.623936 | 17,761 | package com.bol.engine;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.scheduling.annotation.Scheduled;
import java.util.function.Consumer;
/**
* Optimistic distributed engine for mongodb
* <p>
* Problem:
* 1. users trying to claim same coupon ('double claim')
* 2. flow save... |
3e29fcafcec6458e8ea034de2f7dfd58dfbabe87 | 7,021 | java | Java | server/src/main/java/net/sourceforge/myvd/inserts/jdbc/SimpleDBAuth.java | gosterweil/MyVirtualDirectory | a47bb06b605ded28155f57df81dd848ff9560f03 | [
"Apache-2.0"
] | 37 | 2016-11-18T14:54:23.000Z | 2022-02-28T20:18:42.000Z | server/src/main/java/net/sourceforge/myvd/inserts/jdbc/SimpleDBAuth.java | gosterweil/MyVirtualDirectory | a47bb06b605ded28155f57df81dd848ff9560f03 | [
"Apache-2.0"
] | 118 | 2016-04-13T18:01:42.000Z | 2022-03-07T16:29:40.000Z | server/src/main/java/net/sourceforge/myvd/inserts/jdbc/SimpleDBAuth.java | gosterweil/MyVirtualDirectory | a47bb06b605ded28155f57df81dd848ff9560f03 | [
"Apache-2.0"
] | 15 | 2016-06-10T13:07:50.000Z | 2021-06-08T14:10:25.000Z | 30.004274 | 198 | 0.77254 | 17,762 | package net.sourceforge.myvd.inserts.jdbc;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Properties;
import o... |
3e29fcd2269df92291ad0297c4a94c51d1a27e80 | 21,815 | java | Java | src/com/cyzapps/uptloaderssprint/UPTJavaLoader19.java | duoduodev/CoreMathImgProc | 182c1b10ffc706b93e7b3e706c13050229875b85 | [
"MIT"
] | 9 | 2017-10-11T14:22:37.000Z | 2019-07-01T07:09:15.000Z | src/com/cyzapps/uptloaderssprint/UPTJavaLoader19.java | duoduodev/CoreMathImgProc | 182c1b10ffc706b93e7b3e706c13050229875b85 | [
"MIT"
] | null | null | null | src/com/cyzapps/uptloaderssprint/UPTJavaLoader19.java | duoduodev/CoreMathImgProc | 182c1b10ffc706b93e7b3e706c13050229875b85 | [
"MIT"
] | 9 | 2017-10-11T15:54:26.000Z | 2018-11-03T00:17:25.000Z | 26.188475 | 147 | 0.50612 | 17,763 | package com.cyzapps.uptloaderssprint;
import com.cyzapps.mathrecog.UnitPrototypeMgr;
import com.cyzapps.mathrecog.UnitPrototypeMgr.UnitProtoType;
public class UPTJavaLoader19 {
public static void load(UnitPrototypeMgr uptMgr) {
{
byte[][] biMatrix = new byte[26][41];
biMatrix[0][7] = 1;
biMatr... |
3e29fd22dc0729ee86c48997844c67ea2f8a71b2 | 467 | java | Java | EndtoEndTesting/src/main/java/pageObjects/SignupPage.java | shsaha/EndtoEnd-Testing | 0b199ff4e45728a38950fa349833210c418cfc96 | [
"MIT"
] | 1 | 2019-11-08T12:13:18.000Z | 2019-11-08T12:13:18.000Z | EndtoEndTesting/src/main/java/pageObjects/SignupPage.java | shsaha/EndtoEnd-Testing | 0b199ff4e45728a38950fa349833210c418cfc96 | [
"MIT"
] | 2 | 2021-12-14T20:39:35.000Z | 2021-12-14T21:29:52.000Z | EndtoEndTesting/src/main/java/pageObjects/SignupPage.java | shsaha/EndtoEnd-Testing | 0b199ff4e45728a38950fa349833210c418cfc96 | [
"MIT"
] | null | null | null | 18.68 | 100 | 0.753747 | 17,764 | package pageObjects;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
public class SignupPage {
public WebDriver driver;
By getcontinuetocheckout = By.cssSelector("input[type='submit'][value='Continue to checkout']");
public SignupPage(WebDriver ... |
3e29fd821d29f394ceb88f79aab442c344e51938 | 1,988 | java | Java | src/main/java/hu/fordprog/regx/interpreter/regex/RegexFactory.java | battila7/RegX | d7d2ed7e1f3c918ede7e7379b87ef13ca80093c7 | [
"Apache-2.0"
] | 1 | 2016-12-14T00:44:54.000Z | 2016-12-14T00:44:54.000Z | src/main/java/hu/fordprog/regx/interpreter/regex/RegexFactory.java | battila7/RegX | d7d2ed7e1f3c918ede7e7379b87ef13ca80093c7 | [
"Apache-2.0"
] | null | null | null | src/main/java/hu/fordprog/regx/interpreter/regex/RegexFactory.java | battila7/RegX | d7d2ed7e1f3c918ede7e7379b87ef13ca80093c7 | [
"Apache-2.0"
] | null | null | null | 28 | 77 | 0.727364 | 17,765 | package hu.fordprog.regx.interpreter.regex;
import static hu.fordprog.regx.grammar.RegularExpressionParser.*;
import hu.fordprog.regx.grammar.RegularExpressionParser;
import hu.fordprog.regx.grammar.RegularExpressionParser.ClosureTermContext;
import hu.fordprog.regx.grammar.RegularExpressionParser.ConcatenationContex... |
3e29fe56ef3753f8fdc42254cb404d79d379b95c | 17,422 | java | Java | com/planet_ink/coffee_mud/Abilities/Common/Sculpting.java | Tycheo/coffeemud | 2f33786388b567386e21062ac1b930507ed2b98e | [
"Apache-2.0"
] | null | null | null | com/planet_ink/coffee_mud/Abilities/Common/Sculpting.java | Tycheo/coffeemud | 2f33786388b567386e21062ac1b930507ed2b98e | [
"Apache-2.0"
] | null | null | null | com/planet_ink/coffee_mud/Abilities/Common/Sculpting.java | Tycheo/coffeemud | 2f33786388b567386e21062ac1b930507ed2b98e | [
"Apache-2.0"
] | null | null | null | 34.705179 | 168 | 0.679141 | 17,766 | package com.planet_ink.coffee_mud.Abilities.Common;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.Common.CraftingSkill.CraftParms;
import com.planet_ink.coffee_mud.Abilitie... |
3e2a009f507531c6e830c6f48708fdea6a709f17 | 1,853 | java | Java | src/com/qst/dao/PetDao.java | NeedaMaid/Pet | d0bf4f341913bbbd3ff0a9dde61a61d5d049996a | [
"Apache-2.0"
] | null | null | null | src/com/qst/dao/PetDao.java | NeedaMaid/Pet | d0bf4f341913bbbd3ff0a9dde61a61d5d049996a | [
"Apache-2.0"
] | null | null | null | src/com/qst/dao/PetDao.java | NeedaMaid/Pet | d0bf4f341913bbbd3ff0a9dde61a61d5d049996a | [
"Apache-2.0"
] | null | null | null | 28.075758 | 89 | 0.633028 | 17,767 | package com.qst.dao;
import com.qst.bean.Pet;
import com.qst.dao.daoInterface.petDao;
import com.qst.utils.DBUtils;
import java.util.ArrayList;
import java.util.List;
public class PetDao implements petDao {
//改变number
public boolean updateNumberByPetId(int number, int petId) {
String sql = "update p... |
3e2a016284d020866652f378b11d8b9110d826b5 | 4,887 | java | Java | src/main/java/mcjty/lib/client/CustomRenderTypes.java | BlueAgent/McJtyLib | 2d7c8f44c6f6c6ff8579c31956fc5acb258ca5e9 | [
"MIT"
] | null | null | null | src/main/java/mcjty/lib/client/CustomRenderTypes.java | BlueAgent/McJtyLib | 2d7c8f44c6f6c6ff8579c31956fc5acb258ca5e9 | [
"MIT"
] | null | null | null | src/main/java/mcjty/lib/client/CustomRenderTypes.java | BlueAgent/McJtyLib | 2d7c8f44c6f6c6ff8579c31956fc5acb258ca5e9 | [
"MIT"
] | null | null | null | 48.386139 | 214 | 0.660733 | 17,768 | package mcjty.lib.client;
import com.mojang.blaze3d.platform.GlStateManager;
import com.mojang.blaze3d.systems.RenderSystem;
import net.minecraft.client.renderer.RenderState;
import net.minecraft.client.renderer.RenderType;
import net.minecraft.client.renderer.vertex.DefaultVertexFormats;
import net.minecraft.client.r... |
3e2a02148efc3c43805010392f554767afd35adc | 1,871 | java | Java | src/Abejide/AbejideDuploClique.java | RodrigoFernandoSilva/Java-OrixasRevengers | 440e36345534370c1e2f53c2cc8231eb787f35f7 | [
"Apache-2.0"
] | null | null | null | src/Abejide/AbejideDuploClique.java | RodrigoFernandoSilva/Java-OrixasRevengers | 440e36345534370c1e2f53c2cc8231eb787f35f7 | [
"Apache-2.0"
] | null | null | null | src/Abejide/AbejideDuploClique.java | RodrigoFernandoSilva/Java-OrixasRevengers | 440e36345534370c1e2f53c2cc8231eb787f35f7 | [
"Apache-2.0"
] | null | null | null | 25.986111 | 97 | 0.535542 | 17,769 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Abejide;
import static Abejide.AbejideTeclado.teclaBaixo;
import static Abejide.AbejideTeclado.teclaDireita;
import static Abe... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.