repo
stringclasses
1k values
file_url
stringlengths
96
373
file_path
stringlengths
11
294
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
6 values
commit_sha
stringclasses
1k values
retrieved_at
stringdate
2026-01-04 14:45:56
2026-01-04 18:30:23
truncated
bool
2 classes
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/ExternalDependentResource.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/ExternalDependentResource.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.javaoperatorsdk.operator.processing.dependent.kubernetes.KubernetesDependentResource; public class ExternalDependentResource extends KubernetesDependentResource<External, Third> { public ExternalDependentResource() { super(External.class); ...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/DuplicatedBundleNameWithoutSharedCSVMetadata1.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/DuplicatedBundleNameWithoutSharedCSVMetadata1.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.fabric8.openshift.api.model.Role; import io.javaoperatorsdk.operator.api.reconciler.Context; import io.javaoperatorsdk.operator.api.reconciler.Reconciler; import io.javaoperatorsdk.operator.api.reconciler.UpdateControl; import io.quarkiverse.operatorsdk.anno...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/DuplicatedBundleNameWithoutSharedCSVMetadata2.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/DuplicatedBundleNameWithoutSharedCSVMetadata2.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.fabric8.openshift.api.model.RoleBinding; import io.javaoperatorsdk.operator.api.reconciler.Context; import io.javaoperatorsdk.operator.api.reconciler.Reconciler; import io.javaoperatorsdk.operator.api.reconciler.UpdateControl; import io.quarkiverse.operators...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/ReconcilerWithNoCsvMetadata.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/ReconcilerWithNoCsvMetadata.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.javaoperatorsdk.operator.api.reconciler.Context; import io.javaoperatorsdk.operator.api.reconciler.Reconciler; import io.javaoperatorsdk.operator.api.reconciler.UpdateControl; public class ReconcilerWithNoCsvMetadata implements Reconciler<First> { @Ove...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/AReconciler.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/AReconciler.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.fabric8.kubernetes.api.model.ConfigMap; import io.javaoperatorsdk.operator.api.reconciler.Context; import io.javaoperatorsdk.operator.api.reconciler.Reconciler; import io.javaoperatorsdk.operator.api.reconciler.UpdateControl; import io.quarkiverse.operatorsd...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/SecondExternal.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/SecondExternal.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.fabric8.kubernetes.client.CustomResource; import io.fabric8.kubernetes.model.annotation.Group; import io.fabric8.kubernetes.model.annotation.Kind; import io.fabric8.kubernetes.model.annotation.Version; @Group(SecondExternal.GROUP) @Version(SecondExternal.VE...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/External.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/External.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.fabric8.kubernetes.client.CustomResource; import io.fabric8.kubernetes.model.annotation.Group; import io.fabric8.kubernetes.model.annotation.Version; import io.quarkiverse.operatorsdk.annotations.CSVMetadata; @Group("halkyon.io") @Version("v1alpha1") @CSVMe...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/PodDependentResource.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/PodDependentResource.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.fabric8.kubernetes.api.model.Pod; import io.javaoperatorsdk.operator.processing.dependent.kubernetes.KubernetesDependentResource; public class PodDependentResource extends KubernetesDependentResource<Pod, Third> { public PodDependentResource() { ...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/CReconciler.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/CReconciler.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.fabric8.kubernetes.api.model.ServiceAccount; import io.javaoperatorsdk.operator.api.reconciler.Context; import io.javaoperatorsdk.operator.api.reconciler.Reconciler; import io.javaoperatorsdk.operator.api.reconciler.UpdateControl; public class CReconciler i...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/First.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/First.java
package io.quarkiverse.operatorsdk.bundle.sources; import com.fasterxml.jackson.annotation.JsonInclude; import io.fabric8.kubernetes.api.model.Namespaced; import io.fabric8.kubernetes.client.CustomResource; import io.fabric8.kubernetes.model.annotation.Group; import io.fabric8.kubernetes.model.annotation.Version; @G...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/Third.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/Third.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.fabric8.kubernetes.api.model.Namespaced; import io.fabric8.kubernetes.client.CustomResource; import io.fabric8.kubernetes.model.annotation.Group; import io.fabric8.kubernetes.model.annotation.Version; import io.quarkiverse.operatorsdk.annotations.CSVMetadata...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/OptionalImplicitNativeDependent.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/OptionalImplicitNativeDependent.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.fabric8.kubernetes.api.model.Secret; import io.javaoperatorsdk.operator.api.reconciler.Context; import io.javaoperatorsdk.operator.api.reconciler.dependent.DependentResource; import io.javaoperatorsdk.operator.processing.dependent.kubernetes.KubernetesDepend...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/FirstReconciler.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/FirstReconciler.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.javaoperatorsdk.operator.api.reconciler.Context; import io.javaoperatorsdk.operator.api.reconciler.Reconciler; import io.javaoperatorsdk.operator.api.reconciler.UpdateControl; import io.quarkiverse.operatorsdk.annotations.CSVMetadata; @CSVMetadata(bundleNam...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/Second.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/Second.java
package io.quarkiverse.operatorsdk.bundle.sources; import com.fasterxml.jackson.annotation.JsonInclude; import io.fabric8.kubernetes.api.model.Namespaced; import io.fabric8.kubernetes.client.CustomResource; import io.fabric8.kubernetes.model.annotation.Group; import io.fabric8.kubernetes.model.annotation.Version; @G...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/OptionalExplicitNativeDependent.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/OptionalExplicitNativeDependent.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.fabric8.openshift.api.model.monitoring.v1.ServiceMonitor; import io.javaoperatorsdk.operator.processing.dependent.kubernetes.KubernetesDependentResource; import io.quarkiverse.operatorsdk.annotations.CSVMetadata; @CSVMetadata.Optional public class OptionalE...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/ReconcilerWithExternalCR.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/ReconcilerWithExternalCR.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.javaoperatorsdk.operator.api.reconciler.Context; import io.javaoperatorsdk.operator.api.reconciler.Reconciler; import io.javaoperatorsdk.operator.api.reconciler.UpdateControl; import io.javaoperatorsdk.operator.api.reconciler.Workflow; import io.javaoperator...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/SecondReconciler.java
bundle-generator/deployment/src/test/java/io/quarkiverse/operatorsdk/bundle/sources/SecondReconciler.java
package io.quarkiverse.operatorsdk.bundle.sources; import io.javaoperatorsdk.operator.api.config.informer.Informer; import io.javaoperatorsdk.operator.api.reconciler.Context; import io.javaoperatorsdk.operator.api.reconciler.ControllerConfiguration; import io.javaoperatorsdk.operator.api.reconciler.Reconciler; import ...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/GeneratedBundleBuildItem.java
bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/GeneratedBundleBuildItem.java
package io.quarkiverse.operatorsdk.bundle.deployment; import io.quarkus.builder.item.SimpleBuildItem; public final class GeneratedBundleBuildItem extends SimpleBuildItem { }
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/BundleProcessor.java
bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/BundleProcessor.java
package io.quarkiverse.operatorsdk.bundle.deployment; import static io.quarkiverse.operatorsdk.annotations.RBACVerbs.ALL_COMMON_VERBS; import java.io.IOException; import java.nio.file.Path; import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; ...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/KubernetesLabelConfigOverrider.java
bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/KubernetesLabelConfigOverrider.java
package io.quarkiverse.operatorsdk.bundle.deployment; import java.util.Map; import io.smallrye.config.PropertiesConfigSource; import io.smallrye.config.SmallRyeConfigBuilder; import io.smallrye.config.SmallRyeConfigBuilderCustomizer; /** * Overrides the default value for the Kubernetes extension-provided {@code add...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/CSVMetadataBuildItem.java
bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/CSVMetadataBuildItem.java
package io.quarkiverse.operatorsdk.bundle.deployment; import java.util.List; import java.util.Map; import io.quarkiverse.operatorsdk.bundle.runtime.CSVMetadataHolder; import io.quarkiverse.operatorsdk.common.ReconcilerAugmentedClassInfo; import io.quarkus.builder.item.SimpleBuildItem; public final class CSVMetadataB...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/BundleGenerator.java
bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/BundleGenerator.java
package io.quarkiverse.operatorsdk.bundle.deployment; import java.nio.file.Path; import java.util.*; import org.jboss.logging.Logger; import io.quarkiverse.operatorsdk.bundle.deployment.builders.AnnotationsManifestsBuilder; import io.quarkiverse.operatorsdk.bundle.deployment.builders.BundleDockerfileManifestsBuilder...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/builders/ManifestsBuilder.java
bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/builders/ManifestsBuilder.java
package io.quarkiverse.operatorsdk.bundle.deployment.builders; import java.io.IOException; import java.nio.file.Path; import java.util.List; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.SerializationFeature; import com.f...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/builders/BundleDockerfileManifestsBuilder.java
bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/builders/BundleDockerfileManifestsBuilder.java
package io.quarkiverse.operatorsdk.bundle.deployment.builders; import java.nio.charset.StandardCharsets; import java.nio.file.Path; import java.util.List; import java.util.SortedMap; import io.fabric8.kubernetes.api.model.ServiceAccount; import io.fabric8.kubernetes.api.model.apps.Deployment; import io.fabric8.kubern...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/builders/CsvManifestsBuilder.java
bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/builders/CsvManifestsBuilder.java
package io.quarkiverse.operatorsdk.bundle.deployment.builders; import static io.quarkiverse.operatorsdk.bundle.deployment.BundleGenerator.MANIFESTS; import static io.quarkiverse.operatorsdk.bundle.deployment.BundleProcessor.CRD_DESCRIPTION; import static io.quarkiverse.operatorsdk.bundle.deployment.BundleProcessor.CRD...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/builders/AnnotationsManifestsBuilder.java
bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/builders/AnnotationsManifestsBuilder.java
package io.quarkiverse.operatorsdk.bundle.deployment.builders; import java.io.IOException; import java.nio.file.Path; import java.util.Collections; import java.util.List; import java.util.SortedMap; import io.fabric8.kubernetes.api.model.ServiceAccount; import io.fabric8.kubernetes.api.model.apps.Deployment; import i...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
quarkiverse/quarkus-operator-sdk
https://github.com/quarkiverse/quarkus-operator-sdk/blob/c5276c168ac00f94007e8b0c2c1b2c8162a1c424/bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/builders/CustomResourceManifestsBuilder.java
bundle-generator/deployment/src/main/java/io/quarkiverse/operatorsdk/bundle/deployment/builders/CustomResourceManifestsBuilder.java
package io.quarkiverse.operatorsdk.bundle.deployment.builders; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.List; import io.fabric8.kubernetes.api.model.ServiceAccount; import io.fabric8.kubernetes.api.model.apps.Deployment; import io.fabric8...
java
Apache-2.0
c5276c168ac00f94007e8b0c2c1b2c8162a1c424
2026-01-05T02:41:12.555806Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/decompiler/Decompiler.java
src/asmcup/decompiler/Decompiler.java
package asmcup.decompiler; import java.io.*; import asmcup.compiler.VMFuncTable; import asmcup.vm.VMConsts; public class Decompiler implements VMConsts { private final PrintStream out; public Decompiler() { out = System.out; } public Decompiler(PrintStream out) { this.out = out; } public void decomp...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/decompiler/Main.java
src/asmcup/decompiler/Main.java
package asmcup.decompiler; import java.io.*; import java.nio.file.Files; public class Main { public static void main(String[] args) throws IOException { if (args.length != 1) { System.err.printf("USAGE: asmcup-decompiler <file>%n"); System.exit(1); return; } File in = new File(args[0]); byte[] ram ...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/PlaybackVM.java
src/asmcup/runtime/PlaybackVM.java
package asmcup.runtime; import asmcup.vm.VM; public class PlaybackVM extends VM { protected byte[] data = {}; @Override public void tick() { if (data == null) { setIO(false); return; } setIO(data.length > 0); for (int i=0 ; i < data.length; i++) { push8(data[i]); } } }
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/Robot.java
src/asmcup/runtime/Robot.java
package asmcup.runtime; import asmcup.vm.VM; public class Robot { protected final int id; protected VM vm; protected float x, y; protected float facing; protected int overclock; protected int battery; protected float motor; protected float steer; protected float lazer; protected float lazerEnd; protected f...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/World.java
src/asmcup/runtime/World.java
package asmcup.runtime; import java.util.*; public class World { protected final ArrayList<Robot> robots; protected final HashMap<Integer, Cell> cells; protected final HashMap<Integer, byte[]> tileData; protected final int seed; protected int frame; private static final Random random = new Random(); public ...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/Item.java
src/asmcup/runtime/Item.java
package asmcup.runtime; public abstract class Item { protected float x, y; public float getX() { return x; } public float getY() { return y; } public void position(float x, float y) { this.x = x; this.y = y; } public boolean withinDistance(float tx, float ty) { float dx = tx - x; float dy =...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/Recorder.java
src/asmcup/runtime/Recorder.java
package asmcup.runtime; public interface Recorder { public void record(RecordedRobot robot, byte[] data); }
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/PlaybackRobot.java
src/asmcup/runtime/PlaybackRobot.java
package asmcup.runtime; import java.util.HashMap; public class PlaybackRobot extends Robot { protected final PlaybackVM vm; protected final HashMap<Integer, byte[]> frames; public PlaybackRobot(int id, PlaybackVM vm) { super(id, vm); this.vm = vm; this.frames = new HashMap<>(); } @Override public void...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/TILE.java
src/asmcup/runtime/TILE.java
package asmcup.runtime; // This class houses constants related to tiles as well as tile classification // functionality. // Please be aware that actual tiles in the code are represented as int. // This class cannot (and should not) be instantiated. public enum TILE {; // Courtesy of http://stackoverflow.com/a/9618724 ...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/Cell.java
src/asmcup/runtime/Cell.java
package asmcup.runtime; import java.util.*; public class Cell { protected final World world; protected final int cellX, cellY; protected final int[] tiles = new int[World.TILES_PER_CELL * World.TILES_PER_CELL]; protected final ArrayList<Item> items = new ArrayList<>(); public Cell(World world, int cellX, int c...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/RecordedRobot.java
src/asmcup/runtime/RecordedRobot.java
package asmcup.runtime; public class RecordedRobot extends Robot { protected final Recorder recorder; protected RecordedVM vm; public RecordedRobot(Recorder recorder, int id, byte[] rom) { this(recorder, id, new RecordedVM(rom)); } public RecordedRobot(Recorder recorder, int id, RecordedVM vm) { super(id,...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/Generator.java
src/asmcup/runtime/Generator.java
package asmcup.runtime; import java.util.Random; public class Generator { protected final World world; protected final Cell cell; protected final Random random; protected int wpad, hpad; protected int width, height; protected int left, right, top, bottom; protected TileFunc wall; protected boolean room; prot...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/Main.java
src/asmcup/runtime/Main.java
package asmcup.runtime; import java.io.*; import java.nio.charset.Charset; import java.util.Base64; import asmcup.vm.VM; public class Main implements Recorder { protected World world; protected int frames; protected boolean recording; public static void main(String[] args) throws IOException { Main main = ne...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/runtime/RecordedVM.java
src/asmcup/runtime/RecordedVM.java
package asmcup.runtime; import java.io.ByteArrayOutputStream; import asmcup.vm.VM; public class RecordedVM extends VM { protected boolean trapIO; protected ByteArrayOutputStream output; public RecordedVM(byte[] rom) { super(rom); output = new ByteArrayOutputStream(); } public boolean hasRecordedIO() { ...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/genetics/GAFrontPanel.java
src/asmcup/genetics/GAFrontPanel.java
package asmcup.genetics; import javax.swing.*; import asmcup.sandbox.FrontPanel; public class GAFrontPanel extends FrontPanel { public final GeneticAlgorithm ga; protected JSpinner popSpinner = createSpinner(100, 1, 1000 * 1000); protected JSpinner mutationSpinner = createSpinner(100, 0, 100); protected JSpinner...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/genetics/Gene.java
src/asmcup/genetics/Gene.java
package asmcup.genetics; import java.util.Objects; public class Gene implements Comparable<Gene> { public final byte[] dna; public final float score; public final int gen; public Gene(byte[] dna, int gen, float score) { this.dna = dna; this.gen = gen; this.score = score; } @Override public int compare...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/genetics/Genetics.java
src/asmcup/genetics/Genetics.java
package asmcup.genetics; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.*; import asmcup.evaluation.EvaluatorFrontPanel; import asmcup.evaluation.SpawnEvaluator; import asmcup.sandbox.*; public class Genetics extends JFrame { public final Sandbox sandbox; public final GeneticsMenu me...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/genetics/GeneticsMenu.java
src/asmcup/genetics/GeneticsMenu.java
package asmcup.genetics; import java.awt.event.*; import javax.swing.*; public class GeneticsMenu extends JMenu { public final Genetics genetics; public GeneticsMenu(Genetics genetics) { super("Genetics"); this.genetics = genetics; add("Flash Best", e -> genetics.flash()); add("Pin Best", e -> genetic...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/genetics/Spawn.java
src/asmcup/genetics/Spawn.java
package asmcup.genetics; import java.util.Random; import asmcup.runtime.World; public class Spawn { public final float x, y, facing; public final int seed; public Spawn(float x, float y, float facing, int seed) { this.x = x; this.y = y; this.facing = facing; this.seed = seed; } public World getNewWo...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/genetics/GeneticAlgorithm.java
src/asmcup/genetics/GeneticAlgorithm.java
package asmcup.genetics; import java.util.ArrayList; import java.util.Arrays; import java.util.Random; import asmcup.evaluation.Evaluator; public class GeneticAlgorithm { public final ArrayList<Gene> pinned; public final Random random; public final Evaluator evaluator; public Gene[] population; public int gener...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/vm/VMConsts.java
src/asmcup/vm/VMConsts.java
package asmcup.vm; public interface VMConsts extends VMFuncs { public static final int OP_FUNC = 0; public static final int OP_PUSH = 1; public static final int OP_POP = 2; public static final int OP_BRANCH = 3; public static final int MAGIC_PUSH_BYTE_MEMORY = 0; public static final int MAGIC_PUSH_FLOAT_MEMORY...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/vm/VM.java
src/asmcup/vm/VM.java
package asmcup.vm; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.util.Arrays; import java.util.Objects; public class VM implements VMConsts { private final byte[] ram; private int pc, sp; private boolean io; public VM() { this.ram = new byte[256]; } ...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/vm/VMFuncs.java
src/asmcup/vm/VMFuncs.java
package asmcup.vm; public interface VMFuncs { public static final int F_NOP = 0; // Casting public static final int F_B2F = 1; public static final int F_F2B = 2; // Bitwise (8-bit) public static final int F_NOT = 3; public static final int F_OR = 4; public static final int F_AND = 5; public static final i...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/LoadWorldDialog.java
src/asmcup/sandbox/LoadWorldDialog.java
package asmcup.sandbox; import javax.swing.JFrame; import javax.swing.JButton; import javax.swing.JSpinner; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.BorderFactory; import asmcup.genetics.Spawn; import asmcup.runtime.World; public class LoadWorldDialog extends JFrame { protected...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/Utils.java
src/asmcup/sandbox/Utils.java
package asmcup.sandbox; import java.io.*; import java.nio.charset.Charset; import java.nio.file.*; import javax.swing.*; import javax.swing.filechooser.FileNameExtensionFilter; public class Utils { public static String readAsString(String path) throws IOException { return readAsString(new File(path)); } publi...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/Canvas.java
src/asmcup/sandbox/Canvas.java
package asmcup.sandbox; import java.awt.*; import javax.swing.JComponent; public class Canvas extends JComponent { public final Sandbox sandbox; public final CanvasMenu menu; public Canvas(Sandbox sandbox) { this.sandbox = sandbox; this.menu = new CanvasMenu(this); setPreferredSize(new Dimension(Sandbo...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/DefaultContextMenu.java
src/asmcup/sandbox/DefaultContextMenu.java
package asmcup.sandbox; import javax.swing.*; import javax.swing.text.JTextComponent; import javax.swing.undo.UndoManager; import java.awt.*; import java.awt.datatransfer.Clipboard; import java.awt.datatransfer.DataFlavor; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; import java.awt.event.MouseAda...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/Debugger.java
src/asmcup/sandbox/Debugger.java
package asmcup.sandbox; import java.awt.*; import java.awt.event.*; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.*; import asmcup.runtime.Robot; public class Debugger extends JFrame { protected final Sandbox sandbox; protected MemoryPane memPane; protected JScrollPane scrollPane...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/FrontPanel.java
src/asmcup/sandbox/FrontPanel.java
package asmcup.sandbox; import java.awt.*; import java.util.ArrayList; import javax.swing.*; public class FrontPanel extends JPanel { protected GridBagLayout gridLayout = new GridBagLayout(); protected GridBagConstraints cComponent = new GridBagConstraints(); protected GridBagConstraints cLabel = new GridBagConst...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/Menu.java
src/asmcup/sandbox/Menu.java
package asmcup.sandbox; import java.awt.*; import java.awt.datatransfer.*; import java.awt.event.*; import java.net.URI; import java.util.Base64; import javax.swing.*; public class Menu extends JMenuBar { protected final Sandbox sandbox; protected JDialog about; public Menu(Sandbox sandbox) { this.sandbox = s...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/Sandbox.java
src/asmcup/sandbox/Sandbox.java
package asmcup.sandbox; import java.awt.*; import java.awt.geom.AffineTransform; import java.awt.image.BufferedImage; import java.io.IOException; import java.net.URL; import javax.imageio.ImageIO; import javax.swing.*; import asmcup.evaluation.EvaluatorWindow; import asmcup.evaluation.Spawns; import asmcup.evaluatio...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/Mouse.java
src/asmcup/sandbox/Mouse.java
package asmcup.sandbox; import java.awt.event.*; public class Mouse extends MouseAdapter { public final Sandbox sandbox; protected boolean panning; protected int screenX, screenY; protected int worldX, worldY; protected int panStartX, panStartY; public Mouse(Sandbox sandbox) { this.sandbox = sandbox; } ...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/CanvasMenu.java
src/asmcup/sandbox/CanvasMenu.java
package asmcup.sandbox; import java.awt.event.*; import javax.swing.*; import asmcup.runtime.*; public class CanvasMenu extends JPopupMenu { public final Sandbox sandbox; public final Canvas canvas; public CanvasMenu(Canvas canvas) { this.canvas = canvas; this.sandbox = canvas.sandbox; add("Teleport",...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/Main.java
src/asmcup/sandbox/Main.java
package asmcup.sandbox; import java.io.IOException; import javax.swing.UIManager; public class Main { public static void main(String[] args) throws IOException { try { UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch (Exception e) { // Don't care if theme can't be set } ...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/sandbox/CodeEditor.java
src/asmcup/sandbox/CodeEditor.java
package asmcup.sandbox; import java.awt.*; import java.awt.datatransfer.*; import java.awt.dnd.*; import java.awt.event.*; import java.io.*; import java.util.List; import javax.imageio.ImageIO; import javax.swing.*; import javax.swing.border.BevelBorder; import javax.swing.text.PlainDocument; import asmcup.compiler....
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/evaluation/SpawnsWindow.java
src/asmcup/evaluation/SpawnsWindow.java
package asmcup.evaluation; import java.awt.Dimension; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.*; import asmcup.genetics.Spawn; import asmcup.sandbox.*; public class SpawnsWindow extends JFrame { protected final Sandbox sandbox; protected final Spawns spawns; protected final F...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/evaluation/Spawns.java
src/asmcup/evaluation/Spawns.java
package asmcup.evaluation; import java.util.*; import javax.swing.ListModel; import javax.swing.event.*; import asmcup.genetics.Spawn; import asmcup.runtime.*; import asmcup.sandbox.*; public class Spawns implements ListModel<Spawn> { private ArrayList<Spawn> spawns = new ArrayList<>(); protected final Sandbox sa...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/evaluation/Evaluator.java
src/asmcup/evaluation/Evaluator.java
package asmcup.evaluation; import java.util.HashSet; import asmcup.genetics.Spawn; import asmcup.runtime.Robot; import asmcup.runtime.World; import asmcup.vm.VM; //TODO: Add Evaluator test(s)! //- Evaluate same spawn x times public class Evaluator { final public boolean simplified; public int maxSimFrames; pu...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/evaluation/SpawnEvaluator.java
src/asmcup/evaluation/SpawnEvaluator.java
package asmcup.evaluation; import asmcup.genetics.Spawn; public class SpawnEvaluator extends Evaluator { final protected Spawns spawns; public SpawnEvaluator(Spawns spawns, boolean simplified) { super(simplified); this.spawns = spawns; } @Override public float score(byte[] ram) { baseSeed = spawns.getC...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/evaluation/EvaluatorWindow.java
src/asmcup/evaluation/EvaluatorWindow.java
package asmcup.evaluation; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import asmcup.sandbox.FrontPanel; import asmcup.sandbox.Sandbox; public class EvaluatorWindow extends JFrame { protected final Sandbox sandbox; pub...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/evaluation/EvaluatorFrontPanel.java
src/asmcup/evaluation/EvaluatorFrontPanel.java
package asmcup.evaluation; import javax.swing.*; import asmcup.sandbox.*; public class EvaluatorFrontPanel extends FrontPanel { protected final Evaluator evaluator; // Note: These initial values are not authoritative, the ones in Evaluator are. protected JSpinner frameSpinner = createSpinner(10 * 60, 1, 10 * 60 *...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/compiler/VMFuncTable.java
src/asmcup/compiler/VMFuncTable.java
package asmcup.compiler; import java.lang.reflect.Field; import java.util.HashMap; import java.util.Map; import asmcup.vm.VMFuncs; public class VMFuncTable { private static final Map<String, Integer> funcs; private static final Map<Integer, String> reverse; static { funcs = new HashMap<>(); reverse = new Has...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/compiler/RobotConstsTable.java
src/asmcup/compiler/RobotConstsTable.java
package asmcup.compiler; import java.lang.reflect.Field; import java.util.*; import asmcup.runtime.Robot; public class RobotConstsTable { private static final Map<String, Integer> consts; static { consts = new HashMap<>(); for (Field field : Robot.class.getDeclaredFields()) { if (isConst(field.getName()))...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/compiler/Compiler.java
src/asmcup/compiler/Compiler.java
package asmcup.compiler; import java.util.*; import asmcup.vm.VMConsts; public class Compiler implements VMConsts { protected ArrayList<Statement> statements; protected HashMap<String, Integer> labels; protected byte[] ram; protected int pc; protected int bytesUsed = 0; protected int currentLine = 0; protec...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/src/asmcup/compiler/Main.java
src/asmcup/compiler/Main.java
package asmcup.compiler; import java.io.*; import java.nio.file.*; import java.util.List; public class Main { public static void main(String[] args) throws IOException { if (args.length < 2) { System.err.printf("USAGE: asmcup-compile <in> <out>%n"); System.exit(1); return; } File inFile = new File(ar...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/test/asmcup/decompiler/DecompilerTest.java
test/asmcup/decompiler/DecompilerTest.java
package asmcup.decompiler; import org.junit.After; import org.junit.Before; import org.junit.Test; import java.io.ByteArrayOutputStream; import java.io.PrintStream; import java.io.UnsupportedEncodingException; import java.nio.charset.Charset; import asmcup.compiler.Compiler; import static org.junit.Assert.*; publ...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/test/asmcup/runtime/TileTest.java
test/asmcup/runtime/TileTest.java
package asmcup.runtime; import org.junit.Test; import java.util.HashMap; import java.util.Map; import static org.junit.Assert.assertEquals; public class TileTest { @Test public void testIsSolid() { Map<Integer, Boolean> map = new HashMap<Integer, Boolean>() {{ put(TILE.GROUND, false); put(TILE.HAZARD, fal...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/test/asmcup/runtime/ItemTest.java
test/asmcup/runtime/ItemTest.java
package asmcup.runtime; import org.junit.Test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; public class ItemTest { @Test public void testWithinDistance() { Item item = new Item.Gold(42); item.position(42f, 42f); final int distance = 20; for (int i = 42 - distanc...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/test/asmcup/runtime/RobotTest.java
test/asmcup/runtime/RobotTest.java
package asmcup.runtime; import asmcup.vm.VM; import org.junit.Before; import org.junit.Test; import java.util.Arrays; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertTrue; public class RobotTest { Robot robot = null; @Before publ...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/test/asmcup/vm/VMTest.java
test/asmcup/vm/VMTest.java
package asmcup.vm; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import java.io.*; import java.nio.ByteBuffer; import java.nio.ByteOrder; import static org.junit.Assert.assertEquals; public class VMTest { private VM vm = null; @Before public void setUp() { vm =...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
asmcup/runtime
https://github.com/asmcup/runtime/blob/5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12/test/asmcup/compiler/CompilerTest.java
test/asmcup/compiler/CompilerTest.java
package asmcup.compiler; import org.junit.Before; import org.junit.Test; import java.nio.ByteBuffer; import java.nio.ByteOrder; import static org.junit.Assert.*; public class CompilerTest { private Compiler compiler = null; @Before public void setUp() { compiler = new Compiler(); compi...
java
MIT
5e1f5eb8c2c2598cd52e211b77f65ad0d198fe12
2026-01-05T02:41:15.014063Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/test/java/org/smartdata/model/TestFileInfo.java
smart-common/src/test/java/org/smartdata/model/TestFileInfo.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/test/java/org/smartdata/model/TestCompressionFileState.java
smart-common/src/test/java/org/smartdata/model/TestCompressionFileState.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/test/java/org/smartdata/model/TestActionInfo.java
smart-common/src/test/java/org/smartdata/model/TestActionInfo.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/test/java/org/smartdata/model/TestCmdletInfo.java
smart-common/src/test/java/org/smartdata/model/TestCmdletInfo.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/test/java/org/smartdata/model/TestRuleInfo.java
smart-common/src/test/java/org/smartdata/model/TestRuleInfo.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/test/java/org/smartdata/utils/TestStringUtil.java
smart-common/src/test/java/org/smartdata/utils/TestStringUtil.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/test/java/org/smartdata/utils/TestSecurityUtil.java
smart-common/src/test/java/org/smartdata/utils/TestSecurityUtil.java
package org.smartdata.utils; import org.apache.kerby.kerberos.kerb.server.SimpleKdcServer; import org.apache.kerby.kerberos.kerb.type.ticket.TgtTicket; import org.apache.kerby.util.NetworkUtil; import org.junit.After; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import javax.security.auth....
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/test/java/org/smartdata/conf/TestReconfigurable.java
smart-common/src/test/java/org/smartdata/conf/TestReconfigurable.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/SmartServiceState.java
smart-common/src/main/java/org/smartdata/SmartServiceState.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/AbstractService.java
smart-common/src/main/java/org/smartdata/AbstractService.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/SmartService.java
smart-common/src/main/java/org/smartdata/SmartService.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/SmartContext.java
smart-common/src/main/java/org/smartdata/SmartContext.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/SmartConstants.java
smart-common/src/main/java/org/smartdata/SmartConstants.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/SmartFilePermission.java
smart-common/src/main/java/org/smartdata/SmartFilePermission.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/BloomFilter.java
smart-common/src/main/java/org/smartdata/BloomFilter.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/SmartPolicyProvider.java
smart-common/src/main/java/org/smartdata/SmartPolicyProvider.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/AgentService.java
smart-common/src/main/java/org/smartdata/AgentService.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/versioninfo/VersionInfoWrite.java
smart-common/src/main/java/org/smartdata/versioninfo/VersionInfoWrite.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/versioninfo/SsmVersionInfo.java
smart-common/src/main/java/org/smartdata/versioninfo/SsmVersionInfo.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/versioninfo/VersionInfoRead.java
smart-common/src/main/java/org/smartdata/versioninfo/VersionInfoRead.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/model/CompressionFileState.java
smart-common/src/main/java/org/smartdata/model/CompressionFileState.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false
Intel-bigdata/SSM
https://github.com/Intel-bigdata/SSM/blob/e0c90f054687a18c4e095547ac5e31b8b313b3ef/smart-common/src/main/java/org/smartdata/model/ExecutorType.java
smart-common/src/main/java/org/smartdata/model/ExecutorType.java
/** * 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...
java
Apache-2.0
e0c90f054687a18c4e095547ac5e31b8b313b3ef
2026-01-05T02:41:11.405497Z
false