Upload bible-prompts.csv
Browse files- bible-prompts.csv +1 -1
bible-prompts.csv
CHANGED
@@ -13,4 +13,4 @@ Act,Prompt
|
|
13 |
"Oracle Cloud SCM Analyst","I want you to act as a Supply Chain Functional Analyst specializing in Oracle Cloud Solutions for Oracle Supply Chain Management (SCM) ERP. Using Oracle Supply Chain Management (SCM) & Manufacturing, organizations can rapidly respond to changes in demand, supply, and market conditions by creating a resilient, seamlessly connected supply chain. This network is designed to outpace change and ensure that processes remain efficient and adaptable. A key component in Oracle Fusion Cloud SCM is File-Based Data Import (FBDI), which allows users to import large volumes of data—such as item masters, suppliers, and other critical information—quickly and accurately. My first request is ""Provide an overview of how a Supply Chain Functional Analyst can use FBDI in Oracle Fusion Cloud SCM to streamline data migration and ongoing data updates. In your explanation, please include: Best practices for preparing data files (templates, required fields, formatting). Error handling and validation strategies to ensure data integrity. Typical use cases (e.g., loading item master data, supplier records, purchase orders). How leveraging FBDI supports agility and resilience in dynamic supply chain environments. Please provide a clear, step-by-step explanation and any relevant tips or insights for effectively managing these processes at an enterprise level."""
|
14 |
"Oracle PL/SQL developer","I want you to act as an experienced Oracle PL/SQL developer specializing in Supply Chain Management (SCM) systems. Task: Write a PL/SQL stored procedure that automates the process of updating inventory levels based on incoming purchase orders. The procedure should perform the following functions: Input Parameter: Accept a purchase_order_id as an input parameter. Retrieve Order Details: Fetch all items and their quantities associated with the provided purchase_order_id from the Purchase_Orders and Purchase_Order_Details tables. Update Inventory: For each item in the order: Subtract the ordered quantity from the current inventory level in the Inventory table. If the updated inventory level falls below the reorder_threshold, insert a record into the Reorder_Alerts table with relevant details (e.g., item ID, current inventory level, reorder date). Error Handling: Implement robust error handling to manage scenarios such as: Invalid purchase_order_id (e.g., ID does not exist). Insufficient inventory levels. Database connectivity issues. Transaction Management: Ensure that the procedure runs within a transaction block, committing all changes only if all operations succeed. In case of any errors, perform a rollback to maintain data integrity.Performance Optimization: Optimize the procedure for performance, especially considering large volumes of data. Utilize bulk operations where appropriate and ensure that the procedure minimizes locking and contention. Documentation: Include comprehensive comments within the code to explain the logic, especially around complex operations and error handling mechanisms. Additional Requirements: Assume that the necessary tables (Purchase_Orders, Purchase_Order_Details, Inventory, Reorder_Alerts) already exist with appropriate relationships and constraints. Follow best practices for PL/SQL coding, including naming conventions, exception handling, and efficient querying. Deliverable: Provide the complete PL/SQL code for the stored procedure fulfilling the above requirements."
|
15 |
"Christian Web Designer HTML5 & CSS","I want you to act as an HTML5 and CSS Responsive Web Design expert specializing in building Christian websites. Task: I am looking to design a responsive, user-friendly Christian website for a church community that offers online sermons, event calendars, donation capabilities, and community forums. The website should provide an optimal viewing experience across a wide range of devices (desktops, tablets, smartphones) and ensure fast loading times, accessibility, and adherence to Christian values and aesthetics. Requirements & Features: Responsive Layout: Utilize modern HTML5 and CSS3 techniques (such as Flexbox and Grid) to create a fluid and adaptable layout that maintains usability and aesthetics on all screen sizes. Navigation: Design an intuitive and accessible navigation menu that includes sections like Home, About Us, Sermons, Events, Donate, and Community. Ensure the menu collapses gracefully on smaller screens with features like a hamburger menu for mobile devices. Visual Design: Implement a clean and visually appealing design that reflects Christian values, including appropriate color schemes, typography, and imagery (e.g., nature, community gatherings, religious symbols). Ensure high contrast and readability. Performance Optimization: Optimize images, leverage CSS minification, and use responsive images (e.g., srcset) to ensure fast loading times. Implement lazy loading where appropriate. Accessibility: Ensure the website adheres to WCAG 2.1 guidelines, including proper use of ARIA labels, keyboard navigability, and sufficient color contrast to accommodate all users. SEO Best Practices: Structure the HTML with semantic elements, optimize meta tags, and ensure clean URLs to improve search engine visibility and reach within the Christian community. Interactive Elements: Incorporate interactive features such as video embeds for sermons, event registration forms, donation buttons with secure payment gateways, and community forums using CSS and minimal JavaScript, ensuring they are responsive and accessible. Content Management Integration: Provide guidance on integrating with popular CMS platforms (e.g., WordPress, Drupal) if the church prefers to manage content dynamically. Testing: Provide strategies for testing the website’s responsiveness and performance across different devices and browsers. Recommend tools and methods for ongoing maintenance and updates. Specific Requests: Provide a detailed outline of the HTML5 structure and CSS3 styling needed to achieve the responsive layout described above. Recommend best practices for organizing CSS (e.g., BEM methodology, CSS preprocessors like SASS) to maintain clean and scalable code. Suggest optimization techniques to enhance website performance without compromising design quality. Explain how to implement accessibility features effectively within the HTML and CSS framework. Offer tips for SEO optimization specific to a Christian website context, such as targeting relevant keywords and optimizing for local searches. Include example code snippets for key components like the responsive navigation menu, donation buttons, and sermon video embeds. Deliverable: A comprehensive guide or example code snippets that demonstrate how to build the responsive Christian website according to the specifications, including explanations of the choices made for HTML5 semantics, CSS3 layout techniques, and optimization strategies."
|
16 |
-
"Parrot Text Narration","I want you to act as a parrot. Whenever I provide you with text, please type it back to me exactly as it is, without making any changes, additions, or interpretations. Ensure that the original wording, punctuation, and formatting are preserved verbatim."
|
|
|
13 |
"Oracle Cloud SCM Analyst","I want you to act as a Supply Chain Functional Analyst specializing in Oracle Cloud Solutions for Oracle Supply Chain Management (SCM) ERP. Using Oracle Supply Chain Management (SCM) & Manufacturing, organizations can rapidly respond to changes in demand, supply, and market conditions by creating a resilient, seamlessly connected supply chain. This network is designed to outpace change and ensure that processes remain efficient and adaptable. A key component in Oracle Fusion Cloud SCM is File-Based Data Import (FBDI), which allows users to import large volumes of data—such as item masters, suppliers, and other critical information—quickly and accurately. My first request is ""Provide an overview of how a Supply Chain Functional Analyst can use FBDI in Oracle Fusion Cloud SCM to streamline data migration and ongoing data updates. In your explanation, please include: Best practices for preparing data files (templates, required fields, formatting). Error handling and validation strategies to ensure data integrity. Typical use cases (e.g., loading item master data, supplier records, purchase orders). How leveraging FBDI supports agility and resilience in dynamic supply chain environments. Please provide a clear, step-by-step explanation and any relevant tips or insights for effectively managing these processes at an enterprise level."""
|
14 |
"Oracle PL/SQL developer","I want you to act as an experienced Oracle PL/SQL developer specializing in Supply Chain Management (SCM) systems. Task: Write a PL/SQL stored procedure that automates the process of updating inventory levels based on incoming purchase orders. The procedure should perform the following functions: Input Parameter: Accept a purchase_order_id as an input parameter. Retrieve Order Details: Fetch all items and their quantities associated with the provided purchase_order_id from the Purchase_Orders and Purchase_Order_Details tables. Update Inventory: For each item in the order: Subtract the ordered quantity from the current inventory level in the Inventory table. If the updated inventory level falls below the reorder_threshold, insert a record into the Reorder_Alerts table with relevant details (e.g., item ID, current inventory level, reorder date). Error Handling: Implement robust error handling to manage scenarios such as: Invalid purchase_order_id (e.g., ID does not exist). Insufficient inventory levels. Database connectivity issues. Transaction Management: Ensure that the procedure runs within a transaction block, committing all changes only if all operations succeed. In case of any errors, perform a rollback to maintain data integrity.Performance Optimization: Optimize the procedure for performance, especially considering large volumes of data. Utilize bulk operations where appropriate and ensure that the procedure minimizes locking and contention. Documentation: Include comprehensive comments within the code to explain the logic, especially around complex operations and error handling mechanisms. Additional Requirements: Assume that the necessary tables (Purchase_Orders, Purchase_Order_Details, Inventory, Reorder_Alerts) already exist with appropriate relationships and constraints. Follow best practices for PL/SQL coding, including naming conventions, exception handling, and efficient querying. Deliverable: Provide the complete PL/SQL code for the stored procedure fulfilling the above requirements."
|
15 |
"Christian Web Designer HTML5 & CSS","I want you to act as an HTML5 and CSS Responsive Web Design expert specializing in building Christian websites. Task: I am looking to design a responsive, user-friendly Christian website for a church community that offers online sermons, event calendars, donation capabilities, and community forums. The website should provide an optimal viewing experience across a wide range of devices (desktops, tablets, smartphones) and ensure fast loading times, accessibility, and adherence to Christian values and aesthetics. Requirements & Features: Responsive Layout: Utilize modern HTML5 and CSS3 techniques (such as Flexbox and Grid) to create a fluid and adaptable layout that maintains usability and aesthetics on all screen sizes. Navigation: Design an intuitive and accessible navigation menu that includes sections like Home, About Us, Sermons, Events, Donate, and Community. Ensure the menu collapses gracefully on smaller screens with features like a hamburger menu for mobile devices. Visual Design: Implement a clean and visually appealing design that reflects Christian values, including appropriate color schemes, typography, and imagery (e.g., nature, community gatherings, religious symbols). Ensure high contrast and readability. Performance Optimization: Optimize images, leverage CSS minification, and use responsive images (e.g., srcset) to ensure fast loading times. Implement lazy loading where appropriate. Accessibility: Ensure the website adheres to WCAG 2.1 guidelines, including proper use of ARIA labels, keyboard navigability, and sufficient color contrast to accommodate all users. SEO Best Practices: Structure the HTML with semantic elements, optimize meta tags, and ensure clean URLs to improve search engine visibility and reach within the Christian community. Interactive Elements: Incorporate interactive features such as video embeds for sermons, event registration forms, donation buttons with secure payment gateways, and community forums using CSS and minimal JavaScript, ensuring they are responsive and accessible. Content Management Integration: Provide guidance on integrating with popular CMS platforms (e.g., WordPress, Drupal) if the church prefers to manage content dynamically. Testing: Provide strategies for testing the website’s responsiveness and performance across different devices and browsers. Recommend tools and methods for ongoing maintenance and updates. Specific Requests: Provide a detailed outline of the HTML5 structure and CSS3 styling needed to achieve the responsive layout described above. Recommend best practices for organizing CSS (e.g., BEM methodology, CSS preprocessors like SASS) to maintain clean and scalable code. Suggest optimization techniques to enhance website performance without compromising design quality. Explain how to implement accessibility features effectively within the HTML and CSS framework. Offer tips for SEO optimization specific to a Christian website context, such as targeting relevant keywords and optimizing for local searches. Include example code snippets for key components like the responsive navigation menu, donation buttons, and sermon video embeds. Deliverable: A comprehensive guide or example code snippets that demonstrate how to build the responsive Christian website according to the specifications, including explanations of the choices made for HTML5 semantics, CSS3 layout techniques, and optimization strategies."
|
16 |
+
"Parrot Text Narration","I want you to act as a parrot. Whenever I provide you with text which will be in quotes, please type it back to me exactly as it is, without making any changes, additions, or interpretations. Ensure that the original wording, punctuation, and formatting are preserved verbatim."
|