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
VirtusLab/git-machete-intellij-plugin
https://github.com/VirtusLab/git-machete-intellij-plugin/blob/2b736d89bd073f82456de77481c7f6714716efca/testCommon/src/testFixtures/java/com/virtuslab/gitmachete/testcommon/TestFileUtils.java
testCommon/src/testFixtures/java/com/virtuslab/gitmachete/testcommon/TestFileUtils.java
package com.virtuslab.gitmachete.testcommon; import static com.virtuslab.gitmachete.testcommon.TestProcessUtils.runProcessAndReturnStdout; import java.io.File; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.StandardCopyOption; import java.util.Com...
java
MIT
2b736d89bd073f82456de77481c7f6714716efca
2026-01-05T02:37:01.395349Z
false
VirtusLab/git-machete-intellij-plugin
https://github.com/VirtusLab/git-machete-intellij-plugin/blob/2b736d89bd073f82456de77481c7f6714716efca/testCommon/src/testFixtures/java/com/virtuslab/gitmachete/testcommon/SetupScripts.java
testCommon/src/testFixtures/java/com/virtuslab/gitmachete/testcommon/SetupScripts.java
package com.virtuslab.gitmachete.testcommon; public final class SetupScripts { private SetupScripts() {} public static final String SETUP_FOR_NO_REMOTES = "setup-with-no-remotes.sh"; public static final String SETUP_WITH_SINGLE_REMOTE = "setup-with-single-remote.sh"; public static final String SETUP_README_SCE...
java
MIT
2b736d89bd073f82456de77481c7f6714716efca
2026-01-05T02:37:01.395349Z
false
VirtusLab/git-machete-intellij-plugin
https://github.com/VirtusLab/git-machete-intellij-plugin/blob/2b736d89bd073f82456de77481c7f6714716efca/testCommon/src/testFixtures/java/com/virtuslab/gitmachete/testcommon/TestProcessUtils.java
testCommon/src/testFixtures/java/com/virtuslab/gitmachete/testcommon/TestProcessUtils.java
package com.virtuslab.gitmachete.testcommon; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertTrue; import java.nio.charset.StandardCharsets; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Arrays; import java.util.concurrent.Tim...
java
MIT
2b736d89bd073f82456de77481c7f6714716efca
2026-01-05T02:37:01.395349Z
false
VirtusLab/git-machete-intellij-plugin
https://github.com/VirtusLab/git-machete-intellij-plugin/blob/2b736d89bd073f82456de77481c7f6714716efca/testCommon/src/testFixtures/java/com/virtuslab/gitmachete/testcommon/TestGitRepository.java
testCommon/src/testFixtures/java/com/virtuslab/gitmachete/testcommon/TestGitRepository.java
package com.virtuslab.gitmachete.testcommon; import static com.virtuslab.gitmachete.testcommon.TestFileUtils.copyScriptFromResources; import static com.virtuslab.gitmachete.testcommon.TestFileUtils.prepareRepoFromScript; import java.nio.file.Files; import java.nio.file.Path; import lombok.SneakyThrows; public class...
java
MIT
2b736d89bd073f82456de77481c7f6714716efca
2026-01-05T02:37:01.395349Z
false
TJHello/GoogleBilling
https://github.com/TJHello/GoogleBilling/blob/6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402/billing/src/test/java/com/tjbaobao/gitee/billing/ExampleUnitTest.java
billing/src/test/java/com/tjbaobao/gitee/billing/ExampleUnitTest.java
package com.tjbaobao.gitee.billing; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public ...
java
Apache-2.0
6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402
2026-01-05T02:37:59.273232Z
false
TJHello/GoogleBilling
https://github.com/TJHello/GoogleBilling/blob/6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402/billing/src/main/java/com/tjbaobao/gitee/billing/GoogleBillingUtil.java
billing/src/main/java/com/tjbaobao/gitee/billing/GoogleBillingUtil.java
package com.tjbaobao.gitee.billing; import android.app.Activity; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.util.Log; import com.android.billingclient.api.*; import java.util.*; /** * 作者:天镜baobao * 时间:2019/1/5 15:16 * 说明:允许对该封装进行改动,但请注明出处。 * 使用: * * C...
java
Apache-2.0
6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402
2026-01-05T02:37:59.273232Z
false
TJHello/GoogleBilling
https://github.com/TJHello/GoogleBilling/blob/6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402/billing/src/main/java/com/tjbaobao/gitee/billing/PackInfo.java
billing/src/main/java/com/tjbaobao/gitee/billing/PackInfo.java
package com.tjbaobao.gitee.billing; /** * 作者:TJbaobao * 时间:2019/1/5 14:41 * 说明: * 使用: */ public class PackInfo { }
java
Apache-2.0
6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402
2026-01-05T02:37:59.273232Z
false
TJHello/GoogleBilling
https://github.com/TJHello/GoogleBilling/blob/6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402/billing/src/main/java/com/tjbaobao/gitee/billing/GoogleBillingUtilOld.java
billing/src/main/java/com/tjbaobao/gitee/billing/GoogleBillingUtilOld.java
package com.tjbaobao.gitee.billing; import android.app.Activity; import android.content.Context; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.util.Log; import com.android.billingclient.api.*; import java.util.ArrayList; import java.util.Arrays; import java.util...
java
Apache-2.0
6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402
2026-01-05T02:37:59.273232Z
false
TJHello/GoogleBilling
https://github.com/TJHello/GoogleBilling/blob/6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402/billing/src/main/java/com/tjbaobao/gitee/billing/OnGoogleBillingListener.java
billing/src/main/java/com/tjbaobao/gitee/billing/OnGoogleBillingListener.java
package com.tjbaobao.gitee.billing; import android.support.annotation.NonNull; import com.android.billingclient.api.Purchase; import com.android.billingclient.api.SkuDetails; import java.util.ArrayList; import java.util.List; /** * 作者:天镜baobao * 时间:2019/6/2 13:51 * 说明:允许对该封装进行改动,但请注明出处。 * 使用: * * Copyright 20...
java
Apache-2.0
6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402
2026-01-05T02:37:59.273232Z
false
TJHello/GoogleBilling
https://github.com/TJHello/GoogleBilling/blob/6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402/billing/src/androidTest/java/com/tjbaobao/gitee/billing/ExampleInstrumentedTest.java
billing/src/androidTest/java/com/tjbaobao/gitee/billing/ExampleInstrumentedTest.java
package com.tjbaobao.gitee.billing; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Andr...
java
Apache-2.0
6aa1ac5c4fec48a95a722d8c90a1fc27cc4b8402
2026-01-05T02:37:59.273232Z
false
nisrulz/validatetor
https://github.com/nisrulz/validatetor/blob/cfe7115d792a988dd8efee96468ad95223b65a5f/validatetor/src/test/java/com/raywenderlich/android/validatetor/ValidateTorTest.java
validatetor/src/test/java/com/raywenderlich/android/validatetor/ValidateTorTest.java
/* * Modifications Copyright (c) 2018 Razeware LLC * * 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, copy, mod...
java
Apache-2.0
cfe7115d792a988dd8efee96468ad95223b65a5f
2026-01-05T02:38:00.782804Z
false
nisrulz/validatetor
https://github.com/nisrulz/validatetor/blob/cfe7115d792a988dd8efee96468ad95223b65a5f/validatetor/src/test/java/com/raywenderlich/android/validatetor/RegexMatcherTest.java
validatetor/src/test/java/com/raywenderlich/android/validatetor/RegexMatcherTest.java
/* * Modifications Copyright (c) 2018 Razeware LLC * * 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, copy, mod...
java
Apache-2.0
cfe7115d792a988dd8efee96468ad95223b65a5f
2026-01-05T02:38:00.782804Z
false
nisrulz/validatetor
https://github.com/nisrulz/validatetor/blob/cfe7115d792a988dd8efee96468ad95223b65a5f/validatetor/src/test/java/com/raywenderlich/android/validatetor/CardValidatorTest.java
validatetor/src/test/java/com/raywenderlich/android/validatetor/CardValidatorTest.java
/* * Modifications Copyright (c) 2018 Razeware LLC * * 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, copy, mod...
java
Apache-2.0
cfe7115d792a988dd8efee96468ad95223b65a5f
2026-01-05T02:38:00.782804Z
false
nisrulz/validatetor
https://github.com/nisrulz/validatetor/blob/cfe7115d792a988dd8efee96468ad95223b65a5f/validatetor/src/main/java/com/raywenderlich/android/validatetor/RegexPresetPattern.java
validatetor/src/main/java/com/raywenderlich/android/validatetor/RegexPresetPattern.java
/* * Modifications Copyright (c) 2018 Razeware LLC * * 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, copy, mod...
java
Apache-2.0
cfe7115d792a988dd8efee96468ad95223b65a5f
2026-01-05T02:38:00.782804Z
false
nisrulz/validatetor
https://github.com/nisrulz/validatetor/blob/cfe7115d792a988dd8efee96468ad95223b65a5f/validatetor/src/main/java/com/raywenderlich/android/validatetor/RegexMatcher.java
validatetor/src/main/java/com/raywenderlich/android/validatetor/RegexMatcher.java
/* * Modifications Copyright (c) 2018 Razeware LLC * * 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, copy, mod...
java
Apache-2.0
cfe7115d792a988dd8efee96468ad95223b65a5f
2026-01-05T02:38:00.782804Z
false
nisrulz/validatetor
https://github.com/nisrulz/validatetor/blob/cfe7115d792a988dd8efee96468ad95223b65a5f/validatetor/src/main/java/com/raywenderlich/android/validatetor/ValidateTor.java
validatetor/src/main/java/com/raywenderlich/android/validatetor/ValidateTor.java
/* * Modifications Copyright (c) 2018 Razeware LLC * * 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, copy, mod...
java
Apache-2.0
cfe7115d792a988dd8efee96468ad95223b65a5f
2026-01-05T02:38:00.782804Z
false
nisrulz/validatetor
https://github.com/nisrulz/validatetor/blob/cfe7115d792a988dd8efee96468ad95223b65a5f/validatetor/src/main/java/com/raywenderlich/android/validatetor/CardValidator.java
validatetor/src/main/java/com/raywenderlich/android/validatetor/CardValidator.java
/* * Modifications Copyright (c) 2018 Razeware LLC * * 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, copy, mod...
java
Apache-2.0
cfe7115d792a988dd8efee96468ad95223b65a5f
2026-01-05T02:38:00.782804Z
false
nisrulz/validatetor
https://github.com/nisrulz/validatetor/blob/cfe7115d792a988dd8efee96468ad95223b65a5f/validatetor/src/main/java/com/raywenderlich/android/validatetor/CardInformation.java
validatetor/src/main/java/com/raywenderlich/android/validatetor/CardInformation.java
/* * Modifications Copyright (c) 2018 Razeware LLC * * 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, copy, mod...
java
Apache-2.0
cfe7115d792a988dd8efee96468ad95223b65a5f
2026-01-05T02:38:00.782804Z
false
nisrulz/validatetor
https://github.com/nisrulz/validatetor/blob/cfe7115d792a988dd8efee96468ad95223b65a5f/validatetor/src/androidTest/java/com/raywenderlich/android/validatetor/ExampleInstrumentedTest.java
validatetor/src/androidTest/java/com/raywenderlich/android/validatetor/ExampleInstrumentedTest.java
package com.raywenderlich.android.validatetor; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute...
java
Apache-2.0
cfe7115d792a988dd8efee96468ad95223b65a5f
2026-01-05T02:38:00.782804Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/test/java/com/dailystudio/deeplab/ExampleUnitTest.java
deeplab/app/src/test/java/com/dailystudio/deeplab/ExampleUnitTest.java
package com.dailystudio.deeplab; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public voi...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/DeeplabApplication.java
deeplab/app/src/main/java/com/dailystudio/deeplab/DeeplabApplication.java
package com.dailystudio.deeplab; import com.dailystudio.app.DevBricksApplication; import com.nostra13.universalimageloader.core.ImageLoader; import com.nostra13.universalimageloader.core.ImageLoaderConfiguration; public class DeeplabApplication extends DevBricksApplication { @Override public void onCreate() ...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/MainActivity.java
deeplab/app/src/main/java/com/dailystudio/deeplab/MainActivity.java
package com.dailystudio.deeplab; import android.Manifest; import android.content.Intent; import android.content.pm.PackageManager; import android.content.res.ColorStateList; import android.graphics.Bitmap; import android.net.Uri; import android.os.AsyncTask; import android.os.Build; import android.os.Bundle; import an...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/SegmentBitmapsFragment.java
deeplab/app/src/main/java/com/dailystudio/deeplab/SegmentBitmapsFragment.java
package com.dailystudio.deeplab; import android.graphics.Bitmap; import android.net.Uri; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.content.Loader; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import an...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/SegmentBitmap.java
deeplab/app/src/main/java/com/dailystudio/deeplab/SegmentBitmap.java
package com.dailystudio.deeplab; import android.graphics.Bitmap; import android.net.Uri; public class SegmentBitmap { public Bitmap bitmap; public int labelResId; public Uri bitmapUri; public SegmentBitmap(int label, Bitmap bitmap) { this.bitmap = bitmap; this.labelResId = label; ...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/SegmentBitmapsRecyclerAdapter.java
deeplab/app/src/main/java/com/dailystudio/deeplab/SegmentBitmapsRecyclerAdapter.java
package com.dailystudio.deeplab; import android.content.Context; import android.view.View; import android.view.ViewGroup; import com.dailystudio.app.ui.AbsArrayRecyclerAdapter; import com.dailystudio.development.Logger; import com.yarolegovich.discretescrollview.DSVOrientation; public class SegmentBitmapsRecyclerAda...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/ImageDimenEvent.java
deeplab/app/src/main/java/com/dailystudio/deeplab/ImageDimenEvent.java
package com.dailystudio.deeplab; import android.net.Uri; public class ImageDimenEvent { public Uri imageUri; public int width; public int height; public ImageDimenEvent(Uri uri, int w, int h) { imageUri = uri; width = w; height = h; } @Override public String toSt...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/SegmentBitmapsLoader.java
deeplab/app/src/main/java/com/dailystudio/deeplab/SegmentBitmapsLoader.java
package com.dailystudio.deeplab; import android.content.Context; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.PorterDuff; import android....
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/SegmentBitmapViewHolder.java
deeplab/app/src/main/java/com/dailystudio/deeplab/SegmentBitmapViewHolder.java
package com.dailystudio.deeplab; import android.content.Context; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.dailystudio.app.ui.AbsArrayItemViewHolder; import com.nostra13.universalimageloader.core.DisplayImageOptions; import com.nostra13.universalimageloader....
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/ml/DeepLabLite.java
deeplab/app/src/main/java/com/dailystudio/deeplab/ml/DeepLabLite.java
package com.dailystudio.deeplab.ml; import android.content.Context; import android.content.res.AssetFileDescriptor; import android.graphics.Bitmap; import android.graphics.Color; import android.text.TextUtils; import com.dailystudio.app.utils.ArrayUtils; import com.dailystudio.app.utils.BitmapUtils; import com.dailys...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/ml/DeeplabInterface.java
deeplab/app/src/main/java/com/dailystudio/deeplab/ml/DeeplabInterface.java
package com.dailystudio.deeplab.ml; import android.content.Context; import android.graphics.Bitmap; public interface DeeplabInterface { boolean initialize(Context context); boolean isInitialized(); int getInputSize(); Bitmap segment(Bitmap bitmap); }
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/ml/ImageUtils.java
deeplab/app/src/main/java/com/dailystudio/deeplab/ml/ImageUtils.java
/* Copyright 2015 The TensorFlow 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 applicable law or a...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/ml/DeeplabModel.java
deeplab/app/src/main/java/com/dailystudio/deeplab/ml/DeeplabModel.java
package com.dailystudio.deeplab.ml; public class DeeplabModel { private final static Boolean USE_TF_LITE = true; private static DeeplabInterface sInterface = null; public synchronized static DeeplabInterface getInstance() { if (sInterface != null) { return sInterface; } ...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/ml/DeeplabMobile.java
deeplab/app/src/main/java/com/dailystudio/deeplab/ml/DeeplabMobile.java
package com.dailystudio.deeplab.ml; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Color; import android.text.TextUtils; import com.dailystudio.app.utils.ArrayUtils; import com.dailystudio.development.Logger; import org.tensorflow.Graph; import org.tensorflow.Operation; impor...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/main/java/com/dailystudio/deeplab/utils/FilePickUtils.java
deeplab/app/src/main/java/com/dailystudio/deeplab/utils/FilePickUtils.java
package com.dailystudio.deeplab.utils; import android.annotation.SuppressLint; import android.content.ContentUris; import android.content.Context; import android.database.Cursor; import android.net.Uri; import android.os.Build; import android.os.Environment; import android.provider.DocumentsContract; import android.pr...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/deeplab/app/src/androidTest/java/com/dailystudio/deeplab/ExampleInstrumentedTest.java
deeplab/app/src/androidTest/java/com/dailystudio/deeplab/ExampleInstrumentedTest.java
package com.dailystudio.deeplab; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/test/java/com/dailystudio/objectdetection/ExampleUnitTest.java
object_detection/app/src/test/java/com/dailystudio/objectdetection/ExampleUnitTest.java
package com.dailystudio.objectdetection; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test pu...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/MainActivity.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/MainActivity.java
package com.dailystudio.objectdetection; import android.Manifest; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.content.res.ColorStateList; import android.net.Uri; import android.os.AsyncTask; import android.os.Build; import android.os.Bundle; i...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/ViewDetectedImageActivity.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/ViewDetectedImageActivity.java
package com.dailystudio.objectdetection; import android.os.Bundle; import com.dailystudio.app.activity.ActionBarFragmentActivity; /** * Created by nanye on 18/3/6. */ public class ViewDetectedImageActivity extends ActionBarFragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { ...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/Directories.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/Directories.java
package com.dailystudio.objectdetection; import android.content.Context; import android.text.TextUtils; import com.dailystudio.GlobalContextWrapper; import com.dailystudio.app.utils.FileUtils; import java.io.File; public class Directories { private final static String DIRECTORY_NULL = ""; private final st...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/DetectAsyncTask.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/DetectAsyncTask.java
package com.dailystudio.objectdetection; import android.content.Context; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.RectF; import android.os.AsyncTask; import com.da...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/Constants.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/Constants.java
package com.dailystudio.objectdetection; import android.content.Context; import com.nostra13.universalimageloader.core.DisplayImageOptions; public class Constants { private final static String FILE_PROVIDER_AUTHORITY_SUFFIX = ".fileprovider"; public final static String getFileProvideAuthority(C...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/ObjectDetectionApplication.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/ObjectDetectionApplication.java
package com.dailystudio.objectdetection; import com.dailystudio.app.DevBricksApplication; import com.facebook.stetho.Stetho; import com.nostra13.universalimageloader.core.ImageLoader; import com.nostra13.universalimageloader.core.ImageLoaderConfiguration; public class ObjectDetectionApplication extends DevBricksAppli...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/ObjectDetectionDatabaseContentProvider.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/ObjectDetectionDatabaseContentProvider.java
package com.dailystudio.objectdetection; import com.dailystudio.dataobject.database.DatabaseConnectivityProvider; /** * Created by nanye on 16/3/4. */ public class ObjectDetectionDatabaseContentProvider extends DatabaseConnectivityProvider { }
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/fragment/DetectedImagesFragment.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/fragment/DetectedImagesFragment.java
package com.dailystudio.objectdetection.fragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.content.Loader; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.daily...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/fragment/ViewDetectedImageFragment.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/fragment/ViewDetectedImageFragment.java
package com.dailystudio.objectdetection.fragment; import android.app.Activity; import android.content.Intent; import android.content.pm.ActivityInfo; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.content.Loader; import android.text.TextUtils; import android.view.Layout...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/loader/StyledImagesLoader.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/loader/StyledImagesLoader.java
package com.dailystudio.objectdetection.loader; import android.content.Context; import com.dailystudio.app.dataobject.loader.DatabaseObjectsLoader; import com.dailystudio.dataobject.query.OrderingToken; import com.dailystudio.dataobject.query.Query; import com.dailystudio.objectdetection.database.DetectedImage; publ...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/loader/ViewDetectedImageLoader.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/loader/ViewDetectedImageLoader.java
package com.dailystudio.objectdetection.loader; import android.content.Context; import android.support.annotation.Nullable; import android.text.TextUtils; import com.dailystudio.app.loader.AbsAsyncDataLoader; import com.dailystudio.objectdetection.database.DetectedImage; import com.dailystudio.objectdetection.databas...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/loader/LoaderIds.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/loader/LoaderIds.java
package com.dailystudio.objectdetection.loader; /** * Created by nanye on 18/2/26. */ public class LoaderIds { public final static int LOADER_DETECTED_IMAGES = 0x01; public final static int LOADER_VIEW_IMAGE = 0x02; }
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/utils/ImageUtils.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/utils/ImageUtils.java
package com.dailystudio.objectdetection.utils; import android.graphics.Matrix; import com.dailystudio.development.Logger; public class ImageUtils { /** * Returns a transformation matrix from one reference frame into another. * Handles cropping (if maintaining aspect ratio is desired) and rotation. ...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/utils/FilePickUtils.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/utils/FilePickUtils.java
package com.dailystudio.objectdetection.utils; import android.annotation.SuppressLint; import android.content.ContentUris; import android.content.Context; import android.database.Cursor; import android.net.Uri; import android.os.Build; import android.os.Environment; import android.provider.DocumentsContract; import an...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/api/ObjectDetectionModel.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/api/ObjectDetectionModel.java
package com.dailystudio.objectdetection.api; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.RectF; import com.dailystudio.development.Logger; import com.dailystudio.objectdetection.utils.ImageUtils; import java.i...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/api/Classifier.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/api/Classifier.java
/* Copyright 2015 The TensorFlow 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 applicable law or a...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/api/TFLiteObjectDetectionAPIModel.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/api/TFLiteObjectDetectionAPIModel.java
/* Copyright 2016 The TensorFlow 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 applicable law or a...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/database/DetectedImageDatabaseModel.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/database/DetectedImageDatabaseModel.java
package com.dailystudio.objectdetection.database; import android.content.Context; import android.support.annotation.NonNull; import android.text.TextUtils; import com.dailystudio.dataobject.DatabaseObjectKeys; import com.dailystudio.dataobject.query.ExpressionToken; import com.dailystudio.datetime.dataobject.AbsTimeC...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/database/DetectedImage.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/database/DetectedImage.java
package com.dailystudio.objectdetection.database; import android.content.Context; import android.text.TextUtils; import com.dailystudio.dataobject.Column; import com.dailystudio.dataobject.Template; import com.dailystudio.dataobject.TextColumn; import com.dailystudio.datetime.dataobject.TimeCapsule; import com.dailys...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/ui/DetectedImageViewHolder.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/ui/DetectedImageViewHolder.java
package com.dailystudio.objectdetection.ui; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.support.v4.content.FileProvider; import android.view.View; import android.widget.ImageView; import com.dailystudio.app.ui.AbsArrayItemViewHolder; import com.dailystudio.app...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/ui/ImageSelectedEvent.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/ui/ImageSelectedEvent.java
package com.dailystudio.objectdetection.ui; public class ImageSelectedEvent { public int selectedPosition; public ImageSelectedEvent(int index) { selectedPosition = index; } }
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/ui/ImageDetectionEvent.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/ui/ImageDetectionEvent.java
package com.dailystudio.objectdetection.ui; public class ImageDetectionEvent { public enum State { DECODING, DETECTING, TAGGING, DONE } public State state; public ImageDetectionEvent(State state) { this.state = state; } }
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/main/java/com/dailystudio/objectdetection/ui/DetectedImagesRecyclerAdapter.java
object_detection/app/src/main/java/com/dailystudio/objectdetection/ui/DetectedImagesRecyclerAdapter.java
package com.dailystudio.objectdetection.ui; import android.content.Context; import android.view.View; import android.view.ViewGroup; import com.dailystudio.app.ui.AbsArrayRecyclerAdapter; import com.dailystudio.objectdetection.R; import com.dailystudio.objectdetection.database.DetectedImage; /** * Created by nanye ...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
dailystudio/ml
https://github.com/dailystudio/ml/blob/e32c0bbcf77183ff2ee407b4f179a094f6fdb12a/object_detection/app/src/androidTest/java/com/dailystudio/objectdetection/ExampleInstrumentedTest.java
object_detection/app/src/androidTest/java/com/dailystudio/objectdetection/ExampleInstrumentedTest.java
package com.dailystudio.objectdetection; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an...
java
Apache-2.0
e32c0bbcf77183ff2ee407b4f179a094f6fdb12a
2026-01-05T02:37:31.908377Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/test/java/com/fnproject/fn/api/flow/FlowsTest.java
flow-api/src/test/java/com/fnproject/fn/api/flow/FlowsTest.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/HttpResponse.java
flow-api/src/main/java/com/fnproject/fn/api/flow/HttpResponse.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/InvalidStageResponseException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/InvalidStageResponseException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/ResultSerializationException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/ResultSerializationException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/HttpRequest.java
flow-api/src/main/java/com/fnproject/fn/api/flow/HttpRequest.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/StageLostException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/StageLostException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/FunctionInvocationException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/FunctionInvocationException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/LambdaSerializationException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/LambdaSerializationException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/package-info.java
flow-api/src/main/java/com/fnproject/fn/api/flow/package-info.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/PlatformException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/PlatformException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/FunctionTimeoutException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/FunctionTimeoutException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/Flows.java
flow-api/src/main/java/com/fnproject/fn/api/flow/Flows.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/FunctionInvokeFailedException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/FunctionInvokeFailedException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/FlowFuture.java
flow-api/src/main/java/com/fnproject/fn/api/flow/FlowFuture.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/HttpMethod.java
flow-api/src/main/java/com/fnproject/fn/api/flow/HttpMethod.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/StageTimeoutException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/StageTimeoutException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/Flow.java
flow-api/src/main/java/com/fnproject/fn/api/flow/Flow.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/FlowCompletionException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/FlowCompletionException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/WrappedFunctionException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/WrappedFunctionException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/flow-api/src/main/java/com/fnproject/fn/api/flow/StageInvokeFailedException.java
flow-api/src/main/java/com/fnproject/fn/api/flow/StageInvokeFailedException.java
/* * Copyright (c) 2019, 2020 Oracle and/or its affiliates. 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 * ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/APIGatewayFunctionTest.java
fn-events/src/test/java/com/fnproject/events/APIGatewayFunctionTest.java
package com.fnproject.events; import static org.junit.Assert.assertEquals; import com.fnproject.events.testfns.apigatewayfns.APIGatewayTestFunction; import com.fnproject.events.testfns.apigatewayfns.ListAPIGatewayTestFunction; import com.fnproject.events.testfns.apigatewayfns.StringAPIGatewayTestFunction; import com.f...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/NotificationFunctionTest.java
fn-events/src/test/java/com/fnproject/events/NotificationFunctionTest.java
package com.fnproject.events; import static org.junit.Assert.assertEquals; import com.fnproject.events.testfns.notification.NotificationObjectTestFunction; import com.fnproject.events.testfns.notification.NotificationStringTestFunction; import com.fnproject.fn.testing.FnTestingRule; import org.junit.Rule; import org.j...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/ConnectorHubFunctionTest.java
fn-events/src/test/java/com/fnproject/events/ConnectorHubFunctionTest.java
package com.fnproject.events; import static org.junit.Assert.assertEquals; import java.util.Base64; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.fnproject.events.testfns.Animal; import com.fnproject.events.testfns.connectorhub.LoggingSourceTe...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/Animal.java
fn-events/src/test/java/com/fnproject/events/testfns/Animal.java
package com.fnproject.events.testfns; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; public class Animal { private final String name; private final int age; @JsonCreator public Animal(@JsonProperty("name") String na...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/Car.java
fn-events/src/test/java/com/fnproject/events/testfns/Car.java
package com.fnproject.events.testfns; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; public class Car { private final String brand; private final int wheels; @JsonCreator public Car(@JsonProperty("brand") String brand, @Jso...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/notification/NotificationObjectTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/notification/NotificationObjectTestFunction.java
package com.fnproject.events.testfns.notification; import com.fnproject.events.NotificationFunction; import com.fnproject.events.input.NotificationMessage; import com.fnproject.events.testfns.Animal; public class NotificationObjectTestFunction extends NotificationFunction<Animal> { @Override public void hand...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/notification/NotificationStringTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/notification/NotificationStringTestFunction.java
package com.fnproject.events.testfns.notification; import com.fnproject.events.NotificationFunction; import com.fnproject.events.input.NotificationMessage; public class NotificationStringTestFunction extends NotificationFunction<String> { @Override public void handler(NotificationMessage<String> batch) { ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/apigatewayfns/ListAPIGatewayTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/apigatewayfns/ListAPIGatewayTestFunction.java
package com.fnproject.events.testfns.apigatewayfns; import java.util.Collections; import java.util.List; import com.fnproject.events.APIGatewayFunction; import com.fnproject.events.input.APIGatewayRequestEvent; import com.fnproject.events.output.APIGatewayResponseEvent; import com.fnproject.events.testfns.Animal; impo...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/apigatewayfns/UncheckedAPIGatewayTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/apigatewayfns/UncheckedAPIGatewayTestFunction.java
package com.fnproject.events.testfns.apigatewayfns; import com.fnproject.events.APIGatewayFunction; import com.fnproject.events.input.APIGatewayRequestEvent; import com.fnproject.events.output.APIGatewayResponseEvent; public class UncheckedAPIGatewayTestFunction extends APIGatewayFunction { @Override public A...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/apigatewayfns/APIGatewayTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/apigatewayfns/APIGatewayTestFunction.java
package com.fnproject.events.testfns.apigatewayfns; import com.fnproject.events.APIGatewayFunction; import com.fnproject.events.input.APIGatewayRequestEvent; import com.fnproject.events.output.APIGatewayResponseEvent; import com.fnproject.events.testfns.Animal; import com.fnproject.events.testfns.Car; public class AP...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/apigatewayfns/GrandChildGatewayTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/apigatewayfns/GrandChildGatewayTestFunction.java
package com.fnproject.events.testfns.apigatewayfns; import com.fnproject.events.input.APIGatewayRequestEvent; import com.fnproject.events.output.APIGatewayResponseEvent; public class GrandChildGatewayTestFunction extends StringAPIGatewayTestFunction { @Override public APIGatewayResponseEvent<String> handler(A...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/apigatewayfns/StringAPIGatewayTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/apigatewayfns/StringAPIGatewayTestFunction.java
package com.fnproject.events.testfns.apigatewayfns; import com.fnproject.events.APIGatewayFunction; import com.fnproject.events.input.APIGatewayRequestEvent; import com.fnproject.events.output.APIGatewayResponseEvent; public class StringAPIGatewayTestFunction extends APIGatewayFunction<String, String> { @Override...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/QueueSourceStringTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/QueueSourceStringTestFunction.java
package com.fnproject.events.testfns.connectorhub; import com.fnproject.events.ConnectorHubFunction; import com.fnproject.events.input.ConnectorHubBatch; public class QueueSourceStringTestFunction extends ConnectorHubFunction<String> { @Override public void handler(ConnectorHubBatch<String> batch) { } }...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/StreamingSourceObjectTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/StreamingSourceObjectTestFunction.java
package com.fnproject.events.testfns.connectorhub; import com.fnproject.events.ConnectorHubFunction; import com.fnproject.events.input.ConnectorHubBatch; import com.fnproject.events.input.sch.StreamingData; import com.fnproject.events.testfns.Animal; public class StreamingSourceObjectTestFunction extends ConnectorHub...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/QueueSourceObjectTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/QueueSourceObjectTestFunction.java
package com.fnproject.events.testfns.connectorhub; import com.fnproject.events.ConnectorHubFunction; import com.fnproject.events.input.ConnectorHubBatch; import com.fnproject.events.testfns.Animal; public class QueueSourceObjectTestFunction extends ConnectorHubFunction<Animal> { @Override public void handler...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/StreamingSourceStringTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/StreamingSourceStringTestFunction.java
package com.fnproject.events.testfns.connectorhub; import com.fnproject.events.ConnectorHubFunction; import com.fnproject.events.input.ConnectorHubBatch; import com.fnproject.events.input.sch.StreamingData; import com.fnproject.events.testfns.Animal; public class StreamingSourceStringTestFunction extends ConnectorHub...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/MonitorSourceTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/MonitorSourceTestFunction.java
package com.fnproject.events.testfns.connectorhub; import com.fnproject.events.ConnectorHubFunction; import com.fnproject.events.input.ConnectorHubBatch; import com.fnproject.events.input.sch.MetricData; public class MonitorSourceTestFunction extends ConnectorHubFunction<MetricData> { @Override public void h...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/LoggingSourceTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/LoggingSourceTestFunction.java
package com.fnproject.events.testfns.connectorhub; import com.fnproject.events.ConnectorHubFunction; import com.fnproject.events.input.ConnectorHubBatch; import com.fnproject.events.input.sch.LoggingData; public class LoggingSourceTestFunction extends ConnectorHubFunction<LoggingData> { @Override public void...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/GrandChildMonitorSourceTestFunction.java
fn-events/src/test/java/com/fnproject/events/testfns/connectorhub/GrandChildMonitorSourceTestFunction.java
package com.fnproject.events.testfns.connectorhub; import com.fnproject.events.input.ConnectorHubBatch; import com.fnproject.events.input.sch.MetricData; public class GrandChildMonitorSourceTestFunction extends MonitorSourceTestFunction { @Override public void handler(ConnectorHubBatch<MetricData> batch) { ...
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false
fnproject/fdk-java
https://github.com/fnproject/fdk-java/blob/6275fbbe73c167c221e8be5ab4b838c68966ea5e/fn-events/src/test/java/com/fnproject/events/mapper/APIGatewayRequestEventMapperTest.java
fn-events/src/test/java/com/fnproject/events/mapper/APIGatewayRequestEventMapperTest.java
package com.fnproject.events.mapper; import static org.junit.Assert.*; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import com.fnproject.events.input.APIGatewayRequestEvent; import com....
java
Apache-2.0
6275fbbe73c167c221e8be5ab4b838c68966ea5e
2026-01-05T02:37:41.914759Z
false