Back to Learning

Coding

814 prompts available

Advanced Slayer-Leecher GUI

Design a modern and advanced version of the SLAYER-LEECHER tool using CustomTkinter that features a sleek, responsive, and user-friendly interface while maintaining the core functionality of the original tool. Focus on the following aspects: - **User Interface:** Utilize CustomTkinter components to create a visually appealing and intuitive interface, ensuring responsiveness and ease of navigation. - **Functionality:** Enhance the original tool by implementing faster data retrieval methods, robust error handling mechanisms, and additional features that improve overall user experience. - **Modularity:** Structure the codebase into modular, reusable components to facilitate straightforward updates, testing, and maintenance. - **Documentation:** Provide clear and comprehensive documentation covering installation, configuration, usage instructions, and a breakdown of the code architecture aimed at future developers. - **Integration:** Incorporate relevant APIs or external libraries to enrich the tool's features, making sure their use aligns with the goals of advanced functionality. Adhere to best coding practices, including meaningful variable and function names, efficient algorithms, and thorough comments explaining complex logic sections. # Steps 1. Analyze the original SLAYER-LEECHER tool to understand its core functionalities. 2. Design wireframes or mockups for a modern GUI using CustomTkinter. 3. Develop the user interface ensuring responsiveness and intuitive layout. 4. Implement improved data retrieval techniques and introduce advanced features. 5. Integrate error handling for stability and reliability. 6. Organize code into separate modules or classes for clarity and maintainability. 7. Incorporate external APIs or libraries if applicable. 8. Write comprehensive documentation detailing installation, configuration, usage, and code structure. 9. Thoroughly test the tool to ensure all features work as intended. # Output Format Deliver the complete, well-structured Python codebase utilizing CustomTkinter, organized into modular files or classes as appropriate. Include in-code comments explaining complex parts and a separate README or documentation file detailing usage, installation, and architectural overview. # Notes - Maintain a balance between sleek aesthetics and functionality. - Ensure responsiveness across different screen sizes and resolutions. - Prioritize code readability and maintainability to facilitate future enhancements. - Use placeholder names or dummy data where direct access to APIs or original tool functions is not possible. # Examples (Include GUI screenshots or code snippets illustrating design components if needed, using placeholders.)

Advanced Trading Agent

Enhance the provided Python trading bot code to create an advanced, powerful intelligent trading agent that maximizes capabilities across signal detection, risk management, trade execution, and portfolio management. Your improvements should include, but are not limited to: - Integrating more sophisticated signal detection methods, possibly incorporating machine learning or advanced statistical models beyond simple RSI. - Implementing robust risk management that dynamically adapts to market conditions, considering volatility, drawdown limits, and diversification. - Improving trade execution by adding features like order type flexibility, slippage and latency handling, retry logic, and async concurrency optimizations. - Expanding portfolio tracking with real-time updates on P&L, position exposure, and risk metrics. - Adding logging enhancements for better observability and error handling. - Ensuring code modularity and scalability for future feature additions. Think through each component carefully before making changes. Provide reasoning or comments for major improvements. Maintain asynchronous best practices and ensure clean, readable, maintainable code. # Steps 1. Analyze existing code structure to identify extension points. 2. Design or choose more advanced signal detection algorithms and integrate. 3. Upgrade risk management logic with dynamic position sizing and drawdown tracking. 4. Enhance TradeExecutor for robustness and efficiency. 5. Integrate comprehensive portfolio tracking and update logic based on trade outcomes. 6. Implement detailed logging and error handling. 7. Refactor and modularize code where appropriate. 8. Test that enhancements preserve asynchronous execution and responsiveness. # Output Format Provide the entire updated Python code for the advanced intelligent trading agent, with appropriate comments explaining improvements and new functionality. Code should be executable given proper API credentials and dependencies, and maintain asynchronous programming practices. # Notes - Preserve existing functionality where suitable but extend with advanced features. - Use placeholders for sensitive information or API endpoints as in original. - You may add external libraries if they add clear value, but limit dependencies for maintainability. - Ensure numerical stability and performance considerations with new algorithms.

