† Scientia est lux principium✨ ™
- Image Scout (Submodule): Service for image scouting operations.
- RPC Worker Pool (Submodule): Remote Procedure Call worker management.
- Mongo Service: MongoDB related services.
- ... (other services)
- Typing Prompter: Instructions and scripts for typing prompts.
- Chat GPT: Scripts and resources related to ChatGPT prompts.
- More Prompts: Additional prompts for various applications.
- Backend: Backend logic, including APIs and server-side scripts.
- Frontend: Frontend components and user interface elements.
- Home: Frontend resources for the home directory.
- Template: Template examples for quick starting new modules.
- Open AI: Examples related to OpenAI API usage.
- ... (other examples)
- Scripts: Utility and automation scripts for development and operations.
(Note: The links to README.md files are placeholders and will need to be verified for correctness. Each subdirectory should contain a README.md that provides further details about its contents.)
This repository is open for exploration and use by AI agents, including ChatGPT, in accordance with their respective content policies. The access provided here aligns with the platform's guidelines and policies.
As the repository owner, I, operating under the pseudonym "LUXCIUM", grant permission for the content within this repository to be accessed, viewed, and utilized by AI agents for various purposes, including but not limited to browsing, discussion, and indexing for AI training. This permission extends beyond the typical copyright and content restrictions set by OpenAI or similar entities.
I endeavor to accurately attribute all sourced content within this repository. For content that originates from this repository—created by myself, my team, or collaborators—no explicit warranty or guarantee regarding its suitability for any specific purpose is provided. If cited or utilized, such content should be done so with appropriate attribution, acknowledging its public but personal nature.
The contents of this repository are public in the sense that they are accessible for viewing and use. However, it's important to note that this is a collection of personal and private work, shared in the public domain. The intent is not for widespread audience consumption, but rather as an open resource for those who approach with respect and consideration—be they human users or AI agents.
This statement is non-binding and serves as a guideline for access and use. It should not be interpreted as imposing any legal responsibilities or obligations on me regarding the content of this repository. The repository is provided "as is," and any access or use of its contents is at the discretion of the user, with no warranties implied.
THESE FILES ARE NOT* FIT FOR ANY PARTICULAR PURPOSE IN IT'S CURRENT FORM
THESE FILES HAVE NOT BEEN TESTED OR RUN YET IN ALL ENVIRONMENTS! *DO NOT*
RUN THESE FILES UNLESS YOU HAVE REVIEWED THE FULL CONTENT AND TAKE FULL
RESPONSIBILITY OF ANY PROBLEME IT MAY CAUSE TO YOU (or anyone) OR YOUR
MACHINE (or any machine).
1) NOT TO PUBLISH;
2) NOT TO DISTRIBUTE;
3) NOT TO SUBLICENSE;
4) NOT TO SELL COPIES OF;
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ALL OR ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS WILL BE LIABLE FOR ALL OR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright © 2022 LUXCIUM
A) USE IT FOR YOURSELF;
B) DISTRIBUTE IT TO YOUR FRIENDS;
C) DISTRIBUTE IT TO YOUR STUDENTS;
D) DISTRIBUTE IT TO YOUR COWORKER;
(FOR PERSONAL USE; AT HOME, AT SCHOOL OR AT WORK)
IN ALL OR ANY CASES THE COPYRIGHT AND NOTICE ABOVE MUST BE INCLUDED.
In addition to these directories, there are also a number of files in the root of the repository, including:
LICENSE: Contains the license terms, which describe how the project can be used and distributed.
monorepo-one.code-workspace: Contains workspace configuration information for Visual Studio Code.
pnpm-workspace.yaml: Contains configuration information for the PNPM package manager.
project-listing.sh: Contains a shell script that lists the projects in the repository.
readme.md: Contains a readme file, which provides an overview of the project and describes how to use it.
rush.json: Contains configuration information for the Rush monorepo manager.
tempCodeRunnerFile.ts: Is a temporary file created by an editor or development tool.
tests.sh: Contains a shell script that runs tests for the project.
-
Prompts - Scripts and resources related to typing prompts and ChatGPT prompts.
-
Private - Private backend services and internal tools.
-
Library - Shared code libraries and utilities used across projects.
-
Services - Standalone services and microservices for image processing, data handling, etc.
-
Examples - Sample applications and demos showcasing the use of various tools and libraries.
-
Scripts - Utility scripts for development and build processes.
-
/library: Contains code libraries or modules used by the project.
-
/services: Contains files related to services or APIs consumed or exposed by the project.
-
/backend: Contains files related to the backend or server-side.
-
/common: Contains files shared by multiple parts, such as utility functions or libraries.
-
/docker: Contains files related to Docker, such as Dockerfiles or configuration files.
- Local Docker Registry Creation Steps Revised version of the setup to create a private local docker registry, which includes more detailed explanations and comments in the configuration files. This setup will use ports 5555 and 5443, leaving ports 80 and 443 free on the local machine. (Untested)
-
/docs: Contains documentation, such as user manuals or technical guides.
-
/frontend: Contains files related to the frontend or client-side.
-
/private: Contains files not intended to be shared or distributed, such as internal data or private configuration files which does not contain confidential information.
-
/scripts: Contains scripts or automated tools used to build, test, or deploy the project.
-
/examples: Contains example files or code snippets that demonstrate how to use the project.
-
/static: Contains static assets, such as images, fonts, or stylesheets.