From ed5152adb2cd4db9b27e7ebad8c5e738c397ffb4 Mon Sep 17 00:00:00 2001 From: Martin C <78377730+MilkManMaki@users.noreply.github.com> Date: Sun, 9 Jun 2024 02:46:56 -0400 Subject: [PATCH] fix: fix naming convention --- EXAMPLES/{examplecscore => cscore}/CameraServer.java | 0 EXAMPLES/{examplecscore => cscore}/cvstream.py | 0 EXAMPLES/{examplecscore => cscore}/dual_cameraserver.py | 0 EXAMPLES/{examplecscore => cscore}/enum_usb.py | 0 EXAMPLES/{examplecscore => cscore}/httpcvstream.py | 0 EXAMPLES/{examplecscore => cscore}/intermediate_cameraserver.py | 0 EXAMPLES/{examplecscore => cscore}/quick_cameraserver.py | 0 EXAMPLES/{examplecscore => cscore}/settings.py | 0 EXAMPLES/{examplecscore => cscore}/switched_cameraserver.py | 0 EXAMPLES/{examplecscore => cscore}/usbcvstream.py | 0 EXAMPLES/{examplecscore => cscore}/usbstream.py | 0 EXAMPLES/{examplentcore => ntcore}/pubsub_client.py | 0 EXAMPLES/{examplentcore => ntcore}/pubsub_server.py | 0 EXAMPLES/{examplentcore => ntcore}/simple_client.py | 0 EXAMPLES/{examplentcore => ntcore}/simple_poller.py | 0 EXAMPLES/{examplentcore => ntcore}/simple_robot.py | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename EXAMPLES/{examplecscore => cscore}/CameraServer.java (100%) rename EXAMPLES/{examplecscore => cscore}/cvstream.py (100%) rename EXAMPLES/{examplecscore => cscore}/dual_cameraserver.py (100%) rename EXAMPLES/{examplecscore => cscore}/enum_usb.py (100%) rename EXAMPLES/{examplecscore => cscore}/httpcvstream.py (100%) rename EXAMPLES/{examplecscore => cscore}/intermediate_cameraserver.py (100%) rename EXAMPLES/{examplecscore => cscore}/quick_cameraserver.py (100%) rename EXAMPLES/{examplecscore => cscore}/settings.py (100%) rename EXAMPLES/{examplecscore => cscore}/switched_cameraserver.py (100%) rename EXAMPLES/{examplecscore => cscore}/usbcvstream.py (100%) rename EXAMPLES/{examplecscore => cscore}/usbstream.py (100%) rename EXAMPLES/{examplentcore => ntcore}/pubsub_client.py (100%) rename EXAMPLES/{examplentcore => ntcore}/pubsub_server.py (100%) rename EXAMPLES/{examplentcore => ntcore}/simple_client.py (100%) rename EXAMPLES/{examplentcore => ntcore}/simple_poller.py (100%) rename EXAMPLES/{examplentcore => ntcore}/simple_robot.py (100%) diff --git a/EXAMPLES/examplecscore/CameraServer.java b/EXAMPLES/cscore/CameraServer.java similarity index 100% rename from EXAMPLES/examplecscore/CameraServer.java rename to EXAMPLES/cscore/CameraServer.java diff --git a/EXAMPLES/examplecscore/cvstream.py b/EXAMPLES/cscore/cvstream.py similarity index 100% rename from EXAMPLES/examplecscore/cvstream.py rename to EXAMPLES/cscore/cvstream.py diff --git a/EXAMPLES/examplecscore/dual_cameraserver.py b/EXAMPLES/cscore/dual_cameraserver.py similarity index 100% rename from EXAMPLES/examplecscore/dual_cameraserver.py rename to EXAMPLES/cscore/dual_cameraserver.py diff --git a/EXAMPLES/examplecscore/enum_usb.py b/EXAMPLES/cscore/enum_usb.py similarity index 100% rename from EXAMPLES/examplecscore/enum_usb.py rename to EXAMPLES/cscore/enum_usb.py diff --git a/EXAMPLES/examplecscore/httpcvstream.py b/EXAMPLES/cscore/httpcvstream.py similarity index 100% rename from EXAMPLES/examplecscore/httpcvstream.py rename to EXAMPLES/cscore/httpcvstream.py diff --git a/EXAMPLES/examplecscore/intermediate_cameraserver.py b/EXAMPLES/cscore/intermediate_cameraserver.py similarity index 100% rename from EXAMPLES/examplecscore/intermediate_cameraserver.py rename to EXAMPLES/cscore/intermediate_cameraserver.py diff --git a/EXAMPLES/examplecscore/quick_cameraserver.py b/EXAMPLES/cscore/quick_cameraserver.py similarity index 100% rename from EXAMPLES/examplecscore/quick_cameraserver.py rename to EXAMPLES/cscore/quick_cameraserver.py diff --git a/EXAMPLES/examplecscore/settings.py b/EXAMPLES/cscore/settings.py similarity index 100% rename from EXAMPLES/examplecscore/settings.py rename to EXAMPLES/cscore/settings.py diff --git a/EXAMPLES/examplecscore/switched_cameraserver.py b/EXAMPLES/cscore/switched_cameraserver.py similarity index 100% rename from EXAMPLES/examplecscore/switched_cameraserver.py rename to EXAMPLES/cscore/switched_cameraserver.py diff --git a/EXAMPLES/examplecscore/usbcvstream.py b/EXAMPLES/cscore/usbcvstream.py similarity index 100% rename from EXAMPLES/examplecscore/usbcvstream.py rename to EXAMPLES/cscore/usbcvstream.py diff --git a/EXAMPLES/examplecscore/usbstream.py b/EXAMPLES/cscore/usbstream.py similarity index 100% rename from EXAMPLES/examplecscore/usbstream.py rename to EXAMPLES/cscore/usbstream.py diff --git a/EXAMPLES/examplentcore/pubsub_client.py b/EXAMPLES/ntcore/pubsub_client.py similarity index 100% rename from EXAMPLES/examplentcore/pubsub_client.py rename to EXAMPLES/ntcore/pubsub_client.py diff --git a/EXAMPLES/examplentcore/pubsub_server.py b/EXAMPLES/ntcore/pubsub_server.py similarity index 100% rename from EXAMPLES/examplentcore/pubsub_server.py rename to EXAMPLES/ntcore/pubsub_server.py diff --git a/EXAMPLES/examplentcore/simple_client.py b/EXAMPLES/ntcore/simple_client.py similarity index 100% rename from EXAMPLES/examplentcore/simple_client.py rename to EXAMPLES/ntcore/simple_client.py diff --git a/EXAMPLES/examplentcore/simple_poller.py b/EXAMPLES/ntcore/simple_poller.py similarity index 100% rename from EXAMPLES/examplentcore/simple_poller.py rename to EXAMPLES/ntcore/simple_poller.py diff --git a/EXAMPLES/examplentcore/simple_robot.py b/EXAMPLES/ntcore/simple_robot.py similarity index 100% rename from EXAMPLES/examplentcore/simple_robot.py rename to EXAMPLES/ntcore/simple_robot.py