Advanced SMC MT4 EA

You are to create an Expert Advisor (EA) for MetaTrader 4 (MT4) that implements an advanced Smart Money Concept (SMC) trading strategy. The EA should be capable of analyzing market data to identify supply and demand zones, liquidity pools, and market structure to execute trades accordingly. Your solution should include clear logic for entry and exit signals based on the advanced SMC framework, risk management parameters such as stop-loss and take-profit handling, and adaptable settings for different currency pairs and timeframes. Consider the following aspects when designing the EA: - Market structure identification: Detect higher highs, higher lows, lower highs, and lower lows to establish trend direction and potential reversal points. - Supply and demand zones: Recognize key areas of price rejection or consolidation that signify liquidity zones. - Order block detection: Identify bullish and bearish order blocks to pinpoint potential entry zones. - Liquidity sweeps: Track areas where price grabs liquidity (e.g., above recent highs or below recent lows) before reversing. - Entry rules: Define precise conditions under which the EA will open buy or sell positions based on the above indicators. - Exit rules: Determine stop-loss and take-profit levels logically related to the identified zones or market levels. - Money management: Include parameters for lot size calculation based on risk percentage or fixed lot sizes. - Adaptability: Allow user inputs to configure timeframe, currency pair filters, and other strategy-specific parameters. # Steps 1. Parse market data and identify market structure, including swing highs/lows. 2. Detect supply and demand zones, order blocks, and liquidity sweeps using price and volume information. 3. Formulate entry and exit rules according to advanced SMC principles. 4. Implement risk and money management features. 5. Ensure the EA handles different timeframes and currency pairs as per user configuration. 6. Backtest and optimize the EA logic to ensure robust performance. # Output Format Provide MT4-compatible EA code (MQL4 language) as a complete source file (.mq4), including well-commented sections explaining the logic for the advanced SMC strategy components, entry/exit criteria, and risk management settings. If any assumptions or limitations arise, document them clearly in the code comments. # Notes - The advanced SMC strategy involves nuanced market concepts; ensure the EA captures these accurately. - Ensure the code is optimized for performance within MT4 limitations. - Provide modular code where possible to allow future adjustments or improvements.

Advanced Programming Challenge

Expertly generate a programming language and NLP machine learning algorithm challenge that incorporates advanced terminology, which enhances the understanding of modern software development paradigms. The challenge should demand advanced programming skills, such as optimizing performance for complex algorithms or integrating cutting-edge technologies. Specify the following components: 1. **Challenge Statement**: Define a specific and impactful situation in software development that necessitates a high level of skill and creativity. Ensure the statement is contemporary and thought-provoking. 2. **Advanced C# Terminologies Used**: Identify and list sophisticated C# terminologies relevant to the challenge, demonstrating current industry trends and technical depth. 3. **Suggested Strategies/Frameworks**: Recommend strategies or frameworks to address the challenge effectively, using high-level concepts and best practices pertinent to modern software development. **Output Format**: - Challenge Statement: [Insert a detailed challenge statement] - Advanced C# Terminologies Used: [Insert a list of advanced C# terminologies] - Suggested Strategies/Frameworks: [Insert detailed suggested strategies or frameworks] **Note**: Ensure each element is aligned with industry trends and stimulates deep reflection among experienced developers.

Advanced Trading Strategy Pine Script

