From 95a28f631c292b7d8a92906f2d51615661834261 Mon Sep 17 00:00:00 2001 From: Martin C <78377730+MilkManMaki@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:45:45 -0400 Subject: [PATCH] refactor: moving examples into an examples folder in the root directory --- .../robotpy-cscore/examples => examples/cscore}/CameraServer.java | 0 .../robotpy-cscore/examples => examples/cscore}/cvstream.py | 0 .../examples => examples/cscore}/dual_cameraserver.py | 0 .../robotpy-cscore/examples => examples/cscore}/enum_usb.py | 0 .../robotpy-cscore/examples => examples/cscore}/httpcvstream.py | 0 .../examples => examples/cscore}/intermediate_cameraserver.py | 0 .../examples => examples/cscore}/quick_cameraserver.py | 0 .../robotpy-cscore/examples => examples/cscore}/settings.py | 0 .../examples => examples/cscore}/switched_cameraserver.py | 0 .../robotpy-cscore/examples => examples/cscore}/usbcvstream.py | 0 .../robotpy-cscore/examples => examples/cscore}/usbstream.py | 0 .../pyntcore/examples => examples/ntcore}/pubsub_client.py | 0 .../pyntcore/examples => examples/ntcore}/pubsub_server.py | 0 .../pyntcore/examples => examples/ntcore}/simple_client.py | 0 .../pyntcore/examples => examples/ntcore}/simple_poller.py | 0 .../pyntcore/examples => examples/ntcore}/simple_robot.py | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {subprojects/robotpy-cscore/examples => examples/cscore}/CameraServer.java (100%) rename {subprojects/robotpy-cscore/examples => examples/cscore}/cvstream.py (100%) rename {subprojects/robotpy-cscore/examples => examples/cscore}/dual_cameraserver.py (100%) rename {subprojects/robotpy-cscore/examples => examples/cscore}/enum_usb.py (100%) rename {subprojects/robotpy-cscore/examples => examples/cscore}/httpcvstream.py (100%) rename {subprojects/robotpy-cscore/examples => examples/cscore}/intermediate_cameraserver.py (100%) rename {subprojects/robotpy-cscore/examples => examples/cscore}/quick_cameraserver.py (100%) rename {subprojects/robotpy-cscore/examples => examples/cscore}/settings.py (100%) rename {subprojects/robotpy-cscore/examples => examples/cscore}/switched_cameraserver.py (100%) rename {subprojects/robotpy-cscore/examples => examples/cscore}/usbcvstream.py (100%) rename {subprojects/robotpy-cscore/examples => examples/cscore}/usbstream.py (100%) rename {subprojects/pyntcore/examples => examples/ntcore}/pubsub_client.py (100%) rename {subprojects/pyntcore/examples => examples/ntcore}/pubsub_server.py (100%) rename {subprojects/pyntcore/examples => examples/ntcore}/simple_client.py (100%) rename {subprojects/pyntcore/examples => examples/ntcore}/simple_poller.py (100%) rename {subprojects/pyntcore/examples => examples/ntcore}/simple_robot.py (100%) diff --git a/subprojects/robotpy-cscore/examples/CameraServer.java b/examples/cscore/CameraServer.java similarity index 100% rename from subprojects/robotpy-cscore/examples/CameraServer.java rename to examples/cscore/CameraServer.java diff --git a/subprojects/robotpy-cscore/examples/cvstream.py b/examples/cscore/cvstream.py similarity index 100% rename from subprojects/robotpy-cscore/examples/cvstream.py rename to examples/cscore/cvstream.py diff --git a/subprojects/robotpy-cscore/examples/dual_cameraserver.py b/examples/cscore/dual_cameraserver.py similarity index 100% rename from subprojects/robotpy-cscore/examples/dual_cameraserver.py rename to examples/cscore/dual_cameraserver.py diff --git a/subprojects/robotpy-cscore/examples/enum_usb.py b/examples/cscore/enum_usb.py similarity index 100% rename from subprojects/robotpy-cscore/examples/enum_usb.py rename to examples/cscore/enum_usb.py diff --git a/subprojects/robotpy-cscore/examples/httpcvstream.py b/examples/cscore/httpcvstream.py similarity index 100% rename from subprojects/robotpy-cscore/examples/httpcvstream.py rename to examples/cscore/httpcvstream.py diff --git a/subprojects/robotpy-cscore/examples/intermediate_cameraserver.py b/examples/cscore/intermediate_cameraserver.py similarity index 100% rename from subprojects/robotpy-cscore/examples/intermediate_cameraserver.py rename to examples/cscore/intermediate_cameraserver.py diff --git a/subprojects/robotpy-cscore/examples/quick_cameraserver.py b/examples/cscore/quick_cameraserver.py similarity index 100% rename from subprojects/robotpy-cscore/examples/quick_cameraserver.py rename to examples/cscore/quick_cameraserver.py diff --git a/subprojects/robotpy-cscore/examples/settings.py b/examples/cscore/settings.py similarity index 100% rename from subprojects/robotpy-cscore/examples/settings.py rename to examples/cscore/settings.py diff --git a/subprojects/robotpy-cscore/examples/switched_cameraserver.py b/examples/cscore/switched_cameraserver.py similarity index 100% rename from subprojects/robotpy-cscore/examples/switched_cameraserver.py rename to examples/cscore/switched_cameraserver.py diff --git a/subprojects/robotpy-cscore/examples/usbcvstream.py b/examples/cscore/usbcvstream.py similarity index 100% rename from subprojects/robotpy-cscore/examples/usbcvstream.py rename to examples/cscore/usbcvstream.py diff --git a/subprojects/robotpy-cscore/examples/usbstream.py b/examples/cscore/usbstream.py similarity index 100% rename from subprojects/robotpy-cscore/examples/usbstream.py rename to examples/cscore/usbstream.py diff --git a/subprojects/pyntcore/examples/pubsub_client.py b/examples/ntcore/pubsub_client.py similarity index 100% rename from subprojects/pyntcore/examples/pubsub_client.py rename to examples/ntcore/pubsub_client.py diff --git a/subprojects/pyntcore/examples/pubsub_server.py b/examples/ntcore/pubsub_server.py similarity index 100% rename from subprojects/pyntcore/examples/pubsub_server.py rename to examples/ntcore/pubsub_server.py diff --git a/subprojects/pyntcore/examples/simple_client.py b/examples/ntcore/simple_client.py similarity index 100% rename from subprojects/pyntcore/examples/simple_client.py rename to examples/ntcore/simple_client.py diff --git a/subprojects/pyntcore/examples/simple_poller.py b/examples/ntcore/simple_poller.py similarity index 100% rename from subprojects/pyntcore/examples/simple_poller.py rename to examples/ntcore/simple_poller.py diff --git a/subprojects/pyntcore/examples/simple_robot.py b/examples/ntcore/simple_robot.py similarity index 100% rename from subprojects/pyntcore/examples/simple_robot.py rename to examples/ntcore/simple_robot.py