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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e00358634bac9d1caafd9ad0c3da04a3d11c387 | 8,784 | java | Java | src/main/java/it/algos/vaad23/backend/logic/Logic.java | algos-soft/vaadin23 | bab529164922d24a14ff4cca67c24cf0114e3458 | [
"Unlicense"
] | null | null | null | src/main/java/it/algos/vaad23/backend/logic/Logic.java | algos-soft/vaadin23 | bab529164922d24a14ff4cca67c24cf0114e3458 | [
"Unlicense"
] | null | null | null | src/main/java/it/algos/vaad23/backend/logic/Logic.java | algos-soft/vaadin23 | bab529164922d24a14ff4cca67c24cf0114e3458 | [
"Unlicense"
] | null | null | null | 43.92 | 133 | 0.698884 | 101 | package it.algos.vaad23.backend.logic;
import com.vaadin.flow.component.orderedlayout.*;
import com.vaadin.flow.router.*;
import static it.algos.vaad23.backend.boot.VaadCost.*;
import it.algos.vaad23.backend.enumeration.*;
import it.algos.vaad23.backend.service.*;
import it.algos.vaad23.backend.wrapper.*;
import org.s... |
3e0035c2736a00fcd317ae3cc86cd3bf65cab346 | 87 | java | Java | droid-smartcontroller/app/src/main/java/it/chiarani/otlsmartcontroller/helpers/RoomTypes.java | Xiryl/OTL | f5f89f6c367769f44ec59770d358200d625d4574 | [
"MIT"
] | 2 | 2019-04-17T12:57:23.000Z | 2019-05-12T13:47:23.000Z | droid-smartcontroller/app/src/main/java/it/chiarani/otlsmartcontroller/helpers/RoomTypes.java | Xiryl/OTL | f5f89f6c367769f44ec59770d358200d625d4574 | [
"MIT"
] | 3 | 2019-02-12T21:04:53.000Z | 2021-05-08T01:54:57.000Z | droid-smartcontroller/app/src/main/java/it/chiarani/otlsmartcontroller/helpers/RoomTypes.java | Xiryl/OTL | f5f89f6c367769f44ec59770d358200d625d4574 | [
"MIT"
] | 1 | 2019-02-12T20:35:09.000Z | 2019-02-12T20:35:09.000Z | 14.5 | 47 | 0.781609 | 102 | package it.chiarani.otlsmartcontroller.helpers;
public enum RoomTypes {
KITCHEN
}
|
3e00361ec9e5d767ec375e299a81f654290fe382 | 725 | java | Java | ygb/ygb-account-impl/src/test/java/com/qingbo/ginkgo/ygb/account/repository/AccountLogRepositoryTester.java | hwxiasn/archetypes | 6fb990ad85a9d0dc47b8e84fad4cd3eb207f65c2 | [
"Apache-2.0"
] | null | null | null | ygb/ygb-account-impl/src/test/java/com/qingbo/ginkgo/ygb/account/repository/AccountLogRepositoryTester.java | hwxiasn/archetypes | 6fb990ad85a9d0dc47b8e84fad4cd3eb207f65c2 | [
"Apache-2.0"
] | null | null | null | ygb/ygb-account-impl/src/test/java/com/qingbo/ginkgo/ygb/account/repository/AccountLogRepositoryTester.java | hwxiasn/archetypes | 6fb990ad85a9d0dc47b8e84fad4cd3eb207f65c2 | [
"Apache-2.0"
] | null | null | null | 29 | 104 | 0.783448 | 103 | package com.qingbo.ginkgo.ygb.account.repository;
import java.util.List;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import com.qingbo.ginkgo.ygb.account.entity.AccountLog;
public class AccountLogRepositoryTester extends BaseRepositoryTester {
@Autowired private ... |
3e003625a8a1704745f47870b28a14e6741b926c | 3,969 | java | Java | java-common/src/main/java/fr/univnantes/lina/javautil/CharacterUtil.java | nicolashernandez/dev-star | 0ae7d61d92b828c1f288f420b8d531b718c57540 | [
"Apache-2.0"
] | 5 | 2017-07-07T08:10:15.000Z | 2019-09-10T11:15:52.000Z | java-common/src/main/java/fr/univnantes/lina/javautil/CharacterUtil.java | nicolashernandez/dev-star | 0ae7d61d92b828c1f288f420b8d531b718c57540 | [
"Apache-2.0"
] | 1 | 2017-07-09T13:54:44.000Z | 2017-07-18T09:48:41.000Z | java-common/src/main/java/fr/univnantes/lina/javautil/CharacterUtil.java | nicolashernandez/dev-star | 0ae7d61d92b828c1f288f420b8d531b718c57540 | [
"Apache-2.0"
] | null | null | null | 28.35 | 115 | 0.696397 | 104 | /**
*
* Copyright (C) 2015-20.. Nicolas Hernandez
* 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 ... |
3e00383fb6b83bbfe433250b18f5dc17d24f4314 | 6,316 | java | Java | src/test/java/org/asciicerebrum/neocortexengine/mechanics/conditionevaluators/impl/CorrectWeaponForFeatEvaluatorTest.java | asciiCerebrum/neocortexEngine | dda27f24ed1dbd4010523124f5fe11e5e8dee4cf | [
"MIT"
] | 3 | 2016-05-24T03:34:31.000Z | 2021-04-09T18:38:11.000Z | src/test/java/org/asciicerebrum/neocortexengine/mechanics/conditionevaluators/impl/CorrectWeaponForFeatEvaluatorTest.java | asciiCerebrum/neocortexEngine | dda27f24ed1dbd4010523124f5fe11e5e8dee4cf | [
"MIT"
] | null | null | null | src/test/java/org/asciicerebrum/neocortexengine/mechanics/conditionevaluators/impl/CorrectWeaponForFeatEvaluatorTest.java | asciiCerebrum/neocortexEngine | dda27f24ed1dbd4010523124f5fe11e5e8dee4cf | [
"MIT"
] | 2 | 2016-03-09T07:50:20.000Z | 2020-07-05T02:05:54.000Z | 34.326087 | 91 | 0.70171 | 105 | package org.asciicerebrum.neocortexengine.mechanics.conditionevaluators.impl;
import org.asciicerebrum.neocortexengine.domain.core.particles.UniqueId;
import org.asciicerebrum.neocortexengine.domain.game.Armor;
import org.asciicerebrum.neocortexengine.domain.game.DndCharacter;
import org.asciicerebrum.neocortexengine.... |
3e00387cc139121b114a6907264aebf37935f152 | 7,511 | java | Java | src/main/java/dev/jaqobb/weighted_dripleaves/WeightedDripleavesPlugin.java | jaqobb/weighted-dripleaves | 143a26286309a1713c660b12122b9a0914f891d4 | [
"MIT"
] | null | null | null | src/main/java/dev/jaqobb/weighted_dripleaves/WeightedDripleavesPlugin.java | jaqobb/weighted-dripleaves | 143a26286309a1713c660b12122b9a0914f891d4 | [
"MIT"
] | null | null | null | src/main/java/dev/jaqobb/weighted_dripleaves/WeightedDripleavesPlugin.java | jaqobb/weighted-dripleaves | 143a26286309a1713c660b12122b9a0914f891d4 | [
"MIT"
] | null | null | null | 44.976048 | 146 | 0.641859 | 106 | /*
* MIT License
*
* Copyright (c) 2021 Jakub Zagórski (jaqobb)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use... |
3e0038d4d9ff881e3ce20f9670e457bcb9bad739 | 592 | java | Java | UPAnalysis/src/upAnalysis/summary/summaryBuilder/rs/ParamRS.java | devuxd/Reacher | 0a4d658816913170c32456b3ed49980958ae98d6 | [
"MIT"
] | 1 | 2019-09-13T20:19:00.000Z | 2019-09-13T20:19:00.000Z | UPAnalysis/src/upAnalysis/summary/summaryBuilder/rs/ParamRS.java | devuxd/Reacher | 0a4d658816913170c32456b3ed49980958ae98d6 | [
"MIT"
] | null | null | null | UPAnalysis/src/upAnalysis/summary/summaryBuilder/rs/ParamRS.java | devuxd/Reacher | 0a4d658816913170c32456b3ed49980958ae98d6 | [
"MIT"
] | null | null | null | 15.578947 | 46 | 0.697635 | 107 | package upAnalysis.summary.summaryBuilder.rs;
public class ParamRS implements ResolvedSource
{
private int paramId;
private boolean isVarArg;
public ParamRS(int paramId, boolean isVarArg)
{
this.paramId = paramId;
this.isVarArg = isVarArg;
}
public boolean isVarArg()
{
return isVarArg;
}
public S... |
3e003969a951577292c6ee574e2aed4c6815d3b5 | 2,811 | java | Java | poi-scratchpad/src/test/java/org/apache/poi/hslf/record/TestInteractiveInfo.java | HasaanA16/poi | 1c1bd6e5854c14ab6650e50c9d4540a360ac34a5 | [
"Apache-2.0"
] | 1,431 | 2015-01-08T10:48:44.000Z | 2022-03-31T07:11:01.000Z | poi-scratchpad/src/test/java/org/apache/poi/hslf/record/TestInteractiveInfo.java | HasaanA16/poi | 1c1bd6e5854c14ab6650e50c9d4540a360ac34a5 | [
"Apache-2.0"
] | 252 | 2015-01-19T21:19:03.000Z | 2022-03-30T23:54:59.000Z | poi-scratchpad/src/test/java/org/apache/poi/hslf/record/TestInteractiveInfo.java | HasaanA16/poi | 1c1bd6e5854c14ab6650e50c9d4540a360ac34a5 | [
"Apache-2.0"
] | 715 | 2015-01-06T02:51:25.000Z | 2022-03-21T06:54:46.000Z | 34.280488 | 93 | 0.654571 | 108 |
/* ====================================================================
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 ... |
3e003aed2c5a9768bc01c077defb2d921a27a803 | 19,412 | java | Java | deeplinkdispatch-processor/src/main/java/com/airbnb/deeplinkdispatch/DeepLinkProcessor.java | MinceMan/DeepLinkDispatch | 6ab057642a6933d665b67fbc70d4874c98e0a763 | [
"Apache-2.0"
] | null | null | null | deeplinkdispatch-processor/src/main/java/com/airbnb/deeplinkdispatch/DeepLinkProcessor.java | MinceMan/DeepLinkDispatch | 6ab057642a6933d665b67fbc70d4874c98e0a763 | [
"Apache-2.0"
] | null | null | null | deeplinkdispatch-processor/src/main/java/com/airbnb/deeplinkdispatch/DeepLinkProcessor.java | MinceMan/DeepLinkDispatch | 6ab057642a6933d665b67fbc70d4874c98e0a763 | [
"Apache-2.0"
] | null | null | null | 44.522936 | 100 | 0.658047 | 109 | /*
* Copyright (C) 2015 Airbnb, 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... |
3e003b4a5937bcf7fa79ec0a75b0867bd294ba72 | 4,431 | java | Java | nimrodg-master/src/main/java/au/edu/uq/rcc/nimrodg/master/sig/AuthHeader.java | UQ-RCC/nimrodg | 901639deaf28c4fae80916e602473ae54e305559 | [
"Apache-2.0"
] | null | null | null | nimrodg-master/src/main/java/au/edu/uq/rcc/nimrodg/master/sig/AuthHeader.java | UQ-RCC/nimrodg | 901639deaf28c4fae80916e602473ae54e305559 | [
"Apache-2.0"
] | 42 | 2019-01-29T01:42:34.000Z | 2021-03-05T03:00:42.000Z | nimrodg-master/src/main/java/au/edu/uq/rcc/nimrodg/master/sig/AuthHeader.java | UQ-RCC/nimrodg | 901639deaf28c4fae80916e602473ae54e305559 | [
"Apache-2.0"
] | null | null | null | 32.343066 | 420 | 0.693523 | 110 | /*
* Nimrod/G
* https://github.com/UQ-RCC/nimrodg
*
* SPDX-License-Identifier: Apache-2.0
* Copyright (c) 2021 The University of Queensland
*
* 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 Licen... |
3e003bc86cbde478b634bdc2e2bce9059dbdf919 | 349 | java | Java | src/main/java/com/bucketdev/betapp/profilesvc/exception/user/UserNotFoundException.java | BucketDev/betapp-profile-svc | c49d008eda350b3eb113295f2df62d230d454d41 | [
"MIT"
] | null | null | null | src/main/java/com/bucketdev/betapp/profilesvc/exception/user/UserNotFoundException.java | BucketDev/betapp-profile-svc | c49d008eda350b3eb113295f2df62d230d454d41 | [
"MIT"
] | null | null | null | src/main/java/com/bucketdev/betapp/profilesvc/exception/user/UserNotFoundException.java | BucketDev/betapp-profile-svc | c49d008eda350b3eb113295f2df62d230d454d41 | [
"MIT"
] | null | null | null | 26.846154 | 62 | 0.805158 | 111 | package com.bucketdev.betapp.profilesvc.exception.user;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(HttpStatus.NOT_FOUND)
public class UserNotFoundException extends RuntimeException {
public UserNotFoundException(String message) {
... |
3e003d5a61fe741f9288c7d965134143f133daf5 | 48,122 | java | Java | com/planet_ink/coffee_mud/core/database/RoomLoader.java | welterde/ewok | 6fce1fd0b8b1164eba79c17252708d3215bd90e9 | [
"Apache-2.0"
] | 1 | 2019-02-25T09:33:03.000Z | 2019-02-25T09:33:03.000Z | com/planet_ink/coffee_mud/core/database/RoomLoader.java | welterde/ewok | 6fce1fd0b8b1164eba79c17252708d3215bd90e9 | [
"Apache-2.0"
] | null | null | null | com/planet_ink/coffee_mud/core/database/RoomLoader.java | welterde/ewok | 6fce1fd0b8b1164eba79c17252708d3215bd90e9 | [
"Apache-2.0"
] | 2 | 2017-08-15T12:28:07.000Z | 2021-08-07T05:24:00.000Z | 35.96562 | 134 | 0.583039 | 112 | package com.planet_ink.coffee_mud.core.database;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet_ink.coffee_mud.Behaviors.interfaces.*;
impor... |
3e003d7aa9fbe5e94a99f42a35eb4451e6c206eb | 2,065 | java | Java | SkyControl/SkyControl/src/com/bocekm/skycontrol/mavlink/MavLinkHeartbeat.java | bocekm/SkyControl | 158630eab3c70326f83245d038198f359ba09a38 | [
"Apache-2.0"
] | null | null | null | SkyControl/SkyControl/src/com/bocekm/skycontrol/mavlink/MavLinkHeartbeat.java | bocekm/SkyControl | 158630eab3c70326f83245d038198f359ba09a38 | [
"Apache-2.0"
] | null | null | null | SkyControl/SkyControl/src/com/bocekm/skycontrol/mavlink/MavLinkHeartbeat.java | bocekm/SkyControl | 158630eab3c70326f83245d038198f359ba09a38 | [
"Apache-2.0"
] | null | null | null | 37.545455 | 101 | 0.715254 | 113 | /*
* Copyright (c) 2014, Michal Bocek, All rights reserved
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... |
3e003d9423bc216ca0e9f9a981428dabfcde2afc | 2,298 | java | Java | src/main/java/org/dynaform/web/demo/XmlEditWidget.java | reinra/dynaform | 11a689258a147109469577353141fdb17072ab01 | [
"Artistic-2.0"
] | 10 | 2015-03-16T10:35:41.000Z | 2021-02-24T14:36:52.000Z | src/main/java/org/dynaform/web/demo/XmlEditWidget.java | reinra/dynaform | 11a689258a147109469577353141fdb17072ab01 | [
"Artistic-2.0"
] | 3 | 2015-03-13T07:54:14.000Z | 2018-04-05T19:12:17.000Z | src/main/java/org/dynaform/web/demo/XmlEditWidget.java | reinra/dynaform | 11a689258a147109469577353141fdb17072ab01 | [
"Artistic-2.0"
] | 16 | 2015-01-24T14:20:55.000Z | 2020-05-29T06:51:31.000Z | 28.725 | 92 | 0.693211 | 114 | package org.dynaform.web.demo;
import org.dynaform.xml.XmlUtil;
import org.dynaform.xml.writer.XmlWriter;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.araneaframework.uilib.core.BaseUIWidget;
import org.araneaframework.uilib.form.FormWidget;
import org.araneaframewor... |
3e003ddbffad8f78ce63080d79d373c4740d2796 | 15,111 | java | Java | main/plugins/org.talend.designer.components.libs/libs_src/Netsuite_Client/src/main/java/com/netsuite/webservices/transactions/sales/InvoiceExpCost.java | bgunics-talend/tdi-studio-se | 3f54f55acb4d214f2d02532667bae98420068170 | [
"Apache-2.0"
] | 114 | 2015-03-05T15:34:59.000Z | 2022-02-22T03:48:44.000Z | main/plugins/org.talend.designer.components.libs/libs_src/Netsuite_Client/src/main/java/com/netsuite/webservices/transactions/sales/InvoiceExpCost.java | bgunics-talend/tdi-studio-se | 3f54f55acb4d214f2d02532667bae98420068170 | [
"Apache-2.0"
] | 1,137 | 2015-03-04T01:35:42.000Z | 2022-03-29T06:03:17.000Z | main/plugins/org.talend.designer.components.libs/libs_src/Netsuite_Client/src/main/java/com/netsuite/webservices/transactions/sales/InvoiceExpCost.java | bgunics-talend/tdi-studio-se | 3f54f55acb4d214f2d02532667bae98420068170 | [
"Apache-2.0"
] | 219 | 2015-01-21T10:42:18.000Z | 2022-02-17T07:57:20.000Z | 23.759434 | 131 | 0.543908 | 115 |
package com.netsuite.webservices.transactions.sales;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGre... |
3e003e0cd2cc4cab765a7445a38dc6d647e42b8b | 4,605 | java | Java | jetfuel-core/src/main/java/com/eixox/xml/XmlAspectMember.java | EixoX/jetfuel | d9cd30ef28f14f31ea4d57b2c8c25c7cfc4485ca | [
"Apache-2.0"
] | 3 | 2017-07-18T20:02:18.000Z | 2019-02-14T19:53:27.000Z | jetfuel-core/src/main/java/com/eixox/xml/XmlAspectMember.java | EixoX/jetfuel | d9cd30ef28f14f31ea4d57b2c8c25c7cfc4485ca | [
"Apache-2.0"
] | 3 | 2017-07-23T01:31:55.000Z | 2017-07-23T01:34:30.000Z | jetfuel-core/src/main/java/com/eixox/xml/XmlAspectMember.java | EixoX/jetfuel | d9cd30ef28f14f31ea4d57b2c8c25c7cfc4485ca | [
"Apache-2.0"
] | 2 | 2017-07-28T01:58:50.000Z | 2018-11-02T02:44:13.000Z | 27.410714 | 73 | 0.692291 | 116 | package com.eixox.xml;
import java.lang.reflect.Field;
import java.util.List;
import com.eixox.JetfuelException;
import com.eixox.adapters.ArrayAdapter;
import com.eixox.adapters.ListAdapter;
import com.eixox.reflection.AspectField;
/**
* A representation of xml aspect member.
*
* @author Rodrigo Portela
*
*/
... |
3e003e1fbeda899c7a0fca257e659eab7f23b1c9 | 8,431 | java | Java | icarus2-manifest-api/src/main/java/de/ims/icarus2/model/manifest/api/AnnotationManifest.java | ICARUS-tooling/icarus2-modeling-framework | 8bac9b33905fb66fd8a6f5e0973523c8e904adb1 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-01-26T04:59:48.000Z | 2019-01-26T04:59:48.000Z | icarus2-manifest-api/src/main/java/de/ims/icarus2/model/manifest/api/AnnotationManifest.java | ICARUS-tooling/icarus2-modeling-framework | 8bac9b33905fb66fd8a6f5e0973523c8e904adb1 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | icarus2-manifest-api/src/main/java/de/ims/icarus2/model/manifest/api/AnnotationManifest.java | ICARUS-tooling/icarus2-modeling-framework | 8bac9b33905fb66fd8a6f5e0973523c8e904adb1 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 32.007576 | 100 | 0.713254 | 117 | /*
* ICARUS2 Corpus Modeling Framework
* Copyright (C) 2014-2021 Markus Gärtner <ychag@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.o... |
3e003e5f2a5cd8a0fe10c7bb43f0cd64c6538939 | 14,646 | java | Java | Stock Screener/src/application/files/Webscraper.java | RollinsonSoftware/Stock-Sort | 1ea7d2620760e5258975599f94196e3c9872aef4 | [
"MIT"
] | null | null | null | Stock Screener/src/application/files/Webscraper.java | RollinsonSoftware/Stock-Sort | 1ea7d2620760e5258975599f94196e3c9872aef4 | [
"MIT"
] | null | null | null | Stock Screener/src/application/files/Webscraper.java | RollinsonSoftware/Stock-Sort | 1ea7d2620760e5258975599f94196e3c9872aef4 | [
"MIT"
] | null | null | null | 33.210884 | 107 | 0.465383 | 118 | package application.files;
import java.io.IOException;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.PrintWriter;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Scanner;
import java.util.Calendar;
import yahoo... |
3e003ee06d18edc83af1ae806d5760481c40f6ce | 1,988 | java | Java | src/main/java/artifacts/common/item/AntidoteVesselItem.java | BLFiedler/artifacts | 8c8a29cb1d120420c564e8adc4e1df2283c97978 | [
"MIT"
] | null | null | null | src/main/java/artifacts/common/item/AntidoteVesselItem.java | BLFiedler/artifacts | 8c8a29cb1d120420c564e8adc4e1df2283c97978 | [
"MIT"
] | null | null | null | src/main/java/artifacts/common/item/AntidoteVesselItem.java | BLFiedler/artifacts | 8c8a29cb1d120420c564e8adc4e1df2283c97978 | [
"MIT"
] | null | null | null | 35.5 | 167 | 0.730885 | 119 | package artifacts.common.item;
import artifacts.Artifacts;
import artifacts.client.render.model.curio.AntidoteVesselModel;
import net.minecraft.client.renderer.entity.model.BipedModel;
import net.minecraft.entity.LivingEntity;
import net.minecraft.item.ItemStack;
import net.minecraft.potion.Effect;
import net.minecraf... |
3e003f3ce341c108e24a382ad07d0a6a1c5c8a64 | 4,056 | java | Java | src/main/java/com/google/devtools/build/lib/query2/aquery/AqueryOptions.java | chadm-sq/bazel | 715c9faabba573501c9cb7604192759950633205 | [
"Apache-2.0"
] | 16,989 | 2015-09-01T19:57:15.000Z | 2022-03-31T23:54:00.000Z | src/main/java/com/google/devtools/build/lib/query2/aquery/AqueryOptions.java | chadm-sq/bazel | 715c9faabba573501c9cb7604192759950633205 | [
"Apache-2.0"
] | 12,562 | 2015-09-01T09:06:01.000Z | 2022-03-31T22:26:20.000Z | src/main/java/com/google/devtools/build/lib/query2/aquery/AqueryOptions.java | chadm-sq/bazel | 715c9faabba573501c9cb7604192759950633205 | [
"Apache-2.0"
] | 3,707 | 2015-09-02T19:20:01.000Z | 2022-03-31T17:06:14.000Z | 42.25 | 100 | 0.711785 | 120 | // Copyright 2018 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... |
3e003fec01e79f23ae84e6e99812d5a59c32f17c | 135 | java | Java | src/remote_first_test/Hello.java | sw-ksnu/remote_first_test | dcb8abc12e8f84b75524333d09604e7ef1980e84 | [
"Apache-2.0"
] | null | null | null | src/remote_first_test/Hello.java | sw-ksnu/remote_first_test | dcb8abc12e8f84b75524333d09604e7ef1980e84 | [
"Apache-2.0"
] | null | null | null | src/remote_first_test/Hello.java | sw-ksnu/remote_first_test | dcb8abc12e8f84b75524333d09604e7ef1980e84 | [
"Apache-2.0"
] | null | null | null | 16.875 | 41 | 0.718519 | 121 | package remote_first_test;
public class Hello {
public static void main(String[] args) {
System.out.println("Hello Github!");
}
}
|
3e0040508555658c8f01558715604ec9816ae56d | 996 | java | Java | sources/com/google/android/gms/internal/ads/zzmy.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | 1 | 2019-10-01T11:34:10.000Z | 2019-10-01T11:34:10.000Z | sources/com/google/android/gms/internal/ads/zzmy.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | null | null | null | sources/com/google/android/gms/internal/ads/zzmy.java | tusharchoudhary0003/Custom-Football-Game | 47283462b2066ad5c53b3c901182e7ae62a34fc8 | [
"MIT"
] | 1 | 2020-05-26T05:10:33.000Z | 2020-05-26T05:10:33.000Z | 21.652174 | 60 | 0.59739 | 122 | package com.google.android.gms.internal.ads;
import android.support.p001v7.widget.LinearLayoutManager;
public class zzmy {
/* renamed from: a */
private int f28927a;
/* renamed from: a */
public void mo32012a() {
this.f28927a = 0;
}
/* renamed from: b */
public final boolean mo3... |
3e00406ad65decd883a71b3b9f205f158f2d7824 | 915 | java | Java | Programas/java/LIBRO_COMM_BD_JAVA_ejemplos/TCP-Codigo/TCPFicheroServidor.java | felipeescallon/lenguajes_programacion | 5b88bf2a95492e799c94e414997365a14db05c05 | [
"CC0-1.0"
] | 1 | 2021-07-17T03:43:25.000Z | 2021-07-17T03:43:25.000Z | Programas/java/LIBRO_COMM_BD_JAVA_ejemplos/TCP-Codigo/TCPFicheroServidor.java | felipeescallon/lenguajes_programacion | 5b88bf2a95492e799c94e414997365a14db05c05 | [
"CC0-1.0"
] | null | null | null | Programas/java/LIBRO_COMM_BD_JAVA_ejemplos/TCP-Codigo/TCPFicheroServidor.java | felipeescallon/lenguajes_programacion | 5b88bf2a95492e799c94e414997365a14db05c05 | [
"CC0-1.0"
] | null | null | null | 22.317073 | 80 | 0.536612 | 123 | import java.io.*;
public class TCPFicheroServidor extends TCPServidor {
TCPFicheroServidor(int Puerto) {
super(Puerto);
}
public void Comunicacion (DataInputStream Flujo) {
final int TAMANIO_BUFFER = 256;
byte buffer[] = new byte[TAMANIO_BUFFER];
int NumBytes=... |
3e0041e3f0ea5584b9dd0fc8071674b1d454b815 | 2,399 | java | Java | onmsIntegrationExample1/roadfaultintegration/roadfaultapi/src/main/java/org/opennms/poc/api/roadfaultapi/model/MessageContent.java | gallenc/opennms-integrations-play | 2a8c5f2d529520957a910cfdc9ce62633079a07f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | onmsIntegrationExample1/roadfaultintegration/roadfaultapi/src/main/java/org/opennms/poc/api/roadfaultapi/model/MessageContent.java | gallenc/opennms-integrations-play | 2a8c5f2d529520957a910cfdc9ce62633079a07f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | onmsIntegrationExample1/roadfaultintegration/roadfaultapi/src/main/java/org/opennms/poc/api/roadfaultapi/model/MessageContent.java | gallenc/opennms-integrations-play | 2a8c5f2d529520957a910cfdc9ce62633079a07f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 29.256098 | 222 | 0.700709 | 124 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package org.opennms.poc.api.roadfaultapi.model;
import com.fasterxml.jackson.annotation.JsonFormat;
import java.util.Date;
import java... |
3e0042c9c4dfb2e3e779242b8371de862a8eeecd | 4,320 | java | Java | research/query_service/ir/compiler/src/main/java/com/alibaba/graphscope/common/intermediate/ArgUtils.java | lnfjpt/GraphScope | 917146f86d8387302a2e1de6963115e7568bf3ee | [
"Apache-2.0"
] | 1 | 2021-12-30T02:55:16.000Z | 2021-12-30T02:55:16.000Z | research/query_service/ir/compiler/src/main/java/com/alibaba/graphscope/common/intermediate/ArgUtils.java | lnfjpt/GraphScope | 917146f86d8387302a2e1de6963115e7568bf3ee | [
"Apache-2.0"
] | null | null | null | research/query_service/ir/compiler/src/main/java/com/alibaba/graphscope/common/intermediate/ArgUtils.java | lnfjpt/GraphScope | 917146f86d8387302a2e1de6963115e7568bf3ee | [
"Apache-2.0"
] | null | null | null | 33.488372 | 96 | 0.634954 | 125 | /*
* Copyright 2020 Alibaba Group Holding Limited.
*
* 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 la... |
3e0043131f2b6f72ca78d4a41976fbf149327fba | 1,914 | java | Java | Algorithms_Java_Implementation/src/com/akh/hackerrank/easy/AngryProfessor.java | akhr/java | e3b2f2d47a922bbc24fddddf552a4f543793017e | [
"Apache-2.0"
] | 1 | 2019-07-12T01:35:33.000Z | 2019-07-12T01:35:33.000Z | Algorithms_Java_Implementation/src/com/akh/hackerrank/easy/AngryProfessor.java | akhr/java | e3b2f2d47a922bbc24fddddf552a4f543793017e | [
"Apache-2.0"
] | 5 | 2021-12-14T21:00:59.000Z | 2022-01-04T16:53:16.000Z | Algorithms_Java_Implementation/src/com/akh/hackerrank/easy/AngryProfessor.java | akhr/java | e3b2f2d47a922bbc24fddddf552a4f543793017e | [
"Apache-2.0"
] | null | null | null | 23.341463 | 186 | 0.687565 | 126 | /**
*
*/
package com.akh.hackerrank.easy;
import java.util.Scanner;
/**
* @author Akhash Ramamurthy
*
* Feb 18, 2016 5:03:59 PM
* AngryProfessor.java
*/
public class AngryProfessor {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int t = in.nextInt();
//For each test cas... |
3e0045867d0b2ec9143420e7a8abdc3d6d26cca3 | 12,165 | java | Java | sdk/peering/azure-resourcemanager-peering/src/main/java/com/azure/resourcemanager/peering/implementation/OperationsClientImpl.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,350 | 2015-01-17T05:22:05.000Z | 2022-03-29T21:00:37.000Z | sdk/peering/azure-resourcemanager-peering/src/main/java/com/azure/resourcemanager/peering/implementation/OperationsClientImpl.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 16,834 | 2015-01-07T02:19:09.000Z | 2022-03-31T23:29:10.000Z | sdk/peering/azure-resourcemanager-peering/src/main/java/com/azure/resourcemanager/peering/implementation/OperationsClientImpl.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,586 | 2015-01-02T01:50:28.000Z | 2022-03-31T11:25:34.000Z | 45.055556 | 119 | 0.653432 | 127 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.peering.implementation;
import com.azure.core.annotation.ExpectedResponses;
import com.azure.core.annotation.Get;
import com.azu... |
3e00465b8134afb74199b4836ceff05c6e48dea7 | 12,666 | java | Java | OgreKit/FindPanelTest/Base.lproj/MyTableDocumentWithCocoaBinding.nib/_MyTableDocumentWithCocoaBinding_EOArchive_English.java | acpassarella/SubEthaEdit | e2a29026144ed9d7944ef14a1f6852cb14a54bf1 | [
"MIT"
] | 1,240 | 2018-10-25T21:22:38.000Z | 2022-03-26T14:13:52.000Z | OgreKit/FindPanelTest/Base.lproj/MyTableDocumentWithCocoaBinding.nib/_MyTableDocumentWithCocoaBinding_EOArchive_English.java | acpassarella/SubEthaEdit | e2a29026144ed9d7944ef14a1f6852cb14a54bf1 | [
"MIT"
] | 200 | 2018-11-21T11:44:57.000Z | 2022-03-28T19:51:41.000Z | OgreKit/FindPanelTest/Base.lproj/MyTableDocumentWithCocoaBinding.nib/_MyTableDocumentWithCocoaBinding_EOArchive_English.java | acpassarella/SubEthaEdit | e2a29026144ed9d7944ef14a1f6852cb14a54bf1 | [
"MIT"
] | 115 | 2018-11-28T09:49:01.000Z | 2022-03-31T03:26:05.000Z | 58.638889 | 213 | 0.714432 | 128 | // _MyTableDocumentWithCocoaBinding_EOArchive_English.java
// Generated by EnterpriseObjects palette at 2004\u5e746\u670818\u65e5\u91d1\u66dc\u65e5 2\u664219\u520648\u79d2Asia/Tokyo
import com.webobjects.eoapplication.*;
import com.webobjects.eocontrol.*;
import com.webobjects.eointerface.*;
import com.webobjects.eoin... |
3e00484a8d53777328a108ddf6796a0a9afe838c | 1,405 | java | Java | src/test/java/example/spring/events/c/architecture/before/order/OrderManagementTests.java | izaiasdb/curso-spring-events-deep-dive | 6109c57b616410fa328d058f42efb6ec199b1b16 | [
"Apache-2.0"
] | 35 | 2020-09-02T17:55:11.000Z | 2022-03-01T10:51:07.000Z | src/test/java/example/spring/events/c/architecture/before/order/OrderManagementTests.java | izaiasdb/curso-spring-events-deep-dive | 6109c57b616410fa328d058f42efb6ec199b1b16 | [
"Apache-2.0"
] | null | null | null | src/test/java/example/spring/events/c/architecture/before/order/OrderManagementTests.java | izaiasdb/curso-spring-events-deep-dive | 6109c57b616410fa328d058f42efb6ec199b1b16 | [
"Apache-2.0"
] | 14 | 2020-09-02T22:49:10.000Z | 2022-01-27T11:26:08.000Z | 27.54902 | 75 | 0.764413 | 129 | /*
* Copyright 2020 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 applic... |
3e004984140137176033124022c4e115eb691a27 | 2,401 | java | Java | StoreCheckout/src/test/java/test/point/of/sale/TestDataMigration.java | rigbypc/StoreCheckout | b5f4833d00482bf83d5552ae4095ead79a0f2c61 | [
"MIT"
] | 4 | 2019-02-20T06:39:32.000Z | 2019-04-27T16:00:37.000Z | StoreCheckout/src/test/java/test/point/of/sale/TestDataMigration.java | rigbypc/StoreCheckout | b5f4833d00482bf83d5552ae4095ead79a0f2c61 | [
"MIT"
] | null | null | null | StoreCheckout/src/test/java/test/point/of/sale/TestDataMigration.java | rigbypc/StoreCheckout | b5f4833d00482bf83d5552ae4095ead79a0f2c61 | [
"MIT"
] | 6 | 2019-01-16T18:03:37.000Z | 2019-04-26T08:48:05.000Z | 27.918605 | 92 | 0.677634 | 130 | package test.point.of.sale;
import static org.junit.Assert.*;
import point.of.sale.*;
import static org.mockito.Mockito.*;
import org.junit.Test;
public class TestDataMigration {
@Test
public void testArrayOnly() {
StoreToggles.isEnableArray = true;
StoreToggles.isEnableHash = false;
StoreTogg... |
3e004b5c56dde46c775595172f9a1246f9e53d68 | 589 | java | Java | java/src/org/scs/DirectSolver.java | malickf/scs | ff0ee5b457d062d5aa0f5f2c27c384f9a161a9a2 | [
"MIT"
] | 25 | 2017-06-30T15:31:33.000Z | 2021-04-21T20:12:18.000Z | java/src/org/scs/DirectSolver.java | malickf/scs | ff0ee5b457d062d5aa0f5f2c27c384f9a161a9a2 | [
"MIT"
] | 34 | 2017-06-07T01:18:17.000Z | 2021-04-24T09:44:00.000Z | java/src/org/scs/DirectSolver.java | malickf/scs | ff0ee5b457d062d5aa0f5f2c27c384f9a161a9a2 | [
"MIT"
] | 13 | 2017-06-07T01:16:09.000Z | 2021-06-07T09:12:56.000Z | 28.047619 | 116 | 0.648557 | 131 | package org.scs;
public class DirectSolver implements IConeSolver {
static {
System.loadLibrary("jscsdir"); // Load native library at runtime
}
private static native void csolve(AMatrix A, double[] b, double[] c, Cone k, Settings p, Solution s, Info info);
private static native String cversion... |
3e004c4307c7a9896ea0d8126600b631469c572c | 3,203 | java | Java | appcore/src/main/java/com/longngohoang/news/appcore/common/coremvp/MVPActivity.java | beyonderVN/NewArtical | ea04c522fcd1cd1cdb48598c64d65429ac1f5fe3 | [
"Apache-2.0"
] | null | null | null | appcore/src/main/java/com/longngohoang/news/appcore/common/coremvp/MVPActivity.java | beyonderVN/NewArtical | ea04c522fcd1cd1cdb48598c64d65429ac1f5fe3 | [
"Apache-2.0"
] | null | null | null | appcore/src/main/java/com/longngohoang/news/appcore/common/coremvp/MVPActivity.java | beyonderVN/NewArtical | ea04c522fcd1cd1cdb48598c64d65429ac1f5fe3 | [
"Apache-2.0"
] | null | null | null | 35.197802 | 106 | 0.702154 | 132 | /*
* Copyright (C) 2016 Appflate.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
3e004d4a5071cc38f670516d48ad7d1113363ccf | 6,637 | java | Java | src/org/sosy_lab/cpachecker/cpa/bdd/BDDCPA.java | mutilin/cpachecker-ldv | e57bec78f72d408abb4a6812044972324df298d4 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2017-03-10T07:42:29.000Z | 2017-03-10T07:42:29.000Z | src/org/sosy_lab/cpachecker/cpa/bdd/BDDCPA.java | mutilin/cpachecker-ldv | e57bec78f72d408abb4a6812044972324df298d4 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/org/sosy_lab/cpachecker/cpa/bdd/BDDCPA.java | mutilin/cpachecker-ldv | e57bec78f72d408abb4a6812044972324df298d4 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 34.567708 | 120 | 0.771734 | 133 | /*
* CPAchecker is a tool for configurable software verification.
* This file is part of CPAchecker.
*
* Copyright (C) 2007-2014 Dirk Beyer
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You... |
3e004d8b0713e7902e6bfc82263a54de2e895c22 | 1,489 | java | Java | src/main/com/skocur/chromerunner/LogWindow.java | oleitao/ChromeRunner | 965f623c6ebc398a5b989b984c1b14edab708a89 | [
"Apache-2.0"
] | 11 | 2019-05-08T17:29:40.000Z | 2021-08-09T19:46:42.000Z | src/main/com/skocur/chromerunner/LogWindow.java | oleitao/ChromeRunner | 965f623c6ebc398a5b989b984c1b14edab708a89 | [
"Apache-2.0"
] | 1 | 2021-09-17T22:30:16.000Z | 2021-09-17T22:30:16.000Z | src/main/com/skocur/chromerunner/LogWindow.java | oleitao/ChromeRunner | 965f623c6ebc398a5b989b984c1b14edab708a89 | [
"Apache-2.0"
] | 1 | 2022-01-30T18:47:17.000Z | 2022-01-30T18:47:17.000Z | 25.237288 | 74 | 0.648086 | 134 | package com.skocur.chromerunner;
import javafx.application.Platform;
import javafx.collections.ObservableList;
import javafx.geometry.Rectangle2D;
import javafx.scene.Scene;
import javafx.scene.control.Label;
import javafx.scene.layout.VBox;
import javafx.stage.Screen;
import javafx.stage.Stage;
public class LogWindo... |
3e004e0adca79e1b4b00b6f1bfa9ca9395656719 | 3,662 | java | Java | java/debugger/impl/src/com/intellij/debugger/memory/component/InstancesTracker.java | erdi/intellij-community | dda25a8a4e6375c6d964cb0197e5c387d585ea9e | [
"Apache-2.0"
] | 2 | 2018-12-29T09:53:39.000Z | 2018-12-29T09:53:42.000Z | java/debugger/impl/src/com/intellij/debugger/memory/component/InstancesTracker.java | tnorbye/intellij-community | f01cf262fc196bf4dbb99e20cd937dee3705a7b6 | [
"Apache-2.0"
] | null | null | null | java/debugger/impl/src/com/intellij/debugger/memory/component/InstancesTracker.java | tnorbye/intellij-community | f01cf262fc196bf4dbb99e20cd937dee3705a7b6 | [
"Apache-2.0"
] | 1 | 2019-07-18T16:50:52.000Z | 2019-07-18T16:50:52.000Z | 31.843478 | 140 | 0.758056 | 135 | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.debugger.memory.component;
import com.intellij.debugger.memory.event.InstancesTrackerListener;
import com.intellij.debugger.memory.tracking.TrackingType;
imp... |
3e004fa6273e71c4ed098752ce76d80c62862ecf | 1,564 | java | Java | app/src/main/java/com/zyf/algorithm/test/queue09/ArrayQueue.java | Wendyyan/algorithm | d7d2a039f7d824f9fa73f4449ed092ef3fa4c0b2 | [
"Apache-2.0"
] | 1 | 2019-03-21T05:38:34.000Z | 2019-03-21T05:38:34.000Z | app/src/main/java/com/zyf/algorithm/test/queue09/ArrayQueue.java | wendyzheng96/algorithm | d7d2a039f7d824f9fa73f4449ed092ef3fa4c0b2 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/zyf/algorithm/test/queue09/ArrayQueue.java | wendyzheng96/algorithm | d7d2a039f7d824f9fa73f4449ed092ef3fa4c0b2 | [
"Apache-2.0"
] | null | null | null | 20.311688 | 47 | 0.459079 | 136 | package com.zyf.algorithm.test.queue09;
/**
* 使用数组实现队列
*/
public class ArrayQueue {
private String[] items;//数组
private int n;//数组容量
private int head = 0;//队头下标
private int tail = 0;//队尾下标
public ArrayQueue(int n) {
items = new String[n];
this.n = n;
}
/**
* 入队
... |
3e0050935a55b533eba6816bbe2f80d5d567c821 | 7,287 | java | Java | webapp/WEB-INF/src/log/Log.java | google-admin/acre | 9453a7691d270190ec04b36fb370ba5d04f0c5e5 | [
"Apache-2.0"
] | null | null | null | webapp/WEB-INF/src/log/Log.java | google-admin/acre | 9453a7691d270190ec04b36fb370ba5d04f0c5e5 | [
"Apache-2.0"
] | null | null | null | webapp/WEB-INF/src/log/Log.java | google-admin/acre | 9453a7691d270190ec04b36fb370ba5d04f0c5e5 | [
"Apache-2.0"
] | null | null | null | 33.122727 | 94 | 0.561822 | 137 | package log;
// Copyright 2007-2010 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 ... |
3e0050cce6b9fffbd5436df48bfe0654fa28d70e | 2,141 | java | Java | teaching/ds-algo-CS2040/k-merge/KMergeBinary.java | plty/nus | 3d75b6d1c54022a42edbc15317507ddc988a7231 | [
"MIT"
] | null | null | null | teaching/ds-algo-CS2040/k-merge/KMergeBinary.java | plty/nus | 3d75b6d1c54022a42edbc15317507ddc988a7231 | [
"MIT"
] | null | null | null | teaching/ds-algo-CS2040/k-merge/KMergeBinary.java | plty/nus | 3d75b6d1c54022a42edbc15317507ddc988a7231 | [
"MIT"
] | null | null | null | 32.938462 | 76 | 0.554414 | 138 | import java.util.Scanner;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.PriorityQueue;
public class KMergeBinary {
/**
* merge an array full of sorted LinkedList into a new sorted LinkedList
* @param lists the ArrayList of LinkedList
*/
public static LinkedList<Intege... |
3e005119a778650a3a1177cdaa74cd70d909a973 | 5,598 | java | Java | src/main/java/web/OnlineDetect.java | cbdog94/STL | 8a49e7f9c494d15a501fa139de962bf1e0a04879 | [
"MIT"
] | 13 | 2018-11-20T02:54:38.000Z | 2022-02-21T09:55:50.000Z | src/main/java/web/OnlineDetect.java | cbdog94/STL | 8a49e7f9c494d15a501fa139de962bf1e0a04879 | [
"MIT"
] | 1 | 2022-01-04T12:04:55.000Z | 2022-01-04T12:04:55.000Z | src/main/java/web/OnlineDetect.java | cbdog94/STL | 8a49e7f9c494d15a501fa139de962bf1e0a04879 | [
"MIT"
] | 5 | 2019-01-14T05:38:16.000Z | 2021-04-22T07:50:57.000Z | 37.32 | 136 | 0.618257 | 139 | package web;
import algorithm.iBOATDetection;
import bean.Cell;
import bean.GPS;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import com.google.gson.Gson;
import hbase.TrajectoryUtil;
import org.apache.commons.io.FileUtils;
import util.TileSystem;
import javax.servlet.ServletException;
import javax.... |
3e00519bbe264c332d1c90108eebd79e0d2b4c56 | 6,065 | java | Java | test/system/src/main/java/io/pravega/test/system/framework/services/kubernetes/BookkeeperK8sService.java | ImiaoChien/pravega | adea10d51a4cf0b1fb1182f2df72cd304e020406 | [
"Apache-2.0"
] | 1 | 2020-03-31T09:54:30.000Z | 2020-03-31T09:54:30.000Z | test/system/src/main/java/io/pravega/test/system/framework/services/kubernetes/BookkeeperK8sService.java | ImiaoChien/pravega | adea10d51a4cf0b1fb1182f2df72cd304e020406 | [
"Apache-2.0"
] | 2 | 2019-01-22T23:57:17.000Z | 2019-02-13T05:12:23.000Z | test/system/src/main/java/io/pravega/test/system/framework/services/kubernetes/BookkeeperK8sService.java | ImiaoChien/pravega | adea10d51a4cf0b1fb1182f2df72cd304e020406 | [
"Apache-2.0"
] | 1 | 2021-06-03T23:08:32.000Z | 2021-06-03T23:08:32.000Z | 55.642202 | 161 | 0.562407 | 140 | /**
* Copyright (c) 2017 Dell Inc., or its subsidiaries. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*/
pac... |
3e0052706d3773a3dac821a7304809be89d565c5 | 38,495 | java | Java | server/service/src/main/java/esform/wx/Core.java | BWrong/esview | 61d64e9e22eb60d175f109528b81d2763dd518c9 | [
"MIT"
] | null | null | null | server/service/src/main/java/esform/wx/Core.java | BWrong/esview | 61d64e9e22eb60d175f109528b81d2763dd518c9 | [
"MIT"
] | null | null | null | server/service/src/main/java/esform/wx/Core.java | BWrong/esview | 61d64e9e22eb60d175f109528b81d2763dd518c9 | [
"MIT"
] | null | null | null | 39.726522 | 241 | 0.542538 | 141 | package esform.wx;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import esform.domain.wx.BaseMsg;
import esform.enums.*;
import esform.enums.param.*;
import esform.util.*;
import esform.wx.msgHandler.CommonMsgHandler;
import esform.wx.msgHandler.IMsgHa... |
3e0054c1ea6b11ea76d2a2548db42e94c35d15ed | 1,490 | java | Java | eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/src/main/java/com/azure/spring/sample/eventhubs/binder/ReactiveEventProducerController.java | Netyyyy/azure-spring-boot-samples | 803e5a1f54bb00c67e298f3877eca7a96834e5fc | [
"MIT"
] | 35 | 2021-07-12T02:34:31.000Z | 2022-03-31T03:23:55.000Z | eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/src/main/java/com/azure/spring/sample/eventhubs/binder/ReactiveEventProducerController.java | Netyyyy/azure-spring-boot-samples | 803e5a1f54bb00c67e298f3877eca7a96834e5fc | [
"MIT"
] | 106 | 2021-07-05T07:45:10.000Z | 2022-03-30T03:13:29.000Z | eventhubs/azure-spring-cloud-stream-binder-eventhubs/eventhubs-binder/src/main/java/com/azure/spring/sample/eventhubs/binder/ReactiveEventProducerController.java | Netyyyy/azure-spring-boot-samples | 803e5a1f54bb00c67e298f3877eca7a96834e5fc | [
"MIT"
] | 69 | 2021-06-24T03:58:01.000Z | 2022-03-31T03:23:56.000Z | 33.863636 | 104 | 0.780537 | 142 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.spring.sample.eventhubs.binder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Profil... |
3e0054f184bdb66f7fd480e3b8821d2317b538c2 | 760 | java | Java | src/Sum.java | xabier100/EDA_Hackerrank_4.erronka | a654d651a95dded80c09da94ffb90a50a7fe50a3 | [
"MIT"
] | null | null | null | src/Sum.java | xabier100/EDA_Hackerrank_4.erronka | a654d651a95dded80c09da94ffb90a50a7fe50a3 | [
"MIT"
] | null | null | null | src/Sum.java | xabier100/EDA_Hackerrank_4.erronka | a654d651a95dded80c09da94ffb90a50a7fe50a3 | [
"MIT"
] | null | null | null | 17.272727 | 76 | 0.588158 | 143 | import java.util.Scanner;
/**
* @author Xabier Garrote
*
*/
public class Sum {
// Complete both methods using recursion
public static long power(long a, long b) {
if (b==1) {
return a;
}
else if (b==0) {
return 1;
}
else {
//2^2=2*2^1
return a*power(a, b-1);
}
}
... |
3e00574fd8f1edbee5b8711ba780ab690b9576d1 | 4,252 | java | Java | wava/src/main/java/wava/utils/MapUtils.java | AlexHff/wava | 95267fa91d7a6e8248f772b25637b9703ced45f5 | [
"Apache-2.0"
] | null | null | null | wava/src/main/java/wava/utils/MapUtils.java | AlexHff/wava | 95267fa91d7a6e8248f772b25637b9703ced45f5 | [
"Apache-2.0"
] | null | null | null | wava/src/main/java/wava/utils/MapUtils.java | AlexHff/wava | 95267fa91d7a6e8248f772b25637b9703ced45f5 | [
"Apache-2.0"
] | null | null | null | 36.033898 | 91 | 0.610066 | 144 | package wava.utils;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
/**
* This class consists of st... |
3e00581824a75d0a88da55882b90b4a057e7c8ff | 3,514 | java | Java | architectureeditor/test/de/peerthing/systembehavioureditor/mode/editor/ParameterTest.java | rju/peething | 7abe8d3be11f5e66c8413b780640c3892503ce16 | [
"Apache-2.0"
] | null | null | null | architectureeditor/test/de/peerthing/systembehavioureditor/mode/editor/ParameterTest.java | rju/peething | 7abe8d3be11f5e66c8413b780640c3892503ce16 | [
"Apache-2.0"
] | null | null | null | architectureeditor/test/de/peerthing/systembehavioureditor/mode/editor/ParameterTest.java | rju/peething | 7abe8d3be11f5e66c8413b780640c3892503ce16 | [
"Apache-2.0"
] | null | null | null | 27.030769 | 118 | 0.743312 | 145 | package de.peerthing.systembehavioureditor.mode.editor;
import junit.framework.TestCase;
import de.peerthing.systembehavioureditor.model.IAction;
import de.peerthing.systembehavioureditor.model.editor.Action;
import de.peerthing.systembehavioureditor.model.editor.Node;
import de.peerthing.systembehavioureditor.model.e... |
3e005882114296334b1d2c79668884e6ca972eef | 3,395 | java | Java | get-metrics/src/main/java/org/sonatype/cs/getmetrics/reports/QuarantinedComponents.java | richardpanman/nexusiq-successmetrics | 17c92cfe24318b516563691f456f5f738bad039b | [
"Apache-2.0"
] | null | null | null | get-metrics/src/main/java/org/sonatype/cs/getmetrics/reports/QuarantinedComponents.java | richardpanman/nexusiq-successmetrics | 17c92cfe24318b516563691f456f5f738bad039b | [
"Apache-2.0"
] | 1 | 2021-12-23T09:20:50.000Z | 2021-12-23T09:20:50.000Z | get-metrics/src/main/java/org/sonatype/cs/getmetrics/reports/QuarantinedComponents.java | richardpanman/nexusiq-successmetrics | 17c92cfe24318b516563691f456f5f738bad039b | [
"Apache-2.0"
] | 2 | 2021-12-20T15:28:51.000Z | 2021-12-20T16:18:51.000Z | 40.416667 | 91 | 0.642415 | 146 | package org.sonatype.cs.getmetrics.reports;
import org.apache.commons.lang3.NotImplementedException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.sonatype.cs.getmetrics.service.CsvFileService;
import org.sonatype.cs.getmetrics.service.FileIoService;
import org.sonatype.cs.getmetrics.util.Filenam... |
3e005953bc1744525f336160ebe3e161ddab56aa | 2,391 | java | Java | feign-reactor-webclient/src/main/java/reactivefeign/webclient/client/WebReactiveHttpResponse.java | maccamlc/feign-reactive | 521b1cd0243b619f1bcfddc19b5ded84b7c6c510 | [
"Apache-2.0"
] | null | null | null | feign-reactor-webclient/src/main/java/reactivefeign/webclient/client/WebReactiveHttpResponse.java | maccamlc/feign-reactive | 521b1cd0243b619f1bcfddc19b5ded84b7c6c510 | [
"Apache-2.0"
] | null | null | null | feign-reactor-webclient/src/main/java/reactivefeign/webclient/client/WebReactiveHttpResponse.java | maccamlc/feign-reactive | 521b1cd0243b619f1bcfddc19b5ded84b7c6c510 | [
"Apache-2.0"
] | null | null | null | 32.310811 | 93 | 0.806357 | 147 | package reactivefeign.webclient.client;
import org.reactivestreams.Publisher;
import org.springframework.core.ParameterizedTypeReference;
import org.springframework.core.ResolvableType;
import org.springframework.core.codec.ByteArrayDecoder;
import org.springframework.core.io.buffer.DataBuffer;
import org.springframew... |
3e005c1f585eea215e439a7adb949f8e68e0b14b | 32,137 | java | Java | openjdk/Generated/jdk/gensrc/sun/util/resources/cldr/mt/LocaleNames_mt.java | SunburstApps/OpenJSharp | 4875672d1dc6f09f10bb99ec67f98672b2be7011 | [
"Zlib"
] | 12 | 2018-04-04T12:47:40.000Z | 2022-01-02T04:36:38.000Z | openjdk-8u45-b14/build/linux-x86_64-normal-server-release/jdk/gensrc/sun/util/resources/cldr/mt/LocaleNames_mt.java | ams-ts-ikvm-bag/ikvm-src | 60009f5bdb4c9db68121f393b8b4c790a326bd32 | [
"Zlib"
] | null | null | null | openjdk-8u45-b14/build/linux-x86_64-normal-server-release/jdk/gensrc/sun/util/resources/cldr/mt/LocaleNames_mt.java | ams-ts-ikvm-bag/ikvm-src | 60009f5bdb4c9db68121f393b8b4c790a326bd32 | [
"Zlib"
] | 1 | 2021-12-10T07:51:50.000Z | 2021-12-10T07:51:50.000Z | 38.719277 | 96 | 0.384915 | 148 | /*
* Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
3e005c93530a3aed05f3c12b6fdcebee315c7ece | 6,383 | java | Java | lucene/src/edu/ucla/cs/cs144/HelloLucene.java | OrlandoLee/ForYou | ff11ae411a99f4e7f22fc8b2a6c550255c07482b | [
"MIT"
] | 1 | 2019-03-10T22:01:50.000Z | 2019-03-10T22:01:50.000Z | lucene/src/edu/ucla/cs/cs144/HelloLucene.java | OrlandoLee/ForYou | ff11ae411a99f4e7f22fc8b2a6c550255c07482b | [
"MIT"
] | null | null | null | lucene/src/edu/ucla/cs/cs144/HelloLucene.java | OrlandoLee/ForYou | ff11ae411a99f4e7f22fc8b2a6c550255c07482b | [
"MIT"
] | 1 | 2020-11-19T03:06:28.000Z | 2020-11-19T03:06:28.000Z | 38.684848 | 430 | 0.628858 | 149 | package edu.ucla.cs.cs144;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.io.IOException;
import org.apache.lucene.analysis.standard.StandardAnalyzer;
import org.apache.lucene.document.Document;
import org... |
3e005ce9c4c345f89801d0a4024d33e594b1b885 | 2,045 | java | Java | aggressor/bridges/ReportingBridge.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | 1 | 2022-02-24T01:32:41.000Z | 2022-02-24T01:32:41.000Z | aggressor/bridges/ReportingBridge.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | null | null | null | aggressor/bridges/ReportingBridge.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | null | null | null | 34.661017 | 89 | 0.660147 | 150 | package aggressor.bridges;
import aggressor.AggressorClient;
import aggressor.dialogs.ExportDataDialog;
import aggressor.dialogs.ExportReportDialog;
import cortana.Cortana;
import java.util.Stack;
import sleep.bridges.BridgeUtilities;
import sleep.interfaces.Function;
import sleep.interfaces.Loadable;
import sleep.run... |
3e005ced5ad8321da293998d1b93031eacc8db6d | 1,492 | java | Java | bundle_hello/src/main/java/com/gaia/hello/protocol/GithubUserInfoTask.java | neilnee/gaia | ed430f346d2d70c8affa59de8d6f8fadff5e4775 | [
"Apache-2.0"
] | null | null | null | bundle_hello/src/main/java/com/gaia/hello/protocol/GithubUserInfoTask.java | neilnee/gaia | ed430f346d2d70c8affa59de8d6f8fadff5e4775 | [
"Apache-2.0"
] | null | null | null | bundle_hello/src/main/java/com/gaia/hello/protocol/GithubUserInfoTask.java | neilnee/gaia | ed430f346d2d70c8affa59de8d6f8fadff5e4775 | [
"Apache-2.0"
] | null | null | null | 29.84 | 95 | 0.691689 | 151 | package com.gaia.hello.protocol;
import com.gaia.core.asyn.AbstractAsynTask;
import com.gaia.core.asyn.AsynExecutor;
import com.gaia.core.asyn.TaskEvent;
import com.gaia.core.asyn.TaskException;
import com.gaia.hello.model.GithubUserInfo;
import java.io.IOException;
public class GithubUserInfoTask extends AbstractAs... |
3e005dce90c2cc024b6d96e05f309bb746bc3ce6 | 4,492 | java | Java | app/src/main/java/com/alorma/github/GitskariosApplication.java | gitskarios/Gitskarios | e87b5e4d5e28b0ed5071c35ef3786154afe891b2 | [
"MIT"
] | 676 | 2015-04-17T11:14:16.000Z | 2022-02-12T14:18:25.000Z | app/src/main/java/com/alorma/github/GitskariosApplication.java | gitskarios/Gitskarios | e87b5e4d5e28b0ed5071c35ef3786154afe891b2 | [
"MIT"
] | 552 | 2015-04-17T07:14:02.000Z | 2019-03-13T15:53:41.000Z | app/src/main/java/com/alorma/github/GitskariosApplication.java | gitskarios/Gitskarios | e87b5e4d5e28b0ed5071c35ef3786154afe891b2 | [
"MIT"
] | 169 | 2015-04-18T03:27:00.000Z | 2022-02-12T14:18:32.000Z | 36.225806 | 119 | 0.790294 | 152 | package com.alorma.github;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.support.annotation.NonNull;
import android.support.multidex.MultiDexApplication;
import cat.ereza.customactivityoncrash.CustomActivityOnCrash;
import com.alorma.github.gcm.GitskariosInstanc... |
3e005e20e5c58be2454c4d31dba7c0079858268e | 1,020 | java | Java | src/main/java/com/marcnuri/demo/springmockmvc/language/LanguageRepository.java | marcnuri-demo/spring-mockmvc-test | 4fa7455eb61bab25491a5e732777dad49db0e753 | [
"Apache-2.0"
] | 8 | 2018-05-13T21:26:22.000Z | 2022-01-22T08:36:54.000Z | src/main/java/com/marcnuri/demo/springmockmvc/language/LanguageRepository.java | marcnuri-demo/spring-mockmvc-test | 4fa7455eb61bab25491a5e732777dad49db0e753 | [
"Apache-2.0"
] | 1 | 2019-09-04T05:24:02.000Z | 2019-09-19T05:23:30.000Z | src/main/java/com/marcnuri/demo/springmockmvc/language/LanguageRepository.java | marcnuri-demo/spring-mockmvc-test | 4fa7455eb61bab25491a5e732777dad49db0e753 | [
"Apache-2.0"
] | 11 | 2018-10-24T00:55:46.000Z | 2022-03-27T07:43:14.000Z | 27.567568 | 80 | 0.686275 | 153 | /*
* SpringMockLanguagesRepository.java
*
* Created on 2018-05-20, 7:18
*/
package com.marcnuri.demo.springmockmvc.language;
import java.util.Arrays;
import java.util.List;
import java.util.Optional;
import org.springframework.stereotype.Repository;
/**
* Created by Marc Nuri <envkt@example.com> on 2018-05-20.
... |
3e005eb4088eead331503eb4d2f22661eff7063a | 14,349 | java | Java | src/src/jdk/tools/jaotc/binformat/elf/JELFRelocObject.java | HurleyWong/RTFSC-JDK | 9bb72042116ff3dbb8f71c2372c8697629f4d730 | [
"MIT"
] | 2 | 2018-06-19T05:43:32.000Z | 2018-06-23T10:04:56.000Z | src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/JELFRelocObject.java | desiyonan/OpenJDK8 | 74d4f56b6312c303642e053e5d428b44cc8326c5 | [
"MIT"
] | null | null | null | src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/JELFRelocObject.java | desiyonan/OpenJDK8 | 74d4f56b6312c303642e053e5d428b44cc8326c5 | [
"MIT"
] | null | null | null | 43.350453 | 176 | 0.627012 | 154 | /*
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
3e005ebaaae1aaa81c4038cf0c9bc8ee2608e7c0 | 7,226 | java | Java | src/main/java/org/earthtime/Tripoli/dataViews/simpleViews/usedByReflection/CorrectedRatioDataView.java | bowring/ET_Redux | ca80dcd76b6529b2cab82027f80a179be39f720c | [
"Apache-2.0"
] | 15 | 2015-03-25T14:16:24.000Z | 2022-03-05T02:17:00.000Z | src/main/java/org/earthtime/Tripoli/dataViews/simpleViews/usedByReflection/CorrectedRatioDataView.java | bowring/ET_Redux | ca80dcd76b6529b2cab82027f80a179be39f720c | [
"Apache-2.0"
] | 104 | 2015-01-22T23:41:19.000Z | 2022-02-20T12:46:03.000Z | src/main/java/org/earthtime/Tripoli/dataViews/simpleViews/usedByReflection/CorrectedRatioDataView.java | CIRDLES/ET_Redux | 1f045fd39cf3dd76d5172b63355753bb8bacebc3 | [
"Apache-2.0"
] | 24 | 2015-01-23T15:30:35.000Z | 2020-11-23T16:14:27.000Z | 34.908213 | 99 | 0.633684 | 155 | /*
* CorrectedRatioDataView.java
*
* Copyright 2006-2018 James F. Bowring, CIRDLES.org, and Earth-Time.org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apac... |
3e005ef13d4667c90cc342a440541abfb392d57f | 668 | java | Java | jodd-core/src/main/java/jodd/io/watch/DirWatcherEvent.java | vilmospapp/jodd | 26b14f773d1ebe826d321b133b4dca0d3aada506 | [
"BSD-2-Clause"
] | null | null | null | jodd-core/src/main/java/jodd/io/watch/DirWatcherEvent.java | vilmospapp/jodd | 26b14f773d1ebe826d321b133b4dca0d3aada506 | [
"BSD-2-Clause"
] | null | null | null | jodd-core/src/main/java/jodd/io/watch/DirWatcherEvent.java | vilmospapp/jodd | 26b14f773d1ebe826d321b133b4dca0d3aada506 | [
"BSD-2-Clause"
] | null | null | null | 14.212766 | 46 | 0.66018 | 156 | package jodd.io.watch;
import java.io.File;
public class DirWatcherEvent {
private final Type type;
private final File target;
private final long timestamp;
/**
* Event type that describes file change.
*/
public enum Type {
CREATED,
DELETED,
MODIFIED
}
DirWatcherEvent(Type type, File target) {
t... |
3e005f70aa4b2eab31e0e8c6d872dff0a060ef5a | 2,158 | java | Java | shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/main/java/org/apache/shardingsphere/sharding/merge/ddl/fetch/FetchOrderByValueQueuesHolder.java | misselvexu/shardingsphere | a7c853405d2bc5f4e486d89bd800470ec0792239 | [
"Apache-2.0"
] | null | null | null | shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/main/java/org/apache/shardingsphere/sharding/merge/ddl/fetch/FetchOrderByValueQueuesHolder.java | misselvexu/shardingsphere | a7c853405d2bc5f4e486d89bd800470ec0792239 | [
"Apache-2.0"
] | null | null | null | shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/main/java/org/apache/shardingsphere/sharding/merge/ddl/fetch/FetchOrderByValueQueuesHolder.java | misselvexu/shardingsphere | a7c853405d2bc5f4e486d89bd800470ec0792239 | [
"Apache-2.0"
] | null | null | null | 33.71875 | 143 | 0.722892 | 157 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e005f8035d2ba5cbfed7992ea5538bf8baaac24 | 2,245 | java | Java | app/model/telegram/api/UpdateMessage.java | m49n/tfsbot | 42338b95ff0723a1f465284715a689b9ac53e505 | [
"CC0-1.0"
] | null | null | null | app/model/telegram/api/UpdateMessage.java | m49n/tfsbot | 42338b95ff0723a1f465284715a689b9ac53e505 | [
"CC0-1.0"
] | null | null | null | app/model/telegram/api/UpdateMessage.java | m49n/tfsbot | 42338b95ff0723a1f465284715a689b9ac53e505 | [
"CC0-1.0"
] | null | null | null | 23.154639 | 67 | 0.667409 | 158 | package model.telegram.api;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* @author Denis Danilin | efpyi@example.com
* 13.05.2020
* tfs ☭ sweat and blood
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
public class UpdateMessage {
@JsonProperty("... |
3e0061c58ce8f1d95c4872e37cc99a191ba44305 | 19,761 | java | Java | aesthetic/src/main/java/com/afollestad/aesthetic/TintHelper.java | iota9star/kisssub | edff44f5308acd660286096cf024cf996b1f29f2 | [
"Apache-2.0"
] | 15 | 2018-09-28T15:39:37.000Z | 2022-03-28T08:49:34.000Z | aesthetic/src/main/java/com/afollestad/aesthetic/TintHelper.java | CeuiLiSA/kisssub | edff44f5308acd660286096cf024cf996b1f29f2 | [
"Apache-2.0"
] | 1 | 2017-11-22T09:29:19.000Z | 2017-11-22T09:29:19.000Z | aesthetic/src/main/java/com/afollestad/aesthetic/TintHelper.java | CeuiLiSA/kisssub | edff44f5308acd660286096cf024cf996b1f29f2 | [
"Apache-2.0"
] | 4 | 2019-06-06T03:06:51.000Z | 2021-07-09T13:39:55.000Z | 51.062016 | 197 | 0.643287 | 159 | /*
*
* * Copyright 2018. iota9star
* *
* * 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
* *
* * ... |
3e0061ec52f5f281b8153234bb01176aa4876263 | 80,685 | java | Java | src/main/java/uk/ac/leeds/ccg/data/census/data/cas/Census_CAS002Record.java | agdturner/agdt-java-generic-data-Census | 6bf68d7c0419da74aa58b393da6930064e011113 | [
"Apache-2.0"
] | null | null | null | src/main/java/uk/ac/leeds/ccg/data/census/data/cas/Census_CAS002Record.java | agdturner/agdt-java-generic-data-Census | 6bf68d7c0419da74aa58b393da6930064e011113 | [
"Apache-2.0"
] | null | null | null | src/main/java/uk/ac/leeds/ccg/data/census/data/cas/Census_CAS002Record.java | agdturner/agdt-java-generic-data-Census | 6bf68d7c0419da74aa58b393da6930064e011113 | [
"Apache-2.0"
] | null | null | null | 30.117581 | 82 | 0.624168 | 160 | /*
* Copyright 2019 Centre for Computational Geography, University of Leeds.
*
* 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
*
* U... |
3e00626394bdd0501a63e0d9c452790d0e08bd80 | 5,975 | java | Java | java/src/com/vmware/avi/sdk/model/LdapUserBindSettings.java | yograjshisode/sdk | ad5579229a2821ba6d85f61bff3e7f457e0cce77 | [
"Apache-2.0"
] | 37 | 2016-03-14T22:27:17.000Z | 2022-03-03T05:18:39.000Z | java/src/com/vmware/avi/sdk/model/LdapUserBindSettings.java | yograjshisode/sdk | ad5579229a2821ba6d85f61bff3e7f457e0cce77 | [
"Apache-2.0"
] | 195 | 2016-03-14T23:47:55.000Z | 2021-05-12T11:28:56.000Z | java/src/com/vmware/avi/sdk/model/LdapUserBindSettings.java | yograjshisode/sdk | ad5579229a2821ba6d85f61bff3e7f457e0cce77 | [
"Apache-2.0"
] | 50 | 2016-03-14T05:52:14.000Z | 2022-01-06T06:12:00.000Z | 36.212121 | 114 | 0.671632 | 161 | package com.vmware.avi.sdk.model;
import java.util.*;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
/**
* The LdapUserBindSettings is a POJO class extends AviRestResource that used for creating
... |
3e0062aa7f7f07613605a974c9f9206b2f48b254 | 1,955 | java | Java | src/main/java/grondag/frex/impl/event/BlockStateRendererImpl.java | spiralhalo/frex | b7af25a4f7d14e8df3c166c4e3940bfbd3ac7405 | [
"Apache-2.0"
] | 27 | 2019-04-12T11:52:40.000Z | 2021-12-28T03:35:07.000Z | src/main/java/grondag/frex/impl/event/BlockStateRendererImpl.java | spiralhalo/frex | b7af25a4f7d14e8df3c166c4e3940bfbd3ac7405 | [
"Apache-2.0"
] | 6 | 2019-07-08T02:34:27.000Z | 2021-09-03T19:11:34.000Z | src/main/java/grondag/frex/impl/event/BlockStateRendererImpl.java | spiralhalo/frex | b7af25a4f7d14e8df3c166c4e3940bfbd3ac7405 | [
"Apache-2.0"
] | 8 | 2019-07-21T20:36:01.000Z | 2021-07-24T11:51:40.000Z | 38.333333 | 127 | 0.792839 | 162 | /*
* Copyright 2019, 2020 grondag
*
* 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... |
3e006367050cbad24edad2808572582ba1f420ee | 2,525 | java | Java | cql-engine-fhir/src/main/java/org/opencds/cqf/cql/data/fhir/FhirBundleCursorR4.java | zoedalley/cql_engine | 44c9ca1d7c5f6fd7bed8a4c6510a9c3754e94fc3 | [
"Apache-2.0"
] | null | null | null | cql-engine-fhir/src/main/java/org/opencds/cqf/cql/data/fhir/FhirBundleCursorR4.java | zoedalley/cql_engine | 44c9ca1d7c5f6fd7bed8a4c6510a9c3754e94fc3 | [
"Apache-2.0"
] | null | null | null | cql-engine-fhir/src/main/java/org/opencds/cqf/cql/data/fhir/FhirBundleCursorR4.java | zoedalley/cql_engine | 44c9ca1d7c5f6fd7bed8a4c6510a9c3754e94fc3 | [
"Apache-2.0"
] | null | null | null | 32.792208 | 122 | 0.601584 | 163 | package org.opencds.cqf.cql.data.fhir;
import ca.uhn.fhir.rest.client.api.IGenericClient;
import org.hl7.fhir.r4.model.Bundle;
import org.hl7.fhir.instance.model.api.IBaseBundle;
import java.util.Iterator;
import java.util.NoSuchElementException;
/**
* Created by Bryn on 4/16/2016.
*/
public class FhirBundleCursor... |
3e0063a4f36668e50dab0de55a3b781f84d6e1bd | 1,427 | java | Java | src/test/java/io/jenkins/plugins/oak9/utils/FileScannerTest.java | MarkEWaite/oak9-plugin | 97cc892dbbe9b79530b5c550cdc6fc08910c7cf2 | [
"Apache-2.0"
] | 2 | 2021-08-10T18:44:56.000Z | 2021-09-07T15:10:07.000Z | src/test/java/io/jenkins/plugins/oak9/utils/FileScannerTest.java | MarkEWaite/oak9-plugin | 97cc892dbbe9b79530b5c550cdc6fc08910c7cf2 | [
"Apache-2.0"
] | 1 | 2021-08-12T19:20:02.000Z | 2021-08-12T19:20:02.000Z | src/test/java/io/jenkins/plugins/oak9/utils/FileScannerTest.java | MarkEWaite/oak9-plugin | 97cc892dbbe9b79530b5c550cdc6fc08910c7cf2 | [
"Apache-2.0"
] | 1 | 2022-03-27T14:37:20.000Z | 2022-03-27T14:37:20.000Z | 38.567568 | 122 | 0.607568 | 164 | package io.jenkins.plugins.oak9.utils;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.mockito.Mockito.mock;
import hudson.FilePath;
import java.io.FileFilter;
import java.io.IOException;
import java.nio.file.Paths;
import o... |
3e0063b01b916eab4f836fd9ff92f92bbe9bde0c | 5,851 | java | Java | litho-widget/src/main/java/com/facebook/litho/widget/LayoutInfo.java | conca/litho | 26061bae949dbae11f3a9c4a5282356b843b0609 | [
"Apache-2.0"
] | 7,886 | 2017-04-18T19:27:19.000Z | 2022-03-29T13:18:19.000Z | litho-widget/src/main/java/com/facebook/litho/widget/LayoutInfo.java | conca/litho | 26061bae949dbae11f3a9c4a5282356b843b0609 | [
"Apache-2.0"
] | 667 | 2017-04-18T20:43:18.000Z | 2022-03-28T15:21:43.000Z | litho-widget/src/main/java/com/facebook/litho/widget/LayoutInfo.java | conca/litho | 26061bae949dbae11f3a9c4a5282356b843b0609 | [
"Apache-2.0"
] | 824 | 2017-04-18T19:56:51.000Z | 2022-03-25T07:17:34.000Z | 42.093525 | 100 | 0.73731 | 165 | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... |
3e00644acf9d18b1807c83667c6c1fd8fac4c6c2 | 2,730 | java | Java | src/test/java/org/fest/assertions/error/NotEqualErrorFactory_newAssertionError_without_JUnit_Test.java | akram/fest-assert-2.x | bff5925af00fc732ba3a0e85f6774acba77ec7c8 | [
"Apache-2.0"
] | 123 | 2015-01-04T05:44:08.000Z | 2022-03-04T02:13:39.000Z | src/test/java/org/fest/assertions/error/NotEqualErrorFactory_newAssertionError_without_JUnit_Test.java | akram/fest-assert-2.x | bff5925af00fc732ba3a0e85f6774acba77ec7c8 | [
"Apache-2.0"
] | 6 | 2015-04-25T00:16:58.000Z | 2020-11-04T11:50:54.000Z | src/test/java/org/fest/assertions/error/NotEqualErrorFactory_newAssertionError_without_JUnit_Test.java | akram/fest-assert-2.x | bff5925af00fc732ba3a0e85f6774acba77ec7c8 | [
"Apache-2.0"
] | 29 | 2015-01-06T21:08:05.000Z | 2020-09-26T02:25:53.000Z | 40.147059 | 118 | 0.776557 | 166 | /*
* Created on Aug 6, 2010
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,... |
3e006479e3d50bb56661462c604e7993bdcf2ed6 | 1,193 | java | Java | app/src/main/java/rstech/bluetoothpoc/obd_reader/ObdCommandJob.java | restriglio/bluetoothPOC | cb5d4bb079b6392850c98fc74ee7e347970efb08 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/rstech/bluetoothpoc/obd_reader/ObdCommandJob.java | restriglio/bluetoothPOC | cb5d4bb079b6392850c98fc74ee7e347970efb08 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/rstech/bluetoothpoc/obd_reader/ObdCommandJob.java | restriglio/bluetoothPOC | cb5d4bb079b6392850c98fc74ee7e347970efb08 | [
"Apache-2.0"
] | null | null | null | 17.80597 | 52 | 0.575859 | 167 | package rstech.bluetoothpoc.obd_reader;
import com.github.pires.obd.commands.ObdCommand;
/**
* Created by raulstriglio on 8/20/17.
*/
public class ObdCommandJob {
private Long _id;
private ObdCommand _command;
private ObdCommandJobState _state;
/**
* Default ctor.
*
* @param comman... |
3e0064ab6a37fdfcbcb6837c5b504c5bb1cdecf5 | 1,486 | java | Java | core/transport/src/main/java/alluxio/grpc/BlockLocationOrBuilder.java | piaobeizu/alluxio | 273ac84ec117809296550fad7e1663cb1bcdf064 | [
"Apache-2.0"
] | 3 | 2019-09-02T09:17:13.000Z | 2019-09-02T09:17:17.000Z | core/transport/src/main/java/alluxio/grpc/BlockLocationOrBuilder.java | piaobeizu/alluxio | 273ac84ec117809296550fad7e1663cb1bcdf064 | [
"Apache-2.0"
] | 5 | 2020-03-05T00:06:05.000Z | 2021-08-02T17:19:58.000Z | core/transport/src/main/java/alluxio/grpc/BlockLocationOrBuilder.java | piaobeizu/alluxio | 273ac84ec117809296550fad7e1663cb1bcdf064 | [
"Apache-2.0"
] | 1 | 2020-02-07T12:38:29.000Z | 2020-02-07T12:38:29.000Z | 24.766667 | 77 | 0.666891 | 168 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/common.proto
package alluxio.grpc;
public interface BlockLocationOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.BlockLocation)
com.google.protobuf.MessageOrBuilder {
/**
* <code>optional int64 worke... |
3e0065b319438393d8951d5d21e14d69c4829a3d | 6,844 | java | Java | app/src/main/java/org/hyunjun/school/School.java | paranSaeu/SmartClass | 72a9e7968faf599dc7976ab5d8f8b8fc3ca429c3 | [
"MIT"
] | 5 | 2018-03-03T15:32:32.000Z | 2019-07-19T11:20:58.000Z | app/src/main/java/org/hyunjun/school/School.java | paranSaeu/SmartClass | 72a9e7968faf599dc7976ab5d8f8b8fc3ca429c3 | [
"MIT"
] | 1 | 2018-05-02T13:11:35.000Z | 2018-05-02T13:13:14.000Z | app/src/main/java/org/hyunjun/school/School.java | paranSaeu/SmartClass | 72a9e7968faf599dc7976ab5d8f8b8fc3ca429c3 | [
"MIT"
] | 1 | 2018-09-14T03:59:16.000Z | 2018-09-14T03:59:16.000Z | 31.539171 | 115 | 0.553624 | 169 | package org.hyunjun.school;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.List;
/**
* School API
* 전국 교육청 소속 교육기관의 학사일정, 메뉴를 간단히 불러올 수 있습니다.
*
* @author HyunJun Kim
* @version 3.0
*/
publi... |
3e00664c2ec4bc8e0d0e7df7fa8593a549c93c7e | 5,684 | java | Java | src/main/java/com/blazebit/jbake/mojo/watcher/WatcherTimerService.java | bshannon/jbake-maven-plugin | 7651879d093c2989fa87bc8fe7b224138666772a | [
"Apache-2.0"
] | 6 | 2017-01-22T22:52:01.000Z | 2020-12-18T14:01:26.000Z | src/main/java/com/blazebit/jbake/mojo/watcher/WatcherTimerService.java | bshannon/jbake-maven-plugin | 7651879d093c2989fa87bc8fe7b224138666772a | [
"Apache-2.0"
] | 4 | 2017-05-24T12:05:19.000Z | 2021-06-23T20:42:22.000Z | src/main/java/com/blazebit/jbake/mojo/watcher/WatcherTimerService.java | bshannon/jbake-maven-plugin | 7651879d093c2989fa87bc8fe7b224138666772a | [
"Apache-2.0"
] | 3 | 2018-03-09T08:52:55.000Z | 2022-01-19T21:37:21.000Z | 33.833333 | 133 | 0.603448 | 170 | /*
* Copyright 2016 Blazebit.
*
* 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 i... |
3e0066885021bdc4e55f67700924cf55fb7485d2 | 585 | java | Java | service/service_edu8001/src/main/java/com/github/eduservice/rabbitmq/BuyCount.java | lg266/Online-Education-Backend | 2e831abb1a88774737546295c9025c389fe2324f | [
"MIT"
] | 21 | 2021-05-24T16:27:39.000Z | 2022-03-24T15:38:19.000Z | service/service_edu8001/src/main/java/com/github/eduservice/rabbitmq/BuyCount.java | lg266/Online-Education-Backend | 2e831abb1a88774737546295c9025c389fe2324f | [
"MIT"
] | 1 | 2022-03-12T13:55:21.000Z | 2022-03-13T04:32:45.000Z | service/service_edu8001/src/main/java/com/github/eduservice/rabbitmq/BuyCount.java | lg266/Online-Education-Backend | 2e831abb1a88774737546295c9025c389fe2324f | [
"MIT"
] | 9 | 2021-05-06T10:33:10.000Z | 2022-03-22T13:14:49.000Z | 22.5 | 63 | 0.758974 | 171 | package com.github.eduservice.rabbitmq;
import com.github.eduservice.service.EduCourseService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;
import java.util.function.Consumer;
/**
* @author HAN
* ... |
3e00669762c083f6593277539369c82a443b823a | 3,857 | java | Java | interlok-core/src/test/java/com/adaptris/core/FormattedFilenameCreatorTest.java | quotidian-ennui/interlok | 4ce92e0811ccda1b797b34adc19719c0d3a27b95 | [
"Apache-2.0"
] | 21 | 2015-10-27T08:26:15.000Z | 2021-12-18T13:24:28.000Z | interlok-core/src/test/java/com/adaptris/core/FormattedFilenameCreatorTest.java | adaptris/interlok | be2598baac2f806acc999ec3b21be789416921a9 | [
"Apache-2.0"
] | 816 | 2016-01-18T13:17:16.000Z | 2022-03-31T16:03:10.000Z | interlok-core/src/test/java/com/adaptris/core/FormattedFilenameCreatorTest.java | gerco/interlok | d2e538df749498a73dc381113ac183a25422e510 | [
"Apache-2.0"
] | 10 | 2015-10-20T14:33:53.000Z | 2021-03-24T21:46:14.000Z | 35.385321 | 93 | 0.725175 | 172 | /*
* Copyright 2015 Adaptris Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... |
3e0066988c8b72d60bcf02d0c47ef20e8e43f9d8 | 139 | java | Java | app/src/main/java/com/siziksu/bluetooth/domain/BaseDomainContract.java | Siziksu/AndroidBluetoothForArduino | 88f5298626651bbacf7a38994cf6360d3f695e64 | [
"Apache-2.0"
] | 3 | 2019-03-26T01:15:10.000Z | 2020-03-02T10:39:10.000Z | app/src/main/java/com/siziksu/bluetooth/domain/BaseDomainContract.java | Siziksu/AndroidBluetoothForArduino | 88f5298626651bbacf7a38994cf6360d3f695e64 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/siziksu/bluetooth/domain/BaseDomainContract.java | Siziksu/AndroidBluetoothForArduino | 88f5298626651bbacf7a38994cf6360d3f695e64 | [
"Apache-2.0"
] | null | null | null | 15.444444 | 40 | 0.733813 | 173 | package com.siziksu.bluetooth.domain;
public interface BaseDomainContract<D> {
void register(D presenter);
void unregister();
}
|
3e0067621f8e23d4473e5c773d50b6f540ed3450 | 1,165 | java | Java | src/main/java/net/kodar/restaurantapi/business/processor/orderstatus/OrderStatusProcessorImpl.java | kamentr/API_Restaurant | d8b448c984b87c1a723b17ee366bddeb94b59eae | [
"MIT"
] | 1 | 2021-01-27T14:55:29.000Z | 2021-01-27T14:55:29.000Z | src/main/java/net/kodar/restaurantapi/business/processor/orderstatus/OrderStatusProcessorImpl.java | kamentr/API_Restaurant | d8b448c984b87c1a723b17ee366bddeb94b59eae | [
"MIT"
] | null | null | null | src/main/java/net/kodar/restaurantapi/business/processor/orderstatus/OrderStatusProcessorImpl.java | kamentr/API_Restaurant | d8b448c984b87c1a723b17ee366bddeb94b59eae | [
"MIT"
] | null | null | null | 48.541667 | 261 | 0.851502 | 174 | package net.kodar.restaurantapi.business.processor.orderstatus;
import org.springframework.stereotype.Service;
import net.kodar.restaurantapi.business.processor.ProcessorGenericImpl;
import net.kodar.restaurantapi.business.transformer.param.orderstatus.OrderStatusParamTransformer;
import net.kodar.restaurantapi... |
3e0069b85b30f9f50a899680757f80c00901e3c2 | 273,348 | java | Java | test/com/google/javascript/rhino/jstype/JSTypeTest.java | gisshare2015/closure-compiler | f8e657686c864db0554534213d7581a36a5545ef | [
"Apache-2.0"
] | 4 | 2018-09-03T18:35:59.000Z | 2020-08-08T14:35:20.000Z | test/com/google/javascript/rhino/jstype/JSTypeTest.java | gaearon/closure-compiler | d66ab8e8562c313b873070ba59a3f1211a30f7eb | [
"Apache-2.0"
] | null | null | null | test/com/google/javascript/rhino/jstype/JSTypeTest.java | gaearon/closure-compiler | d66ab8e8562c313b873070ba59a3f1211a30f7eb | [
"Apache-2.0"
] | 2 | 2018-09-03T18:36:00.000Z | 2021-01-10T13:23:58.000Z | 42.710625 | 100 | 0.757375 | 175 | /*
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* ... |
3e0069d7ae3801d0c02a1b6ec73e9da2006505ac | 14,009 | java | Java | enhanced/java/classlib/modules/swing/src/test/api/java.injected/javax/swing/border/MatteBorderTest.java | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | 5 | 2017-03-08T20:32:39.000Z | 2021-07-10T10:12:38.000Z | enhanced/java/classlib/modules/swing/src/test/api/java.injected/javax/swing/border/MatteBorderTest.java | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | 1 | 2021-10-17T13:03:49.000Z | 2021-10-17T13:03:49.000Z | enhanced/java/classlib/modules/swing/src/test/api/java.injected/javax/swing/border/MatteBorderTest.java | qinFamily/freeVM | 9caa0256b4089d74186f84b8fb2afc95a0afc7bc | [
"Apache-2.0"
] | 4 | 2015-07-07T07:06:59.000Z | 2018-06-19T22:38:04.000Z | 43.778125 | 95 | 0.62674 | 176 | /*
* 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... |
3e006a4621f850eb653e4c2f22ac87bf96db03fa | 1,709 | java | Java | service/src/main/java/com/trihydro/cvpt/controller/MailController.java | Trihydro/cvrm | 3446b3206fd0e9c21922201ec4fd7b18427a5b1c | [
"Apache-2.0"
] | 3 | 2018-07-23T14:30:31.000Z | 2019-03-25T22:39:58.000Z | service/src/main/java/com/trihydro/cvpt/controller/MailController.java | Trihydro/cvrm | 3446b3206fd0e9c21922201ec4fd7b18427a5b1c | [
"Apache-2.0"
] | null | null | null | service/src/main/java/com/trihydro/cvpt/controller/MailController.java | Trihydro/cvrm | 3446b3206fd0e9c21922201ec4fd7b18427a5b1c | [
"Apache-2.0"
] | 1 | 2018-08-21T06:28:32.000Z | 2018-08-21T06:28:32.000Z | 40.690476 | 89 | 0.729081 | 177 | /********************************************************************
* Copyright 2016 Trihydro
*
* 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/LI... |
3e006aa7e192c72aeabee24d10ee7df0e88d97fe | 2,209 | java | Java | src/main/java/com/jme3/shader/glsl/parser/ast/declaration/ExternalFieldDeclarationAstNode.java | JavaSaBr/ss-editor-shader-nodes | c11b5de260898057e5f5615c9ab54901635ab389 | [
"Apache-2.0"
] | 5 | 2018-04-24T07:14:45.000Z | 2021-02-01T23:11:14.000Z | src/main/java/com/jme3/shader/glsl/parser/ast/declaration/ExternalFieldDeclarationAstNode.java | JavaSaBr/ss-editor-shader-nodes | c11b5de260898057e5f5615c9ab54901635ab389 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/jme3/shader/glsl/parser/ast/declaration/ExternalFieldDeclarationAstNode.java | JavaSaBr/ss-editor-shader-nodes | c11b5de260898057e5f5615c9ab54901635ab389 | [
"Apache-2.0"
] | 3 | 2018-04-24T07:14:48.000Z | 2021-02-27T04:21:53.000Z | 25.988235 | 89 | 0.60344 | 178 | package com.jme3.shader.glsl.parser.ast.declaration;
import static java.util.Arrays.asList;
import java.util.HashSet;
import java.util.Set;
/**
* The node to present an external field declaration in the code.
*
* @author JavaSaBr
*/
public class ExternalFieldDeclarationAstNode extends FieldDeclarationAstNode {
... |
3e006b66b1c95ef9ed7b6703dd04849961c62b7e | 778 | java | Java | Socket/SocketCDI11/src/fr/imie/LaucherClient.java | imie-source/CDI-N-11-SHARE | d13a7f86d511af1d83d93e7f4243ad9844ce891d | [
"MIT"
] | 3 | 2015-11-03T13:32:51.000Z | 2017-09-19T17:25:51.000Z | Socket/SocketCDI11/src/fr/imie/LaucherClient.java | imie-source/CDI-N-11-SHARE | d13a7f86d511af1d83d93e7f4243ad9844ce891d | [
"MIT"
] | null | null | null | Socket/SocketCDI11/src/fr/imie/LaucherClient.java | imie-source/CDI-N-11-SHARE | d13a7f86d511af1d83d93e7f4243ad9844ce891d | [
"MIT"
] | null | null | null | 16.553191 | 63 | 0.602828 | 179 | /**
*
*/
package fr.imie;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.Socket;
import java.util.Scanner;
/**
* @author imie
*
*/
public class LaucherClient {
/**
*
*/
public LaucherClient() {
// TODO Auto-generated constructor stub
}
/**
* @param args
*/
public stati... |
3e006b690621e6fde3b2133c6c557797314612c6 | 2,179 | java | Java | src/test/java/com/yunfeng/tools/phoneproxy/socket/Cert.java | liang47009/gameserver | b27e962bd1d0c8f70ca4802c16226fd2360d74a2 | [
"MIT"
] | null | null | null | src/test/java/com/yunfeng/tools/phoneproxy/socket/Cert.java | liang47009/gameserver | b27e962bd1d0c8f70ca4802c16226fd2360d74a2 | [
"MIT"
] | null | null | null | src/test/java/com/yunfeng/tools/phoneproxy/socket/Cert.java | liang47009/gameserver | b27e962bd1d0c8f70ca4802c16226fd2360d74a2 | [
"MIT"
] | null | null | null | 35.145161 | 99 | 0.61542 | 180 | package com.yunfeng.tools.phoneproxy.socket;
import com.yunfeng.CertTool;
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import java.io.InputStream;
import java.security.*;
import java.security.cert.X509Certificate;
import java.util.HashMap;
import java.util.Map;
public class Cert {
private static M... |
3e006c64c38121922e244c733df6a4d9b54283e6 | 890 | java | Java | cache2k-core/src/main/java/org/cache2k/core/util/ScheduledClock.java | GiuseppeValente/MMQS | 0635e68e3c994309d4df5ec5ac0fb48bd13a271c | [
"Apache-2.0"
] | null | null | null | cache2k-core/src/main/java/org/cache2k/core/util/ScheduledClock.java | GiuseppeValente/MMQS | 0635e68e3c994309d4df5ec5ac0fb48bd13a271c | [
"Apache-2.0"
] | 2 | 2020-12-24T01:32:59.000Z | 2022-03-31T20:58:46.000Z | cache2k-core/src/main/java/org/cache2k/core/util/ScheduledClock.java | DonnySpace/AndiVirus | 0635e68e3c994309d4df5ec5ac0fb48bd13a271c | [
"Apache-2.0"
] | null | null | null | 24.054054 | 75 | 0.705618 | 181 | package org.cache2k.core.util;
/*
* #%L
* cache2k implementation
* %%
* Copyright (C) 2000 - 2019 headissue GmbH, Munich
* %%
* 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
*
* ... |
3e006d224305817322ba09e24e6f6c9cc9c439fa | 1,952 | java | Java | app/src/main/java/cn/msxf0/note/MarkDown.java | msxfXF/AndroidNote | 57c51516393eb6677bf37f49745ca6fddd3e66d1 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/cn/msxf0/note/MarkDown.java | msxfXF/AndroidNote | 57c51516393eb6677bf37f49745ca6fddd3e66d1 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/cn/msxf0/note/MarkDown.java | msxfXF/AndroidNote | 57c51516393eb6677bf37f49745ca6fddd3e66d1 | [
"Apache-2.0"
] | null | null | null | 22.964706 | 142 | 0.625512 | 182 | package cn.msxf0.note;
import java.util.Date;
/**
* * @author XiaoFei
* * @SchoolNum:B17070714
* * @description:
* * @date :19-10-26 上午10:38
*
*/
public class MarkDown {
private String author;
private String author_face;
private String background;
private String content;
private Date... |
3e006d53cf017dceb89c9e6e790fe47c32f74f9a | 4,206 | java | Java | common/src/main/java/com/alchemiasoft/common/sync/BooksSyncService.java | SimoneCasagranda/android-wear-tutorial | aa35a8658d12c7ee1ddf12abfdcfab954dba839b | [
"Apache-2.0"
] | 16 | 2015-02-01T13:43:28.000Z | 2017-09-28T16:12:10.000Z | common/src/main/java/com/alchemiasoft/common/sync/BooksSyncService.java | SimoneCasagranda/android-wear-tutorial | aa35a8658d12c7ee1ddf12abfdcfab954dba839b | [
"Apache-2.0"
] | 1 | 2015-02-20T09:39:18.000Z | 2015-02-20T09:39:18.000Z | common/src/main/java/com/alchemiasoft/common/sync/BooksSyncService.java | SimoneCasagranda/android-wear-tutorial | aa35a8658d12c7ee1ddf12abfdcfab954dba839b | [
"Apache-2.0"
] | 7 | 2015-01-29T01:40:50.000Z | 2019-11-28T10:21:31.000Z | 40.834951 | 125 | 0.655017 | 183 | /*
* Copyright 2015 Simone Casagranda.
*
* 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... |
3e006ef0702d069dfa787e297028982f3b568bf8 | 652 | java | Java | src/main/java/svenhjol/charm/base/module/Debug.java | BardinTheDwarf/Charm | 85b319f0cbea86efacf0d2c89e4d51b45eb063a5 | [
"MIT"
] | null | null | null | src/main/java/svenhjol/charm/base/module/Debug.java | BardinTheDwarf/Charm | 85b319f0cbea86efacf0d2c89e4d51b45eb063a5 | [
"MIT"
] | null | null | null | src/main/java/svenhjol/charm/base/module/Debug.java | BardinTheDwarf/Charm | 85b319f0cbea86efacf0d2c89e4d51b45eb063a5 | [
"MIT"
] | null | null | null | 38.352941 | 113 | 0.76227 | 184 | package svenhjol.charm.base.module;
import svenhjol.charm.Charm;
import svenhjol.charm.base.CharmCategories;
import svenhjol.meson.MesonModule;
import svenhjol.meson.iface.Config;
import svenhjol.meson.iface.Module;
@Module(mod = Charm.MOD_ID, category = CharmCategories.CORE, hasSubscriptions = true,
description ... |
3e00712d2d001b71e0a8b85705e961f475e206d1 | 6,840 | java | Java | waggle-dance-core/src/test/java/com/hotels/bdp/waggledance/client/CloseableThriftHiveMetastoreIfaceClientFactoryTest.java | groobyming/waggle-dance | 2afb9d3843e23f247376101e22c31794bdd2af1d | [
"Apache-2.0"
] | null | null | null | waggle-dance-core/src/test/java/com/hotels/bdp/waggledance/client/CloseableThriftHiveMetastoreIfaceClientFactoryTest.java | groobyming/waggle-dance | 2afb9d3843e23f247376101e22c31794bdd2af1d | [
"Apache-2.0"
] | null | null | null | waggle-dance-core/src/test/java/com/hotels/bdp/waggledance/client/CloseableThriftHiveMetastoreIfaceClientFactoryTest.java | groobyming/waggle-dance | 2afb9d3843e23f247376101e22c31794bdd2af1d | [
"Apache-2.0"
] | null | null | null | 49.565217 | 112 | 0.806579 | 185 | /**
* Copyright (C) 2016-2022 Expedia, 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 ag... |
3e00722558cda524dd5ee2d6e81a13d25063a63a | 489 | java | Java | src/headfirst/factory/simplefactory/PepperoniPizza.java | 4amup/head-first-design-pattern | a8b745c8250a236a2d59b9e83138a5965b413c84 | [
"MIT"
] | null | null | null | src/headfirst/factory/simplefactory/PepperoniPizza.java | 4amup/head-first-design-pattern | a8b745c8250a236a2d59b9e83138a5965b413c84 | [
"MIT"
] | null | null | null | src/headfirst/factory/simplefactory/PepperoniPizza.java | 4amup/head-first-design-pattern | a8b745c8250a236a2d59b9e83138a5965b413c84 | [
"MIT"
] | null | null | null | 13.971429 | 43 | 0.697342 | 186 | package headfirst.factory.simplefactory;
public class PepperoniPizza extends Pizza {
public PepperoniPizza(String name) {
super(name);
// TODO Auto-generated constructor stub
}
@Override
public void prepare() {
// TODO Auto-generated method stub
}
@Override
public void bake() {
// TODO Auto-generate... |
3e00729eda22b6a44e32273283e163bca9f6f8cc | 1,091 | java | Java | tests/DataOutputStream/Test.java | FloflisPull/js2me | 134398dd2782540c98cd427e49ed02b6828b817d | [
"MIT"
] | 64 | 2015-01-16T17:56:30.000Z | 2022-03-26T20:21:52.000Z | tests/DataOutputStream/Test.java | FloflisPull/js2me | 134398dd2782540c98cd427e49ed02b6828b817d | [
"MIT"
] | 11 | 2017-09-26T20:31:24.000Z | 2022-03-31T19:57:28.000Z | tests/DataOutputStream/Test.java | FloflisPull/js2me | 134398dd2782540c98cd427e49ed02b6828b817d | [
"MIT"
] | 17 | 2015-01-16T17:57:32.000Z | 2022-03-26T20:22:37.000Z | 26.609756 | 111 | 0.571036 | 187 | import java.io.*;
public class Test extends TestMidlet {
public void startApp() {
try {
byte[] input = {-2, 54, -2, -2, 1, 0, -128, 1, 91, -64, 0x0C, 0x7A, -31, 0x47, -82, 0x14, 0x7B, 0x41, 0x09,
0x1d, 0x25, 122, 121, 0, 120, -1, -7, 0x51, 0x54, -1, -1, -1, -1, -1, -7, 0x51, 0x54, -14, 0x16, 0, 10,
-... |
3e0072c22d700cda6d9cf12a13b2eff6e598b287 | 9,031 | java | Java | store/count-db/src/main/java/sn/analytics/data/store/UniqueUsersDbStoreV2.java | sumanthn/rocks-db-ops | a0383f331f3ae15e25d1f64610d7d63dfbc3bb73 | [
"Apache-2.0"
] | 1 | 2021-09-09T14:08:30.000Z | 2021-09-09T14:08:30.000Z | store/count-db/src/main/java/sn/analytics/data/store/UniqueUsersDbStoreV2.java | sumanthn/rocks-db-ops | a0383f331f3ae15e25d1f64610d7d63dfbc3bb73 | [
"Apache-2.0"
] | null | null | null | store/count-db/src/main/java/sn/analytics/data/store/UniqueUsersDbStoreV2.java | sumanthn/rocks-db-ops | a0383f331f3ae15e25d1f64610d7d63dfbc3bb73 | [
"Apache-2.0"
] | null | null | null | 33.080586 | 129 | 0.565386 | 188 | package sn.analytics.data.store;
import com.clearspring.analytics.stream.cardinality.HyperLogLog;
import com.clearspring.analytics.stream.cardinality.ICardinality;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableMap;
import com.google.common.hash.Hashing;
import com.sangupta.murm... |
3e0073beccdfec60fff580463d390558d6afdee0 | 1,316 | java | Java | vespajlib/src/main/java/com/yahoo/slime/ObjectInserter.java | t1707/vespa | 9f4859e9996ac9913ce80ed9b209f683507fe157 | [
"Apache-2.0"
] | 1 | 2018-12-30T05:42:18.000Z | 2018-12-30T05:42:18.000Z | vespajlib/src/main/java/com/yahoo/slime/ObjectInserter.java | t1707/vespa | 9f4859e9996ac9913ce80ed9b209f683507fe157 | [
"Apache-2.0"
] | 1 | 2021-03-31T22:27:25.000Z | 2021-03-31T22:27:25.000Z | vespajlib/src/main/java/com/yahoo/slime/ObjectInserter.java | t1707/vespa | 9f4859e9996ac9913ce80ed9b209f683507fe157 | [
"Apache-2.0"
] | 1 | 2020-02-01T07:21:28.000Z | 2020-02-01T07:21:28.000Z | 50.615385 | 118 | 0.699088 | 189 | // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.slime;
/**
* Helper class for inserting values into an ObjectValue.
* For justification read Inserter documentation.
**/
final class ObjectInserter implements Inserter {
priva... |
3e0073d5ed047118ee6bfa624a76fe0df325ddcd | 1,032 | java | Java | src/main/java/com/stackify/metric/aop/Counter.java | stackify/stackify-metrics-aspectj | ee338355de5e7a70b7e3a4a845b366e5b4919659 | [
"Apache-2.0"
] | 1 | 2017-07-06T15:07:55.000Z | 2017-07-06T15:07:55.000Z | src/main/java/com/stackify/metric/aop/Counter.java | stackify/stackify-metrics-aspectj | ee338355de5e7a70b7e3a4a845b366e5b4919659 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/stackify/metric/aop/Counter.java | stackify/stackify-metrics-aspectj | ee338355de5e7a70b7e3a4a845b366e5b4919659 | [
"Apache-2.0"
] | 1 | 2021-01-31T04:31:44.000Z | 2021-01-31T04:31:44.000Z | 25.170732 | 75 | 0.736434 | 190 | /*
* Copyright 2014 Stackify
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writ... |
3e007423468b11aef9cd0b6018a3153342863721 | 3,495 | java | Java | adaptor/sources/cis-adaptor-connector-rest-template/src/impl/java/com/frequentis/cis/connector/rest/CoreRESTSender.java | DRIVER-EU/CommonInformationSpace | dad119c57c03fe0872bcb20e6602d1623fc8b06f | [
"MIT"
] | 1 | 2017-11-08T09:09:42.000Z | 2017-11-08T09:09:42.000Z | adaptor/sources/cis-adaptor-connector-rest-template/src/impl/java/com/frequentis/cis/connector/rest/CoreRESTSender.java | DRIVER-EU/CommonInformationSpace | dad119c57c03fe0872bcb20e6602d1623fc8b06f | [
"MIT"
] | null | null | null | adaptor/sources/cis-adaptor-connector-rest-template/src/impl/java/com/frequentis/cis/connector/rest/CoreRESTSender.java | DRIVER-EU/CommonInformationSpace | dad119c57c03fe0872bcb20e6602d1623fc8b06f | [
"MIT"
] | null | null | null | 36.40625 | 170 | 0.726466 | 191 | package com.frequentis.cis.connector.rest;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.Map;
import org.apache.log4j.Logger;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.... |
3e007444d34da2ef6f3d078a5a22fd97d4ea14f1 | 6,202 | java | Java | ah_database/app/src/main/java/ese/database/MainActivity.java | eggeral/android-examples | 87e788a338627a5a22b6eaf7e09423887c4dc344 | [
"Apache-2.0"
] | null | null | null | ah_database/app/src/main/java/ese/database/MainActivity.java | eggeral/android-examples | 87e788a338627a5a22b6eaf7e09423887c4dc344 | [
"Apache-2.0"
] | null | null | null | ah_database/app/src/main/java/ese/database/MainActivity.java | eggeral/android-examples | 87e788a338627a5a22b6eaf7e09423887c4dc344 | [
"Apache-2.0"
] | null | null | null | 41.905405 | 119 | 0.614318 | 192 | package ese.database;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widg... |
3e0074adf5fb95d312b63f3d85e14867d13d38f2 | 618 | java | Java | exs/mundo_1/java/024.java | Coding-in-community/exercicios-CeV | 282e76d202342eb988de89d665ca80d43c9f0e1f | [
"MIT"
] | 45 | 2021-01-02T18:36:01.000Z | 2022-03-26T19:46:47.000Z | exs/mundo_1/java/024.java | LeonardoCruzx/exercicios-CeV | 5afb8778bb25a234e211fca061c6a7aee4cba5cc | [
"MIT"
] | 24 | 2020-12-31T17:23:16.000Z | 2021-03-11T19:44:36.000Z | exs/mundo_1/java/024.java | LeonardoCruzx/exercicios-CeV | 5afb8778bb25a234e211fca061c6a7aee4cba5cc | [
"MIT"
] | 28 | 2020-12-30T15:57:16.000Z | 2022-03-26T19:46:49.000Z | 21.310345 | 100 | 0.567961 | 193 | /*
### 024 - Verificando as primeiras letras de um texto
Crie um programa que leia o nome de uma cidade e diga se ela começa ou não com a palavra "Santo"
*/
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
String nome;
Scanner scanner = new Scanner(... |
3e0074e6d24cfa5d9abf469d32de7bd0e2af9a77 | 7,056 | java | Java | ihmc-quadruped/src/footstep-planning/java/us/ihmc/quadrupedFootstepPlanning/pawPlanning/graphSearch/visualization/AStarPawPlannerVisualizer.java | ihmcrobotics/ihmc-open-robotics-software | 129b261de850e85e1dc78a12e9c075f53c6019a0 | [
"Apache-2.0"
] | 170 | 2016-02-01T18:58:50.000Z | 2022-03-17T05:28:01.000Z | ihmc-quadruped/src/footstep-planning/java/us/ihmc/quadrupedFootstepPlanning/pawPlanning/graphSearch/visualization/AStarPawPlannerVisualizer.java | ihmcrobotics/ihmc-open-robotics-software | 129b261de850e85e1dc78a12e9c075f53c6019a0 | [
"Apache-2.0"
] | 162 | 2016-01-29T17:04:29.000Z | 2022-02-10T16:25:37.000Z | ihmc-quadruped/src/footstep-planning/java/us/ihmc/quadrupedFootstepPlanning/pawPlanning/graphSearch/visualization/AStarPawPlannerVisualizer.java | ihmcrobotics/ihmc-open-robotics-software | 129b261de850e85e1dc78a12e9c075f53c6019a0 | [
"Apache-2.0"
] | 83 | 2016-01-28T22:49:01.000Z | 2022-03-28T03:11:24.000Z | 38.140541 | 187 | 0.741638 | 194 | package us.ihmc.quadrupedFootstepPlanning.pawPlanning.graphSearch.visualization;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import us.ihmc.commons.thread.ThreadTools;
import us.ihmc.euclid.referenceFrame.ReferenceFrame;
import us.ihmc.graphicsDescription.Graphics3DObject;
import us.i... |
3e0075857402d2de0eb709d3136deef987bd21d3 | 9,673 | java | Java | android-31/src/android/window/SplashScreen.java | Pixelated-Project/aosp-android-jar | 72ae25d4fc6414e071fc1f52dd78080b84d524f8 | [
"MIT"
] | 93 | 2020-10-11T04:37:16.000Z | 2022-03-24T13:18:49.000Z | android-31/src/android/window/SplashScreen.java | huangjxdev/aosp-android-jar | e22b61576b05ff7483180cb4d245921d66c26ee4 | [
"MIT"
] | 3 | 2020-10-11T04:27:44.000Z | 2022-01-19T01:31:52.000Z | android-31/src/android/window/SplashScreen.java | huangjxdev/aosp-android-jar | e22b61576b05ff7483180cb4d245921d66c26ee4 | [
"MIT"
] | 10 | 2020-11-23T02:41:58.000Z | 2022-03-06T00:56:52.000Z | 35.30292 | 100 | 0.611082 | 195 | /*
* Copyright (C) 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e0075ac5ab7aeb29575ef7196ca7a0cb54143f5 | 6,211 | java | Java | src/main/java/com/oracle/truffle/js/nodes/access/JSGuardDisconnectedArgumentRead.java | pitbox46/graaljs-forge | 369d305ed531f66653b4bf2ce881483639401707 | [
"UPL-1.0"
] | null | null | null | src/main/java/com/oracle/truffle/js/nodes/access/JSGuardDisconnectedArgumentRead.java | pitbox46/graaljs-forge | 369d305ed531f66653b4bf2ce881483639401707 | [
"UPL-1.0"
] | null | null | null | src/main/java/com/oracle/truffle/js/nodes/access/JSGuardDisconnectedArgumentRead.java | pitbox46/graaljs-forge | 369d305ed531f66653b4bf2ce881483639401707 | [
"UPL-1.0"
] | null | null | null | 47.412214 | 187 | 0.751087 | 196 | /*
* Copyright (c) 2018, 2020, 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 ... |
3e0075b62b5dc402fb33378d52ec6fb534062a37 | 1,036 | java | Java | Final Project OOP src/Calculos_Salariais/Vendedor.java | SauloCav/POO-Experiments- | f6ce30c2e64bfa26adde6edab259fd0b464ca1e4 | [
"MIT"
] | null | null | null | Final Project OOP src/Calculos_Salariais/Vendedor.java | SauloCav/POO-Experiments- | f6ce30c2e64bfa26adde6edab259fd0b464ca1e4 | [
"MIT"
] | null | null | null | Final Project OOP src/Calculos_Salariais/Vendedor.java | SauloCav/POO-Experiments- | f6ce30c2e64bfa26adde6edab259fd0b464ca1e4 | [
"MIT"
] | null | null | null | 18.836364 | 95 | 0.739382 | 197 | package Calculos_Salariais;
public abstract class Vendedor {
private String nome = "";
private double salBase;
private double totalVendas;
private double numeroDeDependentes;
public Vendedor() {
super();
}
public Vendedor(String nome, double salBase, double totalVendas, double numeroDeDependentes) {
su... |
3e007603f9696e8eceb663660688f48d348b0f42 | 2,411 | java | Java | gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java | JetBrains/intellij-haxe | bd307e10a832854716b932a612f368d8d7ed1925 | [
"Apache-2.0"
] | 48 | 2015-01-01T06:32:10.000Z | 2022-01-13T11:05:25.000Z | gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java | JetBrains/intellij-haxe | bd307e10a832854716b932a612f368d8d7ed1925 | [
"Apache-2.0"
] | 14 | 2015-04-14T20:35:21.000Z | 2017-08-05T01:49:03.000Z | gen/com/intellij/plugins/haxe/lang/psi/impl/HaxeTypedefDeclarationImpl.java | JetBrains/intellij-haxe | bd307e10a832854716b932a612f368d8d7ed1925 | [
"Apache-2.0"
] | 25 | 2015-01-08T10:35:06.000Z | 2021-11-10T07:17:12.000Z | 28.364706 | 107 | 0.767316 | 198 | /*
* Copyright 2000-2013 JetBrains s.r.o.
* Copyright 2014-2016 AS3Boyan
* Copyright 2014-2014 Elias Ku
*
* 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/lice... |
3e00786c5824fc2c7b213ada530abe596975742f | 2,102 | java | Java | src/StockIT-v2-release_source_from_JADX/sources/kotlin/sequences/TakeSequence$iterator$1.java | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | [
"Apache-2.0"
] | 1 | 2021-11-23T10:12:35.000Z | 2021-11-23T10:12:35.000Z | src/StockIT-v1-release_source_from_JADX/sources/kotlin/sequences/TakeSequence$iterator$1.java | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | [
"Apache-2.0"
] | null | null | null | src/StockIT-v1-release_source_from_JADX/sources/kotlin/sequences/TakeSequence$iterator$1.java | atul-vyshnav/2021_IBM_Code_Challenge_StockIT | 25c26a4cc59a3f3e575f617b59acc202ee6ee48a | [
"Apache-2.0"
] | 1 | 2021-10-01T13:14:19.000Z | 2021-10-01T13:14:19.000Z | 42.04 | 851 | 0.671265 | 199 | package kotlin.sequences;
import java.util.Iterator;
import java.util.NoSuchElementException;
import kotlin.Metadata;
import kotlin.jvm.internal.markers.KMappedMarker;
@Metadata(mo40251bv = {1, 0, 3}, mo40252d1 = {"\u0000\u001d\n\u0000\n\u0002\u0010(\n\u0002\b\u0004\n\u0002\u0010\b\n\u0002\b\u0005\n\u0002\u0010\u000b... |
3e00792e4d1beeb29a044f1b4f11f10519836d7d | 1,116 | java | Java | shop/src/main/java/ro/msg/learning/shop/configuration/ChosenStrategy.java | ro-msg-spring-training/online-shop-ptruta | ccc2becab6db06e1d3df7d07f26bb761a8d4cc7f | [
"MIT"
] | null | null | null | shop/src/main/java/ro/msg/learning/shop/configuration/ChosenStrategy.java | ro-msg-spring-training/online-shop-ptruta | ccc2becab6db06e1d3df7d07f26bb761a8d4cc7f | [
"MIT"
] | null | null | null | shop/src/main/java/ro/msg/learning/shop/configuration/ChosenStrategy.java | ro-msg-spring-training/online-shop-ptruta | ccc2becab6db06e1d3df7d07f26bb761a8d4cc7f | [
"MIT"
] | null | null | null | 36 | 99 | 0.793011 | 200 | package ro.msg.learning.shop.configuration;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import ro.msg.learning.shop.service.implementation.LocationServ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.