Create an advanced and profitable trading indicator/strategy in Pine Script with a win rate exceeding 80% and a high profit factor. Use the following detailed specifications: - **Trend Filters:** - EMA21 on 4-hour timeframe: identify uptrend or downtrend. - EMA200 on 1-hour timeframe: confirm trend direction. - **Entry Conditions:** - EMA14 crosses above EMA21 for buy entries when the EMA200 trend and MACD momentum confirm an upward trend. - EMA14 crosses below EMA21 for sell entries when the EMA200 trend and MACD momentum confirm a downward trend. - **Exit Conditions:** - EMA7 crosses in the opposite direction of EMA14 to trigger exit trades. - **MACD:** - Incorporate MACD momentum, divergence, and convergence. - Provide alerts on zero-line crossovers and MACD line and signal line crossovers. - **RSI:** - Use RSI with overbought threshold at 80, oversold at 20, and midline at 50. - Provide alerts based on these RSI levels. - **Signals:** - Clearly display BUY and SELL signals with labeled markers on the chart. - **Trade Management:** - Define two take profit levels (TP1, TP2) and a stop loss (SL) dynamically based on market conditions, all labeled on the chart. - Implement an automatic trailing stop loss to protect profits. - Design the script as both an indicator and strategy capable of backtesting. - Ensure clear code comments and user-friendly input options. - Provide comprehensive alerts for all major events (entries, exits, RSI conditions, MACD signals). - Aim for robustness and scalability with an approach to maximize win rate and profit factor. # Steps 1. Define EMA functions and calculate EMA21 (4H), EMA200 (1H), EMA14, and EMA7. 2. Incorporate timeframe conversion logic for multi-timeframe EMAs. 3. Calculate MACD, its momentum, divergence/convergence, and set alert conditions. 4. Calculate RSI with specified thresholds and alert logic. 5. Create entry logic combining trend confirmation and EMA14-EMA21 crosses. 6. Create exit logic based on EMA7 crossing EMA14 in the opposite direction. 7. Implement TP1, TP2, and SL levels dynamically. 8. Add trailing stop loss logic. 9. Plot signals and labels visibly on the chart. 10. Include alert() functions for all important triggers. 11. Optimize script to achieve win rate over 80% and high profit factor. # Output Format Provide complete Pine Script code compatible with TradingView's Pine Script version 5. Include detailed comments explaining each part and instructions for use. The script should function as both indicator and strategy for backtesting and live trading signals. # Notes - Use security() calls prudently to get higher timeframe EMA data. - Ensure alerts are descriptive and actionable. - Backtest thoroughly to verify performance metrics. - Maintain code readability for easy future adjustments.

Advanced PSC Account Checker with Retries

You're tasked with enhancing a complex account checking script for PSC (Paysafecard) by adding robust retry mechanisms to improve reliability. The existing code sometimes fails on some accounts while succeeding on others; your goal is to implement advanced retry logic so that if a check fails on one attempt, multiple retries are performed before concluding an error. The solution should be highly sophisticated, leveraging best programming practices, and extend to a detailed, comprehensive implementation possibly exceeding 1000 lines of code. Key points to consider: 1. Analyze why some accounts trigger errors and design retries with exponential backoff or other advanced retry strategies to resolve transient issues. 2. Implement detailed logging and error handling for each retry attempt. 3. Optimize performance to handle high-volume account checks concurrently without overwhelming resources. 4. Structure code modularly for maintainability and extensibility. 5. Include unit tests or integration tests to verify retry logic and error resilience. # Steps - Review current failure modes and debug info to target retry triggers. - Design a retry framework with configurable parameters (max retries, delay intervals). - Add robust error detection and classification to distinguish retryable errors. - Enhance concurrency with thread pools, async calls, or event loops as appropriate. - Integrate comprehensive logging capturing retries, failures, and successes. - Ensure high code quality with clear comments and documentation. - Optionally, add metrics gathering for monitoring retry effectiveness. # Output Format Provide the completed source code in a single file or a well-organized project structure demonstrating the advanced retry feature integration. The code should be fully commented and include instructions on how to run and test it. # Notes - Use a suitable programming language popular for such tasks (e.g., Python, Node.js). - Assume access to external APIs or services for account checking; mock these if needed for testing. - Make sure the implementation handles both synchronous and asynchronous error scenarios. Your final output should be a ready-to-use, sophisticated, and scalable retry-enabled account checking script exceeding 1000 lines with thorough reliability improvements.

Advanced UI/UX Project Update

Update the provided project files by implementing advanced UI/UX design enhancements to make the project usable and user-friendly. Ensure that the code modifications are efficient, well-structured, and optimized for performance. Follow best practices and industry standards throughout the implementation, including accessibility, responsiveness, and modern design principles. Reason through your design and development choices before coding, and clearly document any significant changes or new features added to improve usability. # Steps 1. Analyze the existing project files to understand current UI/UX status. 2. Identify areas where UI/UX can be improved with advanced design techniques. 3. Implement the UI/UX enhancements focusing on usability, accessibility, responsiveness, and aesthetic appeal. 4. Optimize the code for performance and maintainability. 5. Test the updated interface thoroughly to ensure functionality and user satisfaction. 6. Document the changes made, including rationale for design decisions. # Output Format Provide updated source code files with clear comments and documentation summarizing the changes made to enhance UI/UX. Include any necessary configuration or resource files. Additionally, supply a brief summary report outlining the key improvements and reasoning behind design choices.

Advanced PvP Ranked Matchmaking

Create an advanced ranked matchmaking system script for PvP that supports 1v1, 2v2, and 3v3 matches, integrating it with the provided user interface (UI). The system should: - Accurately handle player rankings and match players based on their rank to ensure balanced gameplay. - Support three match types: solo (1v1), duo (2v2), and trio (3v3). - Provide matchmaking functionality that queues players appropriately for each match type. - Integrate seamlessly with the given UI elements for player interaction, match status, and ranking display. Steps: 1. Define player rank data structures and ranking update mechanics based on match outcomes. 2. Implement matchmaking queues and logic for each match type (1v1, 2v2, 3v3). 3. Develop ranking adjustment algorithms using an appropriate rating system (e.g., Elo, Glicko). 4. Connect the matchmaking logic to the UI, ensuring real-time updates and user feedback. 5. Handle edge cases such as insufficient players in a queue or rank disparities. Output Format: Provide the complete matchmaking script code, structured and commented clearly. If applicable, include integration points or methods that interact with the UI components. Use code blocks and clear explanations for complex sections. # Notes Ensure the script prioritizes fair and balanced matches while maintaining responsiveness in the matchmaking process. Include any assumptions or prerequisites about the UI elements or environment.

Advanced Unique LM Prototype

Create a detailed and comprehensive 2400-line codebase for a prototype of a language model that appears highly advanced, unique, and creatively designed with innovative architecture or mechanisms distinct from conventional language models. Your code should: - Demonstrate a well-structured and modular design that can be easily understood and extended. - Incorporate novel concepts or approaches in language modeling, such as new attention mechanisms, unique token representations, or innovative training frameworks. - Include comments explaining complex parts and rationale behind creative design choices. - Simulate an advanced model without necessarily requiring full training or deployment capabilities. - Use realistic and coherent code syntax in a commonly used programming language for ML models (e.g., Python). - Ensure that the code reflects a prototype, mixing theoretical innovation and practical implementation. # Steps 1. Define the overall architecture and novel ideas behind the language model. 2. Implement data preprocessing and tokenization components, possibly with creative approaches. 3. Develop the core model layers incorporating innovative mechanisms. 4. Include training loop placeholders and evaluation metrics showcasing extensibility. 5. Add comprehensive comments and documentation within the code. # Output Format Return the full source code as plain text, exactly 2400 lines, with appropriate line breaks and indentation for readability. # Notes - Focus on code originality, creativity, and demonstration of advanced concept, rather than on a fully functional or optimized program. - The code should avoid commonly repeated or boilerplate patterns and instead highlight novel architectural decisions. - The lines count includes all lines including blank lines and comments to make the output readable and well-documented.

Advanced Used Car Dealership

Create an advanced used car dealership system compatible with FiveM using the QBCore framework. The system should support multiple dealership locations and include custom NUI (New User Interface) menus that allow players to view vehicle displays, generate contracts, and manage sign-offs digitally. Key features to implement: - Multiple dealership locations with distinct vehicle inventories. - Interactive vehicle display menus showcasing available cars with details. - Custom NUI menus for contracts outlining the terms of sale. - Digital sign-off capability enabling buyers and sellers to sign contracts within the game interface. - Integration with QBCore for player data, vehicle ownership transfers, and database management. Ensure the UI is intuitive and visually appealing, offering smooth navigation between dealership views, contract details, and sign-off actions. # Steps 1. Design the database schema to manage dealerships, vehicle listings, contracts, and sign-offs. 2. Develop server-side scripts leveraging QBCore for inventory and transaction handling. 3. Create client-side scripts to handle NUI menus, user interactions, and display updates. 4. Implement NUI menus with HTML/CSS/JS for vehicle displays and contract management. 5. Test the system across all dealership locations to verify vehicle availability and transaction integrity. # Output Format Provide the complete source code with clear organization into server, client, and UI components. Include comments explaining the logic and usage instructions for installation and configuration in a FiveM QBCore environment. # Notes - Ensure compatibility with the latest QBCore version. - Focus on seamless in-game integration and avoiding conflicts with other scripts. - Include fallback or error handling for unsuccessful transactions or missing data.

Advanced VIP System

Create an advanced, visually appealing VIP system tailored for a FiveM server. The system should feature a sleek, modern design that stands out and enhances the user experience. Consider implementing tiered VIP levels with unique perks, customizable interfaces, and smooth integration with existing server features. Ensure the design is cohesive, user-friendly, and scalable for future expansions. # Steps 1. Define VIP tiers and their corresponding benefits. 2. Design the UI elements with a cool, modern aesthetic that fits the server's theme. 3. Implement unique perks or functionalities exclusive to each VIP tier. 4. Integrate the system seamlessly with the current server setup, including permissions and commands. 5. Optimize for performance and user interaction. # Output Format Provide the complete code, configuration files, and detailed instructions/documentation needed to install, customize, and operate the VIP system. Include comments within the code explaining key sections and design choices.

Advanced Web Solution

Create a detailed and well-structured web solution that demonstrates advanced proficiency in modern web development technologies including HTML5, JavaScript, jQuery, AJAX, and PHP. Requirements: - Use the latest HTML5 semantic elements and attributes to structure the web pages clearly and accessibly. - Implement modern JavaScript features such as Promises, async/await for asynchronous programming, comprehensive event handling, and efficient DOM manipulation. - Utilize jQuery and AJAX to enable dynamic, asynchronous communication with the server without full page reloads. - Apply PHP for server-side logic and dynamic content generation, including safe and efficient form processing with proper validation and security best practices. - Ensure the overall solution is modular, maintainable, and follows best coding practices for readability and scalability. Steps: 1. Design the HTML5 semantic structure of the web pages, identifying main, header, footer, nav, section, and article elements as appropriate. 2. Develop JavaScript code using Promises and async/await to handle asynchronous tasks such as AJAX requests. 3. Integrate jQuery for simplified DOM traversal and manipulation, event handling, and AJAX calls. 4. Implement PHP scripts to process form data securely, interact with any necessary backend resources, and generate dynamic content. 5. Connect the front end and back end seamlessly using AJAX to send and receive data asynchronously. 6. Test all aspects thoroughly to ensure robustness and responsiveness. Output Format: Provide the complete source code organized by file (e.g., HTML files, JavaScript files, PHP scripts) with clear inline comments explaining key sections and the rationale behind implementation choices. Examples: - An HTML file utilizing semantic tags like <header>, <nav>, <main>, and <footer>. - JavaScript using async/await to fetch data via jQuery AJAX calls and update the DOM dynamically. - PHP script handling POST requests, validating input securely, and responding with JSON data. Notes: - Follow modern best practices for security, such as sanitizing inputs and preventing XSS/CSRF attacks. - Structure JavaScript and PHP code for maintainability and scalability. - Ensure cross-browser compatibility and responsiveness.

Page 56 of 68

    Coding Prompts - Learning AI Prompts | Elevato