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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9237ad946495cd8514ed538bbc844766cf683411 | 957 | java | Java | Screen/Screen.java | minohara/MTRA | 1c5d4706a4750ac33dc533afcd901db5352e9bb4 | [
"MIT"
] | null | null | null | Screen/Screen.java | minohara/MTRA | 1c5d4706a4750ac33dc533afcd901db5352e9bb4 | [
"MIT"
] | null | null | null | Screen/Screen.java | minohara/MTRA | 1c5d4706a4750ac33dc533afcd901db5352e9bb4 | [
"MIT"
] | null | null | null | 35.444444 | 194 | 0.424242 | 998,158 | public class Screen {
public static void main(String[] args) {
String studioName = "a studio";
char sRow = 'A';
char eRow = 'O';
int sCol = 1;
int eCol = 22;
for ( int r = sRow; r < eRow; r++ ) {
for ( int c = sCol; c <= eCol; c++ ) {
if ( r >= 'C' || ( 5 <= c && c <= 18 )) {
... |
9237ae31f90fbb909b4d7e584b014a930cbb2537 | 1,864 | java | Java | src/main/java/org/seeyou/generator/yaml/YamlLoader.java | hongxiyou/seeyou-openapi-generator | 66a60db45f6390afc207772732bbc936a26025d1 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/seeyou/generator/yaml/YamlLoader.java | hongxiyou/seeyou-openapi-generator | 66a60db45f6390afc207772732bbc936a26025d1 | [
"Apache-2.0"
] | 2 | 2021-12-14T20:38:06.000Z | 2021-12-14T21:19:25.000Z | src/main/java/org/seeyou/generator/yaml/YamlLoader.java | hongxiyou/seeyou-openapi-generator | 66a60db45f6390afc207772732bbc936a26025d1 | [
"Apache-2.0"
] | null | null | null | 23.594937 | 87 | 0.631974 | 998,159 | package org.seeyou.generator.yaml;
import java.io.InputStream;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.snakeyaml.engine.v1.api.Load;
import org.snakeyaml.engine.v1.api.LoadSettings;
import org.snakeyaml.engine.v1.api.LoadSettings... |
9237ae4e3156378bc07e5625da8ad4e3b235a506 | 147 | java | Java | Hello.java | UncleEngineer/BasicJava | 4ea411eac0897de61f2b566409a89b7732a418bc | [
"MIT"
] | null | null | null | Hello.java | UncleEngineer/BasicJava | 4ea411eac0897de61f2b566409a89b7732a418bc | [
"MIT"
] | null | null | null | Hello.java | UncleEngineer/BasicJava | 4ea411eac0897de61f2b566409a89b7732a418bc | [
"MIT"
] | null | null | null | 24.5 | 47 | 0.70068 | 998,160 | public class Hello {
public static void main(String[] arguments) {
String sawatdee = "Hello Lungtu 555";
System.out.println(sawatdee);
}
} |
9237ae7296f66e78326adc0fde130e199c8cd046 | 3,249 | java | Java | org/apache/commons/logging/impl/ServletContextCleaner.java | MewX/contendo-viewer-v1.6.3 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | [
"Apache-2.0"
] | 2 | 2021-07-16T10:43:25.000Z | 2021-12-15T13:54:10.000Z | org/apache/commons/logging/impl/ServletContextCleaner.java | MewX/contendo-viewer-v1.6.3 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | [
"Apache-2.0"
] | 1 | 2021-10-12T22:24:55.000Z | 2021-10-12T22:24:55.000Z | org/apache/commons/logging/impl/ServletContextCleaner.java | MewX/contendo-viewer-v1.6.3 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | [
"Apache-2.0"
] | null | null | null | 23.715328 | 112 | 0.408433 | 998,161 | /* */ package org.apache.commons.logging.impl;
/* */
/* */ import java.lang.reflect.InvocationTargetException;
/* */ import java.lang.reflect.Method;
/* */ import javax.servlet.ServletContextEvent;
/* */ import javax.servlet.ServletContextListener;
/* */ import org.apache.commons.logging.Lo... |
9237af11fc404760a8dcf209ecc09360275d1698 | 2,882 | java | Java | src/fr/loicdelorme/followUpYourGarden/core/models/Position.java | LoicDelorme/followUpYourGarden | 5f9268d44db42afedfbbe5f85538c82d36c3b878 | [
"MIT"
] | null | null | null | src/fr/loicdelorme/followUpYourGarden/core/models/Position.java | LoicDelorme/followUpYourGarden | 5f9268d44db42afedfbbe5f85538c82d36c3b878 | [
"MIT"
] | null | null | null | src/fr/loicdelorme/followUpYourGarden/core/models/Position.java | LoicDelorme/followUpYourGarden | 5f9268d44db42afedfbbe5f85538c82d36c3b878 | [
"MIT"
] | null | null | null | 17.053254 | 153 | 0.571478 | 998,162 | package fr.loicdelorme.followUpYourGarden.core.models;
/**
* This class allow you to create a two dimensional position.
*
* @author DELORME Loïc
* @version 1.0.0
*/
public class Position implements Comparable<Position>
{
/**
* The X coordinate.
*/
private final int x;
/**
* The Y coordi... |
9237af8b37f7f2eaf5393ba31dadab248a85acee | 1,801 | java | Java | code/iaas/model/src/main/java/io/cattle/platform/core/dao/impl/GenericResourceDaoImpl.java | mbrukman/rancher-cattle | ac7caffb97346f601043458411391d2d00fd6129 | [
"Apache-2.0"
] | null | null | null | code/iaas/model/src/main/java/io/cattle/platform/core/dao/impl/GenericResourceDaoImpl.java | mbrukman/rancher-cattle | ac7caffb97346f601043458411391d2d00fd6129 | [
"Apache-2.0"
] | null | null | null | code/iaas/model/src/main/java/io/cattle/platform/core/dao/impl/GenericResourceDaoImpl.java | mbrukman/rancher-cattle | ac7caffb97346f601043458411391d2d00fd6129 | [
"Apache-2.0"
] | null | null | null | 30.525424 | 93 | 0.732926 | 998,163 | package io.cattle.platform.core.dao.impl;
import java.util.Map;
import javax.inject.Inject;
import io.cattle.platform.core.dao.GenericResourceDao;
import io.cattle.platform.object.ObjectManager;
import io.cattle.platform.object.process.ObjectProcessManager;
import io.cattle.platform.object.process.StandardProcess;
i... |
9237b06c0d341c605aac0f723dfa0ba1d9e5f926 | 1,000 | java | Java | src/jdbc/com/java_zdd/jdbc/chapter03/sec03/Demo1.java | 916552375/Nikolas | 386caea1938c6134317728b232d9b766d4e298c6 | [
"Unlicense"
] | null | null | null | src/jdbc/com/java_zdd/jdbc/chapter03/sec03/Demo1.java | 916552375/Nikolas | 386caea1938c6134317728b232d9b766d4e298c6 | [
"Unlicense"
] | null | null | null | src/jdbc/com/java_zdd/jdbc/chapter03/sec03/Demo1.java | 916552375/Nikolas | 386caea1938c6134317728b232d9b766d4e298c6 | [
"Unlicense"
] | null | null | null | 31.25 | 109 | 0.637 | 998,164 | package jdbc.com.java_zdd.jdbc.chapter03.sec03;
import jdbc.model.Book;
import jdbc.com.java_zdd.jdbc.util.DbUtil;
import java.sql.Connection;
import java.sql.Statement;
public class Demo1 {
private static DbUtil dbUtil = new DbUtil();
private static int updateBook(Book book) throws Exception {
Conn... |
9237b0e77328b0a002ed491777a26e26a8406cc8 | 2,255 | java | Java | app/src/main/java/com/webkul/mobikul/mobikulstandalonepos/fragment/CashDrawerHistoryFragment.java | maxAman/mobikul-standalone-pos-opensource | 263584f6031d149f3dcd2072243c493aaef7d9de | [
"MIT"
] | 27 | 2018-10-12T10:37:02.000Z | 2022-02-24T09:53:48.000Z | app/src/main/java/com/webkul/mobikul/mobikulstandalonepos/fragment/CashDrawerHistoryFragment.java | maxAman/mobikul-standalone-pos-opensource | 263584f6031d149f3dcd2072243c493aaef7d9de | [
"MIT"
] | 2 | 2020-02-07T09:20:31.000Z | 2020-09-22T16:11:56.000Z | app/src/main/java/com/webkul/mobikul/mobikulstandalonepos/fragment/CashDrawerHistoryFragment.java | maxAman/mobikul-standalone-pos-opensource | 263584f6031d149f3dcd2072243c493aaef7d9de | [
"MIT"
] | 38 | 2018-10-10T11:05:26.000Z | 2022-03-03T08:13:19.000Z | 34.692308 | 146 | 0.75122 | 998,165 | package com.webkul.mobikul.mobikulstandalonepos.fragment;
import android.content.Context;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import androi... |
9237b0f662adfb9d0f20901fff977ca6122ffcbf | 1,928 | java | Java | src/test/java/com/zejian/structures/Graph/WeightGraph/UnionFind.java | 4017147/DataStructuresAndAlgorithms. | 61109217a270d3a54abe48b7cffb35f0442947d7 | [
"Apache-2.0"
] | 1 | 2020-12-26T04:52:15.000Z | 2020-12-26T04:52:15.000Z | src/test/java/com/zejian/structures/Graph/WeightGraph/UnionFind.java | 4017147/DataStructuresAndAlgorithms. | 61109217a270d3a54abe48b7cffb35f0442947d7 | [
"Apache-2.0"
] | 1 | 2020-12-26T04:57:19.000Z | 2020-12-26T04:57:19.000Z | src/test/java/com/zejian/structures/Graph/WeightGraph/UnionFind.java | 4017147/DataStructuresAndAlgorithms. | 61109217a270d3a54abe48b7cffb35f0442947d7 | [
"Apache-2.0"
] | 1 | 2021-12-06T01:13:18.000Z | 2021-12-06T01:13:18.000Z | 22.418605 | 54 | 0.50778 | 998,166 | package com.zejian.structures.Graph.WeightGraph;
/**
* Created by zejian on 2018/1/30.
* Blog : http://blog.csdn.net/javazejian [原文地址,请尊重原创]
* 并查集,路径压缩 UF
* 主要用于判断是否形成环
*/
public class UnionFind {
private int rank[]; // rank[i]表示以i为根的集合所表示的树的层数
private int parent[];// parent[i]表示第i个元素所指向的父节点
private... |
9237b279dad4d9ed76d9bce450896dd52215068d | 2,095 | java | Java | UserCPCSI/src/fr/imie/usercpsci/presentation/UserSessionPopulateListener.java | imie-source/CPCSI-N-01-SHARE | 2601cd042977bbe684b230b2540f378f7b03ca20 | [
"MIT"
] | 1 | 2017-09-19T17:46:06.000Z | 2017-09-19T17:46:06.000Z | UserCPCSI/src/fr/imie/usercpsci/presentation/UserSessionPopulateListener.java | imie-source/CPCSI-N-01-SHARE | 2601cd042977bbe684b230b2540f378f7b03ca20 | [
"MIT"
] | null | null | null | UserCPCSI/src/fr/imie/usercpsci/presentation/UserSessionPopulateListener.java | imie-source/CPCSI-N-01-SHARE | 2601cd042977bbe684b230b2540f378f7b03ca20 | [
"MIT"
] | null | null | null | 29.928571 | 74 | 0.663007 | 998,167 | package fr.imie.usercpsci.presentation;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.annotation.WebListener;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionListener;
import fr.imie.usercpsci.model.Faction;
import fr.imie.usercpsci.model.UserData;
/**
* A... |
9237b29eef7b5776d258de2b828d4f6da06e4e50 | 153,291 | java | Java | src/main/java/com/oracle/truffle/js/builtins/ArrayPrototypeBuiltins.java | pitbox46/graaljs-forge | 369d305ed531f66653b4bf2ce881483639401707 | [
"UPL-1.0"
] | null | null | null | src/main/java/com/oracle/truffle/js/builtins/ArrayPrototypeBuiltins.java | pitbox46/graaljs-forge | 369d305ed531f66653b4bf2ce881483639401707 | [
"UPL-1.0"
] | null | null | null | src/main/java/com/oracle/truffle/js/builtins/ArrayPrototypeBuiltins.java | pitbox46/graaljs-forge | 369d305ed531f66653b4bf2ce881483639401707 | [
"UPL-1.0"
] | null | null | null | 47.218115 | 196 | 0.626046 | 998,168 | /*
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The Universal Permissive License (UPL), Version 1.0
*
* Subject to the condition set forth below, permission is hereby granted to any
* person obtaining a copy of ... |
9237b38eee8fec0416420a302470b14c5f8980bc | 1,763 | java | Java | com.ibm.wala.util/src/com/ibm/wala/fixpoint/BooleanVariable.java | nithinvnath/PAVProject | 806e30fd089a9b324ae626c61438a80db40a8b0a | [
"MIT"
] | 10 | 2019-11-06T06:13:54.000Z | 2020-08-24T08:06:10.000Z | com.ibm.wala.util/src/com/ibm/wala/fixpoint/BooleanVariable.java | nithinvnath/PAVProject | 806e30fd089a9b324ae626c61438a80db40a8b0a | [
"MIT"
] | null | null | null | com.ibm.wala.util/src/com/ibm/wala/fixpoint/BooleanVariable.java | nithinvnath/PAVProject | 806e30fd089a9b324ae626c61438a80db40a8b0a | [
"MIT"
] | 2 | 2020-08-24T08:06:14.000Z | 2021-05-14T09:29:13.000Z | 22.316456 | 81 | 0.589336 | 998,169 | /*******************************************************************************
* Copyright (c) 2002 - 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... |
9237b3a70dcbee8ddc608677ce6b698ae69de398 | 2,664 | java | Java | Application/build/generated/source/r/debug/com/example/android/customnotifications/R.java | Brainrj/My_Application | 28c9f5ac19d5b19369eb164c582d14961a1509cf | [
"Apache-2.0"
] | null | null | null | Application/build/generated/source/r/debug/com/example/android/customnotifications/R.java | Brainrj/My_Application | 28c9f5ac19d5b19369eb164c582d14961a1509cf | [
"Apache-2.0"
] | null | null | null | Application/build/generated/source/r/debug/com/example/android/customnotifications/R.java | Brainrj/My_Application | 28c9f5ac19d5b19369eb164c582d14961a1509cf | [
"Apache-2.0"
] | null | null | null | 42.967742 | 70 | 0.726727 | 998,170 | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.example.android.customnotifications;
public final class R {
public static final class attr {
}
public static fina... |
9237b41b2a842ae88ff3467e989e85f704f82c14 | 8,488 | java | Java | src/main/java/jp/sourceforge/jindolf/archiver/HttpAccess.java | hironytic/JinArchiver | 9f7b743e243974d3f2c4441e92df987b0f102fd8 | [
"MIT"
] | null | null | null | src/main/java/jp/sourceforge/jindolf/archiver/HttpAccess.java | hironytic/JinArchiver | 9f7b743e243974d3f2c4441e92df987b0f102fd8 | [
"MIT"
] | null | null | null | src/main/java/jp/sourceforge/jindolf/archiver/HttpAccess.java | hironytic/JinArchiver | 9f7b743e243974d3f2c4441e92df987b0f102fd8 | [
"MIT"
] | null | null | null | 30.753623 | 77 | 0.487983 | 998,171 | /*
* downloader
*
* License : The MIT License
* Copyright(c) 2008 olyutorskii
*/
package jp.sourceforge.jindolf.archiver;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.nio.charset.Charset;
import java.util.LinkedList;
import java.util.List;
import jp.sourceforge.jindolf... |
9237b58b954ad45a416a1c4e849fe1b203b785eb | 3,587 | java | Java | src/main/java/ivorius/pandorasbox/effects/PBEffectGenConvertToHalloween.java | Brandonbr1/PandorasBox | 1c25837f556e9e8879794e2ce14a68428fb0e8c9 | [
"MIT"
] | 5 | 2015-02-05T22:23:40.000Z | 2019-07-16T16:05:31.000Z | src/main/java/ivorius/pandorasbox/effects/PBEffectGenConvertToHalloween.java | Brandonbr1/PandorasBox | 1c25837f556e9e8879794e2ce14a68428fb0e8c9 | [
"MIT"
] | 11 | 2015-01-19T20:05:27.000Z | 2019-04-28T02:36:43.000Z | src/main/java/ivorius/pandorasbox/effects/PBEffectGenConvertToHalloween.java | Brandonbr1/PandorasBox | 1c25837f556e9e8879794e2ce14a68428fb0e8c9 | [
"MIT"
] | 8 | 2015-01-19T19:41:38.000Z | 2022-03-11T13:21:38.000Z | 36.979381 | 159 | 0.507109 | 998,172 | /*
* Copyright (c) 2014, Lukas Tenbrink.
* http://lukas.axxim.net
*/
package ivorius.pandorasbox.effects;
import ivorius.pandorasbox.entitites.EntityPandorasBox;
import net.minecraft.block.Block;
import net.minecraft.block.state.IBlockState;
import net.minecraft.entity.item.EntityItem;
import net.minecraft.init.Bl... |
9237b5fcca8006621a661731728bb178af988ccf | 6,707 | java | Java | websocket-client/src/main/java/org/jboss/as/quickstarts/websocket/client/Backend.java | gaol/quickstart | 284e906d8ce4b20163ce4b7f0df8e6934cc77d98 | [
"Apache-2.0"
] | 1 | 2018-02-10T20:36:45.000Z | 2018-02-10T20:36:45.000Z | websocket-client/src/main/java/org/jboss/as/quickstarts/websocket/client/Backend.java | gaol/quickstart | 284e906d8ce4b20163ce4b7f0df8e6934cc77d98 | [
"Apache-2.0"
] | null | null | null | websocket-client/src/main/java/org/jboss/as/quickstarts/websocket/client/Backend.java | gaol/quickstart | 284e906d8ce4b20163ce4b7f0df8e6934cc77d98 | [
"Apache-2.0"
] | 2 | 2016-11-13T06:30:33.000Z | 2016-11-24T08:06:19.000Z | 36.650273 | 186 | 0.727896 | 998,173 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... |
9237b7b8e28636ad053cfb662b9a099ddd6419d0 | 14,773 | java | Java | android/src/main/java/dev/flutter/pigeon/Pigeon.java | ManulGoyal/couchify | 3260f204f9f9a7de6fb309e7e09be0712068d161 | [
"BSD-3-Clause"
] | null | null | null | android/src/main/java/dev/flutter/pigeon/Pigeon.java | ManulGoyal/couchify | 3260f204f9f9a7de6fb309e7e09be0712068d161 | [
"BSD-3-Clause"
] | null | null | null | android/src/main/java/dev/flutter/pigeon/Pigeon.java | ManulGoyal/couchify | 3260f204f9f9a7de6fb309e7e09be0712068d161 | [
"BSD-3-Clause"
] | null | null | null | 41.036111 | 130 | 0.576051 | 998,174 | // Autogenerated from Pigeon (v1.0.18), do not edit directly.
// See also: https://pub.dev/packages/pigeon
package dev.flutter.pigeon;
import android.util.Log;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import io.flutter.plugin.common.BasicMessageChannel;
import io.flutter.plugin.common.... |
9237b7ccc9002c91b95787f6b7c732f8a7e8e4d3 | 730 | java | Java | Talleres/Taller_Herencia/Proyecto1/src/main/MainLista.java | alejo780/Repositorio-Github | d83ecee14fc98707c6470c8d6839f933118a22ea | [
"Apache-2.0"
] | null | null | null | Talleres/Taller_Herencia/Proyecto1/src/main/MainLista.java | alejo780/Repositorio-Github | d83ecee14fc98707c6470c8d6839f933118a22ea | [
"Apache-2.0"
] | null | null | null | Talleres/Taller_Herencia/Proyecto1/src/main/MainLista.java | alejo780/Repositorio-Github | d83ecee14fc98707c6470c8d6839f933118a22ea | [
"Apache-2.0"
] | null | null | null | 28.076923 | 127 | 0.636986 | 998,175 | package main;
import clases.ListaMultimedia;
import clases.Formato;
import clases.Pelicula;
public class MainLista {
/**
*
* @param args
*/
public static void main(String[] args) {
ListaMultimedia lista = new ListaMultimedia(10);
Pelicula pelicula;
int posicion;
... |
9237b893ee3348aae3df5379857007e3e2626823 | 482 | java | Java | neo4j/src/test/java/com/buschmais/xo/neo4j/test/implementedby/composite/RelationIncrementValueMethod.java | SMB-TEC/extended-objects | a78de53a2b0bbf7d512a19f896956bb36cf99000 | [
"Apache-2.0"
] | 1 | 2015-08-24T09:34:03.000Z | 2015-08-24T09:34:03.000Z | neo4j/src/test/java/com/buschmais/xo/neo4j/test/implementedby/composite/RelationIncrementValueMethod.java | SMB-TEC/extended-objects | a78de53a2b0bbf7d512a19f896956bb36cf99000 | [
"Apache-2.0"
] | null | null | null | neo4j/src/test/java/com/buschmais/xo/neo4j/test/implementedby/composite/RelationIncrementValueMethod.java | SMB-TEC/extended-objects | a78de53a2b0bbf7d512a19f896956bb36cf99000 | [
"Apache-2.0"
] | null | null | null | 26.777778 | 80 | 0.707469 | 998,176 | package com.buschmais.xo.neo4j.test.implementedby.composite;
import com.buschmais.xo.api.proxy.ProxyMethod;
import org.neo4j.graphdb.Relationship;
public class RelationIncrementValueMethod implements ProxyMethod<Relationship> {
@Override
public Object invoke(Relationship entity, Object instance, Object[] arg... |
9237b8ded3269b0be091a1bda78a97fab644b2d2 | 5,816 | java | Java | tests/jre/src/test/java/org/treblereel/gwt/xml/mapper/client/tests/pmml/model/AnovaRow.java | hasys/mapper-xml | d72cd9bb91060f85f4d6040b119fc4c98e88b189 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | tests/jre/src/test/java/org/treblereel/gwt/xml/mapper/client/tests/pmml/model/AnovaRow.java | hasys/mapper-xml | d72cd9bb91060f85f4d6040b119fc4c98e88b189 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | tests/jre/src/test/java/org/treblereel/gwt/xml/mapper/client/tests/pmml/model/AnovaRow.java | hasys/mapper-xml | d72cd9bb91060f85f4d6040b119fc4c98e88b189 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 28.650246 | 110 | 0.66403 | 998,177 | /*
* Copyright © 2021 Treblereel
*
* 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... |
9237ba1e790b2b7c8520a35e6771f7fd3f6a40d6 | 2,242 | java | Java | src/elevator/Elevator.java | nirlo/Elevators | cd32900d51c4b744dcfbc7f5c826e6ff5067c0d9 | [
"MIT"
] | null | null | null | src/elevator/Elevator.java | nirlo/Elevators | cd32900d51c4b744dcfbc7f5c826e6ff5067c0d9 | [
"MIT"
] | null | null | null | src/elevator/Elevator.java | nirlo/Elevators | cd32900d51c4b744dcfbc7f5c826e6ff5067c0d9 | [
"MIT"
] | null | null | null | 23.354167 | 90 | 0.640946 | 998,178 | package elevator;
import simulator.Observer;
/**
* <p>
* {@link Elevator} guideline to be used.
* these methods represent possible methods for {@link Elevator}
* </p>
*
* @author Shahriar (Shawn) Emami
* @version Jan 30, 2018
*/
public interface Elevator{
/**
* get current capacity of the... |
9237ba61b19c20c4e696c86593e6841e258ea742 | 1,648 | java | Java | service/src/test/java/com/epam/repair/service/AddressServiceTest.java | Java-Arctic-Ratel/repair-service | 69cebef1c843163faaecc9fb095c6b1a22624ea9 | [
"Apache-2.0"
] | null | null | null | service/src/test/java/com/epam/repair/service/AddressServiceTest.java | Java-Arctic-Ratel/repair-service | 69cebef1c843163faaecc9fb095c6b1a22624ea9 | [
"Apache-2.0"
] | 15 | 2019-10-24T11:55:46.000Z | 2019-12-16T14:16:38.000Z | service/src/test/java/com/epam/repair/service/AddressServiceTest.java | Java-Arctic-Ratel/repair-service | 69cebef1c843163faaecc9fb095c6b1a22624ea9 | [
"Apache-2.0"
] | null | null | null | 31.692308 | 103 | 0.739684 | 998,179 | package com.epam.repair.service;
import com.epam.repair.dao.AddressDao;
import com.epam.repair.model.Address;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.Mockito;
import org.springframework.data.domain... |
9237bb38ea33c69c03505a5fcfba5b7715fd39d3 | 1,060 | java | Java | DataStructure/DisjointSET2/WeightedQuickUniosCompress.java | SFARL/DataStructuresAndAlgorithms | b9fca27178c84e5e1663888f25c733f2698070eb | [
"Apache-2.0"
] | null | null | null | DataStructure/DisjointSET2/WeightedQuickUniosCompress.java | SFARL/DataStructuresAndAlgorithms | b9fca27178c84e5e1663888f25c733f2698070eb | [
"Apache-2.0"
] | null | null | null | DataStructure/DisjointSET2/WeightedQuickUniosCompress.java | SFARL/DataStructuresAndAlgorithms | b9fca27178c84e5e1663888f25c733f2698070eb | [
"Apache-2.0"
] | null | null | null | 21.632653 | 64 | 0.437736 | 998,180 | package DisjointSET2;
public class WeightedQuickUniosCompress implements DisjointSets{
private int[] parent;
private int[] size;
public WeightedQuickUniosCompress(int N) {
parent = new int[N];
size = new int[N];
for (int i = 0; i < N; i++) {
parent[i] = -1;
... |
9237bb4bff09839e9537d3e3c2e79967bfed5dbe | 2,694 | java | Java | sdk/search/azure-search-documents/src/main/java/com/azure/search/documents/implementation/converters/EdgeNGramTokenizerConverter.java | wereHuang/azure-sdk-for-java | a08a57b060a025a8f455c5cfb5171fc52a3aeba4 | [
"MIT"
] | 1 | 2021-09-15T16:36:28.000Z | 2021-09-15T16:36:28.000Z | sdk/search/azure-search-documents/src/main/java/com/azure/search/documents/implementation/converters/EdgeNGramTokenizerConverter.java | wereHuang/azure-sdk-for-java | a08a57b060a025a8f455c5cfb5171fc52a3aeba4 | [
"MIT"
] | null | null | null | sdk/search/azure-search-documents/src/main/java/com/azure/search/documents/implementation/converters/EdgeNGramTokenizerConverter.java | wereHuang/azure-sdk-for-java | a08a57b060a025a8f455c5cfb5171fc52a3aeba4 | [
"MIT"
] | null | null | null | 38.485714 | 123 | 0.702301 | 998,181 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.search.documents.implementation.converters;
import com.azure.search.documents.indexes.models.EdgeNGramTokenizer;
import com.azure.search.documents.indexes.models.TokenCharacterKind;
import java.util.List... |
9237bb560bf3f7164ec0cf2c7ec85bbbdf4b5284 | 7,582 | java | Java | fhir/com.b2international.snowowl.fhir.rest.tests/src/com/b2international/snowowl/fhir/tests/serialization/domain/ValueSetSerializationTest.java | eranhash/snow-owl | bee466023647e4512e96269f0a380fa1ff3a785a | [
"Apache-2.0"
] | 2 | 2020-02-13T15:51:26.000Z | 2021-09-14T00:44:27.000Z | fhir/com.b2international.snowowl.fhir.rest.tests/src/com/b2international/snowowl/fhir/tests/serialization/domain/ValueSetSerializationTest.java | eranhash/snow-owl | bee466023647e4512e96269f0a380fa1ff3a785a | [
"Apache-2.0"
] | 1 | 2020-07-27T14:41:03.000Z | 2020-07-27T14:41:03.000Z | fhir/com.b2international.snowowl.fhir.rest.tests/src/com/b2international/snowowl/fhir/tests/serialization/domain/ValueSetSerializationTest.java | eranhash/snow-owl | bee466023647e4512e96269f0a380fa1ff3a785a | [
"Apache-2.0"
] | null | null | null | 32.401709 | 91 | 0.735558 | 998,182 | /*
* Copyright 2011-2018 B2i Healthcare Pte Ltd, http://b2i.sg
*
* 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... |
9237bbe3e8afbfb5a333a2cca717698e4cfd5b3d | 2,375 | java | Java | backend/src/test/java/de/learnlib/alex/learning/entities/learnlibproxies/eqproxies/MealyRandomWordsEQOracleProxyTest.java | LearnLib/alex | 1d204d31a7992edb9a27567ac8ae5ea21bf054a3 | [
"Apache-2.0"
] | 29 | 2016-10-15T21:22:11.000Z | 2022-03-28T08:30:46.000Z | backend/src/test/java/de/learnlib/alex/learning/entities/learnlibproxies/eqproxies/MealyRandomWordsEQOracleProxyTest.java | LearnLib/alex | 1d204d31a7992edb9a27567ac8ae5ea21bf054a3 | [
"Apache-2.0"
] | 104 | 2016-10-15T21:27:09.000Z | 2022-03-04T06:46:28.000Z | backend/src/test/java/de/learnlib/alex/learning/entities/learnlibproxies/eqproxies/MealyRandomWordsEQOracleProxyTest.java | LearnLib/alex | 1d204d31a7992edb9a27567ac8ae5ea21bf054a3 | [
"Apache-2.0"
] | 8 | 2017-10-16T12:53:16.000Z | 2021-09-26T08:31:14.000Z | 32.986111 | 87 | 0.728 | 998,183 | /*
* Copyright 2015 - 2021 TU Dortmund
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
9237bc49d5b8d5f246fde143654ea87480265c8c | 4,389 | java | Java | service/src/java/org/apache/hive/service/cli/OperationStatus.java | sho25/hive | 7a6a045c2a487bd200aeaded38497c843ec6a83c | [
"Apache-2.0"
] | null | null | null | service/src/java/org/apache/hive/service/cli/OperationStatus.java | sho25/hive | 7a6a045c2a487bd200aeaded38497c843ec6a83c | [
"Apache-2.0"
] | 3 | 2020-05-15T22:28:40.000Z | 2022-01-27T16:24:32.000Z | service/src/java/org/apache/hive/service/cli/OperationStatus.java | sho25/hive | 7a6a045c2a487bd200aeaded38497c843ec6a83c | [
"Apache-2.0"
] | null | null | null | 17.697581 | 813 | 0.815676 | 998,184 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * 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... |
9237bdeeccf480a19a83c8544dd1239aee6101c7 | 549 | java | Java | src/test/java/com/medkhelifi/tutorials/todolist/services/MyUserDetailsServiceTest.java | medkhelifi/todolist | 05fa7eff09720e6160db2bb1bee30e26e1e5adac | [
"MIT"
] | null | null | null | src/test/java/com/medkhelifi/tutorials/todolist/services/MyUserDetailsServiceTest.java | medkhelifi/todolist | 05fa7eff09720e6160db2bb1bee30e26e1e5adac | [
"MIT"
] | null | null | null | src/test/java/com/medkhelifi/tutorials/todolist/services/MyUserDetailsServiceTest.java | medkhelifi/todolist | 05fa7eff09720e6160db2bb1bee30e26e1e5adac | [
"MIT"
] | null | null | null | 26.142857 | 71 | 0.790528 | 998,185 | package com.medkhelifi.tutorials.todolist.services;
import com.medkhelifi.tutorials.todolist.models.dao.IUserDao;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframewo... |
9237bf86ac25461c798494479492ef1faa594b26 | 720 | java | Java | src/main/java/org/kpax/foom/user/domain/internal/SelectJavaBeanFieldsStep.java | ecovaci/foom | 085fd6c14f97d4ff7f258ac3e602265115c54a53 | [
"MIT"
] | 1 | 2019-12-07T06:01:21.000Z | 2019-12-07T06:01:21.000Z | src/main/java/org/kpax/foom/user/domain/internal/SelectJavaBeanFieldsStep.java | ecovaci/foom | 085fd6c14f97d4ff7f258ac3e602265115c54a53 | [
"MIT"
] | 1 | 2021-06-03T09:38:23.000Z | 2021-09-07T15:55:28.000Z | src/main/java/org/kpax/foom/user/domain/internal/SelectJavaBeanFieldsStep.java | ecovaci/foom | 085fd6c14f97d4ff7f258ac3e602265115c54a53 | [
"MIT"
] | null | null | null | 24.827586 | 86 | 0.741667 | 998,186 | package org.kpax.foom.user.domain.internal;
import org.apache.commons.lang3.Validate;
import org.kpax.foom.domain.AbstractStep;
import org.kpax.foom.domain.StepContext;
import org.kpax.foom.domain.exception.ValidationException;
/**
* @author Eugen Covaci {@literal eugen.covaci.q@gmail.com}
* Created on 9/23/2019
*... |
9237bf9e7eafab75d71d42ceb3d293514fa7732c | 2,531 | java | Java | app/src/main/java/com/example/taoguo/cloudreadertest/utils/CommonUtils.java | TaoMonkey/CloudReaderTest | ffa4ce7dc5bffa32bf6896186b5e21db41a84555 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/taoguo/cloudreadertest/utils/CommonUtils.java | TaoMonkey/CloudReaderTest | ffa4ce7dc5bffa32bf6896186b5e21db41a84555 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/taoguo/cloudreadertest/utils/CommonUtils.java | TaoMonkey/CloudReaderTest | ffa4ce7dc5bffa32bf6896186b5e21db41a84555 | [
"Apache-2.0"
] | null | null | null | 25.059406 | 94 | 0.64599 | 998,187 | package com.example.taoguo.cloudreadertest.utils;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.util.DisplayMetrics;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewParent;
... |
9237bffbcedc782cc5c568e0321040ffac4a2900 | 1,244 | java | Java | src/main/java/com/coffeebeans/springnativeawslambda/SpringNativeAwsLambdaApplication.java | rajashekars/spring-native-aws-lambda | 1b4b024a6bc2c984c6244124c1e5450f75486211 | [
"Apache-2.0"
] | 6 | 2021-06-03T03:18:34.000Z | 2022-03-29T17:40:35.000Z | src/main/java/com/coffeebeans/springnativeawslambda/SpringNativeAwsLambdaApplication.java | rajashekars/spring-native-aws-lambda | 1b4b024a6bc2c984c6244124c1e5450f75486211 | [
"Apache-2.0"
] | 4 | 2021-08-14T03:52:16.000Z | 2022-03-11T00:13:37.000Z | src/main/java/com/coffeebeans/springnativeawslambda/SpringNativeAwsLambdaApplication.java | rajashekars/spring-native-aws-lambda | 1b4b024a6bc2c984c6244124c1e5450f75486211 | [
"Apache-2.0"
] | 3 | 2021-10-12T06:36:14.000Z | 2022-01-27T12:57:12.000Z | 44.428571 | 115 | 0.84164 | 998,188 | package com.coffeebeans.springnativeawslambda;
import com.coffeebeans.springnativeawslambda.functions.ExampleFunction;
import com.coffeebeans.springnativeawslambda.model.Request;
import com.coffeebeans.springnativeawslambda.model.Response;
import org.springframework.boot.SpringBootConfiguration;
import org.springframe... |
9237c057f87746c68c3f9c9223ca3ce1fa2bd557 | 2,404 | java | Java | androidclass/src/main/java/com/same/androidclass/view/activity/ExamDetailActivity.java | alicance/MyScse-Client | 230dcdd417ca1b9b034d8c7d95ef193a446999e9 | [
"Apache-2.0"
] | 10 | 2016-05-27T03:32:23.000Z | 2018-07-12T15:52:27.000Z | androidclass/src/main/java/com/same/androidclass/view/activity/ExamDetailActivity.java | alicfeng/sise | 230dcdd417ca1b9b034d8c7d95ef193a446999e9 | [
"Apache-2.0"
] | 1 | 2016-05-29T13:55:15.000Z | 2016-10-24T11:39:20.000Z | androidclass/src/main/java/com/same/androidclass/view/activity/ExamDetailActivity.java | alicfeng/sise | 230dcdd417ca1b9b034d8c7d95ef193a446999e9 | [
"Apache-2.0"
] | 2 | 2016-05-28T02:38:22.000Z | 2018-01-14T08:28:57.000Z | 32.486486 | 98 | 0.731697 | 998,189 | package com.same.androidclass.view.activity;
import android.app.Activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ListView;
import android.widget.TextView;
import com.atermenji.android.iconicdroid.IconicFontDrawable;
import com.atermen... |
9237c11177ba9452bdf5be6419850fcaf50352a8 | 691 | java | Java | smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/Role.java | danielhams/Smack | 9d626bf787dc3e0e0a4399cef429285b22744d73 | [
"Apache-2.0"
] | 2,380 | 2015-01-01T16:37:15.000Z | 2022-03-29T15:08:37.000Z | smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/Role.java | danielhams/Smack | 9d626bf787dc3e0e0a4399cef429285b22744d73 | [
"Apache-2.0"
] | 312 | 2015-01-03T23:39:29.000Z | 2022-03-26T11:40:07.000Z | smack-extensions/src/main/java/org/jivesoftware/smackx/jingle/Role.java | danielhams/Smack | 9d626bf787dc3e0e0a4399cef429285b22744d73 | [
"Apache-2.0"
] | 987 | 2015-01-02T10:25:46.000Z | 2022-03-23T18:37:27.000Z | 30.043478 | 75 | 0.730825 | 998,190 | /**
*
* Copyright 2017 Paul Schaub
*
* 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... |
9237c130d58239f3535b52e33e6e887e3fcdac24 | 956 | java | Java | bigstoreproject/src/test/java/org/regeneration/bigstoreproject/StoreTest.java | it1439/Java4Web-Skg2018 | d5745e3b3fe01b6fef3350a5e97cc130dfb428f1 | [
"Apache-2.0"
] | null | null | null | bigstoreproject/src/test/java/org/regeneration/bigstoreproject/StoreTest.java | it1439/Java4Web-Skg2018 | d5745e3b3fe01b6fef3350a5e97cc130dfb428f1 | [
"Apache-2.0"
] | 5 | 2018-11-02T08:53:25.000Z | 2018-11-05T12:49:38.000Z | bigstoreproject/src/test/java/org/regeneration/bigstoreproject/StoreTest.java | it1439/Java4Web-Skg2018 | d5745e3b3fe01b6fef3350a5e97cc130dfb428f1 | [
"Apache-2.0"
] | 24 | 2018-11-02T09:58:25.000Z | 2018-11-22T13:20:51.000Z | 27.314286 | 83 | 0.723849 | 998,191 | package org.regeneration.bigstoreproject;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import static org.junit.Assert.*;
public class StoreTest {
private ApplicationContext contex... |
9237c1601c4a4d472923980015f8c65b4e7cc00e | 2,348 | java | Java | EcMainModule/src/msf/ecmm/emctrl/restpojo/ConfigAuditFromEm.java | multi-service-fabric/element-controller | e1491c4e6df88606e908a1563a70a16e3ec53758 | [
"Apache-2.0"
] | 1 | 2018-03-19T03:45:59.000Z | 2018-03-19T03:45:59.000Z | EcMainModule/src/msf/ecmm/emctrl/restpojo/ConfigAuditFromEm.java | multi-service-fabric/element-controller | e1491c4e6df88606e908a1563a70a16e3ec53758 | [
"Apache-2.0"
] | null | null | null | EcMainModule/src/msf/ecmm/emctrl/restpojo/ConfigAuditFromEm.java | multi-service-fabric/element-controller | e1491c4e6df88606e908a1563a70a16e3ec53758 | [
"Apache-2.0"
] | 1 | 2020-04-02T01:18:04.000Z | 2020-04-02T01:18:04.000Z | 21.153153 | 119 | 0.624787 | 998,192 | /*
* Copyright(c) 2019 Nippon Telegraph and Telephone Corporation
*/
package msf.ecmm.emctrl.restpojo;
import msf.ecmm.emctrl.restpojo.parts.DiffFromEm;
import msf.ecmm.emctrl.restpojo.parts.LatestEmConfigFromEm;
import msf.ecmm.emctrl.restpojo.parts.NeConfigFromEm;
/**
* Getting Config-Audit.
*/
pu... |
9237c31e70f2515eee907d35d8b88ff7260ae2ff | 1,818 | java | Java | iris-impl/src/main/java/org/deri/iris/builtins/date/TimeLessBuiltin.java | distributed-iris-reasoner/distributed-iris-reasoner | 17305f93e7b79411bf978f053fb4a488c08f91f2 | [
"MIT"
] | 1 | 2015-05-02T19:07:57.000Z | 2015-05-02T19:07:57.000Z | iris-impl/src/main/java/org/deri/iris/builtins/date/TimeLessBuiltin.java | distributed-iris-reasoner/distributed-iris-reasoner | 17305f93e7b79411bf978f053fb4a488c08f91f2 | [
"MIT"
] | null | null | null | iris-impl/src/main/java/org/deri/iris/builtins/date/TimeLessBuiltin.java | distributed-iris-reasoner/distributed-iris-reasoner | 17305f93e7b79411bf978f053fb4a488c08f91f2 | [
"MIT"
] | null | null | null | 31.894737 | 74 | 0.741474 | 998,193 | /*
* Integrated Rule Inference System (IRIS):
* An extensible rule inference system for datalog with extensions.
*
* Copyright (C) 2009 Semantic Technology Institute (STI) Innsbruck,
* University of Innsbruck, Technikerstrasse 21a, 6020 Innsbruck, Austria.
*
* This library is free software; you can redistribu... |
9237c374c67f1acaf2dbb91f276840cfbad56ebf | 1,248 | java | Java | platform-db-sql/src/main/java/com/softicar/platform/db/sql/selects/SqlSelect0_7.java | softicar/platform | d4cf99f3e3537272af23bf60f6b088891bd271ff | [
"MIT"
] | 1 | 2021-11-25T09:58:31.000Z | 2021-11-25T09:58:31.000Z | platform-db-sql/src/main/java/com/softicar/platform/db/sql/selects/SqlSelect0_7.java | softicar/platform | d4cf99f3e3537272af23bf60f6b088891bd271ff | [
"MIT"
] | 22 | 2021-11-10T13:59:22.000Z | 2022-03-04T16:38:33.000Z | platform-db-sql/src/main/java/com/softicar/platform/db/sql/selects/SqlSelect0_7.java | softicar/platform | d4cf99f3e3537272af23bf60f6b088891bd271ff | [
"MIT"
] | null | null | null | 31.2 | 185 | 0.637019 | 998,194 | package com.softicar.platform.db.sql.selects;
import com.softicar.platform.db.sql.expressions.ISqlExpression;
import com.softicar.platform.db.sql.expressions.ISqlExpression0;
public final class SqlSelect0_7<V0, V1, V2, V3, V4, V5, V6> extends SqlSelectBase7<V0, V1, V2, V3, V4, V5, V6> implements ISqlSelectExtension<S... |
9237c5f4d7505be79dca28ecb76178fc2141ca3c | 6,074 | java | Java | jmeter/src/main/java/io/github/tcdl/msb/jmeter/sampler/MsbRequesterSampler.java | jabengozartc/msb-java | cd40a4048d96b2779bfd3972d7267909b607802c | [
"MIT"
] | null | null | null | jmeter/src/main/java/io/github/tcdl/msb/jmeter/sampler/MsbRequesterSampler.java | jabengozartc/msb-java | cd40a4048d96b2779bfd3972d7267909b607802c | [
"MIT"
] | null | null | null | jmeter/src/main/java/io/github/tcdl/msb/jmeter/sampler/MsbRequesterSampler.java | jabengozartc/msb-java | cd40a4048d96b2779bfd3972d7267909b607802c | [
"MIT"
] | null | null | null | 41.319728 | 134 | 0.687027 | 998,195 | package io.github.tcdl.msb.jmeter.sampler;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
i... |
9237c688e60401066cb4bfd137c8f6b06127b27a | 6,662 | java | Java | java/Session2/web/src/main/java/devCamp/WebApp/services/IncidentServiceImpl.java | sriramdasbalaji/citypower | ce2febb768b3f5cb97356c9e0940742b46f55ec5 | [
"MIT"
] | 5 | 2017-05-16T23:10:40.000Z | 2020-06-01T13:59:48.000Z | java/Session2/web/src/main/java/devCamp/WebApp/services/IncidentServiceImpl.java | sriramdasbalaji/citypower | ce2febb768b3f5cb97356c9e0940742b46f55ec5 | [
"MIT"
] | 1 | 2021-02-24T02:17:26.000Z | 2021-02-24T02:17:26.000Z | java/Session2/web/src/main/java/devCamp/WebApp/services/IncidentServiceImpl.java | sriramdasbalaji/citypower | ce2febb768b3f5cb97356c9e0940742b46f55ec5 | [
"MIT"
] | 5 | 2017-11-22T22:37:57.000Z | 2021-01-12T09:12:27.000Z | 40.13253 | 113 | 0.774842 | 998,196 | package devCamp.WebApp.services;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.an... |
9237c74004d690a73b3c0855e08f4ad94307b040 | 1,629 | java | Java | src/huoShan/AnZhuo/JiBen/rg_TuPianAnNiu.java | qqqkoko123/qianghongbao | e2c9e6fdb8a2b3eb19e4bc65b8b165480852ccc0 | [
"Apache-2.0"
] | 102 | 2020-11-17T08:55:14.000Z | 2022-03-30T09:13:49.000Z | src/huoShan/AnZhuo/JiBen/rg_TuPianAnNiu.java | qqqkoko123/qianghongbao | e2c9e6fdb8a2b3eb19e4bc65b8b165480852ccc0 | [
"Apache-2.0"
] | 21 | 2020-10-27T02:42:45.000Z | 2022-01-31T13:41:23.000Z | src/huoShan/AnZhuo/JiBen/rg_TuPianAnNiu.java | qqqkoko123/qianghongbao | e2c9e6fdb8a2b3eb19e4bc65b8b165480852ccc0 | [
"Apache-2.0"
] | 31 | 2020-10-27T02:43:20.000Z | 2022-02-22T01:49:26.000Z | 46.542857 | 138 | 0.755064 | 998,197 |
package huoShan.AnZhuo.JiBen;
import android.app.Activity;
import android.view.View;
import android.view.ViewGroup;
import android.widget.*;
public class rg_TuPianAnNiu extends rg_TuPianKuang {
public rg_TuPianAnNiu () { }
public rg_TuPianAnNiu (android.content.Context context, ImageButton view, Object ob... |
9237c747786bfc67b7ace0a3a4957f0a483e6206 | 1,274 | java | Java | lang/java/integration-test/test-custom-conversions/src/main/java/org/apache/avro/codegentest/FixedSizeStringFactory.java | kchobantonov/avro | 5d2f01a1ea73ba45391fcfaf0f349b81ec577f51 | [
"Apache-2.0"
] | 1,960 | 2015-01-02T15:11:37.000Z | 2022-03-31T19:50:17.000Z | lang/java/integration-test/test-custom-conversions/src/main/java/org/apache/avro/codegentest/FixedSizeStringFactory.java | kchobantonov/avro | 5d2f01a1ea73ba45391fcfaf0f349b81ec577f51 | [
"Apache-2.0"
] | 934 | 2015-02-19T23:29:16.000Z | 2022-03-31T08:33:26.000Z | lang/java/integration-test/test-custom-conversions/src/main/java/org/apache/avro/codegentest/FixedSizeStringFactory.java | kchobantonov/avro | 5d2f01a1ea73ba45391fcfaf0f349b81ec577f51 | [
"Apache-2.0"
] | 1,381 | 2015-01-02T15:11:37.000Z | 2022-03-28T07:25:09.000Z | 32.666667 | 80 | 0.759812 | 998,198 | /*
* 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 ... |
9237c7bdfa0971774efd176d5a33e8d765729a04 | 6,943 | java | Java | src/com/landawn/abacus/android/ProgressBarTask.java | landawn/AbacusUtil | fbcc6bc8cf53247079b9d6ce5f667880f3eaeb4c | [
"Apache-2.0"
] | 87 | 2016-02-07T23:13:57.000Z | 2021-09-03T01:54:44.000Z | src/com/landawn/abacus/android/ProgressBarTask.java | lihy70/AbacusUtil | 16f18daffbe4a047e2ebb5a0efe05bd189bdb90f | [
"Apache-2.0"
] | 28 | 2017-01-12T22:02:54.000Z | 2022-01-23T02:57:11.000Z | src/com/landawn/abacus/android/ProgressBarTask.java | lihy70/AbacusUtil | 16f18daffbe4a047e2ebb5a0efe05bd189bdb90f | [
"Apache-2.0"
] | 15 | 2016-09-02T23:10:42.000Z | 2021-12-04T13:30:22.000Z | 36.73545 | 141 | 0.642518 | 998,199 | /*
* Copyright (C) 2016 HaiYang Li
*
* 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... |
9237c81afbaa91a00b798db0ae553220558ff2f9 | 1,829 | java | Java | src/main/java/io/github/batetolast1/wedderforecast/dto/mapper/result/DailyResultMapper.java | batetolast1/wedder-forecast | eb37b5084bee86f8d9202879dc9970c3101cf0b5 | [
"MIT"
] | null | null | null | src/main/java/io/github/batetolast1/wedderforecast/dto/mapper/result/DailyResultMapper.java | batetolast1/wedder-forecast | eb37b5084bee86f8d9202879dc9970c3101cf0b5 | [
"MIT"
] | null | null | null | src/main/java/io/github/batetolast1/wedderforecast/dto/mapper/result/DailyResultMapper.java | batetolast1/wedder-forecast | eb37b5084bee86f8d9202879dc9970c3101cf0b5 | [
"MIT"
] | null | null | null | 46.897436 | 147 | 0.778021 | 998,200 | package io.github.batetolast1.wedderforecast.dto.mapper.result;
import io.github.batetolast1.wedderforecast.dto.mapper.location.LocationMapper;
import io.github.batetolast1.wedderforecast.dto.mapper.weather.DailyWeatherMapper;
import io.github.batetolast1.wedderforecast.dto.mapper.weather.PredictedDailyWeatherMapper;
... |
9237c846d7adf111134c5b6584985fc7c1a2a60e | 1,180 | java | Java | chess/src/test/java/ru/job4j/AppTest.java | Mrdomax/job4j | f38fe2a022a87293083d5c34edbc23f677657cb2 | [
"Apache-2.0"
] | 1 | 2019-03-24T23:10:43.000Z | 2019-03-24T23:10:43.000Z | chess/src/test/java/ru/job4j/AppTest.java | Mrdomax/job4j | f38fe2a022a87293083d5c34edbc23f677657cb2 | [
"Apache-2.0"
] | null | null | null | chess/src/test/java/ru/job4j/AppTest.java | Mrdomax/job4j | f38fe2a022a87293083d5c34edbc23f677657cb2 | [
"Apache-2.0"
] | null | null | null | 23.137255 | 48 | 0.7 | 998,201 | package ru.job4j;
import javafx.scene.Group;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.hamcrest.Matchers;
import org.junit.After;
import org.junit.Before;
import ru.job4j.chess.Chess;
import ru.job4j.chess.Logic;
import ru.job4j.chess.figures.Cell;
impor... |
9237c97aa6715a5cc8e52838951f909a96fc678b | 4,111 | java | Java | openshift-tasks/src/main/java/com/openshift/service/DemoResource.java | bkugler-xv/rh-app-dev-hw | a60bfbecb25002fa45b8668429a9feec00701923 | [
"Unlicense"
] | null | null | null | openshift-tasks/src/main/java/com/openshift/service/DemoResource.java | bkugler-xv/rh-app-dev-hw | a60bfbecb25002fa45b8668429a9feec00701923 | [
"Unlicense"
] | null | null | null | openshift-tasks/src/main/java/com/openshift/service/DemoResource.java | bkugler-xv/rh-app-dev-hw | a60bfbecb25002fa45b8668429a9feec00701923 | [
"Unlicense"
] | null | null | null | 36.705357 | 124 | 0.654099 | 998,202 | package com.openshift.service;
import com.openshift.helpers.Load;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import javax.ws.rs.Produces;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.SecurityContext;
import java.io.IOException;
import ... |
9237cacd122f32bfd8b4e97666ae29cba6adcfad | 9,204 | java | Java | src/test/java/ru/uglic/votelemo/data/TestData.java | uglic/votelemo | 28851de6ceab7794b026e26180aec44ab5fc6ee5 | [
"MIT"
] | 2 | 2019-08-18T10:30:14.000Z | 2019-08-27T21:08:37.000Z | src/test/java/ru/uglic/votelemo/data/TestData.java | uglic/votelemo | 28851de6ceab7794b026e26180aec44ab5fc6ee5 | [
"MIT"
] | 1 | 2022-01-21T23:28:18.000Z | 2022-01-21T23:28:18.000Z | src/test/java/ru/uglic/votelemo/data/TestData.java | uglic/votelemo | 28851de6ceab7794b026e26180aec44ab5fc6ee5 | [
"MIT"
] | null | null | null | 59.766234 | 150 | 0.753042 | 998,203 | package ru.uglic.votelemo.data;
import org.springframework.security.crypto.password.PasswordEncoder;
import ru.uglic.votelemo.dto.out.DishWithPricesDto;
import ru.uglic.votelemo.dto.out.VoteStatDto;
import ru.uglic.votelemo.model.*;
import ru.uglic.votelemo.security.AuthUtil;
import java.math.BigDecimal;
import java.... |
9237cc7215908c80ea466a7b7ae2af2bb91e4a56 | 1,048 | java | Java | src/main/java/com/clubobsidian/wrappy/UnknownFileTypeException.java | ClubObsidian/wrappy | bac7122891d4eb01f14204a9f9b77bb14f337ba2 | [
"ECL-2.0",
"Apache-2.0"
] | 3 | 2018-09-07T10:03:13.000Z | 2021-08-29T01:15:09.000Z | src/main/java/com/clubobsidian/wrappy/UnknownFileTypeException.java | ClubObsidian/wrappy | bac7122891d4eb01f14204a9f9b77bb14f337ba2 | [
"ECL-2.0",
"Apache-2.0"
] | 44 | 2018-09-15T00:04:40.000Z | 2022-03-14T02:21:44.000Z | src/main/java/com/clubobsidian/wrappy/UnknownFileTypeException.java | ClubObsidian/wrappy | bac7122891d4eb01f14204a9f9b77bb14f337ba2 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2018-11-25T06:30:25.000Z | 2020-03-21T19:30:35.000Z | 30.823529 | 78 | 0.726145 | 998,204 | /*
* Copyright 2021 Club Obsidian and contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... |
9237ccb289f01b3dc60c0a34cff559e3c6abe2c4 | 166 | java | Java | src/rosetta/MDC_DIM_MILLI_EQUIV_PER_LB_PER_MIN.java | EDS-APHP/LightICE | 04d1c27bccd5c64df46d8182b8f4490b98540b3e | [
"BSD-2-Clause"
] | 4 | 2018-05-09T21:11:30.000Z | 2018-06-19T11:38:29.000Z | src/rosetta/MDC_DIM_MILLI_EQUIV_PER_LB_PER_MIN.java | Dubrzr/LightICE | 04d1c27bccd5c64df46d8182b8f4490b98540b3e | [
"BSD-2-Clause"
] | 8 | 2018-05-09T19:00:17.000Z | 2018-05-27T12:49:34.000Z | src/rosetta/MDC_DIM_MILLI_EQUIV_PER_LB_PER_MIN.java | Dubrzr/LightICE | 04d1c27bccd5c64df46d8182b8f4490b98540b3e | [
"BSD-2-Clause"
] | 2 | 2018-05-17T09:55:34.000Z | 2020-03-23T07:21:01.000Z | 18.444444 | 76 | 0.728916 | 998,205 | package rosetta;
public class MDC_DIM_MILLI_EQUIV_PER_LB_PER_MIN {
public static final String VALUE = "MDC_DIM_MILLI_EQUIV_PER_LB_PER_MIN";
}
|
9237cf2495a220ff7b0c1cc39398fe4e0e0d0e6d | 1,355 | java | Java | systemtests/src/main/java/org/bf2/admin/kafka/systemtest/listeners/TestCallbackListener.java | MikeEdgar/kafka-admin-api | 8d183d35bf91f48e212dd5a70a5ab78cd1e12281 | [
"Apache-2.0"
] | 1 | 2022-03-12T19:55:08.000Z | 2022-03-12T19:55:08.000Z | systemtests/src/main/java/org/bf2/admin/kafka/systemtest/listeners/TestCallbackListener.java | MikeEdgar/kafka-admin-api | 8d183d35bf91f48e212dd5a70a5ab78cd1e12281 | [
"Apache-2.0"
] | 8 | 2022-03-01T23:39:10.000Z | 2022-03-25T16:12:56.000Z | systemtests/src/main/java/org/bf2/admin/kafka/systemtest/listeners/TestCallbackListener.java | MikeEdgar/kafka-admin-api | 8d183d35bf91f48e212dd5a70a5ab78cd1e12281 | [
"Apache-2.0"
] | 6 | 2022-02-25T14:08:27.000Z | 2022-03-23T11:43:28.000Z | 43.709677 | 121 | 0.77786 | 998,206 | package org.bf2.admin.kafka.systemtest.listeners;
import org.bf2.admin.kafka.systemtest.utils.TestUtils;
import org.junit.jupiter.api.extension.AfterAllCallback;
import org.junit.jupiter.api.extension.AfterEachCallback;
import org.junit.jupiter.api.extension.BeforeAllCallback;
import org.junit.jupiter.api.extension.Be... |
9237d055d7891c907e1a9eb58bd17c0b259b755c | 280 | java | Java | src/main/java/com/example/demo/design/structural/adapter/twoway/TargetRealize.java | CounterattackOfAcmen/design-pattern | 2079a4e7ccbb2dd8b52220d756693f5a76c859c4 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/example/demo/design/structural/adapter/twoway/TargetRealize.java | CounterattackOfAcmen/design-pattern | 2079a4e7ccbb2dd8b52220d756693f5a76c859c4 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/example/demo/design/structural/adapter/twoway/TargetRealize.java | CounterattackOfAcmen/design-pattern | 2079a4e7ccbb2dd8b52220d756693f5a76c859c4 | [
"Apache-2.0"
] | null | null | null | 20 | 58 | 0.703571 | 998,207 | package com.example.demo.design.structural.adapter.twoway;
import com.example.demo.design.structural.adapter.ITarget;
/**
* @author zhang
*/
public class TargetRealize implements ITarget {
@Override
public void request() {
System.out.println("目标方法。");
}
}
|
9237d06b600c146d5577860441c9f9167086765a | 2,223 | java | Java | sequence-core/src/main/java/com/power4j/kit/seq/persistent/SeqSynchronizer.java | lishangbu/sequence | 28054611442ca6514faa98b2501e23ebd930f85e | [
"Apache-2.0"
] | 6 | 2020-07-08T01:17:17.000Z | 2021-11-26T02:44:55.000Z | sequence-core/src/main/java/com/power4j/kit/seq/persistent/SeqSynchronizer.java | power4j/sequence | 28054611442ca6514faa98b2501e23ebd930f85e | [
"Apache-2.0"
] | 65 | 2020-07-29T08:52:33.000Z | 2022-03-29T00:14:55.000Z | sequence-core/src/main/java/com/power4j/kit/seq/persistent/SeqSynchronizer.java | lishangbu/sequence | 28054611442ca6514faa98b2501e23ebd930f85e | [
"Apache-2.0"
] | 2 | 2020-07-29T08:50:03.000Z | 2021-02-15T03:04:11.000Z | 19.883929 | 88 | 0.658734 | 998,208 | /*
* Copyright 2020 ChenJun (lyhxr@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
9237d0ab52885715fe27f92dcbbdb9faf09d58e1 | 3,682 | java | Java | src/main/java/com/example/webclientdemo/GithubClient.java | Shamture/spring-webclient-demo | 5c1146f37465ca423d96e37e0fa67ff42dcf8465 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/example/webclientdemo/GithubClient.java | Shamture/spring-webclient-demo | 5c1146f37465ca423d96e37e0fa67ff42dcf8465 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/example/webclientdemo/GithubClient.java | Shamture/spring-webclient-demo | 5c1146f37465ca423d96e37e0fa67ff42dcf8465 | [
"Apache-2.0"
] | null | null | null | 40.021739 | 107 | 0.655622 | 998,209 | package com.example.webclientdemo;
import com.example.webclientdemo.config.AppProperties;
import com.example.webclientdemo.payload.RepoRequest;
import com.example.webclientdemo.payload.GithubRepo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
im... |
9237d0ee5b1eb58f2069f18f1170370f27f002ae | 2,112 | java | Java | classpath-0.98/gnu/java/awt/font/autofit/LatinAxis.java | nmldiegues/jvm-stm | d422d78ba8efc99409ecb49efdb4edf4884658df | [
"Apache-2.0"
] | 2 | 2015-09-08T15:40:04.000Z | 2017-02-09T15:19:33.000Z | classpath-0.98/gnu/java/awt/font/autofit/LatinAxis.java | nmldiegues/jvm-stm | d422d78ba8efc99409ecb49efdb4edf4884658df | [
"Apache-2.0"
] | null | null | null | classpath-0.98/gnu/java/awt/font/autofit/LatinAxis.java | nmldiegues/jvm-stm | d422d78ba8efc99409ecb49efdb4edf4884658df | [
"Apache-2.0"
] | null | null | null | 33.52381 | 75 | 0.774621 | 998,210 | /* LatinAxis.java -- Axis specific data
Copyright (C) 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or... |
9237d30d51717c5c84100c0b9631d71a403cdb4b | 12,306 | java | Java | src/chapter3/section2/Exercise6.java | bkarjoo/algorithms-sedgewick-wayne | abb0004384493aaa17a1eaa26ba1923dac638b1c | [
"MIT"
] | 1,781 | 2017-01-14T16:08:52.000Z | 2022-03-31T14:50:39.000Z | src/chapter3/section2/Exercise6.java | bkarjoo/algorithms-sedgewick-wayne | abb0004384493aaa17a1eaa26ba1923dac638b1c | [
"MIT"
] | 220 | 2017-12-17T18:28:13.000Z | 2022-03-28T12:30:05.000Z | src/chapter3/section2/Exercise6.java | bkarjoo/algorithms-sedgewick-wayne | abb0004384493aaa17a1eaa26ba1923dac638b1c | [
"MIT"
] | 641 | 2017-10-10T17:50:06.000Z | 2022-03-31T06:49:32.000Z | 28.031891 | 94 | 0.483341 | 998,211 | package chapter3.section2;
import edu.princeton.cs.algs4.Queue;
import edu.princeton.cs.algs4.StdOut;
import java.util.NoSuchElementException;
/**
* Created by Rene Argento on 09/05/17.
*/
public class Exercise6 {
private class BinarySearchTree<Key extends Comparable<Key>, Value>{
private class Node ... |
9237d3ffff96f58d268dda394e1e55d9bee34a9d | 670 | java | Java | src/main/java/io/demo/credit/DigitalCreditApplication.java | keithpuzey/Digital-Credit | 0dd9c15ac67a778298ed7014dc9762f7653a1bb7 | [
"MIT"
] | null | null | null | src/main/java/io/demo/credit/DigitalCreditApplication.java | keithpuzey/Digital-Credit | 0dd9c15ac67a778298ed7014dc9762f7653a1bb7 | [
"MIT"
] | null | null | null | src/main/java/io/demo/credit/DigitalCreditApplication.java | keithpuzey/Digital-Credit | 0dd9c15ac67a778298ed7014dc9762f7653a1bb7 | [
"MIT"
] | 1 | 2020-03-06T19:45:17.000Z | 2020-03-06T19:45:17.000Z | 31.904762 | 85 | 0.850746 | 998,212 | package io.demo.credit;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
@SpringBootApplication
pub... |
9237d42e99416b349349be4d352a5d5c86de182c | 6,820 | java | Java | x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/search/aggregations/bucket/geogrid/AbstractGeoHashGridTiler.java | diwasjoshi/elasticsearch | 58ce0f94a0bbdf2576e0a00a62abe1854ee7fe2f | [
"Apache-2.0"
] | null | null | null | x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/search/aggregations/bucket/geogrid/AbstractGeoHashGridTiler.java | diwasjoshi/elasticsearch | 58ce0f94a0bbdf2576e0a00a62abe1854ee7fe2f | [
"Apache-2.0"
] | null | null | null | x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/search/aggregations/bucket/geogrid/AbstractGeoHashGridTiler.java | diwasjoshi/elasticsearch | 58ce0f94a0bbdf2576e0a00a62abe1854ee7fe2f | [
"Apache-2.0"
] | null | null | null | 44.285714 | 138 | 0.640029 | 998,213 | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
package org.elasticsearch.xpack.spatial.search.aggregations.bucket... |
9237d5140a9eb707e31e9a8e99855565153d022f | 333 | java | Java | org/apache/fop/fo/ValidationException.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | 1 | 2022-02-24T01:32:41.000Z | 2022-02-24T01:32:41.000Z | org/apache/fop/fo/ValidationException.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | null | null | null | org/apache/fop/fo/ValidationException.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | null | null | null | 22.2 | 64 | 0.741742 | 998,214 | package org.apache.fop.fo;
import org.apache.fop.apps.FOPException;
import org.xml.sax.Locator;
public class ValidationException extends FOPException {
public ValidationException(String message) {
super(message);
}
public ValidationException(String message, Locator locator) {
super(message, loca... |
9237d574d4eaf72672afa764849ad732f09a5651 | 393 | java | Java | yxhshop-user-api/src/main/java/com/rkele/yxhshop/user/fallback/DictionaryApiFallback.java | keybersan/yxhshop | d03eda8dd588a9c186da84074eb160e0d86d9ce0 | [
"MIT"
] | 2 | 2020-05-16T05:57:25.000Z | 2020-06-18T12:56:25.000Z | yxhshop-user-api/src/main/java/com/rkele/yxhshop/user/fallback/DictionaryApiFallback.java | keybersan/yxhshop | d03eda8dd588a9c186da84074eb160e0d86d9ce0 | [
"MIT"
] | null | null | null | yxhshop-user-api/src/main/java/com/rkele/yxhshop/user/fallback/DictionaryApiFallback.java | keybersan/yxhshop | d03eda8dd588a9c186da84074eb160e0d86d9ce0 | [
"MIT"
] | 1 | 2021-03-30T02:34:42.000Z | 2021-03-30T02:34:42.000Z | 28.071429 | 94 | 0.811705 | 998,215 | package com.rkele.yxhshop.user.fallback;
import com.rkele.yxhshop.user.api.DictionaryApi;
import com.rkele.yxhshop.user.po.Dictionary;
import org.springframework.stereotype.Component;
import com.rkele.yxhshop.common.fallback.ApiFallback;
/**
* Created by keybersan on 2020/2/9.
*/
@Component
public class DictionaryA... |
9237d69b7d8cb82d000d2df23c5e5ed895ca7cbd | 701 | java | Java | Atlas/core/src/main/java/net/avicus/atlas/module/gadget/map/MapTokenModule.java | jasoryeh/AvicusNetwork | a552beff1fc9c9b87477fae84cb52b8d79c10121 | [
"MIT"
] | 1 | 2019-07-09T13:00:38.000Z | 2019-07-09T13:00:38.000Z | Atlas/core/src/main/java/net/avicus/atlas/module/gadget/map/MapTokenModule.java | jasoryeh/AvicusNetwork | a552beff1fc9c9b87477fae84cb52b8d79c10121 | [
"MIT"
] | null | null | null | Atlas/core/src/main/java/net/avicus/atlas/module/gadget/map/MapTokenModule.java | jasoryeh/AvicusNetwork | a552beff1fc9c9b87477fae84cb52b8d79c10121 | [
"MIT"
] | 1 | 2020-01-18T16:50:21.000Z | 2020-01-18T16:50:21.000Z | 26.961538 | 61 | 0.741797 | 998,216 | package net.avicus.atlas.module.gadget.map;
import net.avicus.atlas.event.match.MatchCompleteEvent;
import net.avicus.atlas.module.Module;
import org.bukkit.event.EventHandler;
import org.bukkit.event.player.AsyncPlayerChatEvent;
public class MapTokenModule implements Module {
private MapTokenManager mapTokenMana... |
9237d899ab031a44a12228390f6849f1800ce56c | 3,452 | java | Java | src/main/java/org/springframework/data/redis/core/TimeoutUtils.java | upthewaterspout/spring-data-redis | a944aa2d1bd3551cf2146cdf4e03ed10c1f112a3 | [
"Apache-2.0"
] | 1,455 | 2015-01-01T05:14:04.000Z | 2022-03-30T07:10:42.000Z | src/main/java/org/springframework/data/redis/core/TimeoutUtils.java | upthewaterspout/spring-data-redis | a944aa2d1bd3551cf2146cdf4e03ed10c1f112a3 | [
"Apache-2.0"
] | 642 | 2015-01-19T13:47:02.000Z | 2022-03-31T09:18:11.000Z | src/main/java/org/springframework/data/redis/core/TimeoutUtils.java | upthewaterspout/spring-data-redis | a944aa2d1bd3551cf2146cdf4e03ed10c1f112a3 | [
"Apache-2.0"
] | 1,070 | 2015-01-05T14:05:10.000Z | 2022-03-31T09:21:27.000Z | 30.821429 | 116 | 0.719003 | 998,217 | /*
* Copyright 2013-2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
9237da2aa6368177b8eba0c33b4cc43f2398cf13 | 382 | java | Java | config-client/src/main/java/javamentor/examples/springcloudconfigclient/SpringcloudconfigClientApplication.java | SZD-48/javamentor-spring-cloud | 72cfdee891ddbed4267fe03936dae3d65666201b | [
"BSD-2-Clause"
] | null | null | null | config-client/src/main/java/javamentor/examples/springcloudconfigclient/SpringcloudconfigClientApplication.java | SZD-48/javamentor-spring-cloud | 72cfdee891ddbed4267fe03936dae3d65666201b | [
"BSD-2-Clause"
] | null | null | null | config-client/src/main/java/javamentor/examples/springcloudconfigclient/SpringcloudconfigClientApplication.java | SZD-48/javamentor-spring-cloud | 72cfdee891ddbed4267fe03936dae3d65666201b | [
"BSD-2-Clause"
] | null | null | null | 27.285714 | 78 | 0.82199 | 998,218 | package javamentor.examples.springcloudconfigclient;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringcloudconfigClientApplication {
public static void main(String[] args) {
SpringApplication.... |
9237da96982d334efde0707347f717695b40f0b7 | 3,031 | java | Java | xdlx-core/src/main/java/com/rainerschuster/dlx/MinMaxDancingLinks.java | rainerschuster/xdlx | 9ea237c8dc3c20154249fbfb09955f3242d86301 | [
"Apache-2.0"
] | null | null | null | xdlx-core/src/main/java/com/rainerschuster/dlx/MinMaxDancingLinks.java | rainerschuster/xdlx | 9ea237c8dc3c20154249fbfb09955f3242d86301 | [
"Apache-2.0"
] | null | null | null | xdlx-core/src/main/java/com/rainerschuster/dlx/MinMaxDancingLinks.java | rainerschuster/xdlx | 9ea237c8dc3c20154249fbfb09955f3242d86301 | [
"Apache-2.0"
] | null | null | null | 30.616162 | 92 | 0.558232 | 998,219 | /*
* Copyright 2015 Rainer Schuster
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
9237da97c91a6d99d96d4ab20bdb7f33a941f7bd | 1,681 | java | Java | src/main/java/com/eternity/common/message/Message.java | sonjayatandon/eternity-common | c2947b2ad2b7333252370ea3684046d6a7ab03ba | [
"MIT"
] | null | null | null | src/main/java/com/eternity/common/message/Message.java | sonjayatandon/eternity-common | c2947b2ad2b7333252370ea3684046d6a7ab03ba | [
"MIT"
] | null | null | null | src/main/java/com/eternity/common/message/Message.java | sonjayatandon/eternity-common | c2947b2ad2b7333252370ea3684046d6a7ab03ba | [
"MIT"
] | null | null | null | 33.62 | 107 | 0.754313 | 998,220 | package com.eternity.common.message;
/*
The MIT License (MIT)
Copyright (c) 2011 Sonjaya Tandon
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 ... |
9237daa9702f34ed32852906287f6af0c71b2da5 | 2,741 | java | Java | tl/src/main/java/com/github/badoualy/telegram/tl/api/request/TLRequestInvokeAfterMsgs.java | FullStackD3vs/kotlogram | e3c26c69c2896b6bf3fce539ba0c46debc884e0f | [
"MIT"
] | 240 | 2016-01-04T11:23:29.000Z | 2022-03-04T20:22:30.000Z | tl/src/main/java/com/github/badoualy/telegram/tl/api/request/TLRequestInvokeAfterMsgs.java | FullStackD3vs/kotlogram | e3c26c69c2896b6bf3fce539ba0c46debc884e0f | [
"MIT"
] | 57 | 2016-01-28T10:57:25.000Z | 2021-03-02T21:32:57.000Z | tl/src/main/java/com/github/badoualy/telegram/tl/api/request/TLRequestInvokeAfterMsgs.java | FullStackD3vs/kotlogram | e3c26c69c2896b6bf3fce539ba0c46debc884e0f | [
"MIT"
] | 103 | 2016-01-29T20:20:17.000Z | 2022-03-28T18:48:51.000Z | 29.526882 | 95 | 0.719592 | 998,221 | package com.github.badoualy.telegram.tl.api.request;
import com.github.badoualy.telegram.tl.TLContext;
import com.github.badoualy.telegram.tl.core.TLLongVector;
import com.github.badoualy.telegram.tl.core.TLMethod;
import com.github.badoualy.telegram.tl.core.TLObject;
import java.io.IOException;
import java.io.InputS... |
9237db5059344d2c404fc6759d53d953b94980c5 | 1,208 | java | Java | modules/math/src/main/java/com/opengamma/strata/math/impl/function/special/HermitePolynomialFunction.java | LALAYANG/Strata | 7a3f9613913b383446d862c4606b5fbf59aaa213 | [
"Apache-2.0"
] | 696 | 2015-07-15T12:09:50.000Z | 2022-03-27T15:05:05.000Z | modules/math/src/main/java/com/opengamma/strata/math/impl/function/special/HermitePolynomialFunction.java | LALAYANG/Strata | 7a3f9613913b383446d862c4606b5fbf59aaa213 | [
"Apache-2.0"
] | 562 | 2015-07-17T11:31:08.000Z | 2022-03-29T16:15:39.000Z | modules/math/src/main/java/com/opengamma/strata/math/impl/function/special/HermitePolynomialFunction.java | LALAYANG/Strata | 7a3f9613913b383446d862c4606b5fbf59aaa213 | [
"Apache-2.0"
] | 315 | 2015-07-18T20:53:45.000Z | 2022-03-06T02:04:13.000Z | 27.454545 | 93 | 0.660596 | 998,222 | /*
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.strata.math.impl.function.special;
import com.opengamma.strata.collect.ArgChecker;
import com.opengamma.strata.collect.tuple.Pair;
import com.opengamma.strata.m... |
9237dba5f4a7534b6d2ce0c8494c41737a2dd90c | 993 | java | Java | Dataset/Leetcode/test/102/193.java | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | Dataset/Leetcode/test/102/193.java | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | Dataset/Leetcode/test/102/193.java | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | 22.568182 | 57 | 0.398792 | 998,223 | class Solution {
public List<List<Integer>> XXX(TreeNode root) {
List<List<Integer>> result = new ArrayList<>();
if(root == null) {
return result;
}
LinkedList<TreeNode> record = new LinkedList<>();
record.add(root);
record.add(null);
Li... |
9237dbd5aaf9778402b5de65dbabeb8995bb1a31 | 373 | java | Java | framework/Music.java | milam/AndroidFramework | 55a1291ef6ecde83768d7e977bb5f8e2df8a7ad8 | [
"Unlicense"
] | 1 | 2016-11-10T18:32:08.000Z | 2016-11-10T18:32:08.000Z | framework/Music.java | milam/AndroidFramework | 55a1291ef6ecde83768d7e977bb5f8e2df8a7ad8 | [
"Unlicense"
] | null | null | null | framework/Music.java | milam/AndroidFramework | 55a1291ef6ecde83768d7e977bb5f8e2df8a7ad8 | [
"Unlicense"
] | null | null | null | 15.541667 | 44 | 0.670241 | 998,224 | package com.mdobbins.framework;
public interface Music {
public void play();
public void stop();
public void pause();
public void setLooping(boolean looping);
public void setVolume(float volume);
public boolean isPlaying();
public boolean isStopped();
public boolean isLooping();
... |
9237dd06980761b619bbe809b6870c55c125d7e5 | 3,236 | java | Java | order-impl/src/main/java/com/knoldus/lagom/sample/restaurant/order/impl/OrderEventProcessor.java | knoldus/lagom-on-k8s | 343263cc2e9df056b22a30d9334bef218d27fb91 | [
"Apache-2.0"
] | 5 | 2018-10-22T07:38:53.000Z | 2020-05-30T19:13:58.000Z | order-impl/src/main/java/com/knoldus/lagom/sample/restaurant/order/impl/OrderEventProcessor.java | knoldus/lagom-on-k8s | 343263cc2e9df056b22a30d9334bef218d27fb91 | [
"Apache-2.0"
] | null | null | null | order-impl/src/main/java/com/knoldus/lagom/sample/restaurant/order/impl/OrderEventProcessor.java | knoldus/lagom-on-k8s | 343263cc2e9df056b22a30d9334bef218d27fb91 | [
"Apache-2.0"
] | null | null | null | 39.463415 | 99 | 0.694685 | 998,225 | package com.knoldus.lagom.sample.restaurant.order.impl;
import akka.Done;
import com.datastax.driver.core.BoundStatement;
import com.datastax.driver.core.PreparedStatement;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.inject.Inject;
import com.lightbend.lagom.javadsl.persistence.AggregateEvent... |
9237dddf07a824f0907e53cc24dc6f2b24fc003c | 72 | java | Java | 1.JavaSyntax/src/com/javarush/task/pro/task17/task1706/Animal.java | ivaninkv/JavaRushTasks | 95053dea5d938a564e8c9b9824f41f6ebb58eed4 | [
"MIT"
] | null | null | null | 1.JavaSyntax/src/com/javarush/task/pro/task17/task1706/Animal.java | ivaninkv/JavaRushTasks | 95053dea5d938a564e8c9b9824f41f6ebb58eed4 | [
"MIT"
] | null | null | null | 1.JavaSyntax/src/com/javarush/task/pro/task17/task1706/Animal.java | ivaninkv/JavaRushTasks | 95053dea5d938a564e8c9b9824f41f6ebb58eed4 | [
"MIT"
] | null | null | null | 14.4 | 46 | 0.777778 | 998,226 | package com.javarush.task.pro.task17.task1706;
public class Animal {
}
|
9237dde382e6297e32a26c901eb8a5f7f0e71778 | 5,847 | java | Java | hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/src/main/java/org/apache/hyracks/maven/license/freemarker/IndentDirective.java | simon-dew/asterixdb | 81c3249322957be261cd99bf7d6b464fcb4a3bbd | [
"Apache-2.0"
] | 200 | 2016-06-16T01:01:42.000Z | 2022-03-24T08:16:13.000Z | hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/src/main/java/org/apache/hyracks/maven/license/freemarker/IndentDirective.java | simon-dew/asterixdb | 81c3249322957be261cd99bf7d6b464fcb4a3bbd | [
"Apache-2.0"
] | 3 | 2018-01-29T21:39:26.000Z | 2021-06-17T20:11:31.000Z | hyracks-fullstack/hyracks/hyracks-maven-plugins/license-automation-plugin/src/main/java/org/apache/hyracks/maven/license/freemarker/IndentDirective.java | prestoncarman/incubator-asterixdb | 013b4a431774b3b97275ad308dd3100dd1ab480e | [
"Apache-2.0"
] | 112 | 2016-06-12T21:51:05.000Z | 2022-02-05T17:16:33.000Z | 37.242038 | 115 | 0.626988 | 998,227 | /*
* 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 ... |
9237debf7e88552087f991d3d49a8f81f55dc00e | 235 | java | Java | src/test/java/com/ratz/springsecuritybasics/SpringSecurityBasicsApplicationTests.java | ratzPereira/spring-security-basics | 45ae1a449ee99485c59da99ea228135e92795313 | [
"MIT"
] | null | null | null | src/test/java/com/ratz/springsecuritybasics/SpringSecurityBasicsApplicationTests.java | ratzPereira/spring-security-basics | 45ae1a449ee99485c59da99ea228135e92795313 | [
"MIT"
] | null | null | null | src/test/java/com/ratz/springsecuritybasics/SpringSecurityBasicsApplicationTests.java | ratzPereira/spring-security-basics | 45ae1a449ee99485c59da99ea228135e92795313 | [
"MIT"
] | null | null | null | 16.785714 | 60 | 0.808511 | 998,228 | package com.ratz.springsecuritybasics;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SpringSecurityBasicsApplicationTests {
@Test
void contextLoads() {
}
}
|
9237dfc29ad6bf430bd2300c28ae4dc02ad15a7a | 7,904 | java | Java | src/main/java/com/blackducksoftware/integration/hub/alert/web/actions/LoginActions.java | junsulee/blackduck-alert | 9ffe1d11079dd0c20509023490c070731abe0b24 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/blackducksoftware/integration/hub/alert/web/actions/LoginActions.java | junsulee/blackduck-alert | 9ffe1d11079dd0c20509023490c070731abe0b24 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/blackducksoftware/integration/hub/alert/web/actions/LoginActions.java | junsulee/blackduck-alert | 9ffe1d11079dd0c20509023490c070731abe0b24 | [
"Apache-2.0"
] | null | null | null | 48.790123 | 221 | 0.730516 | 998,229 | /**
* hub-alert
*
* Copyright (C) 2018 Black Duck Software, Inc.
* http://www.blackducksoftware.com/
*
* 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 ownersh... |
9237dffafaf9081c2b1c1dcaa60a519a6c8d22bc | 2,819 | java | Java | src/org/siphon/visualbasic/VarDecl.java | igoreksiz/vba-interpreter | c00e8f18b84c33b33b258c7362eda76721402efb | [
"MIT"
] | 16 | 2017-12-12T04:21:22.000Z | 2021-12-16T15:02:54.000Z | src/org/siphon/visualbasic/VarDecl.java | igoreksiz/vba-interpreter | c00e8f18b84c33b33b258c7362eda76721402efb | [
"MIT"
] | 1 | 2019-11-11T11:07:38.000Z | 2019-11-12T05:47:35.000Z | src/org/siphon/visualbasic/VarDecl.java | igoreksiz/vba-interpreter | c00e8f18b84c33b33b258c7362eda76721402efb | [
"MIT"
] | 14 | 2018-09-23T01:55:12.000Z | 2021-09-30T02:00:23.000Z | 33.547619 | 81 | 0.681689 | 998,230 | /*******************************************************************************
* Copyright (C) 2017 Inshua<ychag@example.com>
*
* 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 wi... |
9237e033ca1f0d802634104d38bb1cd6a2117cae | 2,373 | java | Java | jasperserver/jasperserver-api/engine/src/main/java/com/jaspersoft/jasperserver/api/engine/scheduling/service/TriggerTypeMismatchException.java | joshualucas84/jasper-soft-server | 6515c9e90a19535b2deba9264ed1ff9e77a2cc09 | [
"Apache-2.0"
] | 2 | 2021-02-25T16:35:45.000Z | 2021-07-07T05:11:55.000Z | jasperserver/jasperserver-api/engine/src/main/java/com/jaspersoft/jasperserver/api/engine/scheduling/service/TriggerTypeMismatchException.java | jlucas5190/jasper-soft-server | 6515c9e90a19535b2deba9264ed1ff9e77a2cc09 | [
"Apache-2.0"
] | null | null | null | jasperserver/jasperserver-api/engine/src/main/java/com/jaspersoft/jasperserver/api/engine/scheduling/service/TriggerTypeMismatchException.java | jlucas5190/jasper-soft-server | 6515c9e90a19535b2deba9264ed1ff9e77a2cc09 | [
"Apache-2.0"
] | 3 | 2018-11-14T07:01:06.000Z | 2021-07-07T05:12:03.000Z | 34.391304 | 144 | 0.713443 | 998,231 | /*
* Copyright (C) 2005 - 2014 TIBCO Software Inc. All rights reserved.
* http://www.jaspersoft.com.
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is free software: you can redistribute it and/or modify
* it under the terms... |
9237e07d17d0f0aff4b2477ff2a33de9abcb7f3a | 205,618 | java | Java | lib/mysql-connector-java-5.1.45/src/com/mysql/jdbc/MysqlIO.java | monicaespitiam/Curso-R | 8878a1d08ceb810369e44375eb33fa5ba5eb2240 | [
"MIT"
] | 121 | 2018-01-31T19:07:07.000Z | 2022-03-20T11:39:38.000Z | lib/mysql-connector-java-5.1.45/src/com/mysql/jdbc/MysqlIO.java | monicaespitiam/Curso-R | 8878a1d08ceb810369e44375eb33fa5ba5eb2240 | [
"MIT"
] | 1 | 2019-02-19T22:12:57.000Z | 2019-02-19T22:12:57.000Z | lib/mysql-connector-java-5.1.45/src/com/mysql/jdbc/MysqlIO.java | monicaespitiam/Curso-R | 8878a1d08ceb810369e44375eb33fa5ba5eb2240 | [
"MIT"
] | 392 | 2018-02-13T02:39:24.000Z | 2022-03-12T01:00:45.000Z | 40.7245 | 165 | 0.583417 | 998,232 | /*
Copyright (c) 2002, 2017, Oracle and/or its affiliates. All rights reserved.
The MySQL Connector/J is licensed under the terms of the GPLv2
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most MySQL Connectors.
There are special exceptions to the terms and conditions of the GPLv2 as it is appl... |
9237e14be8caca2358eabf8dd94257fd46300b53 | 3,294 | java | Java | src/main/java/com/alipay/api/request/ZhimaCustomerEpCertificationQueryRequest.java | doveylovey/alipay-sdk-java | 89cf2e649d753cad5c95ef0d1256c3c8b6fac6ed | [
"Apache-2.0"
] | null | null | null | src/main/java/com/alipay/api/request/ZhimaCustomerEpCertificationQueryRequest.java | doveylovey/alipay-sdk-java | 89cf2e649d753cad5c95ef0d1256c3c8b6fac6ed | [
"Apache-2.0"
] | null | null | null | src/main/java/com/alipay/api/request/ZhimaCustomerEpCertificationQueryRequest.java | doveylovey/alipay-sdk-java | 89cf2e649d753cad5c95ef0d1256c3c8b6fac6ed | [
"Apache-2.0"
] | null | null | null | 23.361702 | 123 | 0.673345 | 998,233 | package com.alipay.api.request;
import com.alipay.api.domain.ZhimaCustomerEpCertificationQueryModel;
import java.util.Map;
import com.alipay.api.AlipayRequest;
import com.alipay.api.internal.util.AlipayHashMap;
import com.alipay.api.response.ZhimaCustomerEpCertificationQueryResponse;
import com.alipay.api.AlipayObje... |
9237e1aa0db1fb24ce7b8f7992f028afbb147f76 | 1,013 | java | Java | mywork-mgs/src/main/java/com/lanzhu/mywork/mgs/account/UserController.java | lanzhu259X/mywork | e37aa820d304a4a64d8294615178f1543c792873 | [
"Apache-2.0"
] | null | null | null | mywork-mgs/src/main/java/com/lanzhu/mywork/mgs/account/UserController.java | lanzhu259X/mywork | e37aa820d304a4a64d8294615178f1543c792873 | [
"Apache-2.0"
] | null | null | null | mywork-mgs/src/main/java/com/lanzhu/mywork/mgs/account/UserController.java | lanzhu259X/mywork | e37aa820d304a4a64d8294615178f1543c792873 | [
"Apache-2.0"
] | null | null | null | 30.69697 | 72 | 0.735439 | 998,234 | package com.lanzhu.mywork.mgs.account;
import com.lanzhu.mywork.mgs.account.vo.UserResult;
import com.lanzhu.mywork.mgs.base.BaseAction;
import lombok.extern.log4j.Log4j2;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.... |
9237e1ab982a5b5fc4c4f2e059ab322e4a643efd | 7,509 | java | Java | core/src/test/java/com/artos/tests/core/AbstractRaftTest.java | apmedvedev/artos-java | e51fcd41c7a29063e100bd5442541be2c3fee3f0 | [
"Apache-2.0"
] | null | null | null | core/src/test/java/com/artos/tests/core/AbstractRaftTest.java | apmedvedev/artos-java | e51fcd41c7a29063e100bd5442541be2c3fee3f0 | [
"Apache-2.0"
] | null | null | null | core/src/test/java/com/artos/tests/core/AbstractRaftTest.java | apmedvedev/artos-java | e51fcd41c7a29063e100bd5442541be2c3fee3f0 | [
"Apache-2.0"
] | null | null | null | 43.404624 | 148 | 0.717938 | 998,235 | package com.artos.tests.core;
import com.artos.api.core.server.conf.GroupConfiguration;
import com.artos.api.core.server.conf.MemoryLogStoreFactoryConfiguration;
import com.artos.api.core.server.conf.ServerChannelConfiguration;
import com.artos.api.core.server.conf.ServerChannelConfigurationBuilder;
import com.artos.a... |
9237e230530b0410cb56e9528d53e345858c251f | 592 | java | Java | src/main/java/net/hyjuki/smgen/base/utils/PageResult.java | wintop/Spring-mytabits-generator | 8797f207fbd9e1dd33072acb1816a10463c20779 | [
"MIT"
] | null | null | null | src/main/java/net/hyjuki/smgen/base/utils/PageResult.java | wintop/Spring-mytabits-generator | 8797f207fbd9e1dd33072acb1816a10463c20779 | [
"MIT"
] | null | null | null | src/main/java/net/hyjuki/smgen/base/utils/PageResult.java | wintop/Spring-mytabits-generator | 8797f207fbd9e1dd33072acb1816a10463c20779 | [
"MIT"
] | null | null | null | 17.939394 | 73 | 0.543919 | 998,236 | package net.hyjuki.smgen.base.utils;
public class PageResult<T> {
private T data;
private int total;
public PageResult(T data, int total) {
this.data = data;
this.total = total;
}
public T getData() {
return data;
}
public void setData(T data) {
this.data ... |
9237e38a16921bead23a1d59c603a8b84c118b3a | 1,726 | java | Java | src/test/java/seedu/travel/testutil/TypicalYearChart.java | chung-ming/main | 37175a6888efc20d844b5461fe4a0ae067f9906e | [
"MIT"
] | 2 | 2019-04-12T01:48:29.000Z | 2019-04-16T04:45:26.000Z | src/test/java/seedu/travel/testutil/TypicalYearChart.java | chung-ming/main | 37175a6888efc20d844b5461fe4a0ae067f9906e | [
"MIT"
] | 87 | 2019-04-03T08:24:29.000Z | 2019-07-26T07:19:16.000Z | src/test/java/seedu/travel/testutil/TypicalYearChart.java | chung-ming/main | 37175a6888efc20d844b5461fe4a0ae067f9906e | [
"MIT"
] | 5 | 2019-02-03T05:54:01.000Z | 2019-02-19T12:17:10.000Z | 29.758621 | 86 | 0.634994 | 998,237 | package seedu.travel.testutil;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import seedu.travel.model.ChartBook;
import seedu.travel.model.chart.YearChart;
/**
* A utility class containing a list of {@code YearChart} objects to be used in tests.
*/
public class TypicalYearChart {
... |
9237e3ae340eb98b6823bdcc8b9d2ed626a9827e | 4,633 | java | Java | src/main/java/com/google/webauthn/gaedemo/servlets/SaveCredential.java | agektmr/webauthndemo | d990db6e369e74fdd67048b277b7f5c1f8573dd8 | [
"Apache-2.0"
] | 303 | 2017-06-09T20:57:58.000Z | 2022-03-26T13:35:25.000Z | src/main/java/com/google/webauthn/gaedemo/servlets/SaveCredential.java | agektmr/webauthndemo | d990db6e369e74fdd67048b277b7f5c1f8573dd8 | [
"Apache-2.0"
] | 47 | 2017-10-02T05:39:00.000Z | 2022-02-02T17:27:10.000Z | src/main/java/com/google/webauthn/gaedemo/servlets/SaveCredential.java | agektmr/webauthndemo | d990db6e369e74fdd67048b277b7f5c1f8573dd8 | [
"Apache-2.0"
] | 103 | 2017-07-24T06:06:51.000Z | 2022-03-22T09:02:34.000Z | 38.932773 | 100 | 0.758904 | 998,238 | // Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writ... |
9237e3aed51119b1657486078a0279e578e303ea | 1,522 | java | Java | src/main/java/cn/lacknb/toolsspringbootautoconfigure/utils/MobileUtils.java | MrNiebit/little-tools | 63a0952550e3530e13f932f23a400c0dee53932f | [
"MIT"
] | null | null | null | src/main/java/cn/lacknb/toolsspringbootautoconfigure/utils/MobileUtils.java | MrNiebit/little-tools | 63a0952550e3530e13f932f23a400c0dee53932f | [
"MIT"
] | null | null | null | src/main/java/cn/lacknb/toolsspringbootautoconfigure/utils/MobileUtils.java | MrNiebit/little-tools | 63a0952550e3530e13f932f23a400c0dee53932f | [
"MIT"
] | null | null | null | 28.185185 | 69 | 0.630749 | 998,239 | package cn.lacknb.toolsspringbootautoconfigure.utils;
import cn.lacknb.toolsspringbootautoconfigure.entity.MobileInfo;
import me.ihxq.projects.pna.PhoneNumberInfo;
import me.ihxq.projects.pna.PhoneNumberLookup;
/**
* <h2> </h2>
*
* @author: gitsilence
* @description:
* @date: 2021/12/12 11:35 上午
**/
public cl... |
9237e4df08f74ea7450d90009ff12ca2f9044001 | 3,027 | java | Java | src/main/java/com/mrbysco/blockhistory/helper/LogHelper.java | Mrbysco/BlockHistory | 0fccfb8ba69cff21da4850c68122b20986363873 | [
"MIT"
] | null | null | null | src/main/java/com/mrbysco/blockhistory/helper/LogHelper.java | Mrbysco/BlockHistory | 0fccfb8ba69cff21da4850c68122b20986363873 | [
"MIT"
] | 1 | 2021-08-06T06:21:33.000Z | 2021-08-06T06:21:33.000Z | src/main/java/com/mrbysco/blockhistory/helper/LogHelper.java | Mrbysco/BlockHistory | 0fccfb8ba69cff21da4850c68122b20986363873 | [
"MIT"
] | 1 | 2021-11-18T20:52:07.000Z | 2021-11-18T20:52:07.000Z | 49.622951 | 250 | 0.689792 | 998,240 | package com.mrbysco.blockhistory.helper;
import com.mrbysco.blockhistory.BlockHistory;
import com.mrbysco.blockhistory.storage.ChangeAction;
import com.mrbysco.blockhistory.storage.ChangeStorage;
import net.minecraft.util.text.ITextComponent;
import net.minecraft.util.text.StringTextComponent;
import net.minecraft.uti... |
9237e6195dea3b694a769fe1aae379d0d4321fdd | 10,904 | java | Java | src/test/java/io/cryostat/net/web/http/api/v1/TargetSnapshotPostHandlerTest.java | jan-law/cryostat | 8347e65e09eb46db9624e4f9b31e27202c03604e | [
"UPL-1.0"
] | 70 | 2021-05-14T15:50:42.000Z | 2022-02-25T04:48:23.000Z | src/test/java/io/cryostat/net/web/http/api/v1/TargetSnapshotPostHandlerTest.java | jan-law/cryostat | 8347e65e09eb46db9624e4f9b31e27202c03604e | [
"UPL-1.0"
] | 285 | 2021-04-26T15:26:16.000Z | 2022-03-30T12:40:16.000Z | src/test/java/io/cryostat/net/web/http/api/v1/TargetSnapshotPostHandlerTest.java | jan-law/cryostat | 8347e65e09eb46db9624e4f9b31e27202c03604e | [
"UPL-1.0"
] | 10 | 2019-07-22T12:31:16.000Z | 2021-02-15T10:22:47.000Z | 48.678571 | 209 | 0.708731 | 998,241 | /*
* Copyright The Cryostat Authors
*
* The Universal Permissive License (UPL), Version 1.0
*
* Subject to the condition set forth below, permission is hereby granted to any
* person obtaining a copy of this software, associated documentation and/or data
* (collectively the "Software"), free of charge and under ... |
9237e62c874c3693ac8b3b80d5d26ce62753a7e8 | 3,964 | java | Java | app/src/main/java/com/ibus/droidibus/ibus/systems/GlobalBroadcastSystem.java | tedsalmon/DroidIBus | ed0e21515164edf2bedb457fa5427ff0631afa7b | [
"MIT"
] | 15 | 2017-01-04T09:11:48.000Z | 2022-01-22T04:53:52.000Z | app/src/main/java/com/ibus/droidibus/ibus/systems/GlobalBroadcastSystem.java | t3ddftw/DroidIBus | ed0e21515164edf2bedb457fa5427ff0631afa7b | [
"MIT"
] | 41 | 2015-04-29T06:43:52.000Z | 2016-11-23T03:48:26.000Z | app/src/main/java/com/ibus/droidibus/ibus/systems/GlobalBroadcastSystem.java | t3ddftw/DroidIBus | ed0e21515164edf2bedb457fa5427ff0631afa7b | [
"MIT"
] | 5 | 2015-03-01T19:16:47.000Z | 2016-09-05T20:41:31.000Z | 38.115385 | 93 | 0.527245 | 998,242 | package com.ibus.droidibus.ibus.systems;
import java.util.ArrayList;
import com.ibus.droidibus.ibus.IBusSystem;
public class GlobalBroadcastSystem extends IBusSystem{
private static final byte IKE_SYSTEM = Devices.InstrumentClusterElectronics.toByte();
private static final byte GLOBAL_BROADCAST = Device... |
9237e665e0d59e58cddac5baca271123cde37ae8 | 349 | java | Java | moxy/src/test/resources/presenter/InjectViewStateForGenericPresenter.java | Neoksi/Moxy | 7e1cd88b6aa31071f2a17b5cfc5b42572db425e2 | [
"MIT"
] | 1,906 | 2016-02-12T15:01:54.000Z | 2022-03-27T06:07:58.000Z | moxy/src/test/resources/presenter/InjectViewStateForGenericPresenter.java | Neoksi/Moxy | 7e1cd88b6aa31071f2a17b5cfc5b42572db425e2 | [
"MIT"
] | 234 | 2016-02-27T09:52:10.000Z | 2022-03-15T05:20:39.000Z | moxy/src/test/resources/presenter/InjectViewStateForGenericPresenter.java | Neoksi/Moxy | 7e1cd88b6aa31071f2a17b5cfc5b42572db425e2 | [
"MIT"
] | 329 | 2016-02-13T21:25:53.000Z | 2022-01-11T12:09:54.000Z | 21.8125 | 100 | 0.787966 | 998,243 | package presenter;
import com.arellomobile.mvp.InjectViewState;
import com.arellomobile.mvp.MvpPresenter;
import com.arellomobile.mvp.view.CounterTestView;
/**
* Date: 15.03.2016
* Time: 13:32
*
* @author Savin Mikhail
*/
@InjectViewState
public class InjectViewStateForGenericPresenter<T extends CounterTestView>... |
9237e6b4b9ec5f3c612c649b2f59f2d6a9c44d8d | 638 | java | Java | languages/util/core.text/source_gen/jetbrains/mps/lang/text/editor/Word_Editor.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | languages/util/core.text/source_gen/jetbrains/mps/lang/text/editor/Word_Editor.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | languages/util/core.text/source_gen/jetbrains/mps/lang/text/editor/Word_Editor.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | 35.444444 | 82 | 0.811912 | 998,244 | package jetbrains.mps.lang.text.editor;
/*Generated by MPS */
import jetbrains.mps.nodeEditor.DefaultNodeEditor;
import jetbrains.mps.openapi.editor.cells.EditorCell;
import jetbrains.mps.openapi.editor.EditorContext;
import org.jetbrains.mps.openapi.model.SNode;
public class Word_Editor extends DefaultNodeEditor {
... |
9237e7a44317594a25a92034aa85be8997d3a484 | 2,263 | java | Java | src/main/java/org/vaadin/spring/sample/security/ui/MainUI.java | GJRTimmer/Vaadin4Spring-MVP-Sample-SpringSecurity | 15f807d96189f445830d8d0bd07436053a83ff98 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/vaadin/spring/sample/security/ui/MainUI.java | GJRTimmer/Vaadin4Spring-MVP-Sample-SpringSecurity | 15f807d96189f445830d8d0bd07436053a83ff98 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/vaadin/spring/sample/security/ui/MainUI.java | GJRTimmer/Vaadin4Spring-MVP-Sample-SpringSecurity | 15f807d96189f445830d8d0bd07436053a83ff98 | [
"Apache-2.0"
] | 1 | 2018-08-27T20:03:46.000Z | 2018-08-27T20:03:46.000Z | 33.776119 | 164 | 0.726027 | 998,245 | package org.vaadin.spring.sample.security.ui;
import java.util.Locale;
import org.springframework.beans.factory.annotation.Autowired;
import org.vaadin.spring.annotation.VaadinUIScope;
import org.vaadin.spring.events.EventBus;
import org.vaadin.spring.navigator.SpringViewProvider;
import org.vaadin.spring.sample.secu... |
9237e896e1fcf8a231015f896164b475cc68947f | 1,835 | java | Java | src/main/java/com/hui/Math/MyAtoi.java | shenhaizhilong/algorithm | eae0c971ce29399d194051ee1328ecbca7dcd511 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/hui/Math/MyAtoi.java | shenhaizhilong/algorithm | eae0c971ce29399d194051ee1328ecbca7dcd511 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/hui/Math/MyAtoi.java | shenhaizhilong/algorithm | eae0c971ce29399d194051ee1328ecbca7dcd511 | [
"BSD-3-Clause"
] | null | null | null | 26.214286 | 64 | 0.426158 | 998,246 | package com.hui.Math;
/**
* @author: shenhaizhilong
* @date: 2018/7/1 14:01
*/
public class MyAtoi {
public static int myAtoi(String str) {
if(str.isEmpty())return 0;
// str = str.replaceAll("\\s","");
str = str.trim();
if(str.length() == 0)return 0;
int ... |
9237e962aefb627769c16ef7d5cc10b61bfafa63 | 419 | java | Java | src/main/java/com/github/datalking/jdbc/UncategorizedDataAccessException.java | uptonking/play-servlet-rest | 35e3f4900fae4690e397d915564d3ca034b26ebb | [
"MIT"
] | null | null | null | src/main/java/com/github/datalking/jdbc/UncategorizedDataAccessException.java | uptonking/play-servlet-rest | 35e3f4900fae4690e397d915564d3ca034b26ebb | [
"MIT"
] | 10 | 2020-02-28T01:26:13.000Z | 2020-12-06T10:15:02.000Z | src/main/java/com/github/datalking/jdbc/UncategorizedDataAccessException.java | uptonking/play-servlet-rest | 35e3f4900fae4690e397d915564d3ca034b26ebb | [
"MIT"
] | 1 | 2019-08-20T18:15:38.000Z | 2019-08-20T18:15:38.000Z | 22.052632 | 78 | 0.739857 | 998,247 | package com.github.datalking.jdbc;
import com.github.datalking.jdbc.dao.DataAccessException;
/**
* @author yaoo on 5/26/18
*/
public class UncategorizedDataAccessException extends DataAccessException {
public UncategorizedDataAccessException(String message) {
super(message);
}
public Uncategor... |
9237e9a14ad5552de1913d06affe23c67ad07d59 | 584 | java | Java | src/main/java/com/lykke/tests/api/service/referral/model/referralhotel/ReferralHotelCreateResponse.java | LykkeBusiness/MAVN.Service.Tests | b59cee127fc29f03c5764456b2b77c5ef213663b | [
"MIT"
] | null | null | null | src/main/java/com/lykke/tests/api/service/referral/model/referralhotel/ReferralHotelCreateResponse.java | LykkeBusiness/MAVN.Service.Tests | b59cee127fc29f03c5764456b2b77c5ef213663b | [
"MIT"
] | 3 | 2020-03-25T18:49:57.000Z | 2020-03-25T19:02:56.000Z | src/main/java/com/lykke/tests/api/service/referral/model/referralhotel/ReferralHotelCreateResponse.java | LykkeBusiness/MAVN.Service.Tests | b59cee127fc29f03c5764456b2b77c5ef213663b | [
"MIT"
] | 3 | 2020-03-25T19:15:49.000Z | 2020-05-05T11:36:55.000Z | 32.444444 | 84 | 0.857877 | 998,248 | package com.lykke.tests.api.service.referral.model.referralhotel;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.PropertyNamingStrategy.UpperCamelCaseStrategy;
import com.fasterxml.jackson.databind.annotation.JsonNaming;
import lombok.Data;
import lombok.NoArgsConst... |
9237e9e5653b511de603ffbb6e6af56ade37326e | 166 | java | Java | ezyfox-database/src/main/java/com/tvd12/ezyfox/database/entity/EzyLongIdEntity.java | youngmonkeys/ezyfox | 9f5586c0aaf6101ffc488072f86dabb4ad9f5b08 | [
"Apache-2.0"
] | 16 | 2016-06-17T03:17:41.000Z | 2021-12-28T23:30:13.000Z | ezyfox-database/src/main/java/com/tvd12/ezyfox/database/entity/EzyLongIdEntity.java | gc-garcol/ezyfox | 288641d43aa24fce477399e3a2a0fbdd5e576cc6 | [
"Apache-2.0"
] | 9 | 2019-04-06T03:50:22.000Z | 2021-12-02T12:14:38.000Z | ezyfox-database/src/main/java/com/tvd12/ezyfox/database/entity/EzyLongIdEntity.java | youngmonkeys/ezyfox | 9f5586c0aaf6101ffc488072f86dabb4ad9f5b08 | [
"Apache-2.0"
] | 8 | 2016-06-08T15:51:28.000Z | 2021-08-15T14:34:50.000Z | 23.714286 | 74 | 0.825301 | 998,249 | package com.tvd12.ezyfox.database.entity;
import com.tvd12.ezyfox.util.EzyHasIdEntity;
public interface EzyLongIdEntity extends EzyHasIdEntity<Long>, EzyEntity {
}
|
9237e9f850cf2f1fc809f4d798737efd843bfc99 | 512 | java | Java | rpm-common/src/main/java/com/wwh/rpm/protocol/packet/transport/TransportPacket.java | wangwen135/rpm | 77307a462466e98c3e4065a659ce3b460e070015 | [
"Apache-2.0"
] | null | null | null | rpm-common/src/main/java/com/wwh/rpm/protocol/packet/transport/TransportPacket.java | wangwen135/rpm | 77307a462466e98c3e4065a659ce3b460e070015 | [
"Apache-2.0"
] | 1 | 2021-11-08T01:07:38.000Z | 2021-11-08T01:07:38.000Z | rpm-common/src/main/java/com/wwh/rpm/protocol/packet/transport/TransportPacket.java | wangwen135/rpm | 77307a462466e98c3e4065a659ce3b460e070015 | [
"Apache-2.0"
] | null | null | null | 19.692308 | 53 | 0.683594 | 998,250 | package com.wwh.rpm.protocol.packet.transport;
import com.wwh.rpm.protocol.ProtocolConstants;
import com.wwh.rpm.protocol.packet.AbstractPacket;
public class TransportPacket extends AbstractPacket {
private static final long serialVersionUID = 1L;
private byte[] data;
@Override
public byte getType(... |
9237ea2fee614bdbdc7e6aeca4adb9a61529b746 | 426 | java | Java | spring-graphql/src/main/java/com/devopslam/graphql/config/ApplicationConfig.java | greenlucky/spring-tutorial | d62a130dc5dbe5f037068738987342a3d97f8a02 | [
"MIT"
] | null | null | null | spring-graphql/src/main/java/com/devopslam/graphql/config/ApplicationConfig.java | greenlucky/spring-tutorial | d62a130dc5dbe5f037068738987342a3d97f8a02 | [
"MIT"
] | null | null | null | spring-graphql/src/main/java/com/devopslam/graphql/config/ApplicationConfig.java | greenlucky/spring-tutorial | d62a130dc5dbe5f037068738987342a3d97f8a02 | [
"MIT"
] | null | null | null | 26.625 | 66 | 0.807512 | 998,251 | package com.devopslam.graphql.config;
;import com.devopslam.graphql.exceptions.CustomGraphQLErrorHandle;
import graphql.servlet.GraphQLErrorHandler;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class ApplicationConfig {
@Be... |
9237eb30870aafeb5ed7693c1abde9eb78d8448c | 2,772 | java | Java | src/main/java/org/olat/instantMessaging/ui/component/UserAvatarCellRenderer.java | em3ndez/OpenOLAT | 80176e03805b823645eb2878d0d0725fa345f5c6 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/olat/instantMessaging/ui/component/UserAvatarCellRenderer.java | em3ndez/OpenOLAT | 80176e03805b823645eb2878d0d0725fa345f5c6 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/olat/instantMessaging/ui/component/UserAvatarCellRenderer.java | em3ndez/OpenOLAT | 80176e03805b823645eb2878d0d0725fa345f5c6 | [
"Apache-2.0"
] | null | null | null | 41.507463 | 174 | 0.738224 | 998,252 | /**
* <a href="http://www.openolat.org">
* OpenOLAT - Online Learning and Training</a><br>
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at the
* <a href="http://www.apache... |
9237eba025d20d3513190e2c6ecf25201969daed | 2,501 | java | Java | src/server/world/entity/combat/Projectile.java | lare96/asteria-1.0 | fe65861fc5f912d09a8b366385062bbc27075e7a | [
"MIT"
] | null | null | null | src/server/world/entity/combat/Projectile.java | lare96/asteria-1.0 | fe65861fc5f912d09a8b366385062bbc27075e7a | [
"MIT"
] | null | null | null | src/server/world/entity/combat/Projectile.java | lare96/asteria-1.0 | fe65861fc5f912d09a8b366385062bbc27075e7a | [
"MIT"
] | 2 | 2019-07-23T00:53:04.000Z | 2020-01-10T23:40:38.000Z | 22.330357 | 84 | 0.576569 | 998,253 | package server.world.entity.combat;
/**
* A projectile used when doing things like firing arrows or casting spells.
*
* @author lare96
*/
public class Projectile {
/**
* The id of the projectile.
*/
private int id;
/**
* The height of the projectile.
*/
private int height;
... |
9237ec90d318e700ef2ce71f0340061c9b3869f0 | 8,198 | java | Java | app/src/main/java/com/moblyo/market/MapsActivity.java | cumbari/LBA_Client_Android | 08b68fa8038776cd42b7edda4cb3713a35fee4e5 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/moblyo/market/MapsActivity.java | cumbari/LBA_Client_Android | 08b68fa8038776cd42b7edda4cb3713a35fee4e5 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/moblyo/market/MapsActivity.java | cumbari/LBA_Client_Android | 08b68fa8038776cd42b7edda4cb3713a35fee4e5 | [
"Apache-2.0"
] | null | null | null | 37.778802 | 179 | 0.626982 | 998,254 | package com.moblyo.market;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.google.android.gms.maps.CameraUpdateFactory;
import com.google.android.gms.maps.GoogleMap;
import com.google.android.gms.maps.SupportMapFragment;
import com.google.android.gms.maps.model.BitmapDes... |
9237ecb985a1acc3f15c3146f2887f39a774bbaa | 12,259 | java | Java | grouper/src/grouper/edu/internet2/middleware/grouper/membership/MembershipPathNode.java | rb12345/grouper | 1df01636c6647d27e7ded7463498cc245f6b314f | [
"Apache-2.0"
] | 63 | 2015-02-02T17:24:08.000Z | 2022-02-18T07:20:13.000Z | grouper/src/grouper/edu/internet2/middleware/grouper/membership/MembershipPathNode.java | rb12345/grouper | 1df01636c6647d27e7ded7463498cc245f6b314f | [
"Apache-2.0"
] | 92 | 2015-01-21T14:40:00.000Z | 2022-02-10T23:56:03.000Z | grouper/src/grouper/edu/internet2/middleware/grouper/membership/MembershipPathNode.java | rb12345/grouper | 1df01636c6647d27e7ded7463498cc245f6b314f | [
"Apache-2.0"
] | 70 | 2015-03-23T08:50:33.000Z | 2022-03-18T07:00:57.000Z | 29.973105 | 195 | 0.668407 | 998,255 | /**
* Copyright 2014 Internet2
*
* 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... |
9237ed04ecd23f6128af51f649defc5295e39ecf | 9,062 | java | Java | src/main/java/com/chrisrm/idea/ui/MTCheckBoxUI.java | meowding/material-theme-jetbrains | eb554c081a1669deac2a2103b87d8204dfbb3d0d | [
"MIT"
] | 2 | 2019-01-23T07:42:57.000Z | 2019-01-23T07:43:06.000Z | src/main/java/com/chrisrm/idea/ui/MTCheckBoxUI.java | meowding/material-theme-jetbrains | eb554c081a1669deac2a2103b87d8204dfbb3d0d | [
"MIT"
] | null | null | null | src/main/java/com/chrisrm/idea/ui/MTCheckBoxUI.java | meowding/material-theme-jetbrains | eb554c081a1669deac2a2103b87d8204dfbb3d0d | [
"MIT"
] | null | null | null | 37.292181 | 115 | 0.666188 | 998,256 | /*
* The MIT License (MIT)
*
* Copyright (c) 2018 Chris Magnussen and Elior Boukhobza
*
* 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 limitatio... |
9237ef8b2e049b7fbe176b65c9fd7dad7ec6860c | 5,660 | java | Java | src/main/java/com/xebia/incubator/xebium/VisualAnalyzer.java | rselie/Xebium | eb5892bafb28611f3df8ad29d2153ae99a0dfce4 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/xebia/incubator/xebium/VisualAnalyzer.java | rselie/Xebium | eb5892bafb28611f3df8ad29d2153ae99a0dfce4 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/xebia/incubator/xebium/VisualAnalyzer.java | rselie/Xebium | eb5892bafb28611f3df8ad29d2153ae99a0dfce4 | [
"Apache-2.0"
] | null | null | null | 36.516129 | 116 | 0.708127 | 998,257 | package com.xebia.incubator.xebium;
import java.io.IOException;
import java.io.StringWriter;
import org.apache.commons.codec.binary.Base64;
import org.apache.http.HttpEntity;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.entity.Cont... